/* STYLE */
body {
	background-color:#000000;
	color:#ffffff;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	box-sizing:border-box;
	
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:22px;
	background-color:rgb(187,0,0);
	padding:10px;
	color:rgb(255,255,255);
	border-radius: 12px;
}

.day_tabs {
	background-color:rgb(119,119,119);
	color:rgb(255,255,255);
	text-align:center;
	padding:3px;
	border-radius: 12px;
	height: 55px;
	

}

.day_tabs:hover {
	cursor:pointer;
	background-color:rgb(242,144,58);
}

.day_tabs_active {
	background-color:rgb(242,144,58);
}

.day_box {
	display:none;
}

#day_box1 {
	display:block;
}

.cislo_jedla {
	font-size:24px;
	font-weight:bold;
}

.cislo_jedla_box {
	background-color:rgb(242,144,58);
	color:rgb(255,255,255);
	text-align:center;
	margin-bottom:10px;
	border-radius: 12px;
}

.nazov_jedla_box {
	margin-bottom:10px;
	height: 70px;
}

.day_box .row {
	background-color:rgb(245,245,245);
	margin-bottom:5px;
	border-radius: 12px;
}

.day_box .row:hover {
	background-color:rgb(240,240,240);
}








#infobox {
	position:absolute;
	display:table;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.99);

}

#infobox .info_msg {
	display:table-cell;
	
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:2em;
	text-align:center;
	vertical-align:middle;
}

#infobox .error_msg {
	
	display:table-cell;
	
	color:rgb(153,19,18);
	font-weight:bold;
	font-size:2em;
	text-align:center;
	vertical-align:middle;
	
}



#infobox_overenie {
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	border-radius: 12px;

}

#infobox_overenie .infoin {
	display:table-cell;
	background-color:rgba(242,144,58,0.5);
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:2em;
	text-align:center;
	vertical-align:middle;

}

#overenie_vypis {
	font-size:16px;
	margin:auto;
}

#overenie_vypis td {
	padding:15px;
	margin:10px;
	background-color:rgba(255,255,255,0.3);
}

#overenie_vypis tr:nth-child(even) {
	background-color:rgba(255,255,255,0.6);
}

#info {
	
	
	color:rgb(187,0,0);
	font-weight:bold;
	
	
}

#datum {
	text-align: center ;
	color: rgb(255,255,255);
	font-size:16px;
	font-weight:bolder;
	
	
}

#cas {
	
	text-align: center ;
	color: rgb(255,255,255);
	font-size:22px;
	font-weight:bolder;

	
	
}

#infodatum {

	

}




#info {
	top:15px;
	right:15px;
	text-align:right;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 35px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    border: 0px solid rgb(255,255,255);
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width:  50px;
    height: 50px;
    background-image:url(../images/obj1.png )  ;
	border: 0px solid rgb(0,0,0);
	position: absolute;
    top: -10px;
    left: 50px;
    border-radius: 0%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-heading {
	color:rgb(242,144,58);
	font-size:30px;
	display:block;
}

.form-heading1 {
	color:rgb(255,0,0);
	font-size:30px;
	display:block;
}

#uzivatel {
	width:80px;
	height:80px;
	border:2px solid rgb(0,0,0);
	background-color:rgba(255,255,255,0.2);
	color:rgb(0,0,0);
	font-weight:bold;
	padding:5px;
	border-radius: 100%;
	
}

#uzivatel:focus {
	width:80px;
	height:80px;
	
	color:rgb(0,0,0);
	font-weight:bold;
	padding:5px;
	border:none;
	
}





#form_overenie input[type="text"] {
	width:20%;
	
}

#form_overenie input[type="text"]:focus {
	border:3px solid rgb(255,0,0);
	background-color:rgb(50,0,0);
	color:rgb(255,255,255);
	font-weight:bold;
	padding:5px;
}

.modalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }
    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }
    .modalDialog > div {
        width: 50%;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #fff;
        background: -moz-linear-gradient(#fff, #fff);
        background: -webkit-linear-gradient(#fff, #fff);
        background: -o-linear-gradient(#fff, #fff);
    }
    .close {
        background: #606061;
        color: #FFFFFF;
        line-height: 25px;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -10px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
    }
    .close:hover { background: #00d9ff; }
	
	#button1 {
	background-image:url(../images/prichod1.png);
	background-color:transparent;
  	width: 250px; height: 250px;
	border: 0px;
 	text-indent: -2000px;
 	line-height: 0px;
 	cursor: pointer; cursor: hand;
}
	#button2 {
	background-image:url(../images/odchod1.png);
	background-color:transparent;
  	width: 250px; height: 250px;
	border: 0px;
 	text-indent: -2000px;
 	line-height: 0px;
 	cursor: pointer; cursor: hand;
}
	#button3 {
	background-image:url(../images/prestavka1.png);
	background-color:transparent;
  	width: 250px; height: 250px;
 	border: 0px;
 	text-indent: -2000px;
 	line-height: 0px;
 	cursor: pointer; cursor: hand;
}
	#button4 {
	background-image:url(../images/lekar1.png);
	background-color:transparent;
  	width: 250px; height: 250px;
 	border: 0px;
 	text-indent: -2000px;
 	line-height: 0px;
 	cursor: pointer; cursor: hand;
}
	