@import url('https://fonts.googleapis.com/css?family=Work+Sans&display=swap');
html,body{
    width:100%;
    height:100%;
    background-color:var(--background-lightdark);
    font-family: 'Work Sans', sans-serif;
    color: var(--text-light);
    margin:0px !important;
    border:none;
    padding:0px;
}
a, a:active, a:hover, a:visited, a:link{
	color:inherit;
}
.phpidden{
    display:none;
}
.centerdiv{
    height:100%;
}
.wrap{
	height:100%;
}
.phpeader{
	float:left;
	width:200px;
	height:100%;
	background:white;
	box-shadow:0px 0px 8px gray;
        position:relative;
        z-index:999999;
}
.logo{
    height:50px;
    line-height:50px;
    padding-left:0px;
    border-bottom:solid 1px rgb(230,230,230);	
    background-position:left 10px center;
    background-repeat:no-repeat;
    display:block;
    text-decoration:none;
    background-size: contain;
    background-position: center;
}
.logo_text{
    text-decoration:none;
    font-weight:bold;
    font-size:22px;
}
.menu ul{
	list-style:none;
	padding:0px;
	margin:0px;	
}
.menu ul li > a{
	display:block;
	padding:10px 10px 10px 10px;
	text-align:left;	
    text-decoration:none;
    color:var(--menu-inactive);
    position:relative;
}
.menu ul li > a > *{
    opacity:0.7;
}
.menu ul li > a .stats{
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: -26px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    opacity:1;
}
.menu ul li > a .stats > div{
    width:20px;
    height:20px;
    color:white;
    background:rgba(0,0,0,0.1);
    border-radius:100%;
    position:absolute;
    top:0px;
    left:0px;
    opacity:0.2;
    transition: all 0.8s;
}
.menu ul li > a .stats > div.blink{
    width:40px;
    height:40px;
    left:-10px;
    margin-top:-10px;
    font-size:30px;
    line-height:40px;
    z-index:10;
    transition: all 0.2s;
}
.menu ul li > a .stats > div.error{
    background:var(--graph-red);
}
.menu ul li > a .stats > div.notif{
    background:var(--graph-yellow);
    top:23px;
}
.menu ul li > a .stats > div.recon{
    background:var(--identity-hover-color);
    top:46px;
}
.menu ul li > a:hover, .menu ul li > a:hover svg path{
    color:var(--menu-hover-color);
    fill: var(--menu-hover-color);
}
.menu ul li > a.sel > *{
    color:white;
	opacity:1;	
}
.menu ul li > a.sel svg path{
    fill: white;
}
.menu li img, .menu li svg{
    display:block;
    width:30px;
    height:30px;
    margin:0px auto;
    fill:var(--menu-inactive);
}
.menu li span{
    display: block;
    text-align: center;
    margin-top:10px;
    font-size:14px;
}
/*left*/
.left{
    width:100px;
    height:100%;
    float:left;
    box-shadow:-2px 0px 6px gray;
    position: relative;
    z-index: 1;

    background-image: linear-gradient(var(--identity-color), var(--title-light-blue));
}
/*middle*/
.middle{
	float:right;
	width:calc(100% - 100px);
	height:100%;
	overflow:hidden;
    overflow-y:auto;
}
.cont{
    width:100%;
    height:100%;
}
.cont > div{
    padding:20px;
}
.cont > div.map{
    width:100%;
    height:100%;
    padding:0px;
}
.cont h1{
    color:var(--identity-color);
    text-align:left;
    padding-left:40px;
    padding-bottom:10px;
    text-shadow: 1px 1px 0px var(--identity-hover-color);
}
.cont h1 > small{
    padding:0px;
    padding-left:20px;
    margin:0px;
    color:gray;
    text-shadow: none;
    width:100%;
    font-size: 14px;
    font-weight: normal;
}
.cont > .about{
	padding:0px;
}
.middle .upper{
	width:100%;
	height:400px;
	position:relative;	
	border-bottom:solid 4px gray;
	overflow:hidden;
	color:white;
}
.middle .upper > *{
	position:relative;
	z-index:1;
}
.middle .upper .reg{
	margin-top:20px;
}
.reg_span_text{
	padding:6px;
	color:black;
}
.middle .upper .title{
	font-size:72px;
	text-align:center;
	position:relative;
	margin-top:15%;
	z-index:1;
	font-weight:bold;
	text-shadow:2px 2px 4px gray;
}
.middle .upper .title span{
	display:inline-block;
	border-bottom:solid 4px white;
}
.middle .upper .desc{
	font-size:24px;
	text-align:center;
	position:relative;
	margin-top:10px;
	z-index:1;
	font-weight:bold;
	text-shadow:2px 2px 4px gray;	
}
.middle .upper .subdesc{
	font-size:18px;
	text-align:center;
	position:relative;
	margin-top:10px;
	padding:10px;
	z-index:1;
	color:black;
	text-shadow:2px 2px 4px gray;	
}
.middle .upper .subdesc > span{
	display:inline-block;
	max-width:400px;
}
.middle .upper .bg{
	width:110%;
	height:110%;
	background-image:url(/img/about_bg.jpg);
	background-size:cover;
	background-position:center;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	overflow:hidden;
	position:absolute;
	top:-5%;
	left:-5%;
	z-index:0;
}
.logged_user{
    background-color:rgba(0,0,0,0.2);
    padding:4px 2px;
    color:white;
    text-align:center;
    font-size:14px;
    font-weight:normal;
    position:relative;
    z-index:1;
    display:block;
    text-decoration:none;
}
a.logged_user:link, a.logged_user:active, a.logged_user:visited{
	color:white;
}
.cont > .login{
    height:calc(100% - 40px);
}
.login_form{
	width:280px;
	display:inline-block;
    margin:0px auto;
    margin-top:100px;
}
.edit_form{
    width:250px;
    display:inline-block;
    margin:0px auto;    
}
.del_item a{
	padding:0px 10px 0px 2px !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px var(--bubble) inset !important;
    -webkit-text-fill-color: white !important;
}
.form_item{
	width:100%;
	height:30px;
	margin:10px 0px;
} 
.form_item input, .form_item select[name=n_id_user]{
	background:transparent;
	border:none;
	width:100%;
	height:30px;
	line-height:30px;
	display:block;
	border-bottom:solid 1px rgb(180,180,180);
	outline-width: 0;
	border-radius:0;
    color:white;
}
.form_item.error input{
	border-bottom-color:red;
}
.form_item input:hover, .form_item input:focus, .form_item select:hover, .form_item select:focus{
	border-color:var(--identity-color);
}
.form_item.disabled input, .form_item.disabled select{
	border-color:rgb(210,210,210) !important;
	color:rgb(140,140,140);
}
.form_item select{
    background:transparent;
    border:none;
    border-bottom:solid 2px rgb(180,180,180);
    border-radius:0;
    height:30px;
    line-height:30px;
    display:inline-block;
}
.form_item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent:1px;
    text-overflow:'';
}
.form_item select[name=day]{
    width:20%;
}
.form_item select[name=month]{
    width:50%;
}
.form_item select[name=year]{
    width:30%;
}
.price_wrap .form_item{
	display:none;
}
.price_wrap .form_item.sel{
	display:block;
}
.price_item{
	background-position:center left;
	background-repeat:no-repeat;
	background-size:20px;
	width:123px;
	float:left;
}
.price_item.form_item{
	padding:0px !important;
	border:0px !important;
	margin:0px !important;
}
.price_item.form_item input{
	padding:0px !important;
	border-bottom:none !important;
}
.cat_item{
    width:0px;
    padding-left:45px;
    height:45px;
    border-radius:45px;
    line-height:45px;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    color:black;
    float:left;
    border:solid 2px transparent;
    background-position:left 3px center;
    background-repeat:no-repeat;
    margin-top:5px;
    margin-right:5px;
}
.cat_item:hover{
	box-shadow:0px 0px 4px gray;
	cursor:pointer;
}
.cat_item.sel{
	border-color:gray;
	width:110px;
}
.cat_item input{
	display:none;
	width:90px;
	height:45px;
	border:none;
	padding:0px 0px 0px 10px;
	margin:0px;
	color:black;
	font-size:16px;
}
.cat_item.sel input{
	display:block;
}
.edit_wrap .file_button{
    width:100px;
    height:100px;
    float:left;
    margin:20px auto 10px auto;
    border:solid 2px #00C1C1;
    background-size:cover;
    background-position:center;
    position:relative;
}
.edit_wrap .file_button a{
    width:inherit;
    height:inherit;
    display:block;
    margin:0px;
    padding:0px;
    line-height:100px;
    text-align:center;
    color:#00C1C1;
    font-size:24px;
    font-weight:bold;
}
.edit_wrap .file_button .edit, .edit_wrap .file_button .remove{
    width:26px;
    height:26px;
    border-radius:100%;
    position:absolute;
    margin:0px;
    cursor:pointer;
}
.edit_wrap .file_button.edit{
    left:-10px;
    top:-10px;
    background:green !important;
}
.edit_wrap .file_button.remove{
    left:-10px;
    bottom:-10px;
    background:red !important;
}
.brick_wrap{
    margin-top:10px;
}
.brick{
    display:block;
    width:90%;
    height:70px;
    background:rgba(255,255,255,0.6);
    margin:6px auto;
    border-radius:4px;
    box-shadow:0px 0px 4px rgba(140,140,140);
    text-align:left;
}
.brick.summary_table{
    height:auto;    
    display:table;
}
.summary_table > *{
	display:table-cell;
}
.summary_right{
	position:relative;
}
.brick_left{
    float:left;
    width:30%;
    max-width:100px;
    height:100%;
}
.brick_right{
    float:left;
    width:70%;
    height:100%;
}
.brick_row{
    padding:0px 4px 0px 20px;  
    background-size:10px;
    background-position:left 4px center;
    background-repeat:no-repeat; 
    height:20px;
    font-size:14px;
    line-height:20px;
}
.brick_image{
    width:calc(100% - 10px);
    height:calc(100% - 10px);
    background-position:center;
    background-size:cover;
    margin:5px;
    background-color:rgba(0,0,0,0.2);
    background-image:url(/img/camera_brick.png);
}
.keypad{
    width:90%;
    margin:0px auto;
}
.keyrow{
    width:186px;
    margin:0px auto;    
}
.key{
    float:left;
    width:50px;
    height:50px;
    border-radius:100%;
    border:solid 2px gray;
    background-color:rgba(0,0,0,0.1);
    margin:4px;
    font-size:18px;
    text-align:center;
    line-height:50px;
    color:black;
    font-weight:bold;
}
.key:active{
    color:white;
    background-color:black;
}
input[name='keynum']{
    padding:0px;
    margin-bottom:10px;
    width:100%;
    text-align:center;
    display:block;
    border:none;
    background-color:transparent;
    font-size:20px;
    letter-spacing:5px;
}
.filter_wrap{
	width:200px;
	display:none;
}
.popup_window .filter_wrap{
	display:block;
}
.scroll_up{
    display:none;
    bottom:20px;
    right:20px;
    position:fixed;
    padding:20px 15px;
}
.scroll_up .up{
    width:0px;
    height:0px;
    border-left:solid 10px transparent;    
    border-right:solid 10px transparent;    
    border-bottom:solid 10px white;    
    padding:0px;
}
.item .chart_wrap{
	padding:0px;
	height:0px !important;
	position:absolute !important;
	top:0px;
}
.item .customer_chart{
	box-shadow:none !important;
	padding:0px !important;
}
.force_touch_bg{
	display:none;
	position:absolute;
	top:100px;
	left:100px;
	z-index:2;
	background-color:rgba(0,0,0,0.2);
	width:0px;
	height:0px;
	border-radius:50%;
}
.captcha_wrap{
	position:relative;
}
.captcha_wrap img{
	position:absolute;	
	top:0;
	right:0;
	height:32px;
}
.notice_div{
	padding:20px;
	margin:0px 20px 20px;
	background:white;
	box-shadow: 0px 0px 4px gray;
}
/*map*/
.cont .map{
    width: 100%;
    height: 100%;
    padding:0px !important;
}
#map_api{
    width:100%;
    height:100%;
    position:relative !important;
    top:0px;
    left:0px;
}
/*about*/
.about_wrap{
    padding-top:100px;
}
.about_insert input{
    width:400px;
    max-width:80%;
    padding:10px;
    font-size:20px;
    border:solid 2px gray;
    color:white;
    background:rgb(40,40,50);
    border-radius:10px;
    text-align:center;
}
.about_logo{
    width:500px;
    height:150px;
    background-image:url(/inc/img/bc_logo_whole_blue.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    margin:0px auto;
}
.about_wrap h3{
    margin:0px;
    padding:0px;
    font-weight: normal;
}

#qr-clona{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background-color:rgba(0,0,0,0.8);
    z-index:99;
    display:none;
}
#qr-close{
    width:40px;
    height:40px;
    position:fixed;
    top:10px;
    right:10px;
    color:white;
    fill: white;
    z-index:101;
    display:none;
    cursor:pointer;
}
#qr-close img{
    max-width:100%;
    max-height:100%;
}
#qr-canvas{
    position:relative;
    max-width:80%;
    top:10%;
    margin:0px auto;
    z-index:999;
    display:none;
}

.fleft{
    float:left;
}
.fright{
    float:right;
}
.cursor-pointer{
    cursor:pointer;
}