﻿#title {
    color: #A37;
}
/* Added by Nilesh*/
.ui-datepicker .ui-datepicker-title select {
    color: #000;
}
/*end*/
h1 {
    text-align: center;
}

body {
    border-bottom: 0px solid #cdefea;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

/*sprite*/
.mysprite {
    height: 25px;
    width: 25px;
}

.mysprite-badge:after {
    content: "100";
    position: absolute;
    background: blue;
    height: 2rem;
    top: 1rem;
    right: 1.5rem;
    width: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    border-radius: 50%;
    color: white;
    border: 1px solid blue;
}

.mysprite-wallet {
    background: url(../images/sprite.png) 0 0;
    vertical-align: text-top;
    margin-left: 5px;
}

.mysprite-gears {
    background: url(../images/sprite.png) -40px 3px;
}

.mysprite-mail {
    background: url(../images/sprite.png) -85px 5px;
    position: relative;
    top: -1px;
}

.mysprite-bell {
    background: url(../images/sprite.png) -128px 1px;
}

.mysprite-profile {
    background: url(../images/sprite.png) -170px 0;
    height: 30px;
    width: 35px;
}

.mysprite-drop-arrow {
    background: url(../images/sprite.png) -229px -10px;
    height: 8px;
    width: 12px;
}

.mysprite-select-arrow {
    background: url(../images/sprite.png) -229px -10px;
    height: 8px;
    width: 12px;
}

.mysprite-form {
    background: url(../images/sprite.png) -40px -50px;
}

.mysprite-explosives {
    background: url(../images/sprite.png) -85px -50px;
}

.mysprite-pen {
    background: url(../images/sprite.png) -130px -50px;
}

.mysprite-generate {
    background: url(../images/sprite.png) -170px -50px;
    height: 25px;
    width: 20px;
}

.mysprite-form-green {
    background: url(../images/sprite.png) -40px -100px;
}

.mysprite-explosives-green {
    background: url(../images/sprite.png) -85px -100px;
}

.mysprite-pen-green {
    background: url(../images/sprite.png) -130px -100px;
}

.mysprite-generate-green {
    background: url(../images/sprite.png) -170px -100px;
    height: 25px;
    width: 20px;
}

.mysprite-arrow-progress {
    background: url(../images/sprite.png) -200px -50px;
}

.mysprite-arrow-progress-green {
    background: url(../images/sprite.png) -200px -100px;
}

.mysprite-upload {
    background: url(../images/sprite.png) -40px -143px;
}

.mysprite-add {
    background: url(../images/sprite.png) -87px -147px;
    height: 19px;
    width: 19px;
}

.mysprite-close {
    /*background: url(../images/sprite.png) -132px -148.5px;*/
    background: url(../images/sprite.png) -130px -145.5px;
}

.mysprite-modal-close {
    /*background: url(../images/sprite.png) -132px -148.5px;*/
    background: url(../images/sprite.png) -170px -145px;
    width: 30px;
    height: 30px;
}

.mysprite-search {
    background: url(../images/sprite.png) -210px -148px;
}

.mysprite-alert {
    background: url(../images/sprite.png) 3px -196px;
}

.mysprite-alert-close {
    background: url(../images/sprite.png) -43px -198px;
    height: 20px;
    width: 16px;
}

.mysprite-success {
    background: url(../images/sprite.png) -85px -196px;
}

.mysprite-success-close {
    background: url(../images/sprite.png) -132px -199px;
    height: 20px;
    width: 16px;
}

.navbar {
    border: none !important;
}

.brand-header {
    background-color: #f3fffd;
    border-color: #f3fffd;
    margin-bottom: 0;
    border-radius: 0;
}

    .brand-header .navbar-header a {
        color: #002a6c;
        font-size: 16px;
    }

        .brand-header .navbar-header a img {
            margin: 0 10px 0 0;
            vertical-align: middle;
        }

    .brand-header .navbar-header .peso-brand {
        font-weight: 700;
    }

    .brand-header .navbar-right .dropdown .dropdown-toggle {
        padding: 12px 12px 16px 12px;
        width: 400px; /*Added by Nilesh*/
        /*  width: 200px; /*Commented by Nilesh*/
    }

        .brand-header .navbar-right .dropdown .dropdown-toggle img:first-of-type {
            margin-right: 10px;
        }

        .brand-header .navbar-right .dropdown .dropdown-toggle img:last-of-type {
            margin-left: 10px;
        }

    .brand-header .dropdown-menu {
        border: 1px solid #ccc;
        width: 400px;
    }

        .brand-header .dropdown-menu a {
            padding: 12px;
        }

    .brand-header .navbar-nav a {
        color: #002a6c !important;
        font-weight: bold;
        font-size: 12px;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .brand-header .navbar-nav .profile-picture {
        height: 20px;
        width: 20px;
        background-color: #000;
        border-radius: 100%;
    }

    .brand-header .navbar-nav .active a {
        background-color: #f3fffd;
    }

        .brand-header .navbar-nav .active a:hover {
            background-color: #f3fffd;
        }

.navbar-primary {
    background-color: #1e447d;
    border-color: #1e447d;
    color: #fff;
    border-radius: 0;
    min-height: 39px;
    /*height: 39px;*/
    /*border-bottom: 2px solid #1e447d !important;*/
}

    .navbar-primary .navbar-nav li:first-of-type a {
        border-left: 0px;
    }

    .navbar-primary .navbar-nav a {
        color: #fff !important;
        border-left: 1px solid rgba(32, 103, 136, 0.75);
        /*border-top: 2px solid #1e447d !important;*/
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 39px;
        font-size: 12px;
    }

        .navbar-primary .navbar-nav a:hover {
            color: #1e447d !important;
            background-color: #fff !important;
            border-top: 2px solid #1e447d !important;
        }

    .navbar-primary .navbar-nav .active a {
        color: #1e447d !important;
        background-color: #fff !important;
        border-top: 2px solid #1e447d !important;
    }

    .navbar-primary .navbar-right {
        padding: 5px;
    }

        .navbar-primary .navbar-right:last-child {
            margin-right: 0;
        }

        .navbar-primary .navbar-right .search-box {
            background-color: #fff;
            color: #1e447d !important;
            font-size: 12px;
            border: 1px solid #D8D8D8;
            border-radius: 2px;
        }

            .navbar-primary .navbar-right .search-box span {
                border-top: 0 !important;
                padding: 0;
            }

                .navbar-primary .navbar-right .search-box span input[type="text"] {
                    border: none;
                    padding: 2px 5px 2px 10px;
                    color: #1e447d !important;
                    height: 26px;
                    width: 125px !important;
                }

                    .navbar-primary .navbar-right .search-box span input[type="text"]:focus {
                        outline: 0;
                    }

                .navbar-primary .navbar-right .search-box span button {
                    width: 8% !important;
                }

                .navbar-primary .navbar-right .search-box span select {
                    border: none;
                    width: 125px;
                    height: 26px;
                    border-left: 1px solid #eee;
                    border-right: 1px solid #eee;
                }

                    .navbar-primary .navbar-right .search-box span select:focus {
                        outline: 0;
                    }

                .navbar-primary .navbar-right .search-box span .custom-select {
                    background: #fff url(../images/select-arrow.png) no-repeat right 0.75rem center;
                    background-size: 10px 8px;
                    padding-left: 5px;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    /*&::-ms-expand {
                        display: none;
                    }*/
                }

                    .navbar-primary .navbar-right .search-box span .custom-select:focus {
                        border-color: #eee;
                        outline: 0;
                    }

                        .navbar-primary .navbar-right .search-box span .custom-select:focus::-ms-value {
                            color: #495057;
                            background-color: #fff;
                        }

                    .navbar-primary .navbar-right .search-box span .custom-select[multiple] {
                        height: auto;
                        background-image: none;
                    }

                    .navbar-primary .navbar-right .search-box span .custom-select:disabled {
                        color: #868e96;
                        background-color: #e9ecef;
                    }

                    .navbar-primary .navbar-right .search-box span .custom-select::-ms-expand {
                        opacity: 0 !important;
                        background-color: red;
                    }

                .navbar-primary .navbar-right .search-box span button {
                    background-color: #fff;
                    border: none;
                    height: 24px !important;
                }

                .navbar-primary .navbar-right .search-box span .glyphicon {
                    color: #1e447d !important;
                    height: 80%;
                    /*vertical-align: text-top;*/
                    padding-right: 10px;
                }

.notification {
    background-color: #ccc;
    height: auto;
    width: 100%;
    padding: 8px 20px;
    margin: 0 0 20px 0;
}

    .notification p {
        display: inline-block;
        font-size: 12px;
    }

    .notification img:first-of-type {
        margin: 0 5px 0 0;
    }

    .notification img:last-of-type {
        float: right;
        position: relative;
        top: 3px;
        cursor: pointer;
    }

.notification-error {
    background-color: #F4B1A8;
    color: #AF3417;
}

.notification-success {
    background-color: #B1ECD2;
    color: #217515;
}

.head-page div {
    display: inline-block;
    margin-bottom: 20px;
    height: 40px;
}

    .head-page div p {
        margin-bottom: 0;
    }

.heading {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    color: #373D3F;
}

.heading-info {
    font-size: 11px;
}

.progressbar {
    float: right;
    color: #999;
    font-size: 11px;
}

    .progressbar ul {
        padding-top: 8px;
    }

        .progressbar ul li {
            list-style: none;
            display: inline;
            margin-left: 5px;
        }

            .progressbar ul li:after {
                content: '';
            }

            .progressbar ul li .connector {
                width: 20px;
                font-size: 9px;
                vertical-align: baseline;
                text-align: center;
            }

    .progressbar .remaining {
        /*border-top: 2px solid #999;*/
        padding-top: 5px;
    }

    .progressbar .completed {
        color: #2d9e23;
        /*border-top: 2px solid #2d9e23;*/
        padding-top: 5px;
    }

    .progressbar .connector-completed {
        color: #2d9e23;
    }

.dashboard .heading {
    text-align: left;
}

    .dashboard .heading .col-md-3 {
        position: relative;
        height: 76px;
    }

        .dashboard .heading .col-md-3 .search-box {
            position: absolute;
            bottom: 0;
            right: 0;
            margin-right: 15px;
            width: 90%;
        }

            .dashboard .heading .col-md-3 .search-box input[type=text] {
                width: 88% !important;
            }

    .dashboard .heading h1 {
        text-align: left;
        color: #373D3F;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .dashboard .heading p {
        font-size: 11px;
        color: #373D3F;
        font-weight: normal;
    }

.dashboard .action-items img {
    display: inline;
}

.dashboard .action-items p {
    display: inline;
    font-size: 14px;
    font-weight: bold;
}

.dashboard .re-links {
    margin: 10px -15px;
}

    .dashboard .re-links .re-link {
        background: #EAEEEF;
        border: 1px solid #DADEDF;
        padding: 15px 15px;
        border-radius: 3px;
        display: inline-block;
        width: 100%;
    }

        .dashboard .re-links .re-link:last-of-type {
            margin-right: 0;
        }

        .dashboard .re-links .re-link p {
            color: #373D3F;
            margin-bottom: 0;
            font-size: 18px;
        }

            .dashboard .re-links .re-link p span {
                font-weight: bold;
            }

            .dashboard .re-links .re-link p .desc {
                font-size: 14px;
                opacity: 0.7;
                font-style: italic;
                font-weight: 100;
                font-family: 'Times New Roman', Times, serif;
            }

            .dashboard .re-links .re-link p .desc2 {
                font-size: 14px;
                opacity: 0.7;
                font-weight: 100;
            }

        .dashboard .re-links .re-link:hover {
            background: #2D9E23;
            border: 1px solid #287C1C;
            padding: 15px 15px;
            border-radius: 3px;
            display: inline-block;
            width: 100%;
            cursor: pointer;
        }

            .dashboard .re-links .re-link:hover:last-of-type {
                margin-right: 0;
            }

            .dashboard .re-links .re-link:hover p {
                color: #fff;
                margin-bottom: 0;
                font-size: 18px;
            }

                .dashboard .re-links .re-link:hover p span {
                    font-weight: bold;
                }

                .dashboard .re-links .re-link:hover p .desc {
                    font-size: 14px;
                    opacity: 0.7;
                    font-style: italic;
                    font-weight: 100;
                    font-family: 'Times New Roman', Times, serif;
                }

                .dashboard .re-links .re-link:hover p .desc2 {
                    font-size: 14px;
                    opacity: 0.7;
                    font-weight: 100;
                }

.dashboard .report-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .dashboard .report-section .reports .toggle-button .toggle-button__checkbox:checked + .toggle-button__label:after {
        content: "";
        background: #ccc;
        left: 51px;
        height: 23px;
        padding: 1px 10px;
        width: 43px;
    }

    .dashboard .report-section .reports .toggle-button .toggle-button__checkbox:checked + .toggle-button__label:before {
        color: #fff;
    }

    .dashboard .report-section .reports .toggle-button label {
        border-radius: 3px;
        width: 97px;
        height: 25px;
        border-color: #eee;
    }

        .dashboard .report-section .reports .toggle-button label:before {
            content: "Stocks \  Sales";
            position: absolute;
            color: #fff;
            z-index: 1;
            padding: 2px 5px;
        }

        .dashboard .report-section .reports .toggle-button label:after {
            content: "";
            color: #fff;
            width: 53px;
            height: 23px;
            padding: 1px 5px;
            border-radius: 3px;
            background: #ccc;
        }

    .dashboard .report-section .reports p {
        display: inline;
        font-size: 14px;
        font-weight: bold;
    }

    .dashboard .report-section .reports img {
        display: inline;
    }

    .dashboard .report-section .reports .nav-pills {
        padding: 0 10px;
        border-bottom: 1px solid #c2cbd9;
        background-color: white;
    }

        .dashboard .report-section .reports .nav-pills li a {
            border-radius: 0;
            padding: 5px 10px;
            color: #1E447D;
        }

            .dashboard .report-section .reports .nav-pills li a:hover {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

        .dashboard .report-section .reports .nav-pills .active a {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-left-radius: -3px;
            background-color: #ffffff;
            border-bottom: 0px solid #fff;
            border-top: 1px solid #c2cbd9;
            border-left: 1px solid #c2cbd9;
            border-right: 1px solid #c2cbd9;
            position: relative;
            bottom: -1px;
            color: #1e447c;
        }

    .dashboard .report-section .reports .tab-content .tab-pane {
        padding: 10px 0;
    }

        .dashboard .report-section .reports .tab-content .tab-pane .row {
            margin-top: 5px;
            margin-bottom: 10px;
        }

    .dashboard .report-section .reports .details-box {
        background: #F9F9F9;
        border: 1px solid #DADEDF;
        text-align: center;
        padding: 10px;
        border-radius: 3px;
        min-height: 160px;
    }

        .dashboard .report-section .reports .details-box h2 {
            font-size: 24px;
        }

            .dashboard .report-section .reports .details-box h2 span {
                color: #8C979A;
            }

        .dashboard .report-section .reports .details-box p {
            font-size: 14px;
            display: block;
        }

    .dashboard .report-section .reports .charts-box {
        background: #F9F9F9;
        border: 1px solid #DADEDF;
        text-align: center;
        padding: 10px;
        border-radius: 3px;
        min-height: 160px;
    }

        .dashboard .report-section .reports .charts-box h2 {
            font-size: 24px;
            color: #ccc;
            top: 25px;
            position: relative;
        }

    .dashboard .report-section .reports .numbers .number-box {
        background: #F9F9F9;
        border: 1px solid #DADEDF;
        text-align: center;
        padding: 10px;
        border-radius: 3px;
    }

        .dashboard .report-section .reports .numbers .number-box h2 {
            font-size: 24px;
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 0;
        }

        .dashboard .report-section .reports .numbers .number-box .green {
            color: #2D9E23;
        }

        .dashboard .report-section .reports .numbers .number-box .red {
            color: #BF2626;
        }

    .dashboard .report-section .reports .numbers h5 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .dashboard .report-section .reports .numbers p {
        font-size: 12px;
        font-weight: normal;
        color: #8C979A;
        margin-top: 0;
        margin-bottom: 0;
    }

    .dashboard .report-section .reports .chart-placeholder {
        text-align: center;
        color: #ccc;
        background: #f9f9f9;
        height: 100%;
        min-height: 160px;
    }

        .dashboard .report-section .reports .chart-placeholder h2 {
            margin-top: 0;
            position: relative;
            top: 50px;
        }

    .dashboard .report-section .sidebox p {
        display: inline;
        font-size: 14px;
        font-weight: bold;
        color: #373D3F;
    }

    .dashboard .report-section .sidebox img {
        display: inline;
    }

    .dashboard .report-section .sidebox .box {
        background: #F9F9F9;
        border: 1px solid #DADEDF;
        padding: 15px 15px 15px 15px;
        border-radius: 3px;
        margin: 10px 0;
    }

        .dashboard .report-section .sidebox .box p {
            margin-bottom: 2px;
            display: block;
        }

        .dashboard .report-section .sidebox .box hr {
            margin-top: 5px;
            margin-bottom: 5px;
        }

    .dashboard .report-section .sidebox .more {
        display: block;
        text-align: right;
        color: #2A6BA0;
        font-size: 9px;
        font-weight: bold;
    }

    .dashboard .report-section .sidebox .alerts p {
        font-size: 14px;
        font-weight: normal;
    }

    .dashboard .report-section .sidebox .alerts span {
        font-weight: bold;
        color: #CC3B23;
    }

    .dashboard .report-section .sidebox .circulars p {
        color: #2A6BA0;
        font-weight: 500;
    }

    .dashboard .report-section .sidebox .circulars span {
        font-size: 12px;
        color: #8C979A;
    }

.info-bar {
    background-color: #fffff3;
    border-radius: 3px;
    border: 1px solid #eee;
    padding: 14px 0 10px 0;
}

    .info-bar div:first-of-type {
        border-right: 1px solid #eee;
    }

    .info-bar h3 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 0px;
    }

    .info-bar p {
        margin-bottom: 0px;
    }

/*Form*/
.form section {
    margin-top: 15px;
}

    .form section .section-head h3 {
        font-size: 14px;
        font-weight: bold;
    }

    .form section .section-head hr {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .form section .section-elements {
        margin-bottom: 20px;
    }

        .form section .section-elements .upload-btn {
            display: inline;
            padding: 0;
            width: 70px;
            position: relative;
            bottom: -20px;
            left: -20px;
            font-size: 10px;
            background-color: #fff;
            color: #2D9E23;
            font-weight: bold;
        }

            .form section .section-elements .upload-btn .mysprite {
                -moz-transform: scale(0.8);
                -ms-transform: scale(0.8);
                -o-transform: scale(0.8);
                -webkit-transform: scale(0.8);
                transform: scale(0.8);
            }

.form-field {
    position: relative;
}

    .form-field label {
        font-size: 12px;
        font-weight: bold;
        color: #373D3F;
        display: block;
    }

    .form-field .required:after {
        content: '*';
        color: red;
    }

    .form-field input[type=text] {
        border: 1px solid #DADEDF;
        width: 100%;
        height: 30px;
    }

    .form-field input[type=number] {
        border: 1px solid #DADEDF;
        width: 100%;
        height: 30px;
    }

    .form-field input[type=email] {
        border: 1px solid #DADEDF;
        width: 100%;
        height: 30px;
    }

    .form-field .radio {
        margin: 0 20px;
        display: inline-block;
        width: 50px;
    }

        .form-field .radio input[type=radio] {
            /*margin: 0 5px;*/
        }

            .form-field .radio input[type=radio]:before {
                display: block;
                width: 15px;
                height: 15px;
                content: '';
                position: relative;
                top: -1px;
                left: -1px;
                background-color: #fff;
                background-image: url("../imagesradio.png");
                background-size: contain;
                pointer-events: none;
                /*border: 1px solid #969696;*/
                border-radius: 100%;
            }

            .form-field .radio input[type=radio]:checked:before {
                display: block;
                width: 15px;
                height: 15px;
                content: '';
                position: relative;
                top: -1px;
                left: -1px;
                background-color: #fff;
                background-image: url("../imagesradio-c.png");
                background-size: contain;
                pointer-events: none;
                /*border: 1px solid #969696;*/
                border-radius: 100%;
                /*&:before {
                            display: block;
                            position: absolute;
                            content: '';
                            border-radius: 100%;
                            height: 15px;
                            width: 15px;
                            top: 5px;
                            left: 5px;
                            margin: auto;
                            transition: background 0.25s linear;
                            -webkit-transition: background 0.25s linear;
                        }*/
            }

    .form-field input[type=submit] {
        background-color: #C1C7C9;
        border-radius: 2px;
        border: none;
        padding: 7.5px 15px;
        font-size: 12px;
        margin-right: 5px;
        height: 30px;
        width: 70px;
        text-align: center;
    }

    .form-field input[type=button] {
        background-color: #C1C7C9;
        border-radius: 2px;
        border: none;
        padding: 7.5px 15px;
        font-size: 12px;
        margin-right: 5px;
        height: 30px;
        width: 70px;
        text-align: center;
    }

    .form-field .submit {
        background-color: #2D9E23 !important;
        color: #fff;
    }

    .form-field select {
        width: 100%;
        height: 30px;
        border-color: #DADEDF;
        border-radius: 3px;
        background-color: #f9f9f9;
        padding: 0 10px;
        padding-right: 17px;
    }

    .form-field .custom-select {
        display: inline-block;
        max-width: 100%;
        color: #495057;
        vertical-align: middle;
        background: #f9f9f9 url(../images/select-arrow.png) no-repeat right 0.75rem center;
        background-size: 10px 8px;
        border: 1px solid #DADEDF;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .form-field .custom-select:focus::-ms-value {
            color: #495057;
            background: #f9f9f9;
        }

        .form-field .custom-select::-ms-expand {
            opacity: 0 !important;
            display: none;
        }

.error input[type=text] {
    border: 1px solid #C6401C;
    width: 100%;
    height: 30px;
}

.error .radio {
    margin: 0 20px;
    display: inline-block;
    width: 50px;
}

    .error .radio input[type=radio] {
        /*margin: 0 5px;*/
    }

        .error .radio input[type=radio]:before {
            display: block;
            width: 15px;
            height: 15px;
            content: '';
            position: relative;
            top: -1px;
            left: -1px;
            background-color: #fff;
            background-image: url("../imagesradio.png");
            background-size: contain;
            pointer-events: none;
            /*border: 1px solid #969696;*/
            border-radius: 100%;
        }

        .error .radio input[type=radio]:checked:before {
            display: block;
            width: 15px;
            height: 15px;
            content: '';
            position: relative;
            top: -1px;
            left: -1px;
            background-color: #fff;
            background-image: url("../imagesradio-c.png");
            background-size: contain;
            pointer-events: none;
            border-radius: 100%;
        }

.error select {
    border-color: #C6401C !important;
}

.error .custom-select {
    display: inline-block;
    max-width: 100%;
    color: #495057;
    vertical-align: middle;
    background: #f9f9f9 url(../imagesselect-arrow-error.png) no-repeat right 0.75rem center;
    background-size: 10px 8px;
    border: 1px solid #DADEDF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.error .msg {
    color: #C6401C;
    font-size: 11px;
}

/*Form Preview*/
.form-preview p {
    margin-bottom: 0;
}

.form-preview button {
    background-color: #C1C7C9;
    border-radius: 2px;
    border: none;
    padding: 7.5px 15px;
    font-size: 12px;
    margin-right: 5px;
    height: 30px;
    width: 70px;
    text-align: center;
}

/*Route Form*/
.route-form .section-elements {
    padding-left: 0;
}

    .route-form .section-elements .form-field {
        margin-bottom: 15px;
    }

        .route-form .section-elements .form-field .no-pad {
            padding-left: 0px;
            padding-right: 0px;
        }

        .route-form .section-elements .form-field .row {
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .route-form .section-elements .form-field .row div {
                padding: 0 5px;
                display: inline-block;
                width: 70%;
            }

                .route-form .section-elements .form-field .row div:first-of-type {
                    padding-right: 5px;
                    padding-left: 15px;
                    width: 20%;
                }

                .route-form .section-elements .form-field .row div:last-of-type {
                    padding-left: 5px;
                    width: 7%;
                }

            .route-form .section-elements .form-field .row .add-route {
                text-align: right;
                font-size: 12px;
                color: #2D9E23;
            }

.route-form .map-holder {
    background-color: #eee;
    height: 65vh;
}

    .route-form .map-holder h2 {
        color: #ccc;
        text-align: center;
        position: relative;
        top: 40%;
    }

.search-box {
    background-color: #fff;
    color: #1e447d !important;
    font-size: 12px;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
}
.last-login {
    background-color: #fff;
    color: #1e447d !important;
    font-size: 12px;
    border: 0px solid #D8D8D8;
    border-radius: 0px;
    height: 25px;
}

    .search-box span {
        border-top: 0 !important;
        padding: 0 0;
    }

        .search-box span input[type="text"] {
            border: none;
            padding: 2px 5px 2px 5px;
            color: #000 !important;
            height: 25px;
            width: 90%;
        }

            .search-box span input[type="text"]:focus {
                outline: 0;
            }

        .search-box span button {
            background-color: #fff;
            border: none;
            height: 24px !important;
            width: 10%;
        }

            .search-box span button:focus {
                outline: 0;
            }

        .search-box span .glyphicon {
            color: #859093 !important;
            height: 80%;
            /*vertical-align: text-top;*/
            /*padding-right: 10px;*/
        }

.toggle-button {
    display: inline-block;
}

    .toggle-button .toggle-button__checkbox {
        position: absolute;
        visibility: hidden;
    }

        .toggle-button .toggle-button__checkbox + .toggle-button__label {
            display: inline-block;
            width: 60px;
            height: 20px;
            background-color: #fff;
            border: solid 2px #969696;
            border-radius: 15px;
            cursor: pointer;
            box-sizing: content-box;
        }

            .toggle-button .toggle-button__checkbox + .toggle-button__label:after {
                content: "";
                display: inline-block;
                width: 18px;
                height: 18px;
                background-color: #969696;
                border-radius: 10px;
                margin: 1px;
                position: relative;
                left: 0;
                transition: all .2s ease-in-out;
            }

        .toggle-button .toggle-button__checkbox:checked + .toggle-button__label {
            border: solid 2px #9B9B9B;
        }

            .toggle-button .toggle-button__checkbox:checked + .toggle-button__label:after {
                background: #3D6CC1;
                left: 40px;
            }

.modalCircle {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url("../images/index.comet-spinner.gif") 50% 50% no-repeat;
}

body.loading .modalCircle {
    overflow: hidden;
}

body.loading .modalCircle {
    display: block;
}

.custom[role="columnheader"] {
    font-size: 11px;
    font-weight: bold;
    /*font-family: 'Times New Roman', Times, serif;*/
    font-family: Verdana, Geneva, sans-serif;
    color: black;
}
.ui-datepicker {
    position: absolute !important;
    bottom: auto !important;
    right: auto !important;
    z-index: 99999999 !important;
}

.progressbar1 {
    /*float: right;*/
    color: #999;
    font-size: 11px;
}

    .progressbar1 ul {
        padding-top: 12px;
    }

        .progressbar1 ul li {
            list-style: none;
            display: inline;
            margin-left: 2px;
        }

            .progressbar1 ul li:after {
                content: '';
            }

            .progressbar1 ul li .connector {
                width: 20px;
                font-size: 9px;
                vertical-align: baseline;
                text-align: center;
            }

    .progressbar1 .remaining {
        /*border-top: 2px solid #999;*/
        padding-top: 5px;
    }

    .progressbar1 .completed {
        color: #2d9e23;
        /*border-top: 2px solid #2d9e23;*/
        padding-top: 5px;
    }

    .progressbar1 .connector-completed {
        color: #2d9e23;
    }
/*.dx-datagrid-headers .dx-row {
    border-bottom: 1px solid #D2D2D2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002a6c),color-stop(100%,#9e9c9c));
    background: -webkit-linear-gradient(top, #002a6c 0%,#9e9c9c 100%);
    background: -o-linear-gradient(top, #002a6c 0%,#9e9c9c 100%);
    background: -ms-linear-gradient(top, #002a6c 0%,#9e9c9c 100%);
    background: linear-gradient(to bottom, #002a6c 0%,#9e9c9c 100%);
    color: white;
    /*color: white;
    -ms-touch-action: pinch-zoom;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    background: #002a6c;*/
}
*/
