html, body {
  background-color: #fff;
  color: #636b6f;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  height: 100vh;
  margin: 0;
}

.full-height {
  height: 100vh;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}

.content {
  text-align: center;
}

.title {
  font-size: 84px;
}

.links > a {
  color: #636b6f;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.m-b-md {
  margin-bottom: 30px;
}
.alert{
  margin-top: 20px;
}

.person-block, .company-block{
  padding: 20px;
  border: solid 1px black;
}

.person-block .readmore, .company-block .readmore, .readmore-financical{
  text-align: right;
  cursor: pointer;
}

.person-block b{
  font-weight: bold;
}

.loading{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.flex-center.position-ref.full-height{
  width: 100%;
  text-align: center;
}

.bank-button, .client-button{
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.bank-fields, .fact-address, .emp2-ip-block, .emp2-org-block, #emp2-company-ogrn, #emp2-company-inn, #emp2-company-kpp{
  display: none;
}

.box__dragndrop, .box__uploading, .box__success, .box__error {
  display: none;
}

.box
{
  font-size: 1.25rem; /* 20 */
  background-color: #c8dadf;
  position: relative;
  padding: 100px 20px;
}
.box.has-advanced-upload
{
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;

  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.box.is-dragover
{
  outline-offset: -20px;
  outline-color: #c8dadf;
  background-color: #fff;
}
.box__dragndrop,
.box__icon
{
  display: none;
}
.box.has-advanced-upload .box__dragndrop
{
  display: inline;
}
.box.has-advanced-upload .box__icon
{
  width: 100%;
  height: 80px;
  fill: #92b0b3;
  display: block;
  margin-bottom: 40px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input
{
  visibility: hidden;
}

.box__uploading,
.box__success,
.box__error
{
  display: none;
}
.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error
{
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;

  -webkit-transform: translateY( -50% );
  transform: translateY( -50% );
}
.box__uploading
{
  font-style: italic;
}
.box__success
{
  -webkit-animation: appear-from-inside .25s ease-in-out;
  animation: appear-from-inside .25s ease-in-out;
}
@-webkit-keyframes appear-from-inside
{
  from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
  75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
  to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
}
@keyframes appear-from-inside
{
  from	{ transform: translateY( -50% ) scale( 0 ); }
  75%		{ transform: translateY( -50% ) scale( 1.1 ); }
  to		{ transform: translateY( -50% ) scale( 1 ); }
}

.box__restart
{
  font-weight: 700;
}
.box__restart:focus,
.box__restart:hover
{
  color: #39bfd3;
}

.js .box__file
{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.js .box__file + label
{
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong
{
  color: #39bfd3;
}
.js .box__file:focus + label,
.js .box__file.has-focus + label
{
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.js .box__file + label *
{
  /* pointer-events: none; */ /* in case of FastClick lib use */
}

.no-js .box__file + label
{
  display: none;
}

.no-js .box__button
{
  display: block;
}
.box__button
{
  font-weight: 700;
  color: #e5edf1;
  background-color: #39bfd3;
  display: none;
  padding: 8px 16px;
  margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus
{
  background-color: #0f3c4b;
}

.box__file{
  display: none;
}

.fileicon{
  width: 18px;
  vertical-align: middle;
}

.nav-tabs{
  border: none;
}

.nav-tabs li a{
  color: #ffffff;
}

.tab-pane p{
  text-align: left;
}

.icon-button, .icon-button i{
  cursor: pointer;
}

.icon-button:hover, .icon-button i:hover{
  color: #7c7c7c;
}

.workspace-item-edit{
  background: #d8e8ff;
}

.dialog{
  position: absolute;
  background: #fbf8ff;
  border: solid 1px #cccccc;
  border-radius: 5px;
  padding: 10px;
  display: none;
  right: 0;
}

.dialog ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dialog ul li{
  cursor: pointer;
}

.user-access-dialog .disabled{
  color: #7c7c7c;
  cursor: default;
}

.user-access-dialog .disabled .access-toggle-button{
  display: none;
}

.btn-without-margin{
  margin-top: 0;
}

.delegate-block{
  border: solid 1px #1b6d85;
  padding: 10px;
  margin-top: 10px;
}

/*new login styles*/

.admin-layout {
  height: 100%;
  position: relative;
}

.admin-layout .security-screen {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 200px 0 50px;
}

.admin-layout .security-screen .label-text {
  font: 400 20px/30px "Open Sans", sans-serif;
  margin-bottom: 50px;
}

.admin-layout .security-screen .label-text .label-text-error {
  display: none;
}

.admin-layout .security-screen .for-input {
  position: relative;
  display: inline-block;
  margin-bottom: 140px;
}

.admin-layout .security-screen .circles .circle {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  background: white;
  border: 1px solid black;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
}

.admin-layout .security-screen .circles .circle.circle-color {
  background: black;
  border-color: black;
}

.admin-layout .security-screen input[type=password] {
  border: 0;
  box-shadow: none;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.admin-layout .security-screen .line-through {
  height: 3px;
  width: 0;
  transition: 0.2s;
  background: #ff0008;
  position: absolute;
  top: 16px;
  left: 0;
}

.admin-layout .security-screen .line-through.is-enabled {
  width: 100%;
}

.admin-layout .security-screen .eye-link {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border: 3px solid #63A4CD;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  margin-bottom: 100px;
}

.admin-layout .security-screen .eye-link i {
  width: 40px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -20px;
  background: url(../images/eye.png) no-repeat;
  background-size: 160px auto;
  background-position: -80px 0;
}

.admin-layout .security-screen .eye-link:hover {
  background: #63A4CD;
}

.admin-layout .security-screen .eye-link:hover i {
  background-position: -40px 0;
}

.admin-layout .security-screen .eye-link.is-enabled i {
  background-position: 0 0;
}

.admin-layout .security-screen .eye-link.is-enabled:hover i {
  background-position: -120px 0;
}

.admin-layout .security-screen .refresh-link {
  display: block;
  width: 50px;
  height: 50px;
  border: 3px solid #63A4CD;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  color: #63A4CD;
  margin: 0 auto;
}

.admin-layout .security-screen .refresh-link i {
  line-height: 44px;
  font-size: 30px;
}

.admin-layout .security-screen .refresh-link:hover {
  background: #63A4CD;
  color: white;
}

.admin-layout .global-wrapper {
  background: #f4f4f4;
  height: 100%;
}

.admin-layout .global-wrapper.global-wrapper-open {
  overflow: hidden;
}

.admin-layout .global-wrapper.global-wrapper-open .logo {
  background: url(../img/logo-text-accent.png) no-repeat;
  background-size: 80px auto;
  background-position: center;
}

.admin-layout .global-wrapper.global-wrapper-open .global-container {
  -webkit-transform: translateY(340px);
  transform: translateY(340px);
  overflow-y: auto;
}

.admin-layout .global-wrapper.global-wrapper-open .global-framebox {
  border-left: 50px solid #f4f4f4;
  border-right: 50px solid #f4f4f4;
}

.admin-layout .global-wrapper.global-wrapper-open .global-nav-wrapper {
  height: auto;
}

.admin-layout .global-wrapper.global-wrapper-open .welcome-msg {
  display: none;
}

.admin-layout .global-wrapper.global-wrapper-page .bottom-content {
  display: none;
}

.admin-layout .global-wrapper.global-wrapper-page.global-wrapper-task-page .bottom-content {
  display: block;
}

.admin-layout .global-container {
  height: 100vh;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.admin-layout .global-content {
  min-height: 100%;
  background: white;
}

.admin-layout .global-section {
  height: 100vh;
  text-align: center;
  display: none;
}

.admin-layout .global-section.current-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.admin-layout .global-section .section-box {
  height: 300px;
  width: 100%;
}

.admin-layout .global-section.task-page {
  /*justify-content: center;
  align-items: center;*/
}

.admin-layout .global-section.sectors-page .section-box {
  background: crimson;
}

.admin-layout .global-section.areas-page .section-box {
  background: aquamarine;
}

.admin-layout .global-section.map-page .section-box {
  background: deepskyblue;
}

.admin-layout .global-section.team-page .section-box {
  background: moccasin;
}

.admin-layout .global-section.docs-page .section-box {
  background: pink;
}

.admin-layout .logo {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -40px;
  background: url(../img/logo-sign.png) no-repeat;
  background-size: 160px auto;
  background-position: 0 0;
  z-index: 1;
}

.admin-layout .logo:hover {
  background-position: -80px 0;
}

.admin-layout .global-nav-wrapper {
  position: fixed;
  top: 180px;
  width: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
}

.admin-layout .global-nav {
  font: 700 28px/40px "helveticaneueheavy", sans-serif;
  text-align: center;
}

.admin-layout .global-nav .global-nav-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

.admin-layout .global-nav .global-nav-item a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 35px;
}

.admin-layout .global-nav .global-nav-item a:hover{
  color: #f56257;
}

.admin-layout .global-nav .global-nav-item a:before {
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  background: black;
}

.admin-layout .global-nav .global-nav-item a.current-section {
  color: #f56257;
}

.admin-layout .global-framebox {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 0px solid #f4f4f4;
  border-bottom: 0px solid #f4f4f4;
  border-left: 0px solid #f4f4f4;
  border-right: 0px solid #f4f4f4;
  transition: border 250ms ease;
  background: transparent;
  pointer-events: none;
}

.admin-layout .bottom-content {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.admin-layout .process-link {
  display: inline-block;
  padding-bottom: 60px;
  text-decoration: none;
  position: relative;
}

.admin-layout .process-link:before {
  content: '';
  display: block;
  height: 40px;
  width: 1px;
  background: black;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.admin-layout .welcome-msg {
  font: 50px/85px "helveticaneueheavy", sans-serif;
}

.admin-layout .welcome-msg strong {
  display: block;
  font-size: 70px;
  font-weight: normal;
  line-height: 85px;
}

.admin-layout .global-inner {
  padding: 180px 100px 0;
  width: 100%;
}

.admin-layout .global-search {
  position: relative;
}

.admin-layout .global-search .global-search-field {
  position: relative;
  width: 100%;
}

.admin-layout .global-search .global-search-field input {
  width: 100%;
  display: block;
  font: normal normal 16px/24px "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cecece;
  border-left: 5px solid #857e80 !important;
  height: 50px;
  background: transparent;
  color: black;
  padding: 13px 15px;
  border-radius: 3px;
}

.admin-layout .global-search .global-search-field .global-search-close {
  position: absolute;
  height: 48px;
  width: 50px;
  text-align: center;
  background: #f4f4f4;
  top: 1px;
  right: 1px;
  border-radius: 0 3px 3px 0;
}

.admin-layout .global-search .global-search-field .global-search-close i {
  line-height: 48px;
  font-size: 25px;
}

.admin-layout .global-search .global-search-field .global-filters-link {
  text-decoration: none;
  text-transform: uppercase;
  right: 70px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  font: 12px/1 "Open Sans", sans-serif;
}

.admin-layout .global-search .global-search-field .global-filters-link:hover {
  text-decoration: underline;
}

.global-wrapper .logo:hover ~ .global-framebox {
  border-top: 65px solid #f4f4f4;
  border-bottom: 50px solid #f4f4f4;
  border-left: 50px solid #f4f4f4;
  border-right: 50px solid #f4f4f4;
}

.global-wrapper.global-wrapper-open .logo:hover ~ .global-framebox {
  border-bottom-width: 0;
}

.container{
  padding-top: 200px;
}

.admin-layout .global-section .divider{
  display: block;
  width: 100%;
  height: 20px;
  clear: both;
}

.admin-layout .global-section .file_label{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 200px;
}

.admin-layout .global-section .panel-default{
  margin-top: 10px;
  border: solid 1px #cccccc;
  border-radius: 5px;
}

.admin-layout .global-section .panel-heading, .panel-body{
  padding: 10px 20px;
}

.admin-layout .global-section .panel-heading{
  background: #e2e3e5;
  height: 60px;
}

.admin-layout .global-section .files-toggler span{
  margin: 0 20px;
  cursor: pointer;
}

.admin-layout .global-section #bases-left-menu{
  width: 100%;
  background: #232b38;
  color: #fff;
  padding: 0;
  left: 0;
  margin-top: 20px;
}

.admin-layout .global-section #bases-left-menu ul{
  list-style-type: none;
  padding: 0;
  width: 100%;
}

.admin-layout .global-section #bases-left-menu ul li{
  display: block;
  padding: 10px 20px;
  width: 100%;
  background: #232b38;
}

.admin-layout .global-section #bases-left-menu ul li:hover{
  background: #1b6e89;
}

.admin-layout .global-section #bases-left-menu ul li a{
  font-size: large;
  color: #e5f6ff;
  font-weight: bold;
}

.admin-layout .global-section .files-toggler .active{
  border-bottom: 3px solid blue;
}

.admin-layout .global-section .users-item{
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  vertical-align: top;
}

.admin-layout .global-section .users-item:hover{
  text-decoration: none;
  color: #cccccc;
}

.admin-layout .global-section .user-fullname{
  font-weight: bold;
}

.admin-layout .global-section .user-fullname{
  color: #000000;
  margin-top: 5px;
}

.admin-layout .global-section .user-office, .admin-layout .global-section .user-department, .admin-layout .global-section .user-role_name{
  color: #7f7f7f;
  cursor: pointer;
  min-height: 15px;
  min-width: 50px;
}
.admin-layout .global-section .user-role_name{
  font-weight: bold;
  color: #436689;
}

::-webkit-scrollbar-button {
  background-image:url('');
  background-repeat:no-repeat;
  width:6px;
  height:0px
}

::-webkit-scrollbar-track {
  background-color: #c9d8e0;
  box-shadow:0px 0px 3px #758489 inset;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #1b6e89;
  box-shadow:0px 1px 1px #fff inset;
  background-image:url('https://yraaa.ru/_pu/24/59610063.png');
  background-position:center;
  background-repeat:no-repeat;
}

::-webkit-resizer{
  background-image:url('');
  background-repeat:no-repeat;
  width:7px;
  height:0px
}

::-webkit-scrollbar{
  width: 11px;
}

@media (max-width: 1150px) {
  .admin-layout {
    font-size: 22px;
    line-height: 30px;
  }
  .admin-layout .global-nav .global-nav-item {
    margin: 0 10px;
  }
}

@media (max-width: 1024px) {
  .admin-layout .global-nav {
    font-size: 20px;
    line-height: 25px;
  }
  .admin-layout .global-wrapper {
    padding: 0 50px;
  }
  .admin-layout .global-wrapper.global-wrapper-open .global-framebox {
    border-left: 0 solid #f4f4f4;
    border-right: 0 solid #f4f4f4;
  }
  .admin-layout .global-wrapper .logo:hover ~ .global-framebox {
    border-top: 0 solid #f4f4f4;
    border-bottom: 0 solid #f4f4f4;
    border-left: 0 solid #f4f4f4;
    border-right: 0 solid #f4f4f4;
  }
  .admin-layout .global-content {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (max-width: 600px) {
  .admin-layout .welcome-msg{
    font-size: 40px;
  }

  .admin-layout .welcome-msg strong{
    font-size: 50px;
  }

  .admin-layout .global-nav .global-nav-item a{
    padding-bottom: 10px;
  }

  .table.table-responsive{
    display: block !important;
  }

  .admin-layout .global-section .users-item{
    padding: 0;
  }
}