.deliveryTripNavContainer {
    position: relative;
    height: 140px;
    min-width: 389px;
    border: 1px solid gray;
    border-radius: 5px;
    margin: 0px 5px 0px 5px;
    padding: 15px 10px 10px 45px;
    color: gray;
    cursor: pointer;
}

.deliveryTripNavContainer.active {
    color: black;
    border: 1px solid #3295D7;
}

.deliveryTripNavContainer div.checkCircle {
    position: absolute;
    border-radius: 100%;
    background-color: #d5d5d5;
    height: 18px;
    width: 18px;
    top: 14px;
    left: 8px;
}

.deliveryTripNavContainer.active div.checkCircle {
    background-color: #3295D7;
}

.deliveryTripNavContainer div.checkCircle i.fa {
    margin: 2px 1px 1px 3px;
    display: none;
}

.deliveryTripNavContainer.active div.checkCircle i.fa {
    display: block;
    color: white;
}

.deliveryTripNavContainer div h4 {
    color: gray;
    font-size: 15px;
    margin-bottom: 5px;
}

.deliveryTripNavContainer.active div h4,
.deliveryTripNavContainer.active div ul li {
    color: #3295D7;
}

.deliveryTripNavContainer div ul {
    padding-left: 0px;
}

.deliveryTripNavContainer div ul li {
    color: gray;
    list-style-type: none;
    font-size: 12px;
    line-height: 1.5;
}

.deliveryTripNavContainer div ul li span {
    color: gray;
    font-size: 8px;
    margin-right: 10px;
}

.itinerary-start-date input[type="text"] {
    text-align: center;
    background-color: #ffffff;
}

.itinerary-start-date .previous-date:hover,
.itinerary-start-date .next-date:hover {
    cursor: pointer;
    background-color: rgb(225, 225, 225);
}

table.day-view,
table.day-view thead,
table.day-view tbody,
table.day-view tr th,
table.day-view tr td {
    border: 3px solid #E5E4E2;
    padding: 10px 15px;
}

table.day-view tbody {
    overflow-x: auto;
}

table.week-view,
table.range-view,
table.week-view thead,
table.range-view thead,
table.week-view tbody,
table.range-view tbody,
table.week-view tr td,
table.range-view tr td {
    border: 3px solid #E5E4E2;
    padding: 1px 3px;
}

table.week-view {
    width: 100%;
}

table.day-view tr th {
    min-width: 280px;
    width: 280px;
}

table.day-view tr td .draft-visit.for-review:hover,
table.week-view td.draftVisitsCon .draft-visit.for-review.draft-week-view:hover {
    cursor: pointer;
    background-color: #579ece;
}

.employeeAssignedCon {
    position: relative;
    background: white;
    border: 3px solid #fff;
    padding: 10px;
    background-color: #F1F1F1;
}

.employeeAssignedCon:hover {
    background-color: #ebebeb;
}

.employeeAssignedCon .imageCon {
    position: relative;
    float: left;
    margin: 3px 10px 3px 3px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100px;
}

.employeeAssignedCon .name {
    font-size: 13px;
    font-weight: bold;
    color: #444;
}

.employeeAssignedCon .name a {
    color: #444;
}

.employeeAssignedCon table tbody,
.employeeAssignedCon table tbody td {
    border: none;
    padding: 5px;
}

.draftVisitsCon {
    position: relative;
    height: 76px;
    vertical-align: top;
}

.draft-visit {
    color: white;
    height: 120px;
    padding: 10px;
    border-radius: 3px;
}

.for-review {
    background-color: #5b9fcd;
}

.scheduled {
    background-color: #27AE60;
    cursor: auto;
}

.draft-week-view {
    width: 64px;
    height: 34px;
    padding: 2px;
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    margin: 2px;
}

.view-more {
    padding-top: 6px;
    width: 93%;
    position: absolute;
    top: 39px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(0deg, rgba(43,43,43,0.8) 0%, rgba(255,255,255,0.9) 85%);
}

.view-more:hover {
    cursor: pointer;
}

.all-drafts {
    display: none;
    border-radius: 3px;
    border: 2px solid #bdbdbd;
    background-color: #ffffff;
    width: 120%;
    height: 118px;
    position: absolute;
    top: -121px;
    left: -10px;
    z-index: 200;
    overflow-y: scroll;
}

.draft-checkbox .icheckbox_minimal-blue,
.draft-checkbox-week .icheckbox_minimal-blue {
    background-color: #edebeb;
}

.draft-checkbox-week {
    margin: -11px;
}

.draft-checkbox-week .icheckbox_minimal-blue {
    display: none !important;
    position: absolute;
}

.draft-status {
    text-align: right;
    padding-top: 7px;
    height: 34px;
}

.draft-status div {
    display: inline-block;
}

.draft-status div span {
    margin-left: 3px;
    font-size: 14px;
}

.draft-status .colorDiv {
    display: inline-block;
    vertical-align: middle;
    height: 20px !important;
    width: 20px !important;
}

ul.routeNames {
    padding: 0; 
    margin: 0; 
    display: flex; 
    overflow-x: auto;
}

ul.routeNames li {
    display: inline-block; 
    list-style-type: none; 
    padding: 5px 15px 0 0; 
    flex: 0 0 200px;
}

ul.routeNames li div.colorDiv {
    display: inline-block; 
    margin: 0 5px 0 0; 
    vertical-align: top; 
    height: 18px !important; 
    width: 18px !important;
}

ul.routeNames li span {
    display: inline-block; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 155px; 
    text-align: center;
    font-weight: bold;
    color: #000000;
}

.map-view {
    position: relative;
    margin: 3px 0; 
    display: block; 
    width: 255px;
}

td.routeVisitTypeSelect .select2-container {
    max-height: 76px;
    overflow-y: auto;
}

.routesCon {
    width: auto; 
    margin: 10px; 
    max-height: 300px; 
    overflow-y: auto; 
    overflow-x: hidden;
}

td.visit-route {
    text-align: center;
}

td.visit-route .route-assign-employee {
    display: none;
}

.loader {
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-1 span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 10px 3px;
    opacity: 0;
}

@keyframes opacitychange {
    0%, 100% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
}

#loader-1 span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

#loader-1 span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-1 span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

