@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin,latin-ext);
.user-edit__flist,
.card-form__flist,
.preferences__flist,
.booking-car-block__flist {
  display: block;
}
.loginform__fitem,
.card-form__fitem,
.employees__fitem,
.booking-car-block__fitem {
  list-style: none;
}
.loginform__fitem:last-of-type,
.card-form__fitem:last-of-type,
.employees__fitem:last-of-type,
.booking-car-block__fitem:last-of-type {
  margin-bottom: 0;
}
.component-table__control,
.header-hmenu__link,
.header__logout-link,
.loginform__link,
.balance-table__control,
.employees-table__control,
.rides-table__control {
  color: #34495e;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.component-table__control:hover,
.header-hmenu__link:hover,
.header__logout-link:hover,
.loginform__link:hover,
.balance-table__control:hover,
.employees-table__control:hover,
.rides-table__control:hover {
  text-decoration: underline;
}
.component-table__control:active,
.component-table__control.active,
.header-hmenu__link:active,
.header-hmenu__link.active,
.header__logout-link:active,
.header__logout-link.active,
.loginform__link:active,
.loginform__link.active,
.balance-table__control:active,
.balance-table__control.active,
.employees-table__control:active,
.employees-table__control.active,
.rides-table__control:active,
.rides-table__control.active {
  color: #e75204;
  text-decoration: none;
}
.component-table__control:active:hover,
.component-table__control.active:hover,
.header-hmenu__link:active:hover,
.header-hmenu__link.active:hover,
.header__logout-link:active:hover,
.header__logout-link.active:hover,
.loginform__link:active:hover,
.loginform__link.active:hover,
.balance-table__control:active:hover,
.balance-table__control.active:hover,
.employees-table__control:active:hover,
.employees-table__control.active:hover,
.rides-table__control:active:hover,
.rides-table__control.active:hover {
  text-decoration: underline;
}
.component-form__save,
.card__back,
.card__delete,
.loginform__submit,
.user-edit__submit,
.employees__submit,
.card__save,
.preferences__save {
  background-color: #e75204;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: background 1.3s ease;
  -moz-transition: background 1.3s ease;
  -o-transition: background 1.3s ease;
  -ms-transition: background 1.3s ease;
  transition: background 1.3s ease;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.component-form__save:hover,
.card__back:hover,
.card__delete:hover,
.loginform__submit:hover,
.user-edit__submit:hover,
.employees__submit:hover,
.card__save:hover,
.preferences__save:hover {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.component-form__save,
.card__back,
.card__delete,
.user-edit__submit,
.employees__submit,
.card__save,
.preferences__save {
  border-radius: 6px;
  background-color: #34495e;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.component-multiselect__input,
.component-multiselect__input,
.component-select__input,
.loginform__input,
.user-edit__input,
.employees__input,
.preferences__input,
.rides__input,
.rides__textarea,
.loginform-select__input,
.preferences-companies__input,
.preferences-companies__input,
.employees-select__input,
.rides-select__input,
.groups-select__input {
  width: 100%;
  color: #34495e;
  box-sizing: border-box;
  border: 1px solid #bdc3c7;
  outline: none;
  border-radius: 5px;
  background-color: #ffffff;
  height: 39px;
  padding-left: 12px;
  background-position: 12px 50%;
  -webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.component-multiselect__input:focus,
.component-multiselect__input:focus,
.component-select__input:focus,
.loginform__input:focus,
.user-edit__input:focus,
.employees__input:focus,
.preferences__input:focus,
.rides__input:focus,
.rides__textarea:focus,
.loginform-select__input:focus,
.preferences-companies__input:focus,
.preferences-companies__input:focus,
.employees-select__input:focus,
.rides-select__input:focus,
.groups-select__input:focus {
  border-color: #e75204;
  box-shadow: 0 0 2px #e75204;
}
.component-multiselect__input,
.component-select--bordered__input,
.loginform__input,
.card-form__input,
.loginform-select__input,
.preferences-companies__input {
  border: none;
  border-bottom: 2px solid #979797;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  background-position: 2px 50%;
}
.component-multiselect__input:focus,
.component-select--bordered__input:focus,
.loginform__input:focus,
.card-form__input:focus,
.loginform-select__input:focus,
.preferences-companies__input:focus {
  box-shadow: none;
}
.component-select--bordered__input,
.loginform__input,
.user-edit__input,
.employees__input,
.rides__input,
.rides__textarea,
.groups_input,
.employees-select__input,
.loginform-select__input {
  padding-left: 35px;
  background-repeat: no-repeat;
}
.component-select--bordered__input[name="username"],
.loginform__input[name="username"],
.user-edit__input[name="username"],
.employees__input[name="username"],
.rides__input[name="username"],
.employees-select__input[name="username"],
.loginform-select__input[name="username"] {
  background-image: url('images/icon--login.png');
}
.component-select--bordered__input[name="password"],
.loginform__input[name="password"],
.user-edit__input[name="password"],
.employees__input[name="password"],
.rides__input[name="password"],
.employees-select__input[name="password"],
.loginform-select__input[name="password"] {
  background-image: url('images/icon--password.png');
}
.component-select--bordered__input[name="phone"],
.loginform__input[name="phone"],
.user-edit__input[name="phone"],
.employees__input[name="phone"],
.rides__input[name="phone"],
.employees-select__input[name="phone"],
.loginform-select__input[name="phone"] {
  background-image: url('images/icon--phone.png');
}
.component-select--bordered__input[name="group"],
.loginform__input[name="group"],
.user-edit__input[name="group"],
.employees__input[name="group"],
.rides__input[name="group"],
.employees-select__input[name="group"],
.loginform-select__input[name="group"],
.groupIcon {
  background-image: url('images/icon--group.png');
  padding-left: 40px;
}
.reasonIcon {
  background-image: url('images/icon--reason.png');
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.component-select--bordered__input[name="date-start"],
.component-select--bordered__input[name="date-end"],
.loginform__input[name="date-start"],
.loginform__input[name="date-end"],
.user-edit__input[name="date-start"],
.user-edit__input[name="date-end"],
.employees__input[name="date-start"],
.employees__input[name="date-end"],
.rides__input[name="date-start"],
.rides__input[name="date-end"],
.employees-select__input[name="date-start"],
.employees-select__input[name="date-end"],
.loginform-select__input[name="date-start"],
.loginform-select__input[name="date-end"] {
  background-image: url('images/icon--calendar.png');
}
.component-pagination__item,
.component-radio__label,
.luxclass-setter__label,
.rides-pagination__item,
.year-setter__label {
  cursor: pointer;
  background-color: #d7dcde;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-right: 2px solid #fff;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
.component-pagination__item:hover,
.component-radio__label:hover,
.luxclass-setter__label:hover,
.rides-pagination__item:hover,
.year-setter__label:hover {
  background-color: rgba(231, 82, 4, 0.4);
}
.component-pagination__item:active,
.component-pagination__item.active,
.component-radio__label:active,
.component-radio__label.active,
.luxclass-setter__label:active,
.luxclass-setter__label.active,
.rides-pagination__item:active,
.rides-pagination__item.active,
.year-setter__label:active,
.year-setter__label.active {
  background-color: #e75204;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
html,
body {
  height: 100%;
  background-color: #f8f8f8;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2c3e50;
}
.b-centered {
  width: 70%;
  max-width: 1024px;
  position: relative;
  margin: auto;
  margin-top: 25vh;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.15);
  overflow-y: hidden;
}
.b-section-wrapper {
  max-width: 1222px;
  margin: 0 auto;
}
.debug {
  max-height: 500px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow: auto;
  padding: 20px;
  text-align: left;
}
input[disabled] {
  background-color: rgba(177, 177, 177, 0.42) !important;
}
/*  COMPONENT__FORM  */
.component-form,
.card,
.preferences {
  padding-top: 37px;
  padding-bottom: 37px;
}
.component-form__title,
.card__title,
.preferences__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.component-form__content,
.card__content,
.preferences__content {
  border-radius: 6px;
  background: #fff;
  padding-left: 42px;
  padding-right: 37px;
  margin-bottom: 25px;
  width: 685px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.component-form__content.medium,
.card__content.medium,
.preferences__content.medium {
  padding-top: 22px;
  padding-bottom: 24px;
}
.component-form__content.light,
.card__content.light,
.preferences__content.light {
  padding-top: 13px;
  padding-left: 6px;
  padding-bottom: 11px;
  padding-right: 6px;
}
.component-form__controls,
.card__controls,
.preferences__controls {
  text-align: center;
  width: 685px;
  margin: 0 auto;
}
/*  COMPONENT__MAP  */
.component-map__holder {
  width: 100%;
}
.component-map__holder > div {
  min-height: 500px;
}
/*  COMPONENT__MODAL  */
.component-modal__overlay,
.employees-modal__overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and ( max-width: 450px ){
  .component-modal__window{
    left: 20vw !important;
  }
}
.component-modal__window,
.employees-modal__window {
  padding: 10px;
  background-color: #fff;
  font-size: 0;
  width: 1000px;
  min-height: 520px;
  position: absolute;
  top: 20vh;
  left: 42vw;
  /*position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -275px;
  margin-left: -500px;*/
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 10;
  box-sizing: border-box;
}
/*  PREFERENCES__COMPANIES  */
.component-multiselect,
.preferences-companies {
  position: relative;
}
.component-multiselect__selected-options,
.preferences-companies__selected-options {
  font-size: 0;
  margin-right: -6px;
}
.component-multiselect__selected-option,
.preferences-companies__selected-option {
  display: inline-block;
  background-color: #e75204;
  width: 165px;
  height: 46px;
  margin-right: 4px;
  margin-bottom: 4px;
  -webkit-transition: background 1.3s ease;
  -moz-transition: background 1.3s ease;
  -o-transition: background 1.3s ease;
  -ms-transition: background 1.3s ease;
  transition: background 1.3s ease;
  border-radius: 6px;
  padding: 8px;
  box-sizing: border-box;
  color: #fff;
}
.component-multiselect__selected-option:hover,
.preferences-companies__selected-option:hover {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.component-multiselect__option-data,
.preferences-companies__option-data {
  font-size: initial;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.component-multiselect__option-title,
.preferences-companies__option-title {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.component-multiselect__option-subscr,
.preferences-companies__option-subscr {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.component-multiselect__option-control,
.preferences-companies__option-control {
  width: 10%;
  height: 50%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(images/icon--cross.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.component-multiselect__input,
.preferences-companies__input {
  border: none;
}
[data-content-type="static"] .component-multiselect:hover .component-multiselect__options,
.component-multiselect.hasOptions.inFocus .component-multiselect__options,
[data-content-type="static"] .preferences-companies:hover .preferences-companies__options,
.preferences-companies.hasOptions.inFocus .preferences-companies__options {
  display: block;
}
.component-multiselect__options,
.preferences-companies__options {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #bdc3c7;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 20;
}
.component-multiselect__option,
.preferences-companies__option {
  list-style-type: none;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  line-height: 39px;
  cursor: pointer;
  border-bottom: 1px solid #bdc3c7;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
.component-multiselect__option.focus,
.component-multiselect__option:hover,
.preferences-companies__option.focus,
.preferences-companies__option:hover {
  background-color: #e75204;
  color: #fff;
}
.component-multiselect__option:active,
.component-multiselect__option.active,
.preferences-companies__option:active,
.preferences-companies__option.active {
  background-color: rgba(231, 82, 4, 0.4);
  color: #fff;
}
.component-multiselect__option:last-of-type,
.preferences-companies__option:last-of-type {
  border: none;
}
/*  COMPONENT__PAGINATION  */
.component-pagination,
.rides-pagination {
  text-align: center;
}
.component-pagination__list,
.rides-pagination__list {
  font-size: 0;
  user-select: none;
  -webkit-user-select: none;
}
.component-pagination__item.start,
.rides-pagination__item.start {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 50px;
  background-image: url(images/icon--prev.png);
}
.component-pagination__item,
.rides-pagination__item {
  background-color: #d7dcde;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: initial;
  display: inline-block;
  vertical-align: top;
}
[data-content-type="static"] .component-pagination__item:nth-of-type(4),
.component-pagination__item.active,
[data-content-type="static"] .rides-pagination__item:nth-of-type(4),
.rides-pagination__item.active {
  background-color: #e75204;
}
.component-pagination__item.start,
.component-pagination__item.end,
.rides-pagination__item.start,
.rides-pagination__item.end {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.component-pagination__item.end,
.rides-pagination__item.end {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
  width: 50px;
  background-image: url(images/icon--next.png);
}
.rides-pagination__control-per-page {
  font-size: 16px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
/*  COMPONENT__RADIO  */
.component-radio__options,
.luxclass-setter__options,
.year-setter__options {
  user-select: none;
  -webkit-user-select: none;
  font-size: 0;
  display: inline-block;
}
.component-radio__option,
.luxclass-setter__option,
.year-setter__option {
  display: inline-block;
}
.component-radio__control,
.luxclass-setter__control,
.year-setter__control {
  display: none;
}
.component-radio__label,
.luxclass-setter__label,
.year-setter__label {
  cursor: pointer;
  padding-left: 17px;
  padding-right: 17px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: initial;
  display: inline-block;
  vertical-align: top;
}
li:first-of-type > .component-radio__label,
li:first-of-type > .luxclass-setter__label,
li:first-of-type > .year-setter__label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
li:last-of-type > .component-radio__label,
li:last-of-type > .luxclass-setter__label,
li:last-of-type > .year-setter__label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: none;
}
.component-radio__control:checked + .component-radio__label,
.luxclass-setter__control:checked + .luxclass-setter__label,
.year-setter__control:checked + .year-setter__label {
  background-color: #e75204;
}
.component-select,
.loginform-select,
.employees-select,
.rides-select,
.groups-select {
  position: relative;
}
.component-select__selected,
.loginform-select__selected,
.employees-select__selected,
.rides-select__selected,
.groups-select__selected {
  text-align: justify;
  font-size: 0px;
  text-justify: newspaper;
  zoom: 1;
}
.component-select__selected:after,
.loginform-select__selected:after,
.employees-select__selected:after,
.rides-select__selected:after,
.groups-select__selected:after{
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.component-select__input,
.loginform-select__input,
.employees-select__input,
.rides-select__input,
.groups-select__input {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  width: 84%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.component-select__input:focus + .component-select__dropdown,
.loginform-select__input:focus + .loginform-select__dropdown,
.employees-select__input:focus + .employees-select__dropdown,
.rides-select__input:focus + .rides-select__dropdown,
.groups-select__input:focus + .groups-select__dropdown {
  border-color: #e75204;
  box-shadow: 0 0 2px #e75204;
}
.component-select__dropdown,
.loginform-select__dropdown,
.employees-select__dropdown,
.rides-select__dropdown,
.groups-select__dropdown {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 17%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
  border: 1px solid #bdc3c7;
  border-left: none;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('images/icon--dropdown.png');
}
.component-select__dropdown:active,
.loginform-select__dropdown:active,
.employees-select__dropdown:active,
.rides-select__dropdown:active,
.groups-select__dropdown:active {
  border: 1px solid #bdc3c7;
  box-shadow: none;
  border-left: none;
}
.component-select:hover .component-select__input,
.component-select:hover .component-select__dropdown,
.component-select:hover .component-select__list,
.component-select.hasOptions.inFocus .component-select__input,
.component-select.hasOptions.inFocus .component-select__dropdown,
.component-select.hasOptions.inFocus .component-select__list,
.loginform-select:hover .loginform-select__input,
.loginform-select:hover .loginform-select__dropdown,
.loginform-select:hover .loginform-select__list,
.loginform-select.hasOptions.inFocus .loginform-select__input,
.loginform-select.hasOptions.inFocus .loginform-select__dropdown,
.loginform-select.hasOptions.inFocus .loginform-select__list,
.employees-select:hover .employees-select__input,
.employees-select:hover .employees-select__dropdown,
.employees-select:hover .employees-select__list,
.employees-select.hasOptions.inFocus .employees-select__input,
.employees-select.hasOptions.inFocus .employees-select__dropdown,
.employees-select.hasOptions.inFocus .employees-select__list,
.rides-select:hover .rides-select__input,
.rides-select:hover .rides-select__dropdown,
.rides-select:hover .rides-select__list,
.rides-select.hasOptions.inFocus .rides-select__input,
.rides-select.hasOptions.inFocus .rides-select__dropdown,
.rides-select.hasOptions.inFocus .rides-select__list,
.groups-select:hover .groups-select__input,
.groups-select:hover .groups-select__dropdown,
.groups-select:hover .groups-select__list,
.groups-select.hasOptions.inFocus .groups-select__input,
.groups-select.hasOptions.inFocus .groups-select__dropdown,
.groups-select.hasOptions.inFocus .groups-select__list{
  border-color: #e75204;
  box-shadow: 0 0 2px #e75204;
}
[data-content-type="static"] .component-select:hover .component-select__input,
[data-content-type="static"] .component-select:hover .component-select__dropdown,
.component-select.hasOptions:hover .component-select__input,
.component-select.hasOptions:hover .component-select__dropdown,
.component-select.hasOptions.inFocus .component-select__input,
.component-select.hasOptions.inFocus .component-select__dropdown,
[data-content-type="static"] .loginform-select:hover .loginform-select__input,
[data-content-type="static"] .loginform-select:hover .loginform-select__dropdown,
.loginform-select.hasOptions:hover .loginform-select__input,
.loginform-select.hasOptions:hover .loginform-select__dropdown,
.loginform-select.hasOptions.inFocus .loginform-select__input,
.loginform-select.hasOptions.inFocus .loginform-select__dropdown,
[data-content-type="static"] .employees-select:hover .employees-select__input,
[data-content-type="static"] .employees-select:hover .employees-select__dropdown,
.employees-select.hasOptions:hover .employees-select__input,
.employees-select.hasOptions:hover .employees-select__dropdown,
.employees-select.hasOptions.inFocus .employees-select__input,
.employees-select.hasOptions.inFocus .employees-select__dropdown,
[data-content-type="static"] .rides-select:hover .rides-select__input,
[data-content-type="static"] .rides-select:hover .rides-select__dropdown,
.rides-select.hasOptions:hover .rides-select__input,
.rides-select.hasOptions:hover .rides-select__dropdown,
.rides-select.hasOptions.inFocus .rides-select__input,
.rides-select.hasOptions.inFocus .rides-select__dropdown,
[data-content-type="static"] .groups-select:hover .groups-select__input,
[data-content-type="static"] .groups-select:hover .groups-select__dropdown,
.groups-select.hasOptions:hover .groups-select__input,
.groups-select.hasOptions:hover .groups-select__dropdown,
.groups-select.hasOptions.inFocus .groups-select__input,
.groups-select.hasOptions.inFocus .groups-select__dropdown
{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
[data-content-type="static"] .component-select:hover .component-select__list,
.component-select.hasOptions:hover .component-select__list,
.component-select.hasOptions.inFocus .component-select__list,
[data-content-type="static"] .loginform-select:hover .loginform-select__list,
.loginform-select.hasOptions:hover .loginform-select__list,
.loginform-select.hasOptions.inFocus .loginform-select__list,
[data-content-type="static"] .employees-select:hover .employees-select__list,
.employees-select.hasOptions:hover .employees-select__list,
.employees-select.hasOptions.inFocus .employees-select__list,
[data-content-type="static"] .rides-select:hover .rides-select__list,
.rides-select.hasOptions:hover .rides-select__list,
.rides-select.hasOptions.inFocus .rides-select__list,
[data-content-type="static"] .groups-select:hover .groups-select__list,
.groups-select.hasOptions:hover .groups-select__list,
.groups-select.hasOptions.inFocus .groups-select__list
{
  display: block;
}
.component-select__list,
.loginform-select__list,
.employees-select__list,
.rides-select__list,
.groups-select__list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #bdc3c7;
  border-top: none;
  width: 100%;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 20;
}
.component-select__option,
.loginform-select__option,
.employees-select__option,
.rides-select__option,
.groups-select__option{
  list-style-type: none;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  line-height: 39px;
  cursor: pointer;
  border-bottom: 1px solid #bdc3c7;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
.component-select__option.focus,
.component-select__option:hover,
.loginform-select__option.focus,
.loginform-select__option:hover,
.employees-select__option.focus,
.employees-select__option:hover,
.rides-select__option.focus,
.rides-select__option:hover,
.groups-select__option.focus,
.groups-select__option:hover {
  background-color: #e75204;
  color: #fff;
}
.component-select__option:active,
.component-select__option.active,
.loginform-select__option:active,
.loginform-select__option.active,
.employees-select__option:active,
.employees-select__option.active,
.rides-select__option:active,
.rides-select__option.active,
.groups-select__option:active,
.groups-select__option.active{
  background-color: rgba(231, 82, 4, 0.4);
  color: #fff;
}
.component-select__option:last-of-type,
.loginform-select__option:last-of-type,
.employees-select__option:last-of-type,
.rides-select__option:last-of-type,
.groups-select__option:last-of-type{
  border: none;
}
.component-select--bordered__dropdown,
.loginform-select__dropdown {
  border: none;
  border-bottom: 2px solid #979797;
  border-radius: 0;
}
.component-select--bordered:hover .component-select--bordered__input,
.component-select--bordered:hover .component-select--bordered__dropdown,
.loginform-select:hover .loginform-select__input,
.loginform-select:hover .loginform-select__dropdown {
  box-shadow: none;
  border-bottom: 2px solid #979797;
}
.component-select--bordered__input:focus:hover,
.loginform-select__input:focus:hover {
  border-color: #e75204;
}
.component-select--bordered__input:focus + .component-select--bordered__dropdown,
.loginform-select__input:focus + .loginform-select__dropdown {
  box-shadow: none;
  border-color: #e75204;
}
.inFocus.hasOptions .component-select--bordered:hover .inFocus.hasOptions .component-select--bordered__input,
.inFocus.hasOptions .component-select--bordered:hover .inFocus.hasOptions .component-select--bordered__dropdown,
.inFocus.hasOptions .component-select--bordered__input:focus + .inFocus.hasOptions .component-select--bordered__dropdown,
.inFocus.hasOptions .component-select--bordered__input,
.inFocus.hasOptions .component-select--bordered__dropdown,
.inFocus.hasOptions .loginform-select:hover .inFocus.hasOptions .loginform-select__input,
.inFocus.hasOptions .loginform-select:hover .inFocus.hasOptions .loginform-select__dropdown,
.inFocus.hasOptions .loginform-select__input:focus + .inFocus.hasOptions .loginform-select__dropdown,
.inFocus.hasOptions .loginform-select__input,
.inFocus.hasOptions .loginform-select__dropdown {
  box-shadow: none !important;
  border-color: #e75204;
}
/*  COMPONENT__TABLE  */
.component-table,
.balance-table,
.employees-table,
.rides-table {
  width: 100%;
}
.component-table thead th,
.balance-table thead th,
.employees-table thead th,
.rides-table thead th {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  color: #2c3e50;
  line-height: 40px;
}
.component-table thead th.sortable,
.balance-table thead th.sortable,
.employees-table thead th.sortable,
.rides-table thead th.sortable {
  cursor: pointer;
}
.component-table tr,
.balance-table tr,
.employees-table tr,
.rides-table tr {
  border-bottom: 2px solid #ecf0f1;
}
.component-table tbody tr,
.balance-table tbody tr,
.employees-table tbody tr,
.rides-table tbody tr {
  -webkit-transition: background 1.3s ease;
  -moz-transition: background 1.3s ease;
  -o-transition: background 1.3s ease;
  -ms-transition: background 1.3s ease;
  transition: background 1.3s ease;
}
.component-table tbody tr:nth-of-type(odd),
.balance-table tbody tr:nth-of-type(odd),
.employees-table tbody tr:nth-of-type(odd),
.rides-table tbody tr:nth-of-type(odd) {
  background-color: rgba(236, 240, 241, 0.3);
}
.component-table tbody tr:hover,
.balance-table tbody tr:hover,
.employees-table tbody tr:hover,
.rides-table tbody tr:hover {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
}
.component-table td,
.balance-table td,
.employees-table td,
.rides-table td {
  line-height: 14px;
  font-size: 12px;
}
.rides-table td {
  padding: 0px 4px;
}
.rides-table td:nth-child(6) {
  max-width: 100px;
}
.rides-table td:nth-child(10),
.rides-table td:nth-child(11) {
  overflow: scroll;
  word-break: break-word;
}
.rides-table td:nth-child(10) {
  max-width: 44px;
}
.rides-table td:nth-child(11) {
  max-width: 100px;
}
.component-table__emptyResult,
.balance-table__emptyResult,
.employees-table__emptyResult,
.rides-table__emptyResult {
  text-align: center!important;
  padding: 20px!important;
  padding: 50px!important;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 700;
  background-color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.component-table__control,
.balance-table__control,
.employees-table__control,
.rides-table__control {
  color: #e75204;
}
.component-table__control-list,
.balance-table__control-list,
.employees-table__control-list,
.rides-table__control-list {
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  min-width: 114px;
}
.component-table__control-item,
.balance-table__control-item,
.employees-table__control-item,
.rides-table__control-item {
  margin: 0;
  list-style: none;
  font-size: 0;
  display: inline;
  vertical-align: middle;
}
/*  BALANCE  */
.balance {
  padding-top: 85px;
  padding-bottom: 85px;
}
.balance__filters {
  text-align: center;
  margin-bottom: 19px;
}
.balance__table {
  border-radius: 6px;
  background: #fff;
  padding-top: 22px;
  padding-left: 42px;
  padding-right: 37px;
  padding-bottom: 31px;
  margin-bottom: 25px;
  width: 691px;
  margin: 0 auto;
  box-sizing: border-box;
}
/*  CARD  */
.card__title {
  margin-bottom: 35px;
}
.card__content.medium {
  padding-top: 35px;
}
.card__controls {
  text-align: center;
}
.card__controls--justify {
  text-align: justify;
  font-size: 0px;
  text-justify: newspaper;
  zoom: 1;
}
.card__controls--justify:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.card__back,
.card__delete {
  background-color: #d3d3d3;
}
.card__nofound {
  text-align: center;
}
.card__nofound p {
  margin-bottom: 40px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.pt-16 {
  padding-top: 16px;
}
.employees {
  padding-top: 43px;
  padding-bottom: 43px;
}
.employees__table {
  border-radius: 6px;
  background: #fff;
  padding-top: 22px;
  padding-left: 42px;
  padding-right: 37px;
  padding-bottom: 31px;
  margin-bottom: 25px;
}
[data-css-context="employees"] .employees-modal__window {
  width: auto;
  height: auto;
  min-height: auto;
}
/*  HEADER  */
.header {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 22px;
  padding-left: 39px;
  padding-right: 39px;
}
.header__row {
  text-align: justify;
  font-size: 0px;
  text-justify: newspaper;
  zoom: 1;
  max-width: 1222px;
  margin: 0 auto;
  padding-left: 42px;
  padding-right: 42px;
  box-sizing: border-box;
}
.header__row:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.header__logo {
  font-size: initial;
  display: inline-block;
  vertical-align: middle;
}
.header__logo-pic {
  position:relative;
  top: -5px;
}
.header-hmenu {
  font-size: initial;
  display: inline-block;
  vertical-align: middle;
}
.header-hmenu__item {
  display: inline-block;
}
.header-hmenu__item {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
[data-content-type="static"] .b-page-rides .header-hmenu__item:nth-of-type(1) a,
[data-content-type="static"] .b-page-employees .header-hmenu__item:nth-of-type(2) a,
[data-content-type="static"] .b-page-balance .header-hmenu__item:nth-of-type(3) a,
[data-content-type="static"] .b-page-preferences .header-hmenu__item:nth-of-type(4) a {
  color: #e75204;
}
.header__logout {
  font-size: initial;
  display: inline-block;
  vertical-align: middle;
}
.header__logout-link:hover {
  text-decoration: none;
}
.header__logout-link:active {
  color: #34495e;
}
.header__username {
  color: #e75204;
}
/*  LOGINFORM  */
.loginform {
  padding-left: 7%;
  padding-right: 90px;
  padding-top: 12%;
  /*padding-bottom: 24px;*/
  text-align: justify;
  font-size: 0px;
  text-justify: newspaper;
  zoom: 1;
}
.loginform:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.loginform__logo {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  margin-bottom: 25%;
}
.loginform__form {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  width: 140%;
  max-width: 260px;
  text-align: right;
}
.loginform__input {
  width: 100% !important;
}
.loginform__flist {
  margin-bottom: 34px;
  text-align: left;
}
.loginform__fitem {
  margin-bottom: 20px;
}
.loginform__controls {
  margin-bottom: 34px;
}
/*  PREFERENCES  */
/*  RIDES  */
.rides {
  padding-top: 35px;
  padding-bottom: 35px;
}
.rides .b-section-wrapper {
  max-width: unset;
}
.rides__filters {
  text-align: justify;
  font-size: 0px;
  text-justify: newspaper;
  zoom: 1;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1222px;
  margin: 0 auto 32px;
}
.rides__filters:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.rides__table {
  overflow-y: scroll;
  border-radius: 6px;
  background: #fff;
  padding-top: 22px;
  padding-left: 42px;
  padding-right: 20px;
  padding-bottom: 31px;
  margin-bottom: 25px;
}
.rides__table td {
  vertical-align: middle;
  padding: 0px 4px;
}
/*  USEREDIT  */
.user-edit {
  text-align: center;
}
.user-edit__fitem {
  list-style: none;
  margin-bottom: 13px;
}
.user-edit__label {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.user-edit li {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.user-edit__input {
  width: 218px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.user-edit__input:focus {
  border-color: #34495e;
  box-shadow: 0 0 2px #34495e;
}
/*  BALANCE__FILTERS  */
.balance__type {
  padding-bottom: 19px;
}
.balance__label-val {
  margin-left: 0.2em;
}
.balance__year {
  text-align: center;
}
/*  BALANCE__TABLE  */
.balance-table {
  table-layout: fixed;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.balance-table .sep {
  margin-left: 2em;
  margin-right: 2em;
}
.balance-table th:last-of-type,
.balance-table td:last-of-type {
  text-align: right;
}
.balance-table tr.active,
[data-content-type="static"] .balance-table tr:last-of-type {
  color: #e75204;
}
/*  CARD__FORM  */
.card-form__flist {
  padding-bottom: 30px;
  text-align: center;
}
.card-form__fitem {
  text-align: left;
  list-style: none;
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}
.card-form__ftitle {
  text-align: left;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.card-form__input {
  display: block;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
}
.card-form__input--holder {
  width: 530px;
}
.card-form__input--num {
  width: 350px;
}
.card-form__input--cvc {
  width: 150px;
}
.card-form__input--month {
  background-image: url('images/icon--calendar.png');
  background-position: 100% 38%;
  background-repeat: no-repeat;
  width: 100px;
}
.card-form__input--nickname {
  width: 400px;
}
/*  EMPLOYEES__FORM  */
.employees__flist {
  font-size: 0;
  text-align: center;
}
.employees__fitem {
  display: inline-block;
  font-size: initial;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: top;
}
.employees__input {
  width: 218px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.employees__input:focus {
  border-color: #34495e;
  box-shadow: 0 0 2px #34495e;
}
.employees-table tr.disabled {
  color: crimson;
  font-style: italic;
}
.employees-table th,
.employees-table td {
  vertical-align: middle;
  padding-bottom: 2px;
}
.employees-table th:last-of-type,
.employees-table td:last-of-type {
  text-align: right;
  padding-right: 2px;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.icon--stop {
  background-image: url(images/icon--stop.png);
}
.icon--play {
  background-image: url(images/icon--play.png);
}
.icon--remove {
  background-image: url(images/icon--remove.png);
}
/*  PREFERENCES__CLASS  */
.luxclass-setter {
  text-align: center;
  font-size: 0;
  padding-top: 36px;
  padding-bottom: 36px;
}
/*  PREFERENCES__COMPANIES  */
/*  PREFERENCES__LIMITS  */
.preferences__flist {
  text-align: center;
  font-size: 0;
}
.preferences__fitem {
  list-style: none;
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  width: 146px;
}
.preferences__ftitle {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
.preferences__input-group {
  font-size: 0;
}
.preferences__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  width: 80%;
  text-align: center;
}
.preferences__input:focus + .preferences__icon {
  border-color: #e75204;
  box-shadow: 0 0 2px #e75204;
}
.preferences__icon {
  font-size: initial;
  font-style: normal;
  display: inline-block;
  color: #34495e;
  box-sizing: border-box;
  border: 1px solid #bdc3c7;
  outline: none;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  background-color: #ffffff;
  height: 39px;
  line-height: 34px;
  text-align: center;
  width: 20%;
  vertical-align: top;
  -webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: #bababa;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
/*  RIDES__FILTERS  */
.rides__range {
  font-size: initial;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.rides__ritem {
  font-size: initial;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.rides__searchButton {
  width:24px;
  height:24px;
  margin:2px 15px;
}
.rides__searchButton:hover {
  cursor:pointer;
}
.rides__ritem [date-picker-wrapper] {
  top: 6px;
  border-color: #e75204;
  box-shadow: 0 0 2px #e75204;
}
.rides__ritem [date-picker-wrapper] [date-picker] {
  border-color: #e75204;
  box-shadow: 0 0 2px #e75204;
  padding: 14px;
  border-width: 1px;
  border-style: solid;
}
.rides__ritem [date-picker-wrapper] [date-picker] td span {
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
.rides__ritem [date-picker-wrapper] [date-picker] td span:hover {
  background: rgba(231, 82, 4, 0.4);
  color: #fff;
}
.rides__ritem [date-picker-wrapper] [date-picker] .now,
.rides__ritem [date-picker-wrapper] [date-picker] .active {
  background: #34495e !important;
}
.rides__ritem [date-picker-wrapper] [date-picker] .active:hover,
.rides__ritem [date-picker-wrapper] [date-picker] .now:hover,
.rides__ritem [date-picker-wrapper] [date-picker] .active:active,
.rides__ritem [date-picker-wrapper] [date-picker] .now:active,
.rides__ritem [date-picker-wrapper] [date-picker] .active.active,
.rides__ritem [date-picker-wrapper] [date-picker] .now.active,
.rides__ritem [date-picker-wrapper] [date-picker] .active.disabled,
.rides__ritem [date-picker-wrapper] [date-picker] .now.disabled,
.rides__ritem [date-picker-wrapper] [date-picker] .active[disabled],
.rides__ritem [date-picker-wrapper] [date-picker] .now[disabled] {
  background: #e75204 !important;
}
.rides__input {
  width: 218px;
}
.rides__sep {
  font-size: initial;
  display: inline-block;
  vertical-align: middle;
  color: #2c3e50;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-left: 11px;
  margin-right: 11px;
}
.rides__stats {
  font-size: initial;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.rides__stat {
  font-size: initial;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.rides__type {
  font-size: initial;
  display: inline-block;
  vertical-align: middle;
  width: 246px;
}
.rides__type > div {
  float:left;
  margin-right: 10px;
}
/*  RIDES__PAGINATION  */
/*  RIDES__TABLE  */

.rides-table .icon {
  font-size: 16px;
  color: #e75204;
  width: auto;
  height: auto;
  font-style: normal;
  text-transform: uppercase;
}
.rides-table .icon--ml-8 {
  margin-left: 8px;
}
.mr-8 {
  margin-right: 8px;
}
.ml-8 {
  margin-left: 8px;
}
.modal--h-centered > .component-modal__window {
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  max-width: 600px;
  height: auto;
  max-height: 400px;
  min-height: auto;
}
.rides-table .sIcon {
  width: 24px;
  height: 24px;
  background-size: contain;
}
.sIcon--rides-edit {
  background-image: url("images/svg/rides-edit.svg");
  background-repeat: no-repeat;
}
.sIcon--file-pdf {
  background-image: url("images/svg/file-pdf.svg");
  background-repeat: no-repeat;
}
.sIcon--route {
  background-image: url("images/svg/route.svg");
  background-repeat: no-repeat;
}
.sIcon--eye {
  background-image: url("images/svg/eye-icon.svg");
  background-repeat: no-repeat;
}
.sIcon--eye-close {
  background-image: url("images/svg/eye-icon-close.svg");
  background-repeat: no-repeat;
}
/*  BALANCE__FILTERS__YEARS  */
.employees-select__input {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 218px;
}
.employees-select__input:focus {
  border-color: #34495e;
  box-shadow: 0 0 2px #34495e;
}
.employees-select__dropdown {
  display: none;
}
.employees-select:hover .employees-select__input,
.employees-select:hover .employees-select__dropdown,
.employees-select:hover .employees-select__list {
  border-color: #bdc3c7;
  box-shadow: none;
}
.employees-select.hasOptions.inFocus .employees-select__input,
.employees-select.hasOptions.inFocus .employees-select__dropdown,
.employees-select.hasOptions.inFocus .employees-select__list {
  border-color: #34495e;
  box-shadow: 0 0 2px #34495e;
}
[data-content-type="static"] .employees-select:hover .employees-select__input,
[data-content-type="static"] .employees-select:hover .employees-select__dropdown,
.employees-select__input,
.employees-select__dropdown,
.employees-select.hasOptions:hover .employees-select__input,
.employees-select.hasOptions:hover .employees-select__dropdown,
.employees-select.hasOptions.inFocus .employees-select__input,
.employees-select.hasOptions.inFocus .employees-select__dropdown {
  border-radius: 6px;
}
.employees-select.hasOptions:hover .employees-select__list {
  display: none;
}
.employees-select.hasOptions.inFocus:hover .employees-select__list {
  display: block;
}
.employees-select__list {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: 8px;
  border-top: 1px solid #bdc3c7;
}
.employees-select__option {
  line-height: 32px;
  cursor: pointer;
  text-align: left;
  border-bottom: none;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
.employees-select__option.focus,
.employees-select__option:hover {
  background-color: #34495e;
  color: #fff;
}
.employees-select__option:active,
.employees-select__option.active {
  background-color: rgba(52, 73, 94, 0.4);
  color: #fff;
}
.employees-select__option:last-of-type {
  border: none;
}
/*  RIDES__FILTERS__SELECT  */


/* TODO: MOVE THIS STYLE BELOW TO LESS FILE*/

.user-edit__flist {
  width: 218px;
  margin: 0 auto;
}

.user-edit__labeled-field{
  text-align: justify;
  font-size: 0;
}


.user-edit__labeled-field:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.user-edit__labeled-field label{
  display: inline-block;
  font-size: initial;
}


.user-edit__labeled-field  input[type="text"],
.user-edit__labeled-field  input[type="number"]{
  display: inline-block;
  font-size: initial;
  width: 40%;
}

input[type="text"].fn-centred,
input[type="number"].fn-centred{
  padding-left: 0;
  text-align: center;
}

.user-edit__subtitle{
  font-size: 24px;
  margin-bottom: 0.6em;
}
.user-edit li:last-of-type{
  margin-bottom: 0;
}

.user-edit__submit.unsellected{
  background-color: rgba(177, 177, 177, 0.72) !important;
}


.user-edit__buttons .user-edit__submit{
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.user-edit__scheduled-table{
  margin-bottom: 20px;
  spacing: 20px;
  border-spacing: 3px;
  border-collapse: separate;
  font-size: initial;
}

.user-edit__scheduled-table tbody td{
  width: 100px;
}

.user-edit__scheduled-table thead th{
  padding: 20px;
  text-align: center;
}

.user-edit__scheduled-table thead th:first-child{
  padding-left: 136px;
}
.user-edit__scheduled-table thead th:last-child{
  padding-right: 140px;
}

.user-edit__scheduled-table input[type="text"]{
  width: 100%;
  padding-left: 0;
  text-align: center;
}

.user-edit__scheduled-table tbody td:first-child{
  text-align: right;
  padding-right: 10px;
}

.user-edit__scheduled-table tbody td:last-child{
  text-align: left;
  padding-left: 10px;
}

.user-edit__nextday {
  margin-right: 7px;
  font-size: 14px;
}

.user-edit__cleanbtn {
  cursor: pointer;
  color: #34495e;
  font-weight: bold;
}

.user-edit__limit-settings + .user-edit__footer{
  margin-top: 20px;
}


.user-edit__checkbox{
  box-sizing: border-box;
  border: 1px solid #bdc3c7;
  outline: none;
  border-radius: 5px;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  background: #fff;
  cursor: pointer;
  margin: 0;
}

.groupIcon {
  width: 24px;
  background-repeat: no-repeat;
  padding: 4px 2px 0 30px;
  margin-left: 10px;
}

.gearIcon {
  width: 24px;
  background-repeat: no-repeat;
  margin: 6px 6px 0 0;
  background-image: url('images/icon--gear.png');
}





/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 99.7%;
  border: 1px solid #2dcc70;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  /*position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;*/
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  background-color: #fff;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;

}

.taxo_firma .chosen-container-single .chosen-single {
  font-weight: 700;
}

.chosen-container-single .chosen-default {
  /*color: #999;color:#000;*/
  color:#000;
}

.taxo_firma .chosen-container-single .chosen-default {
  background-color:#F89406;
  color: white;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  /*margin-right: 26px;*/
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  /*margin-right: 38px;*/
}

.task_search_wrap .chosen-container-single .chosen-single span {
  font-size: 14px;
  margin-right: 26px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 15px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 9px;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('images/chosen-sprite.png') 2px 2px no-repeat;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -5px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  /*margin: 0 4px 4px 0;
  padding: 0 0 0 4px;*/
  margin: 0 0px 4px 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  clear: both;
  color: black;
  text-align: left;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 14px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  /*background-color: #3875d7;*/
  background-color: #2dcc70;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);*/
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  /*margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;*/
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: black;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 3px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #2dcc70 !important;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #2dcc70;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;*/
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -16px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #ff7c0e;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

.withTabBottom > a {
  border-left: 1px solid #bdc3c7 !important;
  border-top: 1px solid #bdc3c7 !important;
  border-bottom: 1px solid #bdc3c7 !important;
  float: left !important;
  margin: 0 -4px 0 0 !important;
  border-right: none !important;
  border-radius: 5px 0 0 5px !important;
}
.employees-select{
  min-width: 200px !important;
  text-align: center;
}
.employees-select .chosen-single div {
  top: 5px !important;
}

.group-select{
  min-width: 260px !important;
  text-align: center;
}
.group-select .chosen-single div {
  top: 5px !important;
}

.creditcard-select{
  min-width: 219px !important;
  text-align: center;
}

.group-small-select{
  min-width: 219px !important;
  max-width: 219px !important;
  text-align: center;
}

.small-select.chosen-container-single .chosen-single span {
  font-size: 14px !important;
}

.marker-select{
  min-width: 219px !important;
  text-align: center;
}

.withTabBottom.chosen-container-active .chosen-single {
  border-left: 1px solid #2dcc70 !important;
  border-top: 1px solid #2dcc70 !important;
  border-bottom: 1px solid #2dcc70 !important;
  border-right: none !important;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
.withTabBottom.chosen-container-active label {
  border-right: 1px solid #2dcc70 !important;
  border-top: 1px solid #2dcc70 !important;
  border-bottom: 1px solid #2dcc70 !important;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}

.employees__form input {
  height: 37px;
  background-color: white;
  border: none;
  border-radius: 4px;
  color: black;
  padding-left: 25px;
}
/* @end */

.booking-car-block {
  position: relative;
  width:100%;
  max-width: 1150px;
  margin: auto;
  margin-top: 25px;
  overflow-x: hidden;
}
.booking-car-block-creating {
  width: 100%;
  max-width: 500px;
  margin: auto;
  position: relative;
}
.booking-car-block-title {
  width: 100%;
  height: 44px;
  background: #34495E 0% 0% no-repeat padding-box;
  border-radius: 6px 6px 0px 0px;
  text-align: center;
  font: normal normal bold 16px/19px Lato;
  color: #ffffff;
  line-height: 44px;
  cursor: default;
}
.booking-car-block__fitem {
  padding-top:21px;
}
.booking-car-block-booking__input{
  width: 48%;
  color: #34495e;
  box-sizing: border-box;
  border: 1px solid #bdc3c7;
  outline: none;
  border-radius: 5px;
  background-color: #ffffff;
  height: 39px;
  padding-left: 11px;
  background-position: 12px 50%;
  -webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin-left: 1%;
}
.booking-car-block-booking__input_concat{
  width: 20%;
  color: #34495e;
  box-sizing: border-box;
  border: 1px solid #bdc3c7;
  outline: none;
  background-color: #ffffff;
  height: 39px;
  padding-left: 12px;
  background-position: 12px 50%;
  -webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.booking-car-block-booking__input_concat_first{
  border-radius: 5px 0 0 5px;
}
.booking-car-block-booking__input_concat_last{
  border-radius: 0 5px 5px 0;
}
.booking-car-block-booking__select{
  min-width: 50% !important;
}
.booking-car-block__fitem_title {
  font-size: 10px;
  padding-bottom: 3px;
}
.booking-car-block__fitem_title > div {
  display: inline-block;
}
.booking-car-block-button {
  background: #34495E 0% 0% no-repeat padding-box;
  border-radius: 6px;
  text-align: center;
  font: normal normal bold 17px/20px Lato;
  color: #ffffff;
  line-height: 39px;
  cursor: pointer;
  width: 135px;
  height: 39px;
  position: relative;
  margin: auto;
  margin-top: 10px;
  border: none;
}
.booking-car-list-block-title{
  width: 97.9%;
  height: 44px;
  background: #34495E 0% 0% no-repeat padding-box;
  border-radius: 6px 6px 0px 0px;
  text-align: center;
  font: normal normal bold 16px/19px Lato;
  color: #ffffff;
  line-height: 44px;
  cursor: default;
}
.booking-car-list-block {
  margin-top: 50px;
}
.booking-car-list-block-table-block {
  background-color: #ffffff;
  width: 100%;
}
.booking-car-list-block-table-row {
  padding: 15px 0 15px 37px;
  margin-right: 25px;
  font: normal normal normal 14px/16px Lato;
}
.booking-car-list-block-table-row > div, .booking-car-list-block-table-block-head > div {
  display: inline-block;
  vertical-align: text-top;
}
.booking-car-list-block-table-row-date {
  width: 10%;
}
.booking-car-list-block-table-row-person, .booking-car-list-block-table-row-phone {
  width: 26%;
}
.booking-car-list-block-table-row-dest {
  width: 25%;
}
.booking-car-list-block-table-row-info {
  width: 23%;
}
.booking-car-list-block-table-row-act {
  width: 10%;
  text-align: right;
}
.booking-car-list-block-table-row-act > div {
  cursor: pointer;
}
.booking-car-list-block-table-row-info .icon {
  border-radius:50px;
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 5px;
}
.booking-car-list-block-table-row-info .icon.pending {
  background-color: grey;
}
.booking-car-list-block-table-row-info .icon.active {
  background-color: green;
}
.booking-car-list-block-table-block-head {
  padding: 10px 0 0 37px;
  font: normal normal bold 16px/19px Lato;
  color: #2C3E50;
}
.booking-car-list-block-archive {
  display:inline-block;
  float:right;
  margin-right: 15px;
  cursor: pointer;
}
.booking-car-editing-time__modal-window{

}
.booking-car-editing-time__modal-window .component-modal__window {
  width: 250px;
  min-height: 300px;
  /*left: 9vh;
  top: 20%;
  margin-top: 0;
  margin-left: 0;*/
}
.booking-car-editing-time__modal-body > div{
  font-size: 16px;
}
.booking-car-editing-time__modal-checkbox > div{
  display: inline-block;
  margin-bottom: 8px;
}
.booking-car-editing-time__modal-checkbox > div:last-child {
  vertical-align: top;
  margin-top: 5px;
}
.booking-car-editing-time__modal-checkbox-box {
  border: 2px solid #34495E;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}
.booking-car-editing-time__modal-checkbox-box-filled {
  background: #34495E 0% 0% no-repeat padding-box;
  width: 82%;
  height: 82%;
  border-radius: 50px;
  top: 8%;
  left: 7%;
  position: relative;
}
#booking-form .not-filled {
  border: 1px red solid;
}
.booking-car-list-block-table-row.canceled{
  background: #FFC4C4 0% 0% no-repeat padding-box;
}
.booking-car-block-booking__input_concat_select {
  width: 60%;
  max-width: 500px !important;
  vertical-align: bottom;
}
.booking-car-block-booking__input_concat_select > a{
  height: 39px !important;
  margin-top: -1px !important;
  margin-left: -13px !important;
}
.booking-car-block-booking__input_concat_select > label{
  height: 37px;
  border: 0;
}
.booking-car-block-booking__input_concat_select.withTabBottom.chosen-container-active label{
  border:0 !important;
}
.booking-car-block-booking__input_concat_select > div{
  margin-top: 0px !important;
  margin-left: -1px !important;
  width: 300px !important;
}
@media only screen and ( max-width: 450px ){
  .booking-car-block {
    width: 95% !important;
  }
  .booking-car-list-block-table-row {
    padding: 15px 0 15px 1% !important;
    font-size: 12px;
    overflow-x: hidden;
    width: 100%;
  }
  .booking-car-list-block-table-block-head {
    padding: 10px 0 0 1% !important;
    width: 100%;
  }
  .booking-car-list-block-title {
    width: 100% !important;
  }
  .booking-car-block-booking__input_concat {
    width: 19% !important;
  }
}
