﻿body {
    font-family: arial, sans-serif;
    margin: 0;
    background-color: #3d3d3d;
    color: #5c5c5c;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #0c8bbd;
}

    a img {
        border: none;
    }

h1 {
    color: #193364;
    font-size: 26px;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0px;
}

.header {
    background-color: #212121;
    width: 100%;
    margin: 0;
    border: 0px;
    padding: 0px;
    height: 52px;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
}

.logo {
    padding: 11px 0px 12px 20px;
    float: left;
}

ul li {
    margin: 0px;
    padding: 0px;
}
/*Nav Bar*/
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
        display: inline;
        float: left;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            display: inline-block;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #3d3d3d;
        border-color: #428bca;
    }

    .nav > li > a > img {
        max-width: none;
    }

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

    .navbar-nav.pull-right > li > .dropdown-menu,
    .navbar-nav > li > .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

.pull-right {
    float: right !important;
    right: 0;
    left: auto;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-family: "Segoe UI",Helvetica, Arial, sans-serif;
    border: 1px solid #ddd;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 30px 3px 10px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #333333;
            text-decoration: none;
            background-color: #eeeeee;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}



.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-warning {
    background-color: #f0ad4e;
    width: 15px;
    display: inline;
    margin-right: 5px;
}

/* extended dropdowns */
.dropdown-menu.extended {
    min-width: 160px !important;
    max-width: 300px !important;
    width: 233px !important;
    background-color: #ffffff !important;
}

    .dropdown-menu.extended:before,
    .dropdown-menu.extended:after {
        border-bottom-color: #ddd !important;
    }

    .dropdown-menu.extended li a {
        display: block;
        padding: 5px 10px !important;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        white-space: normal !important;
    }

    .dropdown-menu.extended li i {
        margin-right: 3px;
    }

    .dropdown-menu.extended li a {
        font-size: 13px;
        padding: 10px !important;
        background-color: #ffffff;
    }

        .dropdown-menu.extended li a:hover {
            background-image: none;
            background-color: #f5f5f5;
            color: #000;
            filter: none;
        }

    .dropdown-menu.extended li p {
        padding: 10px;
        background-color: #eee;
        margin: 0px !important;
        font-size: 14px;
        font-weight: 300;
        color: #000;
    }

    .dropdown-menu.extended li a {
        padding: 7px 0 5px 0px;
        list-style: none;
        border-bottom: 1px solid #f4f4f4 !important;
        font-size: 12px;
        text-shadow: none;
    }

    .dropdown-menu.extended li:first-child a {
        border-top: none;
        border-bottom: 1px solid #f4f4f4 !important;
    }

    .dropdown-menu.extended li:last-child a {
        border-top: 1px solid white !important;
        border-bottom: 1px solid #f4f4f4 !important;
    }

    .dropdown-menu.extended li.external > a {
        font-size: 13px;
        font-weight: 400;
    }

        .dropdown-menu.extended li.external > a > img {
            margin-top: 3px;
            float: right;
        }

/* header notifications dropdowns */
.dropdown-menu .dropdown-menu-list.scroller {
    padding-right: 0 !important;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

    .dropdown-menu .dropdown-menu-list.scroller a {
        color: #333333;
    }

        .dropdown-menu .dropdown-menu-list.scroller a:hover {
            text-decoration: none;
        }

.dropdown-menu.notification li > a .time {
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    font-style: italic;
}

/* header inbox dropdowns */
.dropdown-menu.inbox li > a .photo {
    float: left;
    padding-right: 6px;
}

    .dropdown-menu.inbox li > a .photo > img {
        height: 40px;
        width: 40px;
    }

.dropdown-menu.inbox li > a .subject {
    display: block;
}

    .dropdown-menu.inbox li > a .subject .from {
        font-size: 14px;
        font-weight: 400;
        color: #02689b;
    }

    .dropdown-menu.inbox li > a .subject .time {
        font-size: 12px;
        font-weight: 600;
        font-style: italic;
        position: relative;
        float: right;
    }

.dropdown-menu.inbox li > a .message {
    display: block !important;
    font-size: 12px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
    border-radius: 10px;
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #77448A;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

.navbar-nav > li.dropdown .dropdown-toggle .badge {
    position: absolute;
    top: 8px;
    right: 20px;
}

/* enable arrow for dropdown menu */
.nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

/***
Header and header elements.
***/
.navbar-nav {
    margin-right: 20px;
    display: block;
    margin-top: 0;
}


    .navbar-nav > li {
        margin: 0px;
        padding: 0px;
    }

        .navbar-nav > li.dropdown,
        .navbar-nav > li.dropdown > a {
            padding-left: 4px;
            padding-right: 4px;
        }

            .navbar-nav > li.dropdown > a:last-child {
                padding-right: 0;
            }

            .navbar-nav > li.dropdown:last-child {
                padding-right: 2px;
            }

            .navbar-nav > li.dropdown .dropdown-toggle {
                margin: 0px;
                padding: 15px 10px 7px 10px;
            }

.username {
    color: #ddd;
    font-size: 14px;
}

.profileIcon {
    display: inline-block;
    margin: 0;
    margin-top: -3px;
    font-size: 16px;
    padding-right: 7px;
}

.page-container {
    margin: 0px;
    padding: 0px;
    margin-top: 52px;
}

/***
Page sidebar
***/


.page-sidebar {
    position: fixed;
    width: 225px;
    left: 0;
    background-color: #3d3d3d;
}

    .page-sidebar.navbar-collapse {
        padding: 0;
    }

.page-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
}

    .page-sidebar-menu > li {
        display: block;
        margin: 0;
        padding: 0;
        border: 0px;
    }

        .page-sidebar-menu > li.start > a {
            border-top-color: transparent !important;
        }

        .page-sidebar-menu > li:last-child > a,
        .page-sidebar-menu > li.last > a {
            border-bottom-color: transparent !important;
        }

        .page-sidebar-menu > li > a {
            display: block;
            position: relative;
            margin: 0;
            border: 0px;
            padding: 10px 15px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 300;
            border-top: 1px solid #5c5c5c !important;
            color: #ffffff !important;
            cursor: pointer;
        }

.page-sidebar-fixed .page-sidebar-menu > li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-sidebar-menu > li > a i {
    font-size: 16px;
    margin-right: 5px;
    text-shadow: none;
}

.page-sidebar-menu > li.break {
    margin-bottom: 20px;
}

.page-sidebar-menu > li.active > a {
    border: none;
    text-shadow: none;
}

    .page-sidebar-menu > li.active > a .selected {
        display: block;
        width: 8px;
        height: 25px;
        background-image: url("/images/SpectraPath/sidebar-menu-arrow.png");
        float: right;
        position: absolute;
        right: 0px;
        top: 8px;
    }

.page-sidebar ul > li > a > .arrow:before {
    float: right;
    margin-top: 0px;
    margin-right: 5px;
    display: inline;
    height: 10px;
    width: 10px;
    content: url(/images/SpectraPath/left-arrow2.png);
    font-weight: 300;
    text-shadow: none;
}

.page-sidebar-menu > li > a > .arrow.open:before {
    float: right;
    margin-top: 0px;
    margin-right: 5px;
    display: inline;
    height: 10px;
    width: 10px;
    content: url(/images/SpectraPath/down-arrow2.png);
    font-weight: 300;
    text-shadow: none;
}

ul.page-sidebar-menu > li > a {
    border-top: 1px solid #5c5c5c !important;
    color: #ffffff !important;
}

ul.page-sidebar-menu > li:last-child > a {
    border-bottom: 1px solid transparent !important;
}

ul.page-sidebar-menu > li a i {
    color: #969696;
}

ul.page-sidebar-menu > li.open > a,
ul.page-sidebar-menu > li > a:hover,
ul.page-sidebar-menu > li:hover > a {
    background: #303030;
}

ul.page-sidebar-menu > li.active > a {
    background: #013366 !important;
    border-top-color: transparent !important;
    color: #ffffff;
}

    ul.page-sidebar-menu > li.active > a i {
        color: #ffffff;
    }

ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a {
    border-top: 0px !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
    color: #ffffff !important;
    background: #575757 !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
    background: #575757 !important;
}
/* 3rd level sub menu */
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a:hover,
ul.page-sidebar-menu > li > ul.sub-menu li.open > a {
    color: #ffffff !important;
    background: #575757 !important;
}
/* font color for all sub menu links*/
ul.page-sidebar-menu li > ul.sub-menu > li > a {
    color: #bdbdbd;
}
/* menu arrows */
ul.page-sidebar-menu > li > a .arrow:before,
ul.page-sidebar-menu > li > a .arrow.open:before {
    color: #7d7d7d !important;
}

ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before,
ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before {
    color: #707070 !important;
}

ul.page-sidebar-menu > li > a > .arrow.open:before {
    color: #8a8a8a !important;
}

ul.page-sidebar-menu > li.active > a .arrow:before,
ul.page-sidebar-menu > li.active > a .arrow.open:before {
    color: #ffffff !important;
}

/* bagin: sidebar menu badges */
.page-sidebar-menu li > a > .badge {
    float: right;
    margin-top: 1px;
    margin-right: 13px;
}

/* end: sidebar menu badges */

.page-sidebar-menu .sub-menu {
    padding: 0;
}

.page-sidebar-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 8px 0px 8px 0px;
}

.page-sidebar-menu > li.active > ul.sub-menu {
    display: block;
}

.page-sidebar-menu > li > ul.sub-menu > li {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}

    .page-sidebar-menu > li > ul.sub-menu > li > a {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 5px 0px;
        padding-left: 44px !important;
        text-decoration: none;
        font-size: 14px;
        font-weight: 300;
        background: none;
    }

    /* 3rd level sub menu */
    .page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu {
        display: none;
        list-style: none;
        clear: both;
        margin: 0px 0px 0px 0px;
    }

.page-sidebar-menu > li > ul.sub-menu li > a {
    cursor: pointer;
}

    .page-sidebar-menu > li > ul.sub-menu li > a > .arrow:before {
        float: right;
        margin-top: 1px;
        margin-right: 20px;
        display: inline;
        font-weight: 300;
        text-shadow: none;
        height: 10px;
        width: 10px;
        content: url(/images/SpectraPath/left-arrow2.png);
    }

    .page-sidebar-menu > li > ul.sub-menu li > a > .arrow.open:before {
        float: right;
        margin-top: 1px;
        margin-right: 18px;
        display: inline;
        font-weight: 300;
        text-shadow: none;
        height: 10px;
        width: 10px;
        content: url(/images/SpectraPath/down-arrow2.png);
    }

.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu {
    display: block;
}

.page-sidebar-menu > li > ul.sub-menu > li ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}

.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 60px;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 80px;
}

.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu > li.active ul.sub-menu {
    display: block;
}


.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a > i {
    font-size: 13px;
}

/* sidebar search */
.page-sidebar .sidebar-search {
    padding: 0;
    margin: 0;
}

    .page-sidebar .sidebar-search .form-container {
        margin: 15px 20px 15px 20px;
        height: 35px;
        padding-top: 7px;
    }

        .page-sidebar .sidebar-search .form-container .submit {
            display: block;
            float: right;
            margin-top: 3px;
            width: 13px;
            height: 15px;
            background-repeat: no-repeat;
            box-shadow: none;
            border: 0px;
            padding: 0px;
        }

        .page-sidebar .sidebar-search .form-container input[type="text"] {
            margin: 0px;
            width: 165px;
            border: 0px;
            padding: 0 !important;
            font-size: 14px !important;
            box-shadow: none !important;
            font-size: 14px;
            font-weight: normal;
        }

            .page-sidebar .sidebar-search .form-container input[type="text"]:focus {
                outline: none !important;
            }

/***
Sidebar toggler(show/hide)
***/

.page-sidebar .sidebar-toggler {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-top: 15px;
    margin-left: 175px;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-image: url(/images/SpectraPath/sidebar-toggler.jpg);
    background-color: #242424;
}

.sidebar-toggler:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.page-sidebar-closed .sidebar-toggler {
    margin-left: 3px;
}

/* search box bg color on expanded */
.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
    background-color: #3d3d3d !important;
}

    .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {
        background-image: url("../../img/sidebar-search-close.png");
    }
/* sub menu bg color on hover menu item */
.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu {
    background-color: #3d3d3d;
}

.page-sidebar-closed .page-sidebar .sidebar-search .form-container {
    width: 29px;
    margin-left: 3px;
}

    .page-sidebar-closed .page-sidebar .sidebar-search .form-container .input-box {
        border-bottom: 0 !important;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search .form-container input[type="text"] {
        display: none;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search .form-container .submit {
        margin-top: 5px !important;
        margin-left: 7px !important;
        margin-right: 7px !important;
        display: block !important;
    }

.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
    width: 255px;
    position: relative;
    z-index: 1;
    padding-top: 0px;
}

    .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container input[type="text"] {
        margin-top: 7px;
        margin-left: 8px;
        padding-left: 10px;
        padding-bottom: 2px;
        width: 185px;
        display: inline-block !important;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .submit {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 11px 8px 9px 6px !important;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search.open .form-container .remove {
        background-repeat: no-repeat;
        width: 11px;
        height: 11px;
        margin: 12px 8px 9px 8px !important;
        display: inline-block !important;
        float: left !important;
    }

.page-sidebar-closed .page-sidebar-menu > li > a .selected {
    right: -3px !important;
}

.page-sidebar-closed .page-sidebar-menu > li > a > .title,
.page-sidebar-closed .page-sidebar-menu > li > a > .arrow {
    display: none !important;
}

.page-sidebar-closed .sidebar-toggler {
    margin-right: 3px;
}

.page-sidebar-closed .page-sidebar .sidebar-search {
    margin-top: 6px;
    margin-bottom: 6px;
}

.page-sidebar-closed .page-sidebar-menu {
    width: 35px !important;
}

    .page-sidebar-closed .page-sidebar-menu > li > a {
        padding-left: 7px;
    }

.page-sidebar-fixed.page-sidebar-closed .page-sidebar-menu > li > a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-sidebar-closed .page-sidebar-menu > li:hover {
    width: 236px !important;
    position: relative !important;
    z-index: 2000;
    display: block !important;
}

    .page-sidebar-closed .page-sidebar-menu > li:hover .selected {
        display: none;
    }

    .page-sidebar-closed .page-sidebar-menu > li:hover > a > i {
        margin-right: 10px;
    }

    .page-sidebar-closed .page-sidebar-menu > li:hover .title {
        display: inline !important;
    }

.page-sidebar-closed .page-sidebar-menu > li > .sub-menu {
    display: none !important;
}

.page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu {
    width: 200px;
    position: absolute;
    z-index: 2000;
    left: 36px;
    margin-top: 0;
    top: 100%;
    display: block !important;
}

    .page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu > li > .sub-menu,
    .page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu > li > .sub-menu > li > .sub-menu {
        width: 200px;
    }

    /* 2rd level sub menu*/
    .page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu > li > a {
        padding-left: 15px !important;
    }

/* 3rd level sub menu*/
.page-sidebar-closed .page-sidebar-menu > li > ul.sub-menu > li > .sub-menu > li > a {
    padding-left: 30px !important;
}

/* 4rd level sub menu*/
.page-sidebar-closed .page-sidebar-menu > li > ul.sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    padding-left: 45px !important;
}

/* sidebar container */

.page-sidebar-closed .page-sidebar {
    width: 35px;
}

.page-sidebar-closed .page-content {
    margin-left: 35px !important;
}

.page-sidebar-fixed ul.page-sidebar-menu > li.last {
    margin-bottom: 15px !important;
}

.page-sidebar-fixed.page-sidebar-hover-on .page-sidebar {
    z-index: 10000;
    width: 35px;
}

    .page-sidebar-fixed.page-sidebar-hover-on .page-sidebar .selected {
        display: none;
    }

.page-sidebar-fixed.page-sidebar-hover-on .page-content {
    margin-left: 35px;
}

.page-sidebar-fixed.page-sidebar-hover-on .footer {
    margin-left: 35px;
}

.page-sidebar-fixed .page-sidebar-closed .page-sidebar .sidebar-search .submit,
.page-sidebar-fixed .page-sidebar .sidebar-toggler {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-sidebar-hovering {
    overflow: hidden !important;
}

    .page-sidebar-hovering .sub-menu,
    .page-sidebar-hovering span.title,
    .page-sidebar-hovering span.arrow {
        display: none !important;
    }

    .page-sidebar-hovering .submit {
        opacity: 0;
        width: 0 !important;
        height: 0 !important;
    }

/***
Page content
***/
.page-content {
    padding: 10px 20px 20px 20px;
    margin-left: 225px;
    margin-top: 0px;
    background-color: white;
    min-height: 900px;
}

.ie8 .page-sidebar-fixed .page-content {
    min-height: 600px;
}

.ie8 .page-content.no-min-height {
    min-height: auto;
}

.page-full-width .page-content {
    margin-left: 0px !important;
}


/***
Page title
***/
.page-title {
    padding: 0px;
    font-size: 30px;
    letter-spacing: -1px;
    display: block;
    color: #666;
    margin: 0px 0px 15px 0px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

    .page-title small {
        font-size: 14px;
        letter-spacing: 0px;
        font-weight: 300;
        color: #888;
    }

/***
Page breadcrumb
***/

.ie8 .row .page-breadcrumb.breadcrumb > li {
    margin-right: 1px;
}

.page-content .page-breadcrumb.breadcrumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding-right: 30px;
    padding-left: 8px;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 0px !important;
    background-color: #eee;
}

    .page-content .page-breadcrumb.breadcrumb > li > a,
    .page-content .page-breadcrumb.breadcrumb > li > i,
    .page-content .page-breadcrumb.breadcrumb > li > span {
        color: #333;
        font-size: 14px;
        text-shadow: none;
    }

    .page-content .page-breadcrumb.breadcrumb > li > i {
        color: #666;
    }

    .page-content .page-breadcrumb.breadcrumb > li + li:before {
        display: none;
    }

    /* Dashboard breadcrumb Dropdown */
    .page-content .page-breadcrumb.breadcrumb .btn-group {
        right: 15px;
        position: absolute;
        margin-top: -8px;
    }

    .page-content .page-breadcrumb.breadcrumb > .btn-group .btn {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    /* Dashboard date range panel */
    .page-content .page-breadcrumb.breadcrumb .dashboard-date-range {
        position: relative;
        top: -8px;
        margin-right: -30px;
        display: none;
        padding: 9px 9px 8px 9px;
        cursor: pointer;
        color: #fff;
        background-color: #013366;
    }

/* hack for chrome and safari */
@media all and (-webkit-min-device-pixel-ratio:0) {
    .page-content .page-breadcrumb.breadcrumb .dashboard-date-range {
        padding: 9px;
    }
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range > span {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range > .icon-calendar {
    text-transform: normal;
    color: #fff;
    margin-top: 0px;
    font-size: 14px;
}

.page-content .page-breadcrumb.breadcrumb .dashboard-date-range > .icon-angle-down {
    color: #fff;
    font-size: 16px;
}

/***
Footer
***/

.footer {
    padding: 8px 20px 5px 20px;
    font-size: 12px;
}

    .footer:after,
    .footer:before {
        content: "";
        display: table;
        line-height: 0;
    }

    .footer:after {
        clear: both;
    }

    .footer .footer-inner {
        float: left;
        display: inline-block;
    }

    .footer .footer-tools {
        float: right;
        display: inline-block;
    }

        .footer .footer-tools .go-top {
            display: block;
            text-decoration: none;
            cursor: pointer;
            margin-top: -2px;
            margin-right: 0px;
            margin-bottom: 0px;
            font-size: 16px;
            padding: 0px 6px 0px 6px;
        }

            .footer .footer-tools .go-top i {
                font-size: 22px;
                margin-bottom: 5px;
            }

.page-sidebar-fixed .footer {
    margin-left: 225px;
    background-color: #fff;
    padding: 8px 20px 5px 20px;
    background-color: #3d3d3d;
    color: white;
}

    .page-sidebar-fixed .footer .footer-inner {
        color: #bababa;
    }

.page-sidebar-fixed.page-sidebar-closed .footer {
    margin-left: 35px;
}

.page-sidebar-fixed .footer .footer-tools .go-top {
    background-color: #666;
}

    .page-sidebar-fixed .footer .footer-tools .go-top i {
        color: #ddd;
    }

/*-----------------------------*/
/*-----------------------------*/
/*-----LSL Custom CSS ---------*/
/*-----------------------------*/
/*-----------------------------*/
/*Login Screen*/


.loginArea {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 130px;
}

.loginBox {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: white;
    padding: 20px;
    font-size: 14px;
}

    .loginBox a {
        color: #7DC243;
    }

.loginBtn {
    background-color: #3F2B56;
    color: white;
    border: none;
    padding: 5px;
    width: 125px;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}

.breadcrumbsBG {
    background-color: #eeeeee;
    height: 35px;
    margin-bottom: 20px;
}

.breadcrumbText {
    padding: 5px 10px 0px 10px;
    float: left;
    font-size: 14px;
}

.breadcrumbsBG a {
    color: #333333;
    display: block;
    padding-right: 10px;
    display: inline;
}

    .breadcrumbsBG a:hover {
        text-decoration: underline;
    }

    .breadcrumbsBG a:after {
        margin-left: 10px;
        height: 10px;
        width: 10px;
        content: url(/images/SpectraPath/left-arrow2.png);
    }

    .breadcrumbsBG a#last:after {
        content: none;
    }

.dateBar {
    background-color: #3F2B56;
    float: right;
    height: 25px;
    padding: 10px 10px 0px 10px;
    color: white;
    font-size: 14px;
}

.indexIcons img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
/***********Reports**********/
.tabContainer {
    border: solid 1px #ddd;
    margin-top: -1px;
    background-image: url(/images/SpectraPath/reports-left-nav.jpg);
    background-position: left;
    background-repeat: repeat-y;
    min-height: 1300px;
}
    .tabContainer::after {
        content: "";
        display: table;
        line-height: 0;
        clear: both;
    }

.reportList {
    background-color: #f4f4f4;
    float: left;
    width: 199px;
}

    .reportList a {
        display: block;
        padding: 7px 5px 7px 5px;
        color: #013366;
        font-weight: bold;
    }

        .reportList a:hover {
            background-color: #013366;
            color: white;
        }

a.activeReport {
    background-color: #013366;
    color: white;
}

.reportArea {
    margin-left: 200px;
}

.reportTopBar {
    height: 25px;
    background-color: #f4f4f4;
    text-align: right;
    padding: 7px 10px 0px 0px;
    font-weight: bold;
}

.reportContent {
    padding: 15px;
}

.reportListHeader {
    background-color: #dcdcdc;
    font-weight: bold;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

    .reportListHeader a {
        padding: 7px 5px 7px 5px;
        color: #5c5c5c;
        cursor: pointer;
    }

        .reportListHeader a:hover {
            background-color: #dcdcdc;
            color: #5c5c5c;
        }

.closeReportListHeader {
    background-image: url(/images/SpectraPath/left-arrow2.png);
    background-position: right;
    background-repeat: no-repeat;
    border-right: solid 5px #dcdcdc;
}

.openReportListHeader {
    background-image: url(/images/SpectraPath/down-arrow2.png);
    background-position: right;
    background-repeat: no-repeat;
    border-right: solid 5px #dcdcdc;
}

/*************************************************************************/
/*                             DASHBOARD                                 */
/*************************************************************************/
#dashboard_content {
    border: solid 1px #ddd;
    margin-top: -1px;
    padding: 12px;
    /*width: 950px;*/
}

.centeredTable {
    margin-left: auto;
    margin-right: auto;
}

.gridViewBlueTableStyle table {
    border-collapse: collapse;
    background: #013366;
    width: 100%;
}

.gridViewBlueHeaderStyle {
    color: white;
    background-color: #013366
}

.gridViewTableStyle {
    border: solid 1px #cccccc;
    width: 100%;
}

#ctl00_ctl00_phBody_phBody_gvResults {
    display: flow-root;
    width: 100%;
}

#ctl00_ctl00_phBody_phBody_ReportGrid {
    display: flow-root;
    width: 100%;
}

.gridViewHeaderStyle {
    background-color: #cccccc;
    color: gray;
}

    .gridViewHeaderStyle a {
        color: gray;
    }

.gridViewPagerStyle {
    color: black;
}

.gridViewAlternatingStyle {
}



/*************************************************************************/
/*                             TABS                                      */
/*************************************************************************/
.titleTab {
    float: left;
    text-align: center;
    margin-right: 5px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    background-color: #be9ad1;
    border: solid 1px #be9ad1;
    border-bottom: none;
    font-weight: bold;
}

    .titleTab a {
        display: block;
        padding: 5px 20px 5px 20px;
        color: #fff;
    }

.reportTabs .titleTab {
    width: 125px;
}

.grayActiveTab {
    background-color: #f4f4f4;
    border: solid 1px #ddd;
    border-bottom: none;
}

    .grayActiveTab a {
        color: #013366;
    }

.whiteActiveTab {
    background-color: #ffffff;
    border: solid 1px #ddd;
    border-bottom: none;
}

    .whiteActiveTab a {
        color: #013366;
    }

.tabContent {
    border: solid 1px #ddd;
    margin-top: -1px;
    padding: 20px;
}

.centeredChart {
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
}

.trackingFiltersTable {
    border: solid 1px #cccccc;
    margin-left: auto;
    margin-right: auto;
}

.trackingTableHeaderTR {
    background-color: #cccccc;
    padding: 5px;
    font-weight: bold;
}

.trackingTableHeaderTD {
    padding: 5px;
    text-align: center;
}

.trackingTableButtonsTD {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.trackingTableResults {
    text-align: center;
    padding-bottom: 10px;
}
/*************************************************************************/
/*                        COURIER DASHBOARD                              */
/*************************************************************************/
.summaryBox {
    color: white;
    width: 32%;
    text-align: center;
    margin: 0px 2% 10px 0px;
    float: left;
}

    .summaryBox:hover {
        opacity: .7;
    }

.summaryBoxVDB {
    color: white;
    width: 15.8%;
    text-align: center;
    margin: 0px 1% 10px 0px;
    float: left;
}

    .summaryBoxVDB:hover {
        opacity: .7;
    }

.summaryBoxServiceCommitment {
    color: white;
    width: 23%;
    text-align: center;
    margin: 0px 2% 10px 0px;
    float: left;
}

.summaryBoxTotal {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.summaryBoxContents {
    padding: 10px;
}

.summaryBoxTotalExtraLines {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: left;
}

.loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.redBackground {
    background-color: #B24C4C;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.redBackgroundVDB {
    background-color: #B24C4C;
    color: white;
    padding: 5px;
}

.greenBackground {
    background-color: #44A847;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.greenBackgroundVDB {
    background-color: #44A847;
    color: white;
    padding: 5px;
}

.blueBackground {
    background-color: #4C99B3;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.orangeBackground {
    background-color: #DD863F;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.orangeBackgroundVDB {
    background-color: #DD863F;
    color: white;
    padding: 5px;
}

.yellowBackground {
    background-color: #FDC220;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.yellowBackgroundVDB {
    background-color: #FDC220;
    color: white;
    padding: 5px;
}

.blueBackgroundVDB {
    background-color: #4C99B3;
    color: white;
    padding: 5px;
}

.grayBackground {
    background-color: #6D8194;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.grayBackgroundVDB {
    background-color: #6D8194;
    color: white;
    padding: 5px;
}

.darkOrangeBackgroundVDB {
    background-color: #FE6A00;
    color: white;
    padding: 5px;
}

.lightOrangeBackgroundVDB {
    background-color: #FF9F00;
    color: white;
    padding: 5px;
}

.redText {
    color: #B24C4C;
    font-weight: bold;
}

.yellowText {
    color: #E9B107;
    font-weight: bold;
}

.blackText {
    font-weight: bold;
}

.greenText {
    color: #44A847;
    font-weight: bold;
}

.blueClientID {
    color: #16B2CD;
}

.iconColumn {
    padding-left: 3px !important;
}

div.RadGrid .rgRow > td, div.RadGrid .rgAltRow > td, div.RadGrid .rgEditRow > td, div.RadGrid .rgFooter > td, div.RadGrid .rgFilterRow > td, div.RadGrid .rgHeader, div.RadGrid .rgResizeCol, div.RadGrid .rgGroupHeader td {
    padding-left: 8px;
    padding-right: 8px;
}

div.RadComboBoxDropDown .rcbImage {
    margin-right: 0;
}

.tickerBackground {
    background-color: #ccc;
    padding: 10px;
    color: crimson;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 17px;
}

.tickerFullMessage {
    background-color: #ededed;
    font-weight: bold;
    overflow: hidden;
}

.tickerHomeFullMessage {
    background-color: #ededed;
    font-weight: bold;
    /*padding-right: 20px;*/
    overflow: hidden;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    /*position: fixed;*/
    width: 100%;
    overflow: hidden;
    height: 2rem;
    padding-left: 100%;
}

.ticker {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    white-space: nowrap;
    padding-right: 100%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

.ticker__item {
    display: inline-block;
    padding: 0 2rem;
}

/*************************************************************************/
/*                      FINANCIAL DASHBOARD                              */
/*************************************************************************/

.iconLeft {
    vertical-align: middle;
    width: 39%;
    border-right: solid 1px #E5E5E5;
}

.totalsRight {
    width: 61%;
    text-align: left;
    vertical-align: middle;
    height: 102px;
}

.totalsRightContent {
    padding-left: 20px;
}

.totalsBoxTotals {
    font-weight: bold;
    text-align: left;
    font-size: 26px;
}

.totalsBoxDesc {
    font-size: 14px;
    padding-top: 3px;
}

div.RadGrid table.rgMasterTable tr .financialsSourceTotals {
    padding-right: 100px;
}

div.RadGrid table.rgMasterTable tr .financialsServiceLevelTotals {
    padding-right: 200px;
}

/*************************************************************************/
/*                      COURIER DISPATCH BOARD                           */
/*************************************************************************/
.leftColumn {
    float: left;
    width: 49%;
}

.rightColumn {
    float: left;
    width: 49%;
    padding-left: 2%
}

.dispatchHeader {
    color: black;
    font-size: 16px;
    padding-bottom: 10px;
}

.dispatchSection {
    background-color: white;
    border-radius: 5px;
}

.dispatchSectionSearch {
    padding: 10px;
}

    .dispatchSectionSearch a {
        color: #5F2C6E;
        text-decoration: underline;
    }

body .MyWrapper .riEmpty,
body .MyWrapper .riEnabled,
body .MyWrapper .riHover,
body .MyWrapper .riFocused,
body .MyWrapper .riError,
body .MyWrapper .riNegative {
    border-radius: 5px;
}

.searchTextBox {
    background-image: url("/images/SpectraPath/sidebar-menu-arrow.png");
    width: 30px;
}

.dispatchGreenBackground {
    background-color: #D4FACD;
    color: #3DBE99;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}

.dispatchRedBackground {
    background-color: #FAD5DF;
    color: #FC3C70;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}

.dispatchYellowBackground {
    background-color: #FCEDD5;
    color: #EB9F21;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}

.dispatchBlueBackground {
    background-color: #DDEDFF;
    color: #48A1FF;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}

.dispatchGrayBackground {
    background-color: #DCE1EA;
    color: #8390A8;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}

.dispatchGridHeader {
    background-color: #EAEDF4 !important;
    font-weight: bold !important;
    background-image: none !important;
    border-bottom: none !important;
}

.dispatchMoreDetailsButton {
    width: 15px;
}

.lessPaddingColumn {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.insideLabel {
    position: absolute;
    color: black;
    font-weight: bold;
    font-size: 20px;
    top: 145px;
    left: 172px;
    text-align: center;
}

.assignRouteButton {
    width: 83px;
}

.courierAvailable {
    background-image: url(/images/SpectraPath/courier_available.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-top: 8px;
    height: 25px;
    color: #3BB273;
}

.courierOnBreak {
    background-image: url(/images/SpectraPath/courier_onbreak.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-top: 8px;
    height: 25px;
    color: #FC4D7B;
}

.courierShiftEnded {
    background-image: url(/images/SpectraPath/courier_shiftended.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-top: 8px;
    height: 25px;
    color: #4DA3FF;
}

.RadMap .k-marker.k-i-marker-shownothing:before {
    /* Remove the original marker glyph icons */
    content: none;
}

.RadMap .k-marker.k-i-marker-shownothing {
    /* Reset and fix position of the markers (in this case the custom text labels) */
    background-image: none;
    cursor: default;
    width: auto !important;
    height: auto;
    text-shadow: none;
    padding: 0;
    margin: -11px 0 0 -2px;
}

.RadMap .k-marker.k-i-marker-textlabel1:before {
    /* Remove the original marker glyph icons */
    content: none;
}

.RadMap .k-marker.k-i-marker-textlabel1 {
    /* Reset and fix position of the markers (in this case the custom text labels) */
    background-image: none;
    cursor: default;
    width: auto !important;
    height: auto !important;
    text-shadow: none;
    padding: 5px;
    margin: -11px 0 0 -2px;
    background-color: white;
    font-family: arial, sans-serif !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 5px grey !important;
    font-weight: bold;
    color: #4987FF;
}

.RadMap .k-marker.k-i-marker-textlabel2:before {
    /* Remove the original marker glyph icons */
    content: none;
}

.RadMap .k-marker.k-i-marker-textlabel2 {
    /* Reset and fix position of the markers (in this case the custom text labels) */
    background-image: none;
    cursor: default;
    width: auto !important;
    height: auto !important;
    text-shadow: none;
    padding: 5px;
    margin: -11px 0 0 -2px;
    background-color: white;
    font-family: arial, sans-serif !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 5px grey !important;
    font-weight: bold;
    color: #FD4F6B;
}

.RadMap .k-marker.k-i-marker-textlabel3:before {
    /* Remove the original marker glyph icons */
    content: none;
}

.RadMap .k-marker.k-i-marker-textlabel3 {
    /* Reset and fix position of the markers (in this case the custom text labels) */
    background-image: none;
    cursor: default;
    width: auto !important;
    height: auto !important;
    text-shadow: none;
    padding: 5px;
    margin: -11px 0 0 -2px;
    background-color: white;
    font-family: arial, sans-serif !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 5px grey !important;
    font-weight: bold;
    color: #1BC6B3;
}

.RadMap .k-marker.k-i-marker-textlabel4:before {
    /* Remove the original marker glyph icons */
    content: none;
}

.RadMap .k-marker.k-i-marker-textlabel4 {
    /* Reset and fix position of the markers (in this case the custom text labels) */
    background-image: none;
    cursor: default;
    width: auto !important;
    height: auto !important;
    text-shadow: none;
    padding: 5px;
    margin: -11px 0 0 -2px;
    background-color: white;
    font-family: arial, sans-serif !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 5px grey !important;
    font-weight: bold;
    color: #E6A82B;
}

.RadMap .k-marker.k-i-marker-textlabel5:before {
    /* Remove the original marker glyph icons */
    content: none;
}

.RadMap .k-marker.k-i-marker-textlabel5 {
    /* Reset and fix position of the markers (in this case the custom text labels) */
    background-image: none;
    cursor: default;
    width: auto !important;
    height: auto !important;
    text-shadow: none;
    padding: 5px;
    margin: -11px 0 0 -2px !important;
    background-color: white;
    font-family: arial, sans-serif !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 5px grey !important;
    font-weight: bold;
    color: #551F65;
}

.RadMap .k-marker.k-i-marker-textlabelblue:before {
    /* Remove the original marker glyph icons */
    content: none;
}

.RadMap .k-marker.k-i-marker-textlabelblue {
    /* Reset and fix position of the markers (in this case the custom text labels) */
    background-image: none;
    cursor: default;
    width: auto !important;
    height: auto !important;
    text-shadow: none;
    padding: 5px;
    margin: -11px 0 0 -2px !important;
    background-color: #4987FF;
    font-family: arial, sans-serif !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 5px grey !important;
    font-weight: bold;
    color: #ffffff;
}

.RadMap .k-marker.k-i-marker-textlabelred:before {
    /* Remove the original marker glyph icons */
    content: none;
}

.RadMap .k-marker.k-i-marker-textlabelred {
    /* Reset and fix position of the markers (in this case the custom text labels) */
    background-image: none;
    cursor: default;
    width: auto !important;
    height: auto !important;
    text-shadow: none;
    padding: 5px;
    margin: -11px 0 0 -2px !important;
    background-color: #FF515D;
    font-family: arial, sans-serif !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 5px grey !important;
    font-weight: bold;
    color: #ffffff;
}

.RadMap .k-marker.k-i-marker-textlabelgreen:before {
    /* Remove the original marker glyph icons */
    content: none;
}

.RadMap .k-marker.k-i-marker-textlabelgreen {
    /* Reset and fix position of the markers (in this case the custom text labels) */
    background-image: none;
    cursor: default;
    width: auto !important;
    height: auto !important;
    text-shadow: none;
    padding: 5px;
    margin: -11px 0 0 -2px !important;
    background-color: #3EBC97;
    font-family: arial, sans-serif !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 5px grey !important;
    font-weight: bold;
    color: #ffffff;
}

.RadMap .k-marker.k-i-marker-textlabelyellow:before {
    /* Remove the original marker glyph icons */
    content: none;
}

.RadMap .k-marker.k-i-marker-textlabelyellow {
    /* Reset and fix position of the markers (in this case the custom text labels) */
    background-image: none;
    cursor: default;
    width: auto !important;
    height: auto !important;
    text-shadow: none;
    padding: 5px;
    margin: -11px 0 0 -2px !important;
    background-color: #E3B413;
    font-family: arial, sans-serif !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 5px grey !important;
    font-weight: bold;
    color: #ffffff;
}

.routeStopCard {
    background-color: white;
    border-radius: 5px;
    border: solid 1px #ECECEF;
    margin-bottom: 10px;
    color: #858D91;
}

.routeStopCardContents {
    padding: 10px;
}

.stopCardStartStop {
    background-color: #D0E0FF;
    color: #548FFF;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    width: 30px;
    height: 15px;
    font-weight: bold;
}

.stopCardEndStop {
    background-color: #F5E6B2;
    color: #CFA516;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    width: 30px;
    height: 15px;
    font-weight: bold;
}

.stopCardAcknowledgedStop {
    background-color: #CDEEE4;
    color: #3EBC97;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    width: 30px;
    height: 15px;
    font-weight: bold;
}

.stopCardNotAcknowledgedStop {
    background-color: #FFD2D5;
    color: #FF515D;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    width: 30px;
    height: 15px;
    font-weight: bold;
}

.stopCardJobNumber {
    font-weight: bold;
    color: black;
}

.routeStopCard hr {
    height: 2px;
    background-color: #E6E9EF;
    border: none;
    margin: 0px;
    padding: 0px;
}

.trueBlackText {
    color: black;
}

.stopCardTD {
    vertical-align: top;
    padding-bottom: 15px;
}

.modalTitle {
    color: #551F65;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
