[hidden]{display:none}
.wauth_auth {
  align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 7px 16px 8px;
    margin: 0;
    font-size: 12.5px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;

    margin-bottom: 2px;
    outline: none;
    vertical-align: top;
    line-height: 15px;
    text-align: left;
    text-decoration: none;
    background: none;
    background-color: #28228c6e;

    border-radius: 4px;
    box-sizing: border-box;
}
.wauth_reg {
  align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 7px 16px 8px;
    margin: 0;
    font-size: 12.5px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 8px;
    outline: none;
    vertical-align: top;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    background: none;
    background-color: #ff7900;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
.atable {
    font-family: Verdana, Tahoma;
    font-size: 10pt;
    border-collapse: collapse;
    background-color: #EBEBEB;
}
.list {
    padding: 0px 0px;
    border: 1px solid darkgrey;
}
.lhdr {
    background-color: #EFF3F8;
    border: 1px solid darkgrey;
}
.lcell {
    background-color: white;
    color: black;
    border: 1px solid darkgrey;
}
.iblock {
    background-color: white;
    padding: 10px 10px;
}
a {
    color: blue;
}
.main-form {
    margin: 0 auto;
}
input {
    border: 1px solid darkgrey;
}
.table {
    display: table;
    width: 100%;
    border: 0px solid darkgrey;
    margin: 0px 0px;
}
.row {
    display: table-row;
    width: auto;
    clear: both;
}
.cell {
    float: left;
    /*fix for  buggy browsers*/

    display: table-column;
    width: auto;
    padding: 3px 10px;
}
body {
    /*margin: 0;*/

    font-family: Verdana, Tahoma;
    font-size: 10pt;
    border-collapse: collapse;
    background-color: #EBEBEB;
}
.menu-bar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
.menu-bar li {
    float: left;
    border-right: none;
}
.menu-bar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.menu-bar li a:hover:not(.active) {
    background-color: #111;
}
.menu-bar .active {
    background-color: #ff7900;
    background-image: linear-gradient(to top,#ff9100 0,#ff7900 100%);
}
/*form { display: block; margin: 20px auto; background: #ddd; border-radius: 10px; padding: 5px }*/

.progress {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    padding: 1px;
    border-radius: 3px;
}
.bar {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}
.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 43%;
}
#codedby {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    text-align: right;
    width: 100%;
    color: darkgrey;
}
.main-table th {
    text-align: left;
	border-bottom: 1px solid #DDDDDD;
}
.main-table th a {
  text-decoration: none;
	color: black;
}
.main-table td {
    vertical-align: top;
}
.main-table tr:hover td {
    background-color: #E0E0E0;
}
.main-table_schet th {
    text-align: left;
	border-bottom: 1px solid #DDDDDD;
}
.main-table_schet th a {
    text-decoration: none;
	color: black;
}
.main-table_schet td {
    vertical-align: top;
    font-size: 9pt;
}
.main-table_schet tr:hover td {
    background-color: #E0E0E0;
    font-size: 9pt;
}

.main-fios th a {
    text-decoration: none;
	color: black;
}
.main-fios td {
    vertical-align: top;
    font-size: 9pt;
}
.main-fios tr:hover td {
    background-color: #E0E0E0;
    font-size: 9pt;
}
table.main-fios {
  border-spacing: 0;
}
table.main-fios th{
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
}
table.main-fios tbody,
table.main-fios thead { display: block; }
table.main-fios tbody {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
table.main-objects {
  border-spacing: 0;
}
table.main-objects th{
  text-align: left;
  border-bottom: 1px solid #DDDDDD;
}
table.main-objects tbody,
table.main-objects thead { display: block; }
table.main-objects tbody {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.expand-list {
    font-size: 8pt;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
}
.expand-list ul {
    list-style-type: none;
    margin: 0px 0px;
    padding: 0px 0px 0px 10px;
}
.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 0px solid #ff656c;

    margin: 0 auto;
}
.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}
.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 10px 0 10px;
    outline: none;
}
.login-block input:active,
.login-block input:focus {
    border: 1px solid #aaa;
}
.login-block button {
    width: 100%;
    height: 40px;
    background: #3a3;
    box-sizing: border-box;
    border-radius: 5px;
    border: 0px solid #2a2;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}
.login-block button:hover {
    background: #494;
}
.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}
.popup {
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 1px solid black;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    border-radius: 5px;
}
.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: bold;
    font-size: 24pt;
    cursor: pointer;
}
.white {
    color: white;
}
#status {
    text-align: center;
}
#dropzone {
    text-align: center;
    padding: 3em 0;
    margin: 2em 0;
    border: 2px dashed #777;
    border-radius: 7px;
    cursor: default;
}
#dropzone.hover {
    color: #f00;
    border-color: #f00;
    border-style: solid;
}
#calendar {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ddd;
}
.list-item {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 3px 10px;
}
.list-row {
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 0px 0px;
}
.month-select {
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px;
}
.cal_day:hover,
.month-select:hover,
.list-item:hover {
    background-color: #ccc;
}
.cal_day {
    cursor: pointer;
}
.cal_weekend {
    color: red;
}
#cal_month {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
}
.news-item{
  border-width: 1px;
  box-sizing: content-box;
  display: inline-block;
  line-height: 19.5px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  z-index: auto;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.datepickr-wrapper {
    display: block;
    position: relative;
}
.datepickr-calendar {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    background-color: #ddd;
    color: #333;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
}
.datepickr-calendar table {
    border-collapse: collapse;
    padding: 0;
    width: 100%;
}
.datepickr-calendar thead {
    font-size: 90%;
}
.datepickr-calendar th {
    text-align: center;
    padding: 5px;
}
.datepickr-calendar td {
    text-align: right;
    padding: 1px;
}
.server-info {
    font-size: 8pt;
}
.page-number {
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 10px;
    display: inline-block;
    background-color: #DDDDDD;
	border-radius: 3px;
}
.command {
    padding: 1px;
    background-color: #DDDDDD;
	border-radius: 3px;
}
.command:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dashed;
    background-color: #FAFAFA;
}
.mono {
    font-family: Courier, monospace, fixed;
}
.boldtext {
    font-weight: bold;
}
.userwithphoto {
    color: blue;
}
.usernotpribor {
    color: black;
}
.userendpribor {
    color: red;
}
.userokpribor {
    color: #008500;
}
.dogwrite {
    color: #000000;
}
.dogprint {
    color: #600500;
}
.dogsignature {
    color: #CFDF00;
}
.dogactual {
    color: #008500;
}
.dognotactual {
    color: #FF0000;
}
.dogexport {
    color: #F005F0;
}
.content-box {
	overflow: hidden;
}
.modal-container {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 50;
}
.map-image {
    position: absolute;
    z-index: 1002;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.map-marker {
    position: fixed;
    z-index: 1003;
    top: 0px;
    left: 0px;
}
.modal-content {
    background-color: white;
    margin: 10px auto;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
	overflow-y: auto;
}
.marker-position {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 10px;
  font-weight: 700;
  background-color: #fff;
}
.form-title {
    margin-bottom: 3px;
}
.form-field {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px;
    margin-bottom: 5px;
    width: 280px;
}
#fio_pass_ser {
  width: 50px;
}
#fio_pass_num {
  width: 100px;
}
#fio_pass_dt {
  width: 110px;
}

.form-button {
    background-color: #d3f2bf;
    color: black;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    width: 130px;
}
.button-accept {
    background-color: #d6f5d6;
    color: black;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    width: 130px;
}
.button-decline {
    background-color: #ffe6e6;
    color: black;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    width: 130px;
}
.form-error {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
	display: none;
}
.tooltip-user {
    position: absolute;
    display: none;
    background: #ffffe6;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px 84px 10px 10px;
    min-height: 64px;
}
.tooltip-user img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 64px;
}
.user-photo {
    position: fixed;
    display: none;
    border: 0px solid black;
    padding: 0px;
    margin: 0px;
}
.user-photo img {
    border-radius: 3px;
}


.notifyjs-bootstrap-base {
	font-weight: bold;
	padding: 8px 15px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	white-space: nowrap;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 3px 7px;
}
.notifyjs-bootstrap-error {
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAtRJREFUeNqkVc1u00AQHq+dOD+0poIQfkIjalW0SEGqRMuRnHos3DjwAH0ArlyQeANOOSMeAA5VjyBxKBQhgSpVUKKQNGloFdw4cWw2jtfMOna6JOUArDTazXi/b3dm55socPqQhFka++aHBsI8GsopRJERNFlY88FCEk9Yiwf8RhgRyaHFQpPHCDmZG5oX2ui2yilkcTT1AcDsbYC1NMAyOi7zTX2Agx7A9luAl88BauiiQ/cJaZQfIpAlngDcvZZMrl8vFPK5+XktrWlx3/ehZ5r9+t6e+WVnp1pxnNIjgBe4/6dAysQc8dsmHwPcW9C0h3fW1hans1ltwJhy0GxK7XZbUlMp5Ww2eyan6+ft/f2FAqXGK4CvQk5HueFz7D6GOZtIrK+srupdx1GRBBqNBtzc2AiMr7nPplRdKhb1q6q6zjFhrklEFOUutoQ50xcX86ZlqaZpQrfbBdu2R6/G19zX6XSgh6RX5ubyHCM8nqSID6ICrGiZjGYYxojEsiw4PDwMSL5VKsC8Yf4VRYFzMzMaxwjlJSlCyAQ9l0CW44PBADzXhe7xMdi9HtTrdYjFYkDQL0cn4Xdq2/EAE+InCnvADTf2eah4Sx9vExQjkqXT6aAERICMewd/UAp/IeYANM2joxt+q5VI+ieq2i0Wg3l6DNzHwTERPgo1ko7XBXj3vdlsT2F+UuhIhYkp7u7CarkcrFOCtR3H5JiwbAIeImjT/YQKKBtGjRFCU5IUgFRe7fF4cCNVIPMYo3VKqxwjyNAXNepuopyqnld602qVsfRpEkkz+GFL1wPj6ySXBpJtWVa5xlhpcyhBNwpZHmtX8AGgfIExo0ZpzkWVTBGiXCSEaHh62/PoR0p/vHaczxXGnj4bSo+G78lELU80h1uogBwWLf5YlsPmgDEd4M236xjm+8nm4IuE/9u+/PH2JXZfbwz4zw1WbO+SQPpXfwG/BBgAhCNZiSb/pOQAAAAASUVORK5CYII=);
}
.notifyjs-bootstrap-success {
	color: #468847;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAutJREFUeNq0lctPE0Ecx38zu/RFS1EryqtgJFA08YCiMZIAQQ4eRG8eDGdPJiYeTIwHTfwPiAcvXIwXLwoXPaDxkWgQ6islKlJLSQWLUraPLTv7Gme32zoF9KSTfLO7v53vZ3d/M7/fIth+IO6INt2jjoA7bjHCJoAlzCRw59YwHYjBnfMPqAKWQYKjGkfCJqAF0xwZjipQtA3MxeSG87VhOOYegVrUCy7UZM9S6TLIdAamySTclZdYhFhRHloGYg7mgZv1Zzztvgud7V1tbQ2twYA34LJmF4p5dXF1KTufnE+SxeJtuCZNsLDCQU0+RyKTF27Unw101l8e6hns3u0PBalORVVVkcaEKBJDgV3+cGM4tKKmI+ohlIGnygKX00rSBfszz/n2uXv81wd6+rt1orsZCHRdr1Imk2F2Kob3hutSxW8thsd8AXNaln9D7CTfA6O+0UgkMuwVvEFFUbbAcrkcTA8+AtOk8E6KiQiDmMFSDqZItAzEVQviRkdDdaFgPp8HSZKAEAL5Qh7Sq2lIJBJwv2scUqkUnKoZgNhcDKhKg5aH+1IkcouCAdFGAQsuWZYhOjwFHQ96oagWgRoUov1T9kRBEODAwxM2QtEUl+Wp+Ln9VRo6BcMw4ErHRYjH4/B26AlQoQQTRdHWwcd9AH57+UAXddvDD37DmrBBV34WfqiXPl61g+vr6xA9zsGeM9gOdsNXkgpEtTwVvwOklXLKm6+/p5ezwk4B+j6droBs2CsGa/gNs6RIxazl4Tc25mpTgw/apPR1LYlNRFAzgsOxkyXYLIM1V8NMwyAkJSctD1eGVKiq5wWjSPdjmeTkiKvVW4f2YPHWl3GAVq6ymcyCTgovM3FzyRiDe2TaKcEKsLpJvNHjZgPNqEtyi6mZIm4SRFyLMUsONSSdkPeFtY1n0mczoY3BHTLhwPRy9/lzcziCw9ACI+yql0VLzcGAZbYSM5CCSZg1/9oc/nn7+i8N9p/8An4JMADxhH+xHfuiKwAAAABJRU5ErkJggg==);
}
.notifyjs-bootstrap-info {
	color: #3A87AD;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QYFAhkSsdes/QAAA8dJREFUOMvVlGtMW2UYx//POaWHXg6lLaW0ypAtw1UCgbniNOLcVOLmAjHZolOYlxmTGXVZdAnRfXQm+7SoU4mXaOaiZsEpC9FkiQs6Z6bdCnNYruM6KNBw6YWewzl9z+sHImEWv+vz7XmT95f/+3/+7wP814v+efDOV3/SoX3lHAA+6ODeUFfMfjOWMADgdk+eEKz0pF7aQdMAcOKLLjrcVMVX3xdWN29/GhYP7SvnP0cWfS8caSkfHZsPE9Fgnt02JNutQ0QYHB2dDz9/pKX8QjjuO9xUxd/66HdxTeCHZ3rojQObGQBcuNjfplkD3b19Y/6MrimSaKgSMmpGU5WevmE/swa6Oy73tQHA0Rdr2Mmv/6A1n9w9suQ7097Z9lM4FlTgTDrzZTu4StXVfpiI48rVcUDM5cmEksrFnHxfpTtU/3BFQzCQF/2bYVoNbH7zmItbSoMj40JSzmMyX5qDvriA7QdrIIpA+3cdsMpu0nXI8cV0MtKXCPZev+gCEM1S2NHPvWfP/hL+7FSr3+0p5RBEyhEN5JCKYr8XnASMT0xBNyzQGQeI8fjsGD39RMPk7se2bd5ZtTyoFYXftF6y37gx7NeUtJJOTFlAHDZLDuILU3j3+H5oOrD3yWbIztugaAzgnBKJuBLpGfQrS8wO4FZgV+c1IxaLgWVU0tMLEETCos4xMzEIv9cJXQcyagIwigDGwJgOAtHAwAhisQUjy0ORGERiELgG4iakkzo4MYAxcM5hAMi1WWG1yYCJIcMUaBkVRLdGeSU2995TLWzcUAzONJ7J6FBVBYIggMzmFbvdBV44Corg8vjhzC+EJEl8U1kJtgYrhCzgc/vvTwXKSib1paRFVRVORDAJAsw5FuTaJEhWM2SHB3mOAlhkNxwuLzeJsGwqWzf5TFNdKgtY5qHp6ZFf67Y/sAVadCaVY5YACDDb3Oi4NIjLnWMw2QthCBIsVhsUTU9tvXsjeq9+X1d75/KEs4LNOfcdf/+HthMnvwxOD0wmHaXr7ZItn2wuH2SnBzbZAbPJwpPx+VQuzcm7dgRCB57a1uBzUDRL4bfnI0RE0eaXd9W89mpjqHZnUI5Hh2l2dkZZUhOqpi2qSmpOmZ64Tuu9qlz/SEXo6MEHa3wOip46F1n7633eekV8ds8Wxjn37Wl63VVa+ej5oeEZ/82ZBETJjpJ1Rbij2D3Z/1trXUvLsblCK0XfOx0SX2kMsn9dX+d+7Kf6h8o4AIykuffjT8L20LU+w4AZd5VvEPY+XpWqLV327HR7DzXuDnD8r+ovkBehJ8i+y8YAAAAASUVORK5CYII=);
}
.notifyjs-bootstrap-warn {
	color: #C09853;
	background-color: #FCF8E3;
	border-color: #FBEED5;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAABJlBMVEXr6eb/2oD/wi7/xjr/0mP/ykf/tQD/vBj/3o7/uQ//vyL/twebhgD/4pzX1K3z8e349vK6tHCilCWbiQymn0jGworr6dXQza3HxcKkn1vWvV/5uRfk4dXZ1bD18+/52YebiAmyr5S9mhCzrWq5t6ufjRH54aLs0oS+qD751XqPhAybhwXsujG3sm+Zk0PTwG6Shg+PhhObhwOPgQL4zV2nlyrf27uLfgCPhRHu7OmLgAafkyiWkD3l49ibiAfTs0C+lgCniwD4sgDJxqOilzDWowWFfAH08uebig6qpFHBvH/aw26FfQTQzsvy8OyEfz20r3jAvaKbhgG9q0nc2LbZxXanoUu/u5WSggCtp1anpJKdmFz/zlX/1nGJiYmuq5Dx7+sAAADoPUZSAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfdBgUBGhh4aah5AAAAlklEQVQY02NgoBIIE8EUcwn1FkIXM1Tj5dDUQhPU502Mi7XXQxGz5uVIjGOJUUUW81HnYEyMi2HVcUOICQZzMMYmxrEyMylJwgUt5BljWRLjmJm4pI1hYp5SQLGYxDgmLnZOVxuooClIDKgXKMbN5ggV1ACLJcaBxNgcoiGCBiZwdWxOETBDrTyEFey0jYJ4eHjMGWgEAIpRFRCUt08qAAAAAElFTkSuQmCC);
}

.notifyjs-corner {
	position: fixed;
	margin: 5px;
	margin-right: 40px;
	z-index: 1050;
}

.notifyjs-corner .notifyjs-wrapper,
.notifyjs-corner .notifyjs-container {
	position: relative;
	display: block;
	height: inherit;
	width: inherit;
	margin: 3px;
}

.notifyjs-wrapper {
	z-index: 1;
	position: absolute;
	display: inline-block;
	height: 0;
	width: 0;
}

.notifyjs-container {
	display: none;
	z-index: 1;
	position: absolute;
}

.notifyjs-hidable {
	cursor: pointer;
}

[data-notify-text],[data-notify-html] {
	position: relative;
}

.notifyjs-arrow {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
}
.left-menu .active {
    background-color: #DDDDDD;
}
.left-menu {
	float: left;
	width: 200px;
    background-color: #FAFAFA;
	border-radius: 4px;
    margin-right: 10px;
}
.left-menu ul {
	list-style-type: none;
	margin: 5px;
	overflow-wrap: break-word;
	padding-left: 0px;
}
.left-menu li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}
.left-menu li a:hover {
    background-color: #555;
    color: white;
}
.doc-info {
    background-color: #FAFAFA;
	border-radius: 4px;
	padding: 10px;
}
.contact-menu {
	display: none;
	z-index: 1;
	position: absolute;
	width: 200px;
    background-color: #FAFAFA;
	border-radius: 4px;
    margin-right: 10px;
    border: 1px solid #CCC;
}
.contact-menu ul {
	list-style-type: none;
	margin: 5px;
	overflow-wrap: break-word;
	padding-left: 0px;
}
.contact-menu li a {
    display: block;
    color: #000;
    padding: 2px 10px;
    text-decoration: none;
}
.contact-menu li a:hover {
    background-color: #555;
    color: white;
}
.address {
    width: 808px;
    margin: 40px auto 0;
    padding: 40px;
    border: 2px solid #e1e1e1;
    background-color: #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.075) 1px 1px 5px;
}

.address h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.address .kladr-error {
    color: #df2c0f;
}

.col-1 {
    float: left;
}

.col-2 {
    margin-left: 384px;
}

.field label {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
}

.field {
    margin-bottom: 20px;
    padding: 0;
}

.field input {
    height: 2em;
    width: 240px;
    border: 1px solid #d8d8d8;
    padding: 0 7px;
    color: #666;
}

.panel-map {
    width: 384px;
    height: 582px;
    padding: 20px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    background-size: 400px 250px;
}

.addition {
    padding-top: 15px;
}

.addition .block {
    display: block;
    height: 165px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fcfcfc;
    border: 1px solid #d8d8d8;
    font-size: 13px;
    width: 298px;
}

.addition .block:nth-child(1) {
    height: 88px;
    line-height: 20px;
}

.addition .title {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
}

.addition ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.addition li {
    margin-bottom: 5px;
}

.addition .name {
    font-style: italic;
}

#kladr_autocomplete small {
    color: #AAA;
}

.mainBarLoader {
  height: 5px;
  width: 100.01%;
  margin-left: 0%;
  background-color: #3094d0;
}
.mainBarLoader-animation {
  -webkit-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.mainBarLoader-animation-needStop {
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}
.mainBarLoader-animation-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.mainBarLoader-animation-pageLoadDelay {
  -webkit-animation-delay: 3.5s;
       -o-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.mainBarLoader-animation_swingSideToSide {
  -webkit-animation-name: swingSideToSide;
       -o-animation-name: swingSideToSide;
          animation-name: swingSideToSide;
}
@-webkit-keyframes swingSideToSide {
  25% {
    width: 0%;
    margin-left: 100.01%;
  }
  50% {
    width: 100.01%;
    margin-left: 0%;
  }
  75% {
    width: 0%;
    margin-left: 0%;
  }
}
@-o-keyframes swingSideToSide {
  25% {
    width: 0%;
    margin-left: 100.01%;
  }
  50% {
    width: 100.01%;
    margin-left: 0%;
  }
  75% {
    width: 0%;
    margin-left: 0%;
  }
}
@keyframes swingSideToSide {
  25% {
    width: 0%;
    margin-left: 100.01%;
  }
  50% {
    width: 100.01%;
    margin-left: 0%;
  }
  75% {
    width: 0%;
    margin-left: 0%;
  }
}
.mainBarLoader-animation_startOnTheLeft {
  width: 0%;
  margin-left: 0%;
  -webkit-animation-name: startOnTheLeft;
       -o-animation-name: startOnTheLeft;
          animation-name: startOnTheLeft;
}
@-webkit-keyframes startOnTheLeft {
  25% {
    width: 100.01%;
    margin-left: 0%;
  }
  50% {
    width: 0%;
    margin-left: 100.01%;
  }
  75% {
    width: 100.01%;
    margin-left: 0%;
  }
}
@-o-keyframes startOnTheLeft {
  25% {
    width: 100.01%;
    margin-left: 0%;
  }
  50% {
    width: 0%;
    margin-left: 100.01%;
  }
  75% {
    width: 100.01%;
    margin-left: 0%;
  }
}
@keyframes startOnTheLeft {
  25% {
    width: 100.01%;
    margin-left: 0%;
  }
  50% {
    width: 0%;
    margin-left: 100.01%;
  }
  75% {
    width: 100.01%;
    margin-left: 0%;
  }
}
.typePriborT {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url('Images/Letter-T-icon.png');
}
.typePriborU {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url('Images/Letter-U-icon.png');
}
.typePriborC {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url('Images/Letter-C-icon.png');
}
.PriborActive {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('Images/connect.png');
}
.PriborInactive {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url('Images/disconnect.png');
}
.PriborError {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url('Images/Error.png');
}
.button-pribor_settings {
  background-color: #f29800;
  color: black;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5;
  margin-bottom: 5;
  width: 130px;
  top: 300;
  left: 40;
  height: 50;
  position: absolute;
  font-size: 12;
  line-height: 1.3;
}
.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.75rem*var(--tw-space-x-reverse));
}
.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 82 82/var(--tw-bg-opacity));
}
.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 159 110/var(--tw-bg-opacity));
}
.rounded-full {
    border-radius: 9999px;
}
.w-3 {
    width: 0.75rem;
}
.h-3 {
    height: 0.75rem;
}
.flex {
    display: flex;
}
