* {
  	box-sizing: border-box;
 
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
} 
body {
	background-color: #262626;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
font-family: 'Roboto', sans-serif;
color:#ddd;
}
 .center {
width:100%;
text-align:center;
}
.pagination {
				 list-style-type: none;
				padding: 0px 0;
				display: inline-flex;
				 justify-content: space-between;
				 box-sizing: border-box;
			}
			.pagination li {
				box-sizing: border-box;
				padding-right: 10px;
			}
			.pagination li a {
				box-sizing: border-box;
				background-color: #555;
				padding: 8px;
				text-decoration: none;
				font-size: 12px;
				font-weight: bold;
				color: #fff;
				border-radius: 4px;
			}
			.pagination li a:hover {
				background-color: #F3C305;
			}
			.pagination .next a, .pagination .prev a {
				text-transform: uppercase;
				font-size: 12px;
			}
			.pagination .currentpage a {
				background-color: #F3C305;
				color: #fff;
			}
			.pagination .currentpage a:hover {
				background-color: #F3C305;
			}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #F3C305;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
 margin-top: -50px;
 margin-left: -70px; /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}	


   
h1 { 
 		
font-size:17px;
color: #fff;
 
}
.format{
mso-number-format:'\@';
}
h2 { 
 		
font-size:15px;
color: #fff;
 
 
}

h3 { 
 		
font-size:12px;
color: #fff;
 
 
}



.buttonfoto {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
background: linear-gradient(0deg, #E20303, #C00000);
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
text-align:center;
padding-left:15px;
padding-right:15px;
padding-top:5px;
padding-bottom:5px;
margin:0 auto;
letter-spacing: 0px;
border-radius: 5px;
border:0px;
box-shadow: 0 0px 0px 0 rgba(0,0,0,0.05), 0 0px 9px 0 rgba(0,0,0,0.1);
margin-top:5PX;
 
}


.buttonsv {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
background: linear-gradient(0deg, #14D200, #12C000);
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
text-align:center;
padding-left:15px;
padding-right:15px;
padding-top:5px;
padding-bottom:5px;
margin:0 auto;
letter-spacing: 0px;
border-radius: 5px;
border:0px;
box-shadow: 0 0px 0px 0 rgba(0,0,0,0.05), 0 0px 9px 0 rgba(0,0,0,0.1);
margin-top:5PX;
 
}



 .cameracont2 {

margin:0 auto;
text-align:center;
  
width:240px;
height:212px;
z-index:0;
  
 }

 .cameracont {

margin:0 auto;
text-align:center;
 
width:240px;
  
 }
 .cam {

margin:0 auto;	
position: absolute;
	 background-image: url("../../images/circle.png");
	 height: 180px;
width: 240px;

z-index:100;
 background-size: cover; 	
 }
  .cam2 {

margin:0 auto;	
position: absolute;
	 background-image: url("../../images/circle2.png");
	 height: 184px;
width: 240px;
z-index:100;
 background-size: cover; 	
 }
 
 #res {
 
 background-color:#000;
 

 }
.my_camera  {
 position: relative;
 background-color:#000;
	z-index:90;

 }
 .my_camera video{
 position: relative;
 
 background-color:#000;
	z-index:90;

 
 }


.small {
	font-size:10px;
	line-height: 12px;
	
}

.login {
	
border: 0px solid #f00;		
background-color: #333;
border-radius: 5px;
margin: 0 auto;
text-align:center;
padding:15px;
 color: #F3C305;
width:400px;
   	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 10px auto;
	
	
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #F3C305;
  	color: #ffffff;
	border-top-left-radius:5px;
border-bottom-left-radius:5px;
 
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 10px;
		border-top-right-radius:5px;
border-bottom-right-radius:5px;
	background-color: #ddd;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin: 10px;
  	background-color: #F3C305;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
	border-radius: 5px;
}
.login form input[type="submit"]:hover {
	background-color: #F4C406;
  	transition: background-color 0.2s;
}

.register {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.register h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.register form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
 	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.register form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}














.footer {
margin: 0 auto;
color: #ccc;
font-size: 12px;
text-align:center;
margin:10px;}

.koordinator {
color: #dadada;
}
.sumzam {
margin-top:-3px;
color: #fff;
font-size:12px;
}


.provozovnylist {
text-align:center;
margin: 0 auto;

width:400px;
}

.provozovnylist a {
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
background: linear-gradient(0deg, <?php echo $but1downcolor; ?>, <?php echo $but1topcolor; ?>);
border-radius: 8px;
postiton:relative;
 width:400px;
margin: 0 auto;
display:block;
padding: 8px;
text-decoration: none;
margin: 3px;
color: #fff; 
}
.provozovnylist a:hover {
 color:#dadada;
background: linear-gradient(0deg, <?php echo $but1downcolor; ?>, <?php echo $but1downcolor; ?>);
}



.logo { 
 		
margin: 0 auto;
text-align:center;
}

.nadtbl1 { 
border: 0px solid #f00;		
background-color: #222;
border-top-left-radius:5px;
border-top-right-radius:5px;
 
text-align:center;
padding:5px;
 
color: #F3C305;
}

.nadtbl2 {
margin-top:10px;
font-size:14px;
text-align:left;
padding-left:5px;
padding-right:5px;

}
.nadtbl2 hr{

border-left: 0px solid #000;
border-right: 0px solid #000;
border-top: 0px solid #000;
border-bottom: 1px solid #444;
margin-top:1px;
}



.backtblprofile { 
border: 0px solid #f00;		
background-color: #181818;
border-top-left-radius: 5px;
margin: 0 auto;
border-top-right-radius: 5px;
text-align:right;
padding-left:15px;
padding-right:15px;
padding-top:3px;
padding-bottom:3px;
text-align: right;
width:200px;
color: #ccc;
font-size:12px;
margin-right:0px;
}

.backtblprofilew {
width:410px;
margin:0 auto;
}
.backtbl1100 { 
border: 0px solid #f00;		
background-color: #333;
border-radius: 5px;
margin: 0 auto;
text-align:center;
padding:5px;
width:1100px;
color: #ddd;
}
.backtbll { 
border: 0px solid #f00;		
background-color: #333;
border-radius: 5px;
margin: 0 auto;
text-align:center;
padding:5px;
width:400px;
color: #ddd;
}
.backtblsml { 
border: 0px solid #f00;		
background-color: #333;
border-radius: 5px;
margin: 0 auto;
text-align:center;
padding:5px;
width:90%;
color: #ddd;
}
.backtblsmlo { 
border: 0px solid #f00;		
background-color: #333;
border-radius: 5px;
margin: 0 auto;
text-align:center;
padding:5px;
width:650px;
color: #ddd;
}
.backtbl1 { 
border: 0px solid #f00;		
background-color: #333;
border-radius: 5px;
margin: 0 auto;
text-align:center;
padding:5px;
width:900px;
color: #ddd;
}
 .greensmall { 
 font-size:12px;
color:#1FDC00;
}

 .greenmiddle { 
 font-size:14px;
color:#1FDC00;
}

 .total { 
 font-size:22px;
color:#eee;

}
 .totalmin { 
 font-size:12px;
color:#ccc;
}
.spl  td a { 
 font-size:12px;
color:#eee;
 }
.spl td a:hover { 
 font-size:12px;
color:#fff;
 }


.redsmall { 
 font-size:12px;
color:#FF3600;
 }
.redmiddle { 
 font-size:14px;
color:#FF3600;
 }
.tbl1 td{ 
background-color: #222;
scolor:#eee; 
padding:5px;
}
.tbl2 td{ 
font-size:14px;
sbackground-color: #222;
scolor:#eee; 
padding:5px;
border-left: 1px dotted #000;
border-bottom: 1px dotted #000;
sbackground-image: url("images/bg222.jpg");

 }

.tbl2 td a { 
font-size:14px;
text-decoration:none;
 

 }

.mesa{ 
display:inline-block;

 }
 
 .tobutt{ 
border:0px;
border-radius:25px;
margin-left:5px;
margin-right:5px;
background-color: #F3C305;

 }
 
.mes{ 
font-size:12px;
background-color: #222;
color:#eee; 
padding:5px;
margin-top:10px;
height:26px;
 }
.mes a{ 
color:#eee; 

text-decoration:none;
 }
 .mes a:hover{ 
color:#fff; 

text-decoration:underline;
 }
 
 
 .highlight{
    background:#5E4B00;
}
.tbl2  { 
margin:0 auto;
 
 }
.tbl2 th{ 
font-size:16px;
background-color: #111;
color:#fff; 
padding:5px;

 }

.graysmall  { 
font-size:12px;
color:#eee;
text-decoration:none;
 }

.graysmall a { 
 
color:#eee;
text-decoration:none;
 }

.graysmall a:hover { 
 
color:#fff;
text-decoration:underline;
 }

.tbl3 td{ 
sbackground-color: #222;
color:#eee; 
font-size:12px;
}
.tbl4 td{ 
background-color: #222;
color:#eee; 
padding:3px;
font-size:10px;
}


.tblround3 td{ 
background-color: #292929;
color:#eee; 
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
border:0px;
border-radius:5px;
font-size:12px;
}
.tblround2 td{ 
background-color: #292929;
color:#eee; 
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
font-size:10px;
}

.tblround1 td{ 
background-color: #222;
color:#fff; 
border:0px;
border-radius:5px;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
font-size:14px;
}


.flright{
float:right; 
 }
.more{
margin-top:5px;
display:block;
position:relative;
font-size:12px;
}

.more a{
color: #ddd;
margin-right:10px;
}




.backbutt {
position:relative;
margin-bottom:5px;

text-align:center;
 width:100%;
  background-color: #F3C305;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
font-size:14px;
 text-transform:uppercase;
color: #222;
padding-top:5px;
padding-bottom:5px;
border:0px; 
}
.backbutt:hover {
 background-color: #e5b804;
}
.buttsmallgreen {
position:relative;
 
display:inline-block;
text-align:center;

padding-left:12px;
padding-right:12px; 
  background-color: #1CC700;
border-radius:4px;
font-size:10px;
 text-transform:uppercase;
color: #eee;
padding-top:2px;
padding-bottom:3px;
border:0px; 
}
.buttsmallgreen:hover {
 background-color: #23D605;
}



.addbuttgreen2 {
position:relative;
 
display:inline-block;
text-align:center;

padding-left:33px;
padding-right:33px; 
  background-color: #1CC700;
border-radius:5px;
font-size:14px;
 text-transform:uppercase;
color: #eee;
padding-top:5px;
padding-bottom:5px;
border:0px; 
}
.addbuttgreen2:hover {
 background-color: #23D605;
}

.addbuttyellow {
position:relative;
 
display:inline-block;
text-align:center;

padding-left:33px;
padding-right:33px; 
  background-color: #F3C305;
border-radius:5px;
font-size:14px;
 text-transform:uppercase;
color: #eee;
padding-top:5px;
padding-bottom:5px;
border:0px; 
}
.addbuttyellow:hover {
 background-color: #FFCC00;
}




.addbuttgreen {
position:relative;
margin-bottom:5px;
margin-top:15px;
display:inline-block;
text-align:center;

padding-left:20px;
padding-right:20px; 
  background-color: #1CC700;
border-radius:5px;
font-size:14px;
 text-transform:uppercase;
color: #eee;
padding-top:3px;
padding-bottom:5px;
border:0px; 
}
.addbuttgreen:hover {
 background-color: #23D605;
}
.buttsmallred {
position:relative;
 
display:inline-block;
text-align:center;

padding-left:12px;
padding-right:12px; 
  background-color: #E70000;
border-radius:4px;
font-size:10px;
 text-transform:uppercase;
color: #eee;
padding-top:2px;
padding-bottom:3px;
border:0px; 
}
.buttsmallred:hover {
 background-color: #f00;
}

.addbuttred {
position:relative;
margin-bottom:5px;
margin-top:15px;
display:inline-block;
text-align:center;
 
  background-color: #E70000;
border-radius:5px;
font-size:14px;
 text-transform:uppercase;
color: #eee;
padding-top:3px;
padding-bottom:5px;
padding-left:20px;
padding-right:20px;
border:0px; 
}
.addbuttred:hover {
 background-color: #f00;
}


.addbuttred2 {

display:inline-block;
text-align:center;
 text-decoration:none;
  background-color: #E70000;
border-radius:5px;
font-size:14px;
 text-transform:uppercase;
color: #eee;
padding-top:5px;
padding-bottom:5px;
padding-left:33px;
padding-right:33px;
border:0px; 
}
.addbuttred:hover2 {
 background-color: #f00;
}


.tryptych {
width:100%;
position:relative;
text-align:center;
margin:0 auto;
}

.buttprovo {
display:inline-block;

}
.buttprovo1 {
display:inline-block;
position:relative;
z-index: 0;
margin:10px;padding:4px;
}


.buttprovosub {
display:inline-block;
position:relative;
border:1px dotted #000;
border-radius:5px;
padding:4px;
padding-top:16px;
text-align:left;
font-size:10px;
width:130px;
height:53px; 
margin:2px;
margin-top:-10px;
z-index: 0;
}
.buttprovosub  td{
vertical-align:bottom;

}
.buttprovo a{
font-size:10px;
text-decoration:none;
text-align:center;
 padding:10px;
  background-color: #222;
border-radius:5px;
  color: #eee;
margin:2px;
width:130px;

}
 
.buttprovo1 a{
font-size:10px;
text-decoration:none;position:relative;
text-align:center;
 padding:10px;
  background-color: #111;
border-radius:5px;
  color: #eee;
 
width:120px;
z-index: 20;
}
.buttprovo1 a:hover{
  background-color: #444;
}
.buttprovo a:hover{
  background-color: #444;
}

.buttprovopop {
display:inline-block;
}

.buttprovopop a{
font-size:10px;
text-decoration:none;
text-align:center;
 padding:10px;
  background-color: #F3C305;
border-radius:5px;
  color: #333;
margin:2px;
}

.buttprovopop a:hover{
  background-color: #444;
}

.inputs {
border-radius:5px;
margin-top:5px;
padding:4px;
background-color: #444;
border:0px;
font-family: 'Roboto', sans-serif;
font-size:12px;
color: #eee;
 }

.inputsl {
border-radius:5px;
padding:4px;
margin:2px;
background-color: #444;
border:0px;
font-family: 'Roboto' ;
font-size:16px;
color: #eee;
 }


.smartform-street-and-number, .smartform-zip, .smartform-city {
border-radius:5px;
padding:4px;
margin:2px;
background-color: #444;
border:0px;
font-family: 'Roboto', sans-serif;
font-size:12px;
color: #eee;
 }

 
.select1 {
border-radisus:5px;

background-color: #444;
border:0px;
 
font-size:14px;
color: #eee; 
 }
 
 
 
.redalert {
position:relative;
margin-bottom:5px;
margin-top:5px;
text-align:center;
  background-color: #E70000;
border-radius:5px;
font-size:12px;
 text-transform:uppercase;
color: #eee;
padding-top:5px;
padding-bottom:5px;
padding-left:33px;
padding-right:33px;
border:0px; 
}

.redalert a{
color:#eee;

}

.greenalert {
position:relative;
margin-bottom:5px;
margin-top:5px;
text-align:center;
  background-color: #0d0;
border-radius:5px;
font-size:12px;
 text-transform:uppercase;
color: #eee;
padding-top:5px;
padding-bottom:5px;
padding-left:33px;
padding-right:33px;
border:0px; 
}


.usertable table{
 width:100%;
border: 1px dotted #000;
 }

.left {
float:left;max-height:30px;
 
}
.right {
float:right;max-height:30px;

}
.gray {
width:100%;
text-align:center;
background:#444;
 margin-bottom:0px;height:36px;
padding:5px; max-height:40px;
}
.usertable th{
font-family: 'Roboto', sans-serif;
font-size: 12px; 
padding:4px;
background-color:#ddd; 
}
.usertable td{
font-family: 'Roboto', sans-serif;
font-size: 11px; 
padding:4px;
background-color:#eee; 
}