@charset "UTF-8";
/* CSS Document
Client: LimoLink
Company: Informatics, Inc
Author: J Stephens
Date: July 2017
green: #71a698
*/


.logo-bg-image {
    background: url(assets/logo.62952bf84f220204f8c030913676769f.png);
}

.logo-bizride-bg-image {
    background: url(assets/logo-bizride.43950aec541928c670273e035fcd3872.png);
}

/*.dx-texteditor-input {
    margin-left: -10px;
    margin-top: -4px;
}*/

/* TYPOGRAPHY */
body {
    font-family: "Muli", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    background: #555555;
}

h1, h2, h3 {
    color: #222;
    font-family: "Muli", sans-serif;
    font-weight: 700;
    letter-spacing: -.5px;
}

h1 {
    font-family: "Muli";
    font-size: 36px;
    margin: 0 0 20px 0;
    font-weight: 300;
}

h2 {
    font-family: "Muli", sans-serif;
    font-weight: 300;
    font-size: 21px;
    margin: 0;
    letter-spacing: .5px;
}

h3 {
    font-size: 21px;
    color: #222;
    font-weight: 300;
    letter-spacing: .25px;
}

h4 {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin: 20px 0;
}

p {
    margin-bottom: 1.5em;
}

img {
    max-width: 100%;
}

hr {
    width: 100%;
    float: left;
    border-color: #ccc;
}

/* LINKS */
a {
    color: #71a698;
    outline-color: #71a690 !important;
}

    a:visited {
        opacity: .9;
    }

    a:active, a:focus {
        color: #333;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        color: #888;
        opacity: 1;
    }

    /* Animate */
    a, a:after, i:after, .form-go, .input-icon, .fa {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

/* GLOBAL */

#header {
    background: #fff;
    border-top: 5px solid #333;
}

#logo {
    padding: 15px;
    text-align: center;
    display: block;
}

#toggle {
    background: #333;
    margin: 0;
    border-radius: 0;
    width: 100%;
}

    #toggle .icon-bar {
        background: #fff;
    }

#nav-main {
    margin: 0 -15px;
}

    #nav-main a {
        color: #555;
        font-size: 16px;
        border-top: 1px dotted #ccc;
    }

    #nav-main li.user {
        text-align: center;
        font-size: 14px;
        padding: 10px;
    }

#account-select ul {
    margin: 10px 0;
    padding: 0 15px;
}

    #account-select ul a {
        display: block;
        padding: 5px 10px;
        font-size: 14px;
        color: #71a698;
        border: 0;
    }

#reservation-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background: #eee;
    padding: 0 0 75px 0;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

    #reservation-wrap h1 {
        color: #fff;
        text-align: center;
        padding: 30px;
        margin: 0;
        background: url(assets/header.e455b43235906b813742ab78da4e5635.png) center bottom no-repeat #222;
        background-size: cover;
    }

    #reservation-wrap footer {
        background: #222;
        color: #777;
        display: block;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
        line-height: 25px;
        font-size: 12px;
    }

        #reservation-wrap footer img {
            height: 35px;
        }

        #reservation-wrap footer p {
            margin: 0;
            padding: 5px 0;
        }

        #reservation-wrap footer a {
            color: #777;
            padding: 0 10px;
            border-left: 1px solid #444;
        }

            #reservation-wrap footer a:first-of-type {
                border: 0;
            }

            #reservation-wrap footer a:hover {
                color: #999;
            }

#content {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    #content.dashboard {
        padding: 15px 0;
    }

    #content.one-col {
        max-width: 700px;
    }

    #content.one-col-wide {
        max-width: 1000px;
    }

    #content.login {
        max-width: 600px;
        padding: 0 20px;
    }

    #content .alert-info {
        border: 2px solid #ccc;
        background: #ddd;
        color: #444;
        font-size: 14px;
        padding: 15px;
        text-align: center;
        overflow: hidden;
    }

    #content .alert-success {
        border: 0px solid #70ad57;
        border-radius: 0;
        background: none
    }

    #content h2 {
        margin: 30px 0;
        text-align: center;
        position: relative;
        width: 100%;
        float: left;
    }

        #content h2 span {
            padding: 10px;
            background: #eee;
            position: relative;
            z-index: 2;
        }

        #content h2:after {
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            background: #ccc;
            height: 1px;
            content: "";
            z-index: 1;
        }

        #content h2 + p {
            text-align: center;
        }

    #content .alert {
        margin: 0 15px 0px 15px;
    }

.form-group {
    position: relative;
}

.form-control {
    border: 2px solid #ccc;
    border-radius: 0;
    height: 40px;
    font-size: 16px;
    padding: 0;
    padding-left: 5px;
}

    .form-control + .form-control {
        margin-top: 10px;
    }

.input-icon {
    position: absolute;
    right: 0;
    /*bottom: 0;*/
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 0;
    border-left: none;
    font-size: 20px;
    text-align: center;
}

    .input-icon:hover {
        cursor: pointer;
        color: #71a698;
    }
.input-icon-left-offset {
    margin-right: 140px;
    position: absolute;
    right: 0;
    /*bottom: 0;*/
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 0;
    border-left: none;
    font-size: 20px;
    text-align: center;
}

    .input-icon-left-offset:hover {
        cursor: pointer;
        color: #71a698;
    }

div.form-control {
    border: 0;
    height: auto;
    background: none;
    box-shadow: none;
}

form div.form-control label {
    width: auto;
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    border-color: #71a698;
    box-shadow: 5px 5px 2px rgba(0,0,0,.05);
    background: #fff;
}

    .form-control:focus + .input-icon {
        border-color: #71a698;  
    }

.form-go {
    display: block;
    width: 100%;
    background: #71a698;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    border: 0;
    margin: 20px 0 20px 0;
    font-weight: 700;
    box-shadow: 3px 3px 5px rgba(0,0,0,.1);
    text-align: center;
    outline-color: black !important;
}

    .form-go:hover, .form-go:active, .form-go:focus {
        color: #fff;
    }

.form-go:hover {
    background: #71a690;
}

.form-control {
    background: #f9f9f9;
}

.form-control-text {
    border: 0;
    background: none;
    padding: 10px 0 0 0;
    box-shadow: none;
    font-style: italic;
    text-align: left;
    margin: 0;
    float: left;
}

    .form-control-text strong {
        font-style: normal;
        color: #222;
        display: block;
    }

label small {
    font-weight: 300;
    color: #777;
}

.with-button .form-control {
    margin: 0 0 10px 0;
}

label a {
    display: block;
    font-weight: 300;
}

.card {
    padding: 20px;
    background: #fff;
    margin: 0 0 23px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    width: 100%;
    float: left;
}

    .card h3 {
        color: #333;
        margin: 15px 0;
    }

        .card h3:first-of-type {
            margin: 0 0 15px 0;
        }

    .card p {
        color: #555;
    }

        .card p:last-of-type {
            margin: 0;
        }


.btn {
    background: #71a698;
    color: #fff;
    text-align: center;
    outline-color: #71a690;
    box-shadow: 6px 6px 5px rgba(0,0,0,.1);
}

.btn:hover {
    background: #5f9284;
    transform: translate(2px,2px);
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #71a698 0%, #5f9284 100%);
    background-image: -o-linear-gradient(top, #71a698 0%, #5f9284 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#71a698), to(#5f9284));
    background-image: linear-gradient(to bottom, #71a698 0%, #5f9284 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #71a690;
    outline-color: black !important;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #5f9284 !important;
        background-position: 0 -15px;
        border-color: #71a690;
        outline-color: #71a690;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #5f9284;
        border-color: #71a690;
        outline-color: #71a690;
    }

    .btn-primary:disabled,
    .btn-primary.disabled,
    fieldset [disabled] .btn-primary {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-position: 0px !important;
    }


a.btn-book {
    margin: 0 0 20px 0;
    display: block;
    background: #71a698;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 19px;
    box-shadow: 6px 6px 5px rgba(0,0,0,.1);
    outline-color: black !important
}

a.btn-book:hover {
    background: #5f9284;
    transform: translate(2px,2px);
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

.menu {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

    .menu a {
        display: block;
        border-bottom: 1px dotted #ccc;
        padding: 20px 10px 20px 40px;
        font-size: 16px;
        font-weight: 600;
        color: #222;
        position: relative;
    }

        .menu a p {
            font-size: 14px;
            color: #888;
            font-weight: 400;
        }

        .menu a .fa {
            font-size: 20px;
            position: absolute;
            left: 10px;
            top: 20px;
            color: #71a698;
        }

    .menu li:last-of-type a {
        border: 0;
    }

    .menu a:hover {
        background: #eee;
        padding: 20px 5px 20px 45px;
    }

        .menu a:hover .fa {
            left: 10px;
        }

    .menu .active a {
        background: #71a698;
        color: #fff;
    }

        .menu .active a i {
            color: #fff;
        }

.table-responsive {
    padding-bottom: 10px;
    overflow: inherit;
}

.table-hover > tbody > tr:hover {
    background-color: #71a698;
}
    .table-hover > tbody > tr > td.active:hover,
    .table-hover > tbody > tr > th.active:hover,
    .table-hover > tbody > tr.active:hover > td,
    .table-hover > tbody > tr:hover > .active,
    .table-hover > tbody > tr.active:hover > th {
        background-color: #71a698;
    }


.table {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
}

    .table thead td {
        font-weight: 700;
        background: #333;
        color: #fff;
    }

    .table.confirm tr td:first-of-type {
        font-weight: bold;
        color: #333;
        width: 175px;
    }

    .table.confirm tr.noBorder td {
        border: 0;
        font-weight: normal;
    }

    .table.confirm tr.normalFont td {
        font-weight: normal;
    }

    .table.confirm tr.altPadding td {
        padding: 4px 8px;
    }

    .table.confirm tr.whiteRow td {
        background-color: white;
    }

    .table.confirm tr.altRow td {
        background-color: #f9f9f9;
    }

    .table .dropdown-menu {
        border-radius: 0;
        border-top: 5px solid #71a698;
        left: auto;
        right: 0;
    }

        .table .dropdown-menu a {
            padding: 3px 10px;
        }

        .table .dropdown-menu .fa {
            margin: 0 5px 0 0;
            color: #71a698;
            min-width: 15px;
        }

        .table .dropdown-menu .fa-ban {
            color: #c02929;
        }

    .table .dropdown.open > a {
        color: #333;
    }

.options {
    border-top: 1px solid #ccc;
    padding: 30px 0;
    margin: 30px 0 0 0;
    width: 100%;
    float: left;
}

    .options .btn {
        padding: 10px 20px;
        font-size: 16px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

.confirm-modal-footer {
    border-top: 1px solid #ccc;
    padding: 20px 0 0 0;
    width: 100%;
    float: left;
}

    .confirm-modal-footer .btn {
        padding: 10px 20px;
        font-size: 16px;
    }

.err-options {
    border-top: 1px solid #ccc;
    padding: 5px 0;
    margin: 5px 0 0 0;
    width: 100%;
    float: left;
}

    .err-options .btn {
        padding: 10px 20px;
        font-size: 16px;
    }

.res-confirm-footer {
    border-top: 1px solid #ccc;
    padding: 5px 0;
    margin: 5px 0 0 0;
    width: 100%;
    float: left;
}
    .res-confirm-footer .btn {
        padding: 10px 20px;
        font-size: 16px;
    }

    .res-confirm-footer .btn:first-child {
        float: left;
    }

    .res-confirm-footer .btn:last-child {
        float: right;
    }

.err-modal-content {
    padding: 5px 20px !important;
}

.confirm-modal-content {
    padding: 5px 20px !important;
}

.res-confirm-modal-content {
    padding: 5px 20px !important;
}

.res-confirm-modal-body {
    padding: 15px 0 !important
}

.res-error-message {
    color: #aaa;
    margin: 0 !important;
}

.error-hdr {
    color: #71a698;
    font-size: 20px;
    font-weight: normal;
}

.confirm-hdr {
    color: #71a698;
    font-size: 20px;
    font-weight: normal;
}

.res-confirm-hdr {
    color: #71a698;
    font-size: 20px;
    font-weight: normal;
}

.res-confirm-message {
    color: #aaa;
    margin: 0 !important;
}

.modal-content {
    overflow: hidden;
    border-radius: 0;
    padding: 30px;
    /*border-top: 5px solid #333;*/
}

#filter {
    display: block;
    margin: 0 0 15px 0;
    padding: 10px 20px;
    float: Left;
    width: 100%;
    background: #fff;
    border: 2px solid #ccc;
}

    #filter * {
        float: left;
        margin: 0 10px 0 0;
    }

    #filter p {
        font-weight: 700;
        margin: 0 10px 0 0;
        line-height: 40px;
        display: block;
        float: none;
    }

    #filter input[type=text] {
        width: 100%;
        max-width: 300px;
        height: 40px;
        background: #f4f4f4;
        border: 1px solid #ccc;
        padding: 10px;
    }

    #filter .btn {
        padding: 7.5px 20px;
        font-size: 16px;
    }

#passengers .row {
    margin: 0;
}

#passengers .form-control-half {
    margin-bottom: 10px;
}

.notification-group {
    padding: 5px 15px;
    background: rgba(0,0,0,.05);
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
}

    .notification-group h4 {
        border: 0;
        text-align: center;
        margin: 0 0 15px 0;
        padding: 0;
    }

    .notification-group header {
        border-bottom: 1px dotted #999;
        overflow: hidden;
        padding: 5px 0;
        margin: 0 0 10px 0;
    }

        .notification-group header .form-group {
            width: 50%;
        }

    .notification-group .form-group {
        width: 33%;
        padding: 0 10px;
    }

        .notification-group .form-group label {
            display: block;
            width: 100%;
            float: none;
        }

        .notification-group .form-group .form-control {
            width: 100%;
        }

#total-hours {
    display: none;
}

/* --------------------------------------*/
/* Small devices (tablets, 768px and up) */
/* --------------------------------------*/
@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }

    #nav-main {
        margin: 10px 0;
        float: none;
        width: 100%;
        text-align: center;
    }

        #nav-main li {
            display: inline-block;
            float: none;
        }

        #nav-main a {
            font-size: 14px;
            padding: 7px 10px;
            border: 0;
            font-weight: 400;
            color: #888;
        }

            #nav-main a:after {
                position: absolute;
                bottom: 0px;
                left: 10px;
                right: 10px;
                height: 3px;
                background: #71a698;
                content: "";
                opacity: 0;
            }

            #nav-main a:hover {
                color: #222;
                background: none;
            }

        #nav-main li.user {
            border-left: 1px solid #ccc;
            margin: 0 5px 0 5px;
            padding: 5px 5px 5px 15px;
        }

        #nav-main .active a {
            color: #71a698;
        }

            #nav-main .active a:after {
                opacity: 1;
            }

    #account-select {
        border: 1px solid #ccc;
        background: #f4f4f4;
    }

        #account-select ul {
            left: auto;
            right: 0;
            margin: 0;
            padding: 10px;
            border-radius: 0;
            border-top: 5px solid #71a698;
        }

    #reservation-wrap h1 {
        padding: 40px;
    }

    #content {
        padding: 30px 15px;
    }

    form p {
        text-align: center;
        margin: 15px 0;
    }

    form h4 {
        margin: 25px 0 10px 0;
        padding: 15px 0;
        display: block;
        border-bottom: 1px solid #ccc;
    }

    form {
        float: left;
        width: 100%;
    }

        form .form-group {
            width: 100%;
            float: left;
        }

            form .form-group .form-control, #content form .form-group .form-control-div {
                width: 75%;
                float: right;
            }

            form .form-group .form-control-div label {
                width: auto;
            }

            form .form-group label {
                width: 25%;
                float: left;
                padding: 10px 5px 0 0;
            }

        form .form-group-checkbox {
            padding-left: 25%;
            margin: 5px 0 0 0;
        }

            form .form-group-checkbox:last-of-type {
                margin-bottom: 10px;
            }

            form .form-group-checkbox label {
                width: auto;
            }

        form .with-button .form-control {
            margin: 0 1% 0 0;
            width: 59%;
            float: left;
        }

        form .with-buttons .form-control {
            margin: 0 1% 0 0;
            width: 40%;
            float: left;
        }

        form .with-button .form-control-table {
            margin: 0 1% 0 0;
            width: 50%;
            float: left;
            background: none;
            border: 0;
        }

        form table.form-control-table thead td {
            font-weight: bold;
            background: rgba(0,0,0,.025);
            color: #222;
        }

        form .with-button .btn {
            float: right;
            width: 15%;
            height: 40px;
            padding: 8px 0;
            text-align: center;
        }

        form .with-buttons .btn {
            width: 15%;
            height: 40px;
            padding: 8px 0;
            text-align: center;
            margin-left: 10px;
        }

        form .text-options .form-control-text {
            width: 75%;
            padding: 0 120px 15px 0;
            border-bottom: 1px dotted #bbb;
        }

        form .text-options .text-options-links {
            position: absolute;
            right: 0;
            bottom: 15px;
        }

        form .text-options a {
            display: inline-block;
            float: left;
            padding: 0 10px;
        }

            form .text-options a:last-of-type {
                border-left: 1px solid #ccc;
            }

            form .text-options a:hover {
                text-decoration: underline;
            }

        form .form-group .form-control-third {
            width: 23%;
            float: left;
            margin: 0 3% 0 0;
        }

            form .form-group .form-control-third:last-of-type {
                margin: 0;
            }

        form .form-group .form-control-twosevenths {
            width: 33%;
            float: left;
            margin: 0 3% 0 0;
        }

        form .form-group .form-control-center {
            margin: 2px 0 0 0;
        }

        form .form-group .form-control-twothirds {
            width: 68%;
            float: left;
            margin: 0 1% 0 0;
        }

        form .form-group .form-control-half {
            width: 36%;
            float: left;
            margin: 0 3% 0 0;
        }

            form .form-group .form-control-half:last-of-type {
                margin: 0;
            }

    .icon-shift-left {
        margin-right: 45px;
    }

    .modal-content form .form-group .form-control-second {
        width: 33.5%;
        float: left;
        margin: 0 3% 0 0;
    }

        .modal-content form .form-group .form-control-second:last-of-type {
            margin: 0;
        }

    .modal-content form .form-control {
        width: 70%;
    }

    .modal-content form label {
        width: 30%;
    }

    .modal-narrow {
        width: 20% !important;
    }

    .modal-wide {
        width: 80% !important;
    }

    .modal-content form .form-group-checkbox label {
        width: 100%;
    }

    .modal-content form .form-group-no-label {
        padding-left: 30%;
    }

    .card .tab-content {
        padding: 30px;
    }

    .form-group-no-label {
        padding-left: 25%;
    }

    .table-responsive {
        height:100%;
        padding-bottom: 200px;
    }

    #filter p {
        float: left;
    }

    #passengers {
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }

        #passengers .form-control-half {
            width: 48%;
            margin: 0 4% 10px 0;
            float: left;
        }

            #passengers .form-control-half:last-of-type {
                margin: 0;
            }
}



.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}


.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
    background-color: #71a698 !important;
    color: #ffffff;
    box-shadow: 2px 2px 2px #71a698 !important;
}

.dx-calendar-cell.dx-calendar-selected-date {
    background-color: #71a698 !important;
    color: #ffffff;
    box-shadow: 2px 2px 2px #71a698 !important;
}

/* -------------------------------------------*/
/* ONLY Tablets / Portrait Orientation        */
/* -------------------------------------------*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
}

/* -----------------------------------------*/
/* Medium devices (desktops, 992px and up) */
/* ---------------------------------------*/
@media (min-width: 992px) {
    #reservation-wrap h1 {
        padding: 50px;
    }

    .navbar-header {
        float: left;
    }

    #nav-main {
        float: right;
        text-align: left;
        width: auto;
        margin: 17px 0 0 0;
    }

    #content.dashboard {
        padding: 30px 15px;
    }
}

/* ----------------------------------------------*/
/* Large devices (large desktops, 1400px and up) */
/* ----------------------------------------------*/
@media (min-width: 1200px) {
}

/* ----------------------------------------------*/
/* Huge devices (large desktops, 1600px and up) */
/* ----------------------------------------------*/
@media (min-width: 1600px) {
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.control-error {
    color: #a94442;
    width: 75%;
    float: right;
}

.control-error-dialog {
    color: #a94442;
    width: 70%;
    float: right;
}

.control-msg {
    color: #71a698;
    width: 75%;
    float: right;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    background: #333;
    padding: 8px;
    font-weight: 700;
}

.m-t-20 {
    margin-top: 20px !important;
}

.dx-widget {
    font-family: "Muli", sans-serif;
}

.dx-datagrid-headers {
    color: #fff;
}

.dx-datagrid {
    color: #666;
}

.dx-widget {
    font-size: 12px;
}

.dx-datagrid .dx-row > td {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd
}

.dx-datagrid .dx-row-alt > td {
    background-color: #fff;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: 0px solid #ddd
}

.dx-datagrid a {
    padding-right: 10px;
}

.dx-datagrid-borders > .dx-datagrid-pager, .dx-datagrid-borders > .dx-datagrid-headers {
    border-top: 0px;
}

.dx-datagrid .dx-row > td {
    border-top: 0px;
}

.dx-datagrid-rowsview tr:first-child td {
    border-top: 0px;
}

.table-responsive {
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
    border: 0px !important;
    overflow: inherit;
}

.dx-calendar-cell {
    color: black;
}

    .dx-calendar-cell.dx-calendar-other-view {
        color: black;
    }

    .dx-calendar-cell.dx-calendar-empty-cell {
        color: #b0b0b0;
    }

select.form-control:disabled {
    /*For FireFox*/
    -webkit-appearance: none;
    /*For Chrome*/
    -moz-appearance: none;
}

/*For IE10+*/
select:disabled.form-control::-ms-expand {
    display: none;
}

.dx-state-disabled .dx-texteditor-buttons-container {
    display: none;
}

.dx-dropdowneditor.dx-state-hover, .dx-dropdowneditor.dx-state-hover .dx-dropdowneditor-icon, .dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon {
    background-color: #fff;
    border-color: #71a690;
}

.dx-texteditor.dx-state-focused, .dx-texteditor.dx-state-active {
    border-color: #71a690 !important;
}

.dx-selectbox, .dx-list-item-content, .dx-texteditor-input, .dx-placeholder {
    font-size: 16px !important;
    outline-color: #71a690 !important;
}

.table .dropdown-menu {
    border-radius: 0;
    border-top: 5px solid #3185c8;
    left: auto;
    right: 0;
}

.dx-datagrid-rowsview .dx-row > td {
    overflow: visible;
}

.dropdown-menu {
    left: auto;
    right: 0;
    border-top: 5px solid #71a698;
}

#gridContainer .dx-scrollable-container {
    height: 100%;
    padding-bottom: 200px;
}

#gridContainerReceipts .dx-scrollable-container {
    height: 100%;
    padding-bottom: 200px;
}

.dx-datagrid .dx-row-alt.dx-row:not(.dx-row-removed), .dx-row.dx-data-row {
    border-bottom: 1px solid #ddd !important;
}

.prices {
    width: 70px;
    text-align: right;
}

.dropdown-menu .fa {
    margin: 0 5px 0 0;
    color: #71a698;
    min-width: 15px;
}

.dropdown-menu .fa-ban {
    color: #c02929;
}

.td-fit {
    width: 1px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: right;
}

.td-fit-nowrap {
    width: 1px;
    padding-left: 8px !important;
    padding-right: 8px !important;
    text-align: left;
    white-space: nowrap;
}

.td-fit-pd-l-8 {
    width: 1px;
    padding-left: 8px !important;
    padding-right: 0px !important;
    text-align: right;
}

a:hover {
    cursor: pointer;
}

.dx-scrollbar-horizontal.dx-scrollbar-hoverable {
    display: none;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td:first-child {
    border-left: 1px solid #ddd !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td:last-child {
    border-right: 1px solid #ddd !important;
}

.dx-datagrid-borders > .dx-datagrid-rowsview, .dx-datagrid-borders > .dx-datagrid-total-footer {
    border-bottom: 0px solid #ddd;
    border-left: 0px;
    border-right: 0px;
}

.center {
    text-align: center;
}

.dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content {
    min-width: 154.094px;
}

.airline .dx-dropdownlist-popup-wrapper .dx-list-item {
    min-width: 502px;
}

.dx-datagrid-header-panel .dx-toolbar {
    margin-top: 10px !important;
}

.dx-toolbar-after {
    left: 10px !important;
}

.dx-toolbar .dx-toolbar-after {
    padding-left: 0px !important;
}

.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
    background-color: #bfb9b9;
    color: #fff;
}

    .dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) a {
        color: #070707;
    }
   
    .dx-datagrid-table .dx-data-row.dx-selection  {
        color: #262626;
    }

.card-details {
    font-family: "Muli", sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    line-height: normal;
}

.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
    padding-left: 7px;
    padding-right: 7px;
}

.dx-list-group-header {
    border-color: #71a698;
    border-top: none;
    padding: 0;
}

.dx-list-group:first-of-type .dx-list-group-header {
    border-bottom: none;
}

.custom-item {
    position: relative;
    min-height: 30px;
}

    .custom-item .product-name {
        display: inline-block;
        padding-left: 45px;
        text-indent: 0;
        line-height: 30px;
        font-size: 15px;
        width: 100%;
    }

    .custom-item > img {
        left: 5px;
        position: absolute;
        top: 50%;
        width: 40px;
        margin-top: -13px;
    }
/* .custom-item .dx-texteditor-buttons-container {
    display: none; 
} */
.current-value {
    padding: 10px 0;
}

    .current-value > span {
        font-weight: bold;
    }

.envStyle {
    color: white;
    font-size: large;
    display: block;
    line-height: 50px;
    padding: 0 15px;
    float: left;
}

.show {
    opacity: 1 !important;
}

.step {
    opacity: 0;
    transition: 1s ease-in-out all;
}

.fa-spinner {
    color: #71a690;
}

.fa-spinner-big {
    font-size: 27px;
}

.has-error .form-control {
    border-color: #a94442 !important;
}

.p-b-0 {
    padding-bottom: 0px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.w-100-p {
    width: 100%;
}

.messageheader {
    color: #5f9284;
    text-align: center;
    font-weight: bold;
    max-width: 650px;
    margin: auto;
    font-size: 16px;
}

.messagebody {
    color: #666;
    text-align: center;
    max-width: 650px;
    margin: auto;
}

#content .alert-info-new {
    border: 0px solid #ccc;
    background: none;
    color: #888;
    font-size: 14px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}

.register-error {
    color: #a94442;
    text-align: center;
}

.w-570 {
    width: 570px;
}

.alert-danger {
    background: none;
    border: 0px;
}

.maplink {
    color: #71a698;
}

    .maplink:hover {
        color: #5f9284;
    }

.notification-header {
    background-color: #e5e3e3;
    color: #000000;
    font-weight: bold;
}

.notification-caveate {
    padding-top: 0px;
    font-size: 11px;
}

.notification-message {
    padding-top: 0px;
    font-size: 11px;
    font-weight: bold;
}

.notification-warning {
    padding-top: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #a94442;
}

.powered-by-google {
    width: 25%;
    float: right;
    height: 40px;   
    margin-top: -15px;
}

.v-middle-align {
    vertical-align: middle !important;
}

.v-bottom-align {
    vertical-align: bottom !important;
}

.dx-datebox-calendar .dx-dropdowneditor-icon:before {
    font-family:"FontAwesome";
    content:"\f073"
}

.dx-dropdowneditor-icon:hover {
    cursor: pointer;
    color: #71a698;
}

.dx-switch {
    margin:8px 0 0 0;
}

.dx-switch .dx-switch-on {
    background: #5cb85c; 
}

.dx-switch .dx-switch-off {
    background: #bfb9b9;
}

.dx-switch-on-value .dx-switch-handle::before {
    background-color: white;
}
  
.dx-switch-off-value .dx-switch-handle::before {
    background-color: white;
}
  
.dx-switch.dx-state-hover .dx-switch-handle::before {
    background-color: white;
}
  
.dx-switch.dx-state-focused .dx-switch-handle::before {
    background-color: white;
}
  
.dx-switch-handle::before {
      background-color: white;
}

.dx-switch-handle {
    margin-top:0px;
    height:100%;
}

.dx-switch-container {
    padding:0px;
    border-radius:4px;
}

.dx-editor-outlined.dx-texteditor-with-floating-label.dx-datebox-date.dx-datebox-calendar {
    margin-top:0;
}

#gridContainerReceipts .dx-toolbar-items-container .dx-toolbar-after {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.options-dropdown {
    position: relative;
    width: max-content;
    display: block;
}

form .form-group .autocomplete-location {
    float: left;
}


.dropdown-container {
    display: inline-block;
    position: absolute;
    padding-left: 10px;
}

#reservations-dropdown-pickup {
    position: relative;
}

#reservations-dropdown-dropoff {
    position: relative;
}

.icon-shift-left-stops {
    margin-right: 10%;
}

.stop-modal-content {
    overflow: visible;
    display: inline-block;
}

form .form-group .form-control.stop-tail-number-search {
    width: 55%;
    margin-right: 15px;
}

.delete-note-button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 5px 5px;
}

.confirm-navigation-dialog > mat-dialog-container {
        position: relative;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        outline: 0;
        width: 600px;
        margin: 30px auto;
}

.navigation-modal-header {
    border-bottom: 1px solid #e5e5e5;
}

.navigation-modal-footer {
    border-top: 1px solid #ccc;
    width: 100%;
}

.navigation-modal-footer .btn {
    padding: 10px 20px;
    font-size: 16px;
}

.navigation-modal-footer .btn:last-child {
    margin-left: auto;
}
