@media print
{
  body>* {display:none}
  #schet {display:block}
}

body {
    padding:0;
    margin:0;
    font-family: Arial, sans-serif, Tahoma;
    font-size: 12px;
}

input, .info-device-report select{
	width: 100%;
    padding: 0.5em 1em;
    max-width: calc(100% - 2em) !important;
    border-radius: 5px;
    margin: 0.1em auto 0.4em auto;
    border: 0;
    background: rgba(255, 255, 255, 0.75);
	transition: 0.5s;
	cursor: pointer;

}
#reportTableGroup input[type="checkbox"]{
	position: absolute;
	cursor: pointer;
	transition: 0.5s;
}
#reportTableGroup tr.hov:hover{
	background: #CECECE;
	transition: 0.5s;
}
.info-device-report select{
	
	max-width: 100% !important;
	cursor: pointer;
}
.info-device-report select:hover,
input:hover,
input:active,
input:focus,
input:focus-visible{
	outline: none;
	border: 0 solid #fff;
	background: #fff;
	transition: 0.5s;
}
input[type="button"]{
	cursor: pointer;
	max-width: 100% !important;
	background: rgba(255, 255, 255, 0.9);
}
input[type="button"]:hover{
	background: rgba(255,255,255, 0.5);
	/* color: #fff; */
	transition: 0.5s;
}

.printSelected div {display: none } /* СЃРєСЂС‹РІР°РµРј РІРµСЃСЊ РєРѕРЅС‚РµРЅС‚ РЅР° СЃС‚СЂР°РЅРёС†Рµ */
.printSelected div.printSelection {display: block; } /* РґРµР»Р°РµРј РІРёРґРёРјС‹Рј С‚РѕР»СЊРєРѕ С‚РѕС‚ Р±Р»РѕРє, РєРѕС‚РѕСЂС‹Р№ РїРѕРґРіРѕС‚РѕРІР»РµРЅ РґР»СЏ РїРµС‡Р°С‚Рё */
.printSelected div.printSelection div {display: block; } /* РїРѕРєР°Р·С‹РІР°РµРј РІСЃРµС… РµРіРѕ РїРѕС‚РѕРјРєРѕРІ, РєРѕС‚РѕСЂС‹Рµ Р±С‹Р»Рё СЃРєСЂС‹С‚С‹ РїРµСЂРІРѕР№ СЃС‚СЂРѕРєРѕР№ */

::-webkit-scrollbar{
    width: 5px;
    height: 2px;
}
::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    background-color: #777;
}
::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    background-color: #4169e1;
}
::-webkit-scrollbar-track{
    border-width:0;
    border-left: solid 1px #aaa;
    background-color: #eee;
}
::-webkit-scrollbar-track:hover{
    border-left: solid 1px #aaa;
    background-color: #eee;
}

input[type=range] {
cursor: pointer;
-webkit-appearance: none;
background-color: #aaaaaa;
/* width: 250px; */
height:16px;
padding: 0;
border-radius: 50px;
cursor: pointer;
}

::-webkit-range-thumb, ::-moz-range-thumb, {
  -webkit-appearance: none;
  background-color: #aaa;
  width: 10px;
 height: 20px;
 }

#left-block{
	position: absolute;
	width: 250px;
	height:100%;
	left:0;
	background-image: url(../img/device.png);
	/*url(../img/left-block.png);*/
	background-size: 100% 100%;
	-moz-background-size: cover;  /* Firefox 3.6 */
	z-index: 2;
}

#progress {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -6px;
    width: 1%;
    height: 3px;
    background: rgb(198, 206, 22);
    border-radius: 1px;
    transition: width 500ms ease-out,opacity 400ms linear;
}

#device{
	position: absolute;
	padding: 0 0;
	/*background-image: url(../img/device.png);*/
	background-size: 100% 100%;
	/*max-height: 500px;*/
	-moz-background-size: cover;  /* Firefox 3.6 */
	top: 110px;
}

.device-top{
  white-space: nowrap;
	width: 250px;
	padding: 5px 0 5px 0px;
	margin: 0;
	font-size: 15px;
	color: #fff;
	background-image: url(../img/device-top.png);
	background-size: 100% 100%;
	-moz-background-size: cover;  /* Firefox 3.6 */
}

.device-top div{
  display: inline-block;
}
.device-top .online{
  cursor: pointer;
  width: 7px;
  height: 7px;
  border: 1px solid white;
  border-radius: 50%;
  background: #2b9c54;
}
.device-top .online.red{
  background: #9c2b51;
}

.device-text{
  cursor: pointer;
  width: auto;
  float: right;
  text-align: right;
  padding-right: 10px;
}

.now-work{
  width: 55%;
  text-align: left;
  padding: 0px 5px;
}
.online_txt{
  cursor: pointer;
  text-align: left;
  padding: 0px 5px;
}

.status_text{
  width: auto;
  margin:0;
  padding:5px;
  text-align: center;
}

.device-full{
	/*padding: 0px 0px 15px 0px;*/
	margin: 0;
	/*max-height: 70%;*/
  height: calc(100vh - 188px - 27px - 27px);
  /*padding-bottom: 5px;*/
	font-size: 12px;
	color: #566CAD;
	overflow: auto;
}

@media (max-width: 1366px) {
  #left-block{
    max-height: 100vh;
  }
  /* .device-full{
     height: calc(100vh - 190px);
  } */
  /* #searchDevice{
    display: none;
  } */
  .s:nth-child(n + 2) {
    margin-left: calc(100vw / 6) !important;
  }
}

.info-device{

	text-decoration: none;
	font-size: 12px;
	/*color: #566CAD;*/
	padding: 0 15px;
	color: #f0f8fc;
}

.menu-device{
	text-align: center;
  white-space:nowrap;
  margin: 0.5em auto;
  /*padding-top: 10px;*/
}

.info-device-report, .info-device-route{
  width: 230px;
  text-align: center;
	text-decoration: none;
	font-size: 1em;
	color: #f0f8fc;
  /*padding: 0 15px;*/
  margin: auto;
}

.device-link-top{
	text-decoration: none;
  font-style: oblique;
	padding: 5px 7px;
	color: #FFF;
  vertical-align: bottom;
}

.device-link{
	text-decoration: none;
	padding: 5px 7px;
	color: #FFF;
  vertical-align: middle;
}

.device-status-0{
  width: 15px;
  background-image: url(../img/status/fon/1.png);
}

.device-status-1{
  width: 15px;
  background-image: url(../img/status/fon/2.png);
}

.device-status-2{
  width: 15px;
  background-image: url(../img/status/fon/3.png);
}

.device-status-3{
  width: 15px;
  background-image: url(../img/status/fon/4.png);
}

.device-status-4{
  width: 15px;
  background-image: url(../img/status/fon/5.png);
}

.device-status-5{
  width: 15px;
  background-image: url(../img/status/fon/6.png);
}

.link-device, .link-group{
	padding: 0px 0px;
  max-width: 250px;
  min-height: 24px;
  vertical-align: middle;
}

#status{
	position: absolute;
	bottom: 0;
	width: 250px;
	padding: 10px 0 0px 0px;
	margin: 0;
	height: 40px;
	font-size: 15px;
	color: #000;
	text-align: center;
	vertical-align: baseline;
	/*background-image: url(../img/device.png);*/
	background-size: 100% 100%;
	-moz-background-size: cover;  /* Firefox 3.6 */
}

#top-block {
	position: absolute;
	top: 29px;
	overflow: auto;
	left: 250px;
	right: 0;
	min-height: 20px;
	max-height: 40%;
	float:left;
	padding:0;
  padding-top: 10px;
	margin: 0;
	display: none;
	background-image: url(../img/device.png);
	background-size: 100% 100%;
	z-index: 4;
}
#top-block.opn{
	max-height: calc(100% - 45px) !important;
}

#top-block-status {
	position: absolute;
	top: 29px;
	overflow: auto;
	left: 250px;
	right: 0;
	min-height: 20px;
	max-height: 40%;
	float:left;
	padding:0;
  padding-top: 10px;
	margin: 0;
	display: none;
	background-image: url(../img/device.png);
	background-size: 100% 100%;
	z-index: 4;
}

#top-block-top {
  white-space:nowrap;
	position: absolute;
	top: 0;
	overflow: auto;
	left: 250px;
	right: 0;
	min-height: 20px;
	max-height: 80%;
	float:left;
	padding:0;
	margin: 0;
	color: white;
	/*display: none;*/
	background-image: url(../img/device.png);
	background-size: 100% 100%;
	z-index: 3;
}

#top-block-top div {
  display:inline-block;
}

.planner_list{
  word-wrap: break-word;
  text-align: center;
  border: 0px dotted #000000;
	text-align: center;
	font-family: arial;
	width: 100%;
	padding: 10px;
}

.planner_list td {
  border: 1px dotted #CCCCCC;
  width: 110px;
  padding: 5px;
}

#bottom-block {
	position: absolute;
	bottom: 0;
	left: 250px;
	right: 0;
	min-height: 15px;
	max-height: 60%;
	float:left;
	padding:0;
	margin: 0;
	display: none;
	background-image: url(../img/device.png);
	background-size: 100% 100%;
	z-index: 3;
}

.bottom-link{
	text-decoration: none;
	font-size: 1em;
	color: #555;
	padding: 0.5em 1em;
	border-radius: 5px;
	background-color: #FFF;
	vertical-align: text-top;
	transition: 0.5s;
}
.bottom-link:hover{
	background-color: #CCC;
	transition: 0.5s;
}
.bottom-block-top-functions .bottom-link{
	padding: 0.2em 1em;
	vertical-align: super;
}

.bottom-link-top{
	text-decoration: none;
	font-size: 14px;
  font-style: oblique;
	color: #FFF;
	padding: 5px 5px;
  margin: 0;
	/*background-image: url(../img/device.png);*/
}
#insurance.bottom-link-top{
	color: #ffc107;
	position: relative;
}
#insurance.bottom-link-top:before{
    content: 'new';
    font-size: 10px;
    font-style: normal;
    color: #fff;
    padding: 0.3em 0.6em;
    background: #C62828;
    border-radius: 5px;
    position: absolute;
    top: 2px;
    right: -3em;
}

.bottom-link-opacity{
	text-decoration: none;
	color: #000;
	padding: 3px 5px;
}

.bottom-block-top, .top-block-top{
  white-space:nowrap;
  max-width: calc(100vw - 320px);
  overflow-x: auto;
  overflow-y: hidden;
	top:0;
	left:0;
	right:0;
	height:15px;
	color: #FFFFFF;
	padding: 5px 0 5px 15px;
	margin: 0;
	font-size: 15px;
	background-image: url(../img/device-top.png);
	background-size: 100% 100%;
}

.bottom-block-top div{
  display:inline-block;
}


.bottom-block-top-functions{
	top:15px;
	left:0;
	right:0;
	/*height:15px;*/
	color: #FFFFFF;
  padding: 0px 0px 0px 15px;
	margin: 0;
	font-size: 15px;
	background-image: url(../img/device-top.png);
	background-size: 100% 100%;
	opacity: 0.7;
}

.bottom-block-top-functions-events{
  display: none;
	top:15px;
	left:0;
	right:0;
	/*height:15px;*/
	color: #FFFFFF;
  padding: 0px 20px 0px 15px;
	margin: 0;
	font-size: 14px;
	background-image: url(../img/device-top.png);
	background-size: 100% 100%;
	opacity: 0.9;
  text-align: right;
}

.bottom-block-top-functions-events input{
  width: auto;
}

.bottom-block-top-functions-extra{
	display: none;
	top:15px;
	left:0;
	right:0;
	height:15px;
	color: #FFFFFF;
	padding: 5px 0 5px 15px;
	margin: 0;
	font-size: 15px;
	background-image: url(../img/device-top.png);
	background-size: 100% 100%;
	opacity: 0.5;
}

#bottom-block-full{
	padding: 0;
	margin: 0;
	font-size: 15px;
	visibility: visible;
  /*width: calc(100vw - 250px);*/
}

#container{
  width:calc(100vw - 250px);
  height:300px;
  display:none;
}

#bottom-block-full-extra{
	padding: 0;
	margin: 0;
	font-size: 15px;
	visibility: collapse;
}


.bottom-block-full-info {

	margin: 0;
	font-size: 12px;
	float:left;
	padding: 0 10px;
}

.bottom-block-full-functions{
	width: 200px;
	margin: 0;
	font-size: 12px;
	float:left;
	padding: 0 10px;
}

.functions-route, .functions-route-extra, .functions-report{
	display: none;

	margin: 0;
	font-size: 12px;
	float:left;
	padding: 0 10px;
}

#bottom-block-full-extra-info, .functions-chart-speed{
	display: none;
	max-height: 300px;
	overflow: auto;
	margin: 0;
	right:0;
	font-size: 12px;
	width: 100%;
	float:left;
	padding: 0;
}

#bottom-block-full-extra-events{
	display: none;
	max-height: 300px;
	overflow: auto;
	margin: 0;
	right:0;
	font-size: 12px;
	width: 100%;
	float:left;
	padding: 0;
  z-index: 999;
}
#bottom-block-full-extra-events div{
	width: 100%;
	max-width: calc(100vw - 251px);
	float:left;
	padding: 1px;
  margin: 0;
  white-space:nowrap;
}
#bottom-block-full-extra-events div div{
  width: auto;
	float:left;
	padding: 0 10px;
  margin: 0;
  display:inline-block;
}
.text{
  width: 200px !important;
	float:left;
	padding: 0 10px;
  margin: 0;
  display:inline-block;
}

#bottom-block-full-extra-routePlan{
	display: none;
	max-height: 300px;
	overflow: auto;
	margin: 0;
	right:0;
	font-size: 12px;
	width: 100%;
	float:left;
	padding: 0;
}

.bottom-block-report{
  width: calc(100%);
  text-align: justify;
  display: table;
}
.bottom-block-report div{
    color: #fff;
    position: relative;
    text-align: center;
    /* white-space: nowrap; */
    display: table-cell;
    width: calc(100% / 11 - 5px);
}
.bottom-block-report div div.tit{
  width: 100%;
  vertical-align: top;
  color: #ccc;
}
.bottom-block-report div div{
  width: 100%;
  display: block;
}

.dem{
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 255, 0.3);
  z-index: 999999;
}
.center_dem{
  position: absolute;
  margin: auto auto;
	color: #EEEEEE;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
  bottom: 0;
	text-align: center;
	font-size: 2vmin;
	padding: 10%;
  width: 30vmin;
  height: 30vmin;
  border-radius: 50%;
  background: rgba(30,30,30,0.7);
  z-index: 999999;
}
.dem_t{
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 255, 0.3);
  z-index: 999999;
}
.center_dem_t{
  position: absolute;
  margin: auto auto;
	color: #EEEEEE;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
  bottom: 0;
	text-align: center;
	font-size: 2vmin;
	padding: 3%;
  width: 50vmin;
  height: 50vmin;
  border-radius: 50%;
  background: rgba(30,30,30,0.7);
  z-index: 999999;
}
.center_dem input[type="tel"], .center_dem input[type="email"], .center_dem input[type="text"] {
	border: 1px solid #292829;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	padding: 12px 10px;
	width: 90%;
  text-align: center;
  -webkit-appearance:none;
}
.center_dem input[type="submit"] {
	background-color: #ebebeb;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #404040;
	cursor: pointer;
	float: none;
	font-weight: bold;
	margin-top: 20px;
	padding: 12px 12px;
  	width: 94%;
  -webkit-appearance: none;
}
.center_dem #message {
  color: #FF0000;
}


.load-7 .square {animation: loadingG 1.5s cubic-bezier(.17,.37,.43,.67) infinite;}
@keyframes loadingG {
    0% {transform: translate(0,0) rotate(0deg);}
    50% {transform: translate(70px,0) rotate(360deg);}
    100% {transform: translate(0,0) rotate(0deg);}
}
input#searchDevice{
  left: 0;
  bottom: 0;
  width: 250px;
  max-width: none !important;
  margin: 0;
  height: 25px;
  text-align:center;
  font-weight: bold;
  background: url(/img/status/search.png) #4363b5 no-repeat left center;
  color: white;
  border:0;
  padding: 0;
}
input#searchDevice::-webkit-input-placeholder { color: #ffffff; opacity: .8 }
input#searchDevice:-ms-input-placeholder { color: #ffffff; opacity: .8 }
input#searchDevice::-ms-input-placeholder { color: #ffffff; opacity: .8 }
input#searchDevice::placeholder { color: #ffffff; opacity: .8 }

.form_toggle {
	display: inline-block;
	overflow: hidden;
  margin: 2px;
  margin-left: 10px;
  vertical-align: middle;
  border-radius: 5px;
}
.form_toggle-item {
	float: left;
	display: inline-block;
}
.form_toggle-item input[type=radio] {
	display: none;
}
.form_toggle-item label {
	display: inline-block;
	padding: 0px 15px;
	line-height: 15px;
	border: 1px solid #CCC;
	border-right: none;
	cursor: pointer;
	user-select: none;
}

.form_toggle .item-1 label {
	border-radius: 6px 0 0 6px;
}
.form_toggle .item-2 label {
	border-radius: 0 6px 6px 0;
	border-right: 1px solid #CCC;
}

/* Checked */
.form_toggle .item-1 input[type=radio]:checked + label {
	background: #ffc5c5;
  color: #555;
}
.form_toggle .item-2 input[type=radio]:checked + label {
	background: #bbffbb;
  color: #555;
}
div[class^='hide_nogsm-']{
  display: none;
}
.pop_up{
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0,0,0,.8);
}
.pop_up.active{
  display: block;
}
.pop_up .check_pwd, .pop_up .err{
	display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 30em;
  min-height: 5em;
  background: #e0e0e0;
  border-radius: 2px;
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
}
.pop_up .check_pwd.active, .pop_up .err.active{
	display: block;
}
.pop_up .check_pwd div.inl, .pop_up .err div.inl{
  display: inline-block;
  width: calc(50% - 0.8em);
}
.pop_up .check_pwd .in_check_pwd, .pop_up .check_pwd .confirm, .pop_up .check_pwd .cancel, .pop_up .err .cancel{
  width: 90%;
  height: 2em;
  border: 1px solid #fff;
  border-radius: 2px;
  margin: 1em;
  padding: 0 1em;
}

.pop_up .check_pwd .confirm, .pop_up .check_pwd .cancel, .pop_up .err .cancel{
  background: #616161;
  border: 0 solid #fff;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background 0.5s linear 0s;
	-moz-transition: background 0.5s linear 0s;
	-o-transition: background 0.5s linear 0s;
	transition: background 0.5s linear 0s;
}
.pop_up .check_pwd .confirm:hover{
  background: #bf360c;
  -webkit-transition: background 0.5s linear 0s;
	-moz-transition: background 0.5s linear 0s;
	-o-transition: background 0.5s linear 0s;
	transition: background 0.5s linear 0s;
}
.pop_up .check_pwd .cancel{
  background: #bdbdbd;
  /* margin: 1em 0; */
}
.pop_up .check_pwd .cancel:hover, , .pop_up .err .cancel:hover{
  background: #757575;
  -webkit-transition: background 0.5s linear 0s;
  -moz-transition: background 0.5s linear 0s;
  -o-transition: background 0.5s linear 0s;
  transition: background 0.5s linear 0s;
}

div["style='background-color: white; font-weight: 500; font-family: Roboto, sans-serif; padding: 15px 25px; box-sizing: border-box; top: 5px;'"]{
  display: none !important;
}
div.adp-warnbox{
 display: none !important;
}
.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
}

.adp-directions{
  width: 100%;
  background: #fff;
}
.adp-summary{
   background: #fff;
}
.adp-placemark{
  margin: 0 !important;
}

.pac-target-input{
  padding: 0.5em;
  border-radius: 5px;
  border: 0 solid;
  margin-top: 0.5em;
  outline:none;
}
.pac-target-input:focus{
  box-shadow: 0px 0px 5px 1px #ccc;
}
.sugg_btn{
  /* width: 100%; */
  text-align: right;
  margin: 0 3%;
}
.bottom-link.add{
  background: transparent;
  color: #e0e0e0;
  font-weight: bold;
  opacity: 0.7;
  padding: 0;
}
.bottom-link.bild{
  background: #e0e0e0;
  font-weight: bold;
  padding: 0.6em;
  border-radius: 5px;
  opacity: 0.8;
}

.bottom-link.add:hover, .bottom-link.bild:hover{
    opacity: 1;
}
.bottom-link.bild:hover{
box-shadow: 0px 0px 5px 1px #ccc;
}
.link-device span{
  vertical-align: sub;
}
.chek_slct{
  cursor: pointer;
  background: #f5f5f5;
  padding: 0.3em 1em;
  border-radius: 5px;
  margin-right: 1em;
}
.chek_slct:hover{
  background: #fff;
  text-decoration: underline;
}
.chek_slct.active{
  background: #fff;
  font-weight: bold;
}
