@charset "UTF-8";
/* png-sprite */
/* /png-sprite*/
.fml_btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dadbdb;
  border-radius: 5px;
  color: #808080;
  position: relative;
  background-color: transparent;
}

.fml_btn:hover, .fml_btn:focus {
  background-color: #f0f0f0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

[v-cloak],
.fml_loading {
  width: 100%;
  height: 200px;
  position: relative;
}

[v-cloak]:before,
.fml_loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2500;
  background: #fff url("/bitrix/templates/k-team/assets/korus.personalarea/images/svg/loader.svg") center no-repeat;
  transition: background 0.5s;
}

body .header-top__user-name .hdtop_check {
  display: none;
}

body .header-top__notification .header-top__user {
  margin: 0 70px 0 0;
  background-image: url(../images/lk_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 7px;
}

body .header-top__notification .header-top__notification-message {
  display: block;
  margin: 0 30px 0 0;
}

body .header-top__notification .header-top__notification-phone {
  margin-right: 30px;
}

body .menu-left__item .lk_counter {
  display: inline-block;
  position: relative;
  right: -5px;
  bottom: initial;
  top: -2px;
  padding: 0 0 0 0;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  color: #fff;
  background: #eb1c2a;
  border-radius: 50px;
  letter-spacing: 0.5px;
  text-align: center;
}

body .fml_btn_new {
  text-align: center;
  outline: 0;
  height: 44px;
  line-height: 42px;
  min-width: 140px;
  font-size: 18px;
  border-radius: 5px;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}

body .fml_btn_new:focus, body .fml_btn_new:hover {
  text-decoration: none;
  outline: 0;
}

body .fml_btn_new.fml_btn_transp {
  border: 1px solid #dadbdb;
  background-color: transparent;
}

body .fml_btn_new.fml_btn_transp:hover {
  background-color: #f0f0f0;
}

body .fml_btn_new.fml_btn_red {
  background: #db151c;
  color: #ffffff;
}

body .fml_btn_new.fml_btn_red:hover, body .fml_btn_new.fml_btn_red:active {
  background: #f31f27;
  border-color: initial;
  color: #fff;
}

body .fml_btn_new.fml_btn_green {
  background: #1DA423;
  color: #ffffff;
}

body .fml_btn_new.fml_btn_green:hover, body .fml_btn_new.fml_btn_green:active {
  background: #1DA423;
  border-color: initial;
  color: #fff;
}

/* Inputs - checkbox style */
.el-form-ckbox {
  cursor: pointer;
  position: relative;
  margin: 0 0 0 0;
  display: inline-block;
}

.el-form-ckbox__input {
  display: none;
}

.el-form-ckbox_trig {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dadbdb;
  border-radius: 2px;
}

.el-form-ckbox__input:checked + .el-form-ckbox_trig {
  background: url(../images/check.png) no-repeat center;
  background-size: 70%;
  animation: animation-checkbox 0.4s ease-in-out;
}

.el-form-ckbox_text {
  margin: 0 0 0 30px;
  width: auto;
  display: inline-block;
  line-height: inherit;
  vertical-align: bottom;
}

/* Custom input checkbox */
.wiki_add_form .need_familiarization_checkbox {
  margin: 30px 0 30px 0;
}

.wiki_add_form .need_familiarization_checkbox .el-form-ckbox_text {
  font-size: 18px;
  color: #000;
}

.wiki_add_form .need_familiarization_checkbox .el-form-ckbox_trig {
  bottom: 3px;
}

/* Flex table styles */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 0;
  color: #000;
  font-size: 16px;
}

.Rtable .Rtable-row {
  width: 100%;
  display: flex;
  /*&:nth-child(even) {
      background: #e0e0e0;
  }*/
}

.Rtable .Rtable-row .Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  padding: 10px 15px 10px 15px;
  overflow: hidden;
  list-style: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px solid #eaeaea;
  margin-top: -1px;
  margin-left: -1px;
}

.Rtable .Rtable-row .Rtable-cell.column-heading {
  background-color: #fff;
  color: #000;
  padding: 12px 15px 12px 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.Rtable .Rtable-row .Rtable-cell.column-heading .cell-min {
  max-width: 160px;
}

.Rtable .Rtable-row .Rtable-cell.date-cell {
  /*display: block;*/
}

.Rtable .title-cell {
  width: 10%;
}

.Rtable .date-cell {
  width: 10%;
}

.Rtable .status-cell {
  width: 10%;
}

.Rtable .button-cell {
  width: 25%;
}

.Rtable .cell-3 {
  width: 3%;
}

.Rtable .cell-10 {
  width: 10%;
}

.Rtable .cell-20 {
  width: 20%;
}

.Rtable .cell-30 {
  width: 30%;
}

.Rtable .cell-40 {
  width: 40%;
}

.Rtable .Rtable-btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px 0 0;
  padding: 0 20px;
  outline: none;
  height: 46px;
  line-height: initial;
  width: 140px;
  font-size: 14px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  color: #555;
  border: 1px solid #555;
  background-color: transparent;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}

.Rtable .Rtable-btn:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}

.no-flexbox .Rtable {
  display: block;
}

.no-flexbox .Rtable.Rtable-cell {
  width: 100%;
}

.personal-main-block {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

/* custom styles in wiki_detail */
body .wiki_detail .top_links a.edit {
  background: #db151c;
  color: #fff;
  border: none;
}

body .wiki_detail .top_links a.edit:hover {
  background: #f31f27;
}

body .wiki_detail .top_links a.edit:before {
  background: url(/bitrix/templates/k-team/assets/korus.personalarea/images/icons_w.png) no-repeat 3px -47px;
}

body .wiki_detail .top_links a.agree,
body .wiki_detail .top_links .wiki_subscribe,
body .wiki_detail .top_links .familiarization {
  background: #1DA423;
  color: #ffffff;
  border: none;
}

body .wiki_detail .top_links a.agree:hover,
body .wiki_detail .top_links .wiki_subscribe:hover,
body .wiki_detail .top_links .familiarization:hover {
  background: #1a8e1f;
}

body .wiki_detail .top_links a.agree:before {
  background: url(/bitrix/templates/k-team/assets/korus.personalarea/images/icons_w.png) no-repeat 3px -22px;
}

body .wiki_detail .top_links .wiki_subscribe:before {
  background: url(/bitrix/templates/k-team/assets/korus.personalarea/images/icons_w.png) no-repeat 3px -95px;
}

body .wiki_detail .top_links .familiarization:before {
  background: url(/bitrix/templates/k-team/assets/korus.personalarea/images/icons_w.png) no-repeat 3px -22px;
}

body .wiki_detail .top_links a.history {
  background: #fcb124;
  color: #ffffff;
  border: none;
}

body .wiki_detail .top_links a.history:hover {
  background: #f9ab18;
}

body .wiki_detail .top_links a.history:before {
  background: url(/bitrix/templates/k-team/assets/korus.personalarea/images/icons_w.png) no-repeat 3px -72px;
}

/* Приводим формы в нормальный вид */
.processing-form-container .processing-form__block {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.processing-form-container .prc-item-block-wr {
  margin: 0 0 20px;
}

.processing-form-container .prc-item-block-wr .el-form-item__label {
  line-height: 1;
}

.el-table thead {
  color: #808080;
  font-weight: 500;
  background: unset;
}

.el-table thead th {
  background: unset;
  text-transform: uppercase;
  border-bottom: 1px solid #808080 !important;
}

.el-table .cell {
  word-break: normal !important;
  white-space: normal !important;
  word-wrap: break-word !important;
}

.el-dialog .el-dialog__footer {
  text-align: center;
}

.el-tooltip.item {
  color: #121239;
}

.required_prop .el-form-item__label {
  padding: 0;
}

.required_prop .el-form-item__label:after {
  content: "*";
  color: red;
}

#cripto_loader {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(240, 240, 240, 0.8);
  z-index: 10000;
  text-align: center;
}

#cripto_loader .cripto_info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 50%;
  font-size: 20px;
}

#workarea #task_simple {
  width: 100%;
  display: inline-block;
  margin-left: 0;
  min-width: 800px;
}

#workarea #task_simple .simple-form__container .el-form-item__label, #workarea #task_simple .simple-form__container .prc-item-label {
  width: fit-content !important;
}

.simple-form__container .prc-item-flex_subtitle {
  padding: 0;
}

/*================= Element UI ==================*/
.el-button--primary {
  background-color: var(--ui-color-primary);
  border-color: var(--ui-color-primary);
}

.el-button--primary:hover {
  background-color: var(--ui-color-secondary);
  border-color: var(--ui-color-secondary);
}

.el-button--primary:active {
  background-color: var(--ui-color-secondary);
  border-color: var(--ui-color-secondary);
}

.el-button--primary:focus {
  background-color: var(--ui-color-secondary);
  border-color: var(--ui-color-secondary);
}

.el-checkbox-group {
  font-size: inherit;
}

.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: var(--ui-color-secondary);
  border-color: var(--ui-color-secondary);
  -webkit-box-shadow: -1px 0 0 0 var(--ui-color-secondary);
  box-shadow: -1px 0 0 0 var(--ui-color-secondary);
}

.el-radio-button__inner:hover {
  color: var(--ui-color-secondary);
}

.el-textarea__inner:focus {
  border-color: var(--ui-color-secondary);
}

.el-input.is-active .el-input__inner:focus, .el-input__inner:focus {
  border-color: var(--ui-color-secondary);
}

.el-checkbox__inner:hover,
.el-checkbox__input.is-checked + .el-checkbox__label,
.el-checkbox__input.is-focus .el-checkbox__inner,
.el-radio__inner:hover,
.el-radio__input.is-checked + .el-radio__label,
.el-radio__input.is-focus .el-radio__inner {
  border-color: var(--ui-color-secondary);
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  -webkit-box-shadow: 0 0 2px 2px var(--ui-color-secondary);
  box-shadow: 0 0 2px 2px var(--ui-color-secondary);
}

.el-checkbox__inner:hover, .el-checkbox__input.is-focus .el-checkbox__inner,
.el-radio__inner:hover, .el-radio__input.is-focus .el-radio__inner {
  color: var(--ui-color-secondary);
}

.el-checkbox__input.is-checked + .el-checkbox__label,
.el-radio__input.is-checked + .el-radio__label {
  color: var(--ui-color-secondary);
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-radio__input.is-checked .el-radio__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: var(--ui-color-secondary);
  border-color: var(--ui-color-secondary);
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: var(--ui-color-secondary);
}

.el-pagination.is-background .el-pager li:not(.disabled):hover:hover {
  color: var(--ui-color-secondary);
}

.el-button:focus, .el-button:hover {
  color: #ffffff;
  background-color: var(--ui-color-secondary);
  border-color: var(--ui-color-secondary);
}

.el-button--info.is-plain {
  color: #818b9a;
  background: #f4f4f5;
  border-color: #818b9a;
}

.el-button--info.is-plain:focus {
  background-color: #f4f4f5;
  border-color: var(--ui-color-primary);
  color: var(--ui-color-primary);
}

.el-button--info.is-plain:hover {
  background-color: #f4f4f5;
  border-color: var(--ui-color-primary);
  color: var(--ui-color-primary);
}

.el-select .el-input__inner:focus {
  border-color: var(--ui-color-secondary);
}

.el-select .el-input.is-focus .el-input__inner {
  border-color: var(--ui-color-secondary);
}

.el-range-editor--small.el-input__inner {
  height: 40px;
}

.el-range-editor--small .el-range-separator {
  line-height: 30px;
}

.el-range-editor.is-active, .el-range-editor.is-active:hover {
  border-color: var(--ui-color-secondary);
}

.el-date-table td.today span, .el-select-dropdown__item.selected {
  color: var(--ui-color-primary);
}

.el-date-table td.available:hover, .el-table th > .cell.highlight, .el-table-filter__bottom button:hover {
  color: var(--ui-color-primary);
}

.el-date-table td.current:not(.disabled) span,
.el-date-table td.end-date span, .el-date-table td.start-date span {
  background-color: var(--ui-color-secondary);
}

.el-button--text,
.el-picker-panel__icon-btn:hover,
.el-date-picker__header-label.active, .el-date-picker__header-label:hover,
.iu td.today .cell,
.el-year-table td .cell:hover, .el-year-table td.current:not(.disabled) .cell,
.el-year-table td.today .cell,
.el-year-table td .cell:hover,
.el-month-table td.today .cell,
.el-month-table td .cell:hover,
.el-month-table td.current:not(.disabled) .cell {
  color: var(--ui-color-primary);
}

/*================= END Element UI ==================*/
/*================= Сервисы ==================*/
@media screen and (max-width: 1599px) {
  .prc-item-flex_subtitle {
    font-size: 16px !important;
  }
  .prc-item-flex_cont {
    font-size: 15px !important;
  }
}
/*================= END Сервисы ==================*/