﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.legend {
    line-height: 18px;
    color: #555;
}

    .legend i {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }

.timeicon {
    cursor: pointer;
}

    .timeicon:hover {
        color: cadetblue;
    }

.timeiconactive {
    color: forestgreen;
}

.timeiconinactive {
    color: orange;
}

.timeiconwarn {
    animation: rainbow 2.5s linear;
    animation-iteration-count: infinite;
}

@keyframes rainbow {
    100%,0% {
        color: rgb(255,0,0);
    }

    8% {
        color: rgb(255,127,0);
    }

    16% {
        color: rgb(255,255,0);
    }

    25% {
        color: rgb(127,255,0);
    }

    33% {
        color: rgb(0,255,0);
    }

    41% {
        color: rgb(0,255,127);
    }

    50% {
        color: rgb(0,255,255);
    }

    58% {
        color: rgb(0,127,255);
    }

    66% {
        color: rgb(0,0,255);
    }

    75% {
        color: rgb(127,0,255);
    }

    83% {
        color: rgb(255,0,255);
    }

    91% {
        color: rgb(255,0,127);
    }
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

    .info h4 {
        margin: 0 0 5px;
        color: #777;
    }

.list > .row {
    margin-bottom: 10px;
}

.dashboardlist > .row {
    margin-bottom: 5px;
    margin-top: 5px;
}

.planhoverred:hover {
    color: #f6b7b7;
}

.planhoveryellow:hover {
    color: lightyellow;
}

.deleted {
    background-color: #F7819F;
}

.mankored {
    color: red;
}

.borderright {
    border-right: #333 0.10em solid;
}

span.multiselect {
    padding: 2px 6px;
    font-weight: bold;
    cursor: pointer;
}

.inputmg2 {
    margin-right: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.list > .form-group {
    margin-bottom: 10px;
}

.btn-expediting-plan {
    background: #0CA0AB;
    color: #ffffff;
    border-radius: 8px;
}

    .btn-expediting-plan:hover, .btn-expediting-plan:focus, .btn-expediting-plan:active, .btn-expediting-plan.active, .open > .dropdown-toggle.btn-expediting-plan {
        background: #0C59AB;
    }

    .btn-expediting-plan:active, .btn-expediting-plan.active {
        background: #0C59AB;
        box-shadow: none;
    }

.btn-expediting-zone {
    background: #0C83AB;
    color: #ffffff;
    border-radius: 8px;
}

    .btn-expediting-zone:hover, .btn-expediting-zone:focus, .btn-expediting-zone:active, .btn-expediting-zone.active, .open > .dropdown-toggle.btn-expediting-zone {
        background: #0C59AB;
    }

    .btn-expediting-zone:active, .btn-expediting-zone.active {
        background: #0C59AB;
        box-shadow: none;
    }

.contextmenu {
    position: fixed;
    display: block;
    z-index: 5000;
}

    .contextmenu li > a:hover {
        background-color: #428bca;
        color: #ffffff;
    }


.col-centered {
    float: none;
    margin: 0 auto;
}

.StatusByShipment {
    border: 1px solid #782678 !important;
}

.ExpeditingNavTile {
    float: left;
    border-radius: 12px;
    background: #782678;
    padding: 0px;
    width: 157px;
    /*height: 24px;*/
    margin: 3px 0px 0px 0px;
    cursor: pointer;
    color: #fff;
}

.ExpeditingNavTileSub {
    float: left;
    border-radius: 12px;
    background: #0C83AB;
    padding: 0px;
    width: 140px;
    height: 24px;
    margin: 3px 0px 0px 10px;
    cursor: pointer;
    color: #fff;
}

.ExpeditingNavTileTypeStatus {
    background: #667F8F;
}

.ExpeditingNavTileTypeZone {
    background: #4A718A;
}

.ExpeditingNavTileTypePlan {
    background: #265879;
}

.ExpeditingNavTileTypePickupPlan {
    background: #1B4816;
}


.ExpeditingNavTile:hover {
    background: #053A5D;
    color: #fff;
    box-shadow: 3px 3px 5px #888888;
}

.ExpeditingNavTileDragOver {
    background: #053A5D;
    padding: 5px 0px 5px 0px;
    /*height: 35px;*/
    transform: scale(1.15);
    color: #fff;
    box-shadow: 3px 3px 5px #888888;
}

.ExpeditingNavTileDragAccept {
    /*background: #053A5D;*/
    color: #fff;
    box-shadow: 3px 3px 5px #4C9411;
}

.ExpeditingNavTileStatus {
    font-size: 1em;
    font-weight: bold;
    float: left;
    border-radius: 12px;
    padding: 0px 0px 0px 0px;
    width: 45px;
    height: 24px;
    text-align: center;
    color: #111;
    background: white;
}

.ExpeditingNavTileText {
    float: left;
    padding: 2px;
    width: 106px;
    /*height: 18px;*/
    text-align: left;
}

.ExpeditingNavTileTextSmall {
    font-size: 0.8em;
}

.ExpeditingNavTileTextSub {
    padding: 2px;
    padding-left: 50px;
    height: 18px;
    text-align: left;
}

.ExpeditingNavTileRedBorder {
    border: 3px solid red;
}

.ExpeditingNavTileGreenBorder {
    border: 3px solid green;
}

.expeditingInfoHeader {
    width: 100%;
    height: 50px;
    border: 2px solid #c2c2c2;
    border-radius: 5px;
}

.ShipmentSearchLine {
    width: 100%;
    height: 65px;
    padding: 0px;
    margin: 2px 2px 2px 2px;
    border-bottom: 1px solid #c3c3c3;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.ShipmentETADate {
    font-size: 0.9em;
    font-weight: bold;
    float: left;
    padding: 1px 0px 0px 25px;
    width: 150px;
    height: 44px;
    overflow-y: hidden;
}

.ShipmentLine {
    width: 1406px;
    height: 65px;
    padding: 0px;
    margin: 2px 2px 2px 2px;
    border-bottom: 1px solid #c3c3c3;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.ShipmentLineSelected {
    background: #A5B8CB;
}

.ShipmentLineHighlight {
    background: #1BA1E2 !important;
}

.ShipmentHeader {
    float: left;
    border-radius: 5px;
    background: #6B7D86;
    padding: 0px;
    height: 20px;
    width: 100%;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
    font-weight: bold;
    color: #fff;
}

    .ShipmentHeader:hover {
        box-shadow: 0px 5px 5px #888888;
    }

.ShipmentHeaderHalf {
    float: left;
    border-radius: 5px;
    background: #6B7D86;
    padding: 0px;
    height: 20px;
    width: 50%;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
    font-weight: bold;
    color: #fff;
}

    .ShipmentHeaderHalf:hover {
        box-shadow: 3px 3px 5px #888888;
    }

.ShipmentHeaderSelected {
    background: #42758D;
    text-shadow: 1px 3px 3px #111;
}

.ShipmentTile {
    position: relative;
    float: left;
    border-radius: 20px;
    background: #c3c3c3;
    padding: 0px;
    width: 210px;
    height: 40px;
    margin: 8px 0px 0px 0px;
}

.ShipmentTileGeneral {
    float: left;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding: 0px;
    width: 112px;
    height: 40px;
    margin: 0px 0px 0px 0px;
}

.ShipmentTileEvent {
    float: left;
    padding: 0px;
    width: 78px;
    height: 40px;
    margin: 0px 0px 0px 0px;
}

.ShipmentTileType {
    float: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0px;
    width: 20px;
    height: 40px;
    margin: 0px 0px 0px 0px;
}

.ShipmentTileHeader {
    font-size: 0.9em;
    float: left;
    padding: 1px 0px 1px 5px;
    width: 210px;
    height: 60px;
    overflow-y: hidden;
}

.ShipmentInternalHeader {
    font-size: 0.9em;
    float: left;
    padding: 1px 0px 1px 5px;
    width: 160px;
    height: 30px;
    overflow-y: hidden;
}

.ShipmentTileStatus {
    border: 2px solid #111;
    font-size: 1.8em;
    font-weight: bold;
    position: absolute;
    float: left;
    border-radius: 20px;
    background: #c3c3c3;
    color: #111;
    padding: 0px 0px 0px 0px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.ShipmentTileText {
    font-size: 0.9em;
    font-weight: bold;
    position: absolute;
    float: left;
    margin: 0px 0px 0px 40px;
    padding: 1px 0px 0px 5px;
    width: 165px;
    height: 35px;
    overflow-y: hidden;
    text-align: left;
}

.StatusOmexWhite {
    background: white !important;
}

.StatusOmexGreen {
    /*background: #D7E3D3;*/
    background: #00cc00 !important;
}

.StatusOmexRed {
    /*background: #FFEDED;*/
    background: #ff4d4d !important;
}

.StatusOmexBlue {
    /*background: #FFEDED;*/
    background: blue !important;
}

.StatusWhite {
    background: #E2E2E2;
}

.StatusLightGreen {
    background: lightgreen;
}

.StatusGreen {
    /*background: #D7E3D3;*/
    background: #00cc00;
}

.StatusADRBorder {
    border: dashed 2px red;
}

.StatusOrangeADR {
    /*background: #D7E3D3;*/
    color: #ff7f27;
}

.StatusOrangeADRText {
    /*background: #D7E3D3;*/
    border: 2px solid #ff7f27;
}

.StatusGreenBorderYellow {
    /*background: #D7E3D3;*/
    background: #00cc00;
    border: 3px solid yellow !important;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #000;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}

.StatusYellowBackgroud {
    background-color: #ffff4d !important;
}

.StatusRed {
    /*background: #FFEDED;*/
    background: #ff4d4d;
}

.StatusYellow {
    /*background: #FFEAAC;*/
    background: #ffff4d;
}

.StatusBlue {
    background: #CEDCFA;
}

.StatusPurple {
    background: #E9CCFA;
}

.StatusOrange {
    background: #ff8930;
}

.StatusOrangeBorderYellow {
    background: #ff8930;
    border: 3px solid yellow !important;
}

.StatusAllOnTruck {
    border: 3px solid lightgreen !important;
}

.StatusBlueOrange {
    background: linear-gradient(to right, #ff8930, #CEDCFA);
}

.StatusPurpleOrange {
    background: linear-gradient(to right, #ff8930, #E9CCFA);
}

.StatusPartGreen {
    /*background: #D7E3D3;*/
    background: linear-gradient(to bottom,#5387ff,#00cc00);
    /*background: #1C61FF;*/
}

.StatusPartYellow {
    /*background: #D7E3D3;*/
    background: linear-gradient(to bottom,#5387ff,#ffff4d);
    /*background: #1C61FF;*/
}

.StatusPartRed {
    /*background: #D7E3D3;*/
    background: linear-gradient(to bottom,#5387ff,#ff4d4d);
    /*background: #1C61FF;*/
}

.StatusBorder {
    border: 2px solid #111;
    /*background: white;*/
    color: #111;
}

.ShipmentRef {
    font-size: 0.9em;
    float: left;
    padding: 1px 0px 1px 5px;
    width: 130px;
    height: 44px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.ShipmentAddress {
    float: left;
    padding: 1px 0px 1px 5px;
    width: 345px;
    height: 65px;
    overflow-y: hidden;
}

.ShipmentAddressIcon {
    font-size: 1.4em;
    float: left;
    padding: 0px 0px 0px 0px;
    width: 30px;
    height: 44px;
    overflow-y: hidden;
}



.ShipmentAddressText {
    font-size: 0.8em;
    float: left;
    padding: 0px 0px 0px 0px;
    width: 200px;
    height: 64px;
    overflow-y: hidden;
}

.ShipmentAddressZip {
    font-size: 0.8em;
    float: left;
    padding: 0px 0px 0px 5px;
    width: 110px;
    height: 44px;
    overflow-y: hidden;
}

.ShipmentColli {
    font-size: 0.8em;
    float: left;
    padding: 1px 0px 1px 5px;
    width: 100px;
    height: 65px;
    overflow-y: hidden;
}

.ShipmentTerminal {
    font-size: 0.9em;
    float: left;
    padding: 1px 0px 0px 5px;
    width: 30px;
    height: 44px;
    overflow-y: hidden;
    margin-left: 1px;
    margin-top: 1px;
}

.ShipmentTruck {
    font-size: 0.9em;
    float: left;
    padding: 1px 0px 0px 5px;
    width: 30px;
    height: 44px;
    overflow-y: hidden;
}

.ShipmentDate {
    font-size: 0.8em;
    float: left;
    padding: 1px 0px 0px 5px;
    width: 70px;
    height: 65px;
    overflow-y: hidden;
}

.ShipmentNote {
    font-size: 0.8em;
    float: left;
    padding: 1px 0px 1px 5px;
    width: 170px;
    height: 65px;
    overflow-y: hidden;
}

.ShipmentInternalNote {
    font-size: 0.8em;
    float: left;
    padding: 1px 0px 1px 5px;
    width: 160px;
    height: 60px;
    overflow: hidden;
}

.ShipmentUnit {
    font-size: 0.9em;
    float: left;
    padding: 1px 0px 1px 5px;
    width: 80px;
    height: 55px;
    overflow-y: hidden;
    text-align: right;
}

.ShipmentUnitDouble {
    font-size: 0.9em;
    float: left;
    padding: 1px 0px 1px 5px;
    width: 160px;
    height: 55px;
    overflow-y: hidden;
    text-align: right;
}

.shipmentLines {
    height: 600px; /*calc(50% - 50px);*/
    overflow-y: scroll;
    overflow-x: auto;
}

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

    #wrapper.toggled {
        padding-left: 250px;
        overflow: scroll;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    left: 250px;
    width: 0;
    height: calc(100% - 57px);
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;
    overflow-x: hidden;
}

.xyz {
    min-width: 360px;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
}

.fixed-brand {
    width: auto;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

    .sidebar-nav li {
        text-indent: 15px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,0.2);
                border-left: #053A5D 2px solid;
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

.no-margin {
    margin: 0;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    .fixed-brand {
        width: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }

        #wrapper.toggled-2 #sidebar-wrapper:hover {
            width: 250px;
        }


    #page-content-wrapper {
        padding: 20px;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 250px;
    }

    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -200px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }
}

.progressModal {
    position: fixed;
    top: 20%;
    left: 18.5%;
    z-index: 1050;
    width: 80%;
    height: 80%;
    margin-left: -10%;
}

.progressModalimg {
    width: 100%;
    padding: 25px 5px 50px 80px;
}

.progressModaltext {
    font-size: 1.2em;
    width: 100%;
    text-align: center;
}

.redText {
    color: #D7736E;
}

.orangeText {
    color: #b77600;
}

.navdivuser {
    float: left;
    height: 20px;
    width: 400px;
    margin: -15px 10px 0px 15px;
    font-size: 1em;
    color: #999999;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }

    .modal-40 {
        width: 40%;
    }

    .modal-60 {
        width: 60%;
    }

    .modal-80 {
        width: 80%;
    }
}

.hoverDiv {
    background: #fff;
}

    .hoverDiv:hover {
        background: #f5f5f5;
    }

.shipmentPickupDeliveryError {
    background-color: #ff9999 !important;
}

.colliAmountError {
    background-color: #ff9999 !important;
}

.shipmentCustomerError {
    background-color: #ff9999 !important;
}

.shipmentProductError {
    background-color: #ff9999;
}

.shipmentColliError {
    background-color: #ff9999;
}

.shipmentDateError {
    background-color: #ff9999;
}

.terminalNameError {
    background-color: #ff9999;
}

.locNameError {
    background-color: #ff9999;
}

.bluebackground {
    background-color: #667F8F;
    color: #fff;
}

.dashboardOrangeH {
    background-color: #FFA500;
    margin-bottom: 0px !important;
    border-bottom: #333 0.2em solid;
}

.dashboardOrange {
    background-color: #FFA500;
}

.dashboardSilver {
    background-color: #a0a0a0;
}


.dashboardRedH {
    background-color: #ff4d4d;
    margin-bottom: 0px !important;
    border-bottom: #333 0.2em solid;
}

.dashboardRed {
    background-color: #ff4d4d;
}

.dashboardGreenH {
    background-color: #0F9A0F;
    margin-bottom: 0px !important;
    border-bottom: #333 0.2em solid;
}

.dashboardGreen {
    background-color: #0F9A0F;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-button {
}

.collapsableAliceLog {
    overflow: hidden;
    height: 40px;
    -webkit-transition: height 2.5s;
    -moz-transition: height 2.5s;
    -o-transition: height 2.5s;
    transition: height 2.5s;
}

    .collapsableAliceLog.showMe {
        height: auto;
    }

md-virtual-repeat-container {
    min-width: 500px !important;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none !important;
}

.highlightZone {
    background: #0C59AB !important;
}

.highlightStatus {
    background: #0C59AB !important;
}

.highlightPlan {
    background: #0C59AB !important;
}

.ItemGroupDeleted {
    color: red;
}

.modal-footer {
    border-top: none !important;
}

.my-drop-zone {
    border: dotted 3px lightgray;
}

.nv-file-over {
    border: dotted 3px red;
}
/* Default class applied to drop zones on over */
.another-file-over-class {
    border: dotted 3px green;
}

.LightRedBackground {
    background: #ff9999;
}

.OrangeBackground {
    background: #FF983F;
}

.bg-yellow {
    background: #ffff4d;
}

.oversizeCheckbox {
    transform: scale(1.5);
}

.invoicedRow {
    background-color: #D46A6A;
}

.readyForInvoiceRow {
    background-color: DeepPink !important;
    color: white; /* optional: improve readability */
}

.selectedShipments {
    border-radius: 12px;
    border: 2px solid black;
    background: white;
    z-index: 1000;
    padding: 4px;
}

.zoneTotals {
    overflow: hidden;
}

.zoneTotalsOpen {
    height: 100%;
}

.zoneTotalsClosed {
    height: 20px
}

.planDashboardHidden {
    height: 0px;
    border-bottom: 0px solid black !important;
}

.bg-green {
    background: #dff0d8;
}

.removeNumberArrows > input[type=number],
.removeNumberArrows > input[type=number]::-webkit-inner-spin-button,
.removeNumberArrows > input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}

.pricestatusRow {
    background-color: silver;
}

.tblStickyHeader {
    padding-right: 10px;
}

    .tblStickyHeader thead td {
        position: sticky;
        top: 0;
        background-color: white;
    }

.priceTooltip {
    position: relative;
}

.priceTooltipText {
    visibility: hidden;
    width: 240px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -120px;
    opacity: 0.75;
}

.priceTooltip:hover {
    cursor: pointer;
}

    .priceTooltip:hover .priceTooltipText {
        visibility: visible;
    }

.Pricestatus {
    border: 2px solid red !important;
}

.InvoiceSelected {
    border-left: 4px solid #42758D;
    border-right: 4px solid #42758D;
}

.RedBorder {
    border: 2px solid #ff4d4d !important;
}

.priceErrorTooltip:hover {
    cursor: pointer;
    position: relative;
}

    .priceErrorTooltip:hover .priceErrorTooltipText {
        display: block;
    }

.priceErrorTooltipText {
    display: none;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0%;
    opacity: 0.85;
}

.crossed {
    background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgba(255,0,0,1) 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%), linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgba(255,0,0,1) 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%);
}

.timeregline {
    background-color: #fff;
}

    .timeregline:hover {
        background-color: #c2c2c2;
    }

.lkhHeight {
    max-height: calc(91vh - 57px);
}

.subAccessList > div:nth-child(2n) {
    background-color: #D5D8DC
}

md-autocomplete-wrap {
    z-index: 9999 !important; /* higher than Bootstrap modal (1050) */
    position: relative;
}

.md-autocomplete-suggestions-container {
    z-index: 9999 !important;
    position: absolute !important;
}


md-virtual-repeat-container {
    z-index: 9999 !important; /* important to force override */
    position: absolute !important;
}

.cdk-overlay-container {
    z-index: 9999; /* or higher than modal */
}

selector-card {
    max-width: 600px;
    margin: 24px auto;
}

    selector-card .md-button {
        margin: 8px;
    }
