/* RANGE SLIDER STYLES */
#modalBusinessHours .modal-dialog {
  width: 810px;
}
#modalBusinessHours .modal-dialog p {
  font-size: 14px;
  font-weight: bold;
}
#modalBusinessHours .button {
  margin: 2px 0;
}
#operation_hours {
  margin: 4px 0 !important;
  font-size: 13px;
}
#operation_hours span.day {
  display: inline-block;
  text-align: right;
  width: 80px;
}
input[type="button"] #btnChangeBusinessHours {
  float: none !important;
  margin: 5px 0 !important;
}
.range-checkbox {
  clear: left;
  float: left;
  margin: 10px 0 !important;
}
.range-label {
  cursor: pointer;
  display: block;
  margin: 10px 0;
  text-align: left !important;
  width: 80px;
}
.range-slider {
  margin: 10px 0;
  flex: 1;
}
.range-time {
  width: 140px;
  margin: 10px 0;
  font-size: 12px;
}
.range-day .ui-slider-range {
  background: #00A000;
}
.range-day .ui-slider-handle {
  cursor: grab !important;
}
.range-day-disabled .ui-slider-range {
  background: #fff;
}
.range-day-disabled .ui-slider-handle {
  cursor: default !important;
  background: none !important;
  border: none !important;
}
.range-values {
  display: block;
  font-size: 10px;
  height: 20px;
  margin: 10px 0 10px;
  overflow: hidden;
  position: relative;
  width: 500px;
}
.range-values span {
  position: absolute;
  border-left: 1px solid grey;
  padding-left: 5px;
}
.range-values span.r-0 {
  left: 0;
}
.range-values span.r-3 {
  left: 12.5%;
}
.range-values span.r-6 {
  left: 25%;
}
.range-values span.r-9 {
  left: 37.5%;
}
.range-values span.r-12 {
  left: 50%;
}
.range-values span.r-15 {
  left: 62.5%;
}
.range-values span.r-18 {
  left: 75%;
}
.range-values span.r-21 {
  left: 87.5%;
}
.range-values span.r-24 {
  margin-left: -1px;
  display: none;
}
.range-values {
  margin-left: 109px;
}
@media (max-width: 830px) {
  #modalBusinessHours .modal-dialog {
    width: calc(100% - 20px);
  }
}
@media (max-width: 700px) {
  #modalBusinessHours .modal-dialog .range-values {
    margin: 10px 0;
    width: 100%;
  }
  #modalBusinessHours .modal-dialog .range-slider {
    width: 84%;
  }
  #modalBusinessHours .modal-dialog input[type="button"].btnCloseHours {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  #modalBusinessHours .modal-dialog .range-values span.r-3,
  #modalBusinessHours .modal-dialog .range-values span.r-6,
  #modalBusinessHours .modal-dialog .range-values span.r-9,
  #modalBusinessHours .modal-dialog .range-values span.r-12,
  #modalBusinessHours .modal-dialog .range-values span.r-15,
  #modalBusinessHours .modal-dialog .range-values span.r-18,
  #modalBusinessHours .modal-dialog .range-values span.r-21 {
    display: none;
  }
  #modalBusinessHours .modal-dialog .range-values span.r-24 {
    right: 0;
    border-left: none;
    border-right: 1px solid grey;
    display: block;
    padding-left: 0;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  #modalBusinessHours .modal-dialog input[type="button"].btnOpen24.large {
    display: none;
  }
  #modalBusinessHours .modal-dialog input[type="button"].btnOpen24.small {
    display: block;
  }
}
#modalFindCode h5 {
  font-size: 16px;
  font-weight: normal;
}
#modalFindCode img {
  width: 150px;
}
#modalFindCode ul li {
  font-size: 13px;
  list-style: disc;
  margin: 6px 30px;
}
#modalFindCode ul li span {
  font-weight: bold;
}
#modalFindCode .clearfix {
  margin: 0;
}
#modalFindCode .div_amex {
  margin-top: 20px;
}
.modal {
  word-break: break-word;
}
.modal .modal-header h3 {
  text-transform: none;
  color: #1604F3;
}
.modal .modal-header h3 span.black {
  color: #000000;
}
.modal.process_vehicle .modal-body h4 span.black {
  color: #000000;
}
.modal.process_vehicle .modal-body .vehicle-info,
.modal.process_vehicle .modal-body .carrier-info {
  border-bottom: 1px dashed #AAAAAA;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.modal.process_vehicle .modal-body .vehicle-info label,
.modal.process_vehicle .modal-body .carrier-info label {
  padding-top: 4px;
  margin-right: 5px;
  font-size: 0.8125rem;
}
@media (min-width: 767px) {
  .modal.process_vehicle .modal-body .vehicle-info label,
  .modal.process_vehicle .modal-body .carrier-info label {
    width: 35%;
    text-align: right;
    vertical-align: top;
  }
}
.modal.process_vehicle .modal-body .vehicle-info span,
.modal.process_vehicle .modal-body .carrier-info span {
  font-size: 0.8125rem;
}
@media (min-width: 767px) {
  .modal.process_vehicle .modal-body .vehicle-info span,
  .modal.process_vehicle .modal-body .carrier-info span {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
  }
}
.modal.process_vehicle .modal-body .vehicle-info span.blue-info,
.modal.process_vehicle .modal-body .carrier-info span.blue-info {
  color: #203BD6;
  font-weight: bold;
}
.modal.process_vehicle .modal-body .vehicle-info span.black-info,
.modal.process_vehicle .modal-body .carrier-info span.black-info {
  color: #333333;
  font-weight: bold;
}
.modal.process_vehicle .modal-body .vehicle-info span.green-info,
.modal.process_vehicle .modal-body .carrier-info span.green-info {
  color: #008000;
  font-weight: bold;
}
.modal.process_vehicle .modal-body .vehicle-info div.vehicle_loads,
.modal.process_vehicle .modal-body .carrier-info div.vehicle_loads {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}
.modal.process_vehicle .modal-body .vehicle-info div.vehicle_loads .blue-info,
.modal.process_vehicle .modal-body .carrier-info div.vehicle_loads .blue-info {
  color: #203BD6;
  font-weight: bold;
}
.modal.process_vehicle .modal-body .vehicle-info div.vehicle_loads .red-info,
.modal.process_vehicle .modal-body .carrier-info div.vehicle_loads .red-info {
  color: #D61322;
  font-weight: bold;
}
.modal.process_vehicle .modal-body .vehicle-info div.payments,
.modal.process_vehicle .modal-body .carrier-info div.payments {
  display: inline-block;
  font-size: 13px;
  padding-top: 4px;
  vertical-align: top;
}
.modal.process_vehicle .modal-body .vehicle-info img.info,
.modal.process_vehicle .modal-body .carrier-info img.info {
  margin-top: -2px;
}
.modal.process_vehicle .modal-body .carrier-info label {
  margin-right: 5px;
  text-align: right;
  vertical-align: top;
}
.modal.process_vehicle .modal-body .carrier-info span {
  font-size: 13px;
  vertical-align: top;
}
.modal.process_vehicle .modal-body .description p.red-info {
  color: #D61322;
}
.modal.process_vehicle .modal-body .divAgree {
  padding: 0 20px;
}
.modal.process_vehicle .modal-body .divAgree label {
  cursor: pointer;
  display: inline;
  font-weight: normal;
  line-height: 20px;
  width: auto;
}
.modal.process_vehicle .modal-body .offer_info,
.modal.process_vehicle .modal-body .counter_offer_info {
  font-size: 13px;
  word-break: break-word;
}
.modal.process_vehicle .modal-body .offer_info .input-group span,
.modal.process_vehicle .modal-body .counter_offer_info .input-group span {
  font-size: 0.8125rem;
}
.modal.process_vehicle .modal-body .offer_info .ms-options-wrap,
.modal.process_vehicle .modal-body .counter_offer_info .ms-options-wrap {
  display: inline-block;
  width: 100%;
}
.modal.process_vehicle .modal-body .offer_info .ms-options-wrap label,
.modal.process_vehicle .modal-body .counter_offer_info .ms-options-wrap label {
  text-align: left;
  width: 100%;
}
.modal.process_vehicle .modal-body .offer_info .ms-options-wrap input,
.modal.process_vehicle .modal-body .counter_offer_info .ms-options-wrap input {
  margin-right: 0;
}
.modal.process_vehicle .modal-body .paid-status {
  margin-bottom: 10px;
}
.modal.process_vehicle .modal-body .paid-status select {
  font-weight: bold;
}
.modal.process_vehicle#modalCancel textarea,
.modal.process_vehicle#modalArchive textarea,
.modal.process_vehicle#modalDelete textarea,
.modal.process_vehicle#modalRemind textarea {
  overflow-y: scroll;
  width: 100%;
}
.modal.process_vehicle#modalCancel input[type="checkbox"],
.modal.process_vehicle#modalArchive input[type="checkbox"],
.modal.process_vehicle#modalDelete input[type="checkbox"],
.modal.process_vehicle#modalRemind input[type="checkbox"] {
  margin-left: 40px;
}
.modal.process_vehicle#modalCancel input[type="checkbox"] + label,
.modal.process_vehicle#modalArchive input[type="checkbox"] + label,
.modal.process_vehicle#modalDelete input[type="checkbox"] + label,
.modal.process_vehicle#modalRemind input[type="checkbox"] + label {
  margin-right: 10px;
}
.modal.process_vehicle#modalCancel input[type="text"]#txtNotificationMethod,
.modal.process_vehicle#modalArchive input[type="text"]#txtNotificationMethod,
.modal.process_vehicle#modalDelete input[type="text"]#txtNotificationMethod,
.modal.process_vehicle#modalRemind input[type="text"]#txtNotificationMethod {
  width: 300px;
}
.modal.process_vehicle#modalCancel p,
.modal.process_vehicle#modalArchive p,
.modal.process_vehicle#modalDelete p,
.modal.process_vehicle#modalRemind p {
  font-size: 13px;
}
@media (min-width: 320px) {
  .modal .field-group__content {
    margin-bottom: -1.25rem;
  }
}
.modal#modalOffer .vehicle-info {
  border-bottom: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.modal#modalOffer #divExpireIn {
  color: #FF1000;
  font-weight: bold;
}
.modal#modalOffer #divExpireIn .count_down {
  display: inline-block;
  margin-top: 4px;
}
.modal#modalViewOffer .vehicle-info {
  border-bottom: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.modal#modalViewOffer #divExpireIn {
  color: #FF1000;
  font-weight: bold;
}
.modal#modalViewOffer #divExpireIn .count_down {
  display: inline-block;
  margin-top: 4px;
}
.modal#modalViewOffer .offer_info span {
  display: inline-block;
}
.modal#modalViewOffer .offer_info span.count_down {
  margin-top: 0 !important;
}
.modal#modalOfferList .location {
  width: 100%;
  margin: 5px 0 10px;
}
.modal#modalOfferList .modal-dialog {
  width: calc(100% - 20px);
  max-width: 1140px;
}
.modal#modalOfferList .modal-dialog #divExpireIn {
  color: #FF1000;
  font-weight: bold;
}
.modal#modalOfferList .modal-dialog #divExpireIn .count_down {
  display: inline-block;
  margin-top: 4px;
}
.modal#modalOfferList .modal-dialog div.vehicle_loads {
  display: inline-block;
  padding-top: 4px;
  font-size: 13px;
  vertical-align: top;
}
.modal#modalOfferList .modal-dialog div.vehicle_loads .blue-info {
  color: #203BD6;
  font-weight: bold;
}
.modal#modalOfferList .modal-dialog div.vehicle_loads .red-info {
  color: #D61322;
  font-weight: bold;
}
.modal#modalOfferList .modal-dialog .row {
  margin-bottom: 10px;
}
.modal#modalOfferList .modal-dialog .row td {
  vertical-align: middle;
}
.modal#modalOfferList .modal-dialog .row td input[type="button"] {
  font-size: 12px;
  padding: 4px 8px;
}
.modal#modalOfferList .modal-dialog .row:first-child .col-sm-6:first-child {
  float: right;
  text-align: right;
}
.modal#modalOfferList .modal-dialog .row:first-child .col-sm-6:nth-child(2) {
  text-align: left;
}
.modal#modalOfferList .modal-dialog .row:first-child .col-sm-6:nth-child(2) .dataTables_filter input[type="search"] {
  width: 300px;
}
.modal#modalOfferList .modal-dialog .row .dataTables_info {
  margin-top: 10px;
  font-size: 13px;
}
.modal#modalOfferList .modal-dialog .row .dataTables_paginate {
  margin: 0;
}
.modal#modalOfferList .modal-dialog .row .dataTables_paginate ul.pagination {
  float: right;
  margin: 0;
  font-size: 12px;
}
.modal#modalOfferList .modal-dialog table#tblSelectedVehicle th {
  width: auto;
  background-color: #666666;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
}
.modal#modalOfferList .modal-dialog table#tblSelectedVehicle td {
  padding: 0.625rem 0.3125rem;
}
.modal#modalOfferList .modal-dialog table#tblSelectedVehicle .table-buttons-route {
  flex-wrap: wrap;
}
.modal#modalOfferList .modal-dialog table#tblOfferList tr th {
  background-color: #666666;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
}
.modal#modalOfferList .modal-dialog table#tblOfferList tr th.offered_time {
  width: 100px !important;
}
.modal#modalOfferList .modal-dialog table#tblOfferList tr th.company_info {
  width: 260px !important;
}
.modal#modalOfferList .modal-dialog table#tblOfferList tr th.offer_info {
  width: 260px !important;
}
.modal#modalOfferList .modal-dialog table#tblOfferList tr th.actions {
  width: 100px !important;
}
.modal#modalOfferList .modal-dialog table#tblOfferList tr td span {
  word-break: break-word;
}
.modal#modalOfferList .modal-dialog table#tblOfferList tr td span.blue-info {
  color: #203BD6;
  font-weight: bold;
}
.modal#modalOfferList .modal-dialog table#tblOfferList tbody tr.line_spacing {
  height: 20px;
}
.modal#modalOfferList .modal-dialog table#tblOfferList tbody tr.line_spacing td {
  background-color: #D9D9D9;
}
.modal#modalOfferList .modal-dialog .counter_offer_info h4 {
  color: #1604F3;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 25px;
  text-transform: none;
}
.modal#modalOfferList .modal-dialog .counter_offer_info .divAgree {
  margin: 10px 30px 10px 20px;
}
.modal#modalOfferList .modal-dialog .counter_offer_info .divAgree label {
  cursor: pointer;
  display: inline;
  font-weight: normal;
  line-height: 20px;
  width: auto;
}
.modal#modalOfferList .modal-dialog .counter_offer_info .input-group span {
  font-size: 13px;
}
.modal#modalOfferList .modal-dialog .counter_offer_info input[type="number"] {
  display: inline-block !important;
  font-size: 14px;
}
.modal#modalOfferList .modal-dialog .counter_offer_info .ws-number.ws-inputreplace.has-input-buttons {
  display: none;
}
.modal#modalOfferList .modal-dialog .counter_offer_info input[type="text"].date_picker {
  font-size: 14px;
}
.modal#modalOfferList .modal-dialog .counter_offer_info .counter_offer_content {
  margin: 15px auto 0;
  max-width: 750px;
}
.modal#modalOfferList .modal-dialog .counter_offer_info .counter_offer_content select {
  font-size: 14px;
}
.modal#modalOfferList .modal-dialog .counter_offer_info .counter_offer_content .ms-options-wrap {
  display: inline-block;
  width: 100%;
}
.modal#modalOfferList .modal-dialog .counter_offer_info .counter_offer_content .ms-options-wrap label {
  text-align: left;
  width: 100%;
}
.modal#modalOfferList .modal-dialog .counter_offer_info .counter_offer_content .ms-options-wrap input {
  margin-right: 0;
}
.modal#modalOfferList .location {
  font-size: 12px;
}
.modal#modalOfferList .pickup-map {
  background: url('/assets/images/pages/listing/residence.png') no-repeat;
  width: 3.3rem;
  height: 2rem;
}
.modal#modalOfferList .weather {
  background: url('/assets/images/pages/listing/weather.png') no-repeat;
  width: 2rem;
  height: 2.1rem;
}
.modal#modalOfferList .delivery-map {
  background: url('/assets/images/pages/listing/terminal.png') no-repeat;
  width: 5rem;
  height: 1.8rem;
}
.modal#modalOfferList .auction-map {
  background: url('/assets/images/pages/listing/auction.jpg') no-repeat;
  width: 3.75rem;
  height: 2rem;
}
.modal#modalOfferList .dealer-map {
  background: url('/assets/images/pages/listing/dealer.jpg') no-repeat;
  width: 3.2rem;
  height: 2rem;
}
.modal#modalOfferList .pickup-map,
.modal#modalOfferList .weather,
.modal#modalOfferList .delivery-map,
.modal#modalOfferList .auction-map,
.modal#modalOfferList .dealer-map {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  background-size: contain;
}
.modal#modalOfferList .weather {
  transition: opacity 0.2s;
  opacity: 0.7;
}
.modal#modalOfferList .weather:hover {
  opacity: 1;
}
.modal#modalCounterOfferList .modal-dialog {
  width: calc(100% - 20px);
  max-width: 1140px;
}
.modal#modalCounterOfferList .modal-dialog #divExpireIn {
  color: #FF1000;
  font-weight: bold;
}
.modal#modalCounterOfferList .modal-dialog #divExpireIn .count_down {
  display: inline-block;
  margin-top: 4px;
}
.modal#modalCounterOfferList .modal-dialog .row {
  margin-bottom: 10px;
}
.modal#modalCounterOfferList .modal-dialog .row td {
  vertical-align: middle;
}
.modal#modalCounterOfferList .modal-dialog .row td input[type="button"] {
  font-size: 12px;
  padding: 4px 8px;
}
.modal#modalCounterOfferList .modal-dialog .row:first-child .col-sm-6:first-child {
  float: right;
  text-align: right;
}
.modal#modalCounterOfferList .modal-dialog .row:first-child .col-sm-6:nth-child(2) {
  text-align: left;
}
.modal#modalCounterOfferList .modal-dialog .row:first-child .col-sm-6:nth-child(2) .dataTables_filter input[type="search"] {
  width: 300px;
}
.modal#modalCounterOfferList .modal-dialog .row .dataTables_info {
  margin-top: 10px;
  font-size: 13px;
}
.modal#modalCounterOfferList .modal-dialog .row .dataTables_paginate {
  margin: 0;
}
.modal#modalCounterOfferList .modal-dialog .row .dataTables_paginate ul.pagination {
  float: right;
  margin: 0;
  font-size: 12px;
}
.modal#modalCounterOfferList .modal-dialog table#tblSelectedVehicle th {
  background-color: #666666;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
}
.modal#modalCounterOfferList .modal-dialog table#tblSelectedVehicle th.pickup {
  width: 17%;
}
.modal#modalCounterOfferList .modal-dialog table#tblSelectedVehicle th.delivery {
  width: 17%;
}
.modal#modalCounterOfferList .modal-dialog table#tblSelectedVehicle th.vehicles {
  width: 32%;
}
.modal#modalCounterOfferList .modal-dialog table#tblSelectedVehicle th.carrier {
  width: 17%;
}
.modal#modalCounterOfferList .modal-dialog table#tblSelectedVehicle th.date {
  width: 17%;
}
.modal#modalCounterOfferList .modal-dialog table#tblCounterOfferList tr th {
  background-color: #666666;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
}
.modal#modalCounterOfferList .modal-dialog table#tblCounterOfferList tr th.company_info {
  width: 200px !important;
}
.modal#modalCounterOfferList .modal-dialog table#tblCounterOfferList tr th.offer_info {
  width: 260px !important;
}
.modal#modalCounterOfferList .modal-dialog table#tblCounterOfferList tr th.counter_offer_info {
  width: 260px !important;
}
.modal#modalCounterOfferList .modal-dialog table#tblCounterOfferList tr th.actions {
  width: 170px !important;
}
.modal#modalCounterOfferList .modal-dialog table#tblCounterOfferList tr.company_offer_info_buttons td {
  background-color: #E5E5E5;
  padding-bottom: 0.625rem;
}
.modal#modalCounterOfferList .modal-dialog table#tblCounterOfferList tr td span.blue-info {
  color: #203BD6;
  font-weight: bold;
}
.modal#modalCounterOfferList .modal-dialog table#tblCounterOfferList tr td.offer_info {
  word-break: break-word;
}
.modal#modalCounterOfferList .modal-dialog table#tblCounterOfferList tr td.counter_offer_info {
  word-break: break-word;
}
.modal#modalCounterOfferList .modal-dialog table#tblCounterOfferList tbody tr.line_spacing {
  height: 20px;
}
.modal#modalCounterOfferList .modal-dialog table#tblCounterOfferList tbody tr.line_spacing td {
  background-color: #D9D9D9;
}
.modal#modalCounterOffer .modal-dialog {
  width: calc(100% - 20px);
  max-width: 1140px;
}
.modal#modalCounterOffer .modal-dialog .offer_info,
.modal#modalCounterOffer .modal-dialog .counter_offer_info {
  margin-top: 0;
}
.modal#modalCounterOffer .modal-dialog .offer_info:before,
.modal#modalCounterOffer .modal-dialog .counter_offer_info:before {
  content: "";
}
.modal#modalCounterOffer .modal-dialog .offer_info #divExpireIn,
.modal#modalCounterOffer .modal-dialog .counter_offer_info #divExpireIn {
  color: #FF1000;
  font-weight: bold;
}
@media (min-width: 993px) {
  .modal#modalCounterOffer .modal-dialog .offer_info {
    border-right: 2px dashed #D9D9D9;
  }
}
.modal#modalCounterOffer .modal-dialog span {
  display: inline-block;
  margin: 0 0 4px 0;
}
.modal#modalCounterOffer .modal-dialog span.count_down {
  margin: 0;
}
.modal#modalCounterOffer .modal-dialog .vehicle_loads {
  max-width: 100%;
}
.modal#modalCounterOffer .modal-dialog fieldset {
  border: 1px solid #DDDDDD;
  border-top-color: #373737;
  border-left-color: #373737;
  border-bottom-color: #DDDDDD;
  border-right-color: #DDDDDD;
  padding: 0 15px 15px 15px;
}
.modal#modalCounterOffer .modal-dialog legend {
  font-size: 12px;
  font-weight: bold;
  margin-left: -5px;
  padding: 0 8px;
  text-align: left;
  width: auto;
}
.modal .description,
.modal .process-date {
  font-size: 13px;
}
.modal .description .field-group__content-item_datepicker,
.modal .process-date .field-group__content-item_datepicker {
  margin-bottom: 0;
}
@media (max-width: 650px) {
  .modal .description .field-group__content-item_datepicker,
  .modal .process-date .field-group__content-item_datepicker {
    margin-top: 10px;
  }
}
.modal .description .datepicker-divider,
.modal .process-date .datepicker-divider {
  margin: 0 15px;
  align-self: center;
}
.modal .description .\--check-and-date .form__label,
.modal .process-date .\--check-and-date .form__label {
  align-self: center;
  margin-right: 10px;
}
#modalRemind .vehicle-info .carrier_name br,
#modalRemind .carrier-info .carrier_name br {
  display: none;
}
html {
  height: 100%;
  box-sizing: border-box;
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}
html body {
  position: relative;
  margin: 0;
  min-height: 100%;
}
body {
  height: 100%;
}
body.login_register {
  padding-top: 117px;
  background: url('/assets/images/pages/login/bg-login.png') top center / cover;
  -webkit-font-smoothing: antialiased;
}
body.login_register #modalBusinessHours .modal-header h3 {
  color: #EA400D;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
body.login_register #modalBusinessHours .range-label {
  font-size: 14px;
  font-weight: normal;
  margin-top: 6px !important;
}
body.login_register #modalBusinessHours input[type="button"] {
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 4px;
  padding: 5px 8px;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 12px;
}
body.login_register #modalBusinessHours input[type="button"].btnOpen24 {
  background: #1970C7;
  background: linear-gradient(180deg, #1970C7 50%, #153D65 100%);
}
body.login_register #modalBusinessHours input[type="button"].btnCloseHours {
  background: #EF420D;
  background: linear-gradient(180deg, #EF420D 50%, #B53D15 100%);
  float: right;
}
body.login_register .text-center {
  text-align: center;
}
body.login_register .text-right {
  text-align: right;
}
body.login_register .tooltip {
  color: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  opacity: 1;
}
body.login_register .tooltip .tooltip-inner {
  line-height: 19.6px;
  max-width: none;
}
body.login_register #copyright {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
body.login_register.scrolled_height {
  padding-top: 117px;
  padding-bottom: 0;
}
body.login_register.scrolled_height #copyright {
  position: relative;
}
body.login_register .bootbox {
  font-size: 16px;
}
.login {
  display: flex;
  width: 100%;
  min-height: 100%;
  padding: 0 0 50px 0;
}
.login__box {
  background-color: #fff;
  width: 800px;
  margin: auto;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 980px) {
  .login__box {
    width: 95%;
  }
}
.login__header {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 757px) {
  .login__header {
    padding: 10px 15px;
  }
}
.login__title {
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0 5px;
}
@media (max-width: 767px) {
  .login__title {
    font-size: 22px;
    line-height: 1;
  }
}
.login__title span {
  color: #00BB57;
}
.login__subtitle {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 767px) {
  .login__subtitle {
    font-size: 15px;
    line-height: 1;
  }
}
.login__form-title {
  font-size: 21px;
  font-weight: 500;
  color: #0000ff;
  text-align: center;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .login__form-title {
    font-size: 17px;
  }
}
.login__form-title_bc {
  color: #000;
}
.login__form {
  margin: 0 40px;
}
@media (max-width: 767px) {
  .login__form {
    margin: 0 15px;
  }
}
.login__form_mt {
  margin-top: 30px;
}
.login__form p {
  font-size: 18px;
}
.login__complete p {
  font-size: 18px;
}
.login__complete-img {
  margin: 15px 0;
  text-align: center;
}
.login__complete-img svg {
  width: 150px;
}
@media (max-width: 767px) {
  .login__complete-img svg {
    width: 80px;
  }
}
.login__complete-note {
  font-size: 12px;
  text-align: center;
  margin: 0 0 20px;
}
.login__message {
  font-size: 17px;
  line-height: 1.2;
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: #00BB57;
  color: #000;
  padding: 10px 20px 10px 20px;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .login__message {
    margin: 0 0 12px;
    font-size: 14px;
  }
}
.login__message.alert {
  border-radius: 0;
}
.login__message_warn {
  border-color: #F65F33;
}
.login__message_imp {
  border-color: #4081EE;
  background: #F5F8FF;
  display: flex;
}
.login__message_column {
  flex-direction: column;
}
.login__message-txt {
  font-size: 14px;
}
.login__message_full {
  margin: 20px 40px 25px;
}
@media (max-width: 767px) {
  .login__message_full {
    margin: 10px 15px 12px;
  }
}
.login__message-check {
  margin: 0 10px 0 0;
  width: 20px;
}
.login__message-check_lg {
  width: auto;
  margin: 0 0 5px;
}
.login__form-actions {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.login__form-btn {
  display: block;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  width: 185px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 3px 6px #d6d6d6;
  position: relative;
  background-image: linear-gradient(to bottom, #FEFEFE 0, #E6E6E6 100%);
  border: 2px solid #D5D5D5;
  color: #000;
}
@media (max-width: 767px) {
  .login__form-btn {
    height: 40px;
    width: 150px;
    font-size: 14px;
    line-height: 40px;
  }
}
.login__form-btn:hover {
  text-decoration: none;
  color: #000;
}
.login__form-btn:after {
  font-family: Font Awesome\ 5 Free;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 22px;
  position: absolute;
  top: 15px;
}
@media (max-width: 767px) {
  .login__form-btn:after {
    font-size: 16px;
    top: 12px;
  }
}
.login__form-btn_prev:after {
  content: "\F104";
  left: 15px;
}
@media (max-width: 767px) {
  .login__form-btn_prev:after {
    left: 8px;
  }
}
.login__form-btn_next {
  background-image: linear-gradient(to bottom, #F65F33 0, #e33b0a 100%);
  color: #fff;
  border: none;
  margin: 0 0 0 auto;
}
.login__form-btn_next:after {
  content: '\F105';
  right: 15px;
}
@media (max-width: 767px) {
  .login__form-btn_next:after {
    right: 8px;
  }
}
.login__form-btn_next:hover {
  color: #fff;
}
.login__form-btn_complete {
  background-image: linear-gradient(to bottom, #00BB57 0, #00A94F 100%);
  color: #fff;
  border: none;
  margin: 0 0 0 auto;
}
.login__form-btn_complete:hover {
  color: #fff;
}
.login #register_div_content #frmSignup .content .form-title {
  display: none;
}
.login #register_div_content #frmSignup .steps {
  border: 1px solid #DDDDDD;
  color: #444;
  margin: 10px 0 0;
  overflow: hidden;
  display: block;
}
.login #register_div_content #frmSignup .steps ul {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  outline: 0;
}
.login #register_div_content #frmSignup .steps ul:before {
  background-color: #F0F0F0;
  color: #999999;
  content: "Step:";
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 15px;
}
.login #register_div_content #frmSignup .steps ul li {
  float: left;
}
.login #register_div_content #frmSignup .steps ul li:first-child:after,
.login #register_div_content #frmSignup .steps ul li:first-child:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 63px;
  margin-right: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #F0F0F0;
}
.login #register_div_content #frmSignup .steps ul li:first-child:before {
  margin-right: -1px;
  border-left-color: #EEEEEE;
}
.login #register_div_content #frmSignup .steps ul li.current a {
  background: #A51919;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}
.login #register_div_content #frmSignup .steps ul li.current a:after {
  border-left-color: #A51919;
}
.login #register_div_content #frmSignup .steps ul li.current span.current-info {
  display: none;
}
.login #register_div_content #frmSignup .steps ul li.disabled a:hover {
  background: #AAAAAA;
}
.login #register_div_content #frmSignup .steps ul li.disabled a:hover:after {
  border-left-color: #AAAAAA;
}
.login #register_div_content #frmSignup .steps ul li a {
  background-image: linear-gradient(to bottom, #FEFEFE 0, #E6E6E6 100%);
  border: 2px solid #D5D5D5;
  color: #000;
  float: left;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0 18px 0 35px;
  position: relative;
  text-decoration: none;
}
.login #register_div_content #frmSignup .steps ul li a:focus {
  outline: 0;
}
.login #register_div_content #frmSignup .steps ul li a:hover {
  background: #A51919;
}
.login #register_div_content #frmSignup .steps ul li a:hover:after {
  border-left-color: #A51919;
}
.login #register_div_content #frmSignup .steps ul li a:after,
.login #register_div_content #frmSignup .steps ul li a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -39px;
  margin-right: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #AAAAAA;
}
.login #register_div_content #frmSignup .steps ul li a:before {
  margin-right: -2px;
  border-left-color: #EEEEEE;
}
.all-docs[disabled=disabled] {
  background: #aaaaaa !important;
}
.login-btn {
  height: 50px;
  flex: 1 0 auto;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  font-size: 20px;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 1px;
  text-decoration: none;
  padding: 0 5px 0;
  color: #000;
  text-align: center;
  transition: all 450ms ease;
}
@media (max-width: 767px) {
  .login-btn {
    font-size: 16px;
    margin: 0 4px;
  }
}
.login-btn:hover,
.login-btn:focus {
  text-decoration: none;
  color: #000;
  background: #f8f8f8;
}
.login-btn_active {
  background: #4081EE;
  border-color: #1B5CCA;
  color: #fff;
}
.login-btn_active:hover,
.login-btn_active:focus {
  color: #fff;
  background: #1B5CCA;
}
.login-btn_sm {
  height: 80px;
  font-size: 18px;
  margin: 0 8px 14px;
  flex: 1 0 20%;
}
@media (max-width: 767px) {
  .login-btn_sm {
    font-size: 14px;
    margin: 0 4px 6px;
    flex: 1 0 45%;
    height: 50px;
  }
}
.login-btn_ns {
  margin: 0;
}
.login-btn_ns:first-child {
  border-radius: 3px 3px 0 0;
}
.login-btn_ns:nth-child(2) {
  border-radius: 0 3px 3px 0;
}
.login-btn__wrap {
  display: flex;
  margin: 0 -8px 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .login-btn__wrap {
    margin: 0 -4px 30px;
  }
}
.login-btn__wrap_ns {
  margin: 0 0 25px;
}
.login-search {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .login-search {
    flex-direction: column;
  }
}
.login-search__input {
  height: 44px;
  border: 1px solid #E8E8E8;
  background: #FDFDFD;
  color: #000;
  border-radius: 2px;
  flex-grow: 1;
  padding: 0 0 0 10px;
  font-size: 17px;
  outline: none;
}
@media (max-width: 767px) {
  .login-search__input {
    height: 40px;
    margin: 0 0 10px;
    font-size: 16px;
    width: 100%;
  }
}
.login-search__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.login-search__btn {
  height: 44px;
  width: 185px;
  background: #00BB57;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 16px;
  border-radius: 0 2px 2px 0;
}
@media (max-width: 767px) {
  .login-search__btn {
    height: 40px;
    font-size: 14px;
    width: 100%;
  }
}
.with-eye {
  position: relative !important;
}
.with-eye .login-field__input {
  padding-right: 60px;
}
.with-eye > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  height: 44px;
  pointer-events: none;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .with-eye > div {
    height: 39px;
  }
}
.with-eye [type="text"] ~ div > svg {
  fill: #4081EE;
}
.with-eye [type="password"] ~ div > svg {
  fill: #aaaaaa;
}
.with-eye svg {
  position: absolute;
  right: 20px;
  pointer-events: auto;
}
.login-field {
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .login-field {
    margin: 0 0 12px;
  }
}
.login-field_half {
  margin: 0 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .login-field_half {
    margin: 0 10px 12px;
  }
}
.login-field__wrap {
  display: flex;
  margin: 0 -10px 25px;
}
@media (max-width: 767px) {
  .login-field__wrap {
    flex-direction: column;
    margin: 0 -10px 0;
  }
}
.login-field__input {
  outline: none;
  height: 44px;
  border: 1px solid #E8E8E8;
  background: #FDFDFD;
  color: #000;
  border-radius: 2px;
  flex-grow: 1;
  padding: 0 10px;
  font-size: 17px;
  width: 100%;
}
@media (max-width: 767px) {
  .login-field__input {
    height: 40px;
    font-size: 16px;
  }
}
.login-field__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.login-field__input:-moz-read-only {
  background: rgba(221, 221, 221, 0.3) !important;
  cursor: not-allowed;
}
.login-field__input:read-only {
  background: rgba(221, 221, 221, 0.3) !important;
  cursor: not-allowed;
}
.login-field__input:read-only::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.login-field__select {
  height: 44px;
  border: 1px solid #E8E8E8;
  color: #000;
  border-radius: 2px;
  flex-grow: 1;
  padding: 0 36px 0 10px;
  font-size: 17px;
  outline: none;
  width: 100%;
  background: #FDFDFD url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat calc(100% - 7px) 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .login-field__select {
    height: 40px;
    font-size: 16px;
  }
}
.login-field__select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.login-field__label {
  font-size: 17px;
  color: #000;
  margin: 0 0 5px;
}
.login-field__label sup {
  color: #F63333;
}
@media (max-width: 767px) {
  .login-field__label {
    font-size: 14px;
  }
}
.login-field__checkbox {
  display: flex;
  position: relative;
  font-weight: 400;
  cursor: pointer;
}
.login-field__checkbox:before {
  content: '';
  display: block;
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #5E5E5E;
  margin: 0 10px 0 0;
}
.login-field__checkbox input,
.login-field__checkbox i {
  display: none;
}
.login-field__checkbox input:checked + i {
  display: block;
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 4px;
}
.login-field__btn-wrap {
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .login-field__btn-wrap {
    flex-direction: column;
  }
}
.login-field__btn {
  display: block;
  font-weight: 600;
  height: 50px;
  width: 185px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 3px 6px #d6d6d6;
  position: relative;
  background-image: linear-gradient(to bottom, #FEFEFE 0, #E6E6E6 100%);
  border: 2px solid #D5D5D5;
  color: #000;
}
@media (max-width: 479px) {
  .login-field__btn:not(:first-child) {
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .login-field__btn {
    height: 40px;
    width: 100%;
  }
}
.login-field__btn_main {
  background-image: linear-gradient(to bottom, #00BB57 0, #00A94F 100%);
  color: #fff;
  border: none;
}
.login-field__btn_lg {
  width: auto;
  padding: 0 20px;
  margin: 0 0 0 auto;
}
.upload-item {
  position: relative;
  margin: 0 0 20px;
  width: 100%;
}
.upload-item:not(:last-child) {
  margin-right: 15px;
}
.upload-item__title {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 10px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-item__box {
  border: 2px dashed #8A909A;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 200px;
  transition: background 450ms ease;
}
.upload-item__box.highlight {
  background: rgba(3, 171, 80, 0.09);
}
.upload-item__box-wrap {
  position: relative;
}
.upload-item__box-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 36px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #F65F33 0, #e33b0a 100%);
  cursor: pointer;
}
.upload-item__box-btn:hover {
  opacity: 0.8;
}
.upload-item__box-title {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 16px;
}
.upload-item__box-desc {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  margin: 10px 0 0 0;
}
.upload-item .img-preview {
  max-width: 100%;
  height: auto;
}
.upload-item__input {
  display: none !important;
}
.upload-item__clear {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #8C8F94 0, #494D51 100%);
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -11px;
  right: -11px;
  z-index: 100;
  display: none;
}
.hasImg .upload-item__clear {
  display: flex;
}
.upload-item__preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: none;
  background-color: #F8F8F8;
}
.hasImg .upload-item__preview {
  display: block;
}
.upload-item__preview:hover .upload-item__preview-btn {
  display: block;
}
.upload-item__preview:hover:before {
  opacity: 1;
}
.upload-item__preview:before {
  content: '';
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 450ms ease;
}
.upload-item__preview-name {
  position: absolute;
  bottom: 0;
  background: #F8F8F8;
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.upload-item__preview-name a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload-item__preview-btn {
  width: 70px;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
  background: linear-gradient(to bottom, #FEFEFE 0, #E6E6E6 100%);
  display: none;
  position: absolute;
  top: 62px;
  left: calc(50% - 35px);
  border: none;
}
.upload-item__wrap {
  border: 1px solid #E6E6E6;
  margin: 0 0 25px;
  display: flex;
  padding: 30px;
  flex-direction: row;
}
@media (max-width: 767px) {
  .upload-item__wrap {
    flex-direction: column;
  }
}
.upload-file-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  padding: 100px 0 40px;
  overflow: hidden;
}
.upload-file-popup .close-pop-up {
  height: 30px;
  min-height: 30px;
  width: 30px;
  min-width: 30px;
  position: relative;
  top: -16px;
  right: 16px;
  background: linear-gradient(to bottom, #8C8F94 0, #494D51 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-file-popup.active {
  display: flex;
  justify-content: center;
}
.upload-file-popup__box {
  background: #fff;
  padding: 20px;
  overflow: auto;
  max-width: 750px;
  max-height: 100%;
  width: auto;
  text-align: center;
}
.upload-spinner {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #fff;
  font-size: 54px;
  align-items: center;
  justify-content: center;
  color: #4081EE;
}
.upload-spinner.active {
  display: flex;
}
.upload-spinner:before {
  display: block;
  animation: spinner 1500ms linear infinite;
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal .modal-header {
  min-height: 100px;
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}
.modal .modal-header button {
  order: 1;
}
.modal .modal-header .modal-title {
  font-size: 28px;
}
button.close {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4N…xnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
  opacity: 0.5;
  font-size: 0;
}
.modal-footer {
  border: none;
}
.button {
  display: inline-flex;
  align-items: center;
  height: 36px;
  border-radius: 4px;
  border: 2px solid #D5D5D5;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #FEFEFE 0, #E6E6E6 100%);
  color: #000;
}
.button_green {
  color: #fff;
  border: none;
  background-image: linear-gradient(to bottom, #00A94F 0, #00873f 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.button_green:hover,
.button_green:active {
  color: #fff;
  background-image: linear-gradient(to bottom, #00A94F 0, #00873f 100%);
}
