﻿/******************************************Route Colors******************************************************************************************/
.route_H01, .route_H01X {
    background-color: #004d95;
}

.route_H03 {
    background-color: #0088ce
}

.route_H05 {
    background-color: #e18f19;
}

.route_H07 {
    background-color: #efbf07;
}

.route_H07X {
    background-color: #efbf07;
}
.route_SHTL {
    background-color: #07ef32;
}
.route_name_wrapper {
    width: auto;
}

.routeLink {
    margin-left: 10px;
    margin-top: 5px;
    width: auto;
    text-decoration: none;
    font-size: 13px;
}

.route_image {
    float: left;
    margin-right: 20px;
}

.route_icon {
    display: table-cell;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    vertical-align: middle;
}

.PageBody {
    background-color: #fff;
}

.cms-bootstrap [class^="icon-"], .cms-bootstrap [class*=" icon-"] {
    color: #ad229e !important;
}

#lbl_show {
    cursor: pointer;
}

@font-face {
    font-family: "Helvetica bold";
    src: url('../helveticaneue/Helvetica Neu Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Helvetica Light";
    src: url('../helveticaneue/HelveticaNeue Light.ttf') format('truetype');
}

@font-face {
    font-family: "Helvetica-Regular";
    src: url('../helveticaneue/Helvetica-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "HelveticaNue-Regular";
    src: url('../helveticaneue/HelveticaNeue.ttf') format('truetype');
}

body {
    background: #fff;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42857;
    height: 350px;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: auto;
}

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 10px;
}

.login-box, .register-box {
    width: 360px;
    margin: 7% auto 0% auto;
}

.login-page, .register-page {
    background: #d2d6de;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    padding: 0px 20px;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    /* color: #666; */
}

.has-feedback {
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #777;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.icheck > label {
    padding-left: 0;
}

.checkbox label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    padding-left: 0px;
}

.float-right {
    float: right;
}


.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
}

.checkbox .super {
    vertical-align: super;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

.btn-primary, .btn-primary :hover, .btn-primary :focus {
    background-color: #202c5e !important;
}

    .btn-primary:hover {
    }

a, a:hover, a :focus {
    color: #fff;
    cursor: pointer;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 95%;
    margin-left: 5%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 70%;
    height: 6px;
    background-color: #082660;
    z-index: 0;
    margin-left: 15%;
    margin-right: 15%;
    left: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 18px;
}

.btn-circle-thanks {
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 6px 0;
    font-size: 24px;
    line-height: 1.428571429;
    border-radius: 35px;
}

.btn-default {
    border-color: #082660;
    border-width: 4px;
}

.routes-list,
.routes-list-inline {
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* display: inline-block; */
}

.routes-list-inline {
    display: inline-block;
}

.route {
    margin-top: 10px;
    margin-bottom: 10px;
    /* display: -webkit-inline-box;
    display: inline-block; */
}

.route-affected {
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-inline-box;
    display: inline-block;
}

.route .wrapper label {
    padding-right: 15px;
}

.route .wrapper .route-name {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.route .wrapper input[type=checkbox] {
    vertical-align: middle;
    margin: 0;
}

.route .wrapper .bus-icon {
    margin-right: 10px;
}

.route .wrapper .bus-number {
    margin-right: 25px;
}

.route .wrapper .bgbus {
    background-color: #069cd5;
    border-radius: 15px;
}

.color-dark-orange {
    background-color: #ff4f03;
}

.color-light-blue {
    background-color: #069cd5;
}

.color-Light-salmon {
    background-color: #ffaa89;
}

.color-violet-blue {
    background-color: #aa579a;
}

.color-london-hue {
    background-color: #c280b3;
}

.color-fruit-salad {
    background-color: #46b74b;
}

.color-ocean-green {
    background-color: #44a47d;
}

.color-shamrock-green {
    background-color: #098c5f;
}

.color-persian-green {
    background-color: #02ab84;
}

.color-pastel-green {
    background-color: #7bcd73;
}

.color-dark-cerulean {
    background-color: #0c5790;
}

.color-iris-blue {
    background-color: #04b6e2;
}

.color-red {
    background-color: #ff0800;
}

.color-danube {
    background-color: #6691c0;
}

.color-Feijoa {
    background-color: #a9d691;
}

.color-Observatory {
    background-color: #098c62;
}

.color-airforce-blue {
    background-color: #5B7BAB;
}

.color-white {
    background-color: white;
    border: 1px solid #aa579a;
}

    .color-white span {
        color: #aa579a !important;
    }

.color-madang {
    background-color: #ACDC9F;
}

.color-gray {
    border: solid 1px #b5b2af;
}

.small_route_icon,
.small_street_icon,
.small_ferry_icon {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    vertical-align: middle;
}

.big-street-icon {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    vertical-align: top;
}

.big-bus-icon {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    vertical-align: top;
}

.small_route_icon span,
.small_street_icon span,
.small_ferry_icon span {
    position: relative;
    top: 35%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: 100%;
    float: left;
    color: #fff;
}

.small_route_icon span,
.big-street-icon span {
    top: 33%;
}

.big-bus-icon span {
    position: relative;
    top: 25%;
}

.small_street_icon span,
.small_ferry_icon span {
    top: 0%;
}

.norta-brand .navbar-default {
    background: #082660;
}

.norta-brand a.navbar-brand > img {
    height: 100%;
    width: auto;
}
/* line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */
.norta-brand .navbar-brand {
    height: 80px;
}

.norta-brand .nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.norta-brand .navbar-toggle {
    /*padding: 10px;
    margin: 25px 15px 25px 0;*/
}

.nt-sign-out-wrapper {
    height: 80px;
    max-height: 80px;
}
/** this class will only work if its immediate parent container has height defined **/
.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

a.nt-sign-out {
    display: block;
    text-align: center;
    padding: 5px 28px 5px;
    color: #fff !important;
    border: 2px solid #f19e14;
    border-radius: 10px;
    text-decoration: none;
    /* font-weight: bold; */
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .navbar-login a {
        color: #333;
    }

    .serviceAlertsCards {
        margin: 50px auto 0 auto;
        text-align: center;
    }

        .serviceAlertsCards .col-md-3 {
            display: inline-block;
            vertical-align: middle;
            float: none;
        }
}

@media only screen and (max-width: 767px) {
    #bs-example-navbar-collapse-1 {
        border-top: 2px solid #f19e14;
    }

    .detour {
        margin-top: 30px;
    }

    .serviceAlertsCards .col-md-3 {
        padding-bottom: 30px;
    }

    .busdetails {
        float: left;
    }

    .nassau-navbar-toggle button {
        background: transparent;
        max-height: 82px;
        overflow: hidden;
        margin: 0;
        width: 65px;
        border: 0;
        border-radius: 0;
        padding-top: 18px;
        padding-bottom: 17px;
    }

        .nassau-navbar-toggle button[aria-expanded='true'] {
            background: #f19e14 !important;
        }

    #navbar-close img {
        height: 28px;
    }

    #navbar-hamburger img {
        height: 25px;
    }

    .nassau-navbar-toggle span {
        font-size: 8pt;
        text-align: center;
        display: block;
        padding-top: 5px;
    }

    #navbar-close span {
        color: #082660;
        background-color: #f19e14;
    }

    .fas-calendar {
        width: 18px !important;
    }
}

.btnroute {
    background-color: #fe0a35;
    color: #ffffff;
    border-radius: 8px;
    padding: 5px 10px;
    border-color: #fe0a35;
    /* font-weight: bold; */
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
}

    .btnroute:hover {
        opacity: .8;
    }

hr {
    border-top: 2px solid #737272;
}

.route-affected-name {
    width: 75px;
    text-align: right;
    padding-right: 10px;
}

.delay,
.detour {
    padding: 30px;
    text-align: center;
    border: solid 1px gray;
    border-radius: 20px;
    cursor: pointer;
}

.active {
    background-color: #666560;
    color: white;
}

.activestep {
    color: #082660 !important;
}

#delaysection,
#detoursection {
    margin-top: 10px;
}

select {
    margin: 10px 0px;
}

.radio {
    padding: 10px;
}

    .radio span {
        color: #8C189B;
    }

    .radio:nth-child(even) {
        background: #f5f4f3
    }

    .radio:nth-child(odd) {
        background: #eeedeb
    }

.display-block {
    display: block;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
    cursor: pointer;
}

input[type="search"] {
    margin: 10px 0px;
}

.delayreview,
.detourreview {
    padding: 30px;
    text-align: center;
}

.detourreviewmsg {
    background-color: #eeedeb;
    padding: 20px;
    border-radius: 20px;
}

.detourreview.roadwork-row-cnt .detourreviewmsg {
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    font-size: 14px;
}

    .detourreview.roadwork-row-cnt .detourreviewmsg span {
        color: #0e73bd;
        font-size: 13px;
        display: block;
        text-transform: uppercase;
        margin-bottom: 6px;
    }

    .detourreview.roadwork-row-cnt .detourreviewmsg ul {
        padding-left: 16px;
        margin-top: 10px;
    }

.formmargin {
    margin-bottom: 60px;
}

.back-arrow {
    position: absolute;
    height: 35px;
    overflow: hidden;
}


.col-centered {
    float: none;
    margin: 0 auto;
}

.thankyou-wrapper .content {
    background-color: #e8e7e4;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

.check-mark {
    margin-top: -35px;
    color: #8C189B;
}

.msg-title h2 {
    font-weight: bold;
}

.add-link a {
    display: block;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #082660;
    text-decoration: none;
    color: #fff;
}

.bottom-content p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bottom-content a {
    color: #0e73bd;
}

.msg-title,
.msg-subtitle {
    margin-bottom: 20px;
}

/* Loader Css */

#step-3 {
    position: absolute;
    height: 100%;
    width: 100%;
}

#step-3 {
    z-index: 2;
    display: none;
}

.ball-loader {
    width: 100px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.ball-loader-ball {
    will-change: transform;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #f19e14;
    position: absolute;
    -webkit-animation: grow 1s ease-in-out infinite alternate;
    animation: grow 1s ease-in-out infinite alternate;
}

    .ball-loader-ball.ball1 {
        left: 0;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    .ball-loader-ball.ball2 {
        left: 50%;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        -webkit-animation-delay: 0.33s;
        animation-delay: 0.33s;
    }

    .ball-loader-ball.ball3 {
        right: 0;
        -webkit-animation-delay: 0.66s;
        animation-delay: 0.66s;
    }

@-webkit-keyframes grow {
    to {
        -webkit-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
    }
}

@keyframes grow {
    to {
        -webkit-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
    }
}

.nextBtn {
    margin-top: 20px;
    width: 95px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: proxima-nova,sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    transition: .4s;
    border-radius: 8px;
}

    .nextBtn:hover {
        opacity: .8;
    }

.circlecheck {
    color: #ffffff;
    position: relative;
    bottom: 4px;
}

.small_routeaffected_icon {
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
}

    .small_routeaffected_icon span {
        position: relative;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        line-height: 135%;
        float: left;
        color: #fff;
    }

    .small_routeaffected_icon .text {
        top: 20%;
    }

/* Service Alerts Page */

.alert-title {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
    /* color:#8C189B; */
}

.addAlert {
    padding: 30px;
    text-align: center;
    border: solid 1px #DDDDDD;
    border-radius: 20px;
    cursor: pointer;
}

    .addAlert h4,
    .activeAlerts h4 {
        color: #0e73bd;
        font-weight: 700;
    }

.activeAlerts {
    padding: 35px;
    text-align: center;
    border: solid 1px #DDDDDD;
    border-radius: 20px;
    cursor: pointer;
}

.addAlert i {
    font-size: 6em;
    color: #0e73bd;
}

.activeAlerts i {
    font-size: 3em;
    border: solid 6px #0e73bd;
    border-radius: 10px;
    padding: 8px 10px;
    margin-bottom: 6px;
    color: #0e73bd;
}

.m-t-50 {
    margin-top: 50px;
}

.streetdetails {
    margin-top: 15px;
    border: solid 1px #DDDDDD;
    border-radius: 10px;
    padding: 20px;
}

.busdetails {
    margin-top: 20px;
    border: solid 1px #DDDDDD;
    border-radius: 10px;
    padding: 20px;
}

.ferrydetails {
    margin-top: 20px;
    border: solid 1px #DDDDDD;
    border-radius: 10px;
    padding: 20px;
}

.buses {
    margin-top: 20px;
}

.streetsectiontext {
    display: inline-block;
    width: 80%;
    margin-left: 20px;
    /* margin-right: 20px; */
}

    .streetsectiontext .header {
        font-family: proxima-nova, sans-serif;
        font-style: normal;
        font-weight: 700;
    }

    .streetsectiontext .subheader {
        text-transform: uppercase;
        color: #E42345;
        margin-top: 25px;
        line-height: 20px;
        font-family: proxima-nova, sans-serif;
        font-style: normal;
        font-weight: 700;
    }

    .streetsectiontext .para {
        font-family: proxima-nova, sans-serif !important;
        font-style: normal;
        font-weight: 400;
        margin-top: 25px !important;
        font-weight: bold !important;
        margin-left: 0px !important;
    }

.removealert {
    display: inline-block;
    vertical-align: top;
    float: right;
    cursor: pointer;
}

    .removealert a {
        margin-right: 15px;
        color: #666666;
        font-family: proxima-nova, sans-serif;
        font-style: normal;
        font-weight: 700;
    }

.color-light-green {
    background-color: #73C06B
}

.color-second-bus {
    background-color: #A89A22;
}

.color-third-bus {
    background-color: #C1A0C9;
}

.color-fourth-bus {
    background-color: #793F2B;
}

.transport {
    margin-bottom: 30px;
}

.maintitle {
    color: #8C189B;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-left: 10px;
}

.signoutewithaddalert {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.addalertlink {
    color: #f19e14;
    margin-right: 20px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.plusalert {
    margin-right: 10px;
    color: #f19e14;
    font-weight: bold !important;
}

.color-streetcar {
    background-color: #E42345;
}

.Ferries {
    margin-top: 10px;
}

    .Ferries .para {
        margin-left: 30px;
        font-family: proxima-nova, sans-serif;
        font-style: normal;
        font-weight: 700;
    }

.buses .para {
    margin-left: 30px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.StreetCars .para {
    margin-left: 30px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.wrapper .fa-exclamation-triangle {
    color: red;
}

.ui-autocomplete-category {
    font-weight: bold;
    background-color: #dddddd;
}

.stops-list, .missedstops-list {
    background-color: #dddddd;
}

    .stops-list li, .missedstops-list li {
        padding: 5px;
    }

        .stops-list li i, .missedstops-list li i {
            float: right;
            margin: 2px;
            cursor: pointer;
        }

.detourreview.roadwork-row-cnt {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.header-color {
    color: #f19e14 !important;
}

/* Scheduler part css */

.schedule-alt {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
}

.schedule-alt-lt {
    width: 48%;
    float: left;
}

.schedule-alt-rt {
    width: 48%;
    float: right;
}

.schedule-row {
    width: 100%;
    display: inline-block;
}

    .schedule-row label {
        font-size: 18px;
    }

    .schedule-row span {
        font-size: 10px;
    }


.schedule-alt h2 {
    text-align: center;
}

.schedule-alt label {
    width: 100%;
    display: inline-block;
}

.schedule-alt input {
    width: 80%;
    display: inline-block;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    padding: 12px 7px;
}

.schedule-alt .fa-calendar {
    font-size: 25px;
    color: #0E73BD;
}

.schedule-alt .fa-remove {
    font-size: 25px;
    color: #0E73BD;
}

.schedule-link a {
    font-size: 14px;
    color: #8C189B;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

.ui-datepicker-trigger {
    background: none;
    border: none;
}

.pad10 {
    padding: 10px !important;
}

/* Tooltip related css   */

.ui-tooltip, .arrow:after {
    background: #0e73bd;
    /*border: 0.5px solid white;*/
}

.ui-tooltip {
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    border: none !important;
    font: bold 13px "Helvetica Neue", Sans-Serif;
    box-shadow: none !important;
    width: 150px;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        /*box-shadow: 6px 5px 9px -9px black;*/
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.stop-pointer {
    pointer-events: none;
}

.align-right {
    text-align: right;
}


.schedule-row .input-append {
    position: relative;
}

    .schedule-row .input-append > .btn-remove {
        position: absolute;
        right: calc(20% + 20px);
        top: 10px;
        width: 14px;
        height: 14px;
    }

.datetimepicker.to_date {
    padding: 0;
}

.datetimepicker.from_date {
    padding: 0;
}

.schedulr-alert-title {
    text-align: left !important;
    padding-bottom: 20px;
}

.fas-calendar {
    background: url('../Images/calendar-alt-solid.svg') no-repeat;
    height: 14px;
    width: 12px;
}

.fas-scheduled-calendar {
    background: url('../Images/calendar-alt-solid.svg') no-repeat;
    height: 74px;
    width: 70px;
}

.login_bg {
    background: #082660;
}

.login_logo_img {
    width: 100%;
}

.add-alert {
    border-radius: 8px;
    font-family: proxima-nova,sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    transition: .4s;
}

    .add-alert:hover {
        opacity: .8;
    }

#dv_delay {
    margin-top: 20px;
}

#dv_detour {
    margin-top: 20px;
}

.formBtn {
    font-family: proxima-nova,sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    transition: .4s;
    border-radius: 8px;
}

    .formBtn:hover {
        opacity: .8;
    }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: transparent;
}

.date .glyphicon {
    color: #0e73bd !important;
}

.alert-title > h2 {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #0e73bd;
}
.fade,.show {
    opacity: 0.9 !important;
}
.delayDetour, .customAlert {
    padding: 30px;
    text-align: center;
    border: solid 1px gray;
    border-radius: 20px;
    cursor: pointer;
}
.Tripcancel {
    margin-top:20px;
    margin-bottom:20px;
}
.tripcancellink {
    color: #f19e14;
    margin-right: 20px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.tripalert {
    margin-right: 10px;
    color: #f19e14;
    font-weight: bold !important;
}
.dropzone-area {
    border: 2px dashed #d8e2ef;
    border-radius: 0.25rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
   
}
#dvDropzone {
    cursor:pointer;
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.alert-error {
    background-color: #fdd;
    color: #262524;
    border: #fdd;
    font-size: 12px;
}

.alert {
    position: relative;
    padding: 5px 5px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.tripreview > h4 {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #0e73bd;
    font-size:25px;
}
.h6ServiceTime {
    font-style: italic;
    color: red;
}
.bg-200 {
    background-color: #edf2f9 !important;
}
.text-900 {
    color: #344050 !important;
}
.h5routeheading {
    margin-bottom: 10px;
    font-weight:bold;
    font-size:16px;
}
@keyframes spinner-border {

    to {
        transform: rotate(360deg);
    }
}
