/** Less Variables **/
@green-active: #1abb9c;
@header-font-color: #000; //#ECF0F1;
@sidebar-font-color: #000; //#E7E7E7;
@sidebar-hover-color: rgba(255, 255, 255, 0.05); //rgba(255,255,255,0.05);
@cms-blue: #3c8dbc;
@cms-green: #1abb9c;
@cms-orange: #f15d24;
@cms-red: #90211a;
@cms-nav-color: #ededed;
@cms-theme-color: @cms-green;
@cms-logo-blue: #367fa9;
@body-color: #f7f7f7; //#f0f4f5; //or #F7F7F7
@form-bg-color: white;
@logo-bg: #367fa9;
@sidebar-color: #2a3f54;
@side-menu-header-color: #4b646f;
@side-menu-header-background: #1a2226;
@danger-red: #dd4b39;
@section-border-color: #adb2b5; //grey - #d2d6de
@header-txt-color: @font-body-color; // #515356;
@header-logo-bg: @sidebar-color;
@header-nav-bg: @cms-nav-color;
@error-red: #a94442;
@hover-yellow: #fec524;
@hover-blue: #337bbe;
@font-body-color: #000000; //#73879C;
@cms-light-grey: #e6e9ed;
@cms-dark-grey: #c5c7cb;
@default-font-size: 14px;
@border-grey: #cccccc;
@font-grey: #888888;
@line-chart-light-yellow: #fdde9c;
@header-border: #d9dee4;
@module-red: #f15c17;
@module-blue: #2bccfb;
@module-yellow: #ffa723;
@module-green: #1eb014;

/** Imports **/
@import "./imports.less";

/** Responsive designs **/

footer {
  background: #fff;
  padding: 15px 20px;
  display: block;
}

.bg-red {
  background-color: @danger-red !important;
}

.bg-yellow {
  background-color: @hover-yellow !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-button {
  background: #ccc;
}

::-webkit-scrollbar-track-piece {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

.help-block {
  color: @danger-red;
  font-size: 12px;
  font-weight: 600;
  padding-top: 4px;
  margin-bottom: 0px;
  text-align: left;

  p {
    margin-bottom: 0px;
  }
}

.help-block.multiselect-error {
  margin-top: 100px;
}

.disable-link {
  cursor: not-allowed;
  pointer-events: none;
  color: grey;
}

.collapseSection {
  display: none;
}

.capitalize {
  text-transform: capitalize;
}

.text-middle {
  vertical-align: middle;
}

.right-padding-form {
  padding: 1em;
  margin: 0 auto;
}

.small-input-text-box {
  width: 25%;
  display: inline;
}

.medium-input-text-box {
  width: 50%;
  display: inline;
}

.dropdown-title-text {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: black;
}

[uib-typeahead-popup].dropdown-menu {
  overflow-y: auto;
  max-height: 250px;
}

// new css

body {
  background-color: #f8f8f8;
}

#wrapper {
  width: 100%;
}

#page-wrapper {
  min-height: 88vh;
  background-color: white;
}

.navbar-top-links {
  margin-right: 0;
  margin-top: 10px;
}

.navbar-top-links li {
  display: inline-block;
}

.navbar-top-links li:last-child {
  margin-right: 15px;
}

.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
  color: #1abb9c;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .sidebar-search {
  padding: 15px;
}

.sidebar .arrow {
  float: right;
}

.sidebar .fa.arrow:before {
  content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}

.sidebar .nav-second-level li a {
  padding-left: 37px;
}

.sidebar .nav-third-level li a {
  padding-left: 52px;
}

.borderless tr,
.borderless td,
.borderless th {
  border: none !important;
}

input[type="email"] {
  height: 35px;
  border-radius: 4px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

//New
.pac-container {
  z-index: 100000;
}

.assigned-count-header {
  border-radius: 10px;
  background: @form-bg-color;
  width: 50px;
  color: @module-green;
}

.pending-count-header {
  border-radius: 10px;
  background: @form-bg-color;
  width: 50px;
  color: @module-red;
}

.delivery-status-delivered {
  border-radius: 10px;
  background: @form-bg-color;
  width: 50px;
  color: @module-red;
}

.delivery-status-delivered {
  border-radius: 10px;
  background: rgba(43, 204, 251, 0.2);
  width: 100px;
  color: rgba(43, 204, 251, 0.9);
  padding: 5px 15px 5px 15px;
}

.delivery-status-declined {
  border-radius: 10px;
  background: rgba(241, 92, 23, 0.2);
  width: 100px;
  color: rgba(241, 92, 23, 0.9);
  padding: 5px 15px 5px 15px;
}

//New
.row {
  padding-right: 0;
  overflow: unset;
}

.btnPrimary.md-raised[disabled] {
  background: rgba(255, 87, 34, 1) !important;
  color: #fff;
}

.btnPrimary {
  background: rgba(255, 87, 34, 1) !important;
  color: #fff;
  float: center;
  width: 180px !important;
}

.btnClose {
  background: none !important;
  color: grey !important;
  box-shadow: none !important;
}

.btnClose:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}

.radioButton > md-radio-group > .col-md-6 > md-radio-button {
  float: left;
  text-align: left;
}

md-radio-button.md-default-theme .md-on,
md-radio-button .md-on {
  background: rgba(255, 87, 34, 0.8) !important;
}

md-radio-button.md-default-theme.md-checked .md-off,
md-radio-button.md-checked .md-off {
  border-color: rgba(255, 87, 34, 0.8) !important;
}

.section-header {
  float: left;
  color: grey !important;
  font-weight: 700;
  text-align: left;
}

.modal-footer {
  background: hsl(0, 0%, 97%);
}

.modal-header {
  border: none !important;
}

//New-unsure

input,
input[type="radio"] + label,
select option,
select,
textarea {
  width: 100%;
  padding: 0.4em;
  line-height: 1.8em;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

input:focus {
  outline: 0;
  border-color: rgb(255, 87, 34);
}

input:focus + .input-icon i {
  color: rgb(255, 87, 34);
}

input:focus + .input-icon:after {
  border-right-color: rgb(255, 87, 34);
}

input[type="radio"] {
  display: none;
}

input[type="email"] {
  height: 39px;
}

input[type="radio"] + label,
select {
  display: inline-block;
  width: 50%;
  // text-align: center;
  float: left;
  border-radius: 0;
}

input[type="radio"] + label:first-of-type,
select {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

input[type="radio"] + label:last-of-type,
select {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

input[type="radio"] + label i {
  padding-right: 0.4em;
}

input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #f9f9f9;
  color: #000;
  border-color: rgb(255, 87, 34);
}

textarea:focus,
textarea:active {
  background-color: #f9f9f9;
  color: #000;
  border-color: rgb(255, 87, 34);
}

input:checked + label:after {
  opacity: 1;
}

input[disabled] {
  cursor: not-allowed !important;
}

select {
  height: 3em;
  line-height: 1.8em;
}

select:focus,
select:active {
  outline: 0;
}

select option {
  background-color: #f9f9f9;
  color: #000;
  border-color: rgb(255, 87, 34);
}

.input-group {
  margin-bottom: 1em;
  zoom: 1;
  display: inherit;
}

.input-group:before,
.input-group:after {
  content: "";
  display: table;
}

.input-group:after {
  clear: both;
}

.input-group-icon {
  position: relative;
}

.input-group-icon input {
  padding-left: 4.4em;
}

.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 2.8em;
  text-align: center;
  pointer-events: none;
}

.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.1em;
  bottom: 0.7em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

select {
  width: 100%;
}

.modal-title.newDesign {
  color: rgba(255, 87, 34, 0.8) !important;
}

#textArea {
  resize: none;
  overflow: auto;
}

md-toast.md-left {
  left: 0;
  z-index: 999999 !important;
}

// data table expand
#cronjob ul {
  list-style: none;
}

tr.shown a {
  color: red;
}

.green {
  color: green;
}

.fail {
  color: red;
  font-weight: bold;
}

.success {
  color: green;
  font-weight: bold;
}

.accepted {
  color: #d88c00;
}

#tripdetails ul {
  background: #dff0d8;
  padding: 10px;
  border-radius: 10px;
}

#deliveryrequest ul li {
  background: #333333;
  color: orange;
  padding: 6px 10px;
  width: 50%;
  border-radius: 5px;
}

.googleMapImg {
  width: 30px;
}

.googleMapImg .imgBtn {
  padding: 0px;
}

/* custom */

/* data table expand */
#cronjob ul {
  list-style: none;
}

tr.shown a {
  color: red;
}

.green {
  color: green;
}

.fail {
  color: red;
  font-weight: bold;
}

.success {
  color: green;
  font-weight: bold;
}

.accepted {
  color: #d88c00;
}

#tripdetails ul {
  background: #dff0d8;
  padding: 10px;
  border-radius: 10px;
}

#deliveryrequest ul li,
#deliverydtable td {
  background: #333333;
  color: orange;
  padding: 10px 30px;
  width: 50%;
  border-radius: 5px;
}

#deliveryrequest ul li a,
#deliverydtable td a {
  color: orange;
}

td#deliveryrequest ul {
  padding: 0;
}

.contentarea {
  height: 100vh;
  padding-bottom: 50px;
}

.table-header {
  color: green;
}

#deliverydtable tbody tr {
  display: inline-block;
  margin: 2px;
}

td#deliveryrequest ul {
  padding: 0;
}

.contentarea {
  height: 100vh;
  padding-bottom: 50px;
}

.table-header {
  color: green;
}

#deliverydtable tbody tr {
  display: inline-block;
  margin: 2px;
}

#nb-dr {
  margin: 20px;
}

#nb-dr li.active a {
  color: #ea7240;
}

#nb-dr li.active {
  border-bottom: 2px solid #e8542b;
}

.alert-success {
  font-weight: 700;
}

.color-orange {
  color: orange;
}

.modal-dialog.modal-md {
  min-width: 80%;
}

#deliveryRequestForm {
  padding: 0px;
}

md-tabs {
  min-height: 570px !important;
  overflow-y: auto;
}

md-tabs.md-default-theme.md-primary > md-tabs-wrapper,
md-tabs.md-primary > md-tabs-wrapper {
  background: #fafafa !important;
}

md-tabs.md-default-theme.md-primary
  > md-tabs-wrapper
  > md-tabs-canvas
  > md-pagination-wrapper
  > md-tab-item:not([disabled]),
md-tabs.md-primary
  > md-tabs-wrapper
  > md-tabs-canvas
  > md-pagination-wrapper
  > md-tab-item:not([disabled]),
md-tabs.md-default-theme.md-primary
  > md-tabs-wrapper
  > md-tabs-canvas
  > md-pagination-wrapper
  > md-tab-item:not([disabled])
  md-icon,
md-tabs.md-primary
  > md-tabs-wrapper
  > md-tabs-canvas
  > md-pagination-wrapper
  > md-tab-item:not([disabled])
  md-icon {
  color: grey;
}

md-tabs.md-default-theme.md-primary
  > md-tabs-wrapper
  > md-tabs-canvas
  > md-pagination-wrapper
  > md-tab-item:not([disabled]).md-active,
md-tabs.md-primary
  > md-tabs-wrapper
  > md-tabs-canvas
  > md-pagination-wrapper
  > md-tab-item:not([disabled]).md-active,
md-tabs.md-default-theme.md-primary
  > md-tabs-wrapper
  > md-tabs-canvas
  > md-pagination-wrapper
  > md-tab-item:not([disabled]).md-active
  md-icon,
md-tabs.md-primary
  > md-tabs-wrapper
  > md-tabs-canvas
  > md-pagination-wrapper
  > md-tab-item:not([disabled]).md-active
  md-icon,
md-tabs.md-default-theme.md-primary
  > md-tabs-wrapper
  > md-tabs-canvas
  > md-pagination-wrapper
  > md-tab-item:not([disabled]).md-focused,
md-tabs.md-primary
  > md-tabs-wrapper
  > md-tabs-canvas
  > md-pagination-wrapper
  > md-tab-item:not([disabled]).md-focused,
md-tabs.md-default-theme.md-primary
  > md-tabs-wrapper
  > md-tabs-canvas
  > md-pagination-wrapper
  > md-tab-item:not([disabled]).md-focused
  md-icon,
md-tabs.md-primary
  > md-tabs-wrapper
  > md-tabs-canvas
  > md-pagination-wrapper
  > md-tab-item:not([disabled]).md-focused
  md-icon {
  color: #ff5722 !important;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
  color: #ff5722 !important;
  background: #ff5722 !important;
}

.modal-title {
  text-transform: uppercase;
}

.scheduledDeliveries {
  margin-left: -75px;
  margin-right: -75px;
}

.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: none;
}

// .searchDeliveryData {
//   margin: 6px 8px;
//   // padding: 0px 5px;
//   // width: auto;
// }

.progressiveLoading {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1 !important;
  background: rgba(255, 255, 255, 0.6);
}

.progressCircle {
  top: 45%;
  left: 45%;
}

.progressiveCircle {
  // top: 200px;
  top: 150px;
  // z-index: 1 !important;
  // position: relative !important;
}

.app-modal-window .modal-dialog {
  // width: 500px;
}
.center-block {
  text-align: center !important;
}

.deliveryModalBody {
  height: 100px;
  // padding: 5%;
  font-size: 18px;
}

.textDisplay {
  // width: 100%;
  // height: 100%;
  // position: absolute;
  margin-top: 30px;
  text-align: center;
}

.toggleBtn {
  padding: 10px;
  background: #f7f7f9;
  box-shadow: 2px 2px 4px #888888;
  border-radius: 2px;
  z-index: 99;
  // position: fixed;
}

.float-btn {
  position: absolute;
  overflow: hidden;
}

.toggleBtn:focus,
.toggleBtn:active,
.toggleBtn.hover {
  background: #6899e1;
  color: white;
}

md-backdrop {
  left: -75px;
  right: -77px;
  height: auto;
}

.formSplitBorder {
  border-left: 1px solid grey;
}

.bulkUploadInfo {
  font-size: 18px;
  text-align: left;
}

.ul-left-align {
  text-align: left;
}

.cronTable {
  margin: 30px;
  width: -webkit-fill-available;
}

.progressCircleCron {
  margin: 60px;
}

.cronData {
  font-size: 100%;
  color: #000;
}

.header-cron {
  margin: 20px;
}

.stepperContent {
  padding: 25px 20px;
}

md-steppers:not(.md-no-step-content):not(.md-dynamic-height) {
  min-height: 400px !important;
}
.mobile {
  display: none;
}
td.lEllipsis {
  text-align: left;
  direction: rtl;
}
.startSchedulerIcon {
  visibility: hidden;
}

.ellipsis:active,
.ellipsis:focus {
  td {
    overflow: visible;
    white-space: inherit;
    background: #227aff2e;
  }
}

table {
  width: 100%;
}

.ellipsis > td {
  max-width: 0;
  overflow: hidden;
  // text-overflow: ellipsis;
  white-space: nowrap;
}

.md-button,
.md-tab {
  text-transform: capitalize;
}

.textFormat {
  text-transform: capitalize;
  vertical-align: middle;
}

.alignText {
  text-align: center;
}

.md-step.md-active md-step-label-wrapper:before,
.md-step.md-success md-step-label-wrapper:before {
  background: rgba(255, 87, 34, 0.8) !important;
}

.cronSelect {
  cursor: pointer;
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 6px;
  margin: 6px 8px;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-steppers md-steppers-wrapper md-busy.ng-hide ~ md-pagination-wrapper {
  pointer-events: none !important;
}

.noMargin {
  margin: 0px;
}

.footerPadding {
  padding: 0px;
  padding-top: 5px;
}

.textCenter {
  text-align: center;
  margin-top: 25px;
}

.paginationText {
  font-size: 16px;
}

.btnPagination,
.btnPagination:focus,
.btnPagination:active,
.btnPagination:hover {
  background: #f15c17;
  border: none;
  color: white;
  margin-top: 10px;
}

.search-text {
  margin: 6px 0px;
}

.headerText {
  padding-bottom: 20px;
}

.scheduledDelivBody {
  overflow-y: hidden;
  overflow-x: hidden;
  background: @form-bg-color;
  height: 580px;
}
.scroll-y {
  overflow-y: auto;
}
.tabBtn {
  width: 125px;
}

.widthCheckbox {
  width: 5%;
}
.bulkUploadClass {
  width: 850px;
  height: 400px;
  overflow: auto;
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  z-index: 1080;
}
md-autocomplete,
md-input-container {
  text-align: left;
}

.uiGroup {
  display: inline-block;
}

#master-form {
  overflow: hidden;
  // max-height: 480px;
  overflow-y: auto;
  padding-bottom: 30px;
}
th,
td {
  border: 1px solid #ddd;
}
.table > thead:first-child > tr:first-child > th {
  border: 1px solid #ddd;
}
// .deliveryTable > td {
//   border: none;
// }
// .table > thead:first-child > .deliveryTable:first-child > th{
//   border: none;
// }
.text-left {
  text-align: left;
}
.td-width {
  width: 15%;
}
.noWrapContent {
  white-space: nowrap !important;
  text-align: left !important;
}
.wrapContent {
  word-wrap: break-word;
}
.colWidth {
  width: 12% !important;
}

.filterBtn {
  text-decoration: none;
  color: #fff;
  padding: 2%;
}
.filterData {
  display: none;
}
md-toolbar {
  margin-bottom: 2% !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.input-suffix {
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
  padding: 6px 12px;
  border: 1px solid #ccc;
  margin: 0;
}

.suffix .input-suffix {
  border-radius: 3px 0px 0px 3px;
}
.suffix .input-group-addon {
  border-left: 0;
  border-radius: 0px 3px 3px 0px;
}
.input-group-addon.suffix {
  border-radius: 0px 3px 3px 0px !important;
  border-left: 0;
}
.input-group-suffix {
  display: table;
  border-collapse: separate;
}
.md-dialog-container {
  z-index: 1080;
}
.menu-icon {
  margin-right: 10px;
}
.sub-menu {
  padding-left: 45px !important;
}
.bulk-style {
  overflow: auto;
  height: 400px;
}
.status-log-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
.title-innter {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}
.popover-content {
  padding: 0px;
}
.md-open-menu-container {
  z-index: 1090;
}
.md-virtual-repeat-scroller,
.md-calendar-scroll-mask,
.md-datepicker-calendar-pane {
  width: 340px;
}
// .md-calendar-month-label > md-icon > svg {
//   width: 24px;
// }
.md-datepicker-triangle-button {
  display: none;
}

md-icon > svg {
  fill: #888;
  height: 24px;
  width: 24px;
}
.md-button.md-icon-button {
  padding: 0 !important;
  margin: 0 !important;
  height: 25px;
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  line-height: 1.5em;
  border-radius: 50%;
}

html[dir="rtl"] .bidi {
  padding-right: 20px;
  padding-left: 0;
}
.deliveryRadioBtn {
  text-align: left;
}
.deliveryCancelDelayHeader {
  font-size: 18px;
}
.layout-padding,
.layout-padding-gt-sm,
.layout-padding-md,
.layout-padding > *,
.layout-padding-gt-sm > *,
.layout-padding-md > *,
.layout-padding > .flex,
.layout-padding > .flex-gt-sm,
.layout-padding > .flex-md {
  padding: 4px;
}
.scheduledDelivBody {
  padding-left: 10px;
}

.main-delv-icon {
  border-radius: 5px !important;
  height: 0px !important;
  background: rgb(192, 192, 192);
}
.main-delv-icon > md-icon {
  padding: 4px !important;
}
// .filterScheduledDeliv{
//   width: 50%;
//   left:140%;
//   margin:0%;
// }
.table-scroll {
  // overflow-y: auto;
  height: 480px;
  // overflow-x: auto;
}
.delivCount {
  padding-top: 7px;
  margin-left: 43% !important;
}

.modal-content {
  background-color: transparent !important;
  border: none !important;
}
.modal-dialog {
  background-color: white;
  // width: 66% !important;
}
.cancelDelaySidenav {
  overflow: hidden;
}

.dropdown-multiselect,
.dropdown-multiselect > div > button {
  width: 100%;
  text-align: left;
}
.btn .caret {
  float: right;
  margin-top: 10px;
}
.open > .dropdown-menu {
  width: 100%;
}
hr {
  border: 0.5px solid #6b7475;
}
.dropdown-multiselect,
.dropdown-multiselect > div > button {
  width: 100%;
  text-align: left;
}
.btn .caret {
  float: right;
  margin-top: 10px;
}
.open > .dropdown-menu {
  width: 100%;
}

.dropPadding {
  padding: 2px 12px;
}
.mdSelectCss {
  border-radius: 5px !important;
  text-align: left;
  margin: 0px;
  background-color: #f9f9f9 !important;
  border: 1px solid #e5e5e5 !important;
  height: 35px;
}
.md-select-menu-container {
  z-index: 1090;
}
#deliveryModal {
  opacity: 1;
  min-width: 240px;
  max-width: 100%;
  max-height: 80%;
  position: relative;
  overflow: auto;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
md-dialog.md-default-theme,
md-dialog {
  border-radius: 0px;
}
md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: #f15c17;
}
.delivTab {
  text-align: left;
}
.delivTab > thead:first-child > tr:first-child > th,
.delivTab > tbody > tr > td,
.delivTab > tbody > tr > th,
.delivTab > tfoot > tr > td,
.delivTab > tfoot > tr > th,
.delivTab > thead > tr > td,
.delivTab > thead > tr > th {
  border: none;
  border-top: 1px solid #ddd;
}

.createTripsBtn {
  font-size: small;
  color: #f15c17;
  font-weight: bold;
}
.createTripsBtn:hover {
  cursor: pointer;
  text-decoration: none;
  border-radius: 1px;
}

md-dialog-content {
  overflow-y: hidden !important;
}

.paginator {
  margin-top: 15px !important;
}

// USer profile

// .user_profile{
//   margin-right: 1% !important;
//   margin-top: 1% !important;
// }
.userButton {
  border: none;
}
.vertical-line {
  width: 1px;
  background-color: gray;
  height: 100%;
  float: left;
  margin-top: 15px;
}
.sign-outbtn:hover {
  cursor: pointer;
}

.table-height-filter-or-create-trip {
  height: 100%;
}
.table-height-both {
  height: 100%;
}

// .bulk-table{
//   height: 90vh !important;
// }

// .deliveryDialog{
//   height: 100%;//70vh;
// }
// .requestDialog{
//   height: 82vh !important;
// }

.deliveryDialog > md-dialog-content {
  height: 100%;
  width: 100%;
}
.table-height {
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}

.deliveryDialog > md-dialog-content > md-tabs {
  height: 100%;
}

.delForm {
  height: 50vh !important;
}
.full button span {
  background-color: limegreen;
  border-radius: 32px;
  color: black;
}
.partially button span {
  background-color: orange;
  border-radius: 32px;
  color: black;
}

.titleCase {
  text-transform: capitalize;
}
.textOverlow {
  text-overflow: ellipsis;
}

.hr-line {
  height: 1px;
  border-width: 0;
  color: gray;
  background-color: gray;
}

.btnPrimary.md-raised[disabled] {
  background-color: gray;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

// .multiselect-dropdown .dropdown-btn {
//   display: inline-block;
//   border: 1px solid #adadad;
//   width: 100%;
//   padding: 6px 12px;
//   margin-bottom: 0;
//   font-size: 12px;
//   font-weight: 400;
//   line-height: 1.1;
//   text-align: left;
//   vertical-align: middle;
//   cursor: pointer;
//   background-image: none;
//   border-radius: 4px;
// }

.detailsScreenRow {
  padding: 10px;
}

.borderless td,
.borderless th {
  border: none;
}
.table-label {
  font-size: 18px !important;
}
.label-font {
  font-size: 16px !important;
}
.col-width {
  width: 30% !important;
  padding-left: 0px !important;
}

.devider {
  position: relative;
  // top: 20px;
  border: none;
  height: 1px;
  background: gray;
  width: 98%;
}

.bottom-spacing {
  margin-bottom: 25px;
}
.trip-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: rgb(223, 198, 198);
  color: white;
  text-align: center;
}

.select-sizing {
  width: 45% !important;
}
.status-sizing {
  width: 35% !important;
}

.collapse-button {
  color: gray//#000 !important;
}

// the magic
div.checkbox.switcher,
div.radio.switcher {
  label {
    padding: 0;
    * {
      vertical-align: middle;
    }
    input {
      display: none;
      & + span {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        width: 56px;
        height: 28px;
        background: bg-light;
        border: 1px solid bg-med;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        small {
          position: absolute;
          display: block;
          width: 50%;
          height: 100%;
          background: gray;
          border-radius: 50%;
          transition: all 0.3s ease-in-out;
          left: 0;
        }
      }
      &:checked + span {
        background: blue;
        border-color: blue;
        small {
          left: 50%;
        }
      }
    }
  }
}

// Colors
@brand-primary: #29b5a8;
@brand-secondary: #ff8300;
@gray: #6b7381;
@gray-light: lighten(@gray, 15%);
@gray-lighter: lighten(@gray, 30%);

// Button Colors
@btn-default-color: @gray;
@btn-default-bg: @gray-lighter;

// Toggle Sizes
@toggle-default-size: 1.5rem;
@toggle-default-label-width: 4rem;
@toggle-default-font-size: 0.75rem;

// General Styles for Demo
.jumbotron {
  background: @gray;
  color: @gray-lighter;
  h1 {
    color: #fff;
  }
}
.example {
  margin: 4rem auto;
  > .row {
    margin-top: 2rem;
    height: 5rem;
    vertical-align: middle;
    text-align: center;
    border: 1px solid fade(@gray-lighter, 50%);
    &:first-of-type {
      border: none;
      height: auto;
      text-align: left;
    }
  }
  h3 {
    font-weight: 400;
    > small {
      font-weight: 200;
      font-size: 0.75em;
      color: @gray-light;
    }
  }
  h6 {
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 3.32px;
    text-transform: uppercase;
    color: @gray-lighter;
    margin: 0;
    line-height: 5rem;
  }
  .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
  }
}

// Mixin for Switch Colors
// Variables: @color, @bg, @active-bg
.toggle-color(@color: @btn-default-color; @bg: @btn-default-bg; @active-bg: @brand-primary;) {
  color: @color;
  background: @bg;
  &:before,
  &:after {
    color: @color;
  }
  &.active {
    background-color: @active-bg;
  }
}

// Mixin for Default Switch Styles
// Variables: @size, @margin, @color, @bg, @active-bg, @font-size
.toggle-mixin(@size: @toggle-default-size; @margin: @toggle-default-label-width; @font-size: @toggle-default-font-size;) {
  // color: @color;
  // background: @bg;
  margin: 0 @margin;
  padding: 0;
  position: relative;
  border: none;
  height: @size;
  width: @size * 2;
  border-radius: @size;

  &:focus,
  &.focus {
    &,
    &.active {
      outline: none;
    }
  }

  &:before,
  &:after {
    line-height: @size;
    width: @margin;
    text-align: center;
    font-weight: 600;
    // color: @color;
    font-size: @font-size;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
  }
  &:before {
    // content: 'Off';
    left: -@margin;
  }
  &:after {
    // content: 'On';
    right: -@margin;
    opacity: 0.5;
  }

  > .handle {
    position: absolute;
    top: (@size * 0.25) / 2;
    left: (@size * 0.25) / 2;
    width: @size * 0.75;
    height: @size * 0.75;
    border-radius: @size * 0.75;
    background: #fff;
    transition: left 0.25s;
  }
  &.active {
    transition: background-color 0.25s;
    > .handle {
      left: @size + ((@size * 0.25) / 2);
      transition: left 0.25s;
    }
    &:before {
      opacity: 0.5;
    }
    &:after {
      opacity: 1;
    }
  }

  &.btn-sm {
    &:before,
    &:after {
      line-height: @size - 2px;
      color: #fff;
      letter-spacing: 0.75px;
      left: @size * 0.275;
      width: @size * 1.55;
    }
    &:before {
      text-align: right;
    }
    &:after {
      text-align: left;
      opacity: 0;
    }
    &.active {
      &:before {
        opacity: 0;
      }
      &:after {
        opacity: 1;
      }
    }
  }

  &.btn-xs {
    &:before,
    &:after {
      display: none;
    }
  }
}

// Apply Mixin to different sizes & colors
.btn-toggle {
  .toggle-mixin;
  .toggle-color;

  &.btn-lg {
    .toggle-mixin(@size: 2.5rem; @font-size: 1rem; @margin: 5rem;);
  }

  &.btn-sm {
    .toggle-mixin(@font-size: 0.55rem; @margin: 0.5rem;);
  }

  &.btn-xs {
    .toggle-mixin(@size:1rem;@margin:0;);
  }

  &.btn-secondary {
    .toggle-color(@active-bg:@brand-secondary);
  }
}

.iconHover:hover {
  cursor: pointer;
}

.customBtn {
  background-color: transparent !important;
  cursor: unset;
}

.customBtn:active {
  border: none;
  background-color: transparent !important;
  cursor: unset;
}
.lowerCase {
  text-transform: initial !important;
}

.customFont {
  font-size: 14px;
}

.btn-primary {
  background-color: #ff5722 !important;
}
.customBtn {
  background-color: transparent !important;
  cursor: unset;
}

.customBtn:active {
  border: none;
  background-color: transparent !important;
  cursor: unset;
}

.md-icon:active {
  background-color: black;
}


// CSS for cards on dashboard
.customCard{
  border-radius: 15px;
}

.bg-c-blue {
  background: linear-gradient(45deg,#56a1f7,#4c9bf7);
}

.bg-c-red {
  background: linear-gradient(45deg,#f07942,#e6723c);
}

.bg-c-yellow {
  background: linear-gradient(45deg,#f5a906,#f5a906);
}

.bg-c-green {
  background: linear-gradient(45deg,#13c513,#13c513);
}

.bg-c-requested {
  background: linear-gradient(45deg,#fae100,#feb200);
}

.bg-c-completed {
  background: linear-gradient(45deg,#82cc0a,#42ef24);
}

ul li[disabled] {
  opacity: .4;
  cursor: default;
  pointer-events: none;
  color: black;
}


.custom-warning {
  // height: 10px;
  // width: 10px;
  color: orange;
  // border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;

}
.custom-success {
  // height: 10px;
  // width: 10px;
  color: rgb(75, 224, 75);
  // border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
}

.quick-view:hover {
  text-decoration: underline;
  color: #0ba5d3;
}

// .app-modal-window .modal-dialog {
//   width: 500px;
// }