body {
  /*  font-family: 'PT Sans Narrow', sans-serif !important;font-size: 18px !important*/
  padding-top: 50px;
  background-color: #f5f7fa;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
}

.nav>li>a {
  display: block;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #fff;
}

.nav-justified>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #333;
  text-align: center;
  background-color: #fff;
  /* Old browsers */
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.nav-justified>.active>a, .nav-justified>.active>a:hover, .nav-justified>.active>a:focus {
  background-color: #f3f3f3;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
}

.nav-justified>li:last-child>a {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified>li>a {
    border-right: 1px solid #ddd;
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
      padding: 8px;
      padding-bottom: 3px;
      padding-top: 3px;
      line-height: 1.42857143;
      vertical-align: top;
      /* border-top: 1px solid #ddd; */
    }
    border-left: none;
    border-top: none;
    border-bottom: none;
  }
  .nav-justified>li:first-child>a {
    border-left: 1px solid #ddd;
  }
  .nav-justified>li:last-child>a {
    border-right: 1px solid #ddd;
  }
}

/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead, .marketing, .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

.footer {
  padding: 10px;
}

.footer p {
  text-align: center;
}

.top-h2 {
  font-size: 72px;
  text-align: center;
}

.top-h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.top-h1 {
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  padding: 10px;
}

.top-h1::before {
  content: url('/assets/images/title-border.png');
  position: absolute;
  margin-left: -45px;
}

.top-h1::after {
  content: url('/assets/images/title-border.png');
  position: absolute;
  margin-left: 20px;
}

.menu_line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

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

.y_map {
  height: 350px;
}

a[aria-expanded="true"]:after {
  //content: '( cвернуть ▲ )';
}

a[aria-expanded="false"]:after {
  //content: '( развернуть ▼ )';
}

a[aria-expanded="true"]:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  content: "";
  background: url("/assets/images/open_folder.png") no-repeat 0 0;
  background-size: 100%;
}

a[aria-expanded="false"]:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  content: "";
  background: url("/assets/images/folder.png") no-repeat 0 0;
  background-size: 100%;
}

a.doc-file:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  content: "";
  background: url("/assets/images/document.png") no-repeat 0 0;
  background-size: 100%;
}

@media (max-width: 768px) {
  .zoom {
    zoom: 50%;
  }
  .padding_nav {
    padding-left: 20px !important;
  }
  .top-h2 {
    font-size: 38px;
    text-align: center;
  }
  .rtSlider .slideimg {
    background-position: center !important;
  }
}

.downloads_links {
  padding-left: 15px;
  /* padding-top: 15px; */
  display: flex;
}

.video {
  padding-top: 15px;
  display: grid;
}

.video .headerv {
  cursor: pointer;
  border: 1px solid #ddd;
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
}

.video .headerv:hover {
  text-decoration: none;
  background-color: #eee;
}

.video .gp_video {}

.video .as_video {}

.barrier {
  padding-top: 15px;
  padding-left: 25px;
  display: grid;
}

.barrier .headerb {
  cursor: pointer;
  border: 1px solid #ddd;
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
}

.barrier .headerb:hover {
  text-decoration: none;
  background-color: #eee;
}

.barrier .gp_barrier {}

.barrier .as_barrier {}

.modalvideo {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.modalvideo .headermv {
  text-align: center;
}

.modalvideo .closemv {
  position: absolute;
  right: 10px;
  top: 0px;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}

.modalvideo .bodymv {
  display: flex;
}

.modalvideo .bodymv .gp_video {
  padding: 55px;
}

.modalvideo .mvgp {}

.modalvideo .mvgp .mvgpimg {
  background-image: url('/assets/images/android.png');
  height: 100px;
  width: 85px;
  background-size: contain;
  background-repeat: no-repeat;
}

.modalvideo .mvgp .mvgpdesc {
  text-align: center;
  padding-top: 10px;
}

.modalvideo .bodymv .as_video {
  padding: 55px;
}

.modalvideo .mvas {}

.modalvideo .mvas .mvasimg {
  background-image: url(/assets/images/apple.png);
  height: 100px;
  width: 85px;
  background-size: contain;
  background-repeat: no-repeat;
}

.modalvideo .mvas .mvasdesc {
  text-align: center;
  padding-top: 10px;
}

.modalbarrier {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.modalbarrier .headermb {
  text-align: center;
}

.modalbarrier .closemb {
  position: absolute;
  right: 10px;
  top: 0px;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}

.modalbarrier .bodymb {
  display: flex;
}

.modalbarrier .bodymb .gp_barrier {
  padding: 55px;
}

.modalbarrier .mbgp {}

.modalbarrier .mbgp .mbgpimg {
  background-image: url('/assets/images/android.png');
  height: 100px;
  width: 85px;
  background-size: contain;
  background-repeat: no-repeat;
}

.modalbarrier .mbgp .mbgpdesc {
  text-align: center;
  padding-top: 10px;
}

.modalbarrier .bodymb .as_barrier {
  padding: 55px;
}

.modalbarrier .mbas {}

.modalbarrier .mbas .mbasimg {
  background-image: url(/assets/images/apple.png);
  height: 100px;
  width: 85px;
  background-size: contain;
  background-repeat: no-repeat;
}

.modalbarrier .mbas .mbasdesc {
  text-align: center;
  padding-top: 10px;
}

.downloadpril {}

.downloadpril .dpvideo {}

.downloadpril .dpbarrier {}

@media (max-width: 500px) {
  .cameraNameMP {
    font-size: 0.5em !important;
  }
}

.fio {
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}

.fio .head {
  color: #9c9c9c;
  font-size: 14px;
}

.fio .body {
  font-size: 26px;
}

.house {
  padding-bottom: 10px;
  padding-left: 20px;
  width: 50%;
  border-bottom: 1px solid #ddd;
}

.house .head {
  color: #9c9c9c;
  font-size: 14px;
}

.house .body {
  font-size: 26px;
}

.stche {
  padding-bottom: 10px;
  /* padding-left: 20px; */
  width: 50%;
  border-bottom: 1px solid #ddd;
}

.stche .head {
  color: #9c9c9c;
  font-size: 14px;
}

.stche .body {
  font-size: 26px;
}

.email {
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}

.email .head {
  color: #9c9c9c;
  font-size: 14px;
}

.email .body {
  font-size: 26px;
}

.telefon {
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}

.telefon .head {
  color: #9c9c9c;
  font-size: 14px;
}

.telefon .body {
  font-size: 26px;
}

.grp {
  display: flex;
}

.question {
  display: flex;
}

.man_position {
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.man_position .head {
  color: #9c9c9c;
}

.man_position .body {
  font-size: 14px;
  color: #ccc;
  padding-left: 35px;
  padding-bottom: 10px;
}

.man_name {
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.man_name .head {
  color: #9c9c9c;
}

.man_name .body {
  font-size: 18px;
}

.man_comment {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.man_comment .head {
  color: #9c9c9c;
}

.man_comment .body {
  font-size: 26px;
}

.man_phone {
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  white-space: nowrap;
}

.man_phone .head {
  color: #9c9c9c;
}

.man_phone .body {
  font-size: 13px;
}

.man_email {
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.man_email .head {
  color: #9c9c9c;
}

.man_email .body {
  font-size: 14px;
}

.man_grp {
  display: flex;
}

.mobvotesd {
  padding-right: 5px;
}

@media (max-width: 991px) {
  .mobvotesd {
    width: 100%;
  }
  .descnowrap {
    flex-wrap: wrap;
  }
}

.tdbottomborder td {
  border-bottom: 1px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding-bottom: 3px !important;
  padding-top: 3px !important;
}

hr {
  border-top: 1px solid #ddd;
}

.vkfooter {
  background-image: url(../images/vklogo.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 26px;
  width: 190px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  position: relative;
}

.pfooter {
  margin-top: 40px;
  border-top: 1px solid #ddd;
}

.navpilsflat {
  background-color: #ccd1d9 !important;
  box-shadow: none !important;
}

.ptop {
  padding-top: 20px;
}

.balanceblockheader {
  /* display: flex; */
  margin: 0px;
}

.balanceblockheader .balanceblock {
  /* width: 100%; */
  display: flex;
  /* padding: 6px; */
  padding-bottom: 10px;
}

.addpaymentblock {
  display: flex;
}

.balanceblockheader .balanceblock .balancetext {
  padding-right: 10px;
  font-weight: bold;
}

.balanceblockheader .balanceblock .balancecount {
  font-weight: bold;
  padding-right: 15px;
}

.balanceblockheader .balanceblock .pidtext {
  padding-right: 10px;
  font-weight: bold;
}

.balanceblockheader .balanceblock .pidcount {
  font-weight: bold;
}

.balanceblockheader .amount_payment {
  width: 160px;
  padding-left: 10px;
}

.amount_payment_modal {
  width: 160px;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.balanceblockheader .addpaymentbtn {}

.balanceblockbody {}

.debtblockheader {
  /* display: flex; */
  margin: 0px;
}

.debtblockheader .debtblock {
  /* width: 100%; */
  display: flex;
  /* padding: 6px; */
  padding-bottom: 10px;
}

.addpaymentblock {
  display: flex;
}

.debtblockheader .debtblock .debttext {
  padding-right: 10px;
  /* font-weight: bold; */
}

.debtblockheader .debtblock .debtcount {
  /* font-weight: bold; */
  padding-right: 15px;
  color: red;
}

.debtblockheader .debtblock .pidtext {
  padding-right: 10px;
  font-weight: bold;
}

.debtblockheader .debtblock .pidcount {
  font-weight: bold;
}

.debtblockheader .amount_payment {
  width: 160px;
  padding-left: 10px;
}

.amount_payment_modal {
  width: 160px;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.debtblockheader .addpaymentbtn {}

.debtblockbody {}

.historyheadblock {
  display: flex;
  margin: 10px 10px 0px 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ccc;
  border-bottom: 0px;
}

.historyheadblock .hhtitle {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.historyheadblock .hhlasttransactions {
  white-space: nowrap;
  padding: 5px 5px 5px 5px;
}

.labelunpaidinvoicess, .labellastteninvoice {
  margin-bottom: 0px;
  font-weight: normal;
}

.historyheadblock .lasttentransaction {}

.historybodyblock {
  margin: 0px 10px 10px 10px;
  border-top: none;
  background-color: #fdfdfd;
}

.historybodyblock .historytable {
  width: 100%;
}

.historybodyblock .bodylisthistoryitem {
  width: 100%;
}

.historybodyblock .bodylisthistoryitem .historydata {
  text-align: center;
  padding: 5px 5px 5px 5px;
  white-space: nowrap;
}

.historybodyblock .bodylisthistoryitem .historysumm {
  text-align: center;
  padding: 5px 5px 5px 5px;
  white-space: nowrap;
}

.historybodyblock .bodylisthistoryitem .historytype {
  text-align: center;
  padding: 5px 5px 5px 5px;
  white-space: nowrap;
}

.historylistaddarrow {}

.invoicessheadblock {
  display: flex;
  margin: 10px 10px 0px 10px;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 0px;
}

.invoicessheadblock .hhtitle {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.invoicessheadblock .hhlasttransactions {
  white-space: nowrap;
  padding: 5px 5px 5px 5px;
}

.historyheadblock .hhlasttransactions .labellasttentransaction {
  margin-bottom: 0px;
  font-weight: normal;
}

.invoicessheadblock .lasttentransaction {}

.invoicessbodyblock {
  margin: 0px 10px 20px 10px;
  /* border: 1px solid #ccc; */
  border-top: none;
  background-color: #fdfdfd;
}

.invoicessbodyblock .invosesstable {
  width: 100%;
}

.invoicessbodyblock .bodylistinvoicessitem {}

.invoicessbodyblock .bodylistinvoicessitem .invoicessdata {
  text-align: center;
  padding: 5px 5px 5px 5px;
}

.invoicessbodyblock .bodylistinvoicessitem .invoicesssumm {
  text-align: center;
  padding: 5px 5px 5px 5px;
  white-space: nowrap;
}

.invoicessbodyblock .bodylistinvoicessitem .invoicesskvit {
  text-align: center;
  width: 30px;
  padding: 5px 5px 5px 5px;
}

.invoicessbodyblock .bodylistinvoicessitem .invoicesstype {
  text-align: center;
  width: 250px;
  padding: 5px 5px 5px 5px;
}

.invoicessbodyblock .bodylistinvoicessitem .invoicesstatus {
  text-align: center;
  width: 90px;
  padding: 5px 5px 5px 5px;
  color: gray;
}

.invoicesslistaddarrow {}

.historyaddbottom, .invoicessaddbottom {
  cursor: pointer;
}

.balanceblockbodyclose {
  text-align: center;
  cursor: pointer;
}

.alertPaymentModal {
  width: 350px;
  height: 310px;
  position: fixed;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 5px 20px -10px;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
}

.alertPaymentModal .modalheader {
  display: flex;
  height: 35px;
  border-bottom: 1px solid #eee;
}

.alertPaymentModal .modalheader .headertitle {
  text-align: center;
  width: 100%;
  padding: 5px;
}

.alertPaymentModal .modalheader .headerclose {
  padding: 5px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.alertPaymentModal .modalbody {
  height: 215px;
  padding: 20px;
}

.alertPaymentModal .modalfooter {
  padding: 5px;
  height: 50px;
  text-align: center;
}

.alertPaymentModal .modalfooter .accept_payment {
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  border: 1px solid #a8a8a8;
  margin-right: 8px;
  background-color: #fafafa;
  width: 180px;
  text-align: center;
}

.alertPaymentModal .modalfooter .accept_payment:hover {
  background-color: #ececec;
}

.lkpaymentbtn {
  width: 160px;
  padding: 5px;
  border: 1px solid #a8a8a8;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  cursor: pointer;
  margin-right: auto;
}

.lkpaymentbtn:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.lkpaymentallbtn {
  width: 120px;
  padding: 0px;
  border: 1px solid #a8a8a8;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  cursor: pointer;
  margin-right: auto;
}

.lkpaymentallbtn:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.pl10 {
  padding-left: 10px;
}

.invosesstable {
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 30px; */
  width: 100%;
}

.fine_name_td {
  width: 820px;
}

.fine_cost_td {
  width: 140px;
}

.fine_edit_td {
  width: 80px;
}

table.tablesorter.grabbing tbody tr {
  cursor: grabbing;
}

table.invosesstable {
  font-family: Tahoma, Arial;
  background-color: #CDCDCD;
  font-size: 10pt;
  text-align: left;
}

@media (max-width: 768px) {
  table.invosesstable {
    font-family: Tahoma, Arial;
    background-color: #CDCDCD;
    font-size: 6pt;
    text-align: left;
  }
}

table.invosesstable tr:hover td {
  background: #e9e9e9;
}

table.invosesstable thead tr th, table.invosesstable tfoot tr th {
  background-color: #e6EEEE;
  font-size: 10pt;
  padding: 4px;
  text-align: center;
}

@media (max-width: 768px) {
  table.invosesstable thead tr th, table.invosesstable tfoot tr th {
    background-color: #e6EEEE;
    font-size: 6pt;
    padding: 4px;
    text-align: center;
    width: 60px;
  }
}

table.invosesstable thead tr th span {
  padding-left: 3px;
  text-decoration: none;
  border: 0px none;
  font-weight: normal;
}

table.invosesstable thead tr, table.invosesstable thead tr {
  background-color: #8dbdd8;
}

table.invosesstable thead tr {
  background-image: none;
}

table.invosesstable tbody td {
  color: #2d2d2d;
  padding: 4px;
  background-color: #FFF;
  vertical-align: top;
}

table.invosesstable tbody tr.yellow td {
  background: #ffff66;
}

table.invosesstable tbody tr.red td {
  background: #ff6666;
}

table.invosesstable tr td, table tr th {
  border: 1px solid #ccc;
  padding: 2px;
  margin: 1px;
}

.lkpaymentinv {
  cursor: pointer;
  padding: 0px 10px 0px 10px;
  border: 1px solid #a8a8a8;
  margin-right: 8px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.lkpaymentinv:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

@media (max-width: 768px) {
  .lkpaymentinv {
    padding: 0px 6px 0px 6px;
  }
}

.footlistinvocesitembl tr td, .footlisthistoryitembl tr td {
  background-color: #fafafa;
}

label {
  cursor: pointer;
}

.fioblock {
  position: absolute;
  right: 16px;
  top: -32px;
  width: 350px;
  text-align: right;
  font-size: 20px;
  color: #9a9a9a;
}

.counterslist {
  margin-bottom: 20px;
  margin-top: 10px;
}

.counterslist .clhead {
  display: flex;
  /* margin: 10px 10px 0px 10px; */
  border: 1px solid #ccc;
  /*padding-left: 10px;*/
  padding-right: 10px;
  border-bottom: 0px;
  width: 100%;
}

.counterslist .clhead .clhtitle {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

/*.clhead .clcollapse {
  cursor: pointer;
  margin: 3px;
  border: 1px solid #ccc;
  padding: 0px 5px;
  background-color: #ffdede;
  width: 100px;
  text-align: center;
}*/

.counterslist .clhead .clcollapse:hover {
  background-color: #e4e4e4;
}

.counterslist .clhead .clhcounteradd {
  white-space: nowrap;
  cursor: pointer;
  /* padding: 0px 10px 0px 10px; */
  border: 1px solid #a8a8a8;
  width: 100px;
  text-align: center;
  font-size: 16px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 6px;
  background-color: #fafafa;
}

.counterslist .clhead .clhcounteradd:hover {
  background-color: #ececec;
}

.counterslist .clbody {
  /* margin: 0px 10px 20px 10px; */
  /* border: 1px solid #ccc; */
  border-top: none;
  background-color: #fdfdfd;
  width: 100%;
}

.counterslist .clbody .clbcounterstable {
  width: 100%;
}

.counterslist .clbody .clbcounterstable .clbcontactitemth {}

.counterslist .clbody .clbcounterstable .clbcontactitemth .counternbm {
  width: 30px;
  text-align: center;
}

.counterslist .clbody .clbcounterstable .clbcontactitemth .countername {}

.counterslist .clbody .clbcounterstable .clbcontactitemth .countercontrol {}

.counterslist .clbody .bodycounterstable .clbcontactitem {}

.counterslist .clbody .bodycounterstable .clbcontactitem .counternbm {
  text-align: center;
  padding: 5px 5px 5px 5px;
}

.counterslist .clbody .bodycounterstable .clbcontactitem .countername {
  padding-left: 10px;
  padding: 5px 5px 5px 5px;
}

.counterslist .clbody .bodycounterstable .clbcontactitem .countercontrol {
  padding-left: 10px;
  padding: 5px 5px 5px 5px;
  width: 110px;
}

.counterslist .clbody .bodycounterstable .clbcontactitem .countercontrol .countercontrolflex {
  display: flex;
}

.counterslist .clbody .bodycounterstable .clbcontactitem .countercontrol .countercontrolflex .counterremove {
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #a8a8a8;
  width: 40px;
  text-align: center;
  font-size: 12px;
  height: 20px;
  background-color: #fafafa;
  margin: auto;
  padding: 1px;
}

.counterslist .clbody .bodycounterstable .clbcontactitem .countercontrol .countercontrolflex .counterremove:hover {
  background-color: #ececec;
}

.counterslist .clbody .clbcounterstable .bodycounterstable {}

.counterslist .clbody .clbcounterstable .footcounterstable {}

table.clbcounterstable {
  font-family: Tahoma, Arial;
  background-color: #CDCDCD;
  font-size: 10pt;
  text-align: left;
}

table.clbcounterstable tr:hover td {
  background: #e9e9e9;
}

table.clbcounterstable thead tr th, table.clbcounterstable tfoot tr th {
  background-color: #e6EEEE;
  font-size: 10pt;
  padding: 4px;
  text-align: center;
}

table.clbcounterstable thead tr th span {
  padding-left: 3px;
  text-decoration: none;
  border: 0px none;
  font-weight: normal;
}

table.clbcounterstable thead tr, table.clbcounterstable thead tr {
  background-color: #8dbdd8;
}

table.clbcounterstable thead tr {
  background-image: none;
}

table.clbcounterstable tbody td {
  color: #2d2d2d;
  padding: 4px;
  background-color: #FFF;
  vertical-align: top;
}

table.clbcounterstable tbody tr.yellow td {
  background: #ffff66;
}

table.clbcounterstable tbody tr.red td {
  background: #ff6666;
}

table.clbcounterstable tr td, table.clbcounterstable tr th {
  border: 1px solid #ccc;
  padding: 2px;
  margin: 1px;
}

.contactslist {
  margin-bottom: 20px;
  margin-top: 20px;
}

.contactslist .clhead {
  display: flex;
  /* margin: 10px 10px 0px 10px; */
  border: 1px solid #ccc;
  /*padding-left: 10px;*/
  padding-right: 10px;
  border-bottom: 0px;
  width: 100%;
}

.contactslist .clhead .clhtitle {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.contactslist .clhead .clhcontactadd {
  white-space: nowrap;
  cursor: pointer;
  /* padding: 0px 10px 0px 10px; */
  border: 1px solid #a8a8a8;
  width: 100px;
  text-align: center;
  font-size: 16px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 6px;
  background-color: #fafafa;
}

.contactslist .clhead .clhcontactadd:hover {
  background-color: #ececec;
}

.contactslist .clbody {
  /* margin: 0px 10px 20px 10px; */
  /* border: 1px solid #ccc; */
  border-top: none;
  background-color: #fdfdfd;
  width: 100%;
}

.contactslist .clbody .clbcontactsеtable {
  width: 100%;
}

.contactslist .clbody .clbcontactsеtable .clbcontactitemth {}

.contactslist .clbody .clbcontactsеtable .clbcontactitemth .contactnbm {
  width: 30px;
  text-align: center;
}

.contactslist .clbody .clbcontactsеtable .clbcontactitemth .contactname {}

.contactslist .clbody .clbcontactsеtable .clbcontactitemth .contactcontrole {
  width: 110px;
}

.contactslist .clbody .bodycontactsеtable .clbcontactitem {}

.contactslist .clbody .bodycontactsеtable .clbcontactitem .contactnbm {
  text-align: center;
  padding: 5px 5px 5px 5px;
}

.contactslist .clbody .bodycontactsеtable .clbcontactitem .contactname {
  text-align: center;
  padding: 5px 5px 5px 5px;
  width: 250px;
}

.contactslist .clbody .bodycontactsеtable .clbcontactitem .contacttel {
  text-align: center;
  padding: 5px 5px 5px 5px;
}

.contactslist .clbody .bodycontactsеtable .clbcontactitem .contactemail {
  /* padding-left: 10px; */
  text-align: center;
  padding: 5px 5px 5px 5px;
  width: 150px;
}

.contactslist .clbody .bodycontactsеtable .clbcontactitem .contactcontrole {
  /* padding-left: 10px; */
  text-align: center;
  padding: 5px 5px 5px 5px;
  /* display: flex; */
  width: 110px;
}

.contactslist .clbody .bodycontactsеtable .clbcontactitem .contactcontrole .contactcontroleflex {
  display: flex;
}

.contactslist .clbody .bodycontactsеtable .clbcontactitem .contactcontrole .contactcontroleflex .contactedit {
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #a8a8a8;
  width: 40px;
  text-align: center;
  font-size: 12px;
  height: 20px;
  background-color: #fafafa;
  margin: auto;
  padding: 1px;
}

.contactslist .clbody .bodycontactsеtable .clbcontactitem .contactcontrole .contactcontroleflex .contactedit:hover {
  background-color: #ececec;
}

.contactslist .clbody .bodycontactsеtable .clbcontactitem .contactcontrole .contactcontroleflex .contactremove {
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #a8a8a8;
  width: 40px;
  text-align: center;
  font-size: 12px;
  height: 20px;
  background-color: #fafafa;
  margin: auto;
  padding: 1px;
}

.contactslist .clbody .bodycontactsеtable .clbcontactitem .contactcontrole .contactcontroleflex .contactremove:hover {
  background-color: #ececec;
}

.contactslist .clbody .clbcontactsеtable .bodycontactsеtable {}

.contactslist .clbody .clbcontactsеtable .footcontactsеtable {}

table.clbcontactsеtable {
  font-family: Tahoma, Arial;
  background-color: #CDCDCD;
  font-size: 10pt;
  text-align: left;
}

table.clbcontactsеtable tr:hover td {
  background: #e9e9e9;
}

table.clbcontactsеtable thead tr th, table.clbcontactsеtable tfoot tr th {
  background-color: #e6EEEE;
  font-size: 10pt;
  padding: 4px;
  text-align: center;
  width: 150px;
}

table.clbcontactsеtable thead tr th span {
  padding-left: 3px;
  text-decoration: none;
  border: 0px none;
  font-weight: normal;
}

table.clbcontactsеtable thead tr, table.clbcontactsеtable thead tr {
  background-color: #8dbdd8;
}

table.clbcontactsеtable thead tr {
  background-image: none;
}

table.clbcontactsеtable tbody td {
  color: #2d2d2d;
  padding: 4px;
  background-color: #FFF;
  vertical-align: top;
}

table.clbcontactsеtable tbody tr.yellow td {
  background: #ffff66;
}

table.clbcontactsеtable tbody tr.red td {
  background: #ff6666;
}

table.clbcontactsеtable tr td, table.clbcontactsеtable tr th {
  border: 1px solid #ccc;
  padding: 2px;
  margin: 1px;
}

.addnewsmall {
  width: 280px !important;
  height: 170px !important;
}

.addnewusermodalbk {
  position: fixed;
  background-color: #0000005e;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1500;
  cursor: pointer;
}

.addnewusermodal {
  display: block;
  position: fixed;
  background-color: white;
  width: 230px;
  min-height: 240px;
  border: 1px solid #ccc;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1501;
}

.addnewusermodal .admtitle {
  height: 40px;
  position: relative;
}

.addnewusermodal .admtitle .admname {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
}

.addnewusermodal .admtitle .admclose {
  position: absolute;
  right: 5px;
  top: -5px;
  font-size: 20px;
  font-weight: 100;
  cursor: pointer;
}

.addnewusermodal .admbody {
  min-height: 230px;
  padding: 20px 20px;
}

.addnewusermodal .admbody label {
  cursor: pointer;
}

.addnewusermodal .admbody .admfio {
  /* padding-bottom: 5px; */
}

.addnewusermodal .admbody .admfio .adminputfamilia {
  padding: 3px 5px;
  margin-bottom: 5px;
}

.addnewusermodal .admbody .admfio .adminputimuy {
  padding: 3px 5px;
  margin-bottom: 5px;
}

.addnewusermodal .admbody .admfio .adminputotchestvo {
  padding: 3px 5px;
  margin-bottom: 5px;
}

.addnewusermodal .admbody .logpass {
  padding-bottom: 5px;
}

.addnewusermodal .admbody .logpass .adminputlogin {
  padding: 3px 5px;
}

.addnewusermodal .admbody .logpass .adminputpassword {
  padding: 3px 5px;
}

.addnewusermodal .admbody .admtel {
  padding-bottom: 5px;
}

.addnewusermodal .admbody .admtel .adminputtel {
  padding: 3px 5px;
}

.addnewusermodal .admbody .admemail {
  padding-bottom: 5px;
}

.addnewusermodal .admbody .admemail .adminputemail {
  padding: 3px 5px;
}

.addnewusermodal .admbody .admemail .admcheckboxemail {}

.addnewusermodal .admbody .admavtonumber {
  padding-bottom: 6px;
}

.addnewusermodal .admbody .admavtonumber .adminputavtonumber {
  padding: 3px 5px;
}

.addnewusermodal .admbody .adminformation {}

.addnewusermodal .admbody .adminformation label {
  font-weight: 400;
}

.addnewusermodal .admbody .adminformation .admcheckboxinformation {}

.addnewusermodal .admbody .admsendinvoce {}

.addnewusermodal .admbody .admsendinvoce label {
  font-weight: 400;
}

.addnewusermodal .admbody .admsendinvoce .admcheckboxsendinvoce {}

.addnewusermodal .admbody .admavtonumberautocheck {}

.addnewusermodal .admbody .admavtonumberautocheck label {
  font-weight: 400;
}

.addnewusermodal .admbody .admavtonumberautocheck .admcheckboxavtonumberautocheck {}

.addnewusermodal .admbody .admacceesslklogin {}

.addnewusermodal .admbody .admacceesslklogin label {
  font-weight: 400;
}

.addnewusermodal .admbody .admacceesslklogin .admcheckboxacceesslklogin {}

.addnewusermodal .admbody .admisowner {}

.addnewusermodal .admbody .admisowner label {
  font-weight: 400;
}

.addnewusermodal .admbody .admisowner .admcheckboxisowner {}

.addnewusermodal .admbody .admcandidate {}

.addnewusermodal .admbody .admcandidate label {
  font-weight: 400;
}

.addnewusermodal .admbody .admcandidate .admcheckboxcandidate {}

.addnewusermodal .admbody .admbarrier {}

.addnewusermodal .admbody .admbarrier label {
  font-weight: 400;
}

.addnewusermodal .admbody .admbarrier .admcheckboxbarrier {}

.addnewusermodal .admbody .admtel label {
  margin-bottom: 0px;
  font-weight: 400;
}

.addnewusermodal .admbody .admemail label {
  margin-bottom: 0px;
  font-weight: 400;
}

.addnewusermodal .admfoot {
  height: 40px;
}

.addnewusermodal .admfoot .admfaddbtnusertoarea {
  position: absolute;
  width: 150px;
  height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  cursor: pointer;
}

.addnewusermodal .admfoot .admfaddbtnusertoarea:hover {
  box-shadow: 0 1px 5px -3px #565656;
}

.addnewusermodal .admfoot .admfeditbtnusertoarea {
  position: absolute;
  width: 150px;
  height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  cursor: pointer;
}

.addnewusermodal .admfoot .admfeditbtnusertoarea:hover {
  box-shadow: 0 1px 5px -3px #565656;
}

.removemodalbk {
  position: fixed;
  background-color: #0000005e;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1500;
  cursor: pointer;
}

.removemodal {
  display: block;
  position: fixed;
  background-color: white;
  width: 280px;
  height: 200px;
  border: 1px solid #ccc;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1501;
}

.removemodal .admtitle {
  height: 40px;
  position: relative;
}

.removemodal .admtitle .admname {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
}

.removemodal .admtitle .admclose {
  position: absolute;
  right: 5px;
  top: -5px;
  font-size: 20px;
  font-weight: 100;
  cursor: pointer;
}

.removemodal .admbody {
  height: 110px;
  padding: 40px 20px;
  text-align: center;
}

.removemodal .admbody .adminfoedit {
  padding: 3px 5px;
}

.removemodal .admfoot {
  height: 50px;
}

.removemodal .admfoot .delcontact {
  position: absolute;
  width: 150px;
  height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  cursor: pointer;
}

.removemodal .admfoot .delcontact:hover {
  box-shadow: 0 1px 5px -3px #565656;
}

.removemodal .admfoot .delcounter {
  position: absolute;
  width: 150px;
  height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  cursor: pointer;
}

.removemodal .admfoot .delcounter:hover {
  box-shadow: 0 1px 5px -3px #565656;
}

.removemodal .admfoot .delavtoplate, .removemodal .admfoot .editinfonbm, .removemodal .admfoot .editinfoland, .removemodal .admfoot .editinfolandrate, .removemodal .admfoot .editinfomoney, .removemodal .admfoot .editinfologin, .removemodal .admfoot .editinfopassword, .removemodal .admfoot .changepasswordbtnaccept {
  position: absolute;
  width: 150px;
  height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  cursor: pointer;
}

.removemodal .admfoot .delavtoplate, .removemodal .admfoot .editinfonbm:hover, .removemodal .admfoot .editinfoland:hover, .removemodal .admfoot .editinfolandrate:hover, .removemodal .admfoot .editinfomoney:hover, .removemodal .admfoot .editinfologin:hover, .removemodal .admfoot .editinfopassword:hover {
  box-shadow: 0 1px 5px -3px #565656;
}

.avtoplateslist {}

.avtoplateslist .clhead {
  display: flex;
  /* margin: 10px 10px 0px 10px; */
  border: 1px solid #ccc;
  /*padding-left: 10px;*/
  padding-right: 10px;
  border-bottom: 0px;
  width: 100%;
}

.avtoplateslist .clhead .clhtitle {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.avtoplateslist .clhead .clhavtoplateadd {
  white-space: nowrap;
  cursor: pointer;
  /* padding: 0px 10px 0px 10px; */
  border: 1px solid #a8a8a8;
  width: 100px;
  text-align: center;
  font-size: 16px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 6px;
  background-color: #fafafa;
}

.avtoplateslist .clhead .clhavtoplateadd:hover {
  background-color: #ececec;
}

.avtoplateslist .clbody {
  /* margin: 0px 10px 20px 10px; */
  /* border: 1px solid #ccc; */
  border-top: none;
  background-color: #fdfdfd;
  width: 100%;
}

.avtoplateslist .clbody .clbavtoplatestable {
  width: 100%;
}

.avtoplateslist .clbody .clbavtoplatestable .clbavtoplateitemth {}

.avtoplateslist .clbody .clbavtoplatestable .clbavtoplateitemth .avtoplatenbm {
  width: 30px;
  text-align: center;
}

.avtoplateslist .clbody .clbavtoplatestable .clbavtoplateitemth .avtoplatename {}

.avtoplateslist .clbody .clbavtoplatestable .clbavtoplateitemth .avtoplatecontrol {
  padding-left: 10px;
  padding: 5px 5px 5px 5px;
  width: 110px;
}

.avtoplateslist .clbody .bodyavtoplatestable .clbavtoplateitem {}

.avtoplateslist .clbody .bodyavtoplatestable .clbavtoplateitem .avtoplatenbm {
  text-align: center;
  padding: 5px 5px 5px 5px;
}

.avtoplateslist .clbody .bodyavtoplatestable .clbavtoplateitem .avtoplatename {
  padding-left: 10px;
  padding: 5px 5px 5px 5px;
}

.avtoplateslist .clbody .bodyavtoplatestable .clbavtoplateitem .avtoplatecontrole {
  padding-left: 10px;
  padding: 5px 5px 5px 5px;
  width: 110px;
}

.avtoplateslist .clbody .bodyavtoplatestable .clbavtoplateitem .avtoplatecontrole .avtoplatecontroleflex {
  display: flex;
}

.avtoplateslist .clbody .bodyavtoplatestable .clbavtoplateitem .avtoplatecontrole .avtoplatecontroleflex .avtoplateedit, .avtoplateslist .clbody .bodyavtoplatestable .clbavtoplateitem .avtoplatecontrole .avtoplatecontroleflex .avtoplateremove {
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #a8a8a8;
  width: 40px;
  text-align: center;
  font-size: 12px;
  height: 20px;
  background-color: #fafafa;
  margin: auto;
  padding: 1px;
}

.avtoplateslist .clbody .bodyavtoplatestable .clbavtoplateitem .avtoplatecontrole .avtoplatecontroleflex .avtoplateedit:hover, .avtoplateslist .clbody .bodyavtoplatestable .clbavtoplateitem .avtoplatecontrole .avtoplatecontroleflex .avtoplateremove:hover {
  background-color: #ececec;
}

.avtoplateslist .clbody .clbavtoplatestable .bodyavtoplatestable {}

.avtoplateslist .clbody .clbavtoplatestable .footavtoplatestable {}

.avtoplatemodalbk {
  position: fixed;
  background-color: #0000005e;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1500;
  cursor: pointer;
}

.avtoplatemodal {
  display: block;
  position: fixed;
  background-color: white;
  width: 280px;
  height: 170px;
  border: 1px solid #ccc;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1501;
}

.avtoplatemodal .admtitle {
  height: 40px;
  position: relative;
}

.avtoplatemodal .admtitle .admname {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
}

.avtoplatemodal .admtitle .admclose {
  position: absolute;
  right: 5px;
  top: -5px;
  font-size: 20px;
  font-weight: 100;
  cursor: pointer;
}

.avtoplatemodal .admbody {
  height: 100px;
  padding: 20px 20px;
}

.avtoplatemodal .admbody .avtoplatenumber {
  width: 190px;
  display: flex;
  margin: 0 auto;
}

.avtoplatemodal .admbody .avtoplatenumber .avtoplatenumberinput {
  width: 130px;
  padding-right: 10px;
  padding-left: 10px;
}

.avtoplatemodal .admbody .avtoplatenumber .avtoplateregioninput {
  width: 50px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.avtoplatemodal .admfoot {
  height: 50px;
}

.avtoplatemodal .admfoot .addavtoplate, .avtoplatemodal .admfoot .editavtoplate {
  position: absolute;
  width: 150px;
  height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  cursor: pointer;
}

.avtoplatemodal .admfoot .addavtoplate:hover, .avtoplatemodal .admfoot .editavtoplate:hover {
  box-shadow: 0 1px 5px -3px #565656;
}

table.clbavtoplatestable {
  font-family: Tahoma, Arial;
  background-color: #CDCDCD;
  font-size: 10pt;
  text-align: left;
}

table.clbavtoplatestable tr:hover td {
  background: #e9e9e9;
}

table.clbavtoplatestable thead tr th, table.clbavtoplatestable tfoot tr th {
  background-color: #e6EEEE;
  font-size: 10pt;
  padding: 4px;
  text-align: center;
}

table.clbavtoplatestable thead tr th span {
  padding-left: 3px;
  text-decoration: none;
  border: 0px none;
  font-weight: normal;
}

table.clbavtoplatestable thead tr, table.clbavtoplatestable thead tr {
  background-color: #8dbdd8;
}

table.clbavtoplatestable thead tr {
  background-image: none;
}

table.clbavtoplatestable tbody td {
  color: #2d2d2d;
  padding: 4px;
  background-color: #FFF;
  vertical-align: top;
}

table.clbavtoplatestable tbody tr.yellow td {
  background: #ffff66;
}

table.clbavtoplatestable tbody tr.red td {
  background: #ff6666;
}

table.clbavtoplatestable tr td, table.clbavtoplatestable tr th {
  border: 1px solid #ccc;
  padding: 2px;
  margin: 1px;
}

.maincontact {}

.maincontact .clhead {
  display: flex;
  /* margin: 10px 10px 0px 10px; */
  border: 1px solid #ccc;
  /*padding-left: 10px;*/
  padding-right: 10px;
  border-bottom: 0px;
  width: 100%;
}

.maincontact .clhead .clhtitle {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.maincontact .clhead .clhcontactadd {
  white-space: nowrap;
  cursor: pointer;
  /* padding: 0px 10px 0px 10px; */
  border: 1px solid #a8a8a8;
  width: 100px;
  text-align: center;
  font-size: 16px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 6px;
  background-color: #fafafa;
}

.maincontact .clhead .clhcontactadd:hover {
  background-color: #ececec;
}

.maincontact .clbody {
  /* margin: 0px 10px 20px 10px; */
  /* border: 1px solid #ccc; */
  border-top: none;
  background-color: #fdfdfd;
  width: 100%;
}

.maincontact .clbody .clbcontactsеtable {
  width: 100%;
}

.maincontact .clbody .clbcontactsеtable .clbcontactitemth {}

.maincontact .clbody .clbcontactsеtable .clbcontactitemth .contactnbm {
  width: 30px;
  text-align: center;
}

.maincontact .clbody .clbcontactsеtable .clbcontactitemth .contactname {}

.maincontact .clbody .clbcontactsеtable .clbcontactitemth .contactcontrole {
  width: 110px;
  padding-left: 10px;
  padding: 5px 5px 5px 5px;
  width: 110px;
}

.maincontact .clbody .bodymaincontactsеtable .clbcontactitem {}

.maincontact .clbody .bodymaincontactsеtable .clbcontactitem .contactnbm {
  text-align: center;
  padding: 5px 5px 5px 5px;
}

.maincontact .clbody .bodymaincontactsеtable .clbcontactitem .contactname {
  text-align: center;
  padding: 5px 5px 5px 5px;
  width: 250px;
}

.maincontact .clbody .bodymaincontactsеtable .clbcontactitem .contacttel {
  text-align: center;
  padding: 5px 5px 5px 5px;
  width: 150px;
}

.maincontact .clbody .bodymaincontactsеtable .clbcontactitem .contactemail {
  /* padding-left: 10px; */
  text-align: center;
  padding: 5px 5px 5px 5px;
  width: 150px;
}

.maincontact .clbody .bodymaincontactsеtable .clbcontactitem .contactcontrole {
  /* padding-left: 10px; */
  text-align: center;
  padding: 5px 5px 5px 5px;
  /* display: flex; */
  width: 110px;
}

.maincontact .clbody .bodymaincontactsеtable .clbcontactitem .contactcontrole .contactcontroleflex {
  display: flex;
}

.maincontact .clbody .bodymaincontactsеtable .clbcontactitem .contactcontrole .contactcontroleflex .contactedit {
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #a8a8a8;
  width: 40px;
  text-align: center;
  font-size: 12px;
  height: 20px;
  background-color: #fafafa;
  margin: auto;
  padding: 1px;
}

.maincontact .clbody .bodymaincontactsеtable .clbcontactitem .contactcontrole .contactcontroleflex .contactedit:hover {
  background-color: #ececec;
}

.maincontact .clbody .bodymaincontactsеtable .clbcontactitem .contactcontrole .contactcontroleflex .contactremove {
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #a8a8a8;
  width: 40px;
  text-align: center;
  font-size: 12px;
  height: 20px;
  background-color: #fafafa;
  margin: auto;
  padding: 1px;
}

.maincontact .clbody .bodymaincontactsеtable .clbcontactitem .contactcontrole .contactcontroleflex .contactremove:hover {
  background-color: #ececec;
}

.maincontact .clbody .clbcontactsеtable .bodymaincontactsеtable {}

.maincontact .clbody .clbcontactsеtable .footmaincontactsеtable {}

.lkautherror {
  text-align: center;
  padding: 10px;
  border: 1px solid #af0000;
  margin: 10px 10px 20px 10px;
  background-color: #ffd0d0;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
  margin-bottom: 0px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.autopaymantparam {
  display: flex;
  margin: 10px;
}

.autopaymantparam .title {
  padding-left: 10px;
}

.autopaymantparam .checkboxswitch {}

.clcollapse {
  cursor: pointer;
}

.clcollapse .collapsespan {
  position: relative;
  top: 0px;
  left: 2px;
  font-size: 12px;
}

table.clbsyncareastable {
  font-family: Tahoma, Arial;
  background-color: #CDCDCD;
  font-size: 10pt;
  text-align: left;
}

table.clbsyncareastable tr:hover td {
  background: #e9e9e9;
}

table.clbsyncareastable thead tr th, table.clbsyncareastable tfoot tr th {
  background-color: #e6EEEE;
  font-size: 10pt;
  padding: 4px;
  text-align: center;
}

table.clbsyncareastable thead tr th span {
  padding-left: 3px;
  text-decoration: none;
  border: 0px none;
  font-weight: normal;
}

table.clbsyncareastable thead tr, table.clbsyncareastable thead tr {
  background-color: #8dbdd8;
}

table.clbsyncareastable thead tr {
  background-image: none;
}

table.clbsyncareastable tbody td {
  color: #2d2d2d;
  padding: 4px;
  background-color: #FFF;
  vertical-align: top;
}

table.clbsyncareastable tbody tr.yellow td {
  background: #ffff66;
}

table.clbsyncareastable tbody tr.red td {
  background: #ff6666;
}

table.clbsyncareastable tr td, table.clbsyncareastable tr th {
  border: 1px solid #ccc;
  padding: 2px;
  margin: 1px;
}

.syncareaslist {
  /* margin: 0px 10px 20px 10px; */
  margin-bottom: 20px;
  /* margin-top: 10px; */
}

.syncareaslist .clhead {
  display: flex;
  /* margin: 10px 10px 0px 10px; */
  border: 1px solid #ccc;
  /*padding-left: 10px;*/
  padding-right: 10px;
  border-bottom: 0px;
  width: 100%;
}

.syncareaslist .clhead .clhtitle {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.syncareaslist .clhead .clcollapse {
  cursor: pointer;
  /* margin: 3px; */
  width: 200px;
  text-align: left;
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.syncareaslist .clhead .clhsyncareaadd {
  white-space: nowrap;
  cursor: pointer;
  /* padding: 0px 10px 0px 10px; */
  border: 1px solid #a8a8a8;
  width: 100px;
  text-align: center;
  font-size: 16px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 6px;
  background-color: #fafafa;
}

.syncareaslist .clhead .clhsyncareaadd:hover {
  background-color: #ececec;
}

.syncareaslist .clbody {
  /* margin: 0px 10px 20px 10px; */
  /* border: 1px solid #ccc; */
  border-top: none;
  background-color: #fdfdfd;
  width: 100%;
}

.syncareaslist .clbody .clbsyncareastable {
  width: 100%;
}

.syncareaslist .clbody .clbsyncareastable .clbsyncareaitemth {}

.syncareaslist .clbody .clbsyncareastable .clbsyncareaitemth .syncareanbm {
  width: 30px;
  text-align: center;
}

.syncareaslist .clbody .clbsyncareastable .clbsyncareaitemth .syncareaname {}

.syncareaslist .clbody .clbsyncareastable .clbsyncareaitemth .syncareacontrol {
  width: 110px;
}

.syncareaslist .clbody .bodysyncareastable .clbsyncareaitem {}

.syncareaslist .clbody .bodysyncareastable .clbsyncareaitem .syncareanbm {
  text-align: center;
  padding: 5px 5px 5px 5px;
}

.syncareaslist .clbody .bodysyncareastable .clbsyncareaitem .syncareaname {
  padding-left: 10px;
  padding: 5px 5px 5px 5px;
}

.syncareaslist .clbody .bodysyncareastable .clbsyncareaitem .syncareacontrol {
  padding-left: 10px;
  padding: 5px 5px 5px 5px;
  width: 110px;
}

.syncareaslist .clbody .bodysyncareastable .clbsyncareaitem .syncareacontrol .syncareacontrolflex {
  display: flex;
}

.syncareaslist .clbody .bodysyncareastable .clbsyncareaitem .syncareacontrol .syncareacontrolflex .syncarearemove {
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #a8a8a8;
  width: 40px;
  text-align: center;
  font-size: 12px;
  height: 20px;
  background-color: #fafafa;
  margin: auto;
  padding: 1px;
}

.syncareaslist .clbody .bodysyncareastable .clbsyncareaitem .syncareacontrol .syncareacontrolflex .syncarearemove:hover {
  background-color: #ececec;
}

.syncareaslist .clbody .clbsyncareastable .bodysyncareastable {}

.syncareaslist .clbody .clbsyncareastable .footsyncareastable {}

.globalcontentcontainer {
  min-height: calc(100vh - 340px);
}

@media screen and (max-width: 499px) {
  table.clbcontactsеtable {
    font-family: Tahoma, Arial;
    background-color: #CDCDCD;
    font-size: 2vw;
    text-align: left;
  }
  table.clbcounterstable {
    font-family: Tahoma, Arial;
    background-color: #CDCDCD;
    font-size: 2vw;
    text-align: left;
  }
}

.needinfotextblock {
  text-align: center;
  margin: 1vw;
  font-weight: 600;
  color: #ca0000;
}

.acceptmsg {
  text-align: center;
  margin: 1vw;
  font-weight: 600;
  color: #4a4;
}

.changepass {
  margin-top: 20px;
}

.changepass .clhead {
  display: flex;
  /* margin: 10px 10px 0px 10px; */
  border: 1px solid #ccc;
  /*padding-left: 10px;*/
  padding-right: 10px;
  border-bottom: 0px;
  width: 100%;
}

.changepass .clhead .clhtitle {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.changepass .clbody {
  /* margin: 0px 10px 20px 10px; */
  border: 1px solid #ccc;
  /* border-top: none; */
  background-color: #fdfdfd;
  width: 100%;
  padding: 10px;
}

.changepass .clbody .changepasswordbtn {
  cursor: pointer;
  /* margin: 10px 0px 0px 0px; */
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #ffdede;
  text-align: center;
  width: 10vw;
  min-width: 112px;
  height: 35px;
  margin-top: 10px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
}

.changepass .clbody .changepasswordbtn:hover {
  background-color: #e4e4e4;
}

.metersdatalist {}

.metersdatalist .clhead {
  display: flex;
  /* margin: 10px 10px 0px 10px; */
  border: 1px solid #ccc;
  /*padding-left: 10px;*/
  padding-right: 10px;
  border-bottom: 0px;
  width: 100%;
}

.metersdatalist .clhead .clhtitle {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.metersdatalist .clhead .clhmetersdatalistadd {
  white-space: nowrap;
  cursor: pointer;
  /* padding: 0px 10px 0px 10px; */
  border: 1px solid #a8a8a8;
  width: 100px;
  text-align: center;
  font-size: 16px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 6px;
  background-color: #fafafa;
}

.metersdatalist .clhead .clhmetersdatalistadd:hover {
  background-color: #ececec;
}

.metersdatalist .clbody {
  /* margin: 0px 10px 20px 10px; */
  /* border: 1px solid #ccc; */
  border-top: none;
  background-color: #fdfdfd;
  width: 100%;
}

.metersdatalist .clbody .clbmetersdataliststable {
  width: 100%;
}

.metersdatalist .clbody .clbmetersdataliststable .clbmetersdatalistitemth {}

.metersdatalist .clbody .clbmetersdataliststable .clbmetersdatalistitemth .metersdatalistnbm {
  width: 30px;
  text-align: center;
}

.metersdatalist .clbody .clbmetersdataliststable .clbmetersdatalistitemth .metersdatalistname {}

.metersdatalist .clbody .clbmetersdataliststable .clbmetersdatalistitemth .metersdatalistcontrol {
  padding-left: 10px;
  padding: 5px 5px 5px 5px;
  width: 110px;
}

.metersdatalist .clbody .bodymetersdataliststable .clbmetersdatalistitem {}

.metersdatalist .clbody .bodymetersdataliststable .clbmetersdatalistitem .metersdatalistnbm {
  text-align: center;
  padding: 5px 5px 5px 5px;
}

.metersdatalist .clbody .bodymetersdataliststable .clbmetersdatalistitem .metersdatalistname {
  padding-left: 10px;
  padding: 5px 5px 5px 5px;
}

.metersdatalist .clbody .bodymetersdataliststable .clbmetersdatalistitem .metersdatalistdata {
  padding: 5px 5px 5px 5px;
  text-align: center;
}

.metersdatalist .clbody .bodymetersdataliststable .clbmetersdatalistitem .metersdatalistcontrole {
  padding-left: 10px;
  padding: 5px 5px 5px 5px;
  width: 110px;
}

.metersdatalist .clbody .bodymetersdataliststable .clbmetersdatalistitem .metersdatalistcontrole .metersdatalistcontroleflex {
  display: flex;
}

.metersdatalist .clbody .bodymetersdataliststable .clbmetersdatalistitem .metersdatalistcontrole .metersdatalistcontroleflex .metersdatalistedit, .metersdatalist .clbody .bodymetersdataliststable .clbmetersdatalistitem .metersdatalistcontrole .metersdatalistcontroleflex .metersdatalistremove {
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #a8a8a8;
  width: 40px;
  text-align: center;
  font-size: 12px;
  height: 20px;
  background-color: #fafafa;
  margin: auto;
  padding: 1px;
}

.metersdatalist .clbody .bodymetersdataliststable .clbmetersdatalistitem .metersdatalistcontrole .metersdatalistcontroleflex .metersdatalistedit:hover, .metersdatalist .clbody .bodymetersdataliststable .clbmetersdatalistitem .metersdatalistcontrole .metersdatalistcontroleflex .metersdatalistremove:hover {
  background-color: #ececec;
}

.metersdatalist .clbody .clbmetersdataliststable .bodymetersdataliststable {}

.metersdatalist .clbody .clbmetersdataliststable .footmetersdataliststable {}

table.clbmetersdataliststable {
  font-family: Tahoma, Arial;
  background-color: #CDCDCD;
  font-size: 10pt;
  text-align: left;
}

table.clbmetersdataliststable tr:hover td {
  background: #e9e9e9;
}

table.clbmetersdataliststable thead tr th, table.clbmetersdataliststable tfoot tr th {
  background-color: #e6EEEE;
  font-size: 10pt;
  padding: 4px;
  text-align: center;
  width: 150px;
}

table.clbmetersdataliststable thead tr th span {
  padding-left: 3px;
  text-decoration: none;
  border: 0px none;
  font-weight: normal;
}

table.clbmetersdataliststable thead tr, table.clbmetersdataliststable thead tr {
  background-color: #8dbdd8;
}

table.clbmetersdataliststable thead tr {
  background-image: none;
}

table.clbmetersdataliststable tbody td {
  color: #2d2d2d;
  padding: 4px;
  background-color: #FFF;
  vertical-align: top;
}

table.clbmetersdataliststable tbody tr.yellow td {
  background: #ffff66;
}

table.clbmetersdataliststable tbody tr.red td {
  background: #ff6666;
}

table.clbmetersdataliststable tr td, table.clbmetersdataliststable tr th {
  border: 1px solid #ccc;
  padding: 2px;
  margin: 1px;
}

.metersdatalistbk {
  position: fixed;
  background-color: #0000005e;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1500;
  cursor: pointer;
}

.metersdatalistmodal {
  display: block;
  position: fixed;
  background-color: white;
  width: 280px;
  /* height: 170px; */
  border: 1px solid #ccc;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1501;
}

.metersdatalistmodal .admtitle {
  height: 40px;
  position: relative;
}

.metersdatalistmodal .admtitle .admname {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
}

.metersdatalistmodal .admtitle .admclose {
  position: absolute;
  right: 5px;
  top: -5px;
  font-size: 20px;
  font-weight: 100;
  cursor: pointer;
}

.metersdatalistmodal .admbody {
  /* height: 100px; */
  padding: 1vw 1vw 0.5vw 1vw;
  position: relative;
  display: block;
}

.metersdatalistmodal .admbody label {
  position: relative;
  display: flex;
  height: 2.4vw;
}

.metersdatalistmodal .admbody label .hvsdata {
  position: absolute;
  right: 0;
  width: 190px;
  top: -0.2vw;
}

.metersdatalistmodal .admbody label .gvsdata {
  position: absolute;
  right: 0;
  width: 190px;
  top: -0.2vw;
}

.metersdatalistmodal .admfoot {
  height: 50px;
}

.metersdatalistmodal .admfoot .addmetersdata {
  position: absolute;
  width: 150px;
  height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  cursor: pointer;
}

.metersdatalistmodal .admfoot .addmetersdata:hover {
  box-shadow: 0 1px 5px -3px #565656;
}

.tditemhidden {
  display: none;
}

.removemodal .newpassword {}

.removemodal .newpassword label {}

.removemodal .newpassword label .newpasswordinput {}

.removemodal .errorinfo {
  position: absolute;
  top: 42px;
  font-size: 11.2px;
  left: 0vw;
  text-align: center;
  width: 100%;
}
