
@font-face {
    font-family: 'LatoWebBold';
    src: url('/fonts/Lato/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/fonts/Lato/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
        url('/fonts/Lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
        url('/fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/fonts/Lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
        url('/fonts/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
        url('/fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body, html {
    height: 100%;
}

body {
    background-color: rgb(251, 251, 251);
    font-family: Lato;
    font-size: 14px;
    line-height: 1.4285;
    min-height: 505px;
}

#index-body {
    background: url("/images/bg3.jpg") no-repeat top right #eee;
    background-position-y: -10px;
    background-size: cover;
    width: 100%;
    min-height: 300px;
    min-height: calc(100vh - 195px);
    /*padding-top: 7em;*/
    margin-bottom: 1em;
    box-shadow: 0px 0px 10px 1px rgba(30, 30, 30, 0.7);
}



.nimg{
    border-radius: 5px;
    width: 80px;
    max-width: auto;
    position: absolute;
    transition: all 0.3s ease;
}

.nimg:hover{
    width: 150px;
    max-width: 150px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    border-radius:5px;
    z-index: 999900;
}

#content-body {
    /*background: #1d2334;*/
    min-height: 100%;
}

a {
    text-decoration: none;
}

.login h2 {
    margin-bottom: 1.5em;
    color: #000000;
}

header {
    height: 100px;
    /*box-shadow: 1px 1.7px 2px rgba(4, 4, 4, 0.9);*/
    background-color: #7CB5EC;
}
header.row {
    margin-left: 0;
}

header h1 {
    color: rgb(47, 59, 76);
}

.today-info {
    color: rgb(47, 59, 76);
    font-size: 0.8em;
    position: absolute;
    bottom: 5px;
    right: 9px;
}

.today-info span {
    color: rgb(139, 155, 168);
}

.navigator {
    margin: 0 350px 0 270px;
    padding: 10px;
    position: relative;
    height: 100px;
}

.wrap-content {
    /*float: left;*/
    margin-left: 270px;
}

.fio {
    color: rgb(54, 70, 85);
    font-family: Lato;
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rs {
    color: rgb(157, 179, 189);
    font-family: Lato;
    font-size: 15px;
    line-height: 15px;
}

.personal {
    width: 350px;
    float: right;
    background-color: rgba(236, 239, 244, 0.3);
    padding: 10px;
    height: 100%;
}

.personal_avatar {
    margin-top: 12px;
    width: 50px;
    float: left;
}

.personal_avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.personal_info {
    margin: 7px 0 0 58px;
}

.personal_menu {
    width: 60px;
    float: right;
    margin-top: 13px;
    border-left: 1px solid #e0e5e9;
    padding: 0.5em 0 0.5em 0.5em;
}

.personal_menu li {
    text-align: center;
}

.personal_menu a {
    color: #3c83d1;
    font-size: 0.7em;
    text-decoration: underline;
}

.personal_menu a:hover {
    text-decoration:  none;
}

div.content p {
    color: rgb(115, 137, 147);
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    margin: 0.5em 0;
}

.info-block table {
    margin-top: 0.8em;
    width: 100% !important;
}

hr {
    background-color: rgb(215, 215, 222);
    border: 0 none;
    height: 2px;
    margin: 16px 0 20px;
}

.wrapper {
    height: 100%;
}

aside {
    float: left;
    background-color: rgb(44, 59, 66);
    width: 270px;
    margin-left: -270px;
}

aside nav {
    padding: 1.3em 0 0;
}

aside nav > ul > li {
    padding-left: 1.3em;
}

aside nav > ul ul {
    /*padding: 1.3em;*/
    /*border-bottom: 1px solid rgb(18, 26, 39);*/

}
aside nav ul li:first-child ul {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(18, 26, 39);
}

aside nav > ul > li {
    color: rgb(93, 100, 112);
    font-weight: bold;
    text-transform: uppercase;
    margin: 1.5em 0;
    /*padding-left: 1.3em;*/
    display: block;
}

aside nav > ul > li > span {
    display: block;
}

aside nav > ul > li > ul {
    margin: 0.5em 0 0.9em -1.3em;
}

aside nav > ul > li > ul > li {
    line-height: 1.2em;
    text-transform: none;
    position: relative;
    /*padding-left: 1.3em;*/
}

aside nav > ul > li > ul > li > a {
    background-position: 21px center !important;
    color: #fff;
    display: block;
    line-height: 1.3;
    padding-bottom: 3px;
    padding-left: 50px;
    padding-top: 3px;
}

aside nav ul li.active a,
aside nav ul li  a:hover {
    background-color: rgb(18, 26, 39);
}

aside nav > ul > li > ul > li > a > span {
    background: #7CB5EC;
    padding: 0.25em 1em;
    border-radius: 0.3em;
    color: #fff;
    float: right;
    font-size: 0.7em;
    margin-right: 1em;
    display: none
}

.center {
    text-align: center;
}

.notice_type_2 {
    background: #ed4346 none repeat scroll 0 0 !important;
    border-radius: 50%;
    color: #ed4346 !important;
    content: "";
    display: block;
    font-size: 0;
    height: 10px;
    margin-top: 6px;
    width: 10px;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

.notice_type_1 {
    color: transparent;
}

.status_row_1 .notice_type_1 {
    background: #4a8aba none repeat scroll 0 0;
    border-radius: 50%;
    color: #4a8aba;
    content: "";
    display: block;
    font-size: 0;
    height: 10px;
    margin-top: 6px;
    width: 10px;
}

.status_row_1 td {
    font-weight: 700;
    background: #F3F3F3;
}

.man a{
    background: url("/images/man.png") no-repeat;
}

.doc a{
    background: url("/images/doc.png") no-repeat;
}

.opinion a{
    background: url("/images/opinion.png") no-repeat;
}

aside ul li a:hover,aside ul li a:focus {
    text-decoration: none;
    color: #FFF;
}

.counter_type_2 a {
    background: url("/images/light.png") no-repeat;
}

.counter_type_2.active a {
    background: #415761 url("/images/light_h_n.png") no-repeat;
}

.counter_type_3 a {
    background: url("/images/gas.png") no-repeat;
}

.counter_type_3.active a {
    background: #415761 url("/images/gas_h_n.png") no-repeat;
}

.counter_type_4 a{
    background: url("/images/cold.png") no-repeat;
}

.counter_type_4.active a {
    background: #415761 url("/images/cold_h_n.png") no-repeat;
}

.counter_type_6 a{
    background: url("/images/hot.png") no-repeat;
}

.counter_type_6.active a {
    background: #415761 url("/images/hot_h_n.png") no-repeat;
}

.counter_type_7 a{
    background: url("/images/icone_8.png") no-repeat;
}

.counter_type_7.active a {
    background: #415761 url("/images/icone_8_h_n.png") no-repeat;
}

.icone_8 a{
    background: url("/images/icone_8.png") no-repeat;
}

.icone_1 a{
    background: url("/images/icone_1.png") no-repeat;
}

.icone_2 a{
    background: url("/images/icone_2.png") no-repeat;
}

.icone_3 a{
    background: url("/images/icone_3.png") no-repeat;
}

.icone_4 a{
    background: url("/images/icone_4.png") no-repeat;
}

.icone_5 a{
    background: url("/images/icone_5.png") no-repeat;
}

.icone_6 a{
    background: url("/images/icone_6.png") no-repeat;
}

.icone_7 a{
    background: url("/images/icone_7.png") no-repeat;
}

.icone_8 a{
    background: url("/images/icone_8.png") no-repeat;
}

.icone_9 a{
    background: url("/images/icone_9.png") no-repeat;
}

.icone_10 a{
    background: url("/images/icone_10.png") no-repeat;
}

.icone_11 a{
    background: url("/images/icone_11.png") no-repeat;
}

.icone_12 a{
    background: url("/images/caution.svg") no-repeat;
    background-position: 19px center !important;
}

.icone_13 a{
    background: url("/images/icone_13.png") no-repeat;
}

.icone_14 a{
    background: url("/images/icone_14.png") no-repeat;
}

.current-value-block p {
    margin: 0 !important;
}

.content-wrapper {
    background-color: rgb(236, 239, 244);
    width: 100%;
    min-width: 1200px;
}

.logo {
    width: 350px;
    float: left;
    /*background-color: #7CB5EC;*/
    /*height: 100px;*/
    padding: 8px 23px 0;
}
.logo-text {
    /*width:110px;*/
    float: right;
}

.logo h2{
    color: #fff;
    font-size: 28px;
    line-height: 1;
    margin: 28px 0;
    text-shadow: 1px 1px 4px rgba(30,30,30,0.7);
}

.logo a {
    display: block;
    height: 100%;
}

.logo a img {
    display: block;
    float: left;
    max-width: 90%;
}

h1 {
    color: rgb(47, 59, 76);
    font-family: 'Fira Sans', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
}

h2 {
    color: black;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-shadow: 1px 1px 3px rgba(255,255,255,0.8);
    padding-bottom: 10px;
}

h3 {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 0.6em;
    color: rgb(96, 96, 96);
}

.current-value-block {
    overflow: hidden;
    /*margin-bottom: 1.5em;*/
}

.current-value-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 0.3em;
    height: 210px;
    margin: 0 10px 10px 0;
    display: inline-block;
    width: 190px;
    position: relative;
}
.podrob,
.pribors {
    position: absolute;
}
.pribors{
    right: 16px;
}

.sync {
    color: #8f9caa;
    font-size: 0.7em;
    height: 20px;
    margin-top: 3px;
}

.current-value-item-value {
    padding: 17px 10px 0 10px;
    height: 125px;
    overflow: hidden;
}

.current-value-item-value h1 {
    color: rgb(47, 59, 76);
    font-size: 1.5em;
    font-weight: 400;
}

.current-value-item-value h1 span {
    font-size: 0.5em;
    color: #8F9CAA;
}

.current-value-block .light {
    border-top: 8px solid rgb(255, 178, 34);
}

.current-value-block .gas {
    border-top: 8px solid #aaa;
}

.current-value-block .water {
    border-top: 8px solid #7CB5EC;
}

.current-value-block .hot-water {
    border-top: 8px solid #ED4346;
}

.current-value-block .wrt {
    border-top: 8px solid rgb(44, 59, 66);
}

.current-value-item-info {
    height: 100%;
    background: rgba(236, 239, 244, 0.3);
}

.current-value-item .span_5 {
    width: 39.9%;
}

.current-value-item-info {
    padding: 1em;
}

.current-value-item-info h6 {
    color: rgb(54, 70, 85);
    font-family: Lato;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
}

.current-value-item-info a {
    color: #3c83d1;
    font-size: 0.7em;
    text-decoration: underline;
}

.current-value-item-info a:hover {
    text-decoration: none;
}

.info-block {
    border-radius: 0.3em;
    background: #fff;
    padding: 1.5em;
    margin-bottom: 1.5em;
    width: fit-content;
    min-width: 100%;
}

.info-block h2 {
    padding: 0;
}

.diagramm-block,
.organizaton-block {
    border-radius: 0.3em;
    background: #fff;
    padding: 10px;
}

.diagramm-controls .col-lg-3{
    padding: 0;
}

.organizaton-block {
    margin-bottom: 2em;
}

.organizaton-block_1 {
    border-top: 10px solid #5bc5dc;
}

.organizaton-block_0 {
    border-top: 10px solid #1d2334;
}

.organizaton-block-content {
    /*padding: 0 1.2em;*/
}

.organizaton-block-information {
    font-size: 0.8em;
    margin-bottom: 3em;
}

.diagramm-block-controls {
    margin: 0.5em 0 1.5em;
    padding: 0.25em 0;
    height: 25px;
}

#date-controls {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

#type-controls, .type-controls {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    color: rgb(166, 173, 181);

}

#type-controls a, .type-controls a {
    margin-right: 3px;
    text-decoration: underline;
}

#type-controls a:hover, #type-controls a.active, .type-controls a:hover, .type-controls a.active {
    text-decoration: none;
}

#export-controls {
    /*float: right;
    text-align: right;*/
    display: inline-block;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 0;
    margin-right: 1em;
    text-transform: uppercase;
}

#diagramm-type {
    display: inline-block;
}

select {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    color: #716666;
}

#export-controls a, #date-controls a {
    /*color: rgb(166, 173, 181);*/
}

#date-controls span {
    margin: 0 1em;
}

.head-phone {
    padding-right: 20px;
    width: 300px;
    float: right;
}

.head-phone h1 {
    padding-top: 12px;
    line-height: 35px;
    color: white;
    text-align: right;
    text-shadow: 1px 1px 4px rgba(30,30,30,0.7);
}

#diagramm-controls-type li, #diagramm-controls-step li {
    display: inline-block;
    margin-right: 1em;
    text-decoration: underline;

    color: rgb(166, 173, 181);
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

#diagramm-controls-type li.active, #diagramm-controls-type li:hover {
    text-decoration: none;
}

#diagramm-controls-type li:hover {
    cursor: pointer;
}

#diagramm-legend {
    height: 65px;
    margin-top: -30px;
}

div.diagramm-show-labels {
    padding-bottom: 40px;
}

#highcharts-dataset, table {
    border-right: 1px solid #dfdfdf;
    margin-bottom: 1em;
    width: 100%;
}

#datatable .span_2 {
    width: 15% !important;
}

.abonent_counters {
    padding: 0.5em 0;
}

.abonent_counters {
    border-top: 1px solid #dfdfdf;
    margin-top: 1em;
}

.abonent_counters > table {
    border: 0;
}

.spec_td {
    width: 10px;
}

.abonent_counters > table td {
    font-size: 0.8em;
    line-height: 1;
    border: 0 !important;
    color: #8e9aa9;
    padding: 0.2em 0;
}


td, th {
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    line-height: 1.4rem;
    padding: 0.2rem 0.5rem 0.1em;
    text-align: left;
    font-size: 0.8em;
    vertical-align: top;
}

thead th {
    font-weight: bold;
}

tfoot td {
    font-weight: bold;
}

td.number, th.number {
    text-align: right;
}

.diagramm-block-data {
    min-height: 400px;
    /*padding: 0 1.2em;*/
    position: relative;
}

.diagramm-block-data > div {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#map-dataset {
    margin-top: 2em;
}

#map-dataset-controls {
    margin-bottom: 1em;
}

#map-dataset td span {
    display: block;
}

#map-dataset span.address {
    font-size: 0.8em;
    line-height: 1.1;
    margin-bottom: 0.35em;
}

.map-controls {
    padding: 0 0 1em;
}

#map-dataset span b {
    font-weight: bold;
}

.map-legend-icon {
    margin-right: 0.7em;
}

.notices-block {
    margin-bottom: 1.5em;
}

.notice {
    /*border-radius: 0.3em;
    margin-bottom: 0.5em;
    padding: 0.6em 0em 0.6em 1.2em;
    font-size: 0.7em;*/
}

.notice_recipients {
    margin-top: 0.7em;
    border-top: 1px solid rgb(213, 213, 221);
}

.notice_recipients p {
    font-size: 13px;
}

.notice_read_1 {
    color: rgb(255, 178, 34);
}

.notice_read_0 {
    color: #7cb5ec;
}

.notice_published {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
}

.notice_1_1 {
    background: rgba(29, 35, 52, 0.5);
    color: #fff;
}

/* новое уведомление */
.notice_2_1 {
    background: rgba(233, 60, 92, 0.5);
    color: #fff;
}

.notice_2_0, .notice_1_0 {
    background: #fff;
    border: 1px solid #C5CBD4;
}

.notice_1_1 a, .notice_2_1 a {
    color: #fff;
}

.notice-body {
    padding: 0.9em 1.5em;
    background: #fff;
    margin-bottom: 1em;
    border-radius: 3px;
}

.notice-body-left {
    margin-right: 40%;
}

.notice-body-right {
    margin-left: 40%;
    background: #7CB5EC;
    color: #fff;
}

.notice-body-right p, .notice-body-right h2 {
    color: #fff !important;
    text-shadow: none !important;
}

.notice-body-right hr {
    background: #fff;
}

.notice-body hr {
    margin: 16px 0 0px;
    opacity: 0.2;
}

.notice-body .notice-body-published {
    opacity: 0.6;
}



.notice-body-published {
    margin-top: 0.6em;
    font-size: 0.8em;
    display: block;
}

.right {
    text-align: right;
}

.debug {
    width: 70%;
    height: 13em;
    margin-left: 230px;
}

.loader {
    background: url("/images/gears.gif") no-repeat center 8em #F4F7FA;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}

.setting_block {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #E0E5E9;
}

.errors {
    margin-bottom: 2em;
    background: #fff;
    border-top: 10px solid #ED1C24;
    border-radius: 0.3em;
    padding: 1.5em;
}

/* стилизация балунов для карты */
.map-legend .red {
    background: #E93C5C;
    padding: 5px 10px;
}

ymaps .red {
    padding: 5px 10px;
    border-left: 10px solid #E93C5C;
}

.map-legend .blue {
    background: #5BC5DC;
    padding: 5px 10px;
}

ymaps .blue {
    padding: 5px 10px;
    border-left: 10px solid #5BC5DC;
}

.map-legend .green {
    background: #90ED7D;
    padding: 5px 10px;
}

ymaps .green {
    padding: 5px 10px;
    border-left: 10px solid #90ED7D;
}

.map-legend .yellow {
    background: #F8E147;
    padding: 5px 10px;
}

ymaps .yellow {
    padding: 5px 10px;
    border-left: 10px solid #F8E147;
}

.map-legend .darkblue {
    background: #67A2DA;
    padding: 5px 10px;
}

ymaps .darkblue {
    padding: 5px 10px;
    border-left: 10px solid #67A2DA;
}

.map-legend .pink {
    background: #DA67D3;
    padding: 5px 10px;
}

ymaps .pink {
    padding: 5px 10px;
    border-left: 10px solid #DA67D3;
}

#highcharts-container {
    padding-bottom: 0px;
}

.highcharts-container,.highcharts-container svg{
    height: 430px !important;
}

.notice_1 {
    border-left: 9px solid;
}

.notice_2 {
    border-left: 9px solid #ED4346;
}

.map-legend {
    overflow: hidden;
    color: #626e7f;
    font-size: 0.8em;
    margin-top: 1em;
}

.abonent_about {
    padding-right: 2em;
    position: relative;
}
/*
.abonent_about:hover {
    cursor: pointer;
}
*/
.abonent_about .name {
    line-height: 1.3em;
    margin-top: 0.3em;
}

.abonent_about .abonent_counters {
    display: none;
}

.abonent_about .show_abonent_counters {
    background: rgba(0, 0, 0, 0) url("/images/arrows.png") repeat scroll 0 0;
    height: 16px;
    position: absolute;
    right: 1em;
    top: 0.7em;
    width: 16px;
}

.abonent_about .show_abonent_counters:hover {
    cursor: pointer
}

.hide {
    display: none;
}

#map-container #map {
    height: 500px;
}

#map {
    height: 500px !important;
    margin-top: 2em;
}

.faq_list li {
    display: block;
    margin: 1.2em 0;
    padding-left: 2em;
}

.bb thead td {
    background: #C9D0DC;
    color: #000;
    border-color: #CBCBCB;
}

.bb .subtitle {
    background: #ECEFF4;
    color: #000;
}

.counters-col {
    font-size: 11px;
    margin-top: 3px;
    height: 15px;
}

/*button {
    padding: 3px 10px !important;
    border: none !important;
}*/

div.content form div.form-group {
    padding: 0;
    margin: 0;
}

.form_element .form-group .control-label {
    margin-bottom: 3px;
}
.login-form {
    width: 470px;
    /*margin-right: 30px;*/
    background-color: rgba(255,255,255,0.9);
    box-shadow: 3px 3px 7px 2px rgba(30,30,30,0.7);
    margin-top: calc((100vh - 200px) / 2 - 150px);
    margin-top: 20px;
    margin-bottom: 20px;
    color:black;
    
}
.login-form .agreements {
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
    margin-top: 1em;
}
#progress {
    display: none;
}
.del-file {
    color: #FF0000;
}
.dop-info {
    font-style: italic;
    color: #909090;
    font-size: 13px;
}
.notice-content {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #CFCFCF;
}
.att-file-list{
    margin-top: 20px;
    font-size: 13px;
}
.att-file-list .bold {
    font-weight: bold;
}
.att-file-list ul {
    list-style: circle;
    margin-left: 15px;
    margin-top: 5px;
}
.att-file-list ul li i {
    color: #909090;
    font-size: 10px;
}
.new-comments {
    font-weight: bold;
}
.debug-info {
    font-size: 10px;
}
.table-bordered > tbody > tr > td.attention-notice,
.attention-notice{
    border-left: 4px solid #FF0000;
}
.new-notice, .new-notice a {
    font-weight: bold;
}

.recipient-list {
    margin-top: 30px;
    font-weight: bold;
}
#call-master-form .fileinput-button {
    padding: 2px 5px;
}

ul.change-list, ul.change-list ul {
    list-style: circle;
    margin-left: 18px;
}
ul.change-list > li {
    font-weight: bold;
    margin-top: 10px;
}
ul.change-list li ul li{
    font-weight: normal;
    font-style: italic;
}

dl dt {
    float: left;
    clear: both;
    font-weight: bold;
    margin-right: 5px;
}

.s-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/images/sprite.png?v=9');
}

.icon-gaz {
    background-position: -96px -16px;
}
.icon-electro {
    background-position: -96px 0;
}

.icon-w-hot {
    background-position: -112px -16px;
}
.icon-w-cold {
    background-position: -112px 0;
}
.icon-colorimetr {
    background-position: -112px -48px;
}
.icon-control {
    background-position: -112px -32px;
}
.icon-control.active {
    background-position: -96px -32px;
}

.icon-legend {
    background-position: -144px -16px;
}
.icon-legend.active {
    background-position: -128px -16px;
}
.icon-filter {
    background-position: -176px 0;
}
.icon-filter.active {
    background-position: -160px 0;
}
.icon-interfer {
    background-position: -144px 0;
}
.icon-interfer.active {
    background-position: -128px 0;
}

.icon-non-coord {
    background-position: -176px -16px;
}
.icon-non-coord.active {
    background-position: -160px -16px;
}

.icon-undef {
    background-position: -96px -48px;
}
.icon-compass {
    background-position: -160px -16px;
}
.icon-balance {
    background-position: -128px -48px;
}

.legend-table,.legend-table td, .legend-table th {
    border: none;
}
.legend-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.icon-legend-off {
    background-color: #464646;
}
.icon-legend-30m {
    background-color: #2acb2d;
}
.icon-legend-2h {
    background-color: #a1cc2b;
}
.icon-legend-1d {
    background-color: #cac029;
}
.icon-legend-2d {
    background-color: #cb942a;
}
.icon-legend-1w {
    background-color: #cb672a;
}
.icon-legend-2w {
    background-color: #c82727;
}

.td-legend-off {
    border-right: 10px solid #464646;
}
.td-legend-30m {
    border-right: 10px solid #2acb2d;
}
.td-legend-2h {
    border-right: 10px solid #a1cc2b;
}
.td-legend-1d {
    border-right: 10px solid #cac029;
}
.td-legend-2d {
    border-right: 10px solid #cb942a;
}
.td-legend-1w {
    border-right: 10px solid #cb672a;
}
.td-legend-2w {
    border-right: 10px solid #c82727;
}
.text-bold {
    font-weight: bold;
}
.mpre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    color: #87afc3;
}
.micro{
    position: absolute;
    bottom: 4px;
    font-size: 8px;
    color: #fff;
}
#notif_data_table td a {
    text-decoration: underline;
}

.unread-ico:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 16px;
    background: url('/images/sprite.png?v=9');
    background-position: -160px -48px;
}
.ymaps-2-1-45-b-cluster-tabs__section.ymaps-2-1-45-b-cluster-tabs__section_type_nav{
    width: 170px !important;
}


/*
Иконки типов файлов
*/
.file-type-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url('/images/sprite_file_types.png?v=1');
    background-position: -144px -48px;
}

.file-pdf {
    background-position: 0px 0px;
}
.file-doc,.file-docx {
    background-position: -48px 0px;
}
.file-png {
    background-position: -96px 0px;
}
.file-jpg {
    background-position: -144px 0px;
}
.file-xls,.file-xlsx {
    background-position: 0px -48px;
}
.file-html {
    background-position: -48px -48px;
}
.file-ppt {
    background-position: -96px -48px;
}
#date_field-kvdate {
    width: 178px;
    float: left;
}
tfoot th {
    font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td,
table.dataTable tbody th, 
table.dataTable tbody td {
    padding: 0 5px;
}

.service-message {
    width: 100%;
    padding: 10px;
    background-color: #F00;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 20px;
}
.is-demo-label {
    position: absolute;
    width: 200px;
    left: 50%;
    color: #fff;
    background-color: #f00;
    margin-left: -200px;
    text-align: center;
    padding: 5px;
    line-height: 32px;
}

.is-normal-label {
    position: absolute;
    width: 200px;
    left: 50%;
    color: #fff;
    background-color: #0a0;
    margin-left: 0px;
    text-align: center;
    padding: 5px;
    z-index: 900;
}
.is-normal-label a {
    color: #fff;
}

.ab-count-div {
    min-height:85px;
    margin-top:-1px;
    padding-top:10px;
    border-top: 1px dashed #dfdfdf;
    padding-left: 5px;
    padding-right: 5px;
}

.ab-count-no-padd {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 13px;
    border-top: none;
    position: relative;
}

.ab-count-no-padd:after {
    margin-top:0;
    width: 100%;
    border-top: 1px dashed #dfdfdf;
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
}
.news {
    margin: 30px auto; width: 900px; background-color: #fff; padding: 50px;
}
.nimg3{
    padding: 0 20px 20px 0;
    width: 260px;
    float: left;
}
.news-title {
    font-weight: bold; font-size: 25px; line-height: 27px;
}
.news-date {
    text-align: right; font-size: 12px; font-style: italic; color: #909090;
}
.news-body {
    margin-top: 20px;
}