.navbar-primary {
  z-index: 9999;
  background: #304994;
  background: -moz-linear-gradient(top, #304994 0%, #304994 15%, #416dba 53%, #497ad6 100%);
  background: -webkit-linear-gradient(top, #304994 0%, #304994 15%, #416dba 53%, #497ad6 100%);
  background: -o-linear-gradient(top, #304994 0%, #304994 15%, #416dba 53%, #497ad6 100%);
  background: -ms-linear-gradient(top, #304994 0%, #304994 15%, #416dba 53%, #497ad6 100%);
  background: linear-gradient(to bottom, #304994 0%, #304994 15%, #416dba 53%, #497ad6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#304994', endColorstr='#497ad6', GradientType=0 ); }

.navbar-primary .navbar-brand {
  color: #ffffff; }

.navbar-primary .navbar-brand:hover,
.navbar-primary .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-primary .navbar-text {
  color: #ffffff; }

.navbar-primary .navbar-nav > li > a {
  color: #ffffff;
  font-weight: 600; }

.navbar-primary .navbar-nav > li > a:hover,
.navbar-primary .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #2c4388; }

.navbar-primary .navbar-nav > .active > a,
.navbar-primary .navbar-nav > .active > a:hover,
.navbar-primary .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #304994; }

.navbar-primary .navbar-nav > .disabled > a,
.navbar-primary .navbar-nav > .disabled > a:hover,
.navbar-primary .navbar-nav > .disabled > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-primary .navbar-toggle:hover,
.navbar-primary .navbar-toggle:focus {
  background-color: #304994; }

.navbar-primary .navbar-toggle .icon-bar {
  background-color: white; }

.navbar-primary .navbar-nav > .open > a,
.navbar-primary .navbar-nav > .open > a:hover,
.navbar-primary .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #304994; }

@media (max-width: 767px) {
  .navbar-primary .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff; }

  .navbar-primary .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-primary .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }

  .navbar-primary .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-primary .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-primary .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #304994; }

  .navbar-primary .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-primary .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-primary .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ffffff;
    background-color: transparent; } }
.navbar-primary .navbar-link {
  color: #ffffff; }

.navbar-primary .navbar-link:hover {
  color: #ffffff; }

.navbar-primary .btn-link {
  color: #ffffff; }

.navbar-primary .btn-link:hover,
.navbar-primary .btn-link:focus {
  color: #ffffff; }

.navbar-primary .btn-link[disabled]:hover,
fieldset[disabled] .navbar-primary .btn-link:hover,
.navbar-primary .btn-link[disabled]:focus,
fieldset[disabled] .navbar-primary .btn-link:focus {
  color: #ffffff; }

* {
  font-family: Verdana, sans-serif; }

.text-bold {
  font-weight: 600; }

.navbar.affix {
  top: 0;
  width: 100%; }

.navbar.affix + .container-fluid {
  padding-top: 70px; }

#block-div {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  background: rgba(0, 0, 0, 0.1); }

@media print {
  .print-hide {
    display: none; }

  a:after {
    content: ""; } }
table td {
  padding: 10px; }

/*
    header styles
 */
@media (min-width: 1px) {
  .header__title {
    text-align: center; }

  .list-group-item:first-child {
    border-top-right-radius: 0; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0; }

  .aside {
    margin-right: -15px; }

  .default-charts {
    display: none; }

  .wide-charts {
    display: block; } }
@media (min-width: 768px) {
  .navbar-list li a.inline {
    vertical-align: middle;
    line-height: 40px; }

  .navbar-list li a {
    width: 140px;
    text-align: center;
    font-size: 10pt;
    padding: 10px;
    margin-top: 0; }

  .header__title {
    text-align: left; }

  .list-group-item:first-child {
    border-top-right-radius: 20px; }
  .list-group-item:last-child {
    border-bottom-right-radius: 20px; }

  .aside {
    margin-right: 0; }

  .default-charts {
    display: none; }

  .wide-charts {
    display: block; } }
@media (min-width: 992px) {
  .default-charts {
    display: block; }

  .wide-charts {
    display: none; } }
.header {
  background-image: url("../img/header/background_2.png");
  min-height: 120px; }

.header__title {
  font-family: ArthurC, sans-serif;
  font-size: 40pt;
  line-height: 0.8;
  color: #e6e6e6;
  font-weight: bold;
  padding-top: 17px;padding-left: 30px;padding-right: 17px;padding-bottom: 17px;"
  text-shadow: -1px -1px 3px #1b355a, 1px -1px 3px #1b355a, -1px 1px 3px #1b355a, 1px 1px 3px #1b355a; }

.advert-sign {
  font-size: 17pt;
  color: #d42c27; }

/*
    charts styles
 */
.flex-charts {
  display: flex;
  flex-direction: column;
  align-items: stretch; }

/*
    aside styles
 */
.aside {
  margin-top: -10px;
  margin-left: -20px; }
  .aside.affix {
    top: 70px;
    width: 15%; }
    .aside.affix.list-group-item:first-child {
      border-top-right-radius: 0; }
  .aside a, .aside span, .aside label {
    padding: 5px 15px;
    font-size: 10pt;
    border-color: #233d74;
    color: white;
    background: #275b85;
    background: -moz-linear-gradient(left, #284a85 0%, #3459b8 60%, #3c65b8 100%);
    background: -webkit-linear-gradient(left, #275b85 0%, #357ab8 60%, #357ab8 100%);
    background: -o-linear-gradient(left, #275b85 0%, #357ab8 60%, #357ab8 100%);
    background: -ms-linear-gradient(left, #275b85 0%, #357ab8 60%, #357ab8 100%);
    background: linear-gradient(to right, #284a85 0%, #3962cb 60%, #416dc6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275b85', endColorstr='#357ab8', GradientType=1 ); }
    .aside a:hover, .aside span:hover, .aside label:hover {
      background: #2a5198;
      color: #fff; }
    .aside a.active, .aside span.active, .aside label.active {
      color: #000;
      background: #fff; }
      .aside a.active:hover, .aside span.active:hover, .aside label.active:hover {
        color: #000;
        background: #fff; }

/*
    content main
 */
.news__container {
  display: flex;
  flex-direction: column; }
  .news__container--day {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
    .news__container--day a {
      color: #000000; }
    .news__container--day-date {
      margin-left: 10px;
      margin-bottom: 10px;
      color: darkred; }
    .news__container--day ul {
      list-style-type: circle;
      margin: 0;
      padding: 0; }
  .news__container--text {
    margin-top: 5px; }
  .news__container--list {
    padding: 0 20px; }

.stat-publications__images {
  display: flex;
  justify-content: space-around; }
.stat-publications__item {
  height: 100px; }
  .stat-publications__item img {
    height: 100%; }
.stat-publications__i {
  height: 155px; }
.stat-publications__i img {
  height: 90%; }

.flex-stat {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
 }
  .flex-stat-item {
    width: 48%; }

.flex-container {
  display: flex; }
  .flex-container__column {
    flex-direction: column; }
  .flex-container__item {
    margin-bottom: 20px; }

.reg-stat .flex-container {
  justify-content: space-around; }
  .reg-stat .flex-container img {
    margin: auto;
    width: 30px;
    height: 30px; }
    .reg-stat .flex-container img:hover {
      cursor: pointer; }

.infographics img {
  width: 100%; }
  .infographics img:hover {
    cursor: pointer; }

.calendar-table {
  width: 100%; }
  .calendar-table td {
    padding: 0;
    text-align: center;
    border: 1px solid #000; }
  .calendar-table__weekend {
    color: #e50000; }
  .calendar-table__workday a {
    text-decoration: none;
    color: #5169e5; }
  .calendar-table__workday:hover {
    background-color: #d6d6d6;
    cursor: pointer; }

.content__handleform--search {
  margin-top: 10px; }
.content__handleform--header h5 {
  color: red; }

#handleform-table thead td {
  background-color: #dadada;
  font-weight: 600; }

.tile {
  background-color: #ffffff;
  min-height: 20px;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px #7A7A7A;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px #7A7A7A; }

.panel-tile {
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px #7A7A7A;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px #7A7A7A;
  border-radius: 4px; }
  .panel-tile .panel-tile-heading {
    background-color: #f8f8f8;
    min-height: 20px;
    padding: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .panel-tile .panel-tile-body {
    background-color: #ffffff;
    min-height: 20px;
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

/*
    footer
 */
.footer {
  margin-bottom: 0;
  margin-top: 50px; }

/*
    cpanel
*/
.input-group {
  margin-bottom: 5px; }

#row-alert {
  display: none; }

.tab-pane {
  padding-top: 10px; }

.hoverable:hover {
  background-color: #e3e3e3;
  cursor: pointer; }

.modal {
  z-index: 9999; }

.remove-dataset:hover {
  cursor: pointer; }

/* CHARTS */
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px; }

/* MAP IMG */
.map {
  width: 100%; }

.map-logo {
  width: 100%; }

.map-logo-container {
  cursor: pointer;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 57.5px;
  border: 2px solid black; }

.map-logo-container-active {
  background-color: rgba(81, 137, 238, 0.44); }
  .map-logo-container-active .desc .desc-text {
    font-size: 9pt; }

.map-logo-container-inactive {
  background-color: #e5e5e5; }
  .map-logo-container-inactive .desc .desc-text {
    display: none; }

/*# sourceMappingURL=screen.css.map */


div.required {
  position: relative;
}

/*
div.required:after {
  content: '*';
  position: absolute;
  right: -12px;
  top: -2px;
  color: red;
}*/
