.button-menu-mobile {
  background: transparent;
  border: none;
  color: #cccccc;
  font-size: 21px;
  line-height: 60px;
  padding: 0px 15px;
}

  .button-menu-mobile:hover {
    color: #ffffff;
  }


.fc-event-time {
  font-size: 8px !important;
}
.fc-event-title-container {
  font-size: 10px !important;
}

/* Labels */

.orderstatuslabel-default {
  background-color: #5fbeaa;
}

.orderstatuslabel-fulldelivered {
  background-color: #EDFDED;
  color: black !important;
}

.orderstatuslabel-lightorange {
  background-color: orange;
}

.orderstatuslabel-cancel {
  background-color: #F5E9E8;
  color: black !important;
}

.orderstatuslabel-hold {
  background-color: grey;
  height: 15px;
}

.orderstatuslabel-ordered {
  background-color: #1ed5ff;
  /*color:black !important;*/
}

.orderstatuslabel-tobeordered {
  background-color: yellow;
  color: black !important;
}

.orderstatuslabel-readyfordelivery {
  background-color: green;
}

.orderstatuslabel-ondelivery {
  background-color: #00a1ff;
}

.orderstatuslabel-refund {
  background-color: red;
}

.orderstatuslabel {
  display: inline;
  font-size: 76%;
  /*font-weight: 700;*/
  line-height: 2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  letter-spacing: 0.05em;
  padding: .3em .6em .3em;
  /*margin-left: 10px;*/
  margin-right: 5px;
}
.spacer5 {
  margin-top: 8px;
}

.user-view-error-container {
  width: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  font-size: 1.5em;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #9e9e9e;
  border-radius: 10px;
  color: #9e9e9e;
}

.user-view-add-new-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  font-size: 28px;
  background-color: #5bce60;
  padding: 10px;
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 25px;
  /* box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.4); */
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.user-view-footer {
  padding: 0px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 30px;
  align-items: center;
  background-color: #f7f7f7;
}

.img-preview {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}

.tooltip-inner {
    z-index: 9999 !important;
    background: #43b6a1 !important;
    color: white !important;
    width: 150px !important;
    border-radius: 3px !important;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%) !important;
    padding: 10px !important;
    text-align: center !important;    
}
.my-tooltip-styling .tooltip-inner {
    z-index: 9999 !important;
    background: #43b6a1 !important;
    color: white !important;
    min-width: 500px !important;
    max-width: 800px !important;
    border-radius: 3px !important;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%) !important;
    padding: 10px !important;
    text-align: start !important;
}

    .my-tooltip-styling .tooltip-inner .title {
        text-align: center; 
    }

.fc-day-today {
    background: #FFF !important;
}


/* basic positioning */
.legend {
  list-style: none;
}

  .legend li {
    float: left;
    margin-right: 10px;
  }

  .legend span {
    border: 1px solid #ccc;
    float: left;
    width: 15px;
    height: 15px;
    margin: 5px;
    border-radius: 50%;
  }
  /* your colors */
  .legend .delivered {
    background-color: green;
  }

  .legend .ondelivery {
    background-color: lightgreen;
  }

  .legend .schedullingprocess {
    background-color: yellow;
  }

.irs-single:after {
  content: '';
  display: block;
  height: 40px; /*height of icon */
  width: 40px; /*width of icon */
  position: absolute;
  /*where to replace the icon */
  top: 0px;
  left: 0px;
  /*background */
  background-image: url('/images/dispatch-icon-5.jpg');
  z-index: 99;
  background-color: white;
}
.appcard {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 15px 15px 15px 15px;
  cursor: pointer;
}


  .appcard:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
  }
    .appcardimage {
        height: 4.5rem;
        width: 4.5rem;
    }

  .appcard h4 {
    font-weight: 600;
    width:100;
  }
.appcarddescription {
    font-size:14px !important;
}
.dropzone .dz-preview .dz-progress {
    z-index: 0;
}
.hide {
  display: none
}

.show {
  display: block
}

.btnView.active {
  background-color: #516170;
  color: white;
}

inputPassword2 {
  background-color: white;
  border-color: #cad5db;
}

.btnView {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}
#externalapps {
  padding: 0;
}
#resp-table {
  width: 100%;
  display: table;
}

#resp-table-body {
    display: table-row-group;
    position: relative;
    bottom: -30px;
}

.table-header-cell {
  display: table-cell;
  border: 1px solid #dddddd;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  font-weight: bold;
  background-color: #f1f4f7;
}

.resp-table-row {
  display: table-row;
  overflow: scroll;
}

.table-body-cell {
  display: table-cell;
  border: 1px solid #dddddd;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.colspan-2 {
  width: auto;
}
.chkcheckbox {
  height: 20px !important;
  width: 20px !important;
}
.dropdown-menu show {
  width: 250px;
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 39px);
}
/*address simplebar sceroll css change color-profile command width*/
.simplebar-scrollbar:before {
  background-color: #3c3c3b;
  width: 100px !important;
}
/*change rangepicker input group color and change hover color*/
.rangepicker .input-group-text {
  background-color: #43b6a1 !important;
}
.rangepicker .input-group-text:hover {
    background-color: #516170 !important;
 }
/*button color-profile change command hover color-profile change*/ 
#btnClearFilter {
  color: #43b6a1;
}
  #btnClearFilter:hover {
    color: #516170;
  }
.btn-info {
    background-color: #43b6a1 !important;
    border-color: #43b6a1 !important;
    --ct-btn-color: #fff !important;
}

.btn-primary {
    background-color: #43b6a1 !important;
    border-color: #43b6a1 !important;
    --ct-btn-color: #fff !important;
}

    .btn-primary:hover {
        background-color: #516170 !important;
        border-color: #516170 !important;
        border-width: 2px;
        color: #fff !important;
    }

.btn-info:hover {
    background-color: #516170 !important;
    border-color: #516170 !important;
    border-width: 2px;
    color: #fff !important;
}

.btn.waves-effect.waves-light {
    background-color: #43b6a1 !important;
    border-color: #43b6a1 !important;
    --ct-btn-color: #fff !important;
}

    .btn.waves-effect.waves-light:hover {
        background-color: #516170 !important;
        border-color: #516170 !important;
        border-width: 2px;
        color: #fff !important;
    }

.text-primary {
  color: #43b6a1 !important;
}
.text-muted {
  color: #3c3c3b !important;
}
.mb-3 {
  color: #3c3c3b !important;
}
/*tab hover color change*/ 
.nav-pills .nav-link:hover {
  background-color: #516170 !important;
  color: white !important;
}
/*calendar schedule task info*/
.bg-info {
  background-color: #43b6a1 !important;
}
.fc-daygrid-event-dot {
  border: 4px solid #447068 !important;
}
/*calendar week wise date show color change*/
.fc-col-header-cell-cushion {
  color: #516170 !important;
}
/*tab active color change*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--ct-nav-pills-link-active-color);
  background-color: #43b6a1 !important;
}
/*checkbox checked color change*/ 
.form-check-input:checked {
  background-color: #43b6a1 !important;
  border-color: #43b6a1 !important;

}
#topsearchgroup {
    width: 190% !important;
    padding-right: 360px !important;
}

.btn.input-group-text {
    background-color: #43b6a1 !important;
}
input[type="search"]::-webkit-search-cancel-button {
    /* Remove default */
    -webkit-appearance: none;
    /* Now your own custom styles */
    height: 14px;
    width: 14px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
    /* setup all the background tweaks for our custom icon */
    background-repeat: no-repeat;
    /* icon size */
    background-size: 14px;
}
/*.fc-header-toolbar > .fc-toolbar-chunk:nth-child(1)::after {
    font-size: 1.75em;
    content: '<div class="btn-group d-block mb-2"><button type="button" class= "btn btn-success w-100 waves-effect waves-light dropdown-toggle" data-bs-toggle="dropdown" aria- haspopup="true" aria - expanded="false"><i class="fe-grid noti-icon"></i><span style="font-size:13;">Switch to another OrdoriteApp</span></button><div class="dropdown-menu" data-popper-placement="right-start"><div id="divcustomvehiclelist"></div></div></div>';
}*/

.fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: white;
}

.fc-left,
.fc-center,
.fc-right {
    display: flex;
    align-items: center;
}

    .fc-left button,
    .fc-center h2,
    .fc-right button {
        margin: 0 5px;
        font-size: 14px;
        padding: 5px 10px;
        border: none;
        background-color: rgb(67, 182, 161);
        color: white;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

      /*  .fc-left button:hover,
        .fc-center h2:hover,
        .fc-right button:hover {
            background-color: #ccc;
        }*/

   /* .fc-left .fc-today-button,
    .fc-left .fc-prev-button,
    .fc-left .fc-next-button,
    .fc-left .fc-dayGridMonth-button,
    .fc-left .fc-timeGridWeek-button,
    .fc-left .fc-timeGridDay-button {
        font-weight: bold;
    }*/

    .fc-left .fc-today-button {
        margin-right: 10px;
    }

    .fc-left .fc-prev-button span,
    .fc-left .fc-next-button span {
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent #333;
        vertical-align: middle;
    }

    .fc-center .fc-toolbar-title {
        margin: 0;
        font-size: 18px;
        /*font-weight: bold;*/
    }

    .fc-right .fc-addEventButton {
        /*font-weight: bold;*/
        color: #fff;
        background-color: #333;
        border-radius: 5px;
        padding: 8px 16px;
        transition: background-color 0.2s ease;
    }

     /*   .fc-right .fc-addEventButton:hover {
            background-color: #555;
        }*/

.marked:before {
    content: "\2713\2713";
    margin-right: 0.5rem;
    background-color: #43b6a1 !important;
}
.switchery > small {
    background-color: #516170;
    background: #516170;
}

/* Remove Bootstrap Table Loading */
.fixed-table-loading {
    display: none !important;
}

.dispatchinprogress {
    background-color: rgba(67, 182, 161, 0.5);
    border-color: rgba(67, 182, 161, 0.5);
}
/*#5daf95*/
.dispatchdelivered {
    background-color: #43b6a1;
    border-color: #43b6a1;
}

.fc-event:hover {
    cursor: pointer;
}

.dispatchinprogress {   
    background-color: #516170;
    border-color: #516170;
    color: white;
}
.dispatchdelivered {
    background-color: #516170;
    border-color: #516170;
    color: white;
}
/* progress line dispatch */
.progress-line {
    position: absolute;
    top: 50%;
    z-index: 1;
    height: 3px;
    width: 50%;
    background-color: #cab8b8;
}

.progress-line-list {
    position: absolute;
    top: 50%;
    z-index: 1;
    height: 3px;
    width: 10%;
    background-color: #cab8b8;
}

.progress-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 2px;
    min-width: 180px;
    height: 40px;
    position: relative;
    border-radius: 5px;
}


.progress-circle {
    z-index: 3;
    width: 10%;
    height: 50%;
    font-size: 10px;
    border-radius: 50%;
    background-color: #5cb85c; /* #64dd17; */
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-circle-list {
    z-index: 3;
    width: 2%;
    height: 50%;
    font-size: 12px;
    border-radius: 50%;
    background-color: #5cb85c; /* #64dd17; */
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-active {
    background-color: white; /*  #ff3d00;   */
    animation: glow 1s infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 1px -1px #f76457;
    }

    to {
        box-shadow: 0 0 2px 1px #ff711c;
    }
}

.progress-circle:hover {
    transform: scale(1.2);
}

.progress-icons {
    position: relative;
    color: #000000;
    /*	top:50%;
	left:50%;
	transform:translate(-50%,-50%) */
}

.progress-inprogress {
    background-color: #ffc107;
    color: black;
    animation: warningglow 1s infinite alternate;
}

    .progress-inprogress i {
        color: #000000;
    }

@keyframes warningglow {
    from {
        box-shadow: 0 0 1px -1px #FFEB3B;
    }

    to {
        box-shadow: 0 0 2px 1px #ff8007;
    }
}

.lineIconAwesome {
    font-size: 20px;
}

.boolean-true {
    color: gold;
}

.boolean-false {
    color: grey;
}
@media (min-width: 200px) {
    .accpage-header {
        font-size: 10px
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .appcard {
        padding: 5px 5px 5px 5px !important;
    }
    .appcarddescription {
        font-size: 11px !important;
    }
    .appcardimage {
        height: 3.5rem;
        width: 3.5rem;
    }
    .accpage-header {
        font-size:10px
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .appcard {
        padding: 10px 10px 10px 10px !important;
    }
    .appcardimage {
        height: 3.5rem;
        width: 3.5rem;
    }
    .appcarddescription {
        font-size: 11px !important;
    }
    .accpage-header {
        font-size: 11px
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .appcard {
        padding: 8px 8px 8px 8px !important;
    }
    .appcardimage {
        height: 3.5rem;
        width: 3.5rem;
    }
    .appcarddescription {
        font-size: 11px !important;
    }
    .accpage-header {
        font-size: 11px
    }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .appcard {
        padding: 10px 10px 10px 10px !important;
    }
    .appcardimage {
        height: 3.5rem;
        width: 3.5rem;
    }
    .appcarddescription {
        font-size: 11px !important;
    }
    .accpage-header {
        font-size: 12px
    }
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) and (max-width: 1999.98px) {
    .appcard {
        padding: 14px 14px 14px 14px !important;
    }
    .appcardimage {
        height: 3.5rem;
        width: 3.5rem;
    }
    .appcarddescription {
        font-size: 12px !important;
    }
    .accpage-header {
        font-size: 13px
    }
}
    
@media (min-width: 2000px) {
    .appcard {
        padding: 14px 80px 18px 36px !important;
    }
    .appcardimage {
        height: 4.5rem;
        width: 4.5rem;
    }
    .appcarddescription {
        font-size: 14px !important;
    }
    .accpage-header {
        font-size: 14px
    }
}


/*bootstrap table no-wrap changes*/
.bootstrap-table .fixed-table-container .fixed-table-body .table th{
    white-space: normal !important;
    max-width: 150px;
    word-wrap: normal;
}

.description-column {
    width: 300px !important;
    word-wrap: break-word !important;
    white-space: normal !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 300px;
}

.description-toggle-button {
    cursor: pointer;
    color: #007bff;
}

.bootstrap-table .fixed-table-container .fixed-table-body .table td.has-dropdown-menu {
    overflow: visible !important;
}