/*


 !!! Файл собран из dev/company/console/css/login-page.scss.
Редактируйте его!!!


*/* {
  margin: 0;
  padding: 0;
}

/*@media all and (min-width: 1000px) {
    html{    overflow-x: hidden;}
}*/
@font-face {
  font-family: "roboto-condensed";
  src: url("fonts/roboto-condensed.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-condensed";
  src: url("fonts/roboto-condensed.bold.ttf");
  font-weight: bold;
  font-style: normal;
}
html {
  height: 100%;
}

body {
  background-color: #FFFFFF;
  font-family: tahoma, arial, verdana, sans-serif;
  height: 100%;
}

.page-body {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .page-body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  /*html {overflow:  hidden;}*/
}
.header {
  margin: 0 0;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #0a71ae;
  background: #000;
  min-height: 56px;
  /*
  position: fixed;
  * */
}
@media only screen and (max-width: 500px) {
  .header {
    display: table;
    width: 100%;
    height: 100%;
  }
  .header-content {
    display: table-cell;
    vertical-align: middle;
    top: -11%;
  }
}
@media only screen and (min-width: 500px) {
  .header {
    width: 1100px;
  }
}
@media only screen and (max-width: 500px) {
  .header {
    height: 100%;
  }
}
.header-content {
  width: auto;
  /*height: 68px;*/
  position: relative;
  /*background: url("../icons/logoHead.png") no-repeat;*/
  align-items: center;
}
@media only screen and (min-width: 500px) {
  .header-content {
    min-width: 1100px;
    left: -550px;
    margin-left: 50%;
    display: flex;
  }
}
.header-company-name {
  order: 10;
  font-size: 20px;
  font-weight: bold;
  font-family: roboto-condensed, verdana;
  color: #fff;
  transition: flex-grow 0.3s linear, opacity 0.6s linear;
}
@media only screen and (min-width: 500px) {
  .header-company-name {
    padding-left: 20px;
    flex-grow: 5;
    min-width: 400px;
  }
}
@media only screen and (max-width: 500px) {
  .header-company-name {
    text-align: center;
    margin-top: 44px;
    margin-bottom: 28px;
  }
}
.header-company-name a {
  color: #fff !important;
  text-decoration: none !important;
}
@media only screen and (min-width: 500px) {
  .header-company-logo {
    flex-grow: 5;
    text-align: right;
  }
}
@media only screen and (max-width: 500px) {
  .header-company-logo {
    text-align: center;
  }
}
.header-company-logo img {
  height: 36px;
  max-width: 0;
  opacity: 0;
  transition: flex-grow 0.3s linear, opacity 0.6s linear;
}
.has-logo .header-company-logo img {
  max-width: 100px;
  opacity: 1;
}
@media only screen and (max-width: 500px) {
  .header-company-logo img {
    height: auto;
    width: min(200px, 75vw);
    max-height: 200px;
  }
  .has-logo .header-company-logo img {
    max-width: min(200px, 75vw);
  }
}

@media only screen and (max-width: 500px) {
  .hidden-ifarme {
    height: 0px;
    position: absolute;
  }
}
.header-bottom-border {
  border-bottom: 1px solid #0a71ae;
}

.logo {
  position: relative;
  padding: 4px 10px 0 0;
  float: left;
  color: #0a71ae;
  font-size: 30px;
  font-weight: bold;
}
.logo span {
  font-size: 28px;
}
.logo a {
  color: inherit;
  text-decoration: none;
}
.logo-img {
  position: relative;
  float: left;
  margin: 4px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url("/icons/logo32.png") no-repeat;
}

.user-panel {
  position: relative;
  order: 20;
  /*height: 38px;*/
  /*border: 1px solid #e1972e;
  border-radius: 3px;
  background: #f8960d; /* Old browsers */
  /*background: -moz-linear-gradient(top, #f9b24a 0%, #f99509 100%); /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b24a), color-stop(100%,#f99509)); /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, #f9b24a 0%,#f99509 100%); /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, #f9b24a 0%,#f99509 100%); /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, #f9b24a 0%,#f99509 100%); /* IE10+ */
  /*background: linear-gradient(to bottom, #f9b24a 0%,#f99509 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b24a', endColorstr='#f99509',GradientType=0 ); /* IE6-9 */
}
@media only screen and (min-width: 500px) {
  .user-panel {
    margin: 0 1px 0 10px;
  }
}
@media only screen and (min-width: 500px) {
  .user-panel {
    flex-basis: 530px;
    min-width: 530px;
    right: 0;
    float: right;
  }
}
.user-panel-item {
  position: relative;
}
@media only screen and (min-width: 500px) {
  .user-panel-item {
    float: left;
    margin: 0 4px;
  }
  .user-panel-item .submit_btn {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 500px) {
  .user-panel-item {
    margin-bottom: 10px;
  }
}
.user-panel-item input {
  font-size: 17px;
  transition: 0.3s;
}
.user-panel-item label {
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #d6840f;
  margin: 0 5px 0 10px;
  font-size: 14px;
  font-weight: normal;
}
.user-panel-item.username:before {
  content: url(/icons/login_user.png);
}
.user-panel-item.password:before {
  content: url(/icons/login_lock_open.png);
}
.user-panel-item.username:before, .user-panel-item.password:before {
  position: absolute;
}
@media only screen and (max-width: 500px) {
  .user-panel-item.username:before, .user-panel-item.password:before {
    left: 8px;
    top: 12px;
  }
}
@media only screen and (min-width: 500px) {
  .user-panel-item.username:before, .user-panel-item.password:before {
    left: 8px;
    top: 6px;
  }
}
.user-panel-text-field {
  color: #444444;
  height: 35px;
  padding: 0 15px;
  background-color: #d8f4e6;
  border: 1px solid #2D9547;
  border-radius: 2px;
  /*margin:0 5px;*/
  box-sizing: border-box;
  transition: 0.3s;
  outline: none;
  border-radius: 4px;
}
.user-panel-text-field :focus {
  background-color: #ecfff6;
  border: 1px solid #4fce6f;
  outline: none;
}
.user-panel-text-field-required {
  color: #444444;
  height: 35px;
  padding: 0 6px;
  background-color: #d8f4e6;
  border: 1px solid #2D9547;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 1px 1px red;
  -moz-box-shadow: 0px 0px 1px 1px red;
  box-shadow: 0px 0px 1px 1px red;
  width: 150px;
  box-sizing: border-box;
  outline: none;
  border-radius: 4px;
}

#username, #password {
  background-color: #d8f4e6;
  padding-left: 34px;
  transition: background-color 86400s ease-in-out 86400s;
}

/*.user-panel-text-field {
    color: #444444;
    width: 98px;
    height: 20px;
    padding: 0 3px;
    background-color: #FFFFFF;
    border: 1px solid #e1972e;
    border-radius: 2px;
    font-size: 14px;
}*/
.user-panel-text-field[type=checkbox] {
  height: 16px;
  vertical-align: middle;
  width: 16px;
}

/*.user-panel-text-field-required {
    color: #444444;
    width: 98px;
    height: 18px;
    padding: 0 3px;
    background-color: #FFFFFF;
    border: 1px solid #e1972e;
    border-radius: 2px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 0, 0, 1);
    -moz-box-shadow:    0px 0px 1px 1px rgba(255, 0, 0, 1);
    box-shadow:         0px 0px 1px 1px rgba(255, 0, 0, 1);
}*/
.user-panel-text-field-long {
  color: #444444;
  width: 266px;
  height: 18px;
  padding: 0 3px;
  background-color: #FFFFFF;
  border: 1px solid #e1972e;
  border-right: 1px solid #FFFFFF;
  border-radius: 2px 0 0 2px;
  font-size: 14px;
  display: inline;
  vertical-align: top;
}

.user-panel-text-field-long-required {
  color: #444444;
  width: 266px;
  height: 18px;
  padding: 0 3px;
  background-color: #FFFFFF;
  border: 1px solid #e1972e;
  border-right: 1px solid #FFFFFF;
  border-radius: 2px 0 0 2px;
  font-size: 14px;
  display: inline;
  vertical-align: top;
  -webkit-box-shadow: 0px 0px 1px 1px red;
  -moz-box-shadow: 0px 0px 1px 1px red;
  box-shadow: 0px 0px 1px 1px red;
}

.user-panel-select-field {
  width: 266px;
  height: 20px;
  background-color: #FFFFFF;
  border: 0;
  color: #444444;
}

/*forgot password*/
.user-panel-forgot-password {
  color: #fff;
  margin: 10px 0 0 10px;
  cursor: pointer;
  text-decoration: underline;
}

.user-panel-forgot-password:hover {
  text-decoration: none;
}

#forgotPasswordForm .lp_popup_form_item {
  float: none;
}

#forgotPasswordForm #forgotEmail {
  width: 83%;
}

.custom-combobox {
  position: relative;
  top: 2px;
}

#ui-id-1 {
  position: fixed;
  list-style-type: none;
  font-size: 12px;
  background-color: #FFFFFF;
  width: 290px;
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #e1972e;
  border-top: 1px solid #FFFFFF;
  border-radius: 2px;
}

#ui-id-1 li {
  margin: 2px;
}

#ui-id-1 li:hover {
  background-color: #cccccc;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ac-button {
  background: url("/icons/ac-select-button.png") no-repeat scroll top left transparent;
  width: 20px;
  height: 20px;
  border: 1px solid #e1972e;
  border-radius: 0 2px 2px 0;
  display: inline;
  vertical-align: top;
  position: relative;
  left: -1px;
  cursor: pointer;
}

.ac-button-required {
  background: url("/icons/ac-select-button.png") no-repeat scroll top left transparent;
  width: 20px;
  height: 20px;
  border: 1px solid #e1972e;
  border-radius: 0 2px 2px 0;
  display: inline;
  vertical-align: top;
  position: relative;
  left: -1px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 1px 1px red;
  -moz-box-shadow: 0px 0px 1px 1px red;
  box-shadow: 0px 0px 1px 1px red;
}

.user-panel-button {
  /*height: 24px;
     width: 82px;
     background-color: transparent;
     font-size: 14px;
     border-radius: 5px;
     border: 1px solid #FFFFFF;
     padding: 0 5px 0 5px;
     color: #FFFFFF;
     cursor: pointer;
     text-shadow: 1px 1px 1px rgba(163, 93, 0, 1);
  margin: -2px 0 0 9px;*/
  margin: 0;
  height: 35px;
  background-color: #2D9547;
  color: white;
  cursor: pointer;
  outline: 0;
  border: 0;
  padding: 0 20px;
  border-radius: 4px;
}
@media only screen and (min-width: 500px) {
  .user-panel-button {
    width: auto !important;
  }
}
.user-panel-button:hover {
  background-color: #59b26f;
}
.user-panel-button:active {
  background-color: #53a167;
}

.page {
  display: none;
  margin: 0;
  overflow: auto;
  height: calc(100% - 56px);
  top: 56px;
}
@media only screen and (min-width: 500px) {
  .page {
    width: 1100px;
    position: absolute;
    display: block;
  }
}
.page-content {
  height: auto;
  margin: 0px auto;
}
@media only screen and (min-width: 500px) {
  .page-content {
    width: 1100px;
  }
}

@media only screen and (min-width: 500px) {
  .page-content .promo {
    margin: 30px 0 0 0;
  }
}

.news {
  margin: 40px 0;
  width: 100%;
}
.news a {
  font-size: 12px;
  color: #0a71ae;
}
.news-header {
  background: url(../icons/main_1_03.png) no-repeat scroll top left transparent;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #0a71ae;
}
.news-header span {
  font-size: 26px;
  color: #0a71ae;
  padding-left: 50px;
}
.news-list {
  width: inherit;
}
.news-item {
  position: relative;
  width: 33%;
  float: left;
  text-align: justify;
}
.news-item-wrapper {
  margin-top: 20px;
  padding: 0 10px;
  height: 207px;
  overflow: hidden;
}
.news-item-bottom_opacity {
  height: 20px;
  opacity: 0.8;
  background: #fff;
  background: linear-gradient(transparent, #fff);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.news-item-separator {
  border-right: 1px dashed #0a71ae;
}
.news-item-title {
  margin: 5px 0;
  color: #35a2dc;
  font-size: 18px;
}
.news-item-title a {
  margin: 5px 0;
  color: #35a2dc;
  font-size: 18px;
  text-decoration: none;
}
.news-item-all {
  width: 100%;
  text-align: justify;
}
.news-item-all-title {
  margin: 30px 0 0 0;
  color: #35a2dc;
  font-size: 18px;
}
.news-item-all-date {
  color: #727272;
  font-size: 12px;
}
.news-item-all-short-text {
  margin: 5px 0 0 0;
  color: #444444;
  font-size: 14px;
}
.news-item-date {
  margin: 5px 0;
  color: #727272;
  font-size: 12px;
}
.news-item-short-text {
  margin: 5px 0;
  color: #444444;
  font-size: 14px;
}
.news-link-to-all {
  position: relative;
  float: right;
  margin: 20px 10px 0 0;
}
.news-link-to-all a {
  font-size: 12px;
  color: #0a71ae;
}

.promo-header {
  background: url(../icons/main_1_06.png) no-repeat scroll top left transparent;
  width: 100%;
  border-bottom: 1px solid #0a71ae;
  padding-left: 150px;
  background-position-x: 145px;
}
@media only screen and (min-width: 500px) {
  .promo-header {
    height: 35px;
  }
}

@media only screen and (max-width: 500px) {
  #enterForm {
    width: 150px;
    position: relative;
    left: -4px;
    height: 50px;
  }

  #loginForm {
    width: 340px;
    margin-top: 20px;
  }

  .promo-header {
    margin: 20px 0px 10px 0px;
  }
}
@media only screen and (min-width: 500px) {
  .user-panel-text-field {
    width: 150px;
  }
}
@media only screen and (max-width: 500px) {
  .user-panel-text-field {
    width: 340px;
    height: 50px;
  }
}
.promo-header span {
  font-size: 26px;
  color: #0a71ae;
  padding-left: 50px;
}

.promo-list {
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  /*
   * position: relative;
  top: 20px;
  * */
  padding: 20px 10px 0;
}
@media only screen and (min-width: 500px) {
  .promo-list {
    display: flex;
  }
}

.promo-item {
  /*    width: 47%;
      position: relative;
      float: left;
      * */
  margin: 12px;
}
@media only screen and (min-width: 500px) {
  .promo-item {
    width: 430px;
  }
}
@media only screen and (max-width: 500px) {
  .promo-item {
    width: 320px;
  }
}

.promo-item-ico {
  position: relative;
  float: left;
  width: 52px;
  height: 52px;
  border: 0px;
}

.promo-item-image-1 {
  background: url(../icons/main_1_10.png) no-repeat scroll top left transparent;
}

.promo-item-image-2 {
  background: url(../icons/main_1_12.png) no-repeat scroll top left transparent;
}

.promo-item-image-3 {
  background: url(../icons/main_1_16.png) no-repeat scroll top left transparent;
}

.promo-item-image-4 {
  background: url(../icons/main_1_17.png) no-repeat scroll top left transparent;
}

.promo-item-image-5 {
  background: url(../icons/main_1_20.png) no-repeat scroll top left transparent;
}

.promo-item-image-6 {
  background: url(../icons/main_1_21.png) no-repeat scroll top left transparent;
}

.promo-item-image-7 {
  background: url(../icons/main_1_24.png) no-repeat scroll top left transparent;
}

.promo-item-image-8 {
  background: url(../icons/main_1_25.png) no-repeat scroll top left transparent;
}

.promo-item-image-9 {
  background: url(../icons/main_3_03.png) no-repeat scroll top left transparent;
}

.promo-item-image-10 {
  background: url(../icons/main_3_05.png) no-repeat scroll top left transparent;
}

.promo-item-text {
  height: 52px;
  width: auto;
  font-size: 14px;
  color: #444444;
  position: relative;
  display: table;
}

.promo-item-text {
  padding-left: 14px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.auth-login-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}

.auth-login-loader-progress {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -46px 0 0 -36px;
  color: #fff;
  text-align: center;
}

.auth-login-loader-progress div {
  animation: rotate 3s infinite linear;
  -webkit-animation: rotate 3s infinite linear;
  width: 72px;
  height: 72px;
  background: url(/icons/load_03.png) center no-repeat;
  padding: 20px;
}

.auth-error-message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}

.auth-error-message-wrapper {
  border-radius: 5px;
  position: relative;
  left: 50%;
  margin-left: -180px;
  top: 50%;
  margin-top: -190px;
  width: 360px;
  height: auto;
  background-color: #f2dedf;
  border: 2px solid #eed3d8;
  z-index: 200;
  color: #c54947;
  text-shadow: 1px 1px 1px white;
}

.auth-error-message-wrapper a {
  color: inherit;
  font-weight: bold;
}

.auth-error-message-title {
  position: relative;
  top: 10px;
  left: 15px;
  font-size: 14px;
  font-weight: bold;
}

.auth-error-message-text {
  position: relative;
  margin: 25px 15px 45px 15px;
  font-size: 13px;
}

.auth-error-message-close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 8px;
  width: 10px;
  cursor: pointer;
  background: url("/icons/error-message-close-cross.png") no-repeat;
}

.auth-error-message-ok {
  background-color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 3px 25px;
  color: #0a71ae;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #cccccc;
  cursor: pointer;
}

.auth-changepass-message, .login_page_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: none;
}

.auth-changepass-wrapper, .lp_popup_wrapper {
  font-size: 14px;
  border-radius: 5px;
  position: relative;
  left: 50%;
  margin-left: -180px;
  top: 50%;
  margin-top: -190px;
  width: 360px;
  height: auto;
  border: 2px solid #e1972e;
  z-index: 200;
  color: #c06300;
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);*/
  background: #f8960d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9b24a 0%, #f99509 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9b24a), color-stop(100%, #f99509));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9b24a 0%, #f99509 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9b24a 0%, #f99509 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9b24a 0%, #f99509 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9b24a 0%, #f99509 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9b24a", endColorstr="#f99509",GradientType=0 );
  /* IE6-9 */
}

.auth-changepass-message-title, .lp_popup_title {
  margin: 5px 10px;
  font-size: 14px;
  font-weight: bold;
}

.auth-changepass-message-notice, .lp_popup_notice {
  margin: 5px 10px;
  /*font-size: 12px;*/
  color: #c90f07;
  font-weight: bold;
}

.lp_popup_notice.success {
  color: green;
}

.auth-changepass-message-form, .lp_popup_form {
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #c06300;
  margin-bottom: 40px;
  padding: 5px 15px;
}

.auth-changepass-form-item, .lp_popup_form_item {
  padding: 3px 5px;
  position: relative;
  float: right;
}

.auth-changepass-message-form input[type=text], .auth-changepass-message-form input[type=password], .lp_popup_form input[type=text] {
  width: 180px;
  height: 20px;
  padding: 0 3px;
  background-color: #FFFFFF;
  border: 1px solid #e1972e;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 15px;
  color: #000;
}

.auth-changepass-form-separator, .lp_popup_form_separator {
  margin: 5px 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #8b6227;
  position: relative;
  float: right;
}

.auth-changepass-message-close, .lp_popup_close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 8px;
  width: 10px;
  cursor: pointer;
  background: url("/icons/error-message-close-cross.png") no-repeat;
}

.auth-changepass-message-ok, .lp_popup_ok {
  position: absolute;
  text-align: center;
  bottom: 10px;
  right: 20px;
  height: 24px;
  width: 100px;
  background-color: transparent;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  padding: 0 15px;
  color: #FFFFFF;
  cursor: pointer;
  text-shadow: 1px 1px 1px #a35d00;
}

@media screen and (min-width: 1100px) {
  .header {
    width: 100%;
  }

  .page {
    width: 100%;
  }
}
.hidden-ifarme {
  visibility: hidden;
  width: 1px;
  height: 0px;
  opacity: 0;
  position: absolute;
}
@media only screen and (min-width: 500px) {
  .hidden-ifarme {
    height: 1px;
  }
}

.clear {
  clear: both;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}