/*
Theme Name: vhsl
Theme URI: vhsl.sk
Author: [BE]CREA team
Author URI: http://www.becrea.sk/
Version: 1.0
*/

body{
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 1.52857143;
    color: #585f69;
    background-color:inherit;
    /*background: url(../img/bg.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

*:focus {
    outline: none;
}

md-toast.md-chyba-theme div.md-toast-content{
    color: white !important;
    background-color: red !important;

}

h2, .h2 {
    font-size: 20px;
    font-weight: bold;
    color: #0092D2;
}


md-toast.md-okej-theme div.md-toast-content{
    color: white !important;
    background-color: green !important;
}


#lavo {
    position: fixed;
    width: 1px;
    height: 1px;
    top: 0px;
    left: 0px;
}

#pravo {
    position: fixed;
    width: 180px;
    height: 50px;
    top: 10px;
    right: 16px;
    z-index: 999;
    background: #db3e3e;
    opacity: 0.8;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: black;
    display: none;
}

h2{
    text-align: left;
}




/*prograslite*/

.ngProgressLite {
    pointer-events: none;
}

.ngProgressLiteBar {
    background: #29d;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 2px;
}

.ngProgressLite .ngProgressLiteBarShadow {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.obt{
    width: 48%;
    padding: 1% 15px;
    float: left;
    font-size: 18px;
    text-align: justify;
    background-color: rgba(255, 255, 255, 0.84);
    min-height: 453px;
}

.obtob{
    width: 97%;
    padding: 1% 15px;
    float: left;
    font-size: 18px;
    text-align: justify;
    background-color: rgba(255, 255, 255, 0.84);
    min-height: 453px;
    margin: 0 2%;
}
.obta{
    width: 80%;
    background-color: rgba(255, 255, 255, 0.84);
    font-size: 20px;
    padding: 1%;
    margin: 1%;
    min-height: 160px;
    margin: 0 auto;
    border-radius: 5px 5px 5px 5px;
}



.obm{
    width: 49%;
    float: right;
}

.red, red{
    color: #820000;
}
.blue{
    color: darkblue;
}
.yell{
    color: yellow;

}

a.objat{
    color: #fff;
    text-decoration: none;
}

.copy{
    margin-top:10px;
    text-align: center;
}

.becrea{
    font-size: 12px;
    position: absolute;
    bottom: 6px;
    text-align: center;
    width: 100%;
}
.becrea a{
    text-decoration: none;
    color: #e2e5e9;

}
.becrea a:hover{
    color: #0092d2;
}


.my-drop-zone { border: dotted 3px lightgray; }
.nv-file-over { border: dotted 3px red; } /* Default class applied to drop zones on over */
.another-file-over-class { border: dotted 3px green; }

.fotka{

    float: left;
    margin: 5px;
    background-color: rgba(255, 255, 255, 0.33);
    padding: 5px;
    border-radius: 10px;
    position: relative;
}

.fotka .btn-danger{
    position: absolute;
    top:5px;
    right: 5px;
    z-index: 99;
}

.logo img{
    margin: 25px 0;
    width: 90%;
    max-width: 566px;

}

.logos img{
    width: 90%;
    max-width: 566px;
    margin: 25px 0;

}

.vel{
    border-radius: 5px;
    background-color: whitesmoke;
}

md-input-container .md-errors-spacer{
    min-height: 0px;
}

canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px;
}

html         { overflow:hidden; }

/* style scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e7302a;
    -webkit-box-shadow: inset 0 0 6px #2088c8;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #e7302a;
}

.mewu{
    position: fixed;
    position: absolute;
    top: 0;
    left: 0px;
    width: 0%;
    height: 100%;
    background:url('../img/show.png');
    padding-top: 25px;
    transition: 1s;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.mewu .mm{
    position: absolute;
    top: 20%;
    right: 50%;
    width: 217px;
    margin-right: -108px;
}

.mewu button{
    width: 200px;
    background-color: white;
}
.anim{
    float: right;
    margin:0px 25px 0 0;
    cursor: pointer;
    font-size: 25px;
    color: darkred;
}
.anim:hover{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

}

.ukm{
    transition: 1s;
    width: 100%;
    visibility: visible;

    opacity: 1;
}

/* koniec style scrollbar */
.page        {
    bottom:0;
    padding-top:0px;
    position:absolute;
    text-align:center;
    top:0;
    width:100%;
    overflow-y:auto;
    overflow-x:hidden;
    padding-bottom: 60px;
    margin-bottom: 20px;
    /*dsd*/
}

.page h1 	{     font-size: 34px; color: #0092D2; }
.page a     {
   margin-top: 50px;
}
.page .logoe     {
    position: fixed;
    top: 0px;
    right: 10%;
    z-index: 99;
}
#obj      { color:#333; position:absolute; text-align:center; top:50px; width:100%; }


.page-home, .page-obj, .page-kontakt, .page-obchodne, .page-protokol{
    background: url(../img/1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page.ng-leave 	{ z-index:9999; }
.page.ng-enter 	{ z-index:8888; }

.page-home.ng-leave         {
    -webkit-transform-origin: 0% 0%;
    -webkit-animation: rotateFall 1s both ease-in;
    -moz-transform-origin: 0% 0%;
    -moz-animation: rotateFall 1s both ease-in;
    transform-origin: 0% 0%;
    animation: rotateFall 1s both ease-in;
}
.page-home.ng-enter 		{
    -webkit-animation:scaleUp 0.5s both ease-in;
    -moz-animation:scaleUp 0.5s both ease-in;
    animation:scaleUp 0.5s both ease-in;
}

.page-obj.ng-leave        {
    -webkit-animation:slideOutLeft 0.5s both ease-in;
    -moz-animation:slideOutLeft 0.5s both ease-in;
    animation:slideOutLeft 0.5s both ease-in;
}
.page-obj.ng-enter 		{
    -webkit-animation:slideInRight 0.5s both ease-in;
    -moz-animation:slideInRight 0.5s both ease-in;
    animation:slideInRight 0.5s both ease-in;
}

.page-kontakt.ng-leave        {
    -webkit-animation:slideOutLeft 0.5s both ease-in;
    -moz-animation:slideOutLeft 0.5s both ease-in;
    animation:slideOutLeft 0.5s both ease-in;
}
.page-kontakt.ng-enter 		{
    -webkit-animation:slideInRight 0.5s both ease-in;
    -moz-animation:slideInRight 0.5s both ease-in;
    animation:slideInRight 0.5s both ease-in;
}
.page-obchodne.ng-leave        {
    -webkit-animation:slideOutLeft 0.5s both ease-in;
    -moz-animation:slideOutLeft 0.5s both ease-in;
    animation:slideOutLeft 0.5s both ease-in;
}
.page-obchodne.ng-enter 		{
    -webkit-animation:slideInRight 0.5s both ease-in;
    -moz-animation:slideInRight 0.5s both ease-in;
    animation:slideInRight 0.5s both ease-in;
}
.page-protokol.ng-leave        {
    -webkit-animation:slideOutLeft 0.5s both ease-in;
    -moz-animation:slideOutLeft 0.5s both ease-in;
    animation:slideOutLeft 0.5s both ease-in;
}
.page-protokol.ng-enter 		{
    -webkit-animation:slideInRight 0.5s both ease-in;
    -moz-animation:slideInRight 0.5s both ease-in;
    animation:slideInRight 0.5s both ease-in;
}
.overlaey.ng-enter 		{
    -webkit-animation:slideInRight 0.5s both ease-in;
    -moz-animation:slideInRight 0.5s both ease-in;
    animation:slideInRight 0.5s both ease-in;
    display:block;
}

.overlaey.ng-leave         {
    -webkit-animation:slideOutLeft 0.5s both ease-in;
    -moz-animation:slideOutLeft 0.5s both ease-in;
    animation:slideOutLeft 0.5s both ease-in;
}

.overlaeya.ng-enter 		{
    -webkit-animation:slideInRight 0.5s both ease-in;
    -moz-animation:slideInRight 0.5s both ease-in;
    animation:slideInRight 0.5s both ease-in;
    display:block;
}


/* rotate and fall */
@-webkit-keyframes rotateFall {
    0% { -webkit-transform: rotateZ(0deg); }
    20% { -webkit-transform: rotateZ(10deg); -webkit-animation-timing-function: ease-out; }
    40% { -webkit-transform: rotateZ(17deg); }
    60% { -webkit-transform: rotateZ(16deg); }
    100% { -webkit-transform: translateY(100%) rotateZ(17deg); }
}
@-moz-keyframes rotateFall {
    0% { -moz-transform: rotateZ(0deg); }
    20% { -moz-transform: rotateZ(10deg); -moz-animation-timing-function: ease-out; }
    40% { -moz-transform: rotateZ(17deg); }
    60% { -moz-transform: rotateZ(16deg); }
    100% { -moz-transform: translateY(100%) rotateZ(17deg); }
}
@keyframes rotateFall {
    0% { transform: rotateZ(0deg); }
    20% { transform: rotateZ(10deg); animation-timing-function: ease-out; }
    40% { transform: rotateZ(17deg); }
    60% { transform: rotateZ(16deg); }
    100% { transform: translateY(100%) rotateZ(17deg); }
}

/* scale up */
@keyframes scaleUp {
    from 		{ opacity: 0.3; transform: scale(0.8); }
}
@-moz-keyframes scaleUp {
    from 		{ opacity: 0.3; -moz-transform: scale(0.8); }
}
@-webkit-keyframes scaleUp {
    from 		{ opacity: 0.3; -webkit-transform: scale(0.8); }
}

/* slide in from the right */
@keyframes slideInRight {
    from 	{ transform:translateX(100%); }
    to 		{ transform: translateX(0); }
}
@-moz-keyframes slideInRight {
    from 	{ -moz-transform:translateX(100%); }
    to 		{ -moz-transform: translateX(0); }
}
@-webkit-keyframes slideInRight {
    from 	{ -webkit-transform:translateX(100%); }
    to 		{ -webkit-transform: translateX(0); }
}

/* slide in from the bottom */
@keyframes slideInUp {
    from 	{ transform:translateY(100%); }
    to 		{ transform: translateY(0); }
}
@-moz-keyframes slideInUp {
    from 	{ -moz-transform:translateY(100%); }
    to 		{ -moz-transform: translateY(0); }
}
@-webkit-keyframes slideInUp {
    from 	{ -webkit-transform:translateY(100%); }
    to 		{ -webkit-transform: translateY(0); }
}

/* slide in from the bottom */
@keyframes slideOutLeft {
    to 		{ transform: translateX(-100%); }
}
@-moz-keyframes slideOutLeft {
    to 		{ -moz-transform: translateX(-100%); }
}
@-webkit-keyframes slideOutLeft {
    to 		{ -webkit-transform: translateX(-100%); }
}

/* rotate out newspaper */
@-webkit-keyframes rotateOutNewspaper {
    to { -webkit-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@-moz-keyframes rotateOutNewspaper {
    to { -moz-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@keyframes rotateOutNewspaper {
    to { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}


.overlaey, .overlaeya {
    background-image: url(../img/show.png);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.nahtsaj{
    position: relative;
    max-width: 800px;
    width: 90%;
    background: rgba(255, 255, 255, 0.80);
    margin: 10% auto 0;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #909090;
}

.logoo{
    float: right;
    width: 140px;
    /*margin-right: 10%;*/
    /*margin-top: 25px;*/
}
.obta table td{
    border: #c4c4c4 1px solid;
    font-size: 13px;
}
.obta table th{
    border: #c4c4c4 1px solid;
    font-size: 15px;
}
.obta table{
    width: 100%;
}

.obta table a.btn.btn-success.btn-s{
    margin-top: 0px;
}

.vymaz{
    background-color: #F44336;
    border-color: #de0909;
}
.vymaz:hover{
    background-color: #f42a25;
    border-color: #de0909;
}
@media screen and   (max-width: 756px) {
    .page .logoe {
        position: absolute;
        right: 15px;
        margin-top: 7px;
    }
}
