﻿


#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: 2px;
            width:calc(100% - 20px);
            margin-left:10px;
            margin-top:4px;
            margin-bottom:4px;
            height:37px;
        }
            .FilterView .ChangeSideView p:hover {
                cursor: pointer;
                background: orange;
            }
#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 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 22px;
    margin:2px;
    margin-left:10px;
}
    .LegedndColor input {
        width: 60px;
        height: 22px;
        display: inline-block;
        border: 1px solid lightgray;
        border-radius:3px;
    }
.LegedndColor input[type="color" i]{
    border-width:0px;
    border-radius:3px;
}

    .LegedndColor 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%;
}
.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:10px;
}
#MyLoads p{
    font-weight:500;
}
#CalendarOptions {
    transform: translateX(0);
    border-right: 2px solid #DCDCDC;
}
#MyLoads {
    transform: translateX(100%);
}

.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:5px;
}
.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:300px;
}






#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;
}
.ScheduleTab {
    display: inline-block;
    margin: 0px;
    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;
}
#ScheduleTabs .ScheduleTab:nth-child(1) {
    border-left: 0px solid transparent;
    border-bottom: 28px solid rgb(227, 176, 95);
    margin-left: 0px;
    z-index: 20;
    border-top-left-radius: 0px;
}
#ScheduleTabs .ScheduleTab:nth-child(2) {
    border-bottom: 28px solid #ddf3fe;
    z-index: 19;
}
#ScheduleTabs .ScheduleTab:nth-child(3) {
    border-bottom: 28px solid #dcf1de;
    z-index: 18;
}
.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;
}
.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;
}
.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:10px;
    border-bottom:1px solid silver;
}

.RouteBox {
    display: inline-block;
    width: 350px;
    border-radius: 2px;
    vertical-align: top;
    height: 50px;
    margin-top: 5px;
    background: #edf3fe;
}
.RouteBox p{
    font-size:17px;
    font-weight:500;
    padding:0px;
    margin:0px;
    overflow:hidden;
    padding-top:4px;
    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: 12px;
}
.RouteWarehouse {
    border: 2px solid orange;
    background: orange;
}
.RouteArrowArea {
    display: inline-block;
    width: 100px;
    text-align: center;
}
.RouteArrowArea p{
    border:0px;
    padding:0px;
    margin:0px;
    font-size:12px;
}
.RouteArrow{
    font-size:20px;
}



.TruckDetails{
    padding:8px;
}
.TruckDetails p{
    display:inline-block;
    font-weight:400;
    color:gray;
    padding:0px;
    margin:0px;
}
.TruckDetails i{
    margin-left:15px;
}


.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;
    }
#RouteBackBtn {
    background: #5394e9;
    display: inline-block;
    color:white;
    font-weight:500;
    font-size:15px;
    padding:5px;
    padding-left:15px;
    padding-right:15px;
    border-radius:6px;
    position:absolute;
    z-index:999;
    margin:5px;
    margin-left:10px;
}
#RouteBackBtn:hover{
    cursor:pointer;
}
#MapsView {
    position:relative;
    height:calc(100vh - 68px);
    width:calc(100% - 260px);
    display:inline-block;
    
}
#RouteMapArea {
    height: 440px;
}

#RouteArea {
    overflow-y: auto;
    height: calc(100% - 432px);
    border-top: 2px solid #DCDCDC;
    width: 900px;
    display: inline-block;
    border-right: 2px solid #DCDCDC;
}
#RouteAreaOther {
    width: 370px;
    display: inline-block;
    vertical-align: top;
    overflow-y: auto;
    height: calc(100% - 432px);
    float:right;
}
#RouteAreaOther h2{
    font-size:16px;
    display:inline-block;
    font-weight:500;
}
#RouteAreaOther h3 {
    font-size: 14px;
    text-align:center;
    font-weight:400;
    padding:6px;
}
#RouteArea button {
    float: right;
    vertical-align: top;
    background: #7cb957;
    border-radius: 2px;
    border: none;
    color: white;
    margin-right:3px;
    padding:3px;
    padding-left:8px;
    padding-right:8px;
    margin-top:3px;
    margin-left:5px;
}
#RouteAreaOther .RouteBox{
    display:block;
}

.DraggableRoute {
}
    .DraggableRoute:hover {
        cursor: pointer;
        border: 2px solid orange !important;
    }


    .DraggableRoute.dragging {
        border:2px solid #7cb957 !important;
        background: #7cb957 !important;
    }

#LoadWizardLocationBtn{
    color:orange;
    background:none;
    border:none;
    font-size:22px;
    padding-top:2px;
}
#LoadWizardLocationBtn i{
    vertical-align:top;
    margin-top:4px;
}