﻿


#ScheduleView .dx-toolbar-item-content{
    background:transparent;
    border:none;
}
.dx-scheduler-header-panel-cell-date{
    display:inline !important;
    padding:2px !important;
    margin:0px !important;
    font-size:14px !important;
    font-weight:500;
    color:#333;
}
.dx-scheduler-header-panel-cell{
    height:30px;
}
.dx-scheduler-all-day-table {
    height: 180px;
}
.dx-scheduler-all-day-title{
    height:180px;
}
.dx-scheduler-appointment {
    border-radius: 8px !important;
    margin-left:0px;
    margin-bottom:2px;
}
.dx-scheduler-work-space-work-week .dx-scheduler-date-table-container, .dx-scheduler-work-space:not(.dx-scheduler-agenda) .dx-scheduler-date-table-container {
    background: repeating-linear-gradient( 50deg, white, white 15px, /* white is 15px thick */
    #f6f6f6 15px, #f6f6f6 22px /* silver is 5px thick */
    );
}
.dx-scheduler-all-day-table {
    background: repeating-linear-gradient( 50deg, #eef6ec, #eef6ec 15px, /* white is 15px thick */
    #daeada 15px, #daeada 22px /* silver is 5px thick */
    );
}
.dx-scheduler-time-panel-cell > div, .dx-scheduler-all-day-title {
    font-weight: 600;
}
.dx-scheduler-header-panel-container {
    border-bottom: 3px solid #f6f6f6 !important;
}



.dx-scheduler-header {
    background: #657584;
    padding-bottom: 0px;
}
.dx-scheduler-header .dx-toolbar .dx-scheduler-navigator .dx-scheduler-navigator-caption {
    border: none;
    background: #657584;
}
.dx-scheduler-navigator-next, .dx-scheduler-navigator-previous {
    border: none;
    background: #657584;
}
.dx-scheduler-view-switcher-dropdown-button {
    border: none;
    background: #657584;
    border-radius: 5px;
}
.dx-scheduler-header .dx-button-text{
    color:white;
}
.dx-scheduler-header .dx-toolbar .dx-scheduler-navigator .dx-buttongroup .dx-button .dx-icon {
    color: white;
}
#ScheduleView .dx-toolbar-item-content .dx-state-hover {
    background: #657584;
    border: none;
}

.ScheduleArea {
    height: calc(100vh - 60px);
}
.FilterView {
    width: 260px;
    height: calc(100vh - 60px);
    background: white;
    display: inline-block;
    float: left;
}
    .FilterView .ChangeSideView {
        background: #657584;
        padding: 5px;
        margin-right:-1px;
        z-index:999;
        position:relative;
        border-bottom:1px solid gray;
    }
        .FilterView .ChangeSideView p {
            padding: 0px;
            margin: 0px;
            color: white;
            font-weight: 500;
            padding-left: 5px;
            background: #5394e9;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            padding: 9px;
            border-radius: 10px;
            width:calc(100% - 20px);
            margin-left:10px;
            margin-top:4px;
            margin-bottom:4px;
            height:37px;
        }
            .FilterView .ChangeSideView p:hover {
                cursor: pointer;
                font-weight: 600;
            }
#CalendarMenu_MyLoads i:nth-child(1) {
    color: rgb(222, 184, 135);
    font-size: 22px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: -3px;
}
#CalendarMenu_MyLoads i:nth-child(2) {
    font-size: 14px;
    float: right;
    padding-top: 3px;
}

#CalendarMenu_CalendarOptions i:nth-child(2) {
    color: rgb(125, 187, 111);
    font-size: 22px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: -3px;
}
#CalendarMenu_CalendarOptions i:nth-child(1) {
    font-size: 14px;
    padding-top: 3px;
    margin-right:5px;
}



.FilterView h3{
    font-size:13px;
    font-weight:500;
    color:dimgray;
    margin:10px;
    margin-bottom:2px;
    margin-top:15px;
    margin-left:12px;

}
.ScheduleFilter {
    font-size: 15px;
    color: #686868;
    padding: 7px;
    padding-left: 12px;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid white;
    border-bottom: 1px solid #ebe8e8;
}
    .ScheduleFilter:hover, .SelectedFilter {
        background: #e4edf4;
        cursor: pointer;
        border-radius: 3px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        border: 1px solid #cedeeb;
    }
    .ScheduleFilter input {
        transform: scale(1.2);
        margin-right:5px;
    }
    .ScheduleFilter input:hover{
        cursor:pointer;
    }
.ScheduleFilterSearch {
    padding-left: 10px;
    padding-right: 10px;
}
    .ScheduleFilterSearch input {
        width: 100%;
        padding:5px;
        border: 1px solid #dcdcdc;
        border-radius:3px;
        display:inline-block;
    }
    .ScheduleFilterSearch i {
        float: right;
        display: inline-block;
        margin-left: -65px;
        z-index: 999;
        position: relative;
        margin-top: 7px;
        color: lightgray;
        padding-right:5px;
    }

#ScheduleView {
    display: inline-block;
    height: calc(100vh - 60px);
    width: calc(100% - 260px);
    margin-top: -1px;
}

.ScheduleSideAddBtn {
    width: calc(100% - 70px);
    margin-left: 35px;
    margin-right: 35px;
    border: none;
    background: #f4f5f9;
    color: #5394e9;
    padding: 5px;
    border-radius: 3px;
    margin-top: 5px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.LegedndColor, .LegedndColorFixed {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 22px;
    margin: 2px;
    margin-left: 10px;
}
    .LegedndColor input, .LegedndColorFixed input {
        width: 60px;
        height: 22px;
        display: inline-block;
        border: 1px solid lightgray;
        border-radius: 3px;
    }
        .LegedndColor input[type="color" i], .LegedndColorFixed input[type="color" i] {
            border-width: 0px;
            border-radius: 3px;
        }

    .LegedndColor p, .LegedndColorFixed p {
        display: inline-block;
        padding: 0px;
        margin: 0px;
        vertical-align: top;
        color: #686868;
        margin-top: 2px;
    }

.FilterLayouts{
    padding-left:10px;
    padding-right:10px;
}
    .FilterLayouts select {
        width: calc(100% - 32px);
        border: 1px solid #dcdcdc;
        padding: 4px;
        display: inline-block;
        border-radius:3px;
    }
    .FilterLayouts select:hover{
        cursor:pointer;
    }
    .FilterLayouts button {
        background: rgb(125, 187, 111);
        border: none;
        color: white;
        display: inline-block;
        height: 28px;
        width: 28px;
        border-radius: 2px;
    }
    .FilterLayouts button i{
        color:white;
    }






.custom-appointment {
    position: relative;
    overflow: hidden;
    min-height: 20px;
    padding: 0px 24px 4px 4px; /* right padding leaves space for icon */
    display: flex;
    align-items: center;
}

/* Static icon in top-right */
.truck-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 18px;
    pointer-events: none;
    z-index:9999;
}

.red-truck {
    color: #374150;
}

.orange-truck {
    color: #5687c5;
}

/* Moving truck (Pending Pickup) */
.driving-truck {
    position: absolute;
    top: auto;
    bottom: 2px;
    left: -20px;
    font-size: 20px;
    color: #5394e9;
    animation: drive-across 10s linear infinite;
    pointer-events: none;
}

@keyframes drive-across {
    0% {
        left: -20px;
    }

    100% {
        left: 100%;
    }
}

/* Appointment text */
.appointment-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content{
    
}
.dx-scheduler-appointment-content{
    margin-top:-3px;
}
.ScheduleAgendaCircle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}



#RouteBtn{
    border:none;
    background:none;
    padding:10px;
    text-align:center;
    
}
#RouteBtn:hover{
    color:orange;
}
#RouteBtn i{
    color:orange;
    margin-right:5px;
}



#LoadWizard_LoadType{
    margin-top:90px;
}
.LoadTypeBox {
    text-align: center;
    margin: 9px;
}
.LoadTypeIconBox {
    background: #E8E8E8;
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border: 1px solid silver;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
    .LoadTypeIconBox:hover {
        border: 2px solid orange;
        border-radius:4px;
        cursor: pointer;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .LoadTypeIconBox i {
        font-size: 30px;
        color: green;
        margin-top: 15px;
    }
.LoadTypeText{
    display:inline-block;
    width:400px;
    margin-top:5px;
}
    .LoadTypeText h3 {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        padding: 0px;
        margin: 0px;
    }
    .LoadTypeText p {
        text-align: left;
        padding:0px;
        margin:0px;
    }

#LoadDetailsTabs {
    background: #42546c;
    text-align:center;
}
.LoadDetailTab {
    display: inline-block;
    color: white;
    padding:14px;
}
    .LoadDetailTab:hover {
        background: #2e4056;
        cursor: pointer;
    }
.SelectedLoadTab {
    background: #2e4056;
    margin-right:0px;
}
.LoadDetailTab i {
    margin-right: 8px;
}
#LoadDetails_General{
    margin-top:10px;
}
#LoadDetails_General h3 {
    font-size: 22px;
    color: #2e4056;
    padding-left:10px;
}
    #LoadDetails_General table {
        width: 100%;
        margin-left: 10px;
    }
    #LoadDetails_General table tr td {
        color: #2e4056;
        font-weight: 500;
        padding:8px;
        vertical-align:top;
    }
        #LoadDetails_General table tr td input, #LoadDetails_General table tr td select {
            border: 1px solid silver;
            border-radius: 3px;
            padding: 3px;
            width:300px;
        }
        #LoadDetails_General table tr td textarea {
            border: 1px solid silver;
            border-radius: 3px;
            padding: 3px;
            width: 300px;
            height:200px;
        }
#MyLoads{
    padding:0px;
}
#MyLoads p{
    font-weight:500;
}
#CalendarOptions {
    transform: translateX(0);
    border-right: 2px solid silver;
}
#MyLoads {
    border-right: 3px solid silver;
    border-top:1px solid silver;
    transform: translateX(100%);
}
    #MyLoads .dx-scrollable-content {
        background: repeating-linear-gradient( 50deg, white, white 15px,
        #f6f6f6 15px, #f6f6f6 22px
        );
    }
    #MyLoads .dx-scrollview-content{
        height:calc(100vh - 120px);
    }
    .slide-left {
        transform: translateX(-100%);
        opacity: 0;
    }
.LeftSlide {
    margin-top:116px;
    transition: transform 0.6s ease;
    width: 262px;
    position:absolute;
    height: calc(100% - 117px);
    top: 0;
    display:inline-block;
}



.ScheduleNoteArea p{
    font-weight:500;
    font-size:15px;
    padding:0px;
    margin:2px;
}
.ScheduleNoteArea input, .ScheduleNoteArea select {
    width: 100%;
    border: 1px solid silver;
    border-radius: 4px;
    padding: 6px;
}
.ScheduleNoteArea textarea {
    width: 100%;
    border: 1px solid silver;
    border-radius: 4px;
    padding: 6px;
    height:210px;
}






#LoadWizard{
}
#LoadWizard p {
    color:#333;
    font-size:16px;
}
#LoadWizard input{
    border-radius:4px;
    padding:5px;
    width:99%;
    margin: 0 auto;
    display:block;
}

#LoadWizard h3 {
    font-size: 13px;
    font-weight: 600;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    color: black !important;
}
.LoadWizardLinks {
    font-size: 13px;
    font-weight: 600;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    color: black !important;
}
.LoadWizardLinks h3{
    width:auto !important;
    margin-right:5px;
    margin-top:4px;
}
.LoadWizardLinks button{
    border:1px solid silver;
    background:white;
    height:26px;
    width:26px;
    border-radius:3px;
    padding-top:2px;
}
.LoadWizardForm .FormRight {
    display: inline-block;
    width: 74%;
}
.LoadWizardForm p {
    padding: 0px;
    margin: 0px;
    font-size: 12px !important;
    font-weight: 500;
    color: black !important;
}
.LoadWizardForm input {
    border-radius: 3px !important;
    background: #f3f3f3;
    border: 1px solid #e9e9e9;
    margin: 0px !important;
    text-align: left;
    margin-bottom: 6px !important;
    height: 28px;
}
.LoadWizardForm select {
    border-radius: 3px !important;
    background: #f3f3f3;
    border: 1px solid #e9e9e9;
    margin: 0px !important;
    text-align: left;
    margin-bottom: 6px !important;
    height:28px;
}
.LoadWizardForm select:hover{
    cursor:pointer;
}
.LoadWizardForm textarea {
    width: 74%;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    height: 100px;
    background: #f3f3f3;
}
.LoadWizardForm {
    padding-left: 10px;
    padding-right: 10px;
    padding-top:18px;
}

#ScheduleTabs {
    position: relative;
    top: 85px;
    z-index: 999;
    display:flex;
    width:100%;
    background:white;
}
.ScheduleTab {
    display: inline-block;
    margin: 0px;
    width: 250px;
    max-width:250px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 0;
    margin-left: -10px;
    position: relative;


    display:flex;
    flex:1 1 0;
    min-width:0;
}
#ScheduleTabs .ScheduleTab:nth-child(1) {
    border-left: 0px solid transparent;
    margin-left: 0px;
    z-index: 20;
    border-top-left-radius: 0px;
}
.ScheduleTabSelected {
    z-index: 31 !important;
    font-weight: bold;
}
.ScheduleTab:hover {
    cursor: pointer;
}
.ScheduleTab:hover:not(.ScheduleTabSelected) {
    font-weight: bold;
    border-bottom: 28px solid #DCDCDC !important;
}


.ScheduleTab p {
    padding-top: 6px;
    margin: 0px;
    display: inline-block;
    color: #333;
    vertical-align: top;
    font-size: 13px;
    overflow:hidden;
    white-space:nowrap;
    flex:1;
    text-overflow:ellipsis;
    height:28px;
}
.ScheduleTab i {
    vertical-align:top;
    padding-top: 5px;
    display: inline-block;
    color: #5a615e;
    font-size: 17px;
    margin-right: 15px;
    margin-left: 10px;
}
#ScheduleView .dx-scheduler-work-space {
    margin-top:28px;
}
#ScheduleView{
    margin-top:-29px !important;
}
.ScheduleTabRemoveArea {
    display: inline-block;
    float: right;
    flex-shrink:0;
}
.ScheduleTabRemoveArea i:hover{
    color:red;
}
.PopupScheduleGrid {
    border: 1px solid #e9e9e9;
    height:110px;
}
.SchedulePopupAddBtn{
    border-radius:3px;
    border:1px solid silver;
    padding:3px;
    padding-left:15px;
    padding-right:15px;
}
.FormSideBySide{
    width:49%;
    display:inline-block;
}
    .FormSideBySide input, .FormSideBySide select{
        width: 100% !important;
    }
.FormRightCheckboxes input {
    display: inline-block !important;
    width:20px !important;
    text-align:left !important;
}
.FormRightCheckboxes input:hover{
    cursor:pointer;
} 
.FormRightCheckboxes p{
    display:inline-block;
    width:100px;
    width:calc(100% - 30px);
    vertical-align:top;
    padding-top:7px;
    padding-left:10px;
    font-weight:400;
}

.ScheduleTrailers_Utica {
    display: none;
}
.ScheduleTrailers_3rdParty {
    display: none;
}
.FormHoverHighlight{
    cursor:pointer;
}
    .FormHoverHighlight input {
        cursor: pointer;
    }
        .FormHoverHighlight input:hover {
            border: 2px solid orange;
        }






.RouteEntry{
    padding:5px;
    padding-left:3px;
    padding-right:0px;
    border-bottom:1px solid silver;
    margin-left:5px;
    margin-right:5px;
    padding-bottom:10px;
}

.RouteBox {
    display: inline-block;
    width: 340px;
    border-radius: 3px;
    vertical-align: top;
    height: 50px;
    margin-top: 5px;
    background: #edf3fe;
    border: 1px solid transparent;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.RouteBox p{
    font-size:14px;
    font-weight:500;
    padding:0px;
    margin:0px;
    overflow:hidden;
    padding-top:0px;
    padding-left:8px;
}
.RouteBox i{
    vertical-align:top;
    font-size:28px;
    padding-top:10px;
    padding-right:3px;
    margin-left:8px;
    height:100%;
    float:left;
}
.RouteAddress {
    font-size: 10px !important;
    font-weight: 400 !important;
    padding-top: 0px !important;
}
.RouteNoLocation {
}
.RouteNoLocation p {
    padding-top: 7px;
}
.RouteWarehouse {
    border: 2px solid orange;
    background: orange;
}
.RouteArrowArea {
    display: block;
    text-align:center;
}
.RouteArrowArea p{
    border:0px;
    padding:0px;
    margin:0px;
    font-size:12px;
    display:inline-block;
    width:80px;
    text-align:left;
    padding-left:5px;
}
.RouteArrow {
    font-size: 20px;
    display: inline-block;
    width:30px;
    text-align:center;
}
.RouteConnectingLine{
    width:2px;
    height:60px;
    background:orange;
    float:left;
    margin-top:-25px;
    margin-left:7px;
    position:absolute;
}




.RouteWaitArea {
    display: inline-block;
    width: 70px;
    text-align: center;
}

    .RouteWaitArea p {
        border: 0px;
        padding: 0px;
        margin: 0px;
        font-size:12px;
    }
    .RouteWaitArea i {
        font-size: 20px;
        padding: 4px;
        color: #5394e9;
    }
#MapsView {
    position:relative;
    height:calc(100vh - 136px);
    width:100%;
    display:inline-block;
    background:white;
    z-index:999;
    
}
#RouteMapArea {
    height:100%;
    width:calc(100% - 760px);
    display:inline-block;
    float:left;
}

#RouteArea {
    overflow-y: auto;
    height: calc(100% - 432px);
    width: 400px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    z-index: 999;
    float: left;
    background: #F6F6F6;
    background: linear-gradient(0deg,rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 50%);
}
#RouteAreaOther {
    width: 360px;
    display: inline-block;
    vertical-align: top;
    overflow-y: auto;
    height: 100%;
    display: inline-block;
    background: #F6F6F6;
    background: linear-gradient(0deg,rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 50%);
}
#RouteAreaOther h2{
    font-size:16px;
    display:inline-block;
    font-weight:500;
}
#RouteAreaOther h3 {
    font-size: 14px;
    text-align:center;
    font-weight:400;
    padding:6px;
    padding-bottom:0px;
    margin-bottom:0px;
}
#RouteArea button {
    float: right;
    vertical-align: top;
    background: #7cb957;
    border-radius: 2px;
    border: none;
    color: white;
    margin-right:3px;
    padding:3px;
    padding-left:6px;
    padding-right:8px;
    margin-top:3px;
    margin-left:5px;
}
#RouteAreaOther .RouteBox{
    display:block;
    margin-left:20px;
    width:320px;
}

.DraggableRoute {
}
    .DraggableRoute:hover {
        cursor: pointer;
        border: 1px solid orange !important;
    }
    .DraggableRoute.dragging {
        border:2px solid #7cb957 !important;
        background: #7cb957 !important;
    }
.LockedRoute {
    background: #f5c669 !important;
}
.LockedRoute:hover{
    cursor:default !important;
    border:1px solid silver !important;
}

#LoadWizardLocationBtn {
    color: orange;
    background: none;
    border: none;
    font-size: 22px;
    padding-top: 2px;
}
#LoadWizardLocationBtn i{
    vertical-align:top;
    margin-top:4px;
}

.ScheduleTabBlue {
    border-bottom: 28px solid #ddf3fe;
}
.ScheduleTabOrange {
    border-bottom: 28px solid rgb(227, 176, 95);
}
.ScheduleTabGreen {
    border-bottom: 28px solid #dcf1de;
}


#SaveMyLoadsArea {
    text-align:center;
    width:100%;
    vertical-align:bottom;
}
    #SaveMyLoadsArea button {
        border: none;
        background: rgb(124, 185, 87);
        border-radius: 4px;
        color: white;
        padding: 8px;
        padding-left: 15px;
        padding-right: 15px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }
    #SaveMyLoadsArea button:hover{
        background:orange;
    }

#ContactSelectedHeader{
    display:inline-block;
    font-size:12px !important;
    margin:0px;
    padding:0px;
    margin-left:12px;
}

.TextTagBox {
    height: 100px;
    width: 74%;
    display: inline-block;
}
    .TextTagBox p{
        font-weight:400;
        color:#333;
        font-size:14px !important;
    }
    #LoadWizard_InternalNote {
        border: 1px solid #e9e9e9;
    }
.SmallIconMenu .dx-menu-item .dx-icon {
    font-size: 12px !important;
    vertical-align: middle;
    padding:0px !important;
    margin:0px !important;
    margin-right:5px !important;
}
.SmallIconMenu .dx-submenu .fa-solid {
    height: 20px;
    width: 20px;
    background: transparent;
    border: none !important;
    box-shadow:none;
}
    .SmallIconMenu .dx-submenu .fa-solid::before {
        color: #5394e9;
    }
.SmallIconMenu .dx-submenu .fa-duotone.fa-lock::before {
    color:orange;
}
.SmallIconMenu .dx-submenu .fa-duotone.fa-lock-open::before {
    color: orange;
}
.SmallIconMenu .dx-submenu .fa-duotone.fa-route::before {
    color: orange;
}
.SmallIconMenu .dx-submenu .fa-duotone.fa-print::before {
    color: #696969;
}
.SmallIconMenu .dx-submenu .fa-duotone.fa-trash::before {
    color: gray;
}
.SmallIconMenu .dx-submenu .fa-location-dot::before {
    color: orange;
}

#RecurringDetailsBox {
    display: inline-block;
    vertical-align: top;
}
#RecurringDetailsBox div{
    display:inline-block;
    vertical-align:top;
}
    #RecurringDetailsBox div p {
        height: 100%;
        display: inline-block;
        float: left;
        width: auto;
        padding-right:10px;
    }
    #RecurringDetailsBox select {
        display: inline-block;
    }
    #RecurringDetailsBox input {
        display: inline-block;
        width:110px !important;
    }


.dx-scheduler-appointment.past-due-appointment {
    background-color: #bb6f6f !important;
}
.dx-scheduler-appointment.complete-appointment {
    background-color: #bb6f6f !important;
}
.dx-scheduler-appointment.receiving-appointment {
    background-color: #b34f4f !important;
}



#LoadNotesArea .AccountBox{
    margin-bottom:0px !important;
    border:1px solid silver !important;
}
#LoadNotesArea h3{
    color:white !important;
    vertical-align:middle !important;
    margin-bottom:10px;
    margin-top:10px;
}
#Route_Capacity{
    font-weight:500 !important;
}

.InternalNoteArea{
    height:250px;
}
.RouteIcon{
    display:inline-block;
    color:orange;
    font-size:22px;
    margin-top:15px;
    margin-right:10px;
}

#RouteAreaHeader {
    background: #657584;
    padding-top: 12px;
    padding-bottom: 5px;
}
#RouteAreaHeaderButtons h3 {
    font-size: 14px;
    background: #5394e9;
    padding: 12px;
    color: white;
    font-weight: 500;
    width: 250px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#RouteAreaHeaderButtons button {
    display: inline-block;
    float: none;
    background: none;
    margin-top: 10px;
    font-size: 16px;
}
#RouteBackBtn i{
    padding-left: 8px;
    padding-right: 8px;
}

#RouteBackBtn {
    background: none;
    display: inline-block;
    color: white;
    font-weight: 500;
    font-size: 15px;
}

    #RouteBackBtn:hover {
        cursor: pointer;
    }

.TruckDetails {
    padding: 8px;
}

    .TruckDetails p {
        display: inline-block;
        font-weight: 500;
        color: white;
        padding: 0px;
        margin: 0px;
    }

    .TruckDetails i {
        margin-right: 5px;
        margin-left:5px;
        color:white;
    }
    .TruckDetails div {
        margin-bottom: 5px;
        margin-left:0px;
        border-radius: 30px;
        padding: 5px;
        padding-bottom:3px;
        padding-top:0px;
    }

#OtherRoutesHeader {
    background: #657584;
    padding-top: 17px;
    padding-bottom: 8px;
    text-align: center;
}
    #OtherRoutesHeader h2 {
        font-size: 15px;
        color:white;
        font-weight:500 !important;
    }

.RouteGroupSpace {
    display: block;
    height: 15px;
}
.RouteGroupTop {
    text-align:center;
}
    .RouteGroupTop button {
        border: none;
        background: #5394e9;
        color: white;
        font-weight: 500;
        padding: 3px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 5px;
        margin-bottom: 2px;
        border-radius: 2px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
.RouteGroup {
    height: 65px;
    width: 18px;
    display: inline-block;
    float: left;
    border-left: 4px solid orange;
    border-top: 4px solid orange;
    border-bottom: 4px solid orange;
    position: relative;
    margin-left: 8px;
    border-radius: 2px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    margin-top:-2px;
}
.RouteGroup:hover{
    cursor:pointer;
    border-left:6px solid orange;
    border-top:6px solid orange;
    border-bottom:6px solid orange;
}


.RouteSuggestionFromBox {
    display: inline-block;
    width: 350px;
    border: 1px solid #e0e0e0;
}
.RouteSuggestionArrow{
    display:inline-block;
    vertical-align:top;
    font-size:90px;
    color:gray;
    margin-top:calc(50% - 200px);
    margin-left:20px;
}
.RouteSuggestionToBox {
    display: inline-block;
    width: 350px;
    border: 1px solid #e0e0e0;
    float:right;
}


.RouteSuggestionEntries{

}
.RouteSuggestionEntry{
    padding:5px;
    margin-bottom:1px;
    border-radius:6px;
}

.RouteSuggestionEntries table {
    background: repeating-linear-gradient( 50deg, white, white 15px,#f6f6f6 15px, #f6f6f6 22px);
}
.RouteSuggestionEntries th {
    height: 35px;
}
.RouteSuggestionEntries td {
    height: 35px;
}



.RouteSuggestionEntry {
    background: #7dbb6f;
    height: 100%;
}
.RouteSuggestionEntry table td{
    vertical-align:top;
}

.RouteSuggestionEntries table tr td:nth-child(1) {
    width: 60px;
    color: rgba(0,0,0,.54);
    text-align: right;
    font-weight: 600;
    font-size: 12px;
    padding-right: 5px;
    background: white;
    vertical-align: top;
}

.RouteSuggestionEntries table tr th {
    background: white;
    border-bottom: 1px solid #e0e0e0;
}
.RouteSuggestionEntries table tr td:nth-child(2) {
    width: 270px;
    border-left: 1px solid #e0e0e0;
    color: white;
    border-bottom: 1px solid #e0e0e0;
}
.RouteSuggestionEntries table tr td p{
    padding:0px;
    margin:0px;
}
.RouteSuggestionEntries table tr td p:nth-child(2){
    color:#333;
    font-style:italic;
}

.RouteSuggestionEntries table tr th:nth-child(2) {
    vertical-align: middle;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    padding: 3px;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
/*
background: repeating-linear-gradient( 50deg, white, white 15px,#f6f6f6 15px, #f6f6f6 22px);
*/

.RouteMoveGreen {
    background: repeating-linear-gradient( 50deg, #eef6ec, #eef6ec 15px,#daeada 15px, #daeada 22px);
    color: gray;
    font-weight: 500;
    border: 2px solid #7dbb6f;
    /*background: repeating-linear-gradient( 50deg, #eef6ec, #eef6ec 15px,#daeada 15px, #daeada 22px);*/
}
.RouteMoveRed {
    background: repeating-linear-gradient( 50deg, #eef6ec, #eef6ec 15px,#eadada 15px, #eadada 22px);
    color: gray;
    font-weight: 500;
    border: 2px solid #7dbb6f;
    /*background: repeating-linear-gradient( 50deg, #eef6ec, #eef6ec 15px,#daeada 15px, #daeada 22px);*/
}
    .RouteMoveRed p, .RouteMoveGreen p {
        color:gray !important;
    }
    .RouteMoveRed p:nth-child(2), .RouteMoveGreen p:nth-child(2){
        font-weight:400;
    }

.RoutePaddingRow {
    width: 20px !important;
    border-left:none !important;
    border-bottom: 1px solid #e0e0e0;
}

.RouteApproveDenyArea {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align:center;
}
    .RouteApproveDenyArea button {
        padding: 10px;
        width: 120px;
        border-radius: 10px;
        border: 1px solid silver;
        color: white;
        font-weight: 500;
        margin-left: 30px;
        margin-right: 30px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
        .RouteApproveDenyArea button:nth-child(1) {
            background: red;
        }
        .RouteApproveDenyArea button:nth-child(2) {
            background: #7dbb6f;
        }

#LogisticsFleetArea {
    height: calc(100vh - 136px);
    background: #e7e7e9;
}
#LogisticsFleetDetails {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
    background: #1A1A1A;
}

#FleetMapArea {
    height: calc(30% - 10px);
    width: calc(100% - 60px);
    background: #1A1A1A;
    margin: 30px;
    margin-top:5px;
    margin-bottom:5px;
}
    #FleetMapArea .dx-map-container {
        border-radius: 5px;
    }
#AssetsMap {
    border-radius: 20px;
}
#FleetTabs {
    width: 100%;
    height: 45px;
    background: #1A1A1A;
    border-bottom: 1px solid #303030;
}
.FleetTab {
    display: inline-block;
    width: 180px;
    height: 100%;
    text-align: center;
    padding-top: 10px;
    border: 1px solid #303030;
    border-bottom: none;
    margin-right: -4px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
    .FleetTab:hover {
        background: #303030;
        cursor: pointer;
    }
.FleetTab:hover p{
}
.FleetTabSelected {
    background: #303030;
}
.FleetTab p{
    display:inline-block;
    font-weight:500;
    color:white;
}
.FleetTabSelected p{
    color:white;
}
.FleetTab .FleetCountBox {
    display: inline-block;
    background: #5394e9;
    text-align: center;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 12px;
    margin-left: 5px;
    color: #1A1A1A;
}
#FleetTables {
    height: 70%;
    background: #1A1A1A;
}
#FleetTables .DarkGridCenterArea{
    height:calc(100% - 160px);
}
.FleetTable {
    height: calc(100% - 45px);
    width: 100%;
    position: relative;
    overflow-y: auto;
    display: flex;
}
#LogisticsFleetActive {
    display: inline-block;
    width: 350px;
    float: right;
    vertical-align: top;
    height: calc(100vh - 61px);
    overflow-y:scroll;
}
#LogisticsFleetActive h3{
    font-size:18px;
    font-weight:500;
    padding:10px;
}

.ActiveFleetArea{

}
.ActiveFleetHeader{
    margin-bottom:15px;
}
.ActiveFleetHeader i {
    font-size: 50px;
    color: mediumseagreen;
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-right: 20px;
}
.ActiveFleetHeader h2 {
    font-size: 18px;
    padding:0px !important;
    margin:0px !important;
}
.ActiveFleetHeader h3 {
    font-size: 14px;
    padding: 0px !important;
    margin: 0px !important;
}


.ActiveFleetBox {
    background: white;
    margin: 10px;
    margin-bottom: 0px;
    border: 1px solid silver;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.FleetFromToBox {
    display:inline-block;
    width:calc(50% - 10px);
    padding:8px;
    vertical-align:top;
}
    .FleetFromToBox h2 {
        font-size: 14px;
        font-weight: 500;
        width: 100%;
        text-overflow: ellipsis;
        word-wrap:break-word;
        overflow:hidden;
    }
.FleetFromToBox p {
    padding:0px;
    margin:0px;
}
.FleetDivider {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 13px;
    align-content: center;
    padding-top:8px;
    color:silver;
}
.FleetDividerLine{
    height:70px;
    width:1px;
    background:silver;
    text-align:center;
    align-content:center;
    margin-left:7px;
}
.FleetRouteDetail{
    border-top:1px solid silver;
    padding-top:8px;
}
.FleetRouteDetail i{
    display:inline-block;
    margin-left:5px;
    font-size:18px;
}
.FleetRouteDetail p{
    display:inline-block;
    padding-bottom:0px;
    margin-bottom:5px;
}
    .FleetRouteDetail p:last-child{
        float:right;
        margin-right:10px;
    }
.FleetRouteBottom {
    height: 25px;
    width: calc(100% - 20px);
    margin-left: 10px;
    background: #657584;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top:4px;
    margin-bottom:20px;
}
    .FleetRouteBottom i {
        display: inline-block;
        color: white;
        padding-left: 10px;
        color: mediumseagreen;
        padding-right: 8px;
    }
.FleetRouteBottom p{
    display:inline-block;
    color:white;
}

#BtnFleetAdd {
    border-radius: 12px;
    border: none;
    background: #5394e9;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#BtnFleetAdd i{
    font-size:15px;
}


#AddTruck_Warehouse{
    background:white;
    border:1px solid silver;
    border-radius:5px;
    height:34px;
    padding-left:5px;
}
#AddTruck_Warehouse:hover{
    cursor:pointer;
}

.FleetTable .dx-datagrid .dx-link-cancel .dx-link-icon {
}
.FleetTable .dx-link-cancel::before {
}
#SchedulePopupAddImageBtn {
    margin-left: 0px !important;
    margin-bottom: -5px !important;
    padding: 0px !important;
    border: none !important;
    width: 98px !important;
    width: 98px !important;
}

#MessengerArea {
    background: #98BDF0;
    background: linear-gradient(49deg,rgba(152, 189, 240, 1) 0%, rgba(96, 133, 237, 1) 50%);
    height: calc(100vh - 136px);
    min-height:650px;
}
#ChatBoxLeft {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    border: 3px solid #607ACC;
    height: calc(100% - 40px);
    margin: 20px;
    background: #f0f0f0;
    border-radius: 3px;
    padding: 10px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
#ChatBoxRight {
    margin: 15px;
    margin-top: 20px;
    display: inline-block;
    width: calc(100% - 380px);
    vertical-align: top;
    height: calc(100% - 40px);
    border: 4px solid #0254E8;
    border-radius: 3px;
    background: #f0f0f0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
#ChatHeader {
    background: #0254E8;
}
#ChatBoxRight #gridChat{
}
#ChatGridArea {
    margin: 10px;
    height:calc(100% - 80px);
}
    #ChatGridArea .dx-chat {
        border-radius: 1px;
    }
#ChatBoxLogo {
    margin: 4px;
    background: #0B61AA;
    padding-bottom: 10px;
    padding-top: 40px;
    vertical-align: bottom;
    height: 240px;
    text-align: right;
}
    #ChatBoxLogo img {
        height: 150px;
        margin-right:30px;
    }
    #ChatBoxLogo h2 {
        font-size: 18px;
        color: white;
        font-weight: 500;
        text-align: center;
        margin-top:15px;
    }
#ChatBoxLeft h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    margin-left: 12px;
    margin-top:15px;
}

#MessengerTextIcon h3{
    color:blue;
    display:inline-block;
    margin-top:0px;
    font-style:italic;
}
#MessengerTextIcon i {
    color: red;
}
#ChatBoxLeft select {
    width: calc(100% - 24px);
    height: 30px;
    border: 1px solid silver;
    border-radius: 1px;
    margin-left: 12px;
    margin-right: 12px;
}
#ChatHeader h2{
    margin:0px;
    padding:0px;
    display:inline-block;
    font-size:18px;
    color:white;
    font-weight:600;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
}
    #ChatHeader p {
        margin: 0px;
        padding: 0px;
        font-size: 15px;
        color: white;
        display: inline-block;
        margin-left:10px;
    }
#BuddiesHeader{
    margin-bottom:6px;
}
#MessengerBuddies{
    margin:11px;
    margin-top:2px;
    padding:2px;
    padding-left:4px;
    background:white;
    border:1px solid silver;
    border-radius:2px;
    height:200px;
    overflow-y:scroll;
}
    #MessengerBuddies p {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        font-weight: 500;
        padding:2px;
        padding-left: 4px;
        padding-right: 4px;
    }
.ChatUser{
    margin-left:12px;
}
.ChatUser p{
    display:inline-block;
}
.ChatUser p:hover{
    cursor:pointer;
    background:yellow;
}
.MessengerNotification{
    display:inline-block;
    margin-left:2px;
}
#VersionText{
    position:absolute;
    bottom:100px;
    margin-left:90px;
    text-align:center;
    font-size:13px;
    color:#333;
}
.SelectedChat p {
    background: yellow;
}







.TrailerTrackerTable {
    height: 100%;
    width: 100%;
    position: relative;
    overflow-y: auto;
    border-radius:9px;
}

    .TrailerTrackerTable .dx-datagrid-rowsview .dx-row > td {
        font-weight: 500;
        font-size: 15px;
        color:#333;
    }
    .TrailerTrackerTable .dx-datagrid-rowsview .dx-row > td {
        height: 40px;
    }
    .TrailerTrackerTable .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
        background-color: #1a1f25;
        color: white;
    }

    .TrailerTrackerTable .dx-datagrid .dx-column-lines > td {
        border-left: 1px solid #333;
        border-right: 1px solid #333;
    }

    .TrailerTrackerTable .dx-datagrid-rowsview .dx-row {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    .TrailerTrackerTable .dx-datagrid .dx-row-lines > td {
        border-bottom: 1px solid #333;
    }

    .TrailerTrackerTable .dx-datagrid > .dx-datagrid-headers, .TrailerTrackerTable .dx-datagrid {
        background: #333;
    }

    .TrailerTrackerTable .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
        border-bottom: none;
    }

    .TrailerTrackerTable .dx-header-row > td[role="columnheader"] > div.dx-datagrid-text-content {
    }

    .TrailerTrackerTable .dx-datagrid-headers {
        border-bottom: 1px solid #333;
    }

    .TrailerTrackerTable .dx-datagrid-rowsview .dx-row > td {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
    .TrailerTrackerTable .dx-scrollable-content {
        background: #1a1f25;
    }
    .TrailerTrackerTable .dx-datagrid-headers .dx-datagrid-table .dx-row > td .dx-sort-indicator {
        color:white;
    }
    .TrailerTrackerTable .dx-datagrid-headers .dx-datagrid-table .dx-row > td .dx-sort {
        color: white;
    }

#TrackerMapArea {
    height: 218px;
    width: calc(100% - 425px);
    background: #1f1f1f;
    border-radius: 7px;
    float: right;
    min-height: 190px;
}

#TrackerLegend {
    float: left;
    height: 100%;
    vertical-align: top;
    height: 218px;
    background: #1a1f25;
    width: 410px;
    margin-right: 10px;
    border-radius: 12px;
    padding: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #252b33;
}
#TrackerLegendTable{
    margin-top:calc(50% - 35px);
}
#TrackerLegendTable tr td {
    border: 2px solid black;
    width: 99px;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
}
#TrackerMapArea .dx-map-container{
    border-radius:7px;
}
#gridContainerTrailerTracker .dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable {
    
}
.TimeButton{
    text-align:center;
}
    .TimeButton input {
        border: none;
        background: none;
        font-weight: 500;
        color:#333;
        width: 100%;
        text-align: center;
    }
.TrackerLegendBox h3 {
    font-size: 14px;
    border-radius: 12px;
    text-align: center;
    color: white;
    display: inline-block;
    width: 90px;
    padding: 5px;
    margin:4px;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: 500;
    border: 1px solid #272d36;
}
.TrackerLegendBox label{
    display:inline-block;
    color:white;
    font-size:16px;
    vertical-align:top;
    margin-top:5px;

}
.TrackerLegendLeft{
    display:inline-block;
    float:left;
}
.TrackerLegendRight {
    display: inline-block;
}

.DarkSettings_Header2 {
    background: #1a1e23;
    padding:15px;
}
.DarkSettings_Header2 p{
    padding:0px;
    margin:0px;
    display:inline-block;
    font-size:14px;
    background:white;
    padding:4px;
    padding-left:8px;
    padding-right:8px;

    font-weight:500;
    border-radius:6px;
}
.DarkSettings_Header2 h3{
    padding:0px;
    margin:0px;
    display:inline-block;
    font-size:20px;
    color:white;
    font-weight:500;
    vertical-align:top;
    margin-left:10px;
    margin-top:1px;
}
#TrailerFullScreenBtn{
    display:inline-block;
    background:none;
    border:none;
    color:white;
    font-size:20px;
}
#LoadCreate-popup {
    overflow: hidden !important;
}

    #LoadCreate-popup .dx-overlay-content {
        overflow: hidden !important;
    }
.NoScroll .dx-popup-content-scrollable {
    overflow: hidden;
}


.DarkGridArea {
    background: #1A1A1A;
    height: calc(100vh - 136px);
    padding-top:10px;
}
.DarkGridCenterArea{
    margin:30px;
    height:calc(100% - 120px);
}
.DarkGridCenterArea h3{
    color:white;
    font-size:18px;
    font-weight:500;
}
    .DarkGridCenterArea p {
        color: white;
        font-weight: 400;
        color: #ACAAAA;
    }
.DarkGrid{
    margin-top:25px;
    height:100%;
}
.DarkGrid .dx-datagrid-headers {
    background: #1F1F1F;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #303030;
}
.DarkGrid .dx-header-row .dx-datagrid-text-content {
    color: white;
    font-weight: 400 !important;
}
.DarkGrid .dx-datagrid > .dx-datagrid-rowsview {
    background: #1F1F1F;
    color:white;
}
.DarkGrid .dx-datagrid-headers {
    border-bottom:none;
    margin-bottom:-1px;
}
.DarkGrid .dx-datagrid .dx-row-lines > td {
    border-bottom: 1px solid #303030;
}
.DarkGrid .dx-bordered-bottom-view {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #303030;
}
    .DarkGrid .dx-datagrid .dx-row > td {
        height:40px;
    }
    .DarkGrid .dx-datagrid .dx-column-lines > td {
        border-left: 1px solid #303030;
        border-right: 1px solid #303030;
    }
    .DarkGrid .dx-bordered-bottom-view {
        border-top: 10px solid #141414;
    }
    .DarkGrid .dx-scrollable-wrapper {
        border-top: 1px solid #303030;
    }
    .DarkGrid .dx-datagrid-headers::before {
        border-bottom:none;
    }
    .DarkGrid .dx-header-row {
        border-bottom: 2px solid #303030;
    }
.DarkGrid .dx-texteditor-input{
}

.AvailableGridArea{
    vertical-align:middle;
}
.AvailableGridText {
    display: inline-block;
}
    .AvailableGridText p {
        display: inline-block;
        padding: 0px;
        margin: 0px;
        margin-left: 5px;
    }
.GridBulletSymbol {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.DarkGrid .dx-row:hover td {
    background:#303030 !important;
    color:white !important;
}
.DarkGrid .dx-freespace-row:hover td {
    background: #1F1F1F !important;
}
.DarkGrid .dx-row-alt td {
    background: #1a1919;
}
.DarkGrid .dx-datagrid-headers .dx-datagrid-table .dx-row > td .dx-sort-indicator {
    color:white;
}
.DarkGrid .dx-column-indicators span::before{
    color: white;
}
.InUsePopupArea {
    background: #1A1A1A;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 650px;
}
.InUsePopupArea .DarkGrid{
    height:605px;
}
.pUnderline {
    text-decoration: underline;
}
.pUnderline:hover{
    cursor:pointer;
}

.LoadMaterialSelectTable{
    border:1px solid silver;
    border-radius:5px;
}

.row-blue {
    background-color: #cce5ff !important; /* light blue */
}

.TableInputBtn2 {
    background: #5394ea;
    color: white !important;
    padding-top: 6px !important;
    padding-bottom: 4px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 14px !important;
    border-radius: 6px;
    margin-top: -8px !important;
    margin-bottom: -8px !important;
    height: 100% !important;
    font-weight: bold;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.unscheduled-card {
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.2s;
}

    .unscheduled-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
#unscheduled-container{
    height:100%;
}