﻿.content-wrapper{
    padding: 15px 0;
}

.selected-item {
    margin: auto;
    position: fixed;
    top: 0px;
    z-index: 9999;
    right: 15px;
    width: 40%;
    text-align: center;
    background-color: antiquewhite;
    padding: 8px;
    border-radius: 8px;
}

.container-cheduler{
    position: relative;
}

.container-scheduler div.stt {
    width: 40px;
    float: left;
    font-size: 13px;
    left: 0;
    z-index: 1;
}

.container-scheduler div.aircraft {
    width: 70px;
    float: left;
    font-size: 13px;
    left: 40px;
    z-index: 1;
}

.container-scheduler div.dates {
    float: left;
}

.container-scheduler div.row-item:first-child {
    border-top: 1px solid #dee2e6;
}

.container-scheduler div.row-item {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.container-scheduler div.row-item > div {
    border-right: 1px solid #dee2e6;
    
}

.box {
    background: #008dee;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    margin-right: 6px;
}

.box-fail {
    background: #666666;
}

.text-success {
    color: #008dee !important;
}

.text-fail {
    color: #666666;
}

.container-scheduler .date-header {
    width: 27px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    float: left;
    border-right: 1px solid #dee2e6;
}
.container-scheduler div.row-item > div:last-child {
    border-right: 0;
}

.container-scheduler .date-header:last-child {
    border-right: 1px dotted #df1616;
}

.container-scheduler div.row-item.flight-schedule {
    height: 32px;
}

    .container-scheduler div.row-item.flight-schedule > div {
        height: 32px;
    }
        .container-scheduler div.row-item.flight-schedule > div:first-child,
        .container-scheduler div.row-item.flight-schedule > div:nth-of-type(2) {
            line-height: 32px;
            border-bottom: 1px solid #dee2e6;
        }

        .container-scheduler div.row-item.flight-schedule div.dates {
            position: relative;
            height: 32px;
        }

.container-scheduler div.schedule.un-assigned {
    background: #666666 !important;
}

.container-scheduler div.schedule {
    position: absolute;
    height: 22px;
    background: #008dee;
    top: 5px;
    color: white;
    cursor: default;
}

    .container-scheduler div.schedule[data-src="J"] {
        background: #008dee;
    }
    .container-scheduler div.schedule[data-src="W"] {
        background: #ff9900;
    }
    .container-scheduler div.schedule[data-src="G"] {
        background: #00bfff;
    }
    .container-scheduler div.schedule[data-src="S"] {
        background: #a6a6a6;
    }

.box {
    text-align: center;
    color: white;
    font-weight: bold;
}

    .box.J {
        background: #008dee;
    }

    .box.W {
        background: #ff9900;
    }

    .box.G {
        background: #00bfff;
    }

    .box.S {
        background: #a6a6a6;
    }

    .box.undefined {
        background: #666666;
        width: auto;
        padding: 0 4px;
    }

.container-scheduler div.flight-schedule.highlight {
    background: #1eff0830;
}

.container-scheduler div.mask {
    height: 100%;
    border-right: dotted 1px #df1616;
    display: inline-block;
}

.container-scheduler div.mask:last-child {
    border-right: none;
}

[data-route-type="QUOCTE1"] {
    border-left: 5px #EE4E4E solid;
}

[data-route-type="QUOCTE2"] {
    border-left: 5px solid #AF47D2;
}

[data-route-type="QUOCTE3"] {
    border-left: 5px #06D001 solid;
}

[data-route-type="NOIDIA"] {
    border-left: 5px #FFC700 solid;
}

.container-scheduler .scheduler-header-dates .stt {
    border-color: white !important;
}

.container-scheduler .scheduler-header-dates .aircraft {
    border-color: white !important;
}

#page-content .content-wrapper {
    height: calc(100vh - 65px);
    overflow-y: auto;
}

.container-scheduler .mark-line{
    position: absolute;
    width: 27px;
    background: #1eff0830;
    top: 0;
    bottom: 0;
    left: 50px;
    z-index: 1001;
}

.assign-orinary {
    position: absolute;
    min-width: 15px;
    height: 15px;
    border-radius: 8px;
    top: 4px;
    left: -10px;
    transform: translateX(-50%);
    background: #ffa83c;
    font-size: 10px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.5;
}

.chart-tooltip {
    position: relative;
    background: #555;
    /*border: 2px solid #000000;*/
}

#chart .apexcharts-tooltip {
    color: #fff;
    transform: translateX(10px) translateY(10px);
    overflow: visible !important;
    white-space: normal !important;
}

    #chart .apexcharts-tooltip span {
        padding: 5px 10px;
        display: inline-block;
    }

.f-tooltip {
    position: absolute;
    bottom: 130%;
    background-color: white;
    padding: 10px 15px;
    color: black;
    border-radius: 3px;
    z-index: 999;
    width: 260px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

    .f-tooltip::before,
    .f-tooltip::after {
        content: "";
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: 100%;
        left: 50%;
        margin-left: -10px;
    }

    .f-tooltip::before {
        border-top: 10px solid transparent;
        margin-top: 5px;
    }

/* The white fill of the triangle */
    .f-tooltip::after {
        border-top: 10px solid white;
        margin-top: -2px;
        z-index: 1;
    }

.f-tooltip ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

    .f-tooltip ul li{
        text-align: left;
    }

        .f-tooltip ul li i {
            color: #008dee;
        }