/* default */
@import url('../colors.css');
body {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #EFF4F7;
  line-height: 1.3;
  font-family: 'main-regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--forgot-password-color);
  outline: none;
}
/*authorization*/
a:hover,
a:active,
a:focus {
  color: var(--forgot-password-active);
}

/* default //end */

/* layout */
.r-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}
/* layout //end */

/*  */
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
/*  */

.r-btn {
  padding: 8px 35px;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 4px;
  background: var(--maincolor);
  border: 1px solid var(--maincolor);
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.r-btn:active,
.r-btn:hover,
.r-btn:focus {
  background: var(--maincolor);
  color: #fff;
  box-shadow: 0 0 30px rgba(37, 157, 206, 0.3);
}

.r-btn--mini {
  padding: 1px 13px;
  font-size: 13px;
}

.r-btn--transparent {
  background: transparent;
  border-color: transparent;
}

.r-btn--red {
  background: #C62720;
  border: 1px solid #C62720;
}

.r-btn--red:hover,
.r-btn--red:focus {
  background: #cd2720;
  color: #fff;
}

.r-btn--red:active {
  background: #be2520;
  color: #fff;
}

.r-btn--no-bg {
  background: transparent;
  color: #1E96C8;
}

.r-btn--no-bg-grey {
  background: transparent;
  color: #818EA3;
  border-color: #818EA3;
}

.r-btn--no-bg-grey:hover,
.r-btn--no-bg-grey:focus {
  background: #95a4b9;
  border-color: #95a4b9;
  color: #fff;
}

.r-btn--red:active {
  background: #95a4b9;
  color: #fff;
}

.r-btn--full {
  width: 100%;
}

/*.r-btn--circle-17 {*/
  /*display:inline-block;*/
  /*font-size: 10px;*/
  /*line-height: 10px;*/
  /*text-align: center;*/
  /*vertical-align: bottom;*/

  /*width: 18px;*/
  /*height: 18px;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*padding: 0;*/
  /*-webkit-border-radius: 50%;*/
  /*-moz-border-radius: 50%;*/
  /*border-radius: 50%;*/
  /*background: #fff;*/
  /*color: #1E96C8;*/
  /*font-size: 10px;*/
/*}*/

.r-btn--circle-17 {
  display:inline-block;
  line-height: 17px;
  text-align: center;
  vertical-align: bottom;

  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  color: #1E96C8;
}

.r-btn--circle-17:hover,
.r-btn--circle-17:focus {
  background: transparent;
}

.r-btn--circle-17:hover path,
.r-btn--circle-17:focus path {
  fill: #fff;
}

.r-btn--toggle {
  position: relative;
}

.r-btn--toggle .minus {
  display: none;
}

.r-btn--toggle.active .plus {
  display: none;
}

.r-btn--toggle.active .minus {
  display: block;
}

.r-btn--toggle::before {
  content: '\e915';
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*width: 15px;*/
  /*height: 0;*/
  /*line-height: 0;*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*-moz-transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*-o-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/
  color: #1E96C8;
  font-family: 'rzd';
  font-size: 19px;
}

/*.r-btn--toggle::before {*/
  /*content: '\e90d';*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*width: 15px;*/
  /*height: 0;*/
  /*line-height: 0;*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*-moz-transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*-o-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/
  /*font-family: 'rzd';*/
  /*font-size: 10px;*/
/*}*/

/*.r-btn--toggle::before {*/
  /*content: '';*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*width: 15px;*/
  /*height: 1px;*/
  /*background-color: #1E96C8;*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*-moz-transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*-o-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/
/*}*/

/*.r-btn--toggle.active::before {*/
  /*content: '\e90b';*/
/*}*/
.r-btn--toggle.active::before {
  content: '\e916';
}

.r-btn--small_p {
  padding: 8px auto !important; 
}

.r-checkbox {
  margin: 0;
  line-height: 0.7;
  cursor: pointer;
}

.r-checkbox__custom {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #D4DFEA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-transition: all .45s;
  -moz-transition: all .45s;
  -ms-transition: all .45s;
  -o-transition: all .45s;
  transition: all .45s;
}

.r-checkbox__hide {
  display: none;
}

.r-checkbox__hide:checked ~ .r-checkbox__custom {
  border: 1px solid var(--maincolor);
  background-color: var(--maincolor);
}

.r-checkbox__hide:checked ~ .r-checkbox__custom::before {
  content: '\e904';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'rzd';
  color: #fff;
  font-size: 7px;
}

/* r-tabs */
.r-tabs {
  padding: 0;
}

.r-tabs > li {
  margin-right: 0;
  float: left !important;
}

.r-tabs a {
  margin: 0!important;
  padding: 8px 15px!important;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent!important;
  border: 1px solid #1E96C8!important;
  color: #1E96C8!important;
  font-weight: normal!important;
  line-height: 20px;
}

.r-tabs li.active a {
  background: #1E96C8;
  color: #fff!important;
}

.r-tabs li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.r-tabs li:last-child a {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.r-tab-content {
  padding: 0;
  border: none;
}
/* r-tabs //end */

/* form-el */
.form-el {
  padding: 8px 15px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D4DFEA;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 20px;
}

.form-el::placeholder {
  color: #b8b8b8;
}

.form-el:hover {
  border: 1px solid #c3cdd7;
}
.form-el:focus {
  border: 1px solid #abb4bd;
}

.form-el.datepicker {
  position: relative;
  z-index: 20;
  width: 145px;
  color: #B8B8B8;
}

.form-el.datepicker::before {
  position: absolute;
  right: 10px;
  content: '\e914';
  font-family: 'rzd';
}

.form-el--minimal {
  border: none;
  border-bottom: 1px solid #D4DFEA;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-el--minimal:hover {
  border: none;
  border-bottom: 1px solid #c3cdd7;
}
.form-el--minimal:focus {
  border: none;
  border-bottom: 1px solid #abb4bd;
}

.form-el--full {
  width: 100%;
}

.form-control {
  background-color: transparent;
}

.form-el-wrap--input-btn {
  display: flex;
  font-size: 0;
}

.form-el-wrap--input-btn.form-el-wrap--ico-search::before {
  font-size: 17px;
  left: 15px;
}

.form-el-wrap--input-btn > *:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  font-size: initial;
}

.form-el-wrap--input-btn > *:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  font-size: 15px;
}

.form-el-wrap--ico {
  position: relative;
}

.form-el-wrap--ico .form-el {
  padding-left: 40px;
}

.form-el-wrap--ico::before {
  content: '';
  position: absolute;
  z-index: 21;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  color: #D4DFEA;

  font-family: 'rzd';
}

.form-el-wrap--ico-user::before {
  content: '\e911';
}

.form-el-wrap--ico-lock::before {
  content: '\e90a';
}

.form-el-wrap--ico-search::before {
  content: '\e90e';
}

.form-el-wrap--ico-datepicker .form-el {
  padding-right: 38px;
  padding-left: 15px;
}

.form-el-wrap--ico-datepicker::before {
  content: '\e914';
  left: auto;
  right: 10px;
  color: #1E96C8;
}

.form-el-wrap--ico-datepicker::after {
  position: absolute;
  z-index: 20;
  content: '';
  height: 100%;
  width: 1px;
  background-color: #D4DFEA;
  left: auto;
  top: 0;
  right: 35px;
}

.form-el-wrap.has-error .form-el {
  border-color: #ff5b64;
}

.form-el-wrap--text-input {
  display: flex;
  align-items: center;
}

.form-el-wrap--text-input > *:first-child {
  margin-right: 9px;
}

.form-el--text-search {
  max-width: 190px;
}
/* form-el //enf */

/* select2 */
.select-inverse .select2-choice {
  background: #FFFFFF;
  border: 1px solid #D4DFEA;
  box-sizing: border-box;
  border-radius: 4px;
  min-height: auto;
  height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #202020;
}

.select-inverse .select2-choice:hover {
  background: #FFFFFF;
  border: 1px solid #abb3bd;
  box-sizing: border-box;
  border-radius: 4px;
  color: #202020;
}

.select-inverse .select2-choice .select2-arrow {
  border-top-color: #D4DFEA;;
}

.select2-drop .select2-results > li:first-child > .select2-result-label {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-chosen {
  font-family: 'main-regular', sans-serif;
}
/* select2 //end */

/* [data-open-folder] */

[data-open-folder="hide"] {
  display: none;
}

/* [data-open-folder] //end */

/* select2 */
.select2-arrow {
  border: none;
}
.select2-choice {
  position: relative;
  border: none;
}

.select2-choice::before {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\e900';
  font-family: 'rzd';
  color: #D4DFEA;
  font-size: 10px;
}

.select2-drop {
  margin-top: 0;
}

.dropdown-menu, .select2-drop {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
}

.select2-drop .select2-highlighted > .select2-result-label {
  background-color: rgba(202, 206, 209, 0.5);
  color: #000;
}
/* select2 */

/* modal */
.modal .close {
  color: #3E4858;
  opacity: 1;
}
.modal .close:hover {
  color: #3E4858;
  opacity: .5;
}

.modal-title {
  font-weight: normal;
  font-family: 'main-regular', sans-serif;
}

.modal-header {
  border-bottom: none;
}

.modal-content {
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(32, 32, 32, 0.2);
  border-radius: 5px;
}

.modal-footer {
  background-color: #fff;
}
/* modal //end */

/* ui-datepicker */
.ui-datepicker {
  border-color: #1E96C8;
}

.ui-datepicker .ui-datepicker-header {
  background-color: #1E96C8;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #1ea5d7;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-color: #1E96C8;
}
/* ui-datepicker //end */

.optionPane {
  border: 1px solid #DFE4EC;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* alert-success */
.alert-success {
  background-color: #fff;
}
/* alert-success //end */

/* dropdown-menu */
.dropdown-menu {
  pointer-events: none;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  display: block;
  opacity: 0;

  -webkit-transition: transform 0.25s, opacity 0.25s;
  -moz-transition: transform 0.25s, opacity 0.25s;
  -ms-transition: transform 0.25s, opacity 0.25s;
  -o-transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s;
}

.open>.dropdown-menu {
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  overflow: visible;
  z-index: 999;
  overflow-y: auto;
  max-height: 800px;
}
/* dropdown-menu */