﻿html,
body,
form {
  margin: 0;
  padding: 0;
}
body.theme-dark-blue {
  background-color: #e7e8eb;
  font-family: 'Roboto';
  font-size: 12px;
  color: #555555;
  box-sizing: border-box;
  min-width: 1024px;
}
@font-face {
  font-family: Roboto;
  /* Гарнитура шрифта */
  src: url(../fonts/Roboto-Medium.ttf);
  /* Путь к файлу со шрифтом */
}
body.theme-dark-blue textarea,
body.theme-dark-blue input[type=password],
body.theme-dark-blue input[type=text] {
  display: inline-block;
  margin-right: 3px;
  margin-left: 10px;
  margin-top: 9px;
  padding-left: 10px;
  padding-bottom: 3px;
  height: 25px;
  font-size: 9pt;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 4px solid #4493c9;
  background: #fff;
  color: #222;
  padding-right: 25px;
  font-family: Arial;
}
body.theme-dark-blue textarea {
  min-height: 100px;
}
body.theme-dark-blue span.break-all {
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
}
body.theme-dark-blue [data-custom-title].world-judge:hover:before {
  content: 'Выберите тип дела “уголовный” или “административный КАС” и т.д., если переводчик или адвокат приглашается для участия в судебном заседании в Вашем суде (или суде замещаемого вами судьи). \a \a Выберите  тип  дела “уголовный апелляционный” или “административный КАС апелляционный” и т.д., если переводчик или адвокат приглашается для участия в судебном заседании в вышестоящем суде (дело из Вашего суда передается в апелляционную инстанцию).' !important;
}
body.theme-dark-blue [data-custom-title].region-judge:hover:before {
  content: 'Выберите тип дела “уголовный” или “административный КАС” и т.д., если переводчик или адвокат приглашается для участия в судебном заседании в Вашем суде. \a \a Выберите тип дела “уголовный апелляционный” или “административный КАС апелляционный” и т.д., если переводчик или адвокат приглашается для участия в судебном заседании в вышестоящем суде (дело из Вашего суда передается в апелляционную инстанцию).' !important;
}
body.theme-dark-blue [data-custom-title].region-judge-instance:hover:before {
  content: 'Выберите тип инстанции “Первая   инстанция”, если переводчик или адвокат приглашается для участия в судебном заседании первой инстанции в Вашем суде. \a \a Выберите тип инстанции “Апелляционная   инстанция”, если переводчик или адвокат приглашается для участия в судебном заседании апелляционной инстанции в Вашем суде.' !important;
}
body.theme-dark-blue [data-custom-title].world-judge,
body.theme-dark-blue [data-custom-title].region-judge,
body.theme-dark-blue [data-custom-title].region-judge-instance {
  position: relative;
  cursor: help;
}
body.theme-dark-blue [data-custom-title].world-judge:hover:before,
body.theme-dark-blue [data-custom-title].region-judge:hover:before,
body.theme-dark-blue [data-custom-title].region-judge-instance:hover:before {
  content: attr(data-custom-title);
  position: absolute;
  top: 24px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #eee;
  color: #000;
  font-size: 12px;
  font-family: sans-serif;
  white-space: pre-wrap;
  right: 0;
  width: 250px;
  z-index: 2;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
body.theme-dark-blue [data-custom-title].world-judge:hover:after,
body.theme-dark-blue [data-custom-title].region-judge:hover:after,
body.theme-dark-blue [data-custom-title].region-judge-instance:hover:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;
  border-bottom: 8px solid #eee;
}
body.theme-dark-blue .login-parent-container {
  width: 360px;
  margin-left: -180px;
  margin-top: -94px;
  font-family: Roboto, sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
}
body.theme-dark-blue .login-parent-container .login-container {
  background-color: #F7F6F3;
  color: #333333;
}
body.theme-dark-blue .login-parent-container .login-container h1 {
  background-color: #BBE8CD;
  display: block;
  margin: 0;
  box-sizing: border-box;
  padding: 4px 19px;
  font-size: 1.3em;
  color: #222;
  font-weight: 400;
  margin-bottom: 20px;
}
body.theme-dark-blue .login-parent-container .login-container h1 sub {
  font-size: 0.5em;
  color: #444;
  line-height: 0;
}
body.theme-dark-blue .login-parent-container .login-container #login-form {
  font-size: 13px;
  box-shadow: 0px 0px 7px -2px #000;
  border: solid 2px #BBE8CD;
  padding-bottom: 20px;
}
body.theme-dark-blue .login-parent-container .login-container #login-form:after {
  content: "";
  clear: both;
  display: block;
}
body.theme-dark-blue .login-parent-container .login-container #login-form p {
  box-sizing: border-box;
  padding: 0 20px;
  margin: 10px 0 0 0;
  position: relative;
}
body.theme-dark-blue .login-parent-container .login-container #login-form p label {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-transform: lowercase;
}
body.theme-dark-blue .login-parent-container .login-container #login-form p input {
  display: inline-block;
  width: 69% !important;
  vertical-align: top;
  border: solid 1px #222;
  box-sizing: border-box;
  padding: 5px;
  font-size: 0.9em !important;
  margin-top: 0;
}
body.theme-dark-blue .login-parent-container .login-container #login-form p input + span {
  font-size: 0.8em;
  margin-left: 3px;
  color: #f00;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 10px;
}
body.theme-dark-blue .login-parent-container .login-container #login-form .console {
  box-sizing: border-box;
  padding: 0px 22px;
  font-size: 0.9em;
  text-align: center;
  color: #494242;
}
body.theme-dark-blue .login-parent-container .login-container #login-form .console ul {
  text-align: left;
  margin: 0px 0 0;
}
body.theme-dark-blue .login-parent-container .login-container #login-form input[type=submit] {
  background-color: #4493C9;
  border: none;
  color: #fff;
  padding: 5px 20px;
  float: right;
  margin-right: 22px;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.4s;
  text-transform: lowercase;
}
body.theme-dark-blue .login-parent-container .login-container #login-form input[type=submit]:hover {
  background-color: #358E58;
}
body.theme-dark-blue .login-parent-container .login-container #login-form input[type=submit]:focus,
body.theme-dark-blue .login-parent-container .login-container #login-form input[type=submit]:active {
  text-decoration: underline;
}
body.theme-dark-blue .window-login-button {
  background-color: #4493C9;
  border: medium none;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 19px;
  height: 31px;
  margin-left: 22px;
  margin-top: 10px;
  padding: 2px 20px;
  transition: all 0.4s ease 0s;
}
body.theme-dark-blue .header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  padding-left: 0;
  box-sizing: border-box;
  padding: 10px 30px;
  border-bottom: 1px solid #3a3e5c;
  background: #3a3e5c;
  height: 50px;
}
body.theme-dark-blue .header > label {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  font-size: 20px;
  float: left;
  margin-top: 6px;
  margin-right: 0em;
}
body.theme-dark-blue .header:after {
  clear: both;
  content: "";
  display: block;
}
body.theme-dark-blue .header > ul {
  list-style: none;
  padding: 9px 0 0 50px;
  display: inline-block;
  float: right;
  margin: 0;
}
body.theme-dark-blue .header > ul > li {
  display: block;
  float: left;
  margin-right: 5px;
}
body.theme-dark-blue .header > ul > li a {
  color: #1dc5ce;
  text-decoration: none;
  font-size: 1.3em;
  margin-right: 1em;
  transition: color 0.4s;
}
body.theme-dark-blue .header > ul > li a .item-name {
  margin-left: 4px;
}
body.theme-dark-blue .header > ul > li a i {
  font-size: 19px !important;
}
body.theme-dark-blue .header > ul > li a:hover {
  color: #00ffff;
}
body.theme-dark-blue .header > ul > li a:active,
body.theme-dark-blue .header > ul > li a:focus {
  color: rgba(0, 255, 255, 0.7);
  outline: none;
}
body.theme-dark-blue .header > ul > li a.active {
  cursor: default;
  color: #00ffff;
}
body.theme-dark-blue .header > ul > li a.active:active,
body.theme-dark-blue .header > ul > li a.active:focus,
body.theme-dark-blue .header > ul > li a.active:hover {
  color: #00ffff;
}
body.theme-dark-blue .header > ul > li a.action-panel {
  color: rgba(255, 255, 255, 0.8);
}
body.theme-dark-blue .header > ul > li a.action-panel:hover {
  color: rgba(255, 255, 255, 0.6);
}
body.theme-dark-blue .header > ul > li a[disabled] {
  cursor: default;
  color: #c0c5ca;
}
body.theme-dark-blue .header > ul > li.fr {
  float: right;
}
body.theme-dark-blue .header > ul:last-child {
  float: left;
}
body.theme-dark-blue .main-section {
  overflow: auto;
  padding-top: 50px;
}
body.theme-dark-blue .main-section .nav-left {
  width: 280px;
  white-space: normal;
  box-sizing: border-box;
  padding: 10px;
  overflow: auto;
  padding-bottom: 60px;
  box-shadow: 4px 8px 22px -7px #475374;
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  background: linear-gradient(135deg, #475374 0%, #475374 0%, #363754 100%, #363754 100%);
}
body.theme-dark-blue .main-section .nav-left .title {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Roboto Medium', 'Roboto Regular', 'Roboto';
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  line-height: 25px;
  margin-top: 10px;
  margin-left: 20px;
}
body.theme-dark-blue .main-section .nav-left span.border {
  width: 240px;
  margin-left: 20px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
body.theme-dark-blue .main-section .nav-left ul {
  list-style: none;
  padding-left: 20px;
}
body.theme-dark-blue .main-section .nav-left ul li {
  display: block;
  line-height: 30px;
}
body.theme-dark-blue .main-section .nav-left ul li button {
  background: 0 0;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  /* font-family: 'Roboto', sans-serif; */
  font-size: 13px;
  font-weight: lighter;
  text-align: left;
  position: relative;
  padding-left: 0px;
  width: 100%;
}
body.theme-dark-blue .main-section .nav-left ul li button i {
  display: none;
}
body.theme-dark-blue .main-section .nav-left ul li button:active,
body.theme-dark-blue .main-section .nav-left ul li button:focus {
  outline: none;
}
body.theme-dark-blue .main-section .nav-left ul li button:hover {
  color: #ffffff;
}
body.theme-dark-blue .main-section .nav-left ul li.active button {
  color: #00ffff;
}
body.theme-dark-blue .main-section .nav-left ul.sub {
  margin: 20px 0 10px;
}
body.theme-dark-blue .main-section .nav-left ul.sub li {
  position: relative;
}
body.theme-dark-blue .main-section .nav-left ul.sub li button {
  padding-right: 25px;
  width: 100%;
}
body.theme-dark-blue .main-section .nav-left ul.sub li button.disabled {
  color: #ffffff;
  opacity: 0.4;
}
body.theme-dark-blue .main-section .nav-left ul.sub li button.disabled span.count {
  background-color: #ffffff;
}
body.theme-dark-blue .main-section .nav-left ul.sub li span.count {
  width: auto;
  min-width: 18px;
  line-height: 16px;
  font-size: 14px;
  position: absolute;
  padding: 2px;
  right: 0;
  top: 10px;
  text-align: center;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
body.theme-dark-blue .main-section .nav-left ul.instructions {
  position: absolute;
  bottom: 10px;
}
body.theme-dark-blue .main-section .nav-left .timer {
  position: absolute;
  bottom: 10px;
  width: 220px;
  display: block;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 20px;
  opacity: 0.6;
}
body.theme-dark-blue .main-section .nav-left.cuted {
  width: 175px;
}
body.theme-dark-blue .main-section .related-doc-container {
  position: absolute;
  left: 1200px;
  top: 60px;
  bottom: 0px;
  overflow: hidden;
  width: 560px;
  padding-right: 20px;
}
body.theme-dark-blue .main-section .related-doc-container.reg {
  left: 1075px;
}
body.theme-dark-blue .main-section .related-doc-container .doc-detail-content {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0px;
  float: left;
  background-color: #ffffff;
}
body.theme-dark-blue .main-section .simple-list-container,
body.theme-dark-blue .main-section .reports-list-container,
body.theme-dark-blue .main-section .judges-list-container,
body.theme-dark-blue .main-section .docs-list-container {
  width: 320px;
  position: absolute;
  left: 290px;
  top: 50px;
  bottom: 0px;
  overflow-y: auto;
  overflow-x: auto;
  padding: 10px 10px;
}
body.theme-dark-blue .main-section .simple-list-container.with-reports,
body.theme-dark-blue .main-section .reports-list-container.with-reports,
body.theme-dark-blue .main-section .judges-list-container.with-reports,
body.theme-dark-blue .main-section .docs-list-container.with-reports {
  left: 854px;
  width: 920px;
}
body.theme-dark-blue .main-section .simple-list-container.with-reports.l-1060,
body.theme-dark-blue .main-section .reports-list-container.with-reports.l-1060,
body.theme-dark-blue .main-section .judges-list-container.with-reports.l-1060,
body.theme-dark-blue .main-section .docs-list-container.with-reports.l-1060 {
  left: 1060px;
}
body.theme-dark-blue .main-section .simple-list-container.with-reports.l-1150,
body.theme-dark-blue .main-section .reports-list-container.with-reports.l-1150,
body.theme-dark-blue .main-section .judges-list-container.with-reports.l-1150,
body.theme-dark-blue .main-section .docs-list-container.with-reports.l-1150 {
  left: 1150px;
}
body.theme-dark-blue .main-section .simple-list-container.with-reports .buttons-list,
body.theme-dark-blue .main-section .reports-list-container.with-reports .buttons-list,
body.theme-dark-blue .main-section .judges-list-container.with-reports .buttons-list,
body.theme-dark-blue .main-section .docs-list-container.with-reports .buttons-list {
  float: right;
}
body.theme-dark-blue .main-section .simple-list-container.with-reports .status-label,
body.theme-dark-blue .main-section .reports-list-container.with-reports .status-label,
body.theme-dark-blue .main-section .judges-list-container.with-reports .status-label,
body.theme-dark-blue .main-section .docs-list-container.with-reports .status-label {
  color: #4493c9;
  font-weight: bold;
  font-size: 15px;
}
body.theme-dark-blue .main-section .simple-list-container.with-reports .price-sum,
body.theme-dark-blue .main-section .reports-list-container.with-reports .price-sum,
body.theme-dark-blue .main-section .judges-list-container.with-reports .price-sum,
body.theme-dark-blue .main-section .docs-list-container.with-reports .price-sum {
  background: #4493c9;
  color: #fff;
  padding: 1px 4px;
  text-align: right;
}
body.theme-dark-blue .main-section .simple-list-container.with-reports .price-sum span,
body.theme-dark-blue .main-section .reports-list-container.with-reports .price-sum span,
body.theme-dark-blue .main-section .judges-list-container.with-reports .price-sum span,
body.theme-dark-blue .main-section .docs-list-container.with-reports .price-sum span {
  white-space: nowrap;
}
body.theme-dark-blue .main-section .simple-list-container.with-reports .price-sum i,
body.theme-dark-blue .main-section .reports-list-container.with-reports .price-sum i,
body.theme-dark-blue .main-section .judges-list-container.with-reports .price-sum i,
body.theme-dark-blue .main-section .docs-list-container.with-reports .price-sum i {
  font-size: 9px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block,
body.theme-dark-blue .main-section .reports-list-container .filter-block,
body.theme-dark-blue .main-section .judges-list-container .filter-block,
body.theme-dark-blue .main-section .docs-list-container .filter-block {
  display: none;
  padding: 10px 12px;
  background: #fff;
  margin-top: 10px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block .document-sum-filter .k-numerictextbox .k-formatted-value,
body.theme-dark-blue .main-section .reports-list-container .filter-block .document-sum-filter .k-numerictextbox .k-formatted-value,
body.theme-dark-blue .main-section .judges-list-container .filter-block .document-sum-filter .k-numerictextbox .k-formatted-value,
body.theme-dark-blue .main-section .docs-list-container .filter-block .document-sum-filter .k-numerictextbox .k-formatted-value,
body.theme-dark-blue .main-section .simple-list-container .filter-block .document-sum-filter .k-numerictextbox .document-sum-value,
body.theme-dark-blue .main-section .reports-list-container .filter-block .document-sum-filter .k-numerictextbox .document-sum-value,
body.theme-dark-blue .main-section .judges-list-container .filter-block .document-sum-filter .k-numerictextbox .document-sum-value,
body.theme-dark-blue .main-section .docs-list-container .filter-block .document-sum-filter .k-numerictextbox .document-sum-value {
  width: 80px !important;
  padding-right: 10px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block .title,
body.theme-dark-blue .main-section .reports-list-container .filter-block .title,
body.theme-dark-blue .main-section .judges-list-container .filter-block .title,
body.theme-dark-blue .main-section .docs-list-container .filter-block .title {
  margin-bottom: 10px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block .title i,
body.theme-dark-blue .main-section .reports-list-container .filter-block .title i,
body.theme-dark-blue .main-section .judges-list-container .filter-block .title i,
body.theme-dark-blue .main-section .docs-list-container .filter-block .title i {
  font-size: 15px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div {
  display: block;
  padding: 2px 0;
  margin-bottom: 3px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.filter-checkbox,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.filter-checkbox,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.filter-checkbox,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.filter-checkbox {
  min-height: 33px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.filter-checkbox input[type="checkbox"],
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.filter-checkbox input[type="checkbox"],
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.filter-checkbox input[type="checkbox"],
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.filter-checkbox input[type="checkbox"] {
  width: 0px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.filter-checkbox input[type="checkbox"]:checked + label,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.filter-checkbox input[type="checkbox"]:checked + label,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.filter-checkbox input[type="checkbox"]:checked + label,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.filter-checkbox input[type="checkbox"]:checked + label {
  background-position: right -20px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.filter-checkbox label,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.filter-checkbox label,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.filter-checkbox label,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.filter-checkbox label {
  padding-left: 0;
  padding-right: 58px;
  background-position: right top;
  max-height: 20px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.buttons,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.buttons,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.buttons,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.buttons {
  text-align: center;
  margin-top: 40px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.buttons > button,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.buttons > button,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.buttons > button,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.buttons > button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.buttons > button.filter-it,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.buttons > button.filter-it,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.buttons > button.filter-it,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.buttons > button.filter-it {
  background: #6699ff;
  padding: 6px 14px 7px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.buttons > button.filter-it:active,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.buttons > button.filter-it:active,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.buttons > button.filter-it:active,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.buttons > button.filter-it:active,
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.buttons > button.filter-it:focus,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.buttons > button.filter-it:focus,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.buttons > button.filter-it:focus,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.buttons > button.filter-it:focus {
  outline: none;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.buttons > button.filter-it:hover,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.buttons > button.filter-it:hover,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.buttons > button.filter-it:hover,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.buttons > button.filter-it:hover {
  background: rgba(102, 153, 255, 0.7);
  color: #fff;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.buttons > button.clear-it,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.buttons > button.clear-it,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.buttons > button.clear-it,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.buttons > button.clear-it {
  font-size: 13px;
  color: #4493C9;
  margin-right: 10px;
  margin-left: 50px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.buttons > button.clear-it:active,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.buttons > button.clear-it:active,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.buttons > button.clear-it:active,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.buttons > button.clear-it:active,
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.buttons > button.clear-it:focus,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.buttons > button.clear-it:focus,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.buttons > button.clear-it:focus,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.buttons > button.clear-it:focus {
  outline: none;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div label,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div label,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div label,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div label {
  display: inline-block;
  width: 90px;
  text-align: right;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 3px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div input,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div input,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div input,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div input {
  display: inline-block;
  margin: 0;
  width: 118px;
  height: 18px;
  color: #222;
  background: #F9F9F9;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div input:active,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div input:active,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div input:active,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div input:active,
body.theme-dark-blue .main-section .simple-list-container .filter-block > div input:focus,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div input:focus,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div input:focus,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div input:focus {
  outline: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div input::placeholder,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div input::placeholder,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div input::placeholder,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div input::placeholder {
  color: #222;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div > div,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div > div,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div > div,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div > div {
  display: inline-block;
  max-width: 160px;
  min-height: 28px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div > div > span.pre-label,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div > div > span.pre-label,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div > div > span.pre-label,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div > div > span.pre-label {
  display: inline-block;
  min-width: 20px;
  vertical-align: top;
  margin-top: 6px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div > div > select,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div > div > select,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div > div > select,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div > div > select {
  background: #F9F9F9;
  border: none;
  padding: 3px 6px;
  font-size: 11px;
  color: #222;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 4px solid #4493c9;
  width: 137px;
  height: 25px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div > div .k-widget.k-multiselect,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div > div .k-widget.k-multiselect,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div > div .k-widget.k-multiselect,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div > div .k-widget.k-multiselect {
  width: 154px !important;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div > div .k-widget.k-multiselect.k-header .k-multiselect-wrap.k-floatwrap .k-input,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div > div .k-widget.k-multiselect.k-header .k-multiselect-wrap.k-floatwrap .k-input,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div > div .k-widget.k-multiselect.k-header .k-multiselect-wrap.k-floatwrap .k-input,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div > div .k-widget.k-multiselect.k-header .k-multiselect-wrap.k-floatwrap .k-input {
  width: 148px !important;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div > div .k-widget.k-multiselect.k-header .k-multiselect-wrap li,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div > div .k-widget.k-multiselect.k-header .k-multiselect-wrap li,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div > div .k-widget.k-multiselect.k-header .k-multiselect-wrap li,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div > div .k-widget.k-multiselect.k-header .k-multiselect-wrap li {
  text-transform: lowercase;
  font-size: 10px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div > div .k-widget.k-datepicker.k-header,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div > div .k-widget.k-datepicker.k-header,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div > div .k-widget.k-datepicker.k-header,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div > div .k-widget.k-datepicker.k-header,
body.theme-dark-blue .main-section .simple-list-container .filter-block > div > div .k-widget.k-dropdown.k-header,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div > div .k-widget.k-dropdown.k-header,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div > div .k-widget.k-dropdown.k-header,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div > div .k-widget.k-dropdown.k-header {
  width: 127px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div > div .k-widget.k-datepicker.k-header input,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div > div .k-widget.k-datepicker.k-header input,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div > div .k-widget.k-datepicker.k-header input,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div > div .k-widget.k-datepicker.k-header input,
body.theme-dark-blue .main-section .simple-list-container .filter-block > div > div .k-widget.k-dropdown.k-header input,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div > div .k-widget.k-dropdown.k-header input,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div > div .k-widget.k-dropdown.k-header input,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div > div .k-widget.k-dropdown.k-header input {
  padding-right: 15px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.auto-hide-filter-block label,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.auto-hide-filter-block label,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.auto-hide-filter-block label,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.auto-hide-filter-block label {
  width: auto;
  float: left;
  margin-left: 0px;
}
body.theme-dark-blue .main-section .simple-list-container .filter-block > div.auto-hide-filter-block:after,
body.theme-dark-blue .main-section .reports-list-container .filter-block > div.auto-hide-filter-block:after,
body.theme-dark-blue .main-section .judges-list-container .filter-block > div.auto-hide-filter-block:after,
body.theme-dark-blue .main-section .docs-list-container .filter-block > div.auto-hide-filter-block:after {
  clear: both;
  display: block;
  content: "";
}
body.theme-dark-blue .main-section .simple-list-container table.docs-list-table,
body.theme-dark-blue .main-section .reports-list-container table.docs-list-table,
body.theme-dark-blue .main-section .judges-list-container table.docs-list-table,
body.theme-dark-blue .main-section .docs-list-container table.docs-list-table {
  border-collapse: collapse;
  margin-top: 13px;
}
body.theme-dark-blue .main-section .simple-list-container table.docs-list-table thead tr th,
body.theme-dark-blue .main-section .reports-list-container table.docs-list-table thead tr th,
body.theme-dark-blue .main-section .judges-list-container table.docs-list-table thead tr th,
body.theme-dark-blue .main-section .docs-list-container table.docs-list-table thead tr th {
  vertical-align: bottom;
  font-size: 11px;
  border-right: solid 1px #e0d2d2;
  padding: 0px 4px 2px 4px;
  border-left: solid 1px #e0d2d2;
}
body.theme-dark-blue .main-section .simple-list-container table.docs-list-table tbody tr td,
body.theme-dark-blue .main-section .reports-list-container table.docs-list-table tbody tr td,
body.theme-dark-blue .main-section .judges-list-container table.docs-list-table tbody tr td,
body.theme-dark-blue .main-section .docs-list-container table.docs-list-table tbody tr td {
  border: solid 1px #e0d2d2;
  padding: 3px 3px;
  border-bottom-color: #908f8f;
  font-size: 11px;
}
body.theme-dark-blue .main-section .simple-list-container table.docs-list-table tbody tr td .status-label,
body.theme-dark-blue .main-section .reports-list-container table.docs-list-table tbody tr td .status-label,
body.theme-dark-blue .main-section .judges-list-container table.docs-list-table tbody tr td .status-label,
body.theme-dark-blue .main-section .docs-list-container table.docs-list-table tbody tr td .status-label {
  font-size: 11px;
}
body.theme-dark-blue .main-section .simple-list-container table.docs-list-table tbody tr td button,
body.theme-dark-blue .main-section .reports-list-container table.docs-list-table tbody tr td button,
body.theme-dark-blue .main-section .judges-list-container table.docs-list-table tbody tr td button,
body.theme-dark-blue .main-section .docs-list-container table.docs-list-table tbody tr td button {
  background: #6699ff;
  color: #ffffff;
  cursor: pointer;
  border: none;
  font-size: 11px;
  padding: 4px 2px;
  display: block;
  margin: 0 auto;
}
body.theme-dark-blue .main-section .simple-list-container .check-all-docs,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs {
  margin-top: 1em;
  padding-left: 10px;
}
body.theme-dark-blue .main-section .simple-list-container .check-all-docs label,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs label,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs label,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs label {
  font-size: 14px;
  line-height: 20px;
  color: #00ffff;
  font-weight: bold;
}
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button {
  float: right !important;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
  background: #93d1ff;
  border: none;
  margin-right: 1px;
  color: #ffffff;
  text-transform: lowercase;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  opacity: 0.8;
  font-family: 'PT Sans', Arial, sans-serif;
}
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button.not-text i,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button.not-text i,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button.not-text i,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button.not-text i {
  margin-right: 0px;
}
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button i,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button i,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button i,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button i.only-is,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button i.only-is,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button i.only-is,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button i.only-is {
  margin-right: 0;
}
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button:focus,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button:focus,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button:focus,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button:focus,
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button:active,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button:active,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button:active,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button:active {
  outline: none;
}
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button.active,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button.active,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button.active,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button.active {
  cursor: pointer;
  opacity: 1;
  background: #93d1ff;
  color: rgba(0, 0, 0, 0.6);
}
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button.active:hover,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button.active:hover,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button.active:hover,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button.active:hover {
  color: #ffffff;
}
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button.not-empty,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button.not-empty,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button.not-empty,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button.not-empty,
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button.activated,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button.activated,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button.activated,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button.activated {
  cursor: pointer;
  opacity: 1;
  background: #66cc66;
  color: #ffffff;
}
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button.not-empty:hover,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button.not-empty:hover,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button.not-empty:hover,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button.not-empty:hover,
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button.activated:hover,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button.activated:hover,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button.activated:hover,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button.activated:hover {
  color: #ffffff;
}
body.theme-dark-blue .main-section .simple-list-container .check-all-docs button.fl,
body.theme-dark-blue .main-section .reports-list-container .check-all-docs button.fl,
body.theme-dark-blue .main-section .judges-list-container .check-all-docs button.fl,
body.theme-dark-blue .main-section .docs-list-container .check-all-docs button.fl {
  display: block;
  float: left;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list {
  list-style: none;
  padding: 0;
  margin-right: 5px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li {
  margin-bottom: 4px;
  display: block;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 5px;
  position: relative;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li > input,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li > input,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li > input,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li > input,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li > input,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li > input,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li > input,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li > input,
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li > label,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li > label,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li > label,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li > label,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li > label,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li > label,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li > label,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li > label {
  position: absolute;
  left: 32px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li:hover,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li:hover,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li:hover,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li:hover,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li:hover,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li:hover,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li:hover,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li:hover {
  color: #fff;
  border-color: rgba(102, 102, 255, 0.7);
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li:hover span.bold,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li:hover span.bold,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li:hover span.bold,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li:hover span.bold,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li:hover span.bold,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li:hover span.bold,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li:hover span.bold,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li:hover span.bold {
  color: #000000;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li:hover span.bold span,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li:hover span.bold span,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li:hover span.bold span,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li:hover span.bold span,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li:hover span.bold span,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li:hover span.bold span,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li:hover span.bold span,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li:hover span.bold span {
  color: #000000 !important;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li > .extended,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li > .extended,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li > .extended,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li > .extended,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li > .extended,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li > .extended,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li > .extended,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li > .extended {
  cursor: pointer;
  border: none;
  background: #6699ff;
  color: #ffffff;
  width: 100%;
  margin-top: 20px;
  padding: 7px 0;
  margin-bottom: 10px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li > .extended:hover,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li > .extended:hover,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li > .extended:hover,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li > .extended:hover,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li > .extended:hover,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li > .extended:hover,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li > .extended:hover,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li > .extended:hover {
  color: rgba(102, 153, 255, 0.7);
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li > .extended:active,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li > .extended:active,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li > .extended:active,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li > .extended:active,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li > .extended:active,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li > .extended:active,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li > .extended:active,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li > .extended:active,
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li > .extended:focus,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li > .extended:focus,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li > .extended:focus,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li > .extended:focus,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li > .extended:focus,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li > .extended:focus,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li > .extended:focus,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li > .extended:focus {
  outline: none;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li > div,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li > div,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li > div,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li > div,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li > div,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li > div,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li > div,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li > div {
  margin-bottom: 5px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li > div label,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li > div label,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li > div label,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li > div label,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li > div label,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li > div label,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li > div label,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li > div label {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  text-align: right;
  padding-right: 10px;
  text-transform: lowercase;
  margin-top: 3px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li > div div,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li > div div,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li > div div,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li > div div,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li > div div,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li > div div,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li > div div,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li > div div {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  box-sizing: border-box;
  font-size: 17px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li > div div span,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li > div div span,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li > div div span,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li > div div span,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li > div div span,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li > div div span,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li > div div span,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li > div div span {
  display: inline-block;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.action-button,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.action-button,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.action-button,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.action-button,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.action-button,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.action-button,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.action-button,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.action-button {
  width: 30px;
  background-color: transparent;
  color: #222;
  height: 30px;
  border-radius: 50%;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 12;
  left: 10px;
  top: 12px;
  z-index: 2;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.action-button i,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.action-button i,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.action-button i,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.action-button i,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.action-button i,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.action-button i,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.action-button i,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.action-button i {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 2px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.action-button i:before,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.action-button i:before,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.action-button i:before,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.action-button i:before,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.action-button i:before,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.action-button i:before,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.action-button i:before,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.action-button i:before {
  transition-property: font-size;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  font-size: 0.8em;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.action-button:active,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.action-button:active,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.action-button:active,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.action-button:active,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.action-button:active,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.action-button:active,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.action-button:active,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.action-button:active,
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.action-button:focus,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.action-button:focus,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.action-button:focus,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.action-button:focus,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.action-button:focus,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.action-button:focus,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.action-button:focus,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.action-button:focus {
  outline: none;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.action-button:hover,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.action-button:hover,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.action-button:hover,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.action-button:hover,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.action-button:hover,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.action-button:hover,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.action-button:hover,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.action-button:hover {
  background-color: #8bc53f;
  color: #fff;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button {
  background-color: transparent;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  padding: 4px;
  transition-property: background-color, color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  display: inline-block;
  box-sizing: border-box;
  min-height: 55px;
  padding-left: 15px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button.with-check > div > label,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button.with-check > div > label,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button.with-check > div > label,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button.with-check > div > label,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button.with-check > div > label,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button.with-check > div > label,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button.with-check > div > label,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button.with-check > div > label {
  margin-left: 25px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button:active,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button:active,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button:active,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button:active,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button:active,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button:active,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button:active,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button:active,
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button:focus,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button:focus,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button:focus,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button:focus,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button:focus,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button:focus,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button:focus,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button:focus {
  outline: none;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button div,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button div,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button div,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button div,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button div,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button div,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button div,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button div {
  display: inline-block;
  vertical-align: middle;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button div i.judge-filter,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button div i.judge-filter,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button div i.judge-filter,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button div i.judge-filter,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button div i.judge-filter,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button div i.judge-filter,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button div i.judge-filter,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button div i.judge-filter {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #1025B7;
  font-size: 16px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button div label,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button div label,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button div label,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button div label,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button div label,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button div label,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button div label,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button div label {
  display: block;
  font-size: 15px;
  width: 100%;
  cursor: pointer;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button div label b,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button div label b,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button div label b,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button div label b,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button div label b,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button div label b,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button div label b,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button div label b {
  margin-right: 5px;
  font-style: italic;
  color: #1B83EA;
  font-size: 14px;
  font-weight: normal;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button div .domain-user,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button div .domain-user,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button div .domain-user,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button div .domain-user,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button div .domain-user,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button div .domain-user,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button div .domain-user,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button div .domain-user {
  position: absolute;
  top: 5px;
  right: 10px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button div .domain-user i,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button div .domain-user i,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button div .domain-user i,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button div .domain-user i,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button div .domain-user i,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button div .domain-user i,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button div .domain-user i,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button div .domain-user i {
  color: #4493C9;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button div > span,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button div > span,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button div > span,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button div > span,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button div > span,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button div > span,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button div > span,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button div > span {
  font-size: 11px;
  color: #b5b0b0;
  display: inline-block;
  margin-top: 8px;
  transition-property: background-color, color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  margin-right: 15px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button div > span.bold,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button div > span.bold,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button div > span.bold,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button div > span.bold,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button div > span.bold,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button div > span.bold,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button div > span.bold,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button div > span.bold {
  color: #000000;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button div > span.another_judge,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button div > span.another_judge,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button div > span.another_judge,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button div > span.another_judge,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button div > span.another_judge,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button div > span.another_judge,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button div > span.another_judge,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button div > span.another_judge {
  display: block;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button div > span i,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button div > span i,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button div > span i,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button div > span i,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button div > span i,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button div > span i,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button div > span i,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button div > span i {
  font-size: 10px;
  margin-right: 3px;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li button.description-button div > span.status_container,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li button.description-button div > span.status_container,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li button.description-button div > span.status_container,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li button.description-button div > span.status_container,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li button.description-button div > span.status_container,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li button.description-button div > span.status_container,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li button.description-button div > span.status_container,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li button.description-button div > span.status_container {
  padding-right: 3px;
  padding-left: 3px;
  color: #fff;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li.active,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li.active,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li.active,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li.active,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li.active,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li.active,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li.active,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li.active {
  border-color: #6666ff;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li.active span.bold,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li.active span.bold,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li.active span.bold,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li.active span.bold,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li.active span.bold,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li.active span.bold,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li.active span.bold,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li.active span.bold {
  color: #000000 !important;
}
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li.active span.bold span,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li.active span.bold span,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li.active span.bold span,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li.active span.bold span,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li.active span.bold span,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li.active span.bold span,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li.active span.bold span,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li.active span.bold span,
body.theme-dark-blue .main-section .simple-list-container ul.simple-list li.active span.bold i,
body.theme-dark-blue .main-section .reports-list-container ul.simple-list li.active span.bold i,
body.theme-dark-blue .main-section .judges-list-container ul.simple-list li.active span.bold i,
body.theme-dark-blue .main-section .docs-list-container ul.simple-list li.active span.bold i,
body.theme-dark-blue .main-section .simple-list-container ul.docs-list li.active span.bold i,
body.theme-dark-blue .main-section .reports-list-container ul.docs-list li.active span.bold i,
body.theme-dark-blue .main-section .judges-list-container ul.docs-list li.active span.bold i,
body.theme-dark-blue .main-section .docs-list-container ul.docs-list li.active span.bold i {
  color: #000000 !important;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list {
  list-style: none;
  padding: 0;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li {
  margin-bottom: 4px;
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li > button,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li > button,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li > button,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li > button {
  background: none;
  cursor: pointer;
  border: none;
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
  transition: all 0.4s;
  position: relative;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li > button:active,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li > button:active,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li > button:active,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li > button:active,
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li > button:focus,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li > button:focus,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li > button:focus,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li > button:focus {
  outline: none;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li > button h3,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li > button h3,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li > button h3,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li > button h3 {
  font-weight: normal;
  font-size: 16px;
  border-bottom: solid 1px rgba(34, 34, 34, 0.27);
  display: block;
  color: #222;
  margin: 13px 20px 12px 7px;
  transition: all 0.4s;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li > button i,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li > button i,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li > button i,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li > button i {
  position: absolute;
  right: 10px;
  top: 16px;
  color: #4493c9;
  transition: all 0.4s;
  text-decoration: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li > button:hover,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li > button:hover,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li > button:hover,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li > button:hover {
  background: rgba(68, 194, 201, 0.98);
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li > button:hover i,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li > button:hover i,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li > button:hover i,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li > button:hover i,
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li > button:hover h3,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li > button:hover h3,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li > button:hover h3,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li > button:hover h3 {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li > button:disabled,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li > button:disabled,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li > button:disabled,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li > button:disabled {
  cursor: default;
  background: none;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li > button:disabled h3,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li > button:disabled h3,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li > button:disabled h3,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li > button:disabled h3 {
  color: #222 !important;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .no-reports,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .no-reports,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .no-reports,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .no-reports {
  margin-left: 13px;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles {
  margin-left: 13px;
  border-left: solid 1px rgba(34, 34, 34, 0.15);
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div {
  display: block;
  padding-bottom: 10px;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div > button,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div > button,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div > button,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div > button {
  background: none;
  cursor: pointer;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 0;
  color: #222;
  transition: all 0.4s;
  padding-left: 10px;
  margin-bottom: 7px;
  position: relative;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div > button i,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div > button i,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div > button i,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div > button i {
  position: absolute;
  right: 11px;
  top: 12px;
  color: transparent;
  transition: all 0.4s;
  text-decoration: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  font-size: 11px;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div > button:active,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div > button:active,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div > button:active,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div > button:active,
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div > button:focus,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div > button:focus,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div > button:focus,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div > button:focus {
  outline: none;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div > button label,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div > button label,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div > button label,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div > button label {
  display: block;
  font-size: 15px;
  cursor: pointer;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div > button:hover,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div > button:hover,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div > button:hover,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div > button:hover {
  background: rgba(68, 194, 201, 0.98);
  color: #fff;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div > button:hover i,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div > button:hover i,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div > button:hover i,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div > button:hover i {
  color: #fff;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div ul,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div ul,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div ul,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div ul {
  list-style: none;
  padding: 0;
  /* padding-left: 10px; */
  border-left: solid 1px rgba(68, 147, 201, 0.31);
  margin-left: 10px;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div ul li button,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div ul li button,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div ul li button,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div ul li button {
  background: 0 0;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  transition: all 0.4s;
  padding-top: 6px;
  position: relative;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div ul li button:active,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div ul li button:active,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div ul li button:active,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div ul li button:active,
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div ul li button:focus,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div ul li button:focus,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div ul li button:focus,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div ul li button:focus {
  outline: none;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div ul li button label,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div ul li button label,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div ul li button label,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div ul li button label {
  display: block;
  font-weight: bold;
  color: #4493c9;
  cursor: pointer;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div ul li button p,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div ul li button p,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div ul li button p,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div ul li button p {
  padding: 10px 10px;
  margin: 0;
  color: #222;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div ul li button p b,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div ul li button p b,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div ul li button p b,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div ul li button p b {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: #4493c9;
  padding: 0 2px;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div ul li button p b i,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div ul li button p b i,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div ul li button p b i,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div ul li button p b i {
  position: static;
  color: #fff;
  font-size: 14px;
  padding-right: 0px;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div ul li button i,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div ul li button i,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div ul li button i,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div ul li button i {
  position: absolute;
  right: 14px;
  top: 7px;
  color: transparent;
  transition: all 0.4s;
  text-decoration: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  font-size: 9px;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div ul li button:hover,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div ul li button:hover,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div ul li button:hover,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div ul li button:hover {
  background: #44c2c9;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div ul li button:hover i,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div ul li button:hover i,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div ul li button:hover i,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div ul li button:hover i {
  color: #fff;
}
body.theme-dark-blue .main-section .simple-list-container ul.reports-list > li .profiles > div ul li button:hover label,
body.theme-dark-blue .main-section .reports-list-container ul.reports-list > li .profiles > div ul li button:hover label,
body.theme-dark-blue .main-section .judges-list-container ul.reports-list > li .profiles > div ul li button:hover label,
body.theme-dark-blue .main-section .docs-list-container ul.reports-list > li .profiles > div ul li button:hover label {
  color: #fff;
}
body.theme-dark-blue .main-section .simple-list-container .docs-list-is-empty,
body.theme-dark-blue .main-section .reports-list-container .docs-list-is-empty,
body.theme-dark-blue .main-section .judges-list-container .docs-list-is-empty,
body.theme-dark-blue .main-section .docs-list-container .docs-list-is-empty {
  margin-top: 20px;
  font-size: 17px;
  text-align: left;
  text-transform: lowercase;
  color: #4493C9;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block,
body.theme-dark-blue .main-section .reports-list-container .pagination-block,
body.theme-dark-blue .main-section .judges-list-container .pagination-block,
body.theme-dark-blue .main-section .docs-list-container .pagination-block {
  margin-top: 20px;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block.judges,
body.theme-dark-blue .main-section .reports-list-container .pagination-block.judges,
body.theme-dark-blue .main-section .judges-list-container .pagination-block.judges,
body.theme-dark-blue .main-section .docs-list-container .pagination-block.judges {
  width: 310px;
  margin-top: 5px;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block:after,
body.theme-dark-blue .main-section .reports-list-container .pagination-block:after,
body.theme-dark-blue .main-section .judges-list-container .pagination-block:after,
body.theme-dark-blue .main-section .docs-list-container .pagination-block:after {
  content: "";
  display: block;
  clear: both;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > button,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > button,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > button,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > button {
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: none;
  cursor: pointer;
  background: #ffffff;
  color: #6666ff;
  padding: 7px 13px 7px;
  border-radius: 3px;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > button .fa-caret-right,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > button .fa-caret-right,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > button .fa-caret-right,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > button .fa-caret-right,
body.theme-dark-blue .main-section .simple-list-container .pagination-block > button .fa-caret-left,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > button .fa-caret-left,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > button .fa-caret-left,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > button .fa-caret-left {
  display: none;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > button:not([disabled]),
body.theme-dark-blue .main-section .reports-list-container .pagination-block > button:not([disabled]),
body.theme-dark-blue .main-section .judges-list-container .pagination-block > button:not([disabled]),
body.theme-dark-blue .main-section .docs-list-container .pagination-block > button:not([disabled]) {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > button:active,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > button:active,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > button:active,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > button:active,
body.theme-dark-blue .main-section .simple-list-container .pagination-block > button:focus,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > button:focus,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > button:focus,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > button:focus {
  outline: none;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > button:hover,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > button:hover,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > button:hover,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > button:hover {
  background: #93d1ff;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > button[disabled],
body.theme-dark-blue .main-section .reports-list-container .pagination-block > button[disabled],
body.theme-dark-blue .main-section .judges-list-container .pagination-block > button[disabled],
body.theme-dark-blue .main-section .docs-list-container .pagination-block > button[disabled] {
  cursor: default;
  background-color: rgba(161, 161, 161, 0.3);
  color: #a1a1a1;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > label,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > label,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > label,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  width: 80px;
  text-align: center;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > label span,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > label span,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > label span,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > label span {
  font-size: 20px;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > label span small,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > label span small,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > label span small,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > label span small {
  display: inline-block;
  margin-left: 2px;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > div,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > div,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > div,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > div {
  display: block;
  float: right;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > div label,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > div label,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > div label,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > div label {
  text-transform: lowercase;
  margin-right: 4px;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > div input,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > div input,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > div input,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > div input {
  width: 30px;
  margin: 0;
  padding-right: 10px;
  height: 21px;
  font-size: 14px;
  color: #222;
  text-align: right;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > div input:active,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > div input:active,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > div input:active,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > div input:active,
body.theme-dark-blue .main-section .simple-list-container .pagination-block > div input:focus,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > div input:focus,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > div input:focus,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > div input:focus {
  outline: none;
  box-shadow: 0px 0px 7px -2px #000;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > div button,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > div button,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > div button,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > div button {
  background: #ffffff;
  border: none;
  cursor: pointer;
  color: #6666ff;
  padding: 7px 13px 7px;
  display: block;
  float: right;
  border-radius: 0 3px 3px 0;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > div button .fa-caret-right,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > div button .fa-caret-right,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > div button .fa-caret-right,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > div button .fa-caret-right,
body.theme-dark-blue .main-section .simple-list-container .pagination-block > div button .fa-caret-left,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > div button .fa-caret-left,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > div button .fa-caret-left,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > div button .fa-caret-left {
  display: none;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > div button:not([disabled]),
body.theme-dark-blue .main-section .reports-list-container .pagination-block > div button:not([disabled]),
body.theme-dark-blue .main-section .judges-list-container .pagination-block > div button:not([disabled]),
body.theme-dark-blue .main-section .docs-list-container .pagination-block > div button:not([disabled]) {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > div button:active,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > div button:active,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > div button:active,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > div button:active,
body.theme-dark-blue .main-section .simple-list-container .pagination-block > div button:focus,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > div button:focus,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > div button:focus,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > div button:focus {
  outline: none;
}
body.theme-dark-blue .main-section .simple-list-container .pagination-block > div button:hover,
body.theme-dark-blue .main-section .reports-list-container .pagination-block > div button:hover,
body.theme-dark-blue .main-section .judges-list-container .pagination-block > div button:hover,
body.theme-dark-blue .main-section .docs-list-container .pagination-block > div button:hover {
  background: #93d1ff;
}
body.theme-dark-blue .main-section .loader {
  position: absolute;
  left: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4e4e4;
  opacity: 0.7;
  top: 50px;
  bottom: 0px;
  padding: 10px 10px;
}
body.theme-dark-blue .main-section .loader .loader-text {
  font-size: 25px;
  font-weight: bold;
}
body.theme-dark-blue .main-section .loader.w-870 {
  width: 870px;
}
body.theme-dark-blue .main-section .loader.w-950 {
  width: 950px;
}
body.theme-dark-blue .main-section .reports-list-container,
body.theme-dark-blue .main-section .judges-list-container {
  width: 350px;
  left: 175px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version,
body.theme-dark-blue .main-section .judges-list-container.table-version {
  width: 661px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version.w-870,
body.theme-dark-blue .main-section .judges-list-container.table-version.w-870 {
  width: 870px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version.w-950,
body.theme-dark-blue .main-section .judges-list-container.table-version.w-950 {
  width: 950px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version.w-950.loader,
body.theme-dark-blue .main-section .judges-list-container.table-version.w-950.loader {
  width: 950px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .buttons-list,
body.theme-dark-blue .main-section .judges-list-container.table-version .buttons-list {
  float: right;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .date-filter-block,
body.theme-dark-blue .main-section .judges-list-container.table-version .date-filter-block {
  float: left;
  padding: 0;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .date-filter-block .refresh-button,
body.theme-dark-blue .main-section .judges-list-container.table-version .date-filter-block .refresh-button {
  background: 0 0;
  cursor: pointer;
  border: none;
  color: #4493c9;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 10px;
  opacity: 0.8;
  transition: all 0.4s;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .date-filter-block .refresh-button:active,
body.theme-dark-blue .main-section .judges-list-container.table-version .date-filter-block .refresh-button:active,
body.theme-dark-blue .main-section .reports-list-container.table-version .date-filter-block .refresh-button:focus,
body.theme-dark-blue .main-section .judges-list-container.table-version .date-filter-block .refresh-button:focus {
  outline: none;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .date-filter-block .refresh-button:hover,
body.theme-dark-blue .main-section .judges-list-container.table-version .date-filter-block .refresh-button:hover {
  opacity: 1;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .found-items,
body.theme-dark-blue .main-section .judges-list-container.table-version .found-items {
  float: none;
  clear: both;
  display: block;
  padding-top: 7px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .found-items .right,
body.theme-dark-blue .main-section .judges-list-container.table-version .found-items .right {
  margin-top: 10px;
  display: inline-block;
  float: right;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .found-items .right > label,
body.theme-dark-blue .main-section .judges-list-container.table-version .found-items .right > label {
  font-size: 14px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .found-items .right > label span,
body.theme-dark-blue .main-section .judges-list-container.table-version .found-items .right > label span {
  color: #4493c9;
  font-weight: bold;
  font-size: 16px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .found-items .right > label.red,
body.theme-dark-blue .main-section .judges-list-container.table-version .found-items .right > label.red {
  color: red;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .found-items .left,
body.theme-dark-blue .main-section .judges-list-container.table-version .found-items .left {
  display: inline-block;
  padding: 0;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .found-items .left > div.mt-10,
body.theme-dark-blue .main-section .judges-list-container.table-version .found-items .left > div.mt-10 {
  margin-top: 10px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .found-items .left .pre-label,
body.theme-dark-blue .main-section .judges-list-container.table-version .found-items .left .pre-label {
  margin-right: 2px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .found-items .left .pre-label.mr-95,
body.theme-dark-blue .main-section .judges-list-container.table-version .found-items .left .pre-label.mr-95 {
  margin-right: 95px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .found-items .left .pre-label.mr-42,
body.theme-dark-blue .main-section .judges-list-container.table-version .found-items .left .pre-label.mr-42 {
  margin-right: 42px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:nth-child(-n+2),
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:nth-child(-n+2) {
  text-align: center;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table {
  margin-top: 17px;
  background: #fefffd;
  border-spacing: 0px;
  border-top: 1px solid #e0d2d2;
  border-right: 1px solid #e0d2d2;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table td,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table td,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table td,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table td,
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table th,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table th,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table th,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table th {
  border-left: 1px solid #e0d2d2;
  border-bottom: 1px solid #e0d2d2;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table thead tr:nth-child(1) th:not(.border),
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table thead tr:nth-child(1) th:not(.border),
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table thead tr:nth-child(1) th:not(.border),
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table thead tr:nth-child(1) th:not(.border),
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table thead tr:nth-child(2) th:not(.border),
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table thead tr:nth-child(2) th:not(.border),
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table thead tr:nth-child(2) th:not(.border),
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table thead tr:nth-child(2) th:not(.border) {
  border-bottom: none;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table thead tr th,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table thead tr th,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table thead tr th,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table thead tr th {
  vertical-align: bottom;
  font-size: 11px;
  padding: 0px 4px 2px 4px;
  vertical-align: top;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table thead tr th b,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table thead tr th b,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table thead tr th b,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table thead tr th b {
  padding: 5px 2px;
  display: block;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table thead tr th.not-border,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table thead tr th.not-border,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table thead tr th.not-border,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table thead tr th.not-border {
  border-bottom: none;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table thead tr:nth-child(1) b,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table thead tr:nth-child(1) b,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table thead tr:nth-child(1) b,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table thead tr:nth-child(1) b {
  font-size: 12px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table thead tr:nth-child(2) b,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table thead tr:nth-child(2) b,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table thead tr:nth-child(2) b,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table thead tr:nth-child(2) b {
  color: #4493c9;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table thead tr.normal th,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table thead tr.normal th,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table thead tr.normal th,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table thead tr.normal th {
  font-weight: normal;
  padding: 2px 4px 5px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table thead tr.bottom-stats th,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table thead tr.bottom-stats th,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table thead tr.bottom-stats th,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table thead tr.bottom-stats th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #000;
  box-sizing: border-box;
  background: #f2ffe5;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table thead tr.bottom-stats th i.fa-rub,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table thead tr.bottom-stats th i.fa-rub,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table thead tr.bottom-stats th i.fa-rub,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table thead tr.bottom-stats th i.fa-rub {
  color: #928080;
  font-size: 9px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr.active-table-cell td,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr.active-table-cell td,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr.active-table-cell td,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr.active-table-cell td {
  background-color: #0fd85c !important;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr.hover-table-row td,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr.hover-table-row td,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr.hover-table-row td,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr.hover-table-row td {
  background-color: #b1b1b1 !important;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td {
  padding: 3px 3px;
  font-size: 11px;
  position: relative;
  height: 30px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:nth-child(2n + 3),
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:nth-child(2n + 3),
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:nth-child(2n + 3),
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:nth-child(2n + 3) {
  background-color: #fff;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:not(.disabled):active,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:not(.disabled):active,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:not(.disabled):active,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:not(.disabled):active,
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:not(.disabled):hover,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:not(.disabled):hover,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:not(.disabled):hover,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:not(.disabled):hover {
  background-color: #b1b1b1;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:not(.disabled).active-table-cell,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:not(.disabled).active-table-cell,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:not(.disabled).active-table-cell,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:not(.disabled).active-table-cell {
  background-color: #0fd85c;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:nth-child(1) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:nth-child(1) button,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:nth-child(1) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:nth-child(1) button {
  text-align: left;
  color: #222;
  display: block;
  min-height: 28px;
  width: 198px;
  margin: -3px;
  padding: 4px 4px;
  border: solid 0px transparent;
  background: transparent;
  font-size: 12px;
  cursor: default;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:nth-child(1):not(.disabled) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:nth-child(1):not(.disabled) button,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:nth-child(1):not(.disabled) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:nth-child(1):not(.disabled) button {
  cursor: pointer;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:nth-child(2n + 3) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:nth-child(2n + 3) button,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:nth-child(2n + 3) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:nth-child(2n + 3) button,
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:nth-child(2n) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:nth-child(2n) button,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:nth-child(2n) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:nth-child(2n) button {
  text-align: center;
  color: #222;
  display: block;
  min-height: 28px;
  width: 45px;
  margin: -3px;
  padding: 4px 4px;
  border: solid 1px transparent;
  font-size: 12px;
  background: none;
  cursor: default;
  position: absolute;
  left: 3px;
  top: 3px;
  right: -5px;
  height: 100%;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:nth-child(2n + 3) button i.fa-rub,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:nth-child(2n + 3) button i.fa-rub,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:nth-child(2n + 3) button i.fa-rub,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:nth-child(2n + 3) button i.fa-rub,
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:nth-child(2n) button i.fa-rub,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:nth-child(2n) button i.fa-rub,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:nth-child(2n) button i.fa-rub,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:nth-child(2n) button i.fa-rub {
  color: #928080;
  font-size: 9px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:nth-child(2n + 3):not(.disabled) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:nth-child(2n + 3):not(.disabled) button,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:nth-child(2n + 3):not(.disabled) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:nth-child(2n + 3):not(.disabled) button,
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:nth-child(2n):not(.disabled) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:nth-child(2n):not(.disabled) button,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:nth-child(2n):not(.disabled) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:nth-child(2n):not(.disabled) button {
  cursor: pointer;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:nth-child(2n + 3) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:nth-child(2n + 3) button,
body.theme-dark-blue .main-section .reports-list-container.table-version .judges-list-table tbody tr td:nth-child(2n + 3) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .judges-list-table tbody tr td:nth-child(2n + 3) button {
  width: 66px;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table {
  table-layout: auto;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tr th,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tr th,
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tr td,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tr td {
  white-space: nowrap;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tr th button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tr th button,
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tr td button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tr td button {
  position: static !important;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table thead .normal th:nth-child(2n + 3),
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table thead .normal th:nth-child(2n + 3),
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table thead .bottom-stats th:nth-child(2n + 3),
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table thead .bottom-stats th:nth-child(2n + 3) {
  text-align: right;
  max-width: 100%;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody.first-total tr:first-child button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody.first-total tr:first-child button,
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr.bold button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr.bold button {
  font-weight: bold;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody.first-total tr:first-child td:first-child button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody.first-total tr:first-child td:first-child button,
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr.bold td:first-child button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr.bold td:first-child button {
  text-align: center;
  text-transform: uppercase;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:first-child,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:first-child {
  white-space: normal;
}
body.theme-dark-blue .main-section .reports-list-container.table-version .reports-list-table tbody tr td:nth-child(2n + 3) button,
body.theme-dark-blue .main-section .judges-list-container.table-version .reports-list-table tbody tr td:nth-child(2n + 3) button {
  text-align: right;
  width: 100%;
  margin: 0;
}
body.theme-dark-blue .main-section .judges-list-container {
  left: 290px;
}
body.theme-dark-blue .main-section .judges-list-container.table-version {
  width: 750px;
}
body.theme-dark-blue .main-section .judges-list-container.table-version table tbody td {
  line-height: 20px;
}
body.theme-dark-blue .main-section .judges-list-container.table-version table tbody td button {
  width: 30px !important;
  cursor: pointer !important;
}
body.theme-dark-blue .main-section .docs-meta-data {
  margin-top: 10px;
}
body.theme-dark-blue .main-section .docs-meta-data > div {
  margin-bottom: 4px;
}
body.theme-dark-blue .main-section .docs-meta-data > div label {
  margin-right: 6px;
}
body.theme-dark-blue .main-section .docs-meta-data > div span {
  font-size: 15px;
  color: #222;
}
body.theme-dark-blue .main-section .simple-list-container {
  z-index: 3;
  top: 0;
  background: #fff;
  left: 230px;
}
body.theme-dark-blue .main-section .buttons-list {
  text-align: right;
}
body.theme-dark-blue .main-section .buttons-list.mt-5 {
  margin-top: 5px;
}
body.theme-dark-blue .main-section .buttons-list button {
  display: inline-block;
  vertical-align: top;
  background: #93d1ff;
  border: none;
  margin-right: 1px;
  color: #ffffff;
  text-transform: lowercase;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  opacity: 0.8;
  font-family: 'PT Sans', Arial, sans-serif;
}
body.theme-dark-blue .main-section .buttons-list button.not-text i {
  margin-right: 0px;
}
body.theme-dark-blue .main-section .buttons-list button i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
body.theme-dark-blue .main-section .buttons-list button i.only-is {
  margin-right: 0;
}
body.theme-dark-blue .main-section .buttons-list button:focus,
body.theme-dark-blue .main-section .buttons-list button:active {
  outline: none;
}
body.theme-dark-blue .main-section .buttons-list button.active {
  cursor: pointer;
  opacity: 1;
  background: #93d1ff;
  color: rgba(0, 0, 0, 0.6);
}
body.theme-dark-blue .main-section .buttons-list button.active:hover {
  color: #ffffff;
}
body.theme-dark-blue .main-section .buttons-list button.not-empty,
body.theme-dark-blue .main-section .buttons-list button.activated {
  cursor: pointer;
  opacity: 1;
  background: #66cc66;
  color: #ffffff;
}
body.theme-dark-blue .main-section .buttons-list button.not-empty:hover,
body.theme-dark-blue .main-section .buttons-list button.activated:hover {
  color: #ffffff;
}
body.theme-dark-blue .main-section .buttons-list button.fl {
  display: block;
  float: left;
}
body.theme-dark-blue .main-section .buttons-list:after {
  content: "";
  display: block;
  clear: both;
}
body.theme-dark-blue .main-section .search-block {
  text-align: right;
  position: relative;
  margin-top: 30px;
}
body.theme-dark-blue .main-section .search-block i {
  display: block;
  position: absolute;
  right: 8px;
  top: 7px;
  color: #222;
  font-size: 11pt;
  z-index: 2;
}
body.theme-dark-blue .main-section .search-block input[type=text] {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  height: auto;
  padding: 6px 5px;
}
body.theme-dark-blue .main-section .date-filter-block {
  padding: 20px 0 0px 0;
}
body.theme-dark-blue .main-section .date-filter-block .pre-label {
  margin-right: 2px;
  font-size: 14px;
}
body.theme-dark-blue .main-section .date-filter-block span.k-datepicker {
  width: 150px;
}
body.theme-dark-blue .main-section .date-filter-block span.k-datepicker input {
  width: 55% !important;
  margin-top: 0;
}
body.theme-dark-blue .main-section .date-filter-block span.k-datepicker + .pre-label {
  margin: 0 4px 0 3px;
}
body.theme-dark-blue .main-section .found-items-text {
  margin-top: 5px;
  font-size: 14px;
}
body.theme-dark-blue .main-section .found-items-text span {
  color: #4493c9;
  font-weight: bold;
  font-size: 16px;
}
body.theme-dark-blue .main-section .found-items-text label.error {
  color: red;
}
body.theme-dark-blue .main-section .doc-detail-content {
  position: absolute;
  left: 640px;
  width: 560px;
  top: 60px;
  bottom: 0;
  overflow: auto;
  background-color: #ffffff;
}
body.theme-dark-blue .main-section .doc-detail-content.reg {
  width: 450px;
}
body.theme-dark-blue .main-section .doc-detail-content.reg .buttons-list {
  display: flex;
  justify-content: space-between;
}
body.theme-dark-blue .main-section .doc-detail-content.reg .buttons-list > div {
  display: flex;
  flex-grow: 1;
}
body.theme-dark-blue .main-section .doc-detail-content.reg .buttons-list > div:nth-child(2) {
  justify-content: flex-end;
}
body.theme-dark-blue .main-section .doc-detail-content.reg .status-list {
  margin-top: 0;
  display: flex;
}
body.theme-dark-blue .main-section .doc-detail-content .buttons-list {
  padding: 20px 20px 0px 20px;
}
body.theme-dark-blue .main-section #userProfile .edit-place .view,
body.theme-dark-blue .main-section .edit-doc-form .edit-place .view,
body.theme-dark-blue .main-section .doc-detail-content .view {
  display: block;
}
body.theme-dark-blue .main-section #userProfile .edit-place .view div.block > div > div,
body.theme-dark-blue .main-section .edit-doc-form .edit-place .view div.block > div > div,
body.theme-dark-blue .main-section .doc-detail-content .view div.block > div > div,
body.theme-dark-blue .main-section #userProfile .edit-place .view div.block > div > ul,
body.theme-dark-blue .main-section .edit-doc-form .edit-place .view div.block > div > ul,
body.theme-dark-blue .main-section .doc-detail-content .view div.block > div > ul {
  padding: 0 20px;
}
body.theme-dark-blue .main-section #userProfile .edit-place .view div.block > div > div.title,
body.theme-dark-blue .main-section .edit-doc-form .edit-place .view div.block > div > div.title,
body.theme-dark-blue .main-section .doc-detail-content .view div.block > div > div.title,
body.theme-dark-blue .main-section #userProfile .edit-place .view div.block > div > ul.title,
body.theme-dark-blue .main-section .edit-doc-form .edit-place .view div.block > div > ul.title,
body.theme-dark-blue .main-section .doc-detail-content .view div.block > div > ul.title {
  margin-top: 20px;
  padding-top: 0;
  border-top: 1px solid #E6E6E6;
}
body.theme-dark-blue .main-section #userProfile .edit-place .view div.block > div > div.title h3,
body.theme-dark-blue .main-section .edit-doc-form .edit-place .view div.block > div > div.title h3,
body.theme-dark-blue .main-section .doc-detail-content .view div.block > div > div.title h3,
body.theme-dark-blue .main-section #userProfile .edit-place .view div.block > div > ul.title h3,
body.theme-dark-blue .main-section .edit-doc-form .edit-place .view div.block > div > ul.title h3,
body.theme-dark-blue .main-section .doc-detail-content .view div.block > div > ul.title h3 {
  padding-top: 0;
}
body.theme-dark-blue .main-section .edit-place .view {
  padding-bottom: 50px;
}
body.theme-dark-blue .main-section .edit-place .view div.block > div > div,
body.theme-dark-blue .main-section .edit-place .view div.block > div > ul {
  padding: 0 20px;
}
body.theme-dark-blue .main-section .edit-place .view div.block > div > div.title,
body.theme-dark-blue .main-section .edit-place .view div.block > div > ul.title {
  margin-top: 20px;
  padding-top: 0;
  border-top: 1px solid #E6E6E6;
}
body.theme-dark-blue .main-section .edit-place .view div.block > div > div.title h3,
body.theme-dark-blue .main-section .edit-place .view div.block > div > ul.title h3 {
  padding-top: 0;
}
body.theme-dark-blue .main-section .edit-place .view .buttons-list {
  text-align: right;
  margin-top: 10px;
}
body.theme-dark-blue .main-section .edit-place .view .buttons-list button {
  display: inline-block;
  vertical-align: top;
  background: #E6E6E6;
  border: none;
  margin-right: 1px;
  color: #fff;
  text-transform: lowercase;
  padding: 3px 8px;
  font-size: 13px;
  opacity: 0.8;
  font-family: 'PT Sans', Arial, sans-serif;
}
body.theme-dark-blue .main-section .edit-place .view .buttons-list button i {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
body.theme-dark-blue .main-section .edit-place .view .buttons-list button i.only-is {
  margin-right: 0;
}
body.theme-dark-blue .main-section .edit-place .view .buttons-list button:focus,
body.theme-dark-blue .main-section .edit-place .view .buttons-list button:active {
  outline: none;
}
body.theme-dark-blue .main-section .edit-place .view .buttons-list button.active {
  cursor: pointer;
  opacity: 1;
  background: #E6D65E;
  color: #555;
}
body.theme-dark-blue .main-section .edit-place .view .buttons-list button.active:hover {
  color: #fff;
}
body.theme-dark-blue .main-section .edit-place .view .buttons-list button.not-empty,
body.theme-dark-blue .main-section .edit-place .view .buttons-list button.activated {
  cursor: pointer;
  opacity: 1;
  background: #10BD56;
  color: #fff;
}
body.theme-dark-blue .main-section .edit-place .view .buttons-list button.not-empty:hover,
body.theme-dark-blue .main-section .edit-place .view .buttons-list button.activated:hover {
  color: #fff;
}
body.theme-dark-blue .main-section .edit-place .view .buttons-list button.fl {
  display: block;
  float: left;
}
body.theme-dark-blue .main-section .edit-place .view .buttons-list:after {
  content: "";
  display: block;
  clear: both;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div.warning {
  color: red;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.with-text {
  max-width: 100% !important;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.with-text > * {
  display: inline-block;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.with-text input {
  width: 195px !important;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.with-text input.w-135 {
  width: 135px !important;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.with-text > span:first-child {
  font-size: 14px;
  margin-right: 2px;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div .help {
  display: block;
  font-size: 12px;
  color: rgba(0, 255, 255, 0.7);
  width: 210px;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.find {
  max-width: 100%;
  padding-left: 15px;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.find > * {
  display: inline-block;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.find > input {
  width: 230px !important;
  margin-right: 10px;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.find > button {
  background-color: #6699ff;
  display: inline-block;
  border: none;
  padding: 7px 5px;
  cursor: pointer;
  box-shadow: 0 0 12px -2px #fff;
  width: 100px;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.find.all {
  width: 96%;
  margin-top: 5px;
  text-align: center;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.find.all > button {
  width: auto;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div .provided-services li button,
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div .orders-list li button {
  display: block;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div .provided-services li button.remove-service,
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div .orders-list li button.remove-it {
  right: 2px;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.with-buttons {
  max-width: 72%;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div > div.with-buttons > div {
  text-align: center;
  width: 257px;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div .after-field {
  vertical-align: top;
  border: none;
  cursor: pointer;
  background: #FFDB4C;
  font-size: 10pt;
  padding: 7px 10px;
  margin-left: 0px;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div .after-field:after,
body.theme-dark-blue .main-section .edit-place .view .block > div > div .after-field:focus {
  outline: none;
}
body.theme-dark-blue .main-section .edit-place .view .block > div > div .after-field:hover {
  background: #ECBF0D;
}
body.theme-dark-blue .show-new-service-button,
body.theme-dark-blue .show-new-defendant-button,
body.theme-dark-blue .show-new-order-button {
  background: #6699ff;
  color: #ffffff;
  border: none;
  text-transform: lowercase;
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 5px;
  vertical-align: bottom;
}
body.theme-dark-blue .show-new-defendant-button,
body.theme-dark-blue .show-new-order-button {
  vertical-align: bottom;
}
body.theme-dark-blue .show-new-defendant-button.search-in-ssd,
body.theme-dark-blue .show-new-order-button.search-in-ssd {
  margin-bottom: 0px !important;
}
body.theme-dark-blue .show-new-defendant-button[disabled=disabled],
body.theme-dark-blue .show-new-defendant-button:disabled,
body.theme-dark-blue .show-new-service-button[disabled=disabled],
body.theme-dark-blue .show-new-service-button:disabled,
body.theme-dark-blue .show-new-order-button[disabled=disabled],
body.theme-dark-blue .show-new-order-button:disabled {
  color: rgba(255, 255, 255, 0.3);
}
body.theme-dark-blue .doc-edit-requisites-field,
body.theme-dark-blue .doc-edit-representative-field {
  width: 360px;
  max-width: 315px !important;
}
body.theme-dark-blue .doc-edit-requisites-field .k-widget.k-dropdown.k-header,
body.theme-dark-blue .doc-edit-representative-field .k-widget.k-dropdown.k-header {
  width: 280px !important;
}
body.theme-dark-blue .doc-edit-requisites-field .k-widget.k-dropdown.k-header .k-dropdown-wrap.k-state-default,
body.theme-dark-blue .doc-edit-representative-field .k-widget.k-dropdown.k-header .k-dropdown-wrap.k-state-default {
  height: auto;
}
body.theme-dark-blue .doc-edit-requisites-field .k-widget.k-dropdown.k-header .k-dropdown-wrap.k-state-default .k-input,
body.theme-dark-blue .doc-edit-representative-field .k-widget.k-dropdown.k-header .k-dropdown-wrap.k-state-default .k-input {
  height: auto !important;
}
body.theme-dark-blue .doc-edit-requisites-field .after-field,
body.theme-dark-blue .doc-edit-representative-field .after-field {
  display: block;
  margin-left: 0px !important;
  float: right;
}
body.theme-dark-blue .doc-requisites-select-item span,
body.theme-dark-blue .doc-representative-select-item span {
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 11px;
  color: #4493C9;
  text-align: left;
  line-height: 1;
  white-space: normal;
}
body.theme-dark-blue .doc-requisites-select-item small,
body.theme-dark-blue .doc-representative-select-item small {
  text-indent: 0;
  display: block;
  padding-left: 15px;
  color: #222 !important;
  white-space: normal;
}
body.theme-dark-blue .doc-requisites-select-item small b,
body.theme-dark-blue .doc-representative-select-item small b {
  display: inline-block;
}
body.theme-dark-blue .doc-requisites-select-item span {
  color: #4A4747;
  font-size: 13px;
  padding-top: 2px;
}
body.theme-dark-blue .doc-requisites-select-item small {
  text-indent: 0;
  font-size: 11px;
  line-height: 1.3;
  padding-top: 10px;
  color: #222 !important;
}
body.theme-dark-blue .doc-requisites-select-item small b {
  color: #4493C9;
  font-weight: normal;
  font-size: 11px;
}
body.theme-dark-blue .k-popup.k-list-container .k-list .k-state-hover .doc-representative-select-item:hover small,
body.theme-dark-blue .k-popup.k-list-container .k-list .k-state-hover .doc-representative-select-item:hover span {
  color: #fff !important;
}
body.theme-dark-blue .k-input,
body.theme-dark-blue .k-multiselect-wrap,
body.theme-dark-blue .k-textbox > input,
body.theme-dark-blue input.k-textbox,
body.theme-dark-blue input.k-textbox:hover,
body.theme-dark-blue textarea.k-textbox,
body.theme-dark-blue textarea.k-textbox:hover {
  background-color: transparent;
}
body.theme-dark-blue .k-maskedtextbox {
  border: none;
}
body.theme-dark-blue .k-list-container .k-item div.child-item {
  margin-left: 10px;
}
body.theme-dark-blue .k-hidden,
body.theme-dark-blue .k-i-warning {
  display: none;
}
body.theme-dark-blue .k-i-arrow-60-down {
  transform: rotate(180deg);
}
body.theme-dark-blue .view button.active {
  cursor: pointer;
  opacity: 1;
  background: #e6d65e;
  color: #555555;
  padding: 3px 5px;
  font-size: 13px;
  border: none;
}
body.theme-dark-blue .view .block > div .related-docs-list {
  list-style: none;
  padding: 0;
}
body.theme-dark-blue .view .block > div .related-docs-list.big li {
  width: 100%;
}
body.theme-dark-blue .view .block > div .related-docs-list li {
  margin-bottom: 4px;
  position: relative;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button {
  background-color: transparent;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  padding: 4px;
  transition-property: background-color, color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  display: inline-block;
  box-sizing: border-box;
  min-height: 55px;
  padding-left: 15px;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li {
  width: inherit;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button:active,
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button:focus {
  outline: none;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button div.related-docs-list-advanced-settings div {
  width: 100%;
  vertical-align: inherit;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button div.related-docs-list-advanced-settings span,
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button div.related-docs-list-advanced-settings label {
  font-size: 13px;
  color: #b5b0b0;
  display: inline;
  margin-top: 8px;
  transition-property: background-color, color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  margin-right: 15px;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button div.related-docs-list-advanced-settings span.label-for-checkbox,
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button div.related-docs-list-advanced-settings label.label-for-checkbox {
  font-size: 18px;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button div.related-docs-list-advanced-settings i {
  color: #b5b0b0;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button div {
  display: inline-block;
  vertical-align: middle;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button div > label {
  display: block;
  font-size: 18px;
  width: 100%;
  cursor: pointer;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button div > label b {
  margin-right: 5px;
  font-style: italic;
  color: #1B83EA;
  font-size: 14px;
  font-weight: normal;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button div > label .changed {
  color: red;
  cursor: default;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button div > span {
  font-size: 13px;
  color: #b5b0b0;
  display: inline-block;
  margin-top: 8px;
  transition-property: background-color, color;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  margin-right: 15px;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button div > span i {
  font-size: 10px;
  margin-right: 3px;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list {
  padding: 0;
  margin-top: 10px;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li {
  display: inline-block;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button {
  display: inline-block;
  vertical-align: top;
  background: #93d1ff;
  border: none;
  margin-right: 1px;
  color: #ffffff;
  text-transform: lowercase;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  opacity: 0.8;
  font-family: 'PT Sans', Arial, sans-serif;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button.not-text i {
  margin-right: 0px;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button i.only-is {
  margin-right: 0;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button:focus,
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button:active {
  outline: none;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button.active {
  cursor: pointer;
  opacity: 1;
  background: #93d1ff;
  color: rgba(0, 0, 0, 0.6);
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button.active:hover {
  color: #ffffff;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button.not-empty,
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button.activated {
  cursor: pointer;
  opacity: 1;
  background: #66cc66;
  color: #ffffff;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button.not-empty:hover,
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button.activated:hover {
  color: #ffffff;
}
body.theme-dark-blue .view .block > div .related-docs-list li div.description-button .status-list li button.fl {
  display: block;
  float: left;
}
body.theme-dark-blue .view .block > div .related-docs-list li.active {
  background-color: #f0713a;
  color: #fff;
}
body.theme-dark-blue .view .block > div .related-docs-list li.active i,
body.theme-dark-blue .view .block > div .related-docs-list li.active label,
body.theme-dark-blue .view .block > div .related-docs-list li.active label b,
body.theme-dark-blue .view .block > div .related-docs-list li.active span {
  color: #fff !important;
}
body.theme-dark-blue .view .block > div .related-docs-list li.active button.description-button {
  cursor: default;
  background: transparent !important;
}
body.theme-dark-blue .view .block > div > div {
  display: block;
  padding-bottom: 10px;
}
body.theme-dark-blue .view .block > div > div.change-status-cancel textarea {
  margin-left: 0;
  width: 60%;
}
body.theme-dark-blue .view .block > div > div.previous-numbers-form > span.info {
  margin-left: 10px;
  margin-bottom: 10px;
  display: block;
}
body.theme-dark-blue .view .block > div > div.order-form,
body.theme-dark-blue .view .block > div > div.service-form,
body.theme-dark-blue .view .block > div > div.defendant-form,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form,
body.theme-dark-blue .view .block > div > div.contact-phone-form,
body.theme-dark-blue .view .block > div > div.previous-numbers-form {
  display: none;
}
body.theme-dark-blue .view .block > div > div.order-form input,
body.theme-dark-blue .view .block > div > div.service-form input,
body.theme-dark-blue .view .block > div > div.defendant-form input,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form input,
body.theme-dark-blue .view .block > div > div.contact-phone-form input,
body.theme-dark-blue .view .block > div > div.previous-numbers-form input,
body.theme-dark-blue .view .block > div > div.order-form input.phone-mask,
body.theme-dark-blue .view .block > div > div.service-form input.phone-mask,
body.theme-dark-blue .view .block > div > div.defendant-form input.phone-mask,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form input.phone-mask,
body.theme-dark-blue .view .block > div > div.contact-phone-form input.phone-mask,
body.theme-dark-blue .view .block > div > div.previous-numbers-form input.phone-mask {
  width: 190px !important;
}
body.theme-dark-blue .view .block > div > div.order-form input.w-200,
body.theme-dark-blue .view .block > div > div.service-form input.w-200,
body.theme-dark-blue .view .block > div > div.defendant-form input.w-200,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form input.w-200,
body.theme-dark-blue .view .block > div > div.contact-phone-form input.w-200,
body.theme-dark-blue .view .block > div > div.previous-numbers-form input.w-200,
body.theme-dark-blue .view .block > div > div.order-form input.phone-mask.w-200,
body.theme-dark-blue .view .block > div > div.service-form input.phone-mask.w-200,
body.theme-dark-blue .view .block > div > div.defendant-form input.phone-mask.w-200,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form input.phone-mask.w-200,
body.theme-dark-blue .view .block > div > div.contact-phone-form input.phone-mask.w-200,
body.theme-dark-blue .view .block > div > div.previous-numbers-form input.phone-mask.w-200 {
  width: 200px !important;
}
body.theme-dark-blue .view .block > div > div.order-form .k-datepicker,
body.theme-dark-blue .view .block > div > div.service-form .k-datepicker,
body.theme-dark-blue .view .block > div > div.defendant-form .k-datepicker,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form .k-datepicker,
body.theme-dark-blue .view .block > div > div.contact-phone-form .k-datepicker,
body.theme-dark-blue .view .block > div > div.previous-numbers-form .k-datepicker {
  width: 200px !important;
}
body.theme-dark-blue .view .block > div > div.order-form .k-dropdown,
body.theme-dark-blue .view .block > div > div.service-form .k-dropdown,
body.theme-dark-blue .view .block > div > div.defendant-form .k-dropdown,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form .k-dropdown,
body.theme-dark-blue .view .block > div > div.contact-phone-form .k-dropdown,
body.theme-dark-blue .view .block > div > div.previous-numbers-form .k-dropdown,
body.theme-dark-blue .view .block > div > div.order-form .k-numerictextbox,
body.theme-dark-blue .view .block > div > div.service-form .k-numerictextbox,
body.theme-dark-blue .view .block > div > div.defendant-form .k-numerictextbox,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form .k-numerictextbox,
body.theme-dark-blue .view .block > div > div.contact-phone-form .k-numerictextbox,
body.theme-dark-blue .view .block > div > div.previous-numbers-form .k-numerictextbox {
  width: 200px !important;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form {
  display: block;
  max-width: 100%;
  padding-bottom: 10px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form input[type=text] {
  width: 190px !important;
}
body.theme-dark-blue .view .block > div > div.service-form .k-datepicker {
  width: 190px !important;
}
body.theme-dark-blue .view .block > div > div.block-is-empty {
  font-size: 14px;
  padding-left: 10px;
  font-style: italic;
  color: #9C8F89;
}
body.theme-dark-blue .view .block > div > div.title h3 {
  display: block;
  background: inherit;
  padding: 5px 10px;
  color: #000000;
  font-weight: 700;
  font-size: 15px;
}
body.theme-dark-blue .view .block > div > div.title-level-2 label {
  width: auto;
  text-align: left;
  font-size: 15px;
  color: #222;
  display: block;
  margin-left: 0;
  border-left: solid 6px #222;
  padding-left: 20px;
  padding-right: 40px;
  padding-bottom: 7px;
  background: #E6F5FF;
  margin-right: 0;
  padding-top: 7px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > label,
body.theme-dark-blue .view .block > div > div > label {
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
  position: relative;
  margin-right: 20px;
  vertical-align: top;
  text-transform: lowercase;
  padding-top: 4px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > label sub,
body.theme-dark-blue .view .block > div > div > label sub {
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  color: #DA4E4E;
  font-size: 17px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div,
body.theme-dark-blue .view .block > div > div > div {
  display: inline-block;
  max-width: 70%;
  width: 70%;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div.big-text,
body.theme-dark-blue .view .block > div > div > div.big-text {
  font-size: 14px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div.session-date-container .k-widget.k-header.k-datepicker,
body.theme-dark-blue .view .block > div > div > div.session-date-container .k-widget.k-header.k-datepicker {
  width: 270px !important;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div.provided-services,
body.theme-dark-blue .view .block > div > div > div.provided-services,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div.orders-list,
body.theme-dark-blue .view .block > div > div > div.orders-list {
  width: 55%;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div.inline-block > span,
body.theme-dark-blue .view .block > div > div > div.inline-block > span {
  display: inline-block;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div > span.blue,
body.theme-dark-blue .view .block > div > div > div > span.blue {
  color: #4493c9;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div > span.small,
body.theme-dark-blue .view .block > div > div > div > span.small {
  font-size: 12px;
  display: block;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div.pt-4,
body.theme-dark-blue .view .block > div > div > div.pt-4 {
  padding-top: 4px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div #user-operator-position-value,
body.theme-dark-blue .view .block > div > div > div #user-operator-position-value {
  min-width: auto !important;
  max-width: 200px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .after-field,
body.theme-dark-blue .view .block > div > div > div .after-field {
  border: none;
  cursor: pointer;
  background: #FFDB4C;
  font-size: 10px;
  padding: 6px 8px;
  margin-left: 10px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .after-field:after,
body.theme-dark-blue .view .block > div > div > div .after-field:after,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .after-field:focus,
body.theme-dark-blue .view .block > div > div > div .after-field:focus {
  outline: none;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .after-field:hover,
body.theme-dark-blue .view .block > div > div > div .after-field:hover {
  background: #ECBF0D;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div ul.menu,
body.theme-dark-blue .view .block > div > div > div ul.menu {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div ul.menu li,
body.theme-dark-blue .view .block > div > div > div ul.menu li {
  display: block;
  padding-bottom: 2px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div ul.menu li button,
body.theme-dark-blue .view .block > div > div > div ul.menu li button {
  margin-left: 10px;
  background: #4493C9;
  border: none;
  color: #fff;
  font-size: 7px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  text-align: center;
  padding: 0;
  cursor: pointer;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div ul.menu li button:active,
body.theme-dark-blue .view .block > div > div > div ul.menu li button:active,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div ul.menu li button:focus,
body.theme-dark-blue .view .block > div > div > div ul.menu li button:focus {
  outline: none;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div ul.menu li button:hover,
body.theme-dark-blue .view .block > div > div > div ul.menu li button:hover {
  background: #6AB2E2;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div ul.menu li:hover > span,
body.theme-dark-blue .view .block > div > div > div ul.menu li:hover > span {
  color: #222;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .add-new-date,
body.theme-dark-blue .view .block > div > div > div .add-new-date {
  width: 190px;
  padding: 5px 5px 5px 6px;
  background: none;
  border: solid 1px #EAD6D6;
  margin-top: 2px;
  margin-bottom: 10px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .add-new-date.card,
body.theme-dark-blue .view .block > div > div > div .add-new-date.card {
  padding: 0;
  border: 0;
  width: 235px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .add-new-date.card input:active,
body.theme-dark-blue .view .block > div > div > div .add-new-date.card input:active,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .add-new-date.card input:focus,
body.theme-dark-blue .view .block > div > div > div .add-new-date.card input:focus {
  box-shadow: 0px -1px 5px -2px #222;
  outline: none;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .add-new-date > span,
body.theme-dark-blue .view .block > div > div > div .add-new-date > span {
  min-height: 29px;
  width: 193px !important;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .add-new-date > span .k-picker-wrap.k-state-default input,
body.theme-dark-blue .view .block > div > div > div .add-new-date > span .k-picker-wrap.k-state-default input {
  height: 12px;
  width: 180px !important;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .add-new-date > button,
body.theme-dark-blue .view .block > div > div > div .add-new-date > button {
  display: block;
  background: #4493C9;
  cursor: pointer;
  color: #FFF;
  border: none;
  float: right;
  font-size: 12px;
  padding: 4px 10px 5px;
  margin-top: 5px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .add-new-date > button:active,
body.theme-dark-blue .view .block > div > div > div .add-new-date > button:active,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .add-new-date > button:focus,
body.theme-dark-blue .view .block > div > div > div .add-new-date > button:focus {
  outline: none;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .add-new-date:after,
body.theme-dark-blue .view .block > div > div > div .add-new-date:after {
  clear: both;
  content: "";
  display: block;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div input,
body.theme-dark-blue .view .block > div > div > div input {
  margin: 0;
  height: 18px;
  background: #F9F9F9;
  font-size: 14px;
  padding: 6px 5px 6px 5px;
  width: 270px !important;
  text-align: left;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div input[readonly],
body.theme-dark-blue .view .block > div > div > div input[readonly],
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div input[disabled],
body.theme-dark-blue .view .block > div > div > div input[disabled] {
  background: #FFF;
  border-bottom-color: #E6E6E6;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div input.phone-mask,
body.theme-dark-blue .view .block > div > div > div input.phone-mask,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div input.document-wid,
body.theme-dark-blue .view .block > div > div > div input.document-wid {
  height: auto;
  text-indent: 0px;
  line-height: normal;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div input.phone-mask:focus,
body.theme-dark-blue .view .block > div > div > div input.phone-mask:focus,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div input.document-wid:focus,
body.theme-dark-blue .view .block > div > div > div input.document-wid:focus,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div input.phone-mask:hover,
body.theme-dark-blue .view .block > div > div > div input.phone-mask:hover,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div input.document-wid:hover,
body.theme-dark-blue .view .block > div > div > div input.document-wid:hover {
  border-bottom: 4px solid #4493c9;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div input.phone-mask,
body.theme-dark-blue .view .block > div > div > div input.phone-mask {
  width: 280px !important;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div input[type=checkbox],
body.theme-dark-blue .view .block > div > div > div input[type=checkbox] {
  width: auto !important;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div input[type=checkbox] + label,
body.theme-dark-blue .view .block > div > div > div input[type=checkbox] + label {
  vertical-align: top;
  line-height: 1.6;
  margin-top: 2px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div textarea,
body.theme-dark-blue .view .block > div > div > div textarea {
  margin: 0px;
  padding-top: 5px;
  font-size: 14px;
  padding-right: 14px;
  padding-left: 9px;
  width: 257px;
  max-width: 257px;
  min-width: 257px;
  background: #f9f9f9;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div textarea.w-200,
body.theme-dark-blue .view .block > div > div > div textarea.w-200 {
  width: 200px;
  min-width: 200px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div textarea:active,
body.theme-dark-blue .view .block > div > div > div textarea:active,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div textarea:focus,
body.theme-dark-blue .view .block > div > div > div textarea:focus {
  box-shadow: 0px -1px 5px -2px #222;
  outline: none;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div textarea[readonly],
body.theme-dark-blue .view .block > div > div > div textarea[readonly],
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div textarea[disabled],
body.theme-dark-blue .view .block > div > div > div textarea[disabled] {
  background: #FFF;
  border-bottom-color: #E6E6E6;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div > input,
body.theme-dark-blue .view .block > div > div > div > input {
  padding: 6px 0px 6px 10px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div > input:active,
body.theme-dark-blue .view .block > div > div > div > input:active,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div > input:focus,
body.theme-dark-blue .view .block > div > div > div > input:focus {
  box-shadow: 0px -1px 5px -2px #222;
  outline: none;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div small.comment,
body.theme-dark-blue .view .block > div > div > div small.comment {
  display: block;
  margin-top: 2px;
  text-transform: lowercase;
  padding-right: 10px;
  font-size: 9px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .k-state-focused,
body.theme-dark-blue .view .block > div > div > div .k-state-focused {
  box-shadow: none;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .k-state-focused input,
body.theme-dark-blue .view .block > div > div > div .k-state-focused input {
  background: #fff;
  box-shadow: 0px -1px 5px -2px #222;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .k-widget.k-datepicker.k-header,
body.theme-dark-blue .view .block > div > div > div .k-widget.k-datepicker.k-header {
  margin-top: 0;
  min-height: 35px;
  font-size: 14px;
  width: 270px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .k-widget.k-datepicker.k-header > .k-state-disabled,
body.theme-dark-blue .view .block > div > div > div .k-widget.k-datepicker.k-header > .k-state-disabled {
  overflow: hidden;
  width: 250px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .k-widget.k-dropdown.k-header,
body.theme-dark-blue .view .block > div > div > div .k-widget.k-dropdown.k-header {
  font-size: 14px;
  width: 280px;
  padding-bottom: 6px;
  min-height: 24px;
  background: #F9F9F9;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div > span,
body.theme-dark-blue .view .block > div > div > div > span {
  font-size: 19px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div > span.break-word,
body.theme-dark-blue .view .block > div > div > div > span.break-word {
  word-wrap: break-word;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div > span small,
body.theme-dark-blue .view .block > div > div > div > span small {
  font-size: 12px;
  color: #4493C9;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div.price-sum i,
body.theme-dark-blue .view .block > div > div > div.price-sum i {
  font-size: 16px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services,
body.theme-dark-blue .view .block > div > div > div .provided-services,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list,
body.theme-dark-blue .view .block > div > div > div .orders-list {
  margin-left: 0;
  padding-left: 0;
  margin: 0;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li,
body.theme-dark-blue .view .block > div > div > div .provided-services li,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li,
body.theme-dark-blue .view .block > div > div > div .orders-list li {
  display: block;
  position: relative;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li:not(:last-child),
body.theme-dark-blue .view .block > div > div > div .provided-services li:not(:last-child),
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li:not(:last-child),
body.theme-dark-blue .view .block > div > div > div .orders-list li:not(:last-child) {
  margin-bottom: 10px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li button,
body.theme-dark-blue .view .block > div > div > div .provided-services li button,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li button,
body.theme-dark-blue .view .block > div > div > div .orders-list li button {
  position: absolute;
  right: -40px;
  top: 0;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li button:active,
body.theme-dark-blue .view .block > div > div > div .provided-services li button:active,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li button:active,
body.theme-dark-blue .view .block > div > div > div .orders-list li button:active,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li button:focus,
body.theme-dark-blue .view .block > div > div > div .provided-services li button:focus,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li button:focus,
body.theme-dark-blue .view .block > div > div > div .orders-list li button:focus {
  outline: none;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div {
  display: block;
  margin-left: 25px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div label,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div label,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div label,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div label {
  display: inline-block;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div span,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div span,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div span,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div span {
  display: inline-block;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.price,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.price,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.price,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.price {
  margin-top: 10px;
  font-style: oblique;
  position: relative;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.price label,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.price label,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.price label,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.price label {
  position: absolute;
  left: 0;
  top: 5px;
  color: #4493C9;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.price span,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.price span,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.price span,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.price span {
  padding-left: 20px;
  font-size: 19px;
  font-style: normal;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.price span.red,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.price span.red,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.price span.red,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.price span.red {
  color: #F0713A;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.price span span,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.price span span,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.price span span,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.price span span {
  font-size: 12px;
  padding-left: 4px;
  color: #F0713A;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.price span span i,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.price span span i,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.price span span i,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.price span span i {
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.dates,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.dates,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.dates,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.dates {
  margin-top: 10px;
  position: relative;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.dates label,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.dates label,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.dates label,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.dates label {
  position: absolute;
  left: 0;
  top: 0;
  color: #4493C9;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.dates div,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.dates div,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.dates div,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.dates div {
  padding-left: 20px;
  padding-top: 1px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.dates div span,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.dates div span,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.dates div span,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.dates div span {
  font-size: 14px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.comment,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.comment,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.comment,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.comment {
  margin-top: 10px;
  font-style: oblique;
  position: relative;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.comment label,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.comment label,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.comment label,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.comment label {
  position: absolute;
  left: 0;
  top: 0;
  color: #4493C9;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.comment div,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.comment div,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.comment div,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.comment div {
  padding-left: 20px;
  padding-top: 1px;
  font-size: 14px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.title,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.title,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.title,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.title {
  margin-left: 0;
  display: flex;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.title label,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.title label,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.title label,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.title label {
  margin-right: 10px;
  color: #4493C9;
  display: flex;
  flex: 0 0 12px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.title span,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.title span,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.title span,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.title span {
  font-size: 14px;
  display: flex;
  flex: 1 1 200px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.title span.value,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.title span.value,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.title span.value,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.title span.value {
  font-size: 19px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li > div.title span small,
body.theme-dark-blue .view .block > div > div > div .provided-services li > div.title span small,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li > div.title span small,
body.theme-dark-blue .view .block > div > div > div .orders-list li > div.title span small {
  font-size: 10px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li.service-edit,
body.theme-dark-blue .view .block > div > div > div .provided-services li.service-edit,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li.service-edit,
body.theme-dark-blue .view .block > div > div > div .orders-list li.service-edit {
  cursor: pointer;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li.service-edit:last-child,
body.theme-dark-blue .view .block > div > div > div .provided-services li.service-edit:last-child,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li.service-edit:last-child,
body.theme-dark-blue .view .block > div > div > div .orders-list li.service-edit:last-child {
  min-height: 50px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li.service-edit:not(:first-child),
body.theme-dark-blue .view .block > div > div > div .provided-services li.service-edit:not(:first-child),
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li.service-edit:not(:first-child),
body.theme-dark-blue .view .block > div > div > div .orders-list li.service-edit:not(:first-child) {
  margin-top: 10px;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .provided-services li.service-edit:hover,
body.theme-dark-blue .view .block > div > div > div .provided-services li.service-edit:hover,
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .orders-list li.service-edit:hover,
body.theme-dark-blue .view .block > div > div > div .orders-list li.service-edit:hover {
  background-color: #DDDDDD;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .files,
body.theme-dark-blue .view .block > div > div > div .files {
  margin-left: 0;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .files li,
body.theme-dark-blue .view .block > div > div > div .files li {
  display: block;
  position: relative;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .files li span,
body.theme-dark-blue .view .block > div > div > div .files li span {
  font-size: 19px;
  color: #555;
}
body.theme-dark-blue .view .block > div > div > div.dop-defendant-form > div .files button.active,
body.theme-dark-blue .view .block > div > div > div .files button.active {
  cursor: pointer;
  opacity: 1;
  background: #E6D65E;
  color: #555;
  display: block;
  border: none;
  margin-right: 1px;
  text-transform: lowercase;
  padding: 3px 8px;
  font-size: 13px;
  font-family: 'PT Sans', Arial, sans-serif;
  display: inline-block;
}
body.theme-dark-blue .change-password-form {
  max-width: 100% !important;
  width: 100% !important;
}
body.theme-dark-blue .change-password-form > div {
  display: block;
  padding-bottom: 10px;
}
body.theme-dark-blue .change-password-form > div label {
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
  position: relative;
  margin-right: 20px;
  vertical-align: top;
  text-transform: lowercase;
  padding-top: 4px;
}
body.theme-dark-blue .change-password-form > div input:active,
body.theme-dark-blue .change-password-form > div input:focus {
  box-shadow: 0px -1px 5px -2px #222;
  outline: none;
}
body.theme-dark-blue .change-password-form button {
  display: block;
  background: #6699ff;
  color: #ffffff;
  cursor: pointer;
  border: none;
  margin: 0 auto;
  padding: 6px 20px;
  float: right;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 15px;
}
body.theme-dark-blue .change-password-form button:focus,
body.theme-dark-blue .change-password-form button:active {
  outline: none;
}
body.theme-dark-blue .change-password-form button:hover {
  background: rgba(102, 153, 255, 0.7);
}
body.theme-dark-blue .k-state-disabled {
  opacity: 1;
}
body.theme-dark-blue .k-state-disabled .k-i-close {
  display: none;
}
body.theme-dark-blue .k-state-disabled .k-button {
  color: #000000;
}
body.theme-dark-blue #userProfile,
body.theme-dark-blue .edit-doc-form {
  display: none;
}
body.theme-dark-blue #userProfile.visible,
body.theme-dark-blue .edit-doc-form.visible {
  display: block;
}
body.theme-dark-blue #userProfile .background,
body.theme-dark-blue .edit-doc-form .background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #222;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 8 */
  filter: alpha(opacity=60);
  /* IE 5-7 */
  -moz-opacity: 0.6;
  /* Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  /* Для остальных браузеров */
}
body.theme-dark-blue #userProfile .edit-place,
body.theme-dark-blue .edit-doc-form .edit-place {
  background: #fff;
  position: absolute;
  left: 630px;
  width: 530px;
  top: 10px;
  bottom: 10px;
  z-index: 2;
  overflow: auto;
  padding: 0px 10px;
}
body.theme-dark-blue #userProfile .edit-place.reg,
body.theme-dark-blue .edit-doc-form .edit-place.reg {
  width: 400px;
}
body.theme-dark-blue #userProfile .edit-place.reg .view,
body.theme-dark-blue .edit-doc-form .edit-place.reg .view {
  padding-bottom: 0px;
}
body.theme-dark-blue #userProfile .button-place,
body.theme-dark-blue .edit-doc-form .button-place {
  width: 225px;
  height: 120px;
  position: absolute;
  z-index: 2;
  left: 380px;
  top: 50%;
  margin-top: -60px;
  text-align: right;
}
body.theme-dark-blue #userProfile .button-place ul,
body.theme-dark-blue .edit-doc-form .button-place ul {
  padding-left: 0;
  list-style: none;
}
body.theme-dark-blue #userProfile .button-place ul button,
body.theme-dark-blue .edit-doc-form .button-place ul button {
  font-size: 16px;
}
body.theme-dark-blue #userProfile .button-place button:active,
body.theme-dark-blue .edit-doc-form .button-place button:active,
body.theme-dark-blue #userProfile .button-place button:focus,
body.theme-dark-blue .edit-doc-form .button-place button:focus {
  outline: none;
}
body.theme-dark-blue #userProfile .button-place button.cancel,
body.theme-dark-blue .edit-doc-form .button-place button.cancel {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  margin-top: 14px;
}
body.theme-dark-blue #userProfile .button-place button.cancel:active,
body.theme-dark-blue .edit-doc-form .button-place button.cancel:active,
body.theme-dark-blue #userProfile .button-place button.cancel:focus,
body.theme-dark-blue .edit-doc-form .button-place button.cancel:focus {
  color: #CDFFF8;
}
body.theme-dark-blue #userProfile .button-place button.cancel:hover,
body.theme-dark-blue .edit-doc-form .button-place button.cancel:hover {
  text-decoration: underline;
}
body.theme-dark-blue #userProfile .button-place button.save,
body.theme-dark-blue .edit-doc-form .button-place button.save {
  background-color: #ffffff;
  display: block;
  border: none;
  margin-bottom: 10px;
  font-size: 26px;
  padding: 16px 20px;
  cursor: pointer;
  box-shadow: 0 0 12px -2px #fff;
  min-width: 100%;
}
body.theme-dark-blue #userProfile .button-place button.save:hover,
body.theme-dark-blue .edit-doc-form .button-place button.save:hover {
  background-color: #d7d7d7;
}
body.theme-dark-blue #adminPanel {
  display: none;
}
body.theme-dark-blue #adminPanel .background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #222;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 8 */
  filter: alpha(opacity=60);
  /* IE 5-7 */
  -moz-opacity: 0.6;
  /* Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  /* Для остальных браузеров */
}
body.theme-dark-blue #adminPanel .edit-place {
  background: #fff;
  position: absolute;
  left: 570px;
  width: 470px;
  top: 0;
  bottom: 0;
  z-index: 2;
  overflow: auto;
  padding: 0px 10px;
}
body.theme-dark-blue #adminPanel .edit-place .with-text input {
  width: 180px !important;
}
body.theme-dark-blue #adminPanel .edit-place .requisites-list {
  width: 100% !important;
}
body.theme-dark-blue #adminPanel .edit-place .requisites-list ul {
  margin-bottom: 10px;
}
body.theme-dark-blue #adminPanel .nav-left {
  z-index: 2;
  top: 0;
  width: 230px;
}
body.theme-dark-blue #adminPanel .button-place {
  width: 185px;
  height: 120px;
  position: absolute;
  z-index: 2;
  left: 380px;
  top: 50%;
  margin-top: -60px;
  text-align: right;
}
body.theme-dark-blue #adminPanel .button-place ul {
  padding-left: 0;
}
body.theme-dark-blue #adminPanel .button-place ul button {
  font-size: 16px;
}
body.theme-dark-blue #adminPanel .button-place button:active,
body.theme-dark-blue #adminPanel .button-place button:focus {
  outline: none;
}
body.theme-dark-blue #adminPanel .button-place button.save {
  background-color: #ffffff;
  display: block;
  border: none;
  margin-bottom: 10px;
  font-size: 26px;
  padding: 16px 20px;
  cursor: pointer;
  box-shadow: 0 0 12px -2px #fff;
  min-width: 170px;
}
body.theme-dark-blue #adminPanel .button-place button.save:hover {
  background-color: #d7d7d7;
}
body.theme-dark-blue #adminPanel .button-place button.cancel {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  margin-top: 14px;
}
body.theme-dark-blue #adminPanel .button-place button.cancel:active,
body.theme-dark-blue #adminPanel .button-place button.cancel:focus {
  color: #CDFFF8;
}
body.theme-dark-blue #adminPanel .button-place button.cancel:hover {
  text-decoration: underline;
}
body.theme-dark-blue .add-new-button {
  background: #6699ff;
  border: none;
  cursor: pointer;
  padding: 8px 16px;
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
body.theme-dark-blue .add-new-button.add-new-button-service,
body.theme-dark-blue .add-new-button.add-new-button-payment {
  display: inline-block;
}
body.theme-dark-blue .add-new-button:active,
body.theme-dark-blue .add-new-button:focus {
  outline: none;
}
body.theme-dark-blue .add-new-button:hover:not(:disabled) {
  background: rgba(102, 153, 255, 0.7);
}
body.theme-dark-blue .add-new-button:disabled {
  color: rgba(255, 255, 255, 0.3);
}
body.theme-dark-blue .requisites-list,
body.theme-dark-blue .representative-list {
  min-width: 200px;
}
body.theme-dark-blue .defendants-list,
body.theme-dark-blue .previous-numbers-list,
body.theme-dark-blue .requisites-list,
body.theme-dark-blue .representative-list,
body.theme-dark-blue .orders-list {
  width: 54% !important;
}
body.theme-dark-blue .defendants-list label,
body.theme-dark-blue .previous-numbers-list label,
body.theme-dark-blue .requisites-list label,
body.theme-dark-blue .representative-list label,
body.theme-dark-blue .orders-list label {
  width: auto;
  text-align: left;
  font-size: 15px;
  color: #222;
  display: block;
  margin-left: 0px;
  border-left: solid 6px #222;
  padding-left: 20px;
  padding-right: 40px;
  padding-bottom: 7px;
  background: #E6F5FF;
  margin-right: 0;
  padding-top: 7px;
}
body.theme-dark-blue .defendants-list ul,
body.theme-dark-blue .previous-numbers-list ul,
body.theme-dark-blue .requisites-list ul,
body.theme-dark-blue .representative-list ul,
body.theme-dark-blue .orders-list ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: -3px;
}
body.theme-dark-blue .defendants-list ul li,
body.theme-dark-blue .previous-numbers-list ul li,
body.theme-dark-blue .requisites-list ul li,
body.theme-dark-blue .representative-list ul li,
body.theme-dark-blue .orders-list ul li {
  min-width: 200px;
  margin-bottom: 3px;
  position: relative;
}
body.theme-dark-blue .defendants-list ul li button.remove-service,
body.theme-dark-blue .previous-numbers-list ul li button.remove-service,
body.theme-dark-blue .requisites-list ul li button.remove-service,
body.theme-dark-blue .representative-list ul li button.remove-service,
body.theme-dark-blue .orders-list ul li button.remove-service {
  width: auto;
  position: absolute;
  right: 2px;
  padding: 0px;
  top: 0;
}
body.theme-dark-blue .defendants-list ul li button,
body.theme-dark-blue .previous-numbers-list ul li button,
body.theme-dark-blue .requisites-list ul li button,
body.theme-dark-blue .representative-list ul li button,
body.theme-dark-blue .orders-list ul li button {
  display: block;
  width: 100%;
  background: #6699ff;
  border: none;
  cursor: pointer;
  padding: 17px 0;
  position: relative;
}
body.theme-dark-blue .defendants-list ul li button:active,
body.theme-dark-blue .previous-numbers-list ul li button:active,
body.theme-dark-blue .requisites-list ul li button:active,
body.theme-dark-blue .representative-list ul li button:active,
body.theme-dark-blue .orders-list ul li button:active,
body.theme-dark-blue .defendants-list ul li button:focus,
body.theme-dark-blue .previous-numbers-list ul li button:focus,
body.theme-dark-blue .requisites-list ul li button:focus,
body.theme-dark-blue .representative-list ul li button:focus,
body.theme-dark-blue .orders-list ul li button:focus {
  outline: none;
}
body.theme-dark-blue .defendants-list ul li button:hover,
body.theme-dark-blue .previous-numbers-list ul li button:hover,
body.theme-dark-blue .requisites-list ul li button:hover,
body.theme-dark-blue .representative-list ul li button:hover,
body.theme-dark-blue .orders-list ul li button:hover {
  background: rgba(102, 153, 255, 0.7);
}
body.theme-dark-blue .defendants-list ul li button span,
body.theme-dark-blue .previous-numbers-list ul li button span,
body.theme-dark-blue .requisites-list ul li button span,
body.theme-dark-blue .representative-list ul li button span,
body.theme-dark-blue .orders-list ul li button span {
  display: block;
  text-align: left;
  padding-left: 20px;
  font-size: 12px;
  margin-bottom: 4px;
  color: #222;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  word-wrap: break-word;
}
body.theme-dark-blue .defendants-list ul li button span i,
body.theme-dark-blue .previous-numbers-list ul li button span i,
body.theme-dark-blue .requisites-list ul li button span i,
body.theme-dark-blue .representative-list ul li button span i,
body.theme-dark-blue .orders-list ul li button span i {
  position: absolute;
  left: 5px;
  top: 0;
  width: 20px;
  text-align: center;
}
body.theme-dark-blue .defendants-list ul li button .not-save,
body.theme-dark-blue .previous-numbers-list ul li button .not-save,
body.theme-dark-blue .requisites-list ul li button .not-save,
body.theme-dark-blue .representative-list ul li button .not-save,
body.theme-dark-blue .orders-list ul li button .not-save {
  position: absolute;
  right: 20px;
  top: 3px;
  background: none;
  border-left: none;
  padding: 0;
  font-size: 11px;
  color: #656151;
}
body.theme-dark-blue .defendants-list ul li button.remove-it,
body.theme-dark-blue .previous-numbers-list ul li button.remove-it,
body.theme-dark-blue .requisites-list ul li button.remove-it,
body.theme-dark-blue .representative-list ul li button.remove-it,
body.theme-dark-blue .orders-list ul li button.remove-it {
  position: absolute;
  right: -20px;
  top: 0px;
  background: none;
  padding: 0;
  width: 10px;
}
body.theme-dark-blue .status-list {
  padding: 0;
  margin-top: 40px;
}
body.theme-dark-blue .status-list li {
  display: inline-block;
}
body.theme-dark-blue .status-list li button {
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
  background: #93d1ff;
  border: none;
  margin-right: 1px;
  color: #ffffff;
  text-transform: lowercase;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  opacity: 0.8;
  font-family: 'PT Sans', Arial, sans-serif;
}
body.theme-dark-blue .status-list li button.not-text i {
  margin-right: 0px;
}
body.theme-dark-blue .status-list li button i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
body.theme-dark-blue .status-list li button i.only-is {
  margin-right: 0;
}
body.theme-dark-blue .status-list li button:focus,
body.theme-dark-blue .status-list li button:active {
  outline: none;
}
body.theme-dark-blue .status-list li button.active {
  cursor: pointer;
  opacity: 1;
  background: #93d1ff;
  color: rgba(0, 0, 0, 0.6);
}
body.theme-dark-blue .status-list li button.active:hover {
  color: #ffffff;
}
body.theme-dark-blue .status-list li button.not-empty,
body.theme-dark-blue .status-list li button.activated {
  cursor: pointer;
  opacity: 1;
  background: #66cc66;
  color: #ffffff;
}
body.theme-dark-blue .status-list li button.not-empty:hover,
body.theme-dark-blue .status-list li button.activated:hover {
  color: #ffffff;
}
body.theme-dark-blue .status-list li button.fl {
  display: block;
  float: left;
}
body.theme-dark-blue .simple-add-form-item {
  background: #fff;
  margin-left: 133px;
  border-left: solid 4px;
  padding-top: 10px !important;
}
body.theme-dark-blue .simple-add-form-item.service-buttons {
  text-align: center;
}
body.theme-dark-blue .simple-add-form-item.level-2 {
  margin-left: 160px;
}
body.theme-dark-blue .simple-add-form-item textarea {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  min-height: 60px;
}
body.theme-dark-blue .simple-add-form-item .title-label {
  width: auto;
  text-align: left;
  font-size: 15px;
  color: #222;
  display: block;
  margin-left: 0;
  border-left: solid 6px #222;
  padding-left: 20px;
  padding-right: 40px;
  padding-bottom: 7px;
  background: #E6F5FF;
  margin-right: 0;
  padding-top: 7px;
}
body.theme-dark-blue .simple-add-form-item .add-new-button {
  margin-top: 0;
}
body.theme-dark-blue .simple-add-form-item.not-session-participant > div {
  width: 64% !important;
}
body.theme-dark-blue .simple-add-form-item > div {
  width: 48% !important;
}
body.theme-dark-blue #userProfile {
  display: none;
}
body.theme-dark-blue .k-widget.k-dropdown.k-header {
  background: none;
  border-radius: 0;
  border-bottom: 4px solid #4493c9;
}
body.theme-dark-blue .k-widget.k-dropdown.k-header .k-dropdown-wrap.k-state-default {
  background: #F9F9F9;
  border-radius: 0;
  border: none;
  height: 23px;
}
body.theme-dark-blue .k-widget.k-dropdown.k-header .k-dropdown-wrap.k-state-default .k-input {
  padding: 4px 4px;
}
body.theme-dark-blue .k-widget.k-autocomplete.disabled span.k-clear-value,
body.theme-dark-blue .k-widget.k-multiselect.disabled span.k-clear-value {
  display: none !important;
}
body.theme-dark-blue .k-widget.k-autocomplete.k-header,
body.theme-dark-blue .k-widget.k-multiselect.k-header {
  border: none;
  background: transparent;
}
body.theme-dark-blue .k-widget.k-autocomplete.k-header .k-icon.k-clear-value,
body.theme-dark-blue .k-widget.k-multiselect.k-header .k-icon.k-clear-value {
  margin-right: 0;
}
body.theme-dark-blue .k-widget.k-autocomplete.k-header .k-input,
body.theme-dark-blue .k-widget.k-multiselect.k-header .k-input {
  font-size: 9pt;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 4px solid #4493c9;
  background: #F9F9F9;
  color: #222;
  padding-left: 4px;
  padding-right: 2px;
}
body.theme-dark-blue .k-widget.k-autocomplete.k-header .k-input::placeholder,
body.theme-dark-blue .k-widget.k-multiselect.k-header .k-input::placeholder {
  color: #222;
}
body.theme-dark-blue .k-widget.k-multiselect.k-header {
  border: none;
}
body.theme-dark-blue .k-widget.k-multiselect.k-header li {
  border-radius: 0;
  background: #E6D65E;
  border: none;
}
body.theme-dark-blue .k-widget.k-multiselect.k-header .k-multiselect-wrap.k-floatwrap {
  border-radius: 0;
  background: #F9F9F9;
}
body.theme-dark-blue .k-widget.k-multiselect.k-header .k-multiselect-wrap.k-floatwrap .k-input {
  font-size: 9pt;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 4px solid #4493c9;
  background: #F9F9F9;
  color: #222;
  padding-left: 4px;
}
body.theme-dark-blue .k-widget.k-datepicker.k-header {
  background: none;
  background-image: none;
  border: none;
  margin-bottom: 2px;
  margin-top: 2px;
  min-height: 27px;
}
body.theme-dark-blue .k-widget.k-datepicker.k-header .k-picker-wrap.k-state-default {
  background: none;
  border-radius: 0;
  border: none;
}
body.theme-dark-blue .k-widget.k-datepicker.k-header .k-picker-wrap.k-state-default input {
  border-bottom: 4px solid #4493c9;
  border-right: none;
}
body.theme-dark-blue .k-widget.k-datepicker.k-header .k-picker-wrap.k-state-default .k-select {
  border: none;
}
body.theme-dark-blue .k-widget.k-numerictextbox .k-numeric-wrap.k-state-default {
  height: 30px;
  border: none;
  background: none;
}
body.theme-dark-blue .k-widget.k-numerictextbox .k-numeric-wrap.k-state-default input {
  display: inline-block;
  border-radius: 0;
  border-bottom: 4px solid #4493c9;
}
body.theme-dark-blue .k-widget.k-numerictextbox .k-numeric-wrap.k-state-default > .k-select {
  background: transparent;
  border-left: none;
}
body.theme-dark-blue .k-widget.k-numerictextbox .k-numeric-wrap.k-state-default > .k-select .k-link {
  height: 16px;
}
body.theme-dark-blue .k-widget.k-numerictextbox .k-numeric-wrap.k-state-default > .k-select .k-link .k-icon.k-i-arrow-s {
  background-position: 0 -37px;
  vertical-align: top;
  margin-top: 2px;
}
body.theme-dark-blue .k-widget.k-numerictextbox .k-numeric-wrap.k-state-default > .k-select .k-link.k-state-selected {
  background: none;
  opacity: 0.4;
}
body.theme-dark-blue .k-popup.k-calendar-container,
body.theme-dark-blue .k-popup.k-list-container {
  background: #f9f9f9;
  border-radius: 0;
}
body.theme-dark-blue .k-popup.k-calendar-container .k-list .k-state-focused,
body.theme-dark-blue .k-popup.k-list-container .k-list .k-state-focused {
  box-shadow: none;
  border-radius: 0;
  background: #fff;
}
body.theme-dark-blue .k-popup.k-calendar-container .k-list .k-state-selected,
body.theme-dark-blue .k-popup.k-list-container .k-list .k-state-selected {
  background: #E6D65E;
  color: #222;
  border-color: #E6D65E;
}
body.theme-dark-blue .k-popup.k-calendar-container .k-list .k-state-hover,
body.theme-dark-blue .k-popup.k-list-container .k-list .k-state-hover {
  background: #4493C9;
  color: #fff;
  border-color: #4493C9;
}
body.theme-dark-blue .k-datepicker .red-label {
  display: none;
  color: #e90f0f;
}
body.theme-dark-blue input[type="checkbox"] {
  opacity: 0;
  width: 21px;
  height: 20px;
  margin: 0;
  top: 5px;
  position: relative;
  cursor: pointer;
}
body.theme-dark-blue input[type="checkbox"] + label {
  min-height: 20px;
  display: inline-block;
  margin-left: -18px;
  padding: 0 0 0 30px;
  cursor: pointer;
  background: url('../../images/check.png') no-repeat 0 0;
}
body.theme-dark-blue input[type="checkbox"]:checked + label {
  background-position: 0 -20px;
}
body.theme-dark-blue input[type="radio"] {
  opacity: 0;
  width: 21px;
  height: 20px;
  margin: 0;
  top: 5px;
  position: relative;
  cursor: pointer;
  display: none;
}
body.theme-dark-blue input[type="radio"] + label {
  min-height: 20px;
  display: inline-block;
  margin-left: 0;
  padding: 0 0 0 25px;
  cursor: pointer;
  background: url('../../images/radio.png') no-repeat 4px 2px;
}
body.theme-dark-blue input[type="radio"]:checked + label {
  background-position: 4px -24px;
}
body.theme-dark-blue ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body.theme-dark-blue ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /*border-radius: 3px;*/
}
body.theme-dark-blue ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body.theme-dark-blue .k-upload {
  border: none;
  background-color: #fff;
}
body.theme-dark-blue .k-upload .k-dropzone {
  padding-left: 0;
  padding-top: 0;
}
body.theme-dark-blue .k-upload .k-upload-button {
  border-radius: 0;
  margin-left: 0;
  margin-top: 0;
}
body.theme-dark-blue .k-upload-selected {
  display: none;
}
body.theme-dark-blue .k-upload-files {
  display: none;
}
body.theme-dark-blue #existing-files,
body.theme-dark-blue #doc-existing-files,
body.theme-dark-blue #executor-existing-files,
body.theme-dark-blue #processual-existing-files {
  display: block;
  min-width: 20em;
}
body.theme-dark-blue #exclude-application-popup .content > div input {
  width: 220px;
}
body.theme-dark-blue #exclude-application-popup .k-upload .k-upload-status,
body.theme-dark-blue #change-adv-cause .k-upload .k-upload-status,
body.theme-dark-blue #exclude-application-popup .k-upload .k-button:not(.k-upload-button),
body.theme-dark-blue #change-adv-cause .k-upload .k-button:not(.k-upload-button) {
  display: none;
}
body.theme-dark-blue #exclude-application-popup .exclude-application-files,
body.theme-dark-blue #change-adv-cause .exclude-application-files {
  display: block;
}
body.theme-dark-blue #exclude-application-popup .exclude-application-files-container,
body.theme-dark-blue #change-adv-cause .exclude-application-files-container {
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box;
}
body.theme-dark-blue #doc-existing-files .k-upload-status {
  right: 0;
  position: relative;
  float: right;
}
body.theme-dark-blue .k-file {
  height: 30px;
}
body.theme-dark-blue .k-file > .k-icon {
  margin-top: -25px;
}
body.theme-dark-blue .k-file .k-filename {
  max-width: 80%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.theme-dark-blue .k-dropdown-wrap .k-input {
  height: auto !important;
}
body.theme-dark-blue .sign-payments-popup-block .description > span {
  display: block;
}
body.theme-dark-blue .print-popup-block,
body.theme-dark-blue .sign-payments-popup-block {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border: 2px solid #4493C9;
  box-shadow: 4px 8px 22px -7px #4493C9;
  background: #fff;
  padding-bottom: 5px;
}
body.theme-dark-blue .print-popup-block.w-500,
body.theme-dark-blue .sign-payments-popup-block.w-500 {
  width: 500px;
}
body.theme-dark-blue .print-popup-block.w-650,
body.theme-dark-blue .sign-payments-popup-block.w-650 {
  width: 650px;
}
body.theme-dark-blue .print-popup-block.w-600,
body.theme-dark-blue .sign-payments-popup-block.w-600 {
  width: 600px;
}
body.theme-dark-blue .print-popup-block.w-750,
body.theme-dark-blue .sign-payments-popup-block.w-750 {
  width: 750px;
}
body.theme-dark-blue .print-popup-block.reg-docs-search .grid > div > div > div:nth-child(1),
body.theme-dark-blue .sign-payments-popup-block.reg-docs-search .grid > div > div > div:nth-child(1) {
  width: 35px !important;
}
body.theme-dark-blue .print-popup-block.reg-docs-search .grid > div > div > div:nth-child(2),
body.theme-dark-blue .sign-payments-popup-block.reg-docs-search .grid > div > div > div:nth-child(2) {
  width: 10% !important;
}
body.theme-dark-blue .print-popup-block.reg-docs-search .grid > div > div > div:nth-child(3),
body.theme-dark-blue .sign-payments-popup-block.reg-docs-search .grid > div > div > div:nth-child(3) {
  width: 17% !important;
  word-wrap: break-word;
}
body.theme-dark-blue .print-popup-block.reg-docs-search .grid > div > div > div:nth-child(4),
body.theme-dark-blue .sign-payments-popup-block.reg-docs-search .grid > div > div > div:nth-child(4) {
  width: 9% !important;
}
body.theme-dark-blue .print-popup-block.reg-docs-search .grid > div > div > div:nth-child(5),
body.theme-dark-blue .sign-payments-popup-block.reg-docs-search .grid > div > div > div:nth-child(5) {
  width: 25% !important;
}
body.theme-dark-blue .print-popup-block.reg-docs-search .grid > div > div > div:nth-child(6),
body.theme-dark-blue .sign-payments-popup-block.reg-docs-search .grid > div > div > div:nth-child(6) {
  width: 23% !important;
}
body.theme-dark-blue .print-popup-block.reg-docs-search .grid > div > div > div input[type="checkbox"],
body.theme-dark-blue .sign-payments-popup-block.reg-docs-search .grid > div > div > div input[type="checkbox"] {
  top: 0;
}
body.theme-dark-blue .print-popup-block.reg-docs-search .grid > div.table,
body.theme-dark-blue .sign-payments-popup-block.reg-docs-search .grid > div.table {
  max-height: 400px;
  overflow-y: auto;
}
body.theme-dark-blue .print-popup-block.reg-docs-search .grid > div.table > div,
body.theme-dark-blue .sign-payments-popup-block.reg-docs-search .grid > div.table > div {
  line-height: 18px;
}
body.theme-dark-blue .print-popup-block.reg-docs-search .grid > div.table > div > div:nth-child(5),
body.theme-dark-blue .sign-payments-popup-block.reg-docs-search .grid > div.table > div > div:nth-child(5),
body.theme-dark-blue .print-popup-block.reg-docs-search .grid > div.table > div > div:nth-child(6),
body.theme-dark-blue .sign-payments-popup-block.reg-docs-search .grid > div.table > div > div:nth-child(6) {
  padding-left: 6px;
}
body.theme-dark-blue .print-popup-block.exclude-application .content > div:not(.message),
body.theme-dark-blue .sign-payments-popup-block.exclude-application .content > div:not(.message) {
  margin-left: 13px;
  display: flex;
}
body.theme-dark-blue .print-popup-block.exclude-application .content > div:not(.message) .k-widget.k-datepicker input,
body.theme-dark-blue .sign-payments-popup-block.exclude-application .content > div:not(.message) .k-widget.k-datepicker input {
  padding-right: 10px;
}
body.theme-dark-blue .print-popup-block.exclude-application .content > div:not(.message) label,
body.theme-dark-blue .sign-payments-popup-block.exclude-application .content > div:not(.message) label {
  text-align: left;
  width: 210px;
  position: relative;
  display: flex;
  line-height: 33px;
}
body.theme-dark-blue .print-popup-block.exclude-application .content > div:not(.message) label sub,
body.theme-dark-blue .sign-payments-popup-block.exclude-application .content > div:not(.message) label sub {
  display: block;
  right: 0px;
  top: 0;
  color: #DA4E4E;
  font-size: 17px;
}
body.theme-dark-blue .print-popup-block.exclude-application .content > div:not(.message) input,
body.theme-dark-blue .sign-payments-popup-block.exclude-application .content > div:not(.message) input {
  width: 270px;
  margin: 0;
}
body.theme-dark-blue .print-popup-block.exclude-application .content > div:not(.message) span.prefix,
body.theme-dark-blue .sign-payments-popup-block.exclude-application .content > div:not(.message) span.prefix {
  width: 20px;
  line-height: 33px;
}
body.theme-dark-blue .print-popup-block.exclude-application .content > div:not(.message) span.prefix + input,
body.theme-dark-blue .sign-payments-popup-block.exclude-application .content > div:not(.message) span.prefix + input {
  width: 200px !important;
}
body.theme-dark-blue .print-popup-block.duplicate-documents textarea,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents textarea {
  width: 91%;
}
body.theme-dark-blue .print-popup-block.duplicate-documents textarea.validation-error,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents textarea.validation-error {
  border-color: red;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div > div.ssd-doc-container,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div > div.ssd-doc-container {
  cursor: default !important;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div > div.ssd-doc-container:hover,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div > div.ssd-doc-container:hover,
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div > div.ssd-doc-container.active,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div > div.ssd-doc-container.active {
  background-color: transparent !important;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div > div > div:nth-child(1),
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div > div > div:nth-child(1) {
  width: 17% !important;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div > div > div:nth-child(2),
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div > div > div:nth-child(2) {
  width: 12% !important;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div > div > div:nth-child(3),
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div > div > div:nth-child(3) {
  width: 12% !important;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div > div > div:nth-child(4),
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div > div > div:nth-child(4) {
  width: 15% !important;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div > div > div:nth-child(5),
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div > div > div:nth-child(5) {
  width: 25% !important;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div > div > div:nth-child(6),
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div > div > div:nth-child(6) {
  width: 9% !important;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div > div > div button,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div > div > div button {
  background: #6699ff;
  color: #ffffff;
  cursor: pointer;
  border: none;
  font-size: 11px;
  padding: 4px 2px;
  display: block;
  margin: 0 auto;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div.table,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div.table {
  max-height: 400px;
  overflow-y: auto;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div.table > div,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div.table > div {
  line-height: 18px;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div.table i,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div.table i {
  width: 10px;
  text-align: center;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div.table i.red,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div.table i.red {
  color: red;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .grid > div.table i.yellow,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .grid > div.table i.yellow {
  color: darkorange;
}
body.theme-dark-blue .print-popup-block.duplicate-documents .message.situation,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents .message.situation {
  display: none;
}
body.theme-dark-blue .print-popup-block.duplicate-documents.situation .message,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents.situation .message {
  display: none;
}
body.theme-dark-blue .print-popup-block.duplicate-documents.situation .message.situation,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents.situation .message.situation {
  display: block;
}
body.theme-dark-blue .print-popup-block.duplicate-documents.situation .button-panel > div,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents.situation .button-panel > div {
  margin-top: 7px;
}
body.theme-dark-blue .print-popup-block.duplicate-documents.situation .button-panel > div > *,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents.situation .button-panel > div > * {
  margin-right: 0;
  margin-left: 5px;
}
body.theme-dark-blue .print-popup-block.duplicate-documents:not(.situation) .grid .table i,
body.theme-dark-blue .sign-payments-popup-block.duplicate-documents:not(.situation) .grid .table i {
  display: none;
}
body.theme-dark-blue .print-popup-block.return-to-court-reason-reg .content,
body.theme-dark-blue .sign-payments-popup-block.return-to-court-reason-reg .content {
  padding: 10px;
}
body.theme-dark-blue .print-popup-block.return-to-court-reason-reg .content textarea,
body.theme-dark-blue .sign-payments-popup-block.return-to-court-reason-reg .content textarea {
  width: 100%;
  max-width: 100%;
  background: #f9f9f9;
  min-width: 100%;
  box-sizing: border-box;
  margin: 20px 0;
  text-align: left;
}
body.theme-dark-blue .print-popup-block.change-adv-cause-select-popup .content,
body.theme-dark-blue .sign-payments-popup-block.change-adv-cause-select-popup .content {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.theme-dark-blue .print-popup-block.change-adv-cause-select-popup .content > div > label,
body.theme-dark-blue .sign-payments-popup-block.change-adv-cause-select-popup .content > div > label {
  width: auto;
}
body.theme-dark-blue .print-popup-block.change-adv-cause-select-popup .content .k-widget.k-datepicker input,
body.theme-dark-blue .sign-payments-popup-block.change-adv-cause-select-popup .content .k-widget.k-datepicker input {
  padding-right: 0px;
}
body.theme-dark-blue .print-popup-block.change-adv-cause-popup .content,
body.theme-dark-blue .sign-payments-popup-block.change-adv-cause-popup .content {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.theme-dark-blue .print-popup-block.change-adv-cause-popup .content > div label,
body.theme-dark-blue .sign-payments-popup-block.change-adv-cause-popup .content > div label {
  text-align: left;
  padding-left: 10px;
}
body.theme-dark-blue .print-popup-block.change-adv-cause-popup .content > div.text label,
body.theme-dark-blue .sign-payments-popup-block.change-adv-cause-popup .content > div.text label {
  width: 31%;
}
body.theme-dark-blue .print-popup-block.change-adv-cause-popup .content > div.text input,
body.theme-dark-blue .sign-payments-popup-block.change-adv-cause-popup .content > div.text input {
  width: 53%;
}
body.theme-dark-blue .print-popup-block.change-adv-cause-popup .content > div.text-area label,
body.theme-dark-blue .sign-payments-popup-block.change-adv-cause-popup .content > div.text-area label {
  width: 100%;
}
body.theme-dark-blue .print-popup-block.change-adv-cause-popup .content > div.text-area textarea,
body.theme-dark-blue .sign-payments-popup-block.change-adv-cause-popup .content > div.text-area textarea {
  width: 89%;
}
body.theme-dark-blue .print-popup-block .header_popup,
body.theme-dark-blue .sign-payments-popup-block .header_popup {
  background: #4493C9;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}
body.theme-dark-blue .print-popup-block .header_popup h3,
body.theme-dark-blue .sign-payments-popup-block .header_popup h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}
body.theme-dark-blue .print-popup-block .header_popup > div.text,
body.theme-dark-blue .sign-payments-popup-block .header_popup > div.text {
  display: flex;
  width: 100%;
}
body.theme-dark-blue .print-popup-block .header_popup > div.text label,
body.theme-dark-blue .sign-payments-popup-block .header_popup > div.text label {
  width: 53%;
  text-align: left;
  line-height: 33px;
}
body.theme-dark-blue .print-popup-block .header_popup > div.text input,
body.theme-dark-blue .sign-payments-popup-block .header_popup > div.text input {
  margin: 0;
  width: 35%;
}
body.theme-dark-blue .print-popup-block .header_popup > div.text-area label,
body.theme-dark-blue .sign-payments-popup-block .header_popup > div.text-area label {
  width: auto;
  text-align: left;
}
body.theme-dark-blue .print-popup-block .header_popup > div.text-area textarea,
body.theme-dark-blue .sign-payments-popup-block .header_popup > div.text-area textarea {
  width: 90%;
  margin: 0;
}
body.theme-dark-blue .print-popup-block .header_popup > div > input + label,
body.theme-dark-blue .sign-payments-popup-block .header_popup > div > input + label {
  width: auto;
}
body.theme-dark-blue .print-popup-block .message,
body.theme-dark-blue .sign-payments-popup-block .message {
  padding: 0 13px;
  font-size: 14px;
}
body.theme-dark-blue .print-popup-block .description,
body.theme-dark-blue .sign-payments-popup-block .description {
  padding: 20px 10px;
  font-size: 14px;
}
body.theme-dark-blue .print-popup-block .content > div,
body.theme-dark-blue .sign-payments-popup-block .content > div {
  display: block;
  margin: 10px 0;
}
body.theme-dark-blue .print-popup-block .content > div > label,
body.theme-dark-blue .sign-payments-popup-block .content > div > label {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  text-transform: lowercase;
  text-align: right;
}
body.theme-dark-blue .print-popup-block .content > div > div,
body.theme-dark-blue .sign-payments-popup-block .content > div > div {
  display: inline-block;
  position: relative;
}
body.theme-dark-blue .print-popup-block .content > div > div > .k-upload .k-button,
body.theme-dark-blue .sign-payments-popup-block .content > div > div > .k-upload .k-button {
  background-color: #E6D65E;
  background-image: none;
  border: none;
  padding: 0 7px;
}
body.theme-dark-blue .print-popup-block .content > div > div > .k-upload .k-button:hover,
body.theme-dark-blue .sign-payments-popup-block .content > div > div > .k-upload .k-button:hover {
  color: #fff;
}
body.theme-dark-blue .print-popup-block .content > div > div > .k-upload.k-state-disabled,
body.theme-dark-blue .sign-payments-popup-block .content > div > div > .k-upload.k-state-disabled {
  opacity: 1;
}
body.theme-dark-blue .print-popup-block .content > div > div > .k-upload.k-state-disabled .k-button,
body.theme-dark-blue .sign-payments-popup-block .content > div > div > .k-upload.k-state-disabled .k-button {
  background-color: #DEDCDC;
  background-image: none;
  color: #555;
  border: none;
}
body.theme-dark-blue .print-popup-block .content > div > div > .k-upload.k-state-disabled .k-button:hover,
body.theme-dark-blue .sign-payments-popup-block .content > div > div > .k-upload.k-state-disabled .k-button:hover {
  color: #555;
}
body.theme-dark-blue .print-popup-block .content > div.grid,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid {
  padding: 0 10px;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div {
  display: block;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div.error,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div.error,
body.theme-dark-blue .print-popup-block .content > div.grid > div.search,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div.search {
  padding-top: 5px;
  text-align: center;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div.error,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div.error {
  color: red;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div > div,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div > div {
  display: block;
  padding: 3px 0;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div > div:hover,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div > div:hover {
  background-color: #eee;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div > div.ssd-doc-container,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div > div.ssd-doc-container {
  cursor: pointer;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div > div.ssd-doc-container.active,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div > div.ssd-doc-container.active {
  background-color: #ddd;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div > div.ssd-participants-container > div:nth-child(1),
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div > div.ssd-participants-container > div:nth-child(1) {
  width: 8%;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div > div.ssd-participants-container > div:nth-child(2),
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div > div.ssd-participants-container > div:nth-child(2) {
  width: 60%;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div > div.ssd-participants-container > div:nth-child(3),
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div > div.ssd-participants-container > div:nth-child(3) {
  width: 23%;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div > div > div,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div > div > div {
  display: inline-block;
  padding-right: 5px;
  padding-left: 3px;
  vertical-align: top;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div > div > div:nth-child(1),
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div > div > div:nth-child(1) {
  width: 17%;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div > div > div:nth-child(2),
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div > div > div:nth-child(2) {
  width: 22%;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div > div > div:nth-child(3),
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div > div > div:nth-child(3) {
  width: 23%;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div > div > div:nth-child(4),
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div > div > div:nth-child(4) {
  width: 29%;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div.header,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div.header {
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding: 0px !important;
  height: auto;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div.header > div:hover,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div.header > div:hover {
  background-color: #fff;
}
body.theme-dark-blue .print-popup-block .content > div.grid > div.header > div > div,
body.theme-dark-blue .sign-payments-popup-block .content > div.grid > div.header > div > div {
  vertical-align: bottom;
}
body.theme-dark-blue .print-popup-block .content > .error,
body.theme-dark-blue .sign-payments-popup-block .content > .error {
  color: red;
  display: block;
  margin-top: -10px;
  padding: 0 10px;
}
body.theme-dark-blue .print-popup-block .content > .info,
body.theme-dark-blue .sign-payments-popup-block .content > .info {
  color: blue;
  display: block;
  margin-top: -10px;
  padding: 0 10px;
}
body.theme-dark-blue .print-popup-block .button-panel,
body.theme-dark-blue .sign-payments-popup-block .button-panel {
  padding-right: 10px;
  text-align: right;
  padding-bottom: 5px;
}
body.theme-dark-blue .print-popup-block .button-panel > div,
body.theme-dark-blue .sign-payments-popup-block .button-panel > div {
  display: inline-block;
  margin-bottom: -2px;
}
body.theme-dark-blue .print-popup-block .button-panel button,
body.theme-dark-blue .sign-payments-popup-block .button-panel button {
  cursor: pointer;
  opacity: 1;
  background: #E6D65E;
  color: #555;
  vertical-align: top;
  border: none;
  margin-right: 1px;
  padding: 3px 8px;
  font-size: 13px;
  font-family: 'PT Sans', Arial, sans-serif;
}
body.theme-dark-blue .print-popup-block .button-panel button:first-child,
body.theme-dark-blue .sign-payments-popup-block .button-panel button:first-child {
  margin-right: 5px;
}
body.theme-dark-blue .print-popup-block .button-panel button:hover:not([disabled]),
body.theme-dark-blue .sign-payments-popup-block .button-panel button:hover:not([disabled]) {
  color: #fff;
}
body.theme-dark-blue .print-popup-block .button-panel button[disabled],
body.theme-dark-blue .sign-payments-popup-block .button-panel button[disabled] {
  cursor: default;
  background-color: #DEDCDC;
}
body.theme-dark-blue .print-popup-block .button-panel button i,
body.theme-dark-blue .sign-payments-popup-block .button-panel button i {
  margin-right: 3px;
}
body.theme-dark-blue .print-popup-block .button-panel a,
body.theme-dark-blue .sign-payments-popup-block .button-panel a {
  vertical-align: bottom;
  color: #555;
  text-decoration: none;
}
body.theme-dark-blue .print-popup-block .button-panel a:hover,
body.theme-dark-blue .sign-payments-popup-block .button-panel a:hover {
  text-decoration: underline;
}
body.theme-dark-blue .print-popup-block .mfp-close,
body.theme-dark-blue .sign-payments-popup-block .mfp-close {
  display: none;
}
body.theme-dark-blue .print-popup-block .k-button,
body.theme-dark-blue .sign-payments-popup-block .k-button {
  font-size: 13px;
  font-family: 'PT Sans', Arial, sans-serif;
}
@media (max-width: 1030px) {
  body.theme-dark-blue .header {
    padding: 5px 30px;
  }
  body.theme-dark-blue .header > label {
    font-size: 16px;
    float: left;
    margin-top: 0px;
  }
  body.theme-dark-blue .header:after {
    display: block;
  }
  body.theme-dark-blue .header > ul > li a span {
    display: none;
  }
  body.theme-dark-blue .header > ul:last-child {
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 3px;
    padding-left: 30px;
  }
}
body.theme-dark-blue .k-widget.k-datepicker .k-picker-wrap,
body.theme-dark-blue .k-widget.k-dropdown .k-picker-wrap,
body.theme-dark-blue .k-widget.k-datepicker .k-dropdown-wrap,
body.theme-dark-blue .k-widget.k-dropdown .k-dropdown-wrap {
  box-shadow: none !important;
  padding-bottom: 0;
}
body.theme-dark-blue .k-animation-container .k-calendar-container .k-content .k-today:not(.k-state-selected) {
  background-color: transparent;
}
body.theme-dark-blue .k-animation-container .k-calendar-container .k-content .k-today:not(.k-state-selected) a {
  color: inherit;
}
body.theme-dark-blue #document-services-filter-list {
  width: 320px !important;
}
body.theme-dark-blue #document-contractor-filter-list {
  width: 400px !important;
}
body.theme-dark-blue #document-contractor-representatives-filter-list,
body.theme-dark-blue #author-filter-value-list,
body.theme-dark-blue #signer-filter-value-list,
body.theme-dark-blue #document-judges-filter-list {
  width: 270px !important;
}
body.theme-dark-blue .k-icon.k-i-calendar,
body.theme-dark-blue .k-icon.k-i-clock {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background-image: none;
  background-color: #6699ff;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  font-size: 0;
  margin-right: 5px;
}
body.theme-dark-blue .k-icon.k-i-calendar:before,
body.theme-dark-blue .k-icon.k-i-clock:before {
  font-size: 18px;
  color: white;
  line-height: 30px;
}
body.theme-dark-blue .k-icon.k-i-clock:before {
  content: '\f017';
}
body.theme-dark-blue .k-icon.k-i-calendar:before {
  content: '\f073';
}
body.theme-dark-blue .filter-block .k-widget.k-datepicker .k-picker-wrap input {
  width: 55% !important;
}
body.theme-dark-blue .date-filter-block span.k-datepicker .k-select {
  right: 5px;
}