.text-uppercase button {
  text-transform: uppercase !important;
}
input,
select,
button,
textarea,
.themed {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}
.has-error label {
  color: #d96557;
}
.has-error .error-msg {
  color: #d96557;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 11px;
  position: absolute;
  width: 100%;
}
.control-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.signature-box {
  border: 1px dashed;
  max-width: 100%;
  background-color: #fff;
}
.permissions-ul {
  column-count: 2;
  width: 200%;
  column-gap: 3em;
}
.permissions-tab {
  display: inline-block;
  margin-top: -1px;
}
.avatar-size {
  max-height: 160px;
  max-width: 160px;
}
.mid-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
input[type=file] {
  display: none !important;
}
.pagination {
  border-radius: 0 !important;
}
.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 0 !important;
}
.dropdown-menu {
  border-radius: 0 !important;
  min-width: inherit !important;
}
.nav-tabs {
  border-bottom: none !important;
}
.panel-heading a:after {
  font-family: 'FontAwesome';
  content: "\f077";
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}
.panel-heading a.collapsed:after {
  content: "\f078";
}
.table {
  background-color: transparent;
  margin-bottom: 0px !important;
}
.message-list-item:first-child {
  margin-top: 0px;
}
.message-list-item {
  margin-top: 15px;
}
.cursor-pointer {
  cursor: pointer;
}
.brand-logo-img {
  height: 30px;
}
.control-label {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}
.form-buttons {
  margin-top: 15px !important;
}
.form-buttons button {
  margin-right: 5px;
  margin-left: 5px;
}
.no-padding {
  padding: 0 !important;
}
.ui-notification {
  z-index: 999999;
}
.table-container.no-padding-table td {
  padding: 5px 2px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.add-search .add-button {
  float: left !important;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 30px !important;
}
.add-search .search-input {
  width: 213px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.add-search .search-input:last-child {
  margin-right: 0;
}
.add-search .close-span {
  margin-left: 205px;
  position: absolute;
  margin-top: 9px;
  left: 0;
  cursor: pointer;
  font-size: 11px;
}
.add-search .flex .close-span {
  margin-left: -22px;
  position: absolute;
  margin-top: 9px;
  left: inherit;
  cursor: pointer;
  top: inherit;
}
.left {
  float: left;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin-right: 10px;
}
.col:last-child {
  margin-right: 0;
}
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clear {
  clear: both;
}
.add-search-input-select button {
  position: absolute;
  width: 42px;
  height: 33px !important;
}
.add-search-input-select .input-select {
  padding-left: 44px;
}
.add-search-input-select .input-select input {
  width: 65% !important;
}
.add-search-input-select .input-select select {
  width: 35% !important;
  float: right;
}
.add-search-input-select .input-select span {
  margin-right: 33% !important;
}
.add-search-input-select .close-span {
  margin-left: 205px;
  position: absolute;
  margin-top: 9px;
}
.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}
.search-checkbox-label {
  width: 60px;
}
.search-checkbox-label-attention {
  width: 160px;
}
.history-block table tr {
  /*COMMON CHANGE */
  /*ORDER ADDED */
  /*ORDER DISPATCHED */
  /*ORDER ASSIGNED */
  /*ORDER CHANGED */
  /*ORDER CANCELED */
  /*ORDER ASSIGNING */
  /*ORDER COMPLETED */
  /*DEPOT CREATED */
  /*DEPOT VEHICLE ADDED */
  /*DEPOT VEHICLE DELETED */
  /*DEPOT ACTIVATED */
  /*DEPOT DEACTIVATED */
  /*VEHICLE CREATED */
  /*VEHICLE CAPACITY */
  /*VEHICLE FILE ADDED */
  /*VEHICLE FILE DELETED */
  /*VEHICLE GROUP ADDED */
  /*VEHICLE GROUP DELETED */
  /*GROUP ADDED */
  /*GROUP DEACTIVATED */
  /*GROUP ACTIVATED */
  /*USER CREATED */
  /*USER DEACTIVATED */
  /*USER ACTIVATED */
  /*ACCOUNT CREATED */
  /*ACCOUNT DEACTIVATED */
  /*ACCOUNT ACTIVATED */
  /*ACCOUNT MODE ADDED */
  /*ACCOUNT MODE CHANGED */
  /*ACCOUNT MODE DELETED */
  /*CLIENT ADDED */
  /*CLIENT ADDED BY SYSTEM */
  /*CLIENT CHANGED */
  /*CLIENT ACTIVATED */
  /*CLIENT DEACTIVATED */
  /*ACCOUNT INVOICE GENERATED */
  /*ACCOUNT INVOICE STATUS CHANGED */
  /*ACCOUNT INVOICE PAID */
  /*GROUP INVOICE GENERATED */
  /*GROUP ITEM ADDED */
  /*GROUP ITEM CHANGED */
  /*GROUP ITEM DELETED */
  /*GROUP CORRECTION ADDED */
  /*GROUP CORRECTION DELETED */
  /*ORDER CANCELED */
}
.history-block table tr .history-status-0 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-1 {
  background-color: gray !important;
  color: black !important;
}
.history-block table tr .history-status-2 {
  background-color: deepskyblue !important;
  color: black !important;
}
.history-block table tr .history-status-3 {
  background-color: green !important;
  color: black !important;
}
.history-block table tr .history-status-4 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-5 {
  background-color: green !important;
  color: black !important;
}
.history-block table tr .history-status-6 {
  background-color: green !important;
  color: black !important;
}
.history-block table tr .history-status-7 {
  background-color: green !important;
  color: black !important;
}
.history-block table tr .history-status-8 {
  background-color: #7CFC00 !important;
  color: black !important;
}
.history-block table tr .history-status-9 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-10 {
  background-color: #DC143C !important;
  color: black !important;
}
.history-block table tr .history-status-11 {
  background-color: #90EE90 !important;
  color: black !important;
}
.history-block table tr .history-status-12 {
  background-color: #F08080 !important;
  color: black !important;
}
.history-block table tr .history-status-13 {
  background-color: #7CFC00 !important;
  color: black !important;
}
.history-block table tr .history-status-14 {
  background-color: white !important;
  color: black !important;
}
.history-block table tr .history-status-15 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-16 {
  background-color: #DC143C !important;
  color: black !important;
}
.history-block table tr .history-status-17 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-18 {
  background-color: #DC143C !important;
  color: black !important;
}
.history-block table tr .history-status-19 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-20 {
  background-color: #F08080 !important;
  color: black !important;
}
.history-block table tr .history-status-21 {
  background-color: #90EE90 !important;
  color: black !important;
}
.history-block table tr .history-status-22 {
  background-color: #7CFC00 !important;
  color: black !important;
}
.history-block table tr .history-status-23 {
  background-color: #F08080 !important;
  color: black !important;
}
.history-block table tr .history-status-24 {
  background-color: #90EE90 !important;
  color: black !important;
}
.history-block table tr .history-status-25 {
  background-color: #7CFC00 !important;
  color: black !important;
}
.history-block table tr .history-status-26 {
  background-color: #F08080 !important;
  color: black !important;
}
.history-block table tr .history-status-27 {
  background-color: #90EE90 !important;
  color: black !important;
}
.history-block table tr .history-status-28 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-29 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-30 {
  background-color: #DC143C !important;
  color: black !important;
}
.history-block table tr .history-status-31 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-32 {
  background-color: #006400 !important;
  color: black !important;
}
.history-block table tr .history-status-33 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-34 {
  background-color: #90EE90 !important;
  color: black !important;
}
.history-block table tr .history-status-35 {
  background-color: #F08080 !important;
  color: black !important;
}
.history-block table tr .history-status-36 {
  background-color: #5F9EA0 !important;
  color: black !important;
}
.history-block table tr .history-status-37 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-38 {
  background-color: #FF4500 !important;
  color: black !important;
}
.history-block table tr .history-status-39 {
  background-color: #BDB76B !important;
  color: black !important;
}
.history-block table tr .history-status-40 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-41 {
  background-color: #FFD700 !important;
  color: black !important;
}
.history-block table tr .history-status-42 {
  background-color: #DC143C !important;
  color: black !important;
}
.history-block table tr .history-status-43 {
  background-color: #9ACD32 !important;
  color: black !important;
}
.history-block table tr .history-status-44 {
  background-color: #DC143C !important;
  color: black !important;
}
.history-block table tr .history-status-45 {
  background-color: green !important;
  color: black !important;
}
.history-block table tr span.old-value {
  color: #09c !important;
}
.history-block table tr span.new-value {
  color: #2ECC71 !important;
}
.history-block table tr .order-status-1 {
  background-color: green !important;
}
.history-block table tr .order-status-6 {
  background-color: #4d90fe !important;
}
.history-block table tr .order-status-3 {
  background-color: #304FFE !important;
}
.history-block table tr .order-status-4 {
  background-color: #FFA500 !important;
}
.history-block table tr .order-status-5 {
  background-color: #F44336 !important;
}
.history-block table tr .order-status-7 {
  background-color: #78909C !important;
}
.history-block table tr td {
  padding: 10px !important;
}
.orders-tab .col-lg-1,
.orders-tab .col-lg-10,
.orders-tab .col-lg-11,
.orders-tab .col-lg-12,
.orders-tab .col-lg-2,
.orders-tab .col-lg-3,
.orders-tab .col-lg-4,
.orders-tab .col-lg-5,
.orders-tab .col-lg-6,
.orders-tab .col-lg-7,
.orders-tab .col-lg-8,
.orders-tab .col-lg-9,
.orders-tab .col-md-1,
.orders-tab .col-md-10,
.orders-tab .col-md-11,
.orders-tab .col-md-12,
.orders-tab .col-md-2,
.orders-tab .col-md-3,
.orders-tab .col-md-4,
.orders-tab .col-md-5,
.orders-tab .col-md-6,
.orders-tab .col-md-7,
.orders-tab .col-md-8,
.orders-tab .col-md-9,
.orders-tab .col-sm-1,
.orders-tab .col-sm-10,
.orders-tab .col-sm-11,
.orders-tab .col-sm-12,
.orders-tab .col-sm-2,
.orders-tab .col-sm-3,
.orders-tab .col-sm-4,
.orders-tab .col-sm-5,
.orders-tab .col-sm-6,
.orders-tab .col-sm-7,
.orders-tab .col-sm-8,
.orders-tab .col-sm-9,
.orders-tab .col-xs-1,
.orders-tab .col-xs-10,
.orders-tab .col-xs-11,
.orders-tab .col-xs-12,
.orders-tab .col-xs-2,
.orders-tab .col-xs-3,
.orders-tab .col-xs-4,
.orders-tab .col-xs-5,
.orders-tab .col-xs-6,
.orders-tab .col-xs-7,
.orders-tab .col-xs-8,
.orders-tab .col-xs-9 {
  padding-left: 5px;
  padding-right: 5px;
}
.orders-tab .row {
  margin-left: -5px;
  margin-right: -5px;
}
.orders-tab .tab-content {
  padding: 5px 5px 10px 5px;
}
.orders-tab .order-block {
  padding: 0 !important;
}
.orders-tab .nav-tabs > li > a {
  font-size: 13px;
}
.orders-tab h2 {
  font-size: 14px;
}
.orders-tab h4 {
  font-size: 13px;
  padding: 0 !important;
  margin: 5px 0 !important;
}
.orders-tab h4.total-price {
  font-size: 20px;
}
.orders-tab label.control-label {
  font-size: 13px;
}
.orders-tab input:not(textarea),
.orders-tab select:not(textarea) {
  font-size: 13px !important;
  height: 20px !important;
  padding: 0px 5px !important;
}
.orders-tab .input-group-addon,
.orders-tab .btn-group label {
  height: 20px !important;
  font-size: 9px;
  padding: 3px 4px;
}
.orders-tab .am-pm {
  display: block;
  height: 20px !important;
}
.orders-tab .am-pm .btn-default {
  display: table;
  height: 20px !important;
  font-size: 11px !important;
  padding: 0 5px !important;
}
.orders-tab .uib-timepicker input {
  width: 35px;
}
.orders-tab .p5 {
  padding: 5px !important;
}
.orders-tab #capacity {
  zoom: 0.6;
}
.orders-tab .table-container td,
.orders-tab .table-container th {
  font-size: 11px !important;
}
.orders-tab .btn-group {
  margin-top: -5px;
}
.orders-tab .print-case-receipt {
  padding: 10px 30px;
  background-color: #019FCF;
  margin-left: 14px;
  display: block;
  width: 107px;
  cursor: pointer;
  margin-right: 20px;
}
.orders-tab .refund-case-receipt,
.orders-tab .send-case-receipt {
  padding: 10px 30px;
  background-color: #019FCF;
  display: block;
  width: 107px;
  cursor: pointer;
}
.orders-tab .refund-case-receipt {
  padding: 10px 22px;
  background-color: #d96557;
}
.orders-tab .amount-refund-receipt,
.orders-tab .email-send-receipt {
  margin-left: 15px;
  height: 40px !important;
  border-bottom: none;
  width: 240px;
}
.orders-tab .payment-method-container input.amount::-webkit-outer-spin-button,
.orders-tab .payment-method-container input.amount::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}
.orders-tab .alert.isi-alert {
  padding: 10px !important;
}
.orders-tab .alert.isi-alert h4 {
  font-size: 15px !important;
  margin: 0px !important;
  margin-bottom: 5px !important;
}
.orders-tab .alert.isi-alert.additionalCharge label {
  margin-top: 0px !important;
}
.orders-tab .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.orders-tab .order-block.pb5 {
  padding-bottom: 5px !important;
}
.datetimepicker {
  width: 100% !important;
}
.datetimepicker .table th {
  height: inherit;
}
.box-tab .tab-content {
  overflow: inherit;
  margin-top: -1px;
}
.btn-action {
  max-width: 100px;
  margin: 0 auto;
  border-radius: 0 !important;
}
.close-icon,
.inv-btn {
  position: absolute;
  top: 0;
}
.close-icon {
  right: 10px;
}
[data-toggle="collapse"]:hover,
[data-toggle="collapse"]:visited,
[data-toggle="collapse"]:active,
[data-toggle="collapse"]:focus {
  text-decoration: none !important;
}
.form-group {
  margin-bottom: 10px;
}
.assign-checkbox {
  margin-left: 13px;
  float: left;
  text-align: left;
}
.assign-checkbox .checkbox-area {
  width: 100%;
}
.assign-checkbox .checkbox-area p {
  margin-left: 40px;
  min-width: 200px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.main-panel > .header .notifications {
  min-width: 300px !important;
}
.tab-content .tab-pane {
  min-height: 400px;
}
.tab-content .tab-pane .assign-checkbox {
  margin-left: 0;
}
.tab-content .tab-pane .assign-checkbox .checkbox-area p {
  margin-left: 40px;
}
.is-loading {
  margin: 0 !important;
  padding: 10px;
}
.pb45 {
  padding-bottom: 45px;
}
.delete-files {
  position: absolute;
  display: block;
  bottom: 15px;
  right: 15px;
  max-width: 150px;
}
.float-none {
  float: none !important;
}
.no-margin {
  margin: 0 !important;
}
.height-center {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-control:not(textarea) {
  height: 30px !important;
}
.capacity-close-icon {
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;
  cursor: pointer;
  z-index: 1;
}
.glyphicon-remove-circle {
  color: red;
  font-size: 25px;
}
.new-design-plus {
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: right;
  margin-bottom: 10px;
}
.no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-layout {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
.table-layout.table-template td {
  text-overflow: clip !important;
  overflow: inherit !important;
  white-space: normal !important;
}
.order-info .has-error .error-msg,
.order-mixed .has-error .error-msg {
  position: absolute;
}
.btn,
.input-group-addon,
.tab-show,
.tab-block-order {
  border-radius: 0 !important;
}
.input-group-addon {
  line-height: 10px !important;
}
.form-control:not(textarea).tab-show,
.form-control:not(textarea).tab-block-order {
  height: 40px !important;
  display: block;
  border-bottom: none !important;
  transition: none !important;
}
.form-control:not(textarea).tab-block-order {
  max-width: 60px;
  right: 0;
  position: absolute;
  height: 24px !important;
}
.am-pm .btn-default {
  height: 30px;
  margin-left: 3px;
}
.settings .panel-body,
.receipts .panel-body {
  padding: 0;
}
.main-panel > .header .navbar-text {
  font-weight: bolder;
}
.p3 {
  padding: 3px !important;
}
.invoice-control .invoice-element {
  cursor: pointer;
  padding: 6px;
  border-bottom: 5px solid #019FCF;
}
.invoice-control .invoice-element.disabled {
  color: #9E9E9E;
  border-bottom: 5px solid #9E9E9E;
}
.table-container.text-left td {
  text-align: left !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.error-msg,
body .nav-tabs > li > a.error,
body .nav-tabs > li > a.error:hover,
body .nav-tabs > li.active > a.error {
  color: #d96557 !important;
}
.not-absolute .error-msg {
  position: static;
}
.inline-block {
  display: inline-block !important;
}
.right {
  float: right;
}
.w30 {
  max-width: 23% !important;
  outline: none;
}
input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  box-shadow: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #fff;
  border: none;
  border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 20%;
  background: #4cc3d9;
  margin-top: -7px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff;
}
.tabdrop .dropdown-menu {
  margin-right: 0px !important;
}
.btn {
  z-index: 0;
}
.w150 {
  width: 150px;
}
.item-color {
  color: #ECD659;
}
.underlined {
  text-decoration: underline;
}
.sweet-alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid #555860;
}
.pl5 {
  padding-left: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.inactive td {
  background-color: #7c454a !important;
}
.switch.square span i::before,
.switch.square span {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.border-right-none {
  border-right: none !important;
}
.border-bottom-none {
  border-bottom: none !important;
}
.icon-transportation {
  width: 19px;
  height: 17px;
  background-repeat: no-repeat;
  float: right;
  margin-left: 10px;
  margin-top: 3px;
}
.icon-modes {
  width: 19px;
  height: 17px;
  background-repeat: no-repeat;
  float: left;
  margin: 5px;
}
.modes-title {
  margin: 5px;
}
.half-moon {
  background-image: url(/images/half-moon.png);
}
.sun {
  background-image: url(/images/sun.png);
}
.holiday {
  background-image: url(/images/holidays.png);
}
.sun-hours {
  border-color: #FFEA00 !important;
}
.night-hours {
  border-color: #01C7BC !important;
}
.holiday-hours {
  border-color: #bd8bc7 !important;
}
.sun-color {
  color: #FFEA00 !important;
  display: inline-block;
}
.night-color {
  color: #01C7BC !important;
  display: inline-block;
}
.holiday-color {
  color: #bd8bc7 !important;
  display: inline-block;
}
.order-modes-alignment-right {
  margin-right: 70px;
  position: relative;
  right: -26px;
  font-weight: bolder;
  font-size: 15px;
}
.white-color-border {
  border: 1px solid #fff;
}
.white-color {
  color: #fff !important;
}
.greyed-color {
  color: grey;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.glyphicon.glyphicon-remove.form-control-feedback {
  z-index: 5;
  pointer-events: auto;
}
.has-feedback .form-control {
  padding-right: 0px;
}
.datetimepicker .disabled,
.datetimepicker .disabled:hover {
  background: none;
  color: #aaa !important;
  cursor: default;
}
.not-uppercase {
  text-transform: none !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.border-bottom {
  border-bottom: 1px solid;
}
.search-block select {
  width: 35% !important;
  float: right;
}
.search-block input {
  width: 65% !important;
}
.search-block span {
  margin-right: 35%;
}
.w160 {
  width: 100% !important;
  min-width: 160px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.table-overflow-none {
  table-layout: auto !important;
}
.table-overflow-none tr td {
  text-overflow: clip !important;
  overflow: auto !important;
  white-space: normal !important;
}
.table-overflow {
  overflow: auto;
}
.mh75 {
  max-height: 75vh;
}
.mw350 {
  min-width: 350px;
  width: 350px;
}
.w15 {
  width: 15px;
}
.f13 {
  font-size: 13px;
}
.f15 {
  font-size: 15px;
}
.action-buttons {
  margin: 0;
  padding: 0;
  overflow: hidden !important;
}
.action-buttons button {
  width: 100%;
}
.mb50 {
  margin-bottom: 50px;
}
fieldset[disabled] .input-group-addon {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.has-error .input-group-addon {
  color: #fff !important;
  background-color: #d96557 !important;
  border-color: #d96557 !important;
}
.layout-static-sidebar .main-panel,
.layout-boxed .main-panel {
  min-height: 100vh;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.ngdialog {
  z-index: 9999;
}
.form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.pac-container {
  z-index: 10000 !important;
}
.angular-steps {
  position: relative;
}
.angular-steps .step {
  position: inherit;
  z-index: 1;
}
.angular-steps .step.ng-hide {
  display: none !important;
  z-index: 0;
}
.angular-steps .step.ng-hide-add,
.angular-steps .step.ng-hide-remove {
  transition: all 0.6s ease-in-out;
  opacity: 1;
}
.angular-steps .step.ng-hide {
  opacity: 0;
}
.has-error .form-control {
  border-color: #d96557 !important;
}
.saved-address {
  border-left: none;
}
.panel-group .panel {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.multiple-list-area .glyphicon-remove {
  float: right;
  width: 10%;
  margin-top: 7px;
}
.multiple-list-area .multiple-list-item {
  height: 30px;
  cursor: pointer;
}
.multiple-list-area .multiple-list-item .item-text {
  height: 30px;
  background-color: #d3d3d3;
  width: 90%;
  float: left;
}
.pos-absolute {
  position: absolute;
  z-index: 9999;
}
.r0 {
  right: 0;
}
.h30 {
  height: 30px !important;
}
.w-all {
  width: 100%;
}
.picker-day.past {
  color: #9E9E9E !important;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
.tab-pane .table.table-bordered.price-details {
  width: auto;
  margin: 0 auto;
}
.tab-pane .table.table-bordered.price-details.account-modes thead th:first-child {
  width: 230px;
}
.tab-pane .table.table-bordered.price-details thead th {
  background-color: transparent !important;
  border: 1px solid #029ecf !important;
  padding: 10px;
}
.tab-pane .table.table-bordered.price-details thead th:first-child {
  width: 100px;
}
.tab-pane .table.table-bordered.price-details tbody td {
  background-color: transparent !important;
  border: 1px solid #029ecf !important;
  padding: 0 5px;
}
.tab-pane .table.table-bordered.price-details tbody td:first-child {
  text-align: left;
}
.tab-pane .table.table-bordered.price-details tbody td.total {
  background-color: #029ecf !important;
  font-size: 17px;
}
.total-price {
  color: #029ecf !important;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 2px;
}
.total-price.active {
  text-decoration: underline;
}
.control-buttons {
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
.margin-auto {
  margin: 0 auto;
}
.switch span {
  border: none !important;
}
.ngdialog-close {
  outline: none;
}
.map-legend {
  width: 160px;
  opacity: 0.75;
}
.map-legend h4:first-child {
  cursor: pointer;
}
.map-legend h4:first-child:after {
  font-family: 'FontAwesome';
  content: "\f078";
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}
.map-legend h4:first-child.collapsed:after {
  content: "\f077";
}
.ngdialog-theme-default .ngdialog-content {
  border: 2px solid #555860;
}
.action-buttons-width {
  min-width: 250px;
}
[ng-if="!enableSelectMonth"] {
  margin-right: 10px;
}
.sa-button-container .cancel {
  background-color: #d96557 !important;
}
.sidebar-panel > nav > ul {
  position: fixed !important;
}
.error {
  color: #d96557 !important;
}
.ngdialog.ngdialog-theme-default,
.add-order-theme .ngdialog-content {
  padding-top: 5px !important;
}
.sweet-alert .sa-icon.sa-success .sa-fix,
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  background: transparent !important;
}
.ui-notification.error {
  color: #fff !important;
}
.order-total.ng-hide {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.chat-driver {
  clear: both;
}
.chat-driver .chat-user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  float: left;
}
.chat-driver .chat-user-block {
  padding-left: 10px;
  float: left;
  width: 228px;
  font-size: 11px;
  padding-top: 2px;
}
.chat-driver .chat-user-block .driver-name {
  margin-left: 5px;
  font-size: 15px;
}
.chat-driver .chat-user-block .driver-name.active {
  font-weight: bolder;
  color: #019FCF !important;
}
.chat-input {
  color: #000000;
  top: 0px !important;
  left: 0 !important;
  width: 312px !important;
  padding: 7px 40px 7px 7px !important;
  height: 56px !important;
  margin: 0 !important;
  font-size: 14px;
}
.chat-send {
  font-size: 16px;
}
.multiple-list-area .multiple-list-item {
  height: 30px;
  border-bottom: none;
  margin-bottom: 10px;
  cursor: pointer;
}
.btn-group .btn-primary {
  background-color: #999;
  border: none;
}
.btn-group .btn-primary.active:before {
  color: #fff;
  background-color: #029ecf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group.action-buttons > .btn:first-child {
  margin-left: 0 !important;
}
.btn-group.action-buttons > .btn {
  margin-left: 8px !important;
}
.mw75 {
  min-width: 75px;
}
.mw30 {
  min-width: 30px;
  width: 30px;
}
.col-week {
  width: 14.28%;
  float: left;
}
.mw180 {
  min-width: 180px;
}
.chat-users,
.chat-panel {
  background-color: transparent !important;
}
.chat-users .tab-content {
  top: 0px !important;
}
.chat-users .tab-content::-webkit-scrollbar {
  width: 5px;
}
.pagination {
  margin: 0 auto 20px auto;
}
::-webkit-scrollbar-corner {
  display: none;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.switch span i::before {
  background-color: #EFEFEF;
}
.main-panel > .header .notifications .notifications-list li,
.main-panel > .header .notifications .notifications-header {
  border-bottom: none;
}
.glyphicon-comment {
  font-size: 21px;
  padding: 7px 16px;
  text-decoration: none;
  height: 54px;
  text-decoration: none !important;
}
.tab-pane .dropdown.tabdrop {
  z-index: 3;
}
.chat-badge {
  position: absolute;
  right: 8px;
  top: 10px;
  background-color: #4CABD0;
  width: 2px;
  height: 2px;
  padding: 5px;
}
.chat-driver-badge {
  position: absolute;
  right: 5px;
  background: #4CABD0;
}
.is-chat-open {
  height: 55px;
  width: 51px;
  border-bottom: none !important;
}
.chat-panel {
  z-index: 100000;
  width: 312px;
  top: 160px;
  height: calc(80vh - 100px);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.chat-panel .chat-conversation {
  font-size: 11px;
}
.chat-panel .chat-conversation .chat-conversation-content {
  top: 40px;
}
.chat-panel .tab-content {
  border: none;
  margin-bottom: 50px;
}
.chat-panel .chat-header {
  height: 40px;
}
.chat-panel .chat-header .chat-right,
.chat-panel .chat-header .chat-header-title {
  padding-top: 10px;
}
.chat-panel .chat-header .chat-back {
  padding-top: 5px;
}
.chat-panel .chat-group {
  margin-bottom: 0;
}
.chat-panel .chat-group .user-chat-status {
  height: 10px;
  width: 10px;
}
.chat-panel .chat-group a {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.chat-panel input {
  position: fixed;
  z-index: 1;
  height: 40px !important;
  border: none !important;
}
.chat-panel .chat-group:first-child {
  margin-top: 40px !important;
}
.configuration {
  top: 210px;
  width: 312px;
}
.configuration.chat {
  top: 160px;
}
.configuration.chat .configuration-cog {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.configuration:not(.chat) {
  z-index: 100001;
}
.chat-conversation-message {
  padding: 5px !important;
  max-width: 200px;
}
.chat-conversation p {
  font-size: 14px;
}
.chat-header-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #9FA0B5 !important;
}
.notifications-chat {
  top: 157px;
  z-index: 100002;
  right: 44px;
  position: fixed;
  display: block;
  width: 200px;
  left: inherit;
}
.notifications-chat .avatar {
  width: 34px;
  height: 34px;
  object-fit: cover;
}
.notifications-chat ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fnt11 {
  font-size: 11px;
}
.chat-back {
  color: white !important;
}
.chat-conversation-message p {
  word-break: break-all;
}
.right100 {
  right: 100px;
}
ul.chat-group-block {
  position: fixed;
  bottom: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.chat-group-block li {
  float: left;
}
ul.chat-group-block li a {
  width: 104px;
  padding: 16px 5px;
  display: block;
  text-align: center;
  height: 50px;
  background: white;
  border-left: 1px solid;
}
ul.chat-group-block li a:hover {
  text-decoration: none;
}
ul.chat-group-block li:first-child a {
  border-left: none;
}
.fnt18 {
  font-size: 18px !important;
}
.fnt15 {
  font-size: 15px !important;
}
.chat-close-span {
  z-index: 1;
  margin-left: 290px;
  margin-top: 12px;
  cursor: pointer;
}
.avatar-xs {
  height: 34px;
  object-fit: cover;
}
input[type=checkbox],
input[type=radio] {
  margin-top: 4px;
}
.text-chat-typing {
  margin-top: -10px;
  position: absolute;
}
.float-right {
  float: right;
}
.mt60 {
  margin-top: 60px;
}
.mw50 {
  min-width: 50px;
}
.styled-select-configuration {
  background-color: #283555;
  color: #FFFFFF;
  border-color: #555860;
  font-size: 12px;
  margin-left: 16px;
  width: 200px;
}
.main-panel > .header .header-avatar {
  width: 32px;
  margin-top: -6px;
  height: 32px;
  object-fit: cover;
}
.blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
  pointer-events: none;
}
.pr20 {
  padding-right: 20px !important;
}
.message-list .message-list-item a p {
  word-wrap: break-word;
  font-size: 12px;
}
.preloader {
  z-index: 99999;
}
.duration-picker span {
  float: left;
  margin-left: 3px;
}
.duration-picker .small-text-prelabel {
  width: 12%;
  min-width: 47px;
  color: #019FCF;
  font-size: 8px;
  text-align: center;
  letter-spacing: 2px;
  z-index: 0;
}
.duration-picker input {
  width: 13%;
  min-width: 50px;
  float: left;
  text-align: center;
  padding-bottom: 1px;
}
.main-panel > .main-content {
  margin-bottom: 0;
}
