body {
  background: #eff3f6;
}
.breadcrumb_outer {
  background: #fff;
  box-shadow: 2px 2px 3px #0000001a;
}
.breadcrumb {
  background-color: #fff;
  margin-bottom: 0;
}
.bd-part {
    display: flex;
    justify-content: space-between;
}
.bd-part div {
    width: 32%;
    padding: 6px 0;
}
    .bd-part div:nth-child(2) {
        text-align: center !important;
        font-size: 18px;
        font-weight: 600;
    }
.bd-part div:nth-child(3) {
    text-align: right;
}
.bd-part div:nth-child(3) .fa {
    font-size:19px;
}
.left_filter {
  background: #f5f7f9;
  box-shadow: -1px 1px 3px 0px #00000024;
  border-radius: 6px;
  max-width: 260px;
  min-width: 260px;
}
.wrapper {
  width: 100%;
  margin: 0 ;
}
.inner-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
}
.rounded1 {
    border-radius: 6px;
}
label {
  font-weight: 500;
  font-size: 14px;
}
.clr {
  color: #54a0dd;
  cursor: pointer;
}
.filter {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.reprt-head label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
}

.reprt-head {
    margin-bottom: 12px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.5rem + 2px);
}
.report-graph {
    margin-top: 50px;
}
.apply {
    width: 70%;
}
.fbtm {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    text-align: center;
    background: #fff;
    color: #9e9e9e;
    padding: 14px;
    font-weight: 300;
    border-top: 1px solid rgba(0, 0, 0, .125);
    z-index: 99999;
}
.lout {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.btn-group {
    width: 100%;
}
button.multiselect {
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.multiselect-container.dropdown-menu,
.multiselect-container.dropdown-menu .input-group {
    width: 100%;
}
.btn-group.open .dropdown-toggle,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:hover {
    background: transparent;
    box-shadow: none;
}
.wrapper1.content.mt-2.rounded1 {
    height: initial !important;
}
.body-content {
    margin-bottom: 50px;
}
.detail-report {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100% !important;
    gap: 4px;
    padding: 18px;
    box-shadow: 0px 2px 13px 0px #0000001B;
    background: #ffffff;
    border-radius: 10px;
    padding-bottom: 35px;
}
.report-wrapper {
    border-radius: 12px;
}
.done {
    width: 21%;
}
.dtwo {
    width: 26%;
}
.dthree {
    width: 50%;
}
.dfour {
    width: 43%;
}
.dfive
{
    width: 56%;
}
.graph-header {
    background: #F7F7F7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 30px;
}
.graph {
    height: 320px;
    padding: 10px;
}
.detail-report .dash-graphone {
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 400px;
}
.graph-header p {
    font-size: 13px;
}
.vac-one {
    width: 37%;
}
.vac-two {
    width: 61%;
}
.vac-three {
    width: 100%;
}
table tr th {
    background: #007EF8;
    color: #ffffff;
    text-align: left !important;
}
table tr th:first-child {
    border-top-left-radius: 15px;
}
table tr th:last-child {
    border-top-right-radius: 15px;
}
table tr td {
    border: 0.5px solid #AFAFAF;
    text-align: left !important;
}
table tbody tr {
    background: #ffffff !important;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, 
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, 
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before {
    opacity: 1;
}
#btnexport {
    background: transparent;
    color: #FF6400;
    border: 1px solid #FF6400;
    border-radius: 4px;
    padding: 5px 15px;
    margin-right: 17px;
}
.faicon {
    margin-left: 5px;
}
/* ===============================================*/

#loader-container {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999999 !important;
    text-align: center;
}

.loader {
    position: relative;
    top: 40%;
    left: 49%;
    text-align: center;
    border: 4px solid #e8e8e8;
    border-radius: 50%;
    border-top: 4px solid #F25822;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-graph-labels {
    font-size: 14px;
    color: black;
    font-weight: bold;
}
.search-head .input-group {
    display: none;
}
.highcharts-axis-labels text {
    font-size: 14px !important;
    font-weight: 600;
    width: 50px !important;
    word-break: break-word !important;
}
.highcharts-data-label text {
    font-size: 14px !important;
}
.highcharts-contextmenu {
    position: absolute;
    z-index: 1000;
    padding: 28px;
    pointer-events: auto;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2rem !important;
    display: block;
    right: -18px;
    top: 10px;
}
.highcharts-figure {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}
text {
    font-size: 14px !important;
}
#dosage-report text {
    font-size: 14px !important;
    font-weight: bold !important;
}
#customer-report {
    overflow: hidden;
    height: 400px;
    min-width: 320px;
    max-width: 600px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 9px;
    border: 1px solid #d5d5d5;
    height: 10px;
    background: #ff5c00 !important;
    border-radius: 8px !important;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #ff5c00 !important;
    border-radius: 8px !important;
}
/*==================================================*/
@media screen and (min-width: 768px) and (max-width: 1180px) {
    .container {
        width: 100% !important;
    }
    .dash-content .dash-graphone {
        width: 100%;
    }
    .search-head {
        width: 40%;
    }
    #btnclear {
        width: 16%;
    }
    .report-wrapper {
        flex-wrap: wrap;
        background: transparent !important;
    }
    .report-left {
        width: 100% !important;
    }
    .report-right {
        width: 100% !important;
    }
    .done, .dtwo, .dthree, .dfour, .dfive {
        width: 100%;
    }
    .bd-part div:nth-child(3) {
        display: none;
    }
    .bd-part div:nth-child(2) {
        text-align: center !important;
        padding: 0;
    }
    .label-date {
        top: 5px !important;
        left: 25px;
    }
    .label-part {
        top: 5px !important;
    }
    .sidepanel {
        z-index: 10 !important;
    }
}
.sidepanel {
    z-index: 10 !important;
}
