﻿@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.eot?v=1.1.0");
  src: url("fonts/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("fonts/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("fonts/OpenSans-Regular.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td header, footer, article, section, nav, menu, hgroup, aside {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

header, footer, article, section, nav, menu, hgroup, aside {
  display: block; }

html {
  height: 100%;
  min-height: 100%; }

* html body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  min-height: 100%;
  height: 100%;
  position: relative;
  position: relative;
  background-color: #e0e3ed;
  color: #333333;
  font-family: "Calibri", Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px; }

/* Clearfix */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: inline-block;
  display: block;
  clear: both; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.clickable {
  cursor: pointer; }

/*

	COMMON STYLES

*/
a:link, a:visited {
  color: #3a4f71;
  outline: none;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #333333;
  font-family: "Open Sans", Tahoma, sans-serif; }

h1 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 20px; }

h2 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 20px; }

h3 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 20px; }
  h3.header {
    cursor: pointer;
    font-size: 18px; }

h1 a, h2 a, h3 a {
  font-weight: inherit; }

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

img {
  border: 0px; }

table {
  width: 50%;
  border: 0;
  text-align: center;
  vertical-align: top; }

#main-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  min-width: 980px; }

#center-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: row; }

#inner-wrapper {
  display: flex;
  flex-grow: 1; }

#content-wrapper {
  flex-wrap: nowrap;
  flex-grow: 1;
  min-width: 589px;
  padding: 10px 20px;
  overflow: auto; }

#header {
  height: 56px;
  min-height: 56px;
  background-color: #40689c; }
  #header .site-name {
    height: 100%;
    margin-left: 20px;
    color: #ffffff;
    font-family: "Open Sans", Tahoma, sans-serif;
    font-size: 17px;
    line-height: 56px;
    float: left; }
    #header .site-name a {
      color: #e9fcfe;
      text-decoration: none; }
      #header .site-name a .org-logo {
        margin-left: 10px;
        vertical-align: middle;
        -webkit-border-radius: 22px;
        border-radius: 22px;
        width: 40px;
        height: 40px; }
  #header .user-block {
    color: #ffffff;
    font-size: 16px;
    float: right;
    padding: 10px;
    margin-top: 8px; }
    #header .user-block li {
      float: left;
      margin-right: 20px; }
    #header .user-block a {
      font-size: inherit;
      color: inherit;
      text-decoration: none; }

#footer {
  height: 30px;
  min-height: 30px;
  line-height: 30px;
  padding-left: 15px;
  font-size: 14px;
  background-color: #ffffff;
  border-top: 1px solid #ccd4e5;
  z-index: 10; }

#breadcrumbs {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #f6f9ff;
  border: 1px solid #ccd4e5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #2f3c4f; }
  #breadcrumbs a {
    color: inherit;
    text-decoration: inherit; }

#content {
  position: relative; }

.content-block {
  position: relative;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #ccd4e5;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .content-block div .col {
    width: 48%;
    float: left; }
    .content-block div .col:first-of-type {
      margin-right: 4%; }

/* на экранах с разрешением больше 1600 контент делается в 2 колонки*/
@media screen and (max-width: 1920px) and (min-width: 1600px) {
  .content-block .columns .resp-col {
    width: 48%;
    float: left; }
    .content-block .columns .resp-col:first-of-type {
      margin-right: 4%; } }

.content-block-with-tabs {
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px; }

/*
	вкладки над контентом
*/
.content-tabs {
  position: relative;
  overflow: hidden;
  bottom: -1px; }
  .content-tabs .tab {
    cursor: pointer;
    position: relative;
    height: 37px;
    float: left;
    margin-right: 5px;
    bottom: -7px;
    z-index: 1;
    background-color: #f6f9ff;
    border-top: 1px solid #ccd4e5;
    border-right: 1px solid #ccd4e5;
    border-left: 1px solid #ccd4e5;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .content-tabs .tab a {
      display: block;
      height: 13px;
      padding: 10px 10px 15px;
      font-size: 13px;
      line-height: 13px;
      font-weight: bold;
      text-decoration: none;
      color: #656c76; }
    .content-tabs .tab.selected, .content-tabs .tab:hover {
      bottom: 0;
      background-color: #ffffff;
      z-index: 3; }
    .content-tabs .tab.selected a, .content-tabs .tab:hover a {
      color: #3a4f71; }
  .content-tabs .shadow {
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #ccd4e5;
    bottom: 0;
    z-index: 2; }

/*
	ТАБЛИЦЫ ВНУТРИ КОНТЕНТА
*/
.content-block {
  position: relative;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #ccd4e5;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .content-block div .col {
    width: 48%;
    float: left; }
    .content-block div .col:first-of-type {
      margin-right: 4%; }
  .content-block table {
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    background-color: #f7f7f7;
    text-align: left;
    color: #2f3c4f; }
    .content-block table thead {
      background-color: #ffffff;
      border: 1px solid #cccccc; }
      .content-block table thead > tr > th {
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc; }
        .content-block table thead > tr > th:last-of-type {
          border-bottom: 1px solid #cccccc; }
    .content-block table .section-title {
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc; }
    .content-block table tbody tr {
      background-color: #eeeeee;
      vertical-align: top; }
      .content-block table tbody tr:nth-child(even) {
        background-color: #ffffff; }
      .content-block table tbody tr:hover {
        background-color: #bbd6ec; }
    .content-block table td {
      padding: 5px; }
    .content-block table th {
      padding: 5px;
      font-family: "Open Sans", Tahoma, sans-serif;
      font-size: 0.9em;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F4F6 ', endColorstr='#E6E9f0',GradientType=0 ); }
  .content-block .icons-col {
    text-align: center;
    text-decoration: none; }
    .content-block .icons-col a, .content-block .icons-col th {
      text-decoration: none;
      text-align: center; }
  .content-block .table-vertical {
    width: 45%; }
    .content-block .table-vertical tr {
      background-color: #ffffff;
      vertical-align: middle; }
      .content-block .table-vertical tr:nth-child(even) {
        background-color: #eeeeee; }
      .content-block .table-vertical tr th {
        width: 50%;
        padding-right: 10px;
        text-align: right; }
      .content-block .table-vertical tr td {
        width: 50%;
        padding-left: 10px; }
      .content-block .table-vertical tr th[colspan] {
        text-align: center; }
  .content-block .table-full-width {
    width: 100%; }
  .content-block .floating-tables {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 5px 5px 15px 5px; }
  .content-block .floating-table-margin {
    display: inline-block;
    vertical-align: top;
    width: 49.8%;
    margin-left: 1px; }

.table-filter {
  font-size: 18px;
  text-align: right; }
  .table-filter input:last-of-type {
    margin-right: 0; }

/*
	ГЛАВНОЕ МЕНЮ
     на экранах с рабочей областью больше 1024px менюшка слева сбоку
*/
#nav {
  font-family: "Open Sans", Tahoma, sans-serif;
  width: 100px;
  min-width: 100px;
  border-right: 1px solid #ccd4e5;
  background-color: #ffffff;
  /* иконочки*/
  /*	
	    стрелочка справа от пунктов меню
    */ }
  #nav a {
    display: block;
    color: #313e52;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 0;
    text-align: center; }
    #nav a:hover {
      color: #ffffff; }
      #nav a:hover .arrow {
        display: block; }
  #nav .navigation li {
    position: relative;
    line-height: normal;
    padding: 0 5px; }
    #nav .navigation li:hover, #nav .navigation li.selected {
      background-color: #dd4258; }
      #nav .navigation li:hover .icon, #nav .navigation li.selected .icon {
        color: #ffffff; }
    #nav .navigation li.selected .arrow {
      display: block; }
    #nav .navigation li.selected a {
      color: #ffffff; }
    #nav .navigation li .icon {
      width: 40px;
      height: 40px;
      margin: 0 auto;
      font-size: 2.6em;
      color: #40689c; }
  #nav .arrow {
    display: none;
    position: absolute;
    width: 8px;
    height: 20px;
    top: 50%;
    right: -8px;
    margin-top: -10px;
    overflow: hidden;
    /*outline:1px solid red;*/ }
    #nav .arrow:after {
      content: '';
      display: block;
      position: absolute;
      width: 14px;
      height: 14px;
      top: 3px;
      right: 3px;
      z-index: 1;
      background-color: #dd4258;
      -moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      -o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); }

/* на экранах с рабочей областью не больше 1024px менюшка уходит наверх*/
@media screen and (max-width: 1024px) {
  #center-wrapper {
    /*flex-wrap:wrap; */
    flex-direction: column; }
  #nav {
    width: auto;
    min-width: 980px;
    height: 50px;
    min-height: 50px;
    border-bottom: 1px solid #ccd4e5;
    background-color: #ffffff;
    overflow-y: initial;
    overflow-x: hidden; }
    #nav li.selected .arrow, #nav a:hover .arrow {
      display: none; }
    #nav li {
      float: left;
      padding: 0; }
      #nav li:hover, #nav li.selected {
        background-color: #dd4258; }
    #nav a {
      height: 40px;
      padding: 5px 10px;
      border-right: 2px groove #ffffff;
      text-align: left;
      line-height: 40px;
      vertical-align: top; }
    #nav .icon {
      display: inline-block;
      margin: 0px 5px 0 0; } }

/*
	ДОПОЛНИТЕЛЬНОЕ МЕНЮ
*/
#inner-nav-container {
  width: 248px;
  min-width: 248px;
  margin-left: 20px;
  overflow: hidden; }
  #inner-nav-container .pay-widget-button {
    height: 140px;
    display: block;
    background: url(images/inner-nav-pay-widget-button-bg.png) center no-repeat;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px; }
    #inner-nav-container .pay-widget-button img {
      margin-top: 30px;
      margin-bottom: 10px; }
    #inner-nav-container .pay-widget-button span {
      color: white;
      outline: none; }
    #inner-nav-container .pay-widget-button ~ #inner-nav {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
  #inner-nav-container #inner-nav {
    background-color: #ffffff;
    border-left: 1px solid #ccd4e5;
    border-right: 1px solid #ccd4e5;
    overflow: auto;
    height: 100%; }
    #inner-nav-container #inner-nav .house-inner-nav-title {
      padding: 13px 15px 36px;
      font-size: 16px;
      line-height: 20px;
      color: #2f3c4f;
      font-weight: bold; }
      #inner-nav-container #inner-nav .house-inner-nav-title .b-submit {
        margin-top: 20px;
        display: block;
        padding: 11px 15px;
        border-bottom: 1px solid #ccd4e5;
        font-size: 14px;
        line-height: 18px;
        text-decoration: none; }
    #inner-nav-container #inner-nav .inner-nav-title {
      height: 140px;
      font-size: 14px;
      background: url(images/inner-nav-title-bg.png) center bottom no-repeat;
      text-align: center;
      position: relative; }
      #inner-nav-container #inner-nav .inner-nav-title.grayscale {
        filter: grayscale(80%);
        opacity: 0.7; }
        #inner-nav-container #inner-nav .inner-nav-title.grayscale .go-to-account {
          filter: opacity(70%); }
      #inner-nav-container #inner-nav .inner-nav-title .go-to-account {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        cursor: default; }
        #inner-nav-container #inner-nav .inner-nav-title .go-to-account img, #inner-nav-container #inner-nav .inner-nav-title .go-to-account span {
          display: inline-block; }
        #inner-nav-container #inner-nav .inner-nav-title .go-to-account span {
          color: #ffffff !important;
          width: 150px; }
    #inner-nav-container #inner-nav.no-left {
      margin-left: 0; }
    #inner-nav-container #inner-nav li {
      position: relative; }
      #inner-nav-container #inner-nav li a, #inner-nav-container #inner-nav li span {
        display: block;
        /*height:40px;*/
        padding: 11px 15px;
        font-size: 14px;
        line-height: 18px;
        color: #3a4f71;
        text-decoration: none; }
      #inner-nav-container #inner-nav li a:hover {
        color: #ffffff;
        /*font-weight:bold;*/
        background-color: #dd4258; }
    #inner-nav-container #inner-nav li.selected > a, #inner-nav-container #inner-nav li.selected > span {
      color: #ffffff;
      /*font-weight:bold;*/
      background-color: #dd4258; }
    #inner-nav-container #inner-nav .level1 > li.selected > span {
      background: none;
      color: #3a4f71; }
    #inner-nav-container #inner-nav .level1 a, #inner-nav-container #inner-nav .level1 span {
      font-weight: bold; }
    #inner-nav-container #inner-nav .level1 > li > a, #inner-nav-container #inner-nav .level1 > li > span {
      padding-left: 22px;
      cursor: pointer; }
    #inner-nav-container #inner-nav .level1 > li.selected > .arrow, #inner-nav-container #inner-nav .level1 > li:hover > .arrow {
      background-position: center top; }
    #inner-nav-container #inner-nav .level2 > li > a, #inner-nav-container #inner-nav .level2 > li > span {
      padding-left: 27px;
      font-weight: normal; }
    #inner-nav-container #inner-nav .arrow {
      width: 14px;
      height: 14px;
      position: absolute;
      top: 13px;
      left: 5px;
      background: url(images/inner-nav-arrows.png) center bottom no-repeat; }

@media screen and (max-width: 1024px) {
  #inner-nav-container {
    margin-left: 0px; } }

@media print {
  .print {
    display: block; }
    .print * {
      display: block; }
  .no-print {
    display: none; }
    .no-print * {
      display: none; } }

/*
	ЭЛЕМЕНТЫ ФОРМ
*/
.inputText, .inputTextArea, .inputSelect, .btn {
  margin: 5px 5px 5px 0;
  padding: 7px;
  font-size: 14px;
  line-height: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

.inputText {
  height: 30px;
  background-color: #fff;
  color: #656c76;
  border: 1px solid #5b7397;
  -webkit-box-shadow: inset 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px 0 rgba(0, 0, 0, 0.3); }
  .inputText:disabled {
    background-color: #e9ecf0;
    border: 1px solid #a7afbc; }
  .inputText:hover, .inputText:focus {
    color: #333333; }

.inputTextArea {
  background-color: #fff;
  color: #656c76;
  border: 1px solid #5b7397;
  -webkit-box-shadow: inset 0px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px 0 rgba(0, 0, 0, 0.3); }
  .inputTextArea:hover, .inputTextArea:focus {
    color: #333333; }

.inputSelect {
  height: 30px;
  cursor: pointer;
  padding: 5px 7px; }
  .inputSelect:focus {
    color: #333333; }

.btn {
  height: 30px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 10px;
  text-decoration: none !important; }

.b-default, .inputSelect {
  color: #3a4f71;
  border: 1px solid #5f7597;
  background-color: #f5f8fe; }

.b-default:hover, .inputSelect:hover {
  color: #2f3c4f;
  background-color: #eef3fe; }

.b-default:active, .inputSelect:active {
  color: #2f3c4f;
  background-color: #b9bec6; }

.b-submit {
  color: #ffffff !important;
  border: none;
  background-color: #3d638e; }
  .b-submit:hover {
    background-color: #6380ab; }
  .b-submit:active {
    background-color: #31486b; }

/*
	ОТДЕЛЬНЫЕ СТРАНИЦЫ
*/
/*	главная */
.content-find-address, .content-find-org {
  width: 48%;
  margin: 20px 4% 0 0;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.content-welcome {
  width: 100%;
  margin: 20px 0 0 0;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.editor-line {
  overflow: auto;
  overflow-y: hidden; }

.content-find-address label {
  display: block;
  width: 33%;
  float: left;
  line-height: 40px; }

.content-find-address .checkLabel {
  width: inherit;
  float: none;
  display: inline-block; }

.content-find-address .inputCheck {
  height: 40px;
  margin-left: 1%;
  margin-right: 0; }

.content-find-address .b-submit {
  /*margin-left: 34%;
	margin-top: -2%;*/ }

.content-find-address .inputText, .content-find-address .inputTextArea {
  width: 66%;
  margin-left: 1%;
  margin-right: 0; }

.content-find-org {
  margin: 20px 0 0 0; }
  .content-find-org .inputSelect {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

/*	личный кабинет*/
.content-account label {
  display: block;
  width: 33%;
  float: left;
  line-height: 40px; }

.content-account .inputText, .content-account .inputTextArea {
  width: 66%;
  margin-left: 1%;
  margin-right: 0; }

.content-account .my-objects a {
  display: block;
  margin-bottom: 10px; }

.content-organisationspecial {
  /*Стиль для выравнивания блоков с дополнительной информацией об организации*/
  margin: 15px 15px; }

/*	попап для логина и регистрации*/
.login-popup-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100; }

.login-popup {
  display: block;
  position: absolute;
  width: 340px;
  top: 10px;
  left: 50%;
  margin-left: -170px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccd4e5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 200; }

.collapsable-block {
  padding: 3px; }

.loading {
  transition: background-color 0.5s;
  background-color: #d7d9df; }

/*Кнопки для управления графиками*/
.chart-controller {
  margin-top: 10px; }

.chart-no-data {
  width: 100%;
  height: 100%; }

.chart-btn {
  padding: 5px;
  background-color: #e0e3ed;
  display: inline-block;
  cursor: pointer;
  color: #586a83; }
  .chart-btn.selected {
    color: #2f3c4f;
    border: 1px solid #586a83; }

.chart-legend-item {
  margin: 5px 0;
  display: block;
  padding-left: 5px;
  border-left: 18px solid red; }

.chart-canvas-container {
  width: 100%;
  height: 100%; }

.news-left-menu .block-title {
  margin: 10px 0px 0px 0px;
  padding: 0px 10px; }

.news-left-menu .ContentItem {
  display: block;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 18px;
  color: #3a4f71;
  text-decoration: none;
  padding: 5px 10px; }
  .news-left-menu .ContentItem:hover {
    color: #ffffff;
    background-color: #dd4258; }
    .news-left-menu .ContentItem:hover a {
      color: #ffffff !important; }
  .news-left-menu .ContentItem a {
    padding: 5px 0px 0px 0px !important;
    border-bottom: none !important; }
  .news-left-menu .ContentItem .date {
    font-size: 12px;
    font-style: italic; }

.news-left-menu a {
  background: none !important; }
  .news-left-menu a:hover {
    background: none !important; }

.checkSpan {
  vertical-align: text-top;
  padding-left: 33%; }
  .checkSpan > .inputCheck {
    height: inherit; }

.articleText > p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0; }

.articleText > ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px; }
  .articleText > ul > li {
    display: list-item; }
