﻿/*
.voyage-detail-container-vf [class*='col-'] {
}

.voyage-detail-container-vf .panel-body {
    padding: 5px !important;
}

.voyage-detail-container-vf .voyage-detail-container-panel {
    margin-bottom: 5px;
}

.voyage-detail-container-vf .myacl-vessel-schedule-summary-row {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
}

.voyage-detail-container-vf .myacl-vessel-schedule-detail-header-row {
    margin-left: 5px;
    margin-right: 5px;
}
*/

.voyage-detail-container-vf .expanded-indicator {
    position: absolute;
    right: 5px;
    top: 5px;
}

.voyage-detail-container-panel {
    overflow-x: clip !important;
}

.voyage-detail-container-vf .myacl-summary-expanded-status,
.voyage-detail-container-vf .myacl-summary-expanded-status-plus,
.voyage-detail-container-vf .myacl-summary-expanded-status-minus
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.voyage-detail-container-panel > .panel-heading {
    /*font-size: 18px;*/
}

.voyage-detail-container-vg > .panel {
    border: solid 3px #ddd;
}

.voyage-detail-container-vf .myacl-highlight-container,
.voyage-detail-container-vf .myacl-vessel-expansion-row {
    /*
    margin-left: 4px;
    margin-right: 4px;
    */
}

.schedule-row-highlighted .schedule-row-header-label {
    position: absolute;
    top: -25px;
    left: -1px;
    padding: 4px;
    background-color: #79A8D0 !important;
    color: #FFF;
}

.schedule-row-highlighted i {
    color: #79A8D0 !important;
    z-index: 99;
}

.fa-3 {
    font-size: 30px;
}

.fa {
    opacity: 1.0;
    line-height: 15px;
}

.fa-3 {
    font-size: 30px;
}

.fa {
    opacity: 1.0;
    line-height: 15px;
}

.panel-heading .fa {
    font-size:15px;
}


.myacl-vessel-schedule-detail-header-row {
    margin-top: 7px;
}

.schedule-row-header-label {
    font-weight: bold;
    white-space: nowrap;
}

.myacl-vessel-schedule-detail-row,
.myacl-vessel-expansion-row {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    flex: 1;
    position: relative;
    overflow-x: clip;
}

.myacl-vessel-expansion-row {
    padding-top: 3px;
    padding-bottom: 3px;
}



.voyage-detail-container-v3 .schedule-row-highlighted {
    /* orange */
    /*border: #f7a92c solid 1px;*/
    /* pale blue */
    border: #79A8D0 solid 1px;
}


.voyage-detail-container-v2 .schedule-row-highlighted {
    border: #79A8D0 solid 1px;
}

.schedule-row-highlighted i {
    color: #79A8D0;
    z-index: 99;
}

.voyage-detail-container-v3 .myacl-vessel-expansion-row {
    padding-top: 5px;
}

.schedule-row-highlighted {
    margin-top: 25px;
}

    .schedule-row-highlighted .port-name {
        font-weight: bold;
    }

.schedule-row-nohighlight {
    font-weight: normal;
    color: gray;
}

.myacl-vessel-schedule-detail-row .no-break {
    white-space: nowrap;
}

.schedule-row-nohighlight i {
}

.myacl-vessel-expansion-row.myacl-muted .separator::after,
.schedule-row-nohighlight .separator::after {
    border-left: 3px dashed gray;
}



.myacl-highlight {
    font-weight: bold;
    color: #000;
    /*font-size: large;*/
}

.myacl-muted {
    font-weight: normal;
    color: gray;
}

.myacl-normal {
}



.voyage-detail-container-v2 .myacl-vessel-expansion-row {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*
        .voyage-detail-container-v2 .myacl-vessel-expansion-row:first-child {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        */




.schedule-row-highlighted .schedule-row-header-label {
    position: absolute;
    top: -25px;
    left: -1px;
    padding: 4px;
    background-color: #79A8D0;
    color: #FFF;
}

.schedule-row-highlighted .port-name {
    font-weight: bold;
}

.schedule-row-nohighlight {
    font-weight: normal;
    color: gray;
}

    .schedule-row-nohighlight i {
    }

    .myacl-vessel-expansion-row.myacl-muted .separator::after,
    .schedule-row-nohighlight .separator::after {
        border-left: 3px dashed gray;
    }



.myacl-muted {
    font-weight: normal;
    color: gray;
}

.myacl-panel-muted {
    opacity:0.5;
}

.separator {
    /*padding: 1rem;*/
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top:7px;
}

    .separator::after {
        content: '';
        position: absolute;
        top: 2rem;
        bottom: 0;
        left: 49%;
        border-left: 3px dashed #f7a92c;
        z-index: 1;
        height: inherit;
        display: none;
    }

    /* This is the 'or' disc itself. Positioned relative and given a higher z-index so it sits on top of the line. */
    .separator span {
        text-align: center;
        background: #FFF;
        display: block;
        position: relative;
        z-index: 2;
    }

    .separator .spandisc {
        padding: 1rem;
        text-align: center;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        border-radius: 50%;
        border: 1px solid #CCC;
        background: #FFF;
        display: block;
        position: relative;
        z-index: 2;
    }

.map-pin-text {
    margin-top: 5px;
    font-weight: bold;
}

.voyage-detail-container-panel.muted {
    opacity:0.7;
}

.voyage-detail-container-panel.myacl-is-expanded {
    border: solid 3px #006EC7;
}

    .voyage-detail-container-panel .myacl-summary-expanded-status-plus {
        display:block;
    }

    .voyage-detail-container-panel .myacl-summary-expanded-status-minus {
        display: none;
    }

    .voyage-detail-container-panel.myacl-is-expanded .myacl-summary-expanded-status-minus {
        display: none;
    }
.voyage-detail-container-panel.myacl-is-expanded .myacl-summary-expanded-status-minus {
    display: block;
}

    .myacl-chosen-multiple-dropdown {
        height: inherit !important;
    }
