/**
 * Created with PhpStorm.
 * User: Vasily Chilikin
 * Date: 08.07.15
 * Time: 18:38
 */
/*
  Custom Fonts
*/
@font-face {
  src: url("/fonts/Roboto-Regular.ttf");
  font-family: "Roboto";
}
@font-face {
  src: url("/fonts/Roboto-Bold.ttf");
  font-family: "Roboto Bold";
}
@font-face {
  src: url("/fonts/Roboto-Light.ttf");
  font-family: "Roboto Light";
}
@font-face {
  src: url("/fonts/PT_Serif-Web-Regular.ttf");
  font-family: "PT Serif";
}

@font-face{
  font-family: 'Noto Serif';
  src: url(/font/NotoSerif-Regular.ttf) format("truetype"), url(/font/NotoSerif-Regular.eot) format("embedded-opentype"), url(/font/NotoSerif-Regular.woff) format("woff");
}
@font-face{
  font-family: 'Noto Serif Bold';
  src: url(/font/NotoSerif-Bold.ttf) format("truetype"), url(/font/NotoSerif-Bold.eot) format("embedded-opentype"), url(/font/NotoSerif-Bold.woff) format("woff");
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a.text {
  text-decoration: none;
}
a.text:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
.underlined {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ace6cd;
  box-sizing: border-box;
}
.underlined:hover {
  border-color: transparent;
}
.wrp {
  clear: both;
}
.message-area {
  background: #fff;
  text-align: center;
  font-weight: normal;
}
.message-area span:not(:empty) {
  display: block;
  padding: 3px 0;
}
.message-area span b {
  display: inline-block;
  padding: 3px 5px;
  background: #e2e2e2;
  border-radius: 3px;
}
.message-area span b:after {
  content: " ";
  display: block;
}
.message-area span.error b {
  background: #c41;
  color: #fff;
}
.message-area span.system b {
  background: #c91;
  color: #fff;
}
.message-area span.system b {
  background: #68b584;
  color: #fff;
}
.submenu-container .submenu {
  margin: 0 50px;
  margin: 0 5vw;
  color: #a2a2a2;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  font-family: "Roboto";
}
.submenu-container .submenu li {
  display: inline-block;
  margin-right: 15px;
  line-height: 58px;
}
.submenu-container .submenu li a {
  color: #1b1a1d;
  display: inline-block;
  vertical-align: middle;
  line-height: 58px;
  height: 58px;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
.submenu-container .submenu li a.active {
  border-bottom: 2px solid #ace6cd;
}
.submenu-container .submenu li a.active:hover {
  cursor: default;
  text-decoration: none;
}
.submenu-container .submenu li a:hover {
  text-decoration: underline;
}
/* Select 2 Style */
/* // Select 2 Style */
table {
  border-collapse: collapse;
}
.cool-table {
  table-layout: fixed;
  width: 100%;
}
.cool-table th,
.cool-table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
/* Up button */
/* Up button */
.to_top {
  display: none;
}
.to_top .to_top_panel {
  display: none;
}
/* Large desktop */
@media (min-width: 1050px) {
  .to_top {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    opacity: 0.3;
    display: none;
  }
  .to_top .to_top_panel {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 11px;
    color: #4d7285;
    padding-top: 10px;
    position: relative;
  }
  .to_top:hover {
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .to_top:hover .to_top_panel {
    cursor: pointer;
    background: #f0f0f0;
  }
  .to_top .close_panel {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
    line-height: 8px;
    font-family: tahoma, arial, verdana, sans-serif;
    display: none;
  }
  .to_top:hover .close_panel {
    display: block;
  }
  .to_top .to_top_button {
    text-align: left;
    line-height: 8px;
    margin-left: 10px;
    margin-top: 30px;
    font-family: tahoma, arial, verdana, sans-serif;
    font-weight: bold;
  }
  .to_top .to_top_button .arrow {
    font-size: 14px;
    font-weight: bold;
    font-family: tahoma;
    vertical-align: middle;
  }
  /* стиль для mini панели */
  .to_top .to_top_panel .arrow {
    font-size: 20px;
  }
  .to_top .to_top_panel .label {
    display: none;
  }
}
/* Sitemap */
#sitemap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-sizing: border-box;
  overflow: auto;
  padding: 50px;
  padding: 50px 5vw;
  z-index: 99999989;
}
#sitemap .close {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  font-family: "Roboto";
}
#sitemap h1 {
  font-size: 33px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 60px;
  border-bottom: 1px solid #d7d7d7;
}
#sitemap > ul > li {
  margin: 5px 0;
}
#sitemap > ul > li ul {
  margin: 10px 0;
}
#sitemap > ul > li ul li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-bottom: 20px;
  margin-left: 2%;
  font-weight: bold;
}
#sitemap > ul > li ul li ul {
  display: block;
  font-weight: normal;
}
#sitemap > ul > li ul li ul li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0;
  font-weight: normal;
}
#sitemap > ul > li ul li ul li li {
  display: none;
}
#sitemap > ul > li > a {
  font-size: 28px;
}
.layout {
  position: absolute;
  left: 0px;
  right: 0px;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 980px;
  overflow: hidden;
}
* {
  outline: none;
}
a {
  color: inherit;
}
a:focus {
  outline: none;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "PT Serif";
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h2 {
  font-size: 30px;
  font-family: "PT Serif";
}
h2 a {
  text-decoration: none;
  color: inherit;
}
h2 a:hover {
  color: #DA1617;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: normal;
}
.header {
  position: relative;
  background-color: #fff;
  color: #1b1a1d;
  width: 100%;
  display: table;
  line-height: 30px;
}
.header a {
  color: #1b1a1d;
}
.header .cell {
  display: table-cell;
}
.header .logo {
  float: left;
  margin-left: 40px;
  margin-left: 4vw;
  height: 112px;
}
.header .menu-container {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  margin: 0 25px 0 300px;
  text-align: right;
}
.header .menu-container .liquid-list-button {
  top: 0!important;
}
.header .menu-container .liquid-list-button .liquid-list {
  border: 1px solid #e2e2e2;
}
.header .menu-container .liquid-menu {
  position: relative;
  display: inline-block;
  overflow: visible;
  height: 60px;
}
.header .menu-container .liquid-menu.show {
  padding-right: 30px;
}
.header .menu-container .liquid-menu > ul {
  float: right;
  height: 60px;
  overflow: hidden;
}
.header .menu-container .liquid-menu > ul li {
  white-space: normal;
  line-height: 24px;
}
.header .menu-container .liquid-menu-item {
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  padding-left: 30px;
}
.header .menu-container .liquid-menu-item a {
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  color: #1b1a1d;
  font-family: "Roboto";
}
.header .menu-container .liquid-menu-item a.active {
  border-bottom: 4px solid #ace6cd;
}
.header .info {
  overflow: hidden;
  display: block;
  height: 60px;
  margin: 15px 25px 0 0;
  white-space: nowrap;
  text-align: right;
  font-size: 14px;
  font-family: "Roboto";
}
.header .info li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.header .info li:last-child {
  margin-right: 0;
}
.header .info li a {
  text-decoration: none;
  color: #1b1a1d;
  opacity: 0.9;
  font-family: "Roboto";
}
.header .info li.more a {
  color: #9BCCDA;
  font-size: 20px;
}
.header .info li.user a {
  color: #9BCCDA;
  font-size: 20px;
}
.header .info li .user-icon {
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../../images/header-user-icon.png);
}
.header .info li .menu-icon {
  display: inline-block;
  width: 29px;
  height: 20px;
  background: url(../../images/header-menu-icon.png);
}
.header .info .info-item a {
  padding-left: 10px;
  border-left: 1px solid #353E43;
}
.header .info .workshop-content {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: #fff;
  z-index: 500;
  overflow-y: scroll;
  color: #8a878e;
  font-family: "Roboto";
}
.header .info .workshop-content ul {
  margin: 80px 10px 20px 0;
}
.header .info .workshop-content li {
  display: block;
  text-align: left;
  font-size: 18px;
  margin-bottom: 12px;
  white-space: normal;
}
.header .info .workshop-content li a {
  color: #8a878e;
  display: block;
  padding-left: 75px;
}
.header .info .workshop-content li a:hover {
  color: #000!important;
}
.header .info .workshop-content li a.active {
  color: #000;
  background: url(../../images/workshop-active.png) no-repeat 15px top;
}
/* Header Login form */
.tooltipster-content #loginForm {
  margin: 0;
  padding: 15px;
}
.tooltipster-content #loginForm label {
  color: #fff;
}
.tooltipster-content #loginForm label a {
  color: #fff;
  font-weight: bold;
}
.tooltipster-content #loginForm fieldset {
  border: none;
  margin: 0;
  padding: 15px 0 0 0;
  font-family: "Roboto";
  color: #fff;
}
.tooltipster-content #loginForm fieldset:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
.tooltipster-content #loginForm fieldset input[type=text],
.tooltipster-content #loginForm fieldset input[type=password] {
  display: block;
  margin-top: 3px;
  height: 26px;
  padding: 0;
  width: 100%;
  border: none;
  background: #fff;
}
.tooltipster-content #loginForm fieldset .forgot-password {
  float: right;
}
.tooltipster-content #loginForm fieldset input[type=submit] {
  background: #fff!important;
  color: #000!important;
  padding: 5px 10px;
  border: none;
}
.tooltipster-content #loginForm fieldset input[type=submit]:hover {
  color: #000!important;
}
.tooltipster-content #loginForm fieldset input[type=submit]:active {
  background-image: none;
}
.tooltipster-content #loginForm .buttons {
  margin-left: 5px;
  position: relative;
  top: -15px;
}
.tooltipster-content #loginForm .error input[type="text"] {
  background-color: #ffaaaa;
}
.tooltipster-content #loginForm .error input[type="password"] {
  background-color: #ffaaaa;
}
/* //Header Login form */
.body.with-right-column {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.body > .content-container {
  display: table-cell;
  width: 80%;
}
.body > .content-container .page .bread-crumbs li {
  display: inline;
  padding-right: 5px;
}
.body > .content-container .page .bread-crumbs li a {
  text-decoration: underline;
}
.body > .content-container .page .bread-crumbs li a:hover {
  text-decoration: none;
}
.wrap {
  position: relative;
}
.submenu-mask,
.workshop-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  padding-right: 1px;
  background: #1b1a1d;
  opacity: 0.7;
  z-index: 30;
  min-height: 100%;
  height: 100%;
}
.workshop-mask {
  width: 100%;
  padding: 0;
  display: none;
}
.right-sidebar {
  display: table-cell;
  width: 20%;
  background-color: #c2baae;
  padding-top: 60px;
}
.right-sidebar .menu {
  padding-bottom: 20px;
}
.right-sidebar .menu .menu-item {
  font-size: 17px;
}
.right-sidebar .menu .menu-item > a {
  display: block;
  text-decoration: none;
  color: #1b1a1d;
  padding: 15px 30px;
}
.right-sidebar .menu .menu-item > a:hover,
.right-sidebar .menu .menu-item > a.active {
  background: #a7a59e;
}
.right-sidebar .menu .menu-item ul.dontsplit {
  margin-bottom: 15px;
}
.right-sidebar .menu .menu-item ul.dontsplit .add-category {
  font-size: 15px;
  text-decoration: underline;
}
.right-sidebar .menu .menu-item ul.dontsplit .menu-item {
  font-size: 15px!important;
  font-family: "Roboto Light";
}
.right-sidebar .menu .menu-item ul.dontsplit .menu-item .add-category {
  margin-left: 0;
  font-weight: bold;
  color: #1b1a1d;
}
.right-sidebar .menu .menu-item ul.dontsplit .menu-item a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.right-sidebar .menu .menu-item .submenu {
  display: none;
  position: fixed;
  right: 20%;
  top: 0;
  width: 50%;
  height: 100%;
  margin-right: -1px;
  background: #fff;
  z-index: 31;
  overflow-y: scroll;
}
.right-sidebar .menu .menu-item .submenu .container {
  position: relative;
  padding: 40px 5%;
}
.right-sidebar .menu .menu-item .submenu .container > h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 30px;
  font-family: "PT Serif";
}
.right-sidebar .menu .menu-item .submenu .container > ul li {
  column-count: 2;
  column-width: 200px;
}
.right-sidebar .menu .menu-item .submenu .container > ul li {
  /* 1st level */
  width: 97%;
  font-size: 20px;
  margin: 0 0 20px 0;
  font-family: "Roboto Bold";
}
.right-sidebar .menu .menu-item .submenu .container > ul li ul {
  /* 2nd level*/
  margin: 20px 0 30px 0;
}
.right-sidebar .menu .menu-item .submenu .container > ul li ul li {
  font-size: 16px;
  margin: 0 0 12px 0;
  font-family: "Roboto";
}
.right-sidebar .menu .menu-item .submenu .container > ul li ul li ul li {
  /* 3nd level*/
  font-size: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.right-sidebar .menu .menu-item .submenu .container > ul li ul li ul li a {
  color: #6e6e6e;
}
.index-promo-img {
  height: 400px;
  background: url(../../images/index-promo-bg.png) no-repeat right bottom;
  background-size: cover;
}
.content-container .promo {
  position: relative;
  padding: 50px 0 50px 50px;
  padding: 5vw 0 5vw 5vw;
}
.content-container .promo .services-block {
  display: inline-block;
  width: 24%;
  padding: 0 1% 0 0;
  vertical-align: top;
  font-size: 16px;
}
.content-container .promo .services-block:first-child {
  width: 25%;
}
.content-container .promo .services-block:last-child {
  padding: 0;
  width: 21%;
}
.content-container .promo .services-block h3 {
  margin: 0 0 10px 0;
  font-size: 25px;
  line-height: 28px;
}
.content-container .promo .services-block li {
  margin-bottom: 10px;
  padding-right: 25px;
  font-family: "Roboto";
}
.content-container .promo .services-block li a:hover {
  text-decoration: underline;
}
.content-container .promo .services-block a {
  text-decoration: none;
}
.body {
  white-space: nowrap;
}
.body > .bread-crumbs {
  padding: 20px 50px;
  padding: 20px 5vw;
}
.body > .bread-crumbs li {
  display: inline;
  font-family: "Roboto";
}
.content-container,
.right-sidebar,
.sponsorfooter,
.footer {
  white-space: normal;
  vertical-align: top;
}
.last-news {
  position: relative;
  padding: 65px 0 45px 0;
  margin: 0 50px;
  margin: 0 5vw;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.last-news .preview-container {
  float: left;
  width: 350px;
  overflow: hidden;
}
.last-news .news-list {
  position: static;
  margin-left: 370px;
}
.last-news .news-list .img-preview {
  display: none;
  position: absolute;
  left: 0;
  top: 65px;
  max-width: 350px;
  overflow: hidden;
}
.last-news .news-list .img-preview img {
  max-width: 100%;
  max-height: 300px;
}
.last-news .news-list .item {
  margin-bottom: 30px;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}
.last-news .news-list .item.active {
  opacity: 1;
}
.last-news .news-list .item.active .img-preview {
  display: block;
}
.last-news .news-list .item .heading {
  color: #e86233;
  font-family: "Roboto Bold";
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.last-news .news-list .item .post-title {
  display: block;
  padding: 0;
  font-size: 22px;
  font-family: "PT Serif";
  color: #000;
  text-decoration: none;
  margin: 15px 0 20px 0;
  font-weight: normal;
}
.last-news .news-list .item .post-title:hover {
  text-decoration: underline;
}
.last-news .news-list .item .date {
  font-size: 15px;
  color: #b6b6b6;
  font-family: "Roboto";
}
.last-news .indicator {
  clear: left;
  padding: 25px 0 0 340px;
  line-height: 10px;
}
.last-news .indicator span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 2px;
  background: #a0a0a0;
  cursor: pointer;
}
.last-news .indicator span.active {
  background: #000;
}
.news {
  display: block;
  padding: 60px 50px 110px 50px;
  padding: 60px 5vw 110px 5vw;
  font-size: 18px;
}
.news .tabs {
  margin-bottom: 40px;
  font-family: "PT Serif";
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}
.news .tabs li {
  display: inline-block;
  margin-right: 30px;
  background: none!important;
  padding: 0;
  float: none;
}
.news .tabs li a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dashed #000;
  box-sizing: border-box;
  font-weight: normal;
}
.news .tabs li a.active {
  color: #e86233;
  border: none;
  background: none;
}
.news section .img-preview {
  display: none;
}
.news .block {
  display: block;
  vertical-align: top;
  margin-bottom: 30px;
}
.news .block:nth-child(2n) {
  margin-right: 6%;
}
.news .block .date {
  color: #b1b1b1;
  padding-top: 10px;
  font-size: 15px;
  font-family: "Roboto";
}
.news .block a {
  text-decoration: none;
  color: inherit;
}
.news .block a:hover {
  color: #DA1617;
}
.btn {
  margin-bottom: 40px;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  text-decoration: none;
  box-sizing: border-box;
  height: 60px;
}
.btn.blue {
  background-color: #9BCCDA;
  color: #fff;
  border-color: #fff;
}
.btn.blue:hover {
  background-color: #8ab6c3;
}
.btn .icon-container {
  font-size: 22px;
  text-align: center;
  width: 40px;
  display: inline-block;
}
.btn .icon {
  height: 40px;
  line-height: 40px;
  border: 1px solid;
  border-radius: 25px;
}
.btn .text {
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  font-family: "Roboto Bold";
}
.redirects li {
  margin-bottom: 20px;
}
.redirects a {
  color: #000;
  border-bottom: 1px solid #9BCCDA;
  text-decoration: none;
}
.redirects a:hover {
  color: #DA1617;
  border-color: #DA1617;
}
.sponsorfooter {
  background-color: #f1f1f1;
  color: #fff !important;
  padding: 30px 50px 40px 50px;
  padding: 8px 5vw 8px 5vw;
}

.sponsorfooter h2 {
  font-family: "PT Serif";
  color: #0b0b0b;
  font-size: 18px;
  margin-bottom: 30px;
}

.sponsorfooter h3 {
  margin: 43px 0 25px 0;
  color: #171718;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
}

.sponsorfooter .banners {
  padding: 0 !important;
}

.sponsorfooter .banners td {
  padding: 0 !important;
}

.sponsorfooter .remote_ads{
  margin-left: 5px;
}
.sponsorfooter .remote_ads .table_remote_ads {
  padding-right: 0 !important
}
.sponsorfooter .remote_ads .table_remote_ads .adv_rt {
  width: 100px !important;
}

.sponsorfooter li {
  display: inline-block;
  width: 260px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.sponsorfooter li a {
  text-decoration: none;
}
.footer {
  color: #4b4b4b;
  background-color: #fff;
  padding: 30px 50px;
  padding: 30px 5vw;
  display: block;
  font-size: 14px!important;
}
.footer a {
  color: #4b4b4b;
  text-decoration: none;
}
/* Footer Ministry's Links */
.ministries {
  position: relative;
  padding-bottom: 50px;
  font-family: "Roboto";
}
.ministries li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-right: 4%;
  box-sizing: border-box;
}
.ministries li:last-child {
  margin-right: 0;
  width: 24%;
}
.ministries li img {
  float: left;
  margin-top: 10px;
}
.ministries li:first-child img {
  margin-top: 5px;
}
.ministries li .text {
  margin-left: 60px;
}
/* //Footer Ministry's Links */
.copyright {
  float: left;
  font-family: "Roboto";
}
.search {
  float: right;
}
#seachForm,
#triger {
  display: none;
}
.search #triger:checked + #seachForm {
  display: inline-block;
}
.search #triger:checked ~ #label {
  display: none;
}
#label {
  font-size: 30px;
}
#label:hover {
  cursor: pointer;
}
.footer .bottom {
  height: 40px;
  line-height: 40px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
/* News Page */
.content-container .page .bread-crumbs {
  font-size: 16px;
}
.content-container .page h2,
.content-container .page h3 {
  font-weight: normal;
  font-family: "PT Serif";
}
.content-container .page .news-item {
  font-size: 16px;
  font-family: "Roboto";
  margin-bottom: 30px;
}
.content-container .page .news-item .dt {
  color: #666;
}
.content-container .page .news-item + .back {
  font-size: 16px;
}
/* // News Page*/
/*
@media only screen
and (max-width: 1239px)
and (min-width: 980px){
  .links .left-column li a,
  .links .right-column li .text{
    font-size:18px;
  }
}

@media only screen
and (max-width: 979px){

  .links .left-column li a,
  .links .right-column li .text{
    font-size:16px;
  }

  .sponsorfooter,
  .body .right{
    display:none;
  }

  .news .news-left,
  .news .news-right{
    display:block;
    width:100%;
  }
  .links .left-column,
  .links .right-column{
    float:none;
    width:100%;
    margin:0;
  }

  .header{
    overflow:visible;
    height:auto;
    min-height: 112px;

    .logo {
      margin-left: -10px;
      display: inline-block;
      height: 140px;
      width: 275px;
      line-height: 140px;
    }
    .liquid-menu{
      float:none;
    }
    .info{
      padding-left: 30px;
      float:none;
      text-align:left;
    }
  }

}

*/
.page:after {
  content: "";
  display: block;
  clear: both;
}
/* Dialog */
/*

/*
.ui-widget-content{
  background: #171d3f!important;
  color: #a9acb5;
}
.ui-widget-content{
  .Roboto();
  font-size: 16px;
  line-height: 26px;
}
.ui-dialog-titlebar,
.ui-widget-header{
  color: #fff;
  font-size: 24px;
  .Roboto();
}
*/
/*//Dialog */
/* Page */
.body > .page {
  white-space: normal;
  padding: 40px 50px 40px 50px!important;
  padding: 4vw 5vw 4vw 5vw!important;
}
.content-container > .page {
  padding: 40px 50px 40px 50px!important;
  padding: 4vw 5vw 4vw 5vw!important;
}
.dnevnik-960 .page {
  padding: 18px 0 60px 0;
}
.ui-pagination {
  display: block;
  color: #d1d1d2;
  font-size: 20px;
  line-height: 50px;
  padding: 45px 0 20px 0;
  font-family: "Roboto";
}
.ui-pagination a {
  color: #1b1a1d;
  text-decoration: none;
}
.ui-pagination li {
  display: inline;
  margin: 0 15px;
}
.ui-pagination li:first-child {
  margin-left: 0;
}
.ui-pagination li.previous a,
.ui-pagination li.previous span,
.ui-pagination li.next a,
.ui-pagination li.next span {
  display: inline-block;
  width: 34px;
  height: 27px;
  vertical-align: middle;
  text-indent: -2000px;
}
.ui-pagination li.next a,
.ui-pagination li.next span {
  background: url("/v2/images/pagination/arrow-forward.png") no-repeat left top;
}
.ui-pagination li.previous a,
.ui-pagination li.previous span {
  background: url("/v2/images/pagination/arrow-back.png") no-repeat left top;
}
.ui-pagination li.previous span,
.ui-pagination li.next span {
  opacity: 0.2;
}
.ui-pagination li.active {
  text-align: center;
  margin: 0;
}
.ui-pagination li.active span {
  display: inline-block;
  min-width: 50px;
  min-height: 50px;
  vertical-align: middle;
  line-height: 50px;
  text-align: center;
  background: #ace6cd;
  color: #1b1a1d;
  /*-webkit-box-shadow: 0px 0px 0px 15px rgba(229, 229, 229, 1);
        -moz-box-shadow: 0px 0px 0px 15px rgba(229, 229, 229, 1);
        box-shadow: 0px 0px 0px 15px rgba(229, 229, 229, 1);*/
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.page.regform {
  padding: 40px 50px!important;
  padding: 4vw 5vw!important;
}
.page.mailbox {
  padding: 35px 0 40px 0;
}
.content-container .sub-categories {
  margin-bottom: 40px;
  font-family: "PT Serif";
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
}
.content-container .sub-categories li {
  display: inline-block;
  margin-right: 30px;
}
.content-container .sub-categories li a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dashed #000;
  box-sizing: border-box;
}
.content-container .sub-categories li.current b {
  color: #e86233;
  border: none;
}
.content-container .sub-categories li.current i {
  display: none;
}
.dnevnik-info {
  width: 960px;
  margin: 20px auto;
  font-size: 14px;
}
.message-area {
  text-align: center;
  font-weight: normal;
}
/* */
/* Sitemap */
#sitemap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-sizing: border-box;
  overflow: auto;
  padding: 50px!important;
  padding: 50px 5vw;
  z-index: 99999989;
}
#sitemap * {
  font-family: "PT Serif";
}
#sitemap .close {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-family: "Roboto";
}
#sitemap h1 {
  font-size: 33px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 60px;
  border-bottom: 1px solid #d7d7d7;
}
#sitemap > ul {
  color: #000;
}
#sitemap > ul a {
  color: #000;
}
#sitemap > ul > li {
  line-height: 28px;
  margin: 5px 0;
}
#sitemap > ul > li ul {
  margin: 10px 0;
}
#sitemap > ul > li ul li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-bottom: 20px;
  margin-left: 2%;
  font-weight: bold;
  font-size: 16px;
}
#sitemap > ul > li ul li ul {
  display: block;
  font-weight: normal;
}
#sitemap > ul > li ul li ul li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0;
  font-weight: normal;
}
#sitemap > ul > li ul li ul li li {
  display: none;
}
#sitemap > ul > li > a {
  font-size: 28px;
}
.line-statistics {
  font-family: Arial;
  color: #433f3f;
  margin: 21px 0;
}
.line-statistics .title {
  *zoom: 1;
  margin: 0;
  font-size: 12px;
  vertical-align: top;
  min-height: 30px;
}
.line-statistics dt {
  display: inline-block;
  width: 156px;
  *display: inline;
  *zoom: 1;
  padding: 0 0 0 7px;
  margin: 0;
  font-size: 12px;
  vertical-align: top;
  min-height: 30px;
}
.line-statistics .count {
  padding-top: 5px;
  font-size: 29px;
  font-weight: bold;
}
.line-statistics dd {
  width: 159px;
  display: inline;
  border-left: 1px solid #e0e1e3;
  position: absolute;
  padding-top: 28px;
  margin-left: -168px;
  padding-left: 6px;
  font-size: 29px;
  font-weight: bold;
}
/* Old filter */
.filter2015 {
  margin: 0 0 20px 0;
  font-size: 18px;
}
.filter2015 .filter-section {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.filter2015 .wrp {
  display: block;
  width: 100%;
}
.filter2015 .filter-from,
.filter2015 .filter-to {
  display: inline-block;
}
.filter2015 .filter-from .wrp,
.filter2015 .filter-to .wrp {
  display: none;
}
/* //Old filter */
/* Old services */
#archive-switcher .licenses-admin-tabs {
  padding: 10px 0;
}
#archive-switcher .licenses-admin-tabs li {
  display: inline-block;
  padding: 0 10px;
  margin: 0 15px 0 0;
  line-height: 30px;
  height: 30px;
}
#archive-switcher .licenses-admin-tabs li.active {
  background: #ace6cd;
}
#archive-switcher .licenses-admin-tabs li.active a {
  text-decoration: none;
}
.licenses-list {
  table-layout: fixed;
  width: 100%;
  margin-top: 10px;
}
.licenses-list tr.delayed {
  background-color: #ffffcc;
}
.licenses-list td {
  padding: 5px;
  border-bottom: 1px solid #f3f3f3;
}
.licenses-list td.license-list-checkbox {
  width: 20px;
  padding-left: 0;
}
.licenses-list td.license-assigned-to {
  width: 250px;
}
.license-view .license-right {
  width: 50%;
  float: right;
}
.license-view .license-right li {
  margin-bottom: 10px;
  font-family: "Roboto";
}
.license-view .license-left {
  margin-right: 55%;
}
.poll-list table#polls td,
.poll-list table#polls th {
  padding: 5px;
  border-bottom: 1px solid #f3f3f3;
  font-family: "Roboto";
}
.vote-list-container {
  overflow-x: auto;
}
.vote-list {
  table-layout: fixed;
  overflow-x: auto;
}
.vote-list td,
.vote-list th {
  padding: 5px;
  border: 1px solid #ccc;
  vertical-align: top;
}
.certifiationTable thead td:first-child {
  width: 100px;
}
.certifiationTable thead td:nth-child(2) {
  width: 50px;
}
.certifiationTable thead td:nth-child(3) {
  width: 250px;
}
.page.sitemap ul ul {
  margin: 10px 15px;
}
/* Context service Menu */
.head-menu.liquid-list-button {
  position: absolute;
  color: #fff;
  overflow: visible;
  top: 0px;
  right: 0;
  z-index: 3;
}
.head-menu.liquid-list-button .liquid-button {
  /*text-align: right;*/
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
}
.head-menu.liquid-list-button .liquid-list {
  display: none;
  background-color: #fff;
  float: left;
  position: absolute;
  padding-right: 30px;
  text-align: right;
  top: 50px;
  right: 0;
}
.head-menu.liquid-list-button.active .liquid-list {
  display: inline-block;
}
.head-menu.liquid-list-button .liquid-list li {
  display: none;
  float: none;
  text-align: left;
  white-space: nowrap;
}
.head-menu.liquid-list-button.liquid-list li:hover {
  background-color: #fff;
}
/***/
.main-context-menu {
  background: #f3f3f3;
  height: 55px;
  padding: 0 50px;
  padding: 0 5vw;
}
.main-context-menu li {
  display: inline-block;
  margin-right: 20px;
  line-height: 60px;
}
.main-context-menu li a,
.main-context-menu li span {
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
  color: #1b1a1d;
  vertical-align: top;
  font-family: "Roboto";
}
.main-context-menu li a.active,
.main-context-menu li span.active {
  border-bottom: 4px solid #ace6cd;
}
.main-context-menu .liquid-list {
  background: #f3f3f3;
}
.main-context-menu .liquid-list li {
  padding: 0 15px;
  margin-right: 0;
}
.main-context-menu .submenu-container {
  position: relative;
  display: inline-block;
  overflow: visible;
  height: 55px;
}
.main-context-menu .submenu-container.show {
  padding-right: 30px;
}
.main-context-menu .submenu-container > ul {
  float: right;
  height: 60px;
  overflow: hidden;
}
.main-context-menu .liquid-menu-item {
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  padding-left: 30px;
}
.main-context-menu .liquid-list-button {
  color: #1b1b1b;
}
.under-head-menu.liquid-list-button {
  position: relative;
  color: #fff;
  float: right;
  overflow: visible;
  /*top:0px;*/
  right: 0;
  z-index: 3;
}
.under-head-menu.liquid-list-button .liquid-button {
  /*text-align: right;*/
  height: 55px;
  line-height: 45px;
  padding-left: 20px;
  color: #000;
}
.under-head-menu.liquid-list-button .liquid-list {
  display: none;
  float: left;
  position: absolute;
  text-align: right;
  top: 45px;
  right: 0;
}
.under-head-menu.liquid-list-button.active .liquid-list {
  display: inline-block;
}
.under-head-menu.liquid-list-button .liquid-list li {
  display: none;
  float: none;
  text-align: left;
  white-space: nowrap;
}
.under-head-menu.liquid-list-button.liquid-list li:hover {
  background-color: #fff;
}
/* // Context menu */
/* Tabs */
.tabs-container {
  padding-bottom: 20px;
}
.tabs-container .tabs {
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
}
.tabs-container .tabs li {
  display: inline-block;
  padding: 0 10px;
  margin: 0 15px 0 0;
  line-height: 30px;
  height: 30px;
}
.tabs-container .tabs li.active {
  border: none;
  background: none;
  background: #ace6cd;
}
.tabs-container .tabs li.active a {
  text-decoration: none;
}
.tabs-container .tabs li a {
  font-weight: normal;
}
/* //Tabs */
