@charset "utf-8";
/* CSS Document 

/* 
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;
*/

*, *:after, *:before { -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; }
.clear:before, .clear:after {display: table;  content: ''; }
.clear:after { clear: both; }

html, body, div, p, abbr, a {padding:0;margin:0;font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size:15px;color:#000000;text-decoration:none;
}

h2 a {font-size:20px;padding:4px 0px;color: #0064b0;text-decoration:none}

h1, h2, h3, h4, h5, h6 {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

h2.fakeH1 {text-align:center;color:#000000;font-size:2.4em;font-weight:normal;padding-bottom:32px;
margin-bottom:32px;
background: transparent url('/images/background/title_background.png') no-repeat bottom center;
}
h2.fakeH1.white {background: transparent url('/images/background/title_background_white.png') no-repeat bottom center;color:#ffffff}
h2.fakeH1 img {vertical-align:middle;padding-left:18px}

a:link {color: #656565;color:#0066b1}
a:visited {color: #656565;color:#0066b1}
a:hover {color: #656565;color:#0066b1;text-decoration:underline}

a img{border:0}
img{max-width:100%;height:auto}

.clearBoth {clear:both}
.clearLeft {clear:left}
.clearRight {clear:right}
.txtCenter {text-align:center}
.txtRight {text-align:right !important}
.mapaCenter {text-align:center !important}
.mapaCenter img {margin:0px auto}

#allPage {min-height:100%;position:relative;
/*background: transparent url('/images/background/footer_shape.png') no-repeat bottom center */
}
#headerWrapper, #headerWrapperHome, #contentWrapper, #footerWrapper, #footerLine, #homeBoxTxt {width:100%;margin:0px auto}
#headerWrapperIn, #contentWrapperIn, #footerWrapperIn, #homeBoxTxtIn, .pageParalaxIn, #showForm {width:1200px;margin:0px auto}

#headerInfoBoxIn {width:1200px;margin:0px auto;text-align:center;padding:5px 18px;box-sizing:border-box}
#headerInfoBox {width:100%;margin:0px auto;background: transparent url('/images/background/head_line.png') repeat top center}

 #headerWrapperHome {background: transparent url('/images/background/head_line.png') repeat-x top center} 

#homeBoxTxt {position:relative;top:-13px;z-index:0;padding:26px 0px 13px 0px;
background: transparent url('/images/pages/sede_pozadi_prechod.png') no-repeat center center
}
#homeBoxTxtIn2 {padding:0px 13px}
#homeBoxTxtIn2 p {line-height:2em;padding-bottom:8px;text-align:justify}

/*bof header*/
#headButton {float:right}
#headButton a {display:inline-block}
br.contactHide {display:none}
#headerBox {float:right;margin-top:18px}
#headerBox a {display:inline-block;text-transform:uppercase;color:#000000;margin-left:40px;font-weight:bold;font-size:1.1em}
#logoDiv {float:left;padding-top:5px;padding-left:18px;box-sizing:border-box}

#changeLng {float:left;margin-top:1em;margin-left:18px}
#changeLng img {margin-right:6px}

.hidden {
    
    display: none;
}
button.is-invalid {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-position: right calc(.375em + .1875rem) center;
	border-color: #ffffff;
	background-repeat: no-repeat;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
button.is-valid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right calc(.375em + .1875rem) center;
    border-color: #198754;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


body{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px !important;
	background: transparent url('../img/background.jpg') repeat-y top center;
}

body, html {margin:0px;padding:0px}

a{
	color: #c20e1a;
	text-decoration: none;
}

textarea, input { outline: none; }

h1{
    text-align: center;
}
.content_wrap{
	margin: 20px 11% 20px;
	width: 78%;
}

.main_box{
	height: auto;
	background: #222220 url('../img/main_box_top.png') repeat-x top center;
	padding-top:10px;
	box-sizing: border-box;
	margin:0px auto 0px auto;
	width:80%;
	padding-bottom:50px;
}
.warn_box{
	height: auto;
	background: #FEEFB3 url('../img/main_box_top.png') repeat-x top center;
	padding-top:10px;
	box-sizing: border-box;
	margin:0px auto 0px auto;
	width:80%;
	padding-bottom:50px;
        display: none;
}
.main_box_bottom{
  background: transparent url('../img/box_stin.png') no-repeat top center;
	background-size:100%;
	margin:0px auto 0px auto;
	width:80%;height:50px;
}

.help_button {
    display: inline-block;
 ;
    position:relative;
    top:6px;
    right: -5px;
    height: 23px;
    width: 23px;
    background:  url(../img/help_icon.png) no-repeat;
    text-indent: -999em;
    text-decoration: none;
    cursor: help;
}

.radek {
	margin: 5px 50px;
	height: 100%;
	color:#ffffff;
}
.radek_warn {
	margin: 5px 50px;
	height: 100%;
	color:#ffffff;
        display: none;
}


.box {
	width: 30%;
	float: left;
	height: 100%;
	text-align: center;
        color:#FFFFFF;
}
.alarm_box {
	width: 19%;
	float: left;
	height: 100%;
	text-align: center;
        color:#FFFFFF;
}

.num1{
 padding-top: 13px;
 text-align: left;
 margin-right: 10%;
}

.num2{
	padding: 0 20px;
}
.alarmnum1{
 padding-top: 7px;
 text-align: left;
 margin-right: 1%;
 width: 40px;
}
.alarmnum2{
	padding: 7px 20px;
        width: 30%;
}
.alarmnum3{
	padding: 7px 20px;
        
}


.white_area{
	width: 100%;
	max-width: 380px;
	background-color: #fff;
	height: 40px;
	margin: 0 auto;
	padding: 2px 10px 0;
        -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	
}
.shadow_area{
	width: 100%;
	max-width: 380px;
	background-color: #d9d9d9;
	height: 40px;
	margin: 0 auto;
	padding: 13px 10px 0;
        color: #000000;
 }
 .shadow_area_loading{
	width: 100%;
	max-width: 380px;
	background-color: #d9d9d9;
	height: 40px;
	margin: 0 auto;
	padding: 13px 10px 0;
 }

.green_area{
	width: 100%;
	max-width: 400px;
	height: 40px;
	margin: 26px auto;
	padding: 5px 10px 0;	
	background-color: #099132;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behaviour: url(PIE.htc);
	
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

.black_area{
	width: 100%;
	max-width: 400px;
	background-color: #000;
	height: 64px;
	margin: 0 auto;
	padding: 13px 10px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}


.red_area{
        width: 100%;
	max-width: 224px;
	background-color: #fe0000;
	height: 40px;
	margin: 0 auto;
	padding: 10px 10px 0;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background-color: #c41f2f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behaviour: url(PIE.htc);
}
.red_area_half{
        width: 45%;
	max-width: 224px;
	background-color: #fe0000;
	height: 40px;
	margin: 0 auto;
	padding: 10px 10px 0;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background-color: #c41f2f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behaviour: url(PIE.htc);
}

input{
	width: 100%;
	max-width: 400px;
	height: 40px;
	margin: 0 auto;
	padding: 0 30px 0;
	-webkit-border-radius: 0px;
	border: 2px solid #0;
	background-color: #fff;

	color: #OOO;
	font-size: 1em;
	text-align: center;
}

::-webkit-input-placeholder {
   color: #000;
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
   font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
   font-style: italic;
}

:-ms-input-placeholder {  
   color: #000;  
   font-style: italic;
}

hr {display:none}

input[type="submit"]{
	border: 0;
	padding: 0;
	font-weight: 700;
}

.no_area{
	width: 100%;
	max-width: 272px;
	height: 40px;
	margin: 0 auto;
	padding: 4px 10px 0;
	display: inline-block;
	vertical-align: top;
}

.no_area_alarm{
	width: 100%;
	max-width: 272px;
	height: 40px;
	margin: 0 auto;
	padding: 12px 10px 0;
	
	vertical-align: top;
}

.event_icon
{
 	height: 36px;
	width: auto;
	display: inline-block;   
}

.siroky {
	font-size: 0.85em;
	padding-top: 16px;
}

.headline {
	margin-top: -15px;
	padding: 0;
	vertical-align: top;
	font-weight: 800;
	letter-spacing: 0.1em;
        color: #FFFFFF;
}
.headline_warn {
	margin-top: -15px;
	padding: 0;
	vertical-align: top;
	font-weight: 800;
	letter-spacing: 0.1em;
        color: #000000;
}


.button {
	max-width: 100px;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 10px 10px 0;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	border: 2px solid #fe0000;
	//background-color: #f00000;
	margin: 0 10px;
	background-color: #099132;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behaviour: url(PIE.htc);
} 



.on {
	border: 0;
	background-color: #c41f2f;
}


.off {
	border: 0;
	background-color: #fe0000;
}

.ucet {
	border: 2px solid #fff;
	font-weight: 700;
	cursor: pointer;
}

.ucetg {
	border: 2px solid #fff;
	font-weight: 700;
	cursor: pointer;
	max-width: auto;
	text-align: center;
}

.with_button{
	padding-top: 0;
	text-align: left;
}

.tab {
	width: 100%;
	height: auto;

}

.user_rights img {
    max-height: 20px;
}
.user_rights input[type=checkbox]:not(old){
   display: none !important; 
}
.checker {
  
  background-position: left center;
  background-size: auto 100%;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;  
  margin-left: 10px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);  
}
.ch_loc {
background-image: url('/uc_release/img/event1.png');
}
.ch_output {
background-image: url('/uc_release/img/event2.png');    
}
.ch_map {
background-image: url('/uc_release/img/maptype.png');        
}
.ch_history{
background-image: url('/uc_release/img/events.png');        
}
.ch_status {
background-image: url('/uc_release/img/event108.png');        
}

.ch_settings {
background-image: url('/uc_release/img/event10.png');        
}
.app_patriot_eu {
background-image: url('/uc_release/img/patriot_eu_red.png');        
}
.app_autoheller {
background-image: url('/uc_release/img/autoheller_red.png');        
}
.app_autosalon_svoboda {
background-image: url('/uc_release/img/svoboda_red.png');        
}



.user_rights:checked + .checker {
  background-position: right center;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

}

@media (max-width: 1600px) {




.content_wrap{
	margin: 20px 0% 20px;
	width: 100%;
}

}

.navbar-default{
	border-color: transparent;
	background-color: transparent;
	padding: 20px 0;
	font-weight: 900;
}

.navbar-default li{
	padding: 25px 5px 0 5px !important;
}

.navbar-default a{
	color: #333 !important;
	text-transform: uppercase;
	padding: 10px 20px !important;
}


.navbar-default .red_button{
	background-color: red;
	margin-top: 15px;
	padding: 10px 20px 10px 10px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
}
.red_button a{
	color: #fff !important;
}









@media(max-width:1850px)  {
	.nav.navbar-nav.navbar-right{
		padding-top: 40px;
	}
	.navbar-header{
		width: 100%;
	}

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse {
        overflow-x: visible !important;
    }

    .navbar-collapse.in {
      overflow-y: auto !important;
    }

    .collapse.in, .navbar-toggle {
      display: block !important;
    }
    .navbar-toggle{
		border-color: transparent !important;
    }

}

/*
@media (max-width: 970px) {

.box {
	width: 100%;
	float: left;
	height: 100%;
	text-align: center;
}

.num1{
width: 100%;
 padding-top: 20px;
 text-align: left;
 margin-right: 0%;
 height: 80px;
}

.num2{
	padding: 0 20px;
}


.content_wrap{
	margin: 20px 4% 20px;
	width: 92%;
	background-color: #fff;
}

.white_area, .black_area, .red_area, .green_area
{
	margin-top: 10px;
}

.no_area {
	width: 100%; display: block;
}
}
*/

@media (max-width: 1000px) {

.box {
	width: 100%;
	float: left;
	height: 100%;
	text-align: center;
}    
    
    
.content_wrap{
	margin: 20px 2% 20px;
	width: 96%;
}

.white_area, .black_area, .red_area, .green_area
{
	width: 100%;
	max-width: 100%;
	padding-top: 7px;
}

.radek {
	margin: 20px 10px;
	color: #ffffff;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
}

.button {
	margin: 10px 5px;
	padding-top: 7px;
}

.navbar-brand img{
	max-width: 220px;
}
.num3{
    padding-top: 20px;
}
.alarm_box{
   width: 100%;
	float: left;
	height: 100%;
	text-align: center; 
    
}
.g-recaptcha div { margin-left: auto; margin-right: auto;}
}
a.pay_url:visited
{
    color: #FFFFFF;
}
a.pay_url:hover
{
   color: #FFFFFF; 
   text-decoration: none;
}
a.pay_url
{
   color: #FFFFFF; 
   text-decoration: none;
}




/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30.3.2016, 15:11:10
    Author     : suba
*/

.cart-box
{
        padding: 20px 40px;
	width: 100%;
	height: auto;
	background-color: #d9d9d9;
        margin-right: 10%;
    
}
h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    
}
.thepay-methods-radio-method {
	margin: -20px 10%;
	height: 100%;
        width: 30%;
        display: inline-block;

}
@media (max-width: 2900px) {
.thepay-methods-radio-icon 
{
    
    width: 55px;
    height: 55px;
    float: right;
    margin-right: 18%;
}
}
@media (max-width: 1280px) {

.thepay-methods-radio-icon 
{
    
    width: 55px;
    height: 55px;
    float: right;
    margin-right: 18%;
    display: none;
}

.tab {
		width: 100%;
		height: 80px;

	}


}



.nump1{
width: 100%;
 padding-top: 0px;
 text-align: left;
 margin-right: 0%;
 height: 80px;
}
@media (max-width: 2900px) {
.pay-box
{
    width: 33%;
    float: left;
    height: 100%;
    text-align: left;
}
}
@media (max-width: 1000px) {
.pay-box
{
    width: 100%;
    float: left;
    height: 100%;
    padding-left: 33%;
    
}
.thepay-methods-radio-icon 
{
    
    width: 40px;
    height: 40px;
    
    margin-right: 18%;
    display: none;
}
.num2 {
    
    
}

}


input[type=checkbox]:not(old),
    input[type=radio   ]:not(old){
  width     : 2em;
 
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
    input[type=radio   ]:not(old) + label{
  display      : inline-block;

  line-height  : 1.5em;
}
.pay_input{
      margin-left  : -3em;
       
    
}

input[type=checkbox]:not(old) + label > span,
    input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 1.7em;
  height           : 1.7em;
  margin           : 0em 1em 0.25em 0.25em;
  border           : 0.15em solid rgb(255,255,255);
  border-radius    : 0.25em;
  background       : #d9d9d9;
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=radio]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(255,0,0);
  font-size   : 1.4em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(255,0,0);
  font-weight : bold;
}
.pay-label{
    
    font-weight: 400;
    color: #ffffff;
}
.boxa a:link {color: #FFFFFF;}
.boxa a:visited {color: #FFFFFF;}
.boxa a:hover {color: #FFFFFF;text-decoration:underline}

th{
    color: #ffffff;
}
tr {
    color: #ffffff;
}
table{
    width: 100%;
}
td {
    text-align: center;
}








@media only screen and (min-width: 0px) and (max-width: 600px)
{
  #headButton {display:flex}
  #logoDiv {padding-left:0px;}
	.tab {
		width: 100%;
		height: 80px;

	}
}


/* Style the buttons inside the tab */
div.tab button {
	background-color: #222220;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding:  16px 16px;
	margin-top: -3px;
	transition: 0.3s;
	color: white;
	font-size: large;

}

/* Change background color of buttons on hover */
div.tab button:hover {
	background-color: #fe0000;

}

/* Create an active/current tablink class */
div.tab button.active {
	background-color: #fe0000;
}

/* Style the tab content */
.tabcontent {
	display: none;
	height: auto;
	background: #222220 url('../img/main_box_top.png') repeat-x top center;
	padding-top:10px;
	box-sizing: border-box;
	margin:0px auto 0px auto;
	width:80%;
	padding-bottom:50px;
}
.tab-item{

}
.stk-ok {
	background-color: #099132;
}
.stk-warn {
	background-color: #FEEFB3;
}
.stk-nok {
	background-color: #fe0000;
}
.timebox{
	padding-top: 13px;
}
.num11{
	padding-top: 5px;
	text-align: left;
	margin-right: 10%;
}

.num22{
	padding: 5px 20px;
}
.num33{
	padding: 5px 20px;

}
.time_input {
	width: 27%;
	padding: 0 10px 0;
}
.day_option{
	width: 20%;
	max-width: 380px;
	background-color: #fff;
	height: 40px;
	margin: 0 auto;
	padding: 2px 10px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.time_box{
	width: 20%;
	float: left;
}
select::-ms-expand {
    display: none;
}


