
.firstwatch-blue {
    background-color: rgb(1, 64, 90) !important;
}

.nav-item.active {
    font-weight: 500;
    background-color: #a98320;
}

#mainLayout {
    top: 66px;
    width: 100%;
    position: fixed;
    overflow-y: auto;
    height: calc(100vh - 66px);
}

#leftSideFacility {
    width: 500px;
    padding: 0 20px;
    overflow-y: auto;
    height: calc(100% - 66px);
    z-index:2;
}

    #leftSideFacility[collapsed='true'] {
        left: -500px;
    }

#rightSideFacility {
    width: 100%;
    height: auto;
    padding-left: 530px !important;
}

    #rightSideFacility[collapsed='true'] {
        padding-left: 30px !important;
    }

.eqCharts{
    width:100%;
    height:auto;
    flex-wrap:wrap;
    display:flex;
    justify-content:center;
    /*padding-top:15px;*/
    flex:2;
}

.avPie {
    flex:1;
    width: 30%;
    height: 256px;
    margin-left:auto;
    margin-right:auto !important;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
}

.supervisorZeroTransport{
    bottom:15px !important;
}

/*#eqDistChartsDispatch {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

#dispatchPie {
    width: 17%;
    height: 256px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
}

#eqDistChartsTopView {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

#topViewPie {
    width: 17%;
    height: 256px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
}
*/
.pies {
    width: 30%;
    height: 256px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
}

#pieGraph-list {
    position: absolute !important;
    width: 17%;
    right: 50px;
    top: 100px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
}

#pie-chart {
    left: 25px;
    width: 17%;
    top: 80px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
}

#bypassContainer {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

#bypassSView {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.bypass-widget {
    width: 14%;
    height: 256px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    justify-content:center;
    align-items:center;
}

.grpHospital{
    position:relative;
    left:30px;
}

.eqPP_Details {
    position: absolute;
    display: block;
    top: 10px;
    left: 15px;
    color: #337ab7 !important;
}

.eqPPDetails {
    position: absolute;
    display: block;
    top: 10px;
    left: 15px;
    color: #337ab7 !important;
}

.eqPP_Modal {
    display:flex;
    width:1200px;
    height:700px;
    background: #FFF;
    z-index:1050;
    position:absolute;
    justify-self:center;
    border-radius:6px;
    top:50%;
    transform:translateY(-50%);
    overflow-y: auto;
}

#eqPPDetailsTbl {
    width:90%;
    max-width: 90%;
    height: 10px;
    position: relative;
    left: 60px;
    top: 40px;
}

#eqPPDetailsTbl tbody{
    border: 1px solid #D4D4D4;
}

.eqTiles span {
    justify-self: center;
    position: relative;
}

/* Display Message when no agency*/

#noAgencies{
    display:grid;
    justify-content:center;
    position:relative;
    top:180px;
}


/* Tables */
.sorting-column i {
    display: none;
}

.sorting-column[i-sorting='1'] i.fa-long-arrow-up {
    display: initial;
}

.sorting-column[i-sorting='2'] i.fa-long-arrow-down {
    display: initial;
}



.table-aligned th:not(:first-child) {
    text-align: center;
}

.table-aligned td:not(:first-child) {
    text-align: center;
}

.table-aligned tbody td {
    min-width: 150px;
}

.table-aligned tbody tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

/* Top View table */
.table-aligned-top th:nth-child(2) {
    /*border-top: 3px solid #2196F3;*/
    border-left: 3px solid #2196F3;
    /* border-bottom: 1px solid white;*/
}

.table-aligned-top th:nth-child(3) {
    /*border-top: 3px solid #2196F3;*/
    /*border-right: 3px solid #2196F3;*/
    /*border-bottom: 1px solid white;*/
}

/*.table-aligned-top th:nth-child(4) {
    border-top: 3px solid #2196F3;
}*/

/*.table-aligned-top th:nth-child(5) {
    border-top: 3px solid #2196F3;
}*/

.table-aligned-top th:nth-child(6) {
   /* border-top: 3px solid #e91e63;*/
    border-left: 3px solid #e91e63;
    /*border-bottom: 1px solid white;*/
}

.table-aligned-top th:nth-child(7) {
    /*border-top: 3px solid #e91e63;*/
    border-right: 3px solid #e91e63;
    /*border-bottom: 1px solid white;*/
}



.table-aligned-top td:nth-child(1) {
    min-width: 600px;
    max-width: 600px;
}

.table-aligned-top td:nth-child(2) {

    border-left: 3px solid #2196F3;
}

.table-aligned-top tr:last-child td:nth-child(2) {
    border-bottom: 3px solid #2196F3;
}

/*.table-aligned-top td:nth-child(3) {
    border-right: 3px solid #2196F3;
}*/

.table-aligned-top tr:last-child td:nth-child(3) {
    border-bottom: 3px solid #2196F3;
}

.table-aligned-top tr:last-child td:nth-child(4) {
    border-bottom: 3px solid #2196F3;
}

.table-aligned-top tr:last-child td:nth-child(5) {
    border-bottom: 3px solid #2196F3;
}

.table-aligned-top td:nth-child(6) {
    border-left: 3px solid #e91e63;
}

.table-aligned-top tr:last-child td:nth-child(6) {
    border-bottom: 3px solid #e91e63;
}

.table-aligned-top td:nth-child(7) {
    border-right: 3px solid #e91e63;
}

.table-aligned-top tr:last-child td:nth-child(7) {
    border-bottom: 3px solid #e91e63;
}


.table-aligned-top tbody tr:nth-of-type(even) {
    background-color: inherit;
}


.table-aligned-top tbody tr.active {
    background-color: rgba(0,0,0,.075);
}

    .table-aligned-top tbody tr.active td:nth-child(1) {
        border-left: 6px solid #ffca00;
    }


/* Gradients */

.gradient-30-less {
    font-weight: 300;
    background: #f3a3a3;
    background-image: linear-gradient(315deg, #f3a3a3 0%, #f7eab8 95%);
}

.pubGradient-30-less {
    font-weight: 300;
    background: #f3a3a3;
}

.gradient-30-more {
    background: #fd6060;
    background-image: linear-gradient(315deg, #ff6060 0%, #ffe06a 95%);
}

.gradient-60-more {
    color: white;
    font-weight: 500;
    background: #ff0000;
    background-image: linear-gradient(315deg, #ff0000 0%, #ffca00 95%);
}


/* Heatmap */
.heatmap-list {
    list-style: none;
}

    .heatmap-list li {
        padding: 8px;
        font-size: 12px;
    }

        .heatmap-list li:first-child {
            width: 120px;
            min-width: 120px;
        }

        .heatmap-list li:not(:first-child) {
            width: 4.16%;
            max-width: 4.16%;
            text-align: center;
        }

.zoom {
    transition: transform .2s;
}

    .zoom.active {
        z-index: 2;
        width: 90px !important;
        max-width: 90px !important;
        transform: scale(1.3) !important;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    }

    .zoom:hover {
        z-index: 3;
        transform: scale(1.3);
        width: 90px !important;
        max-width: 90px !important;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    }



/* Misc */
.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-item-action:hover {
    background-color: #e9ecef;
}



.cursor-pointer {
    cursor: pointer;
}

.cursor-context {
    cursor: context-menu;
}

.flagged {
    margin-top: 8px;
    font-weight: 500;
    padding: 8px 12px !important;
    background-color: #e9ecef !important;
}


span.k-dropdown-wrap {
    background-color: white !important;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    color: white;
    background: #D4A017;
}

.blink {
    animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}



/*Font sizes*/
.font-13 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-bolder {
    font-weight: 400 !important;
}

/*Loader*/
.div-loading {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,.1);
}

.loader,
.loader:after {
    width: 10em;
    height: 10em;
    border-radius: 50%;
}

.loader {
    margin: 20% 50%;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid #4285f4;
    border-right: 1.1em solid #4285f4;
    border-bottom: 1.1em solid #4285f4;
    border-left: 1.1em solid #838688;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.25s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Customed scroller*/
.scroll-customed::-webkit-scrollbar {
    width: 12px;
    background-color: #f1f1f1;
}

.scroll-customed::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #6398f1;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.scroll-customed.gold::-webkit-scrollbar-thumb {
    background-color: #e6af1c;
}

.scroll-customed.gray::-webkit-scrollbar-thumb {
    background-color: #d2d2d2;
}

.scroll-customed::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #b1adad;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.scroll-customed.gray::-webkit-scrollbar-track {
    background-color: #f7f7f7;
}

.scroll-customed.gold::-webkit-scrollbar-track {
    background-color: #c5c5c5;
}

/* Notifications */
.k-notification {
    width: 270px !important;
    border: none !important;
    max-width: 270px !important;
    border-radius: 0 !important;
    padding: 12px 4px !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
}

.k-notification-info {
    border-color: #64b5f6 !important;
    background-color: #64b5f6 !important;
}

.k-notification-error {
    border-color: #db4240 !important;
    background-color: #db4240 !important;
}

.k-notification-success {
    border-color: #37b400 !important;
    background-color: #37b400 !important;
}

.k-notification > div {
    float: left;
    color: white;
}

    .k-notification > div.icon {
        width: 15%;
        text-align: center;
    }

    .k-notification > div.text {
        width: 85%;
    }


.labels-column {
    height: 316px;
    margin-top: -200px;
    border-bottom: none !important;
}

#labelAmbulances {
    border-top: 3px solid #2196F3;
    /*border-right: 3px solid transparent;*/
}

#labelMetrics {
    border-top: 3px solid #2196F3;
   /* border-left: 3px solid transparent;
    border-right: 3px solid transparent;*/
}

#labelHours {
    border-top: 3px solid #e91e63;
}


@media(max-width: 940px) {

    #lblNameArrivals {
        right: 0px;
    }

    #containerArrivals {
        width: calc(100% - 210px) !important;
    }

    #chartArrivals5 {
        width: 100% !important;
    }

    #containerLabels {
        padding-top: 575px !important;
    }

    .labels-column {
        height: 316px !important;
        margin-top: -200px !important;
    }

    .table-aligned-top td:nth-child(1) {
        min-width: inherit !important;
    }
}

@media(max-width: 1536px){
    .bypass-widget {
        width: 21%;
    }
}

/*---------------------------- Ipad View -------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px) and (max-height: 1366px) {

.crewTable{
    overflow-x:auto !important;
}

.eqPP_Modal{
    width:750px;
}

#eqPPDetailsTbl {
    left:40px;
}

.pieContainer .k-chart {
    height:350px !important;
}

.eqCharts .pies {
    height:350px !important;
}

.eqCharts {
    flex-wrap: unset;
    position: relative;
    left: 15px;
}

.pies > svg > g > g > g > text {
    font-size: 14px !important;
}

#hztSupervisorView {
   font-size:15px !important;
}

.heatMap{
    display:block !important;
}

#heatMapChart {
    display: grid !important;
    overflow-x: auto;
}

#checkZeroFacilitySupervisor {
    width:20px;
    height:20px;
}

#topViewPie {
    height: 350px !important;
}

.top_View{
    overflow-x: scroll;
}

 .table-aligned-top td:nth-child(1) {
     min-width: 600px !important;
 }

#dispatchCharts .avPie {
    height: 350px !important;
    top: 30px !important;
}
 #eqDistChartsDispatch .eqTiles {
    top: 30px !important;
    height: 350px !important;
 }

 #dispatchCharts {
     width: 100%;
 }

#dispatchCharts .eqTiles span:nth-child(2) {
    font-size: 16px !important;
    text-align:center;
}

#dispatchCharts .eqTiles span:nth-child(3) {
    font-size: 60px !important;
}

#dispatchCharts .eqTiles span:nth-child(4) {
    font-size: 14px !important;
    text-align: center;
}

#eventCharts .avPie {
    height: 350px !important;
}

#eventCharts {
    width:100%;
}

#hamiltonSupervisor .avPie {
    height: 350px !important;
}

.hamiltonSV {
    overflow-x:scroll;
}

#hamiltonSupervisor div.w-100:nth-child(3) {
    padding-right: 40px !important;
    padding-left: 40px !important;
}
   
}
