/*!
 * SED CSS
 */
a {
  color: #82C0CC;
  text-decoration: none;
  cursor: pointer;
}
.middle-font-size {
  font-size: 13px;
}
.mini-font-size {
  font-size: 11px;
}
.box-shadow {
  box-shadow: 7px 7px 6px -5px rgba(0, 0, 0, 0.2);
}
.btn-shadow {
  box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.2);
}
.select-shadow {
  box-shadow: 2px 9px 10px 2px rgba(0, 0, 0, 0.4);
}
.top-radius {
  border-radius: 10px 10px 0 0;
}
.box-shadow-small {
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.2);
}
.title-font {
  font: bold 18px/20px Verdana, sans-serif;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
}
.title-style {
  font: bold 18px/20px Verdana, sans-serif;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #3C7A89;
}
.primary-color {
  color: #82C0CC;
}
.warning-color {
  color: #E94723;
}
.podved-color {
  color: #E94723;
}
.medo-color {
  color: #2a72c8;
}
.connected-color {
  color: #25a82f;
}
.connected-org-color {
  color: #FFFF00;
}
.unconnected-color {
  color: #555;
}
.btn-second {
  background-color: #F2F4F7;
  border: 1px solid #eaeaea;
  color: #555;
}
.success-color {
  color: #25a82f;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top !important;
}
.primary-text-color {
  color: #555;
}
.sub-head {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #c9d7e4;
  border-top: 1px solid #c9d7e4;
}
body {
  margin: 01px;
  padding: 0;
  color: #555;
  font: 13px Arial, Tahoma, sans-serif;
  background: #E9E9E9;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
li {
  padding: 3px 1px 5px 5px;
}
h1,
h2,
h3,
h4 {
  color: #555;
}
h1 {
  font-size: 22px;
  font-weight: 600;
}
p {
  margin: 0;
  padding: 5px 0;
}
img {
  border-width: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  height: auto;
  margin: 0 auto;
  width: 1485px;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  min-height: 900px;
}
#wrapper__head {
  margin: 0 20px;
  display: flex;
}
#wrapper__head .logotype {
  display: flex;
  align-items: center;
}
#wrapper__head .logotype .logo,
#wrapper__head .logotype .logo:focus,
#wrapper__head .logotype .logo:active,
#wrapper__head .logotype .logo:visited {
  background: url(/design/images/logo_a_dark.png);
  background-size: cover;
  height: 94px;
  width: 420px;
  padding: 0;
}
#wrapper__head .news {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 15px 0 15px;
}
#wrapper__head .user-info-block {
  display: flex;
  flex-direction: column;
}
#wrapper__head #login-name-bg #user {
  margin: 10px 0;
  display: flex;
  align-items: center;
  z-index: 21;
}
#wrapper__head #login-name-bg #notify,
#wrapper__head #login-name-bg #remind {
  position: relative;
}
#wrapper__head #login-name-bg #notify span.cnt,
#wrapper__head #login-name-bg #remind span.cnt {
  background-color: transparent;
  color: #EDF5FA;
  padding: 3px 6px;
  font-size: 10px;
  border-radius: 20px;
  cursor: pointer;
  position: absolute;
  top: -2%;
  right: -2%;
}
#wrapper__head #login-name-bg #notify.active-notify span.cnt,
#wrapper__head #login-name-bg #remind.active-notify span.cnt {
  background-color: #f94144;
}
#wrapper__head #login-name-bg #notify.active-notify .notify-btn,
#wrapper__head #login-name-bg #remind.active-notify .notify-btn {
  color: #d1d9e1;
}
#wrapper__head #login-name-bg #notify.active-notify .notify-btn:hover,
#wrapper__head #login-name-bg #remind.active-notify .notify-btn:hover {
  color: #EDF5FA;
}
#wrapper__head #login-name-bg .notify-btn {
  background: none;
  border: none;
  color: #82C0CC;
  font-size: 20px;
  padding-top: 3px;
  box-shadow: none;
}
#wrapper__head #login-name-bg .title-login {
  display: inline-block;
  color: #555;
  padding: 0 15px 0 8px;
}
#wrapper__head #login-name-bg .title-login .hello {
  white-space: nowrap;
}
.inline {
  display: inline-block;
}
.flex {
  display: flex;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-align: center;
}
.w100 {
  width: 100%;
}
.mtb15 {
  margin: 15px 0;
}
.mtb10 {
  margin: 10px 0;
}
.mb15 {
  margin-bottom: 15px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mrl10 {
  margin-right: 10px;
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml30 {
  margin-left: 30px;
}
.mrl15 {
  margin-right: 15px;
  margin-left: 15px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml20 {
  margin-left: 20px;
}
.m20 {
  margin: 20px;
}
.m15 {
  margin: 15px;
}
.pagination-label {
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  top: 7px;
  position: relative;
  padding-left: 12px;
}
#top_header {
  background: #fafafa;
  height: 111px;
  width: 100%;
  margin: 0 auto 30px;
  display: block;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#top_header.emptyNews {
  height: 98px;
}
.support-phone {
  padding-left: 10px;
  padding-top: 10px;
}
.label {
  font-weight: bold;
}
[type='button'],
[type='submit'],
.a-btn {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  background: #3C7A89;
  border: 1px solid #3C7A89;
  border-radius: 10px;
  color: #fff;
  height: 29px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  padding: 0 9px 2px;
  text-shadow: none;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  transition: ease 0.3s;
  box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.2);
}
[type='button'][disabled],
[type='submit'][disabled],
.a-btn[disabled] {
  background-color: #bbb;
  border: 1px solid #999;
}
[type='button']:hover,
[type='submit']:hover,
.a-btn:hover {
  background: #2c5a66;
  color: #fff;
  transition: ease 0.3s;
}
[type='button']:active,
[type='submit']:active,
.a-btn:active {
  background: #28515b;
  color: #fff;
  transition: ease 0.3s;
}
[type='button']:focus,
[type='submit']:focus,
.a-btn:focus {
  outline-color: transparent;
}
.a-btn {
  padding: 0 9px;
  height: 29px;
  line-height: 26px;
}
.a-btn:focus,
.a-btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn {
  box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.2);
}
.reset__btn {
  color: #3C7A89;
  border: 1px solid #3C7A89;
  background-color: transparent;
  margin-left: 15px;
  transition: ease 0.3s;
}
.reset__btn:hover {
  color: #fff;
  transition: ease 0.3s;
}
.exit__btn {
  display: inline-table;
}
.a-btn:hover {
  text-decoration: none;
}
.inactive-btn {
  opacity: .65;
  cursor: not-allowed;
}
#time-ticker {
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  text-align: center;
}
#time-ticker .time {
  display: flex;
  align-items: center;
}
#time-ticker p {
  color: #555;
  font-size: 10px;
  position: relative;
  top: -16px;
  margin: 0;
}
#time-ticker > .separator {
  position: relative;
  display: block;
  font-size: 20px;
  top: 5px;
  color: #3C7A89;
}
#time-ticker #fh,
#time-ticker #sm {
  position: relative;
  top: 2px;
  padding: 0 3px;
}
#time-ticker #tick-time-date {
  top: 0px;
  font-size: 11px;
}
#time-ticker #fh-chas,
#time-ticker #sm-min {
  text-align: center;
  color: #3C7A89;
  display: block;
  font-size: 25px;
}
.error {
  color: #E94723;
  font-weight: bold;
}
.success {
  color: #E94723;
  font-weight: bold;
  color: #25a82f;
}
.wait {
  color: #555;
}
#content {
  padding: 30px;
  font-family: tahoma, sans-serif;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  margin-right: 15px;
}
#content.auth-content {
  width: 370px;
  margin: 100px auto;
  background: url("/design/images/big_logo_gray.png") no-repeat 50% 50%;
  background-color: #fff;
  border-radius: 12px;
}
.auth-form {
  margin: auto;
  width: 260px;
}
.auth-form h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.auth-form label {
  font-weight: bold;
}
.auth-form input[type='text'],
.auth-form input[type='password'] {
  width: 100%;
}
.auth-form input {
  margin: 0 0 15px;
}
.auth-form #auth[submit] {
  display: block;
  margin: auto;
  padding: 3px 33px;
  height: auto;
}
input:focus-visible {
  outline-color: #3C7A89;
}
.auth-error {
  margin: 10px 0;
  color: #E94723;
  font-weight: bold;
}
.req {
  color: #E94723;
  font-weight: bold;
  padding-left: 2px;
}
/************ Menu *******/
.left-column {
  display: block;
  float: left;
  width: 220px;
}
.left-column .menu-container .menu-block {
  margin-bottom: 25px;
  display: block;
  border-radius: 10px;
  box-shadow: 7px 7px 6px -5px rgba(0, 0, 0, 0.2);
}
.left-column .menu-container .menu-block .header {
  font: bold 18px/20px Verdana, sans-serif;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  background-color: #3C7A89;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.left-column .menu-container .menu-block .body li {
  display: inline-block;
  background: #fff;
  width: 100%;
  text-decoration: none;
  padding: 10px 23px;
  border-left: 2px solid transparent;
  transition: ease 0.3s;
}
.left-column .menu-container .menu-block .body li a {
  cursor: pointer;
  color: #555;
}
.left-column .menu-container .menu-block .body li a.new {
  color: #A288B1;
}
.left-column .menu-container .menu-block .body li:hover,
.left-column .menu-container .menu-block .body li:active {
  border-left: 2px solid #3C7A89;
}
.left-column .menu-container .menu-block .body li:hover a,
.left-column .menu-container .menu-block .body li:active a {
  transition: ease 0.3s;
}
.left-column .menu-container .menu-block .body li:hover a:hover,
.left-column .menu-container .menu-block .body li:active a:hover {
  color: #3C7A89;
}
.left-column .menu-container .menu-block .body ul {
  padding: 0;
}
.left-column .menu-container .menu-block .body li:last-child {
  border-radius: 0 0 10px 10px;
}
.clear_both {
  clear: both;
  display: block;
  overflow: auto;
}
/******** Content *********/
.right-column-custom {
  display: block;
  float: right;
  width: 1240px;
  min-height: 600px;
}
.right-column-custom .round-wrapper {
  box-shadow: 7px 7px 6px -5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 26px;
  background: #fff;
}
.right-column-custom .round-wrapper .title {
  font: bold 18px/20px Verdana, sans-serif;
  line-height: 45px;
  font-size: 14px;
  padding-left: 20px;
  background-color: #3C7A89;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.right-column-custom .round-wrapper .title a {
  color: #fff;
  text-decoration: underline;
}
.right-column-custom .round-wrapper h3 {
  padding-left: 20px;
}
.right-column-custom .round-wrapper .panel-wrapper {
  margin: 15px;
}
.right-column-custom .block-panel {
  padding: 0;
}
.right-column {
  display: block;
  float: right;
  width: 1240px;
  background: #fff;
  min-height: 600px;
  border-radius: 10px;
  box-shadow: 7px 7px 6px -5px rgba(0, 0, 0, 0.2);
}
.right-column .title {
  font: bold 18px/20px Verdana, sans-serif;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #3C7A89;
  padding-left: 20px;
}
.right-column .title a {
  color: #fff;
  text-decoration: underline;
}
.right-column h3 {
  padding-left: 20px;
}
.right-column .panel-wrapper {
  margin: 15px;
}
.clear {
  clear: both;
}
.block-panel {
  box-shadow: 7px 7px 6px -5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.block-panel h1,
.block-panel h2,
.block-panel h3 {
  margin-top: 5px;
}
div.tab-menu {
  padding: 0;
  border-radius: 10px;
  margin: 15px;
  display: inline-block;
  border: 1px solid #3C7A89;
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.2);
}
div.tab-menu a,
div.tab-menu span {
  cursor: pointer;
  display: inline-block;
  float: left;
  text-decoration: none;
  color: #555;
  transition: ease 0.3s;
  position: relative;
  border-right: 1px solid #3C7A89;
}
div.tab-menu a.active,
div.tab-menu span.active,
div.tab-menu a:hover,
div.tab-menu span:hover {
  background: #3C7A89;
  color: #fff;
}
div.tab-menu a:last-child,
div.tab-menu span:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-right: 0;
}
div.tab-menu a:first-child,
div.tab-menu span:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
div.tab-menu a.warning-color,
div.tab-menu span.warning-color {
  color: #E94723;
}
textarea.form-control,
input[type="text"] {
  border: 1px solid #A9A9A9;
}
input.ng-dirty.ng-invalid {
  border: 1px solid #E94723;
}
form .row {
  clear: both;
  margin-top: 5px;
}
.bold {
  font-weight: bold;
}
/*** user directive ***/
.user-select input {
  width: 100%;
}
/**********************/
/* AUTOCOMPLETE */
.autocomplete {
  width: 100%;
  position: relative;
}
.autocomplete ul {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #eaeaea;
  z-index: 10;
  font-size: 13px;
  max-height: 250px;
  overflow-x: auto;
  border-radius: 4px;
  box-shadow: 2px 9px 10px 2px rgba(0, 0, 0, 0.4);
}
.autocomplete ul li {
  text-align: left;
  list-style: none;
  padding: 0.4em;
  background-color: #fff;
}
.autocomplete ul li:hover {
  background-color: #3C7A89;
  color: #EDF5FA;
  cursor: pointer;
}
.autocomplete ul li.focused {
  background-color: #3C7A89;
  color: #EDF5FA;
}
.autocomplete ul li:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.autocomplete ul li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/***************************/
.datepicker {
  float: left;
  margin-right: 4px;
  padding: 2px;
  width: 120px;
}
/**********************************************/
/*********** TABLE ****************/
.table > thead {
  background: #EDF5FA;
}
.table > thead th {
  color: #555;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
}
.table > tbody > tr td {
  vertical-align: top;
  font-size: 13px;
  border: none;
}
.table > tbody > tr.r0 {
  background-color: #F2F4F7;
}
.table > tbody > tr.b {
  font-weight: bold;
}
.table.hovered > tbody tr:hover {
  background-color: #DFDFDF;
}
.pointer {
  cursor: pointer;
}
.w100 > input {
  width: 100%;
}
/********** links ****************/
.link-year,
.link-num,
.link-org,
.link-type {
  display: block;
  float: left;
  margin-left: 5px;
}
span.link-year,
span.link-num,
span.link-org,
span.link-type {
  font-weight: bold;
  padding-left: 5px;
}
.link-year {
  width: 70px;
}
.link-num {
  width: 100px;
}
.link-org {
  width: 430px;
}
.link-type {
  width: 120px;
}
.link_in_document {
  display: inline-block;
  width: 150px;
}
/** document-table **/
.document-table {
  width: 100%;
  margin-bottom: 10px;
}
.document-table .w25 {
  width: 25%;
}
.document-table .w100 {
  width: 100%;
}
.document-table div.w100,
.document-table .user-select input,
.document-table select.w100,
.document-table select.form-control,
.document-table input.w100 {
  width: 265px;
}
.document-table .subject-selector {
  width: 98%;
}
.document-table textarea.w100 {
  width: 886px;
}
.document-table textarea.ta-doc-text {
  width: 1196px;
}
.document-table ul.nom-nomenclature {
  margin: 0;
  padding: 0;
  background: #F2F4F7;
  display: block;
  position: absolute;
  z-index: 100;
  border: 1px solid #AFD3FF;
}
.document-table ul.nom-nomenclature li {
  border: 1px solid #ffffff;
  line-height: 14px;
  width: 150px;
  cursor: pointer;
}
.document-table ul.nom-nomenclature li:hover {
  background: #DFDFDF;
}
.table > tbody > tr.sub-head > td {
  padding: 2px 9px 2px 20px;
}
.document-table.table > tbody .sub-head > td {
  padding: 2px 9px 2px 20px;
}
.document-table.table > tbody > tr > td {
  font-size: 13px;
  padding: 4px 20px;
  vertical-align: middle;
}
.document-table.table > tbody > tr > td .cb-container,
.document-table.table > tbody > tr > td .pages-action > .radio-container {
  display: inline-block;
  top: -5px;
}
.user-folders-title {
  display: inline-block;
  border: 1px solid #3C7A89;
  background-color: #3C7A89;
  margin-right: 10px;
  padding: 7px 10px;
  border-radius: 5px;
  color: #fff;
}
a.archived {
  color: #999;
}
.document-list tbody tr a.show-more-link {
  color: #3C7A89;
}
.navigation-doc-btn {
  float: left;
  margin: 10px 20px;
  position: absolute;
  top: 1px;
  right: 0;
}
.navigation-doc-btn .navigation-item {
  display: inline-block;
  width: 35px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1366px) {
  .link-org {
    width: 320px;
  }
}
#right-document-card .panel {
  margin-bottom: 0;
}
.resolution_event_control-frm .link-num {
  width: 160px;
}
#documents-filter .user-select input {
  width: 100%;
}
.doc-order-info input.w100 {
  width: 100%;
}
.comparer-block .comparer-pages {
  overflow: auto;
  max-height: 600px;
  display: block;
  border-top: 1px solid #8bb1d6;
}
.csdr-info {
  font-size: 14px;
  margin: 20px 10px;
}
.csdr-info .row {
  padding: 3px 0;
}
.csdr-list > thead th {
  text-align: left;
}
.csdr-list .csdr-forward {
  background-color: #eeeef0;
}
.csdr-list .csdr-forward h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 2px;
}
.csdr-list-block > .title {
  font-size: 15px;
}
.csdr-list-block .table.csdr-list,
.csdr-list-block table.csdr-list {
  margin-bottom: 6px;
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.2);
}
.right-column-custom .round-wrapper table.csdr-list {
  margin-bottom: 6px;
}
.csdr-group-header {
  border-bottom: 2px solid #3C7A89;
  margin-top: 0;
  margin-bottom: 5px;
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.2);
  color: #555;
  background-color: #EDF5FA;
  border-color: #EDF5FA;
}
.csdr-group-list .csdr-group-list-item > .row {
  padding: 0;
  position: relative;
  border-bottom: 1px solid #c9d7e4;
}
.csdr-group-list .csdr-group-list-item > .row label,
.csdr-group-list .csdr-group-list-item > .row .selected-user {
  line-height: 20px;
}
.csdr-group-list .csdr-group-list-item > .row .user-select {
  padding: 0;
}
.csdr-group-list .csdr-group-list-item > .row .move-action {
  text-align: right;
  line-height: 10px;
}
.csdr-group-list .csdr-group-list-item > .row .remove-user {
  position: absolute;
  bottom: 5px;
  right: 15px;
}
.csdr-group-list > :last-child {
  border-bottom: 0;
}
.csdr-group-type .move-action {
  text-align: right;
  line-height: 30px;
}
/*********** FileUploader **********/
.item-progress-box {
  height: 2px;
}
.item-progress {
  background-color: #3C7A89;
  height: 100%;
  width: 0;
}
.loader {
  background: url("/design/images/ajax-loader.gif") center no-repeat;
}
.table.document-table table.file-uploader-table {
  width: 100%;
  border-collapse: collapse;
}
.table.document-table table.file-uploader-table a.download-file-link {
  max-width: 360px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table.document-table table.file-uploader-table > tbody > tr td {
  padding: 3px 4px 0 0;
}
.table.document-table table.file-uploader-table td {
  vertical-align: inherit;
}
.table.document-table table.file-uploader-table td.pages-action {
  width: 180px;
}
.table.document-table table.file-uploader-table .label {
  word-break: break-all;
  font-weight: normal;
}
.table.document-table table.file-uploader-table .act-btn {
  text-align: right;
  width: 47px;
}
.table.document-table table.file-uploader-table .act-btn img {
  cursor: pointer;
}
.file-loader-div input[type="file"] {
  padding-top: 15px;
}
.uib-position-measure {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.uib-position-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}
.uib-position-body-scrollbar-measure {
  overflow: scroll !important;
}
/********** modal *************/
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: 650px;
  margin: 30px auto;
}
.modal-middle {
  width: 580px;
}
.modal-lg {
  width: 850px;
}
.modal-lg2 {
  width: 900px;
}
.modal-max {
  width: 98%;
}
.modal-sm {
  width: 380px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border-radius: 11px;
  outline: 0;
  box-shadow: 7px 7px 6px -5px rgba(0, 0, 0, 0.2);
  /*
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  */
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #3C7A89;
  padding: 15px;
  box-shadow: 7px 7px 6px -5px rgba(0, 0, 0, 0.2);
}
.modal-header h3 {
  font: bold 18px/20px Verdana, sans-serif;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  line-height: 15px;
}
.modal-header .btn-show {
  position: absolute;
  right: 45px;
  top: 15px;
  cursor: pointer;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-header .close-win-btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  display: block;
  width: 20px;
  height: 20px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0;
}
.modal-body .row {
  margin-top: 5px;
  margin-bottom: 5px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-body .user-select input,
.modal-body select.w100,
.modal-body select.form-control,
.modal-body input.w100 {
  width: 265px;
}
.modal-body .panel-body .panel,
.modal-body .panel-body .panel-primary {
  margin-bottom: 0;
  border-bottom: 0;
}
.modal-body .panel-body > .panel {
  box-shadow: none;
}
.modal-body .panel-body > .panel > .panel-body {
  padding: 0;
}
/********** PAGES ******************/
.page-img {
  width: 752px;
  margin: 0 auto;
  border: 1px solid #3C7A89;
}
.dnd-container {
  position: relative;
}
.number-layer-ord {
  font-size: 16px;
  font-family: "Times New Roman";
}
.number-layer {
  font-size: 14px;
  font-family: "Times New Roman";
}
.draggable {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
.document-pages {
  display: block;
  padding-bottom: 20px;
}
.page-header {
  font-weight: bold;
  font-size: 14px;
  margin: 15px 0 5px;
  text-align: center;
}
.page-panel {
  padding: 5px 15px;
  background: #2a72c8;
  color: #fff;
  font-weight: bold;
}
.page-panel > a {
  color: #fff;
}
.pages-loader {
  display: block;
  height: 200px;
  width: 100%;
  background: url("/design/images/ajax-loader.gif") center no-repeat;
  border: 1px solid #3C7A89;
}
.pages-loader .loader-head {
  color: #555;
  font-size: 20px;
  text-align: center;
  padding-top: 40px;
  text-transform: uppercase;
  font-weight: bold;
}
#pages-list #savepagesblock {
  padding: 5px;
}
/********* tree-rcms ********/
.tree-rcms i.ico-org-2,
.tree-rcms i.ico-org-1395845 {
  background: url("/design/images/icon-org-2.png") no-repeat 4px 2px;
}
.tree-rcms li.leaf {
  margin: 0 14px;
  padding: 0;
  background: url("/design/images/tree-icon.png") repeat-y -223px 10px;
}
.tree-rcms li.leaf.last {
  background: none;
}
.tree-rcms i {
  display: inline-block;
  width: 25px;
  height: 27px;
  line-height: 24px;
  background: url("/design/images/tree-icon.png") -55px 0;
}
.tree-rcms i.ico-empty {
  background-position: -72px -4px;
}
.tree-rcms i.ico-minus,
.tree-rcms i .ico-plus {
  cursor: pointer;
}
.tree-rcms i.ico-minus {
  background-position: 109px -69px;
}
.tree-rcms i.ico-plus {
  background-position: -102px -69px;
}
.tree-rcms i.tree-menu-ico {
  width: 22px;
  height: 22px;
  margin-left: 3px;
  cursor: pointer;
  border: 1px solid #D1ECFE;
  border-radius: 4px;
}
.tree-rcms i.tree-menu-ico.move {
  margin-top: -0.5em;
  background: url("/design/images/ui-icons_0073ea_256x240.png") no-repeat -16px -80px;
}
.tree-rcms i.tree-menu-ico.plus {
  background: url("/design/images/edit-sprite.png") no-repeat -21px 2px;
}
.tree-rcms i.tree-menu-ico.edit {
  background: url("/design/images/edit-sprite.png") no-repeat 3px 3px;
}
.tree-rcms i.tree-menu-ico.remove {
  background: url("/design/images/remove-icon-red.png") center no-repeat;
}
.tree-rcms i.tree-menu-ico.people {
  background: url("/design/images/people-ico.png") -2px 0 no-repeat;
}
.tree-rcms i.tree-menu-ico.nomenclature {
  background: url("/design/images/docs-icon.png") 2px 1px no-repeat;
}
.tree-rcms i.tree-menu-ico.document {
  background: url("/design/images/docs-icon.png") 2px 1px no-repeat;
}
.tree-rcms .tree-label {
  cursor: pointer;
}
.tree-rcms .tree-folder,
.tree-rcms .tree-item {
  background: url("/design/images/tree-icon.png") -55px 0 no-repeat;
}
.tree-rcms .tree-folder {
  background-position: -166px -4px;
}
.tree-rcms .tree-item {
  background-position: -198px -4px;
}
.tree-rcms .people-ico {
  background: url("/design/images/people-ico.png") no-repeat;
}
/****************************/
.department-frm .label {
  width: 180px;
  display: inline-block;
}
.department-frm .row input {
  width: 300px;
}
/*********** department-user-editor ************/
.department-user-editor {
  display: block;
}
.department-user-editor > .multi-select select {
  width: 100%;
}
.department-user-editor select {
  width: 40%;
}
.department-user-editor .save-process,
.department-user-editor .save-process-loader {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.department-user-editor .save-process {
  background: #BBBBBB;
  opacity: 0.4;
}
.department-user-editor .save-process-loader {
  background: url("/design/images/ajax-loader-line.gif") center no-repeat;
}
/************ nomenclature-editor ******************/
.nomenclature-editor .action-link {
  vertical-align: middle;
  text-align: center;
}
.nomenclature-editor .error {
  margin-bottom: 5px;
}
.nomenclature-editor .mask-gen-block {
  margin: 0;
  padding: 0;
}
.nomenclature-editor h3 a {
  font-size: 13px;
}
.nomenclature-editor .nom-mask-item {
  float: left;
  display: block;
  height: 34px;
  background: #F2F4F7;
  border: 1px solid #fff;
  line-height: 28px;
  padding: 3px 5px;
}
.nomenclature-editor .nom-mask-item .const {
  width: 60px;
}
.nomenclature-editor .nom-mask-item ul.mask-items-list {
  margin: 0;
  padding: 0;
  background: #F2F4F7;
  display: block;
  position: relative;
  left: -6px;
  top: 2px;
  border: 1px solid #AFD3FF;
}
.nomenclature-editor .nom-mask-item ul.mask-items-list li {
  border: 1px solid #ffffff;
  line-height: 14px;
}
.nomenclature-editor .nom-mask-item ul.mask-items-list li.add-num-mask {
  color: #3C7A89;
  cursor: pointer;
}
.nomenclature-editor .remove-nom-mask-item {
  padding: 5px;
}
/******************************/
table.nomenclature-editor tbody tr:hover {
  background: #fff;
}
table th.tab-head {
  background: #EDF5FA;
  text-align: center;
  color: #555;
  padding: 8px;
  border-radius: 3px 3px 0 0;
  box-shadow: 7px 7px 6px -5px rgba(0, 0, 0, 0.2);
}
.document-list th {
  white-space: nowrap;
  padding: 5px;
}
.document-list tbody tr {
  cursor: pointer;
}
.document-list tbody tr a {
  color: #555;
}
.document-list tbody tr > td {
  padding: 5px 5px 5px 9px;
}
.document-list tbody tr.is_new {
  background: #fbf3d2fa;
  border-bottom: 1px solid #3C7A89;
}
.document-list td.doc-link a {
  display: block;
  text-decoration: none;
  min-height: 2em;
}
#documents-filter .form-inline strong {
  line-height: 24px;
}
.is-divider {
  display: block;
  position: relative;
  border-top: 1px solid #dbdbdb;
  height: 1px;
  margin: 9px 0;
  text-align: center;
}
.multiCheckbox .btn {
  margin: 5px;
}
.doc-filter-block {
  border: 1px solid #3C7A89;
  border-radius: 10px;
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.2);
  display: block;
  padding-top: 7px;
  width: 778px;
  position: relative;
}
.doc-filter-block .filter-header-row {
  border-bottom: 1px solid #3C7A89;
}
.doc-filter-block .datepicker {
  width: 105px;
}
.doc-filter-block .form-group label {
  margin: 0;
  font-weight: normal;
}
.doc-filter-block .form-group label input.form-control {
  height: 15px;
  margin-right: 5px;
  margin-top: 0px;
}
.doc-filter-block .subject-selector {
  width: 250px;
}
.filter .form-inline {
  display: flex;
  flex-wrap: wrap;
}
.filter .form-inline > .form-group {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: baseline;
}
.filter .form-inline > .form-group.flex-bottom {
  align-self: end;
}
.filter .form-inline .datepicker {
  width: 100px;
}
/********** multi-select **********************/
.multi-select {
  width: 100%;
  border: 0 none;
}
.multi-select .multi-select-arrows {
  text-align: center;
}
.multi-select .multi-select-column {
  border: 1px solid #3C7A89;
  height: 150px;
  width: 43%;
  box-shadow: 7px 7px 6px -5px rgba(0, 0, 0, 0.2);
}
.multi-select .multi-select-column > ul {
  height: 250px;
  overflow: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.multi-select .multi-select-column > ul li {
  border-bottom: 1px solid #AFD3FF;
  line-height: 14px;
  cursor: pointer;
}
.multi-select .multi-select-column > ul li:hover,
.multi-select .multi-select-column > ul li.selected {
  background: #3C7A89;
  color: #fff;
}
.multi-select .multi-select-column > ul li ul {
  padding: 0px;
}
.multi-select .multi-select-column > ul li.no-hovered:hover {
  background: #fff;
  color: #555;
}
.multi-select .multi-select-arrow {
  display: block;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid;
  background: #3C7A89;
  padding: 3px;
  width: 65px;
  margin: 7px auto;
}
.user-dict {
  margin-top: 2px;
}
.user-dict .user-list-item {
  color: #25a82f;
}
.modal-content .resolution-body {
  padding: 0;
}
.modal-content .resolution-body .table > tbody > tr td {
  vertical-align: middle;
  font-size: 13px;
}
.modal-content .resolution-body input.form-control {
  width: 210px;
}
.modal-content .table > tbody > tr.sub-sub-head > td {
  border-bottom: 2px solid #3C7A89;
  color: #3C7A89;
  font-weight: bold;
}
.resolution-list {
  margin-top: 10px;
}
.resolution-list tbody > tr td {
  border: 1px solid #3C7A89;
  font-size: 14px;
}
.resolution-list .resolution-item,
.resolution-list .resolution-project-item {
  border-bottom: 1px solid #82C0CC;
  padding-bottom: 5px;
}
.resolution-list .resolution-item .to-item,
.resolution-list .resolution-project-item .to-item {
  position: relative;
  font-weight: bold;
  color: #82C0CC;
}
.resolution-list .resolution-item .to-item.i,
.resolution-list .resolution-project-item .to-item.i {
  font-style: italic;
}
.resolution-list .resolution-item .order-control,
.resolution-list .resolution-project-item .order-control {
  margin-left: 20px;
  font-size: 13px;
}
.resolution-list .resolution-item .order-control .success-control,
.resolution-list .resolution-project-item .order-control .success-control {
  color: #25a82f;
}
.resolution-list .resolution-item .order-control .fail-control,
.resolution-list .resolution-project-item .order-control .fail-control {
  color: #E94723;
}
.resolution-list .resolution-item .resolution-head,
.resolution-list .resolution-project-item .resolution-head {
  font-weight: bold;
  padding: 5px;
  background-color: #EDF5FA;
}
.resolution-list .resolution-item .resolution-body,
.resolution-list .resolution-project-item .resolution-body {
  padding-left: 5px;
}
.resolution-list .resolution-item .resolution-buttons,
.resolution-list .resolution-project-item .resolution-buttons {
  padding-top: 10px;
}
.resolution-list .resolution-item .resolution-buttons .resolution-button,
.resolution-list .resolution-project-item .resolution-buttons .resolution-button {
  margin-right: 5px;
}
.resolution-list .resolution-project-item .resolution-head {
  opacity: 0.5;
}
.resolution-list .resolution-project-item .resolution-orders {
  opacity: 0.5;
}
.resolution-list .execution-item {
  border-bottom: 1px solid #3C7A89;
  padding-bottom: 5px;
}
.resolution-list .execution-item .execution-head {
  font-weight: normal;
  padding: 5px;
  background-color: #aaf1b0;
}
.resolution-list .execution-item .execution-body {
  padding: 5px;
  background-color: #d8ffdb;
}
.resolution-list .execution-item .execution-buttons {
  padding-top: 10px;
}
.resolution-list .execution-item .execution-buttons .execution-button {
  margin-right: 5px;
}
.eds-info .row {
  padding: 3px 0;
}
.cert-select {
  width: 100%;
}
table.report {
  border: 1px solid #555;
  border-collapse: collapse;
}
table.report th {
  padding: 5px 7px;
  background-color: #eee;
  font-weight: 500;
  border: 1px solid #555;
}
table.report td {
  border: 1px solid #777;
  padding: 5px;
}
#report-form {
  width: 100%;
  margin-bottom: 10px;
}
#report-form .w25 {
  width: 25%;
}
#report-form .w100 {
  width: 100%;
}
#report-form div.w100,
#report-form input.form-control,
#report-form .user-select input,
#report-form select.form-control,
#report-form input.w100 {
  width: 265px;
}
#report-form input.datepicker {
  width: 108px;
}
#report-form .subject-selector,
#report-form textarea.w100 {
  width: 98%;
}
/* Customize the label (the container) */
.radio-container,
.cb-container {
  display: block;
  position: relative;
  padding-left: 31px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container.inline,
.cb-container.inline {
  display: inline-block;
}
/* Hide the browser's default checkbox */
.radio-container input,
.cb-container input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  height: 24px;
  width: 24px;
  left: 0;
  top: 0;
  z-index: 1;
}
label.radio-container,
label.cb-container {
  line-height: 27px;
  margin-bottom: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 1px #cecece;
}
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark,
.radio-container input:checked ~ .checkmark {
  background-color: #2c5a66;
}
/* Show the checkmark when checked */
.radio-container,
.cb-container {
  /* Create the checkmark/indicator (hidden when not checked) */
}
.radio-container .checkmark:after,
.cb-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container input:checked ~ .checkmark:after,
.cb-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.cb-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-container {
  /* Style the indicator (dot/circle) */
}
.radio-container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.ui-datepicker-calendar .ui-button,
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default,
.ui-datepicker-calendar html .ui-button.ui-state-disabled:active,
.ui-datepicker-calendar html .ui-button.ui-state-disabled:hover {
  font-weight: 700;
  color: #555;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
}
.ui-datepicker-calendar .ui-button:focus,
.ui-datepicker-calendar .ui-button:hover,
.ui-datepicker-calendar .ui-state-focus,
.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-focus,
.ui-datepicker-calendar .ui-widget-content .ui-state-hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-focus,
.ui-datepicker-calendar .ui-widget-header .ui-state-hover {
  font-weight: 700;
  background: none;
  border: 0;
  border-bottom: 2px solid #3C7A89;
}
.ui-datepicker-calendar .ui-button.ui-state-active:hover,
.ui-datepicker-calendar .ui-button:active,
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-widget-content .ui-state-active,
.ui-datepicker-calendar .ui-widget-header .ui-state-active,
.ui-datepicker-calendar a.ui-button:active {
  border: 1px solid #ddd;
  background: #e94723;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
}
.ui-datepicker-calendar .ui-widget-header {
  color: #555;
  font-weight: 700;
  background: #edf5fa none;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 7px 8px;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker-header {
  background: transparent;
  border: 0;
}
.ui-datepicker-header .ui-button:focus,
.ui-datepicker-header .ui-button:hover,
.ui-datepicker-header .ui-state-focus,
.ui-datepicker-header .ui-state-hover,
.ui-datepicker-header .ui-widget-content .ui-state-focus,
.ui-datepicker-header .ui-widget-content .ui-state-hover,
.ui-datepicker-header .ui-widget-header .ui-state-focus,
.ui-datepicker-header .ui-widget-header .ui-state-hover {
  border: 0;
  background-color: transparent;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
}
.ui-datepicker-title select {
  font-size: 14px;
  margin: 0 4px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.top-down-btn {
  position: fixed;
  top: 168px;
  display: none;
  right: 5px;
  padding: 8px 11px;
  background: #0000005c;
  color: #fff;
  cursor: pointer;
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple {
  min-height: 32px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single {
  height: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 12px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button,
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 9999;
  box-shadow: 2px 9px 10px 2px rgba(0, 0, 0, 0.4);
}
.select2-results {
  display: block;
}
.select2-container .select2-results > .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open {
  /*  .select2-dropdown--above {
      border-bottom: none;
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    .select2-dropdown--below {
      border-top: none;
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;
    }*/
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #555;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--multiple {
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default {
  /*&.select2-container--focus {
    .select2-selection--multiple {
      border: solid #000 1px;
      outline: 0;
    }
  }*/
  /*&.select2-container--open.select2-container--above {
    .select2-selection--multiple, .select2-selection--single {
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;
    }
  }

  &.select2-container--open.select2-container--below {
    .select2-selection--multiple, .select2-selection--single {
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }*/
}
.select2-container--default :focus {
  outline: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f1f1f1;
}
.select2-container--default .select2-results__option {
  padding-left: 12px;
  min-height: 25px;
  line-height: 25px;
  border-radius: 4px;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3C7A89;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.inactive-user {
  color: #E94723;
  font-style: italic;
  text-decoration: none;
}
.table > tbody + tbody {
  border-top: 1px solid #F2F4F7;
  border-bottom: 0;
}
label {
  font-size: 13px;
  display: inline-block;
  max-width: 100%;
  margin: 4px 0;
  font-weight: 700;
}
.prev-search {
  padding-left: 7px;
}
textarea {
  font-family: Arial, Tahoma, sans-serif;
  border: 1px solid #A9A9A9;
}
.highlighted {
  background: #e7e75b;
  color: #555;
}
.table > tbody > tr.sub-head > td,
.sub-head > td {
  color: #555;
  font-weight: bold;
  font-size: 13px;
  background-color: #EDF5FA;
}
.table > tbody > tr.sub-head > td.title {
  font: bold 18px/20px Verdana, sans-serif;
  color: #fff;
  font-size: 13px;
  background-color: #3C7A89;
  line-height: 40px;
}
.table > tbody {
  border-radius: 2px;
  margin: 0 25px 15px;
}
.fade-loader {
  z-index: 990;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #fff url("/design/images/ajax-loader-line.gif") center no-repeat;
}
.fade-loader-text {
  z-index: 991;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.fa-ul > li {
  padding: 0;
}
/**********************************************/
.control-info .order-info {
  margin-bottom: 20px;
}
.control-info .order-info .history-info {
  margin-top: 30px;
}
.more-news-link {
  padding-left: 6px;
}
#wrapper__head .news .news-list {
  border: 1px solid #c9d7e4;
  height: 80px;
  width: 98%;
  border-radius: 10px;
  background: #EDF5FA;
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  overflow-y: auto;
  margin: 5px;
}
#wrapper__head .news .news-list .news-item {
  margin: 2px 0 5px;
  border-bottom: 1px solid #c9d7e4;
  padding-bottom: 5px;
}
#wrapper__head .news .news-list .news-item .news-item-date-author {
  font-size: 11px;
  color: #555;
}
#wrapper__head .news .news-list .news-item .news-item-content {
  color: #555;
}
.modal-dialog .news-list .list-group-item {
  margin: 0;
  border: 0;
  padding: 0;
}
.modal-dialog .news-list .news-item {
  box-shadow: 7px 7px 6px -5px rgba(0, 0, 0, 0.2);
  margin: 5px 5px 15px;
  border: 1px solid #3C7A89;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  display: block;
}
.modal-dialog .news-list .news-item .news-item-date-author {
  font-size: 13px;
  font-style: italic;
}
.modal-dialog .news-list .news-item .news-item-content {
  font-size: 14px;
}
.modal-dialog .news-list .news-item .check-read {
  cursor: pointer;
  position: absolute;
  right: -13px;
  top: -13px;
  color: #fff;
  border-radius: 50%;
  background-color: #3C7A89;
  display: block;
  width: 31px;
  height: 31px;
  padding: 6px 9px;
  box-shadow: 7px 7px 6px -5px rgba(0, 0, 0, 0.2);
}
.order-item-info {
  border-bottom: 1px solid #3C7A89;
  padding-top: 5px;
}
.pagination {
  margin: 15px 0;
}
.pager-top > .pagination,
.pager-bottom > .pagination {
  margin-top: 1px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.pager-line {
  display: flex;
  padding: 0 15px 15px;
}
.pager-line .pagination {
  margin-right: 15px;
}
.pager-line .pager-line_count {
  margin-right: 15px;
}
.pager-line .pager-line_count select {
  color: #3C7A89;
  background-color: #fff;
  padding: 7px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.pager-line label {
  font-size: 16px;
  font-weight: normal;
}
.pagination {
  margin: 0;
}
.pagination {
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.2);
}
ul.pagination,
.pagination li {
  padding: 0;
}
.modal-dialog .pagination li > a {
  padding: 4px 6px;
  font-size: 12px;
}
.log-changes-content del {
  color: #E94723;
}
.log-changes-content ins {
  color: #25a82f;
  text-decoration: none;
}
table.medo-history > thead > tr > th {
  vertical-align: middle;
  text-align: left;
}
.input-group-text {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 400;
  background: #eee;
  border: 1px solid #A9A9A9;
  border-radius: 0 4px 4px 0;
}
a.org-list-item {
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  border: 1px solid #3C7A89;
}
.r0,
.r1 {
  background: none;
}
.r0 {
  background: #F2F4F7;
}
tbody.doc-card > tr:nth-child(odd) {
  background-color: #F2F4F7;
}
a:focus {
  outline: none;
}
.lk-wrapper {
  margin: 0 25px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.lk-wrapper .lk-wrapper__links {
  padding: 7px 0;
}
.lk-wrapper .lk-wrapper__links > .lk-wrapper-links-item {
  padding: 0 5px 8px 20px;
}
.lk-wrapper .lk-wrapper__links > .lk-wrapper-links-item a {
  font-size: 14px;
  font-weight: bold;
}
.lk-wrapper .lk-wrapper__links > .lk-wrapper-links-item small {
  color: #a5a5a5;
}
.lk-wrapper .lk-wrapper__links > .lk-wrapper-links-item small:before {
  content: ' ';
  display: block;
}
.lk-wrapper h4 {
  border-bottom: 2px solid #eff0f2;
  padding: 10px 20px;
  margin: 0;
}
.lk-wrapper h4 a {
  font-weight: normal;
  font-size: 14px;
}
.lk-widget .lk-wrapper .lk-wrapper__links > .lk-wrapper-links-item a {
  font-size: 13px;
  font-weight: normal;
}
.lk-wrapper-other h3 {
  margin-left: 25px;
}
.lk-wrapper-other small {
  margin-left: 45px;
  color: #a5a5a5;
}
.lk-setting {
  text-align: right;
  border-bottom: 2px solid #eff0f2;
  padding: 10px 15px 10px 0;
  margin-bottom: 30px;
}
.alert-info {
  background: none;
  border: none;
  margin-bottom: 0;
  color: #555;
}
.alert-info a {
  color: #3C7A89;
}
.doc-wrapper {
  position: relative;
  width: 40px;
  top: 1px;
}
.doc-wrapper .doc-icon i {
  color: #3C7A89;
  font-size: 42px;
  width: auto;
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.2);
}
.doc-icon-status {
  margin-top: 5px;
  margin-left: -4px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
.doc-icon-status .stack-icons {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.doc-icon-status i {
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 18px;
}
.doc-icon-shield {
  color: #3C7A89;
}
.doc-icon-rush {
  color: #E94723;
}
.doc-icon-mdo {
  color: #3C7A89;
}
.doc-icon-dsp {
  color: #555555;
}
.doc-icon-doc {
  color: #fff;
  background: #3C7A89;
  position: absolute;
  top: 16px;
  left: -7px;
  text-align: center;
  border-radius: 3px;
  width: 36px;
  height: 20px;
  line-height: 21px;
  font-size: 10px;
  font-family: arial, serif;
  font-weight: 700;
  text-transform: uppercase;
}
.doc-icon-doc.warning-color {
  background: #E94723;
}
.panel-primary {
  border-color: transparent;
  border-bottom: 2px solid #eff0f2;
  border-radius: 0;
}
.resolution-list tbody > tr td {
  border: none;
}
.csdr-group-header {
  border-bottom: 2px solid #eff0f2;
}
.panel-danger {
  border: none;
  border-radius: 0;
  border-top: 2px solid #ebccd1;
  border-bottom: 2px solid #ebccd1;
  margin-bottom: 0;
}
.page-panel {
  border-top: 2px solid #eff0f2;
  border-bottom: 2px solid #eff0f2;
  background: none;
  padding: 10px 10px 0;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-panel .is-page-divider {
  width: 100%;
}
.page-panel a {
  background: #3C7A89;
  padding: 7px 11px;
  transition: ease 0.3s;
  margin-right: 10px;
  box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: 30px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.page-panel a:hover {
  outline: none;
  text-decoration: none;
  background: #1d3b42;
  transition: ease 0.3s;
}
.csdr-list-block {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 2px solid #3C7A89;
}
#documentBody h1 {
  padding-left: 20px;
}
.page-header {
  border: none;
}
.csdr-list-block .btn-primary {
  margin-left: 10px;
}
.execution-item .execution-head {
  padding-left: 12px;
  background-color: #C9FAAC;
}
.execution-item .execution-body {
  padding: 12px;
  background-color: rgba(201, 250, 172, 0.41);
}
.execution-buttons {
  padding-top: 0;
}
.execution-item__wrapper {
  width: 100%;
  /*
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px 6px 0 0;
    */
  padding: 0 15px 0 12px;
  position: relative;
}
.execution-item__wrapper h4 {
  /*
    font-size: 15px;
    */
  color: #3c3c3c;
  /*
    font-weight: 700;
    */
  line-height: 45px;
  margin: 0;
}
.execution-item__wrapper .execution-item__status {
  font-size: 13px;
  font-weight: normal;
  color: #4e4e4e;
  float: right;
}
.resolution-head {
  padding: 0 0 0 0;
  display: flex;
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.2);
  /*
  justify-content: flex-start;
  border-radius: 6px 5px 0 0;
  */
}
.fa.resolution-toogle {
  float: left;
  line-height: 30px;
  margin-right: 10px;
}
.resolution-head__wrapper {
  width: 100%;
  padding: 0 15px 0 12px;
}
.resolution-head__wrapper h4 {
  /*
    font-size: 15px;
    */
  color: #3c3c3c;
  /*
    font-weight: 700;
    */
  line-height: 30px;
  margin: 0;
  display: block;
  float: left;
  position: relative;
}
.resolution-head__wrapper .resolution-head__status {
  font-size: 13px;
  font-weight: 600;
  color: #4e4e4e;
  display: block;
  line-height: 30px;
  float: right;
  font-weight: normal;
}
.resolution-body {
  padding: 12px;
  border-radius: 6px 6px 0 0;
}
.resolution-item,
.execution-item {
  /*border: 3px solid #dddddd;
  margin-bottom: 10px;
  border-radius: 10px;
  */
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.2);
  padding-bottom: 0;
}
.resolution-head__autor {
  font-size: 13px;
  font-weight: bold;
}
.execution-head__autor {
  float: left;
}
.panel-primary > .panel-heading {
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.2);
  color: #555;
  background-color: #EDF5FA;
  border-color: #EDF5FA;
}
.panel-primary > .panel-heading.sub-head {
  font-size: 13px;
}
#department-tree {
  margin-top: 10px;
}
.input-group-addon {
  border-right: 1px solid #3C7A89;
  background: #3C7A89;
  color: #fff;
}
.input-group-addon.link-btn {
  background: #fff;
}
.btn-default {
  background-color: #3C7A89;
}
.modal-header .btn-default {
  color: #555;
  background-color: #fff;
}
.btn-default,
.btn-default:active {
  border-color: #3C7A89;
  color: #fff;
  box-shadow: 6px 6px 10px -5px rgba(0, 0, 0, 0.2);
}
.btn-default:hover,
.btn-default:active:hover,
.btn-default.active,
.btn-default:active.active,
.btn-default.active:hover,
.btn-default:active.active:hover,
.btn-default.active:active,
.btn-default:active.active:active {
  background: #2c5a66;
  color: #fff;
  border-color: #2c5a66;
  box-shadow: none;
}
table.resolution-list tbody,
table.resolution-list tr.sub-head {
  border: 0;
}
.mbZero {
  margin-bottom: 0;
}
.mbZero tbody {
  border-bottom: 0;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.78);
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid #999;
  border-radius: 6px;
}
.resolution-body > table td.search-col-1,
.document-table td.search-col-1,
.search-table td.search-col-1,
.resolution-body > table td.search-col-2,
.document-table td.search-col-2,
.search-table td.search-col-2 {
  width: 195px;
}
.resolution-body > table > tbody,
.document-table > tbody,
.search-table > tbody {
  border-bottom: 0;
}
.resolution-body > table > tbody tr.sub-head > td,
.document-table > tbody tr.sub-head > td,
.search-table > tbody tr.sub-head > td {
  font-size: 13px;
  padding: 3px 9px;
}
.resolution-body > table > tbody > tr td,
.document-table > tbody > tr td,
.search-table > tbody > tr td {
  padding: 2px 9px;
}
.resolution-body > table > tbody > tr td .r0,
.document-table > tbody > tr td .r0,
.search-table > tbody > tr td .r0,
.resolution-body > table > tbody > tr td .r1,
.document-table > tbody > tr td .r1,
.search-table > tbody > tr td .r1 {
  border-bottom: 0;
}
.resolution-body > table > tbody tr.r0,
.document-table > tbody tr.r0,
.search-table > tbody tr.r0,
.resolution-body > table > tbody tr.r1,
.document-table > tbody tr.r1,
.search-table > tbody tr.r1 {
  border-bottom: 0;
}
.resolution-body > table .address label,
.document-table .address label,
.search-table .address label {
  text-align: center;
}
.resolution-body > table .address label.small-address input,
.document-table .address label.small-address input,
.search-table .address label.small-address input {
  width: 103px;
}
.document-table .datepicker {
  width: 236px;
}
.document-table .address label.small-address input {
  width: 114px;
}
label,
.form-control {
  font-size: 13px;
}
input.form-control,
select.form-control {
  height: 30px;
}
.form-component input.form-control,
.form-component select.form-control {
  height: 30px;
  width: 281px;
}
.form-component textarea.width-two-col {
  width: 885px;
}
.form-component label {
  padding: 0;
  margin: 0 0 5px;
  font-size: 13px;
}
.form-component .s-period {
  display: flex;
  float: left;
  width: 140px;
}
.form-component .s-period label {
  padding-right: 7px;
}
.form-component .s-period .datepicker {
  width: 90px;
}
.table.search-table > tbody > tr td,
.search-table > tbody > tr td {
  padding: 2px 9px 0;
  vertical-align: middle;
}
.table.search-table > tbody > tr.sub-head td,
.search-table > tbody > tr.sub-head td,
.table.search-table > tbody > tr:last-child td,
.search-table > tbody > tr:last-child td {
  padding-bottom: 2px;
}
.table.search-table > tbody tr.subject-input-row td,
.search-table > tbody tr.subject-input-row td {
  padding-bottom: 0;
}
.table.search-table input.form-control,
.search-table input.form-control,
.table.search-table select.form-control,
.search-table select.form-control {
  height: 30px;
  width: 281px;
}
.table.search-table textarea.width-two-col,
.search-table textarea.width-two-col {
  width: 885px;
}
.table.search-table label,
.search-table label {
  padding: 0;
  margin: 0 0 5px;
  font-size: 13px;
}
.table.search-table .s-period,
.search-table .s-period {
  display: flex;
  float: left;
  width: 140px;
}
.table.search-table .s-period label,
.search-table .s-period label {
  padding-right: 7px;
}
.table.search-table .s-period .datepicker,
.search-table .s-period .datepicker {
  width: 90px;
}
.table.search-table label,
.search-table label {
  margin: 0;
  font-weight: normal;
}
.table.document-table > tbody > tr td {
  padding: 2px 9px 2px 20px;
  vertical-align: middle;
}
.table.document-table > tbody > tr.sub-head td,
.table.document-table > tbody > tr:last-child td {
  padding-bottom: 2px;
}
.table.document-table > tbody tr.subject-input-row td {
  padding-bottom: 0;
}
.ui-datepicker {
  box-shadow: 7px 7px 6px -5px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-widget-header {
  background: none;
}
.ui-widget-header {
  background: #3C7A89 none;
  border-radius: 2px;
  color: #fff;
}
@media (min-width: 1368px) {
  .table.search-table textarea.width-two-col,
  .search-table textarea.width-two-col {
    width: 883px;
    box-sizing: border-box;
  }
  div.tab-menu a,
  div.tab-menu span {
    padding: 7px;
  }
}
@media (max-width: 1366px) {
  #wrapper__head .news {
    width: 800px;
    margin: 0;
  }
  #container {
    margin: 0 5px;
  }
  .right-column,
  .right-column-custom {
    min-width: 1040px;
    max-width: 1040px;
  }
  .left-column {
    max-width: 200px;
  }
  .left-column .menu-container .menu-block {
    margin-bottom: 11px;
  }
  .right-column-custom .round-wrapper {
    margin-bottom: 11px;
  }
  .right-column-custom .round-wrapper .table {
    margin: 0 auto;
  }
  #wrapper {
    min-width: 1260px;
    max-width: 1260px;
  }
  #top_header {
    min-width: 1260px;
    margin: 0 auto 11px;
  }
  #wrapper__head {
    margin: 0 15px;
    padding-top: 2px;
  }
  #wrapper__head .user-info-block {
    display: block;
    margin: auto 6px auto 10px;
  }
  #wrapper__head #login-name-bg #notify {
    left: 5px;
  }
  div.tab-menu a,
  div.tab-menu span {
    padding: 4px 6px;
    font-size: 11px;
  }
  .document-table .subject-selector,
  .document-table textarea.w100 {
    width: 100%;
  }
  .document-table.table > tbody .sub-head > td {
    /*padding: 9px 13px;*/
  }
  .document-table.table > tbody > tr > td {
    font-size: 13px;
    padding: 4px 20px;
  }
  .table.search-table textarea.width-two-col,
  .search-table textarea.width-two-col {
    width: 786px;
  }
  .table.search-table .address label,
  .search-table .address label {
    text-align: center;
  }
  .table.search-table .address label.small-address input,
  .search-table .address label.small-address input {
    width: 70px;
  }
  .table.search-table .address label.label-index,
  .search-table .address label.label-index {
    float: right;
  }
  .document-table .address label.small-address input {
    width: 77px;
  }
  .document-table .address label.label-index {
    float: right;
  }
  [type='button'],
  [type='submit'],
  .a-btn,
  .btn {
    font-size: 11px;
    padding: 0 6px 2px;
    height: 22px;
    border: 0;
  }
  .reset__btn {
    border: 1px solid #3C7A89;
  }
  .a-btn {
    padding: 0 11px;
    height: 23px;
    line-height: 21px;
  }
  .support-phone {
    padding-left: 15px;
    padding-top: 10px;
  }
}
#cadesplugin_object {
  display: none;
}
.btn {
  border-radius: 10px;
  height: 30px;
  line-height: 28px;
  padding: 0 12px;
}
.file_upload {
  display: block;
  position: relative;
  overflow: hidden;
}
.file_upload input[type=file] {
  position: absolute;
  top: 0;
  opacity: 0;
}
/*
body{
  select.form-control,
  select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right center;
    background-color: #fff;
    option {
      font-size:1.5em;
    }
  }
}*/
.link-num {
  margin-right: 5px;
}
textarea {
  resize: none;
}
.panel-wrapper .tab-menu {
  margin: 0 0 14px;
}
div.sub-subjects {
  padding-top: 2px;
}
.table.document-list > tbody > tr td {
  vertical-align: middle;
}
.btn {
  font-size: 13px;
}
.btn-group span.btn {
  padding: 0 10px;
}
.btn-group span.btn.ml15 {
  margin-left: 15px;
}
.btn-group span.btn:last-child {
  border-left: 1px solid #EDF5FA;
}
.list-group.list-pager {
  padding: 0;
  margin: 15px 0 0;
  position: relative;
}
.list-group.list-pager > li.loader-data {
  text-align: center;
}
.list-group.list-pager .list-group-item {
  padding: 0;
}
.list-group.list-pager .list-group-item .list-row-wrap > div {
  padding: 9px;
}
.list-group.list-pager .list-group-item .list-row-wrap > div.row-item {
  display: flex;
  padding: 0;
}
.list-group.list-pager .list-group-item .list-row-wrap > div.row-item > div {
  padding: 9px;
}
.list-group.list-pager .list-group-item .list-row-wrap > div.row-item .cb-container {
  top: 4px;
  left: 6px;
  margin-right: 5px;
}
.list-group.list-pager .list-group-item .list-user-item {
  width: 100%;
}
.list-group.list-pager .list-group-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.list-group.list-pager .list-group-item:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.multiCheckbox .multiCheckboxTitle {
  display: flex;
  border: 1px solid #A9A9A9;
  padding: 5px 10px 5px 12px;
  min-height: 30px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.multiCheckbox .multiCheckboxTitle .multiCheckboxTotal {
  flex-grow: 1;
}
.multiCheckbox .multiCheckboxTitle .multiCheckboxArrow {
  width: 5px;
}
.multiCheckbox .multiCheckboxTitle .multiCheckboxArrow span.arr-down,
.multiCheckbox .multiCheckboxTitle .multiCheckboxArrow span.arr-up {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  right: 7px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.multiCheckbox .multiCheckboxTitle .multiCheckboxArrow span.arr-up {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.multiCheckbox .multiCheckboxList {
  position: absolute;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #A9A9A9;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 999;
  box-shadow: 2px 9px 10px 2px rgba(0, 0, 0, 0.4);
}
.multiCheckbox .multiCheckboxList .cb-container {
  padding-left: 31px;
}
.table > thead > tr > th {
  border-bottom: 0;
}
.table > tbody > tr.sub-head > td.vh-color,
.sub-head > td.vh-color,
.vh-color {
  background: #82C0CC;
  color: #fff;
}
.table > tbody > tr.sub-head > td.ish-color,
.sub-head > td.ish-color,
.ish-color {
  background: #A8D9DE;
  color: #fff;
}
.table > tbody > tr.sub-head > td.common-card-color,
.sub-head > td.common-card-color,
.common-card-color {
  background: #f5c09c;
  color: #fff;
}
.table > tbody > tr.sub-head > td.ord-color,
.sub-head > td.ord-color,
.ord-color {
  background: #FF7F50;
  color: #fff;
}
.table > tbody > tr.sub-head > td.vn-color,
.sub-head > td.vn-color,
.vn-color {
  background: #F4DDB4;
  color: #7d7d7d;
}
.table > tbody > tr.sub-head > td.vhgr-color,
.sub-head > td.vhgr-color,
.vhgr-color {
  background: #A288B1;
  color: #fff;
}
.table > tbody > tr.sub-head > td.ishgr-color,
.sub-head > td.ishgr-color,
.ishgr-color {
  background: #C785A9;
  color: #fff;
}
.table > tbody > tr.sub-head > td.sogl-color,
.sub-head > td.sogl-color,
.sogl-color {
  background: #B9B7B6;
  color: #fff;
}
div.tab-menu a.warning-color,
div.tab-menu span.warning-color {
  border-color: #A288B1;
  background-color: #A288B1;
  color: #FFF;
}
.empty-panel {
  padding: 10px 20px;
}
.empty-panel-res {
  padding: 0px 11px;
}
.group-actions {
  background-color: #3C7A89;
  color: #fff;
  font-size: 1.2em;
  padding: 5px 10px;
  position: absolute;
  right: 6px;
  margin-top: -30px;
}
.cursor-wait {
  cursor: wait !important;
}
.ui-calendar-holiday a {
  color: #3C7A89 !important;
}
.block-reminds {
  margin: 10px 15px;
}
.block-reminds .remind-item {
  display: flex;
  flex-direction: row;
  margin: 5px 0;
  padding: 5px;
}
.block-reminds .remind-item .remind-item-icon {
  font-size: 24px;
  margin: 5px 10px 5px 5px;
}
.block-reminds .remind-item .remind-item-main {
  flex-grow: 1;
}
.block-reminds .remind-item .remind-item-date {
  font-size: 0.8em;
  margin-bottom: 3px;
}
.block-reminds .remind-item .remind-item-text {
  white-space: pre;
  font-size: 1.2em;
  margin-bottom: 3px;
}
.block-reminds .remind-item .remind-edit {
  color: #999;
}
.block-reminds .remind-item-active {
  background-color: #ffeecc;
  border: 1px solid #fba;
}
.block-reminds .remind-item-inactive {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
}
.doc-list-reminds {
  position: absolute;
  top: 3px;
  right: 5px;
  display: flex;
  flex-direction: row;
}
.doc-list-reminds .doc-list-reminds-item {
  margin: 3px;
}
.doc-list-reminds .doc-list-reminds-item .dropdown-menu {
  display: none;
  white-space: pre;
}
.doc-list-reminds .doc-list-reminds-item:hover .dropdown-menu {
  display: block;
}
