﻿@charset "UTF-8";
/*CSS Reset*/
* {
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

input {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

svg {
    overflow: hidden;
}

ul, ol {
    padding-left: 40px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
        padding: 0;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

abbr[title], dfn[title] {
    border: 0;
    cursor: default;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

header, footer, section, div, nav, article, body, html, address, svg, video, audio {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    position: static;
}

a img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 0px 6px;
    }

body {
    font-family: SourceSansPro, Arial, Sans-Serif;
    font-size: 13px;
    line-height: 1.3;
    color: #444444;
    background: #e4e4e8;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(17%, #e4e4e8), color-stop(100%, #6e6159));
    background: -webkit-linear-gradient(top, #e4e4e8 17%, #6e6159 100%);
    background: -moz-linear-gradient(top, #e4e4e8 17%, #6e6159 100%);
    background: -o-linear-gradient(top, #e4e4e8 17%, #6e6159 100%);
    background: linear-gradient(top, #e4e4e8 17%, #6e6159 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#FFE4E4E8",endColorstr="#FF6E6159");
    background: linear-gradient(to bottom, #e4e4e8 17%, #6e6159 100%);
}

h1, h2, h3, h4, h5, h6 {
    font-family: SourceSansPro, Arial, Sans-Serif;
    font-size: 13px;
    line-height: 1.3;
    color: #444444;
    margin: 10px 0;
}

input, textarea, button, submit {
    font-family: SourceSansPro, Arial, Sans-Serif;
    font-size: 13px;
}

strong {
    font-family: SourceSansPro700, Arial, sans-serif;
}

p {
    margin: 10px 0;
}

a {
    color: #001647;
    text-decoration: none;
}

    a:visited {
        color: #001647;
    }

    a:hover {
        color: #8f600d;
    }

    a.definition, a.definition:visited, a.definition:hover {
        color: inherit;
    }

article p a, article table a, article ul a, article ol a {
    text-decoration: underline;
}

a.no-underline, a.footnoteLnk {
    text-decoration: none;
}

h1 {
    font-size: 19px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

h2 {
    font-size: 19px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

h3 {
    font-size: 18px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

h4 {
    font-size: 16px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

h5 {
    font-size: 15px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

h6 {
    font-size: 14px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

.blueHead {
    background-color: #001647;
    color: white;
    margin: 0;
    padding: 5px 10px;
}

/*input styles*/
input[type=radio] {
    vertical-align: -2px;
}

input[type=checkbox] {
    vertical-align: -2px;
}

input[type=text], input[type=num], input[type=phone], input[type=email] {
    padding: 0 5px;
}

input[type=button], input[type=reset], input[type=submit], submit, a.linkButton {
    background: none repeat scroll 0 0 #001647;
    border: 0;
    color: White;
    text-transform: uppercase;
    padding: 4px 25px;
    text-align: center;
    display: inline-block;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #d9d9d9;
    opacity: 1;
}

.watermark {
    color: #919191;
    opacity: 1;
}

select {
    color: #444;
}

.clear {
    clear: both;
}

.printClear, .displayNone {
    display: none;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    font-size: 1em;
    background: #fff;
}

.container-inline div, .container-inline label {
    display: inline;
}

.boxLink {
    border: solid 1px #d9d9d9;
    border-radius: 2px;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 35px 0 10px;
    background-image: url("../images/Icons/B_Arrow.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    margin: 8px 0;
    text-decoration: none;
}

    .boxLink:hover {
        background-image: url("../images/Icons/Y_Arrow.png");
    }

.double {
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 30px;
}

.no-break {
    white-space: nowrap;
}

.no-list {
    list-style: none;
    padding: 0;
}

ul.tabs {
    list-style: none;
    padding: 0;
    height: 43px;
    border-bottom: solid 3px #fcb333;
}

    ul.tabs li {
        float: left;
    }

        ul.tabs li a {
            display: block;
            padding: 0 15px;
            width: 163px;
            height: 43px;
            line-height: 43px;
            background-image: url(../Images/Layout/tab_blue.png);
            color: white;
            margin-left: -25px;
            font-size: 14px;
            text-decoration: none;
        }

        ul.tabs li:first-child a {
            margin-left: 0;
        }

        ul.tabs li a:hover, ul.tabs li.selected a {
            background-image: url(../Images/Layout/tab_orange.png);
        }

        ul.tabs li a.double {
            line-height: 1.2;
            padding-top: 5px;
            height: 38px;
        }

.tabBody {
    border: solid 1px #001647;
    border-top: 0;
    margin-bottom: 15px;
}

/*Template*/
#skip-link {
    position: relative;
    z-index: 9999;
    margin: 0;
}

    #skip-link a:link, #skip-link a:hover, #skip-link a:visited {
        background-color: #e1e1e1;
        color: #444;
    }

#page-bg-container {
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    background: url("../Images/Layout/metal-gradient.png") repeat-x;
    height: 850px !important;
}

#page-wrapper {
    overflow: hidden;
}

#dot-header {
    height: 21px;
    padding-top: 3px;
    background: #15396c;
    font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
    position: relative;
    z-index: 3;
}

    #dot-header .mode-ribbon {
        position: relative;
        width: 980px;
        margin: 0 auto;
        padding: 0px 0 0 5px;
        line-height: 18px;
        font-size: 0.846em;
    }

        #dot-header .mode-ribbon img {
            display: block;
            float: left;
            margin-right: 6px;
            margin-top: 0px;
            border: none;
        }

    #dot-header a {
        color: white;
    }

    #dot-header .mode-ribbon-links {
        list-style-type: none;
        position: absolute;
        right: 0;
        top: 1px;
        margin: 0;
        font-size: 0.846em;
        text-align: right;
    }

        #dot-header .mode-ribbon-links a {
            padding: 0 7px 0 3px;
            border-right: 1px solid #bfe3f6;
        }

        #dot-header .mode-ribbon-links li:last-child a {
            border-right: none;
        }

        #dot-header .mode-ribbon-links li {
            display: inline;
            list-style-type: none;
        }

#page {
    margin-top: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    z-index: 2;
}

#fmcsa-header {
    position: relative;
    color: white;
    z-index: 9999;
    padding: 15px 0px 10px 20px;
    background-image: -ms-linear-gradient(top, #64a1d2 17%, #266092 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(17%, #64a1d2), color-stop(100%, #266092));
    background: -webkit-linear-gradient(top, #64a1d2 17%, #266092 100%);
    background: -moz-linear-gradient(top, #64a1d2 17%, #266092 100%);
    background: -o-linear-gradient(top, #64a1d2 17%, #266092 100%);
    background: linear-gradient(top, #64a1d2 17%, #266092 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr="#FF64A1D2",endColorstr="#FF266092");
    background: linear-gradient(to bottom, #64a1d2 17%, #266092 100%);
}

#ai-login-pnl {
    position: absolute;
    top: 23px;
    right: 242px;
    text-align: right;
    color: White;
    padding-right: 10px;
    border-right: solid 1px #d9d9d9;
    text-shadow: 1px 1px 1px #444;
}

    #ai-login-pnl.logged-in {
        top: 17px;
    }

    #ai-login-pnl a {
        text-transform: uppercase;
        font-size: 14px;
        color: white;
    }

#fmcsa-header form {
    position: absolute;
    top: 20px;
    right: 20px;
}

    #fmcsa-header form.usa-search input[type=submit] {
        filter: none;
        background-color: white !important;
        width: 25px;
        margin-left: -5px;
        background: white url("../Images/Layout/magnifying-glass2.png") 3px no-repeat !important;
        color: transparent;
        vertical-align: bottom;
        height: 26px;
        border: 1px solid #d3d3d3;
        font-size: 0;
        filter: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
    }

    #fmcsa-header form.usa-search label {
        display: none;
    }

    #fmcsa-header form.usa-search input[type=text] {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 1px solid #d3d3d3;
        height: 24px;
        width: 180px;
        padding: 0 0 0 5px;
        outline: 0;
    }

body #usasearch_sayt .ui-widget, body #usasearch_sayt .ui-widget input, body #usasearch_sayt .ui-widget select, body #usasearch_sayt .ui-widget textarea, body #usasearch_sayt .ui-widget button {
    font-family: SourceSansPro, Arial, Sans-Serif;
    font-size: 13px;
}

#csa-header {
    background-color: #001647;
    padding: 5px 0 0px 20px;
    position: relative;
}

    #csa-header h1, #sms-header h1 {
        margin: 0;
    }

    #csa-header h2 {
        color: #fcb333;
        font-size: 34px;
        position: absolute;
        right: 20px;
        top: 5px;
    }

    #csa-header h1 {
        position: relative;
        z-index: 2;
    }

    #csa-header hr {
        border-top: solid 1px #2b4072;
        margin: 0;
        position: absolute;
        left: 0;
        top: 63px;
        width: 100%;
        height: 1px;
        z-index: 1;
    }

#sms-header {
    background-color: #001647;
    padding: 0 0 0 20px;
    position: relative;
}

    #sms-header img.bw {
        display: none;
    }

    #sms-header form .search-disclaimer {
        display: none;
    }

    #sms-header h1 {
        display: inline;
    }

    #sms-header nav {
        display: inline;
    }

        #sms-header nav ul {
            height: 33px;
            list-style: none;
            color: White;
            text-transform: uppercase;
            display: inline-block;
            position: absolute;
            right: 285px;
            bottom: 0px;
            font-family: SourceSansPro600, Arial, Sans-Serif;
        }

            #sms-header nav ul li {
                float: left;
                display: block;
                padding: 0 0 0 25px;
                position: relative;
                height: 32px;
            }

                #sms-header nav ul li ul {
                    display: none;
                    position: absolute;
                    left: 15px;
                    top: 17px;
                    background-color: #001647;
                    z-index: 10;
                    width: 220px;
                }

                    #sms-header nav ul li ul li {
                        background-color: #001647;
                        padding: 6px 10px 0 10px;
                        white-space: nowrap;
                        height: auto;
                        float: none;
                    }

                        #sms-header nav ul li ul li:last-child {
                            padding-bottom: 10px;
                        }

                #sms-header nav ul li:hover ul {
                    display: block;
                }

                #sms-header nav ul li#basics:hover ul {
                    display: none;
                }

                #sms-header nav ul li a {
                    color: White;
                }

                    #sms-header nav ul li a:hover, #sms-header nav ul li a.selected {
                        /*color: #fcb333;*/
                        border-bottom: 6px solid #1f78c0;
                        padding-bottom: 11px;
                    }

                #sms-header nav ul li ul li a:hover, #sms-header nav ul li ul li a.selected {
                    color: #fcb333;
                    border-bottom: none;
                }

        #sms-header nav form {
            position: absolute;
            width: 210px;
            right: 10px;
            bottom: 10px;
        }

            #sms-header nav form input[type=text] {
                /*background-color: #286294;
  border-radius: 4px;
  border: 0;
  height: 23px;
  font-size: 12px;
  width: 250px;
  color: White;*/
                background-color: #001647;
                border: 1px solid #ffffff;
                height: 23px;
                font-size: 12px;
                width: 200px;
                color: #fff;
            }

            #sms-header nav form #QuckSearch {
                left: 0px;
                top: -18px;
                color: #ffffff;
                position: absolute;
            }

            #sms-header nav form #btnGo {
                padding: 4px 8px 4px 8px;
                position: absolute;
                right: -1.5px;
                top: 0.5px;
                background-color: #00aeef;
                z-index: 500;
            }

            #sms-header nav form input[type=text].watermark {
                color: #919191;
            }

            #sms-header nav form input[type=text]::-webkit-input-placeholder {
                /* WebKit browsers */
                color: #fff;
            }

            #sms-header nav form input[type=text]:-moz-placeholder {
                /* Mozilla Firefox 4 to 18 */
                color: #fff;
            }

            #sms-header nav form input[type=text]::-moz-placeholder {
                /* Mozilla Firefox 19+ */
                color: #fff;
            }

            #sms-header nav form input[type=text]:-ms-input-placeholder {
                /* Internet Explorer 10+ */
                color: #fff;
            }

#fmcsa-footer {
    color: White;
    position: relative;
    padding-top: 20px;
}

    #fmcsa-footer a {
        color: White;
    }

        #fmcsa-footer a:hover {
            text-decoration: underline;
        }

    #fmcsa-footer address {
        background-image: url("../images/Layout/FMCSA_Footer_Image.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        height: 380px;
        width: 46%;
        text-transform: uppercase;
        padding-left: 0;
        font-size: 15px;
        float: left;
        padding: relative;
    }

        #fmcsa-footer address p {
            margin-left: 55px;
        }

        #fmcsa-footer address a:hover {
            text-decoration: none;
        }

    #fmcsa-footer .footer_dot_label {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-size: 18px;
        margin-top: 0px;
    }

    #fmcsa-footer .dot-logo {
        position: absolute;
        left: 10px;
        top: 20px;
    }

    #fmcsa-footer .footer_administration_label {
        text-transform: none;
        font-family: SourceSansProit, Arial, Sans-Serif;
    }

    #fmcsa-footer span.gc-cs-link {
        color: White;
    }

    #fmcsa-footer ul.menu {
        border-left: 2px solid #a39c99;
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        width: 26%;
    }

.download-note {
    clear: left;
    padding-top: 10px;
    font-style: italic;
    margin-top: 0;
}

#fmcsa-footer ul.menu li {
    padding: 0 0 15px 20px;
    background-image: url("../Images/Icons/list-arrow.png");
    background-repeat: no-repeat;
    background-position: 5px 3px;
}

/*Simple Modal*/
#basic-modal-content {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}

/* Container */
#simplemodal-container {
    /*height: 360px;
  width: 600px;*/
    background-color: White;
}

    #simplemodal-container .simplemodal-data {
        /*padding: 8px;*/
        border: solid 1px #001647;
    }

    #simplemodal-container a.modalCloseImg {
        background: url("../Images/Icons/sms_close.png") no-repeat;
        width: 25px;
        height: 29px;
        display: inline;
        z-index: 3200;
        position: absolute;
        top: 15px;
        right: 10px;
        cursor: pointer;
    }

.hScrollContainer {
    width: 980px;
    overflow: auto;
    position: relative;
}

article.carrier-data {
    background-color: White;
    padding-top: 15px;
}

#loginTimeout {
    display: none;
}

.browserAlert {
    color: White;
    background-color: #15396c;
    z-index: 3;
    position: relative;
    margin: 0;
    font-family: SourceSansPro, Arial, Sans-Serif;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

    .browserAlert .message {
        width: 985px;
        margin: 0 auto;
        z-index: 3;
        position: relative;
    }

    .browserAlert a {
        color: White;
        text-decoration: underline;
    }

/*Modals*/
.simplemodal-data h2 {
    background-color: #001647;
    margin: 0px;
    padding: 15px;
    color: white;
    height: 25px;
    line-height: 25px;
}

    .simplemodal-data h2 .printLnk {
        position: absolute;
        right: 40px;
        top: 12px;
    }

        .simplemodal-data h2 .printLnk img {
            height: 28px;
        }

.simplemodal-data .modalBody {
    padding: 15px 15px 1px 15px;
    height: 614px;
    overflow: auto;
}

    .simplemodal-data .modalBody p:first-child {
        margin-top: 0;
    }

.ajaxLoadingPnl {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../Images/Layout/loading_transparent.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

form {
    position: relative;
}

aside.search-disclaimer {
    display: none;
    position: absolute;
    top: 30px;
    left: 0px;
    width: 450px;
    background-color: white;
    box-shadow: 2px 2px 5px #919191;
    border: solid 1px #001647;
    z-index: 100;
}

#sms-header nav aside.search-disclaimer {
    width: 400px;
    left: -132px;
}

aside.search-disclaimer h5 {
    background-color: #001647;
    padding: 10px;
    margin: 0;
    color: white;
}

aside.search-disclaimer p {
    margin-left: 10px;
    margin-right: 10px;
}

.noTop {
    margin-top: 0;
}

#footer-disclaimer {
    border-top: solid 1px #d9d9d9;
    padding: 10px;
    font-size: 12px;
}

    #footer-disclaimer h5 {
        text-transform: uppercase;
    }

.printHead {
    display: none;
}

.search-disclaimer .prioritizeIcon {
    height: 12px;
}

.mobileMenu {
    display: none;
}

nav #basics ul, #sms-header nav ul li#nav-login-pnl, .viewDesktop, .viewResponsive {
    display: none;
}

.mobileNote {
    display: none;
}

.print-watermark {
    display: none;
}

#map {
    width: 900px;
    height: 65vh;
}

#offlineMessage {
    width: 600px;
}

.FeedBackFooterBtn {
    background: none repeat scroll 0 0 #001647;
    border: 0;
    color: White;
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 1000;
}

.crash-filter-pnl {
    padding-right: 20px;
    border-right: solid 1px #c2c2c2;
    float: left;
    width: 450px;
}

.determination-filter-pnl {
    padding-left: 20px;
    float: left;
    width: 449px;
}

#crashPrevDemo h2 {
    background: #001647;
    background-image: url("../Images/Icons/BASICs/CrashIndicator.png");
    background-repeat: no-repeat;
    background-position: top center;
    background: url("../Images/Icons/BASICs/CrashIndicator.png") no-repeat top center, linear-gradient(to right bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #001647 51%, #001647 100%), linear-gradient(to right, #164172 0%, #001647 100%);
    height: 20px;
    padding: 80px 0 15px 0;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

    #crashPrevDemo h2:after {
        content: "";
        border-top: solid 10px #001647;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        top: 100%;
        left: 49%;
    }

.crash-blue-box-link, .crash-blue-box-link:hover, .crash-blue-box-link:visited {
    display: block;
    color: white;
    width: 170px;
    background-color: #001647;
    text-transform: uppercase;
    padding: 8px 0 8px 40px;
    margin: 1rem auto;
    position: relative;
}

    .crash-blue-box-link:before {
        content: "➜";
        font-size: 20px;
        position: absolute;
        left: 5px;
        top: 10px;
        text-align: center;
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border: solid 2px white;
        border-radius: 50%;
    }

    .crash-blue-box-link .link-offset {
        display: block;
        color: #fcb333;
        text-transform: none;
        font-weight: 600;
    }

#crashPrevDemo {
    height: 498px;
}

    #crashPrevDemo table thead tr {
        background-color: #001647;
        background: linear-gradient(to right, #164172 0%, #001647 100%);
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

        #crashPrevDemo table thead tr th {
            padding: 8px 10px;
            color: white;
            text-align: left;
            font-weight: 600;
        }

.crash-prev-body {
    height: 343px;
    padding: 20px;
}

#crashPrevDemo table th, #crashPrevDemo table td {
    border: solid 1px rgb(240, 240, 240);
}

#crashPrevDemo table thead th {
    border-color: rgba(240, 240, 240, 0.1);
}

#crashPrevDemo table tbody th {
    text-transform: uppercase;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    padding: 8px 10px;
}

#crashPrevDemo table tbody td {
    font-size: 120%;
    padding: 8px 10px;
    color: #001647;
    font-weight: 600;
}

#crashPrevDemo .crash-blue-box-link {
    margin-top: 70px;
}

/*#18b7e9;*/
/*first line of datatable*/
/*Preview Message*/
#preview-message {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

    #preview-message * {
        box-sizing: border-box;
    }

    #preview-message .preview-image {
        flex: 0 0 25%;
        max-width: 25%;
        border: solid 20px #001647;
        background-image: url(../Images/preview-truck.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

        #preview-message .preview-image img {
            width: 100%;
        }

    #preview-message .preview-message-text {
        flex: 0 0 75%;
        max-width: 75%;
        padding: 20px;
        border: solid 1px #919191;
    }

        #preview-message .preview-message-text h2 {
            margin-top: 0;
        }

        #preview-message .preview-message-text .preview-link {
            color: #1f78c0;
            font-family: "SourceSansPro600";
            text-decoration: underline;
        }

#preview-link {
    position: absolute;
    top: 20px;
    left: 410px;
}

    #preview-link a {
        display: block;
        background-color: #1f78c0;
        padding: 10px 16px;
        border-radius: 8px;
        color: white;
        font-family: "SourceSansPro600";
    }

        #preview-link a:after {
            content: "→";
            display: inline-block;
            margin-left: 10px;
            width: 20px;
            height: 20px;
            margin-top: -5px;
            margin-bottom: -5px;
            border: solid 1px white;
            border-radius: 50%;
            text-align: center;
            line-height: 20px;
            font-weight: bold;
            font-family: Arial;
        }

/*Carrier Header*/
#CarrierInfo {
    padding: 0 15px 15px 15px;
}

    #CarrierInfo h3 {
        margin-bottom: 1px;
    }

#basicInfo, #SafetyRating, #LicensingAndInsurance {
    width: 28%;
    float: left;
}

#SafetyRating, #LicensingAndInsurance {
    margin-left: 3%;
    padding-left: 3%;
    background-image: url(../Images/Layout/Carrier/carrierInfoDivider.png);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 160px;
}

.data-source {
    margin-top: 1px;
}

#SafetyRating #Rating {
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

#CarrierInfo table {
    width: 100%;
}

    #CarrierInfo table th {
        text-align: left;
        padding: 2px 1px;
        white-space: nowrap;
    }

    #CarrierInfo table thead th {
        border-bottom: solid 1px #919191;
    }

/*BASIC Box*/
#BASICContainer {
    background-color: #eaeaea;
    border-top: solid 1px #d9d9d9;
    padding: 15px 0;
    position: relative;
}

#BASICStatusIG {
    position: absolute;
    top: -1px;
    right: 10px;
    height: 15px;
    line-height: 15px;
    padding: 5px 10px;
    background-color: #001647;
    text-align: center;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 1px 1px 1px 0 rgb(68, 68, 68);
    -moz-box-shadow: 1px 1px 1px 0 rgb(68, 68, 68);
    box-shadow: 1px 1px 1px 0 rgb(68, 68, 68);
}

    #BASICStatusIG a {
        color: White;
    }

#BASICContainer h2 {
    margin-top: 0;
    margin-bottom: 3px;
}

.basicSubtitle {
    margin-top: 3px;
}

.GIS {
    display: block;
    float: left;
    margin-right: 5px;
    padding-top: 1px;
}

    .GIS img {
        width: 18px;
    }

#BASICContainer h2 .display-type {
    font-size: 12px;
    font-family: SourceSansPro, Arial, Sans-Serif;
}

#basic-toolbox-container {
    position: absolute;
    width: 62px;
    left: -64px;
}

#basic-toolbox {
    position: fixed;
    width: 62px;
    top: 258px;
    border: solid 1px #d9d9d9; /*-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.74);     -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.74);     box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.74);*/
    border-radius: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: White;
}

    #basic-toolbox li:first-child {
        border-top: 0;
    }

    #basic-toolbox li {
        height: 55px;
        text-align: center;
        padding: 3px 3px 3px 3px;
        border-top: solid 1px #d9d9d9;
        font-size: 10px;
        text-transform: uppercase;
        position: relative;
    }

        #basic-toolbox li a {
            position: absolute;
            bottom: 3px;
            left: 0;
            right: 0;
            display: block;
            padding-top: 36px;
            background-repeat: no-repeat;
            background-position: top center; /*height: 26px;*/
            z-index: 1;
            text-decoration: none;
        }

        #basic-toolbox li:hover, #basic-toolbox li.selected {
            background-color: #001647;
        }

        /*#basic-toolbox li.selected:after
{
    content: url(../Images/Layout/right_blue_arrow.png);
    position: absolute;
    left: 55px;
    top: 0px;
    z-index: 0;
}*/
        #basic-toolbox li a {
            color: #001647;
        }

            #basic-toolbox li a:hover, #basic-toolbox li.selected a, #basic-toolbox li:hover a {
                color: White;
            }

        #basic-toolbox li.profile a {
            background-image: url(../Images/Icons/B.Truck.png);
            background-position: center 5px;
        }

        #basic-toolbox li.contact a {
            background-image: url(../Images/Icons/B.mail.png);
        }

        #basic-toolbox li.print a {
            background-image: url(../Images/Icons/B.print.png);
        }

        #basic-toolbox li.downloads a {
            background-image: url(../Images/Icons/B.download.png);
        }

        #basic-toolbox li.profile a:hover, #basic-toolbox li.profile.selected a, #basic-toolbox li.profile:hover a {
            background-image: url(../Images/Icons/W.Truck.png);
        }

        #basic-toolbox li.contact a:hover, #basic-toolbox li.contact.selected a, #basic-toolbox li.contact:hover a {
            background-image: url(../Images/Icons/W.mail.png);
        }

        #basic-toolbox li.print a:hover, #basic-toolbox li.print.selected a, #basic-toolbox li.print:hover a {
            background-image: url(../Images/Icons/W.print.png);
        }

        #basic-toolbox li.downloads a:hover, #basic-toolbox li.downloads.selected a, #basic-toolbox li.downloads:hover a {
            background-image: url(../Images/Icons/W.download.png);
        }

#BASICList {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 185px;
}

    #BASICList li {
        float: left;
        width: 11%;
        padding: 20px 1.5%;
        display: block;
    }

        #BASICList li:first-child {
            padding-left: 2.5%;
        }

        #BASICList li.InsOther {
            background: #eaeaea; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzkxOTE5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzkxOTE5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #eaeaea 0%, #919191 25%, #919191 75%, #eaeaea 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(25%, #919191), color-stop(75%, #919191), color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #eaeaea 0%, #919191 25%, #919191 75%, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #eaeaea 0%, #919191 25%, #919191 75%, #eaeaea 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #eaeaea 0%, #919191 25%, #919191 75%, #eaeaea 100%); /* IE10+ */
            background: linear-gradient(to bottom, #eaeaea 0%, #919191 25%, #919191 75%, #eaeaea 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eaeaea", endColorstr="#eaeaea",GradientType=0 ); /* IE6-8 */
        }

        #BASICList li .unresolved {
            background-color: #fcb333;
            display: block;
            text-align: center;
            padding: 2px;
            -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
            margin: 3px 4px 0 4px;
            font-family: SourceSansPro600, Arial, Sans-Serif;
        }

    #BASICList.protected li {
        width: 10.5%;
        padding: 20px 1%;
    }

        #BASICList.protected li:first-child {
            padding-left: 1%;
        }

    #BASICList li a {
        display: block;
        color: white;
        display: block;
        background: #266092;
        border-radius: 2px;
        background: #001647; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMTY0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI2NjA5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDE2NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #001647 0%, #266092 50%, #001647 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #001647), color-stop(50%, #266092), color-stop(100%, #001647)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #001647 0%, #266092 50%, #001647 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #001647 0%, #266092 50%, #001647 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #001647 0%, #266092 50%, #001647 100%); /* IE10+ */
        background: linear-gradient(to bottom, #001647 0%, #266092 50%, #001647 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001647", endColorstr="#001647",GradientType=0 ); /* IE6-8 */
        -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
        border-radius: 4px;
        position: relative;
        text-align: center;
        height: 140px;
    }

        #BASICList li a:hover, #BASICList li.selected a {
            background: none;
            filter: none;
            background-color: #001647;
            -webkit-box-shadow: 0px 0px 6px 3px rgb(38, 96, 146);
            -moz-box-shadow: 0px 0px 6px 3px rgb(38, 96, 146);
            box-shadow: 0px 0px 6px 3px rgb(38, 96, 146);
        }

        #BASICList li a .basicName {
            display: block;
            text-transform: uppercase;
            position: absolute;
            bottom: 5px;
            left: 10px;
            right: 10px;
            line-height: 1.1;
        }

        #BASICList li a .notPublic {
            display: block;
            position: absolute;
            bottom: 50px;
            left: 10px;
            right: 10px;
        }

    #BASICList li img.basicIcon {
        display: block;
        width: 91px;
        margin: 5px auto;
    }

        #BASICList li img.basicIcon.bw {
            display: none;
        }

    #BASICList li img.prioritizeIcon {
        position: absolute;
        top: -15px;
        right: -15px;
    }

#BASICContainer .BASICClickMessage {
    padding-left: 40px;
}

#basicKey {
    padding: 0 10px;
    clear: left;
}

#BASICs h2 {
    padding: 0 10px;
}

#BASICs .basicSubtitle {
    padding: 0 10px;
}

    #BASICs .basicSubtitle .basicDates {
        display: inline-block;
        margin-left: 15px;
        float: right;
    }

#BASICContainer .BASICKey {
    padding-left: 40px;
    position: relative;
}

    #BASICContainer .BASICKey img {
        position: absolute;
        left: 12px;
        top: 3px;
    }

.modal-content aside {
    display: none;
}

#CarrierDetail {
    margin: 10px 10px 30px 10px;
}

    #CarrierDetail .CarrierDetailCol {
        float: left;
        width: 28%;
        margin-left: 8%;
    }

        #CarrierDetail .CarrierDetailCol:first-child {
            margin-left: 0;
        }

    #CarrierDetail .boxLink {
        margin-right: 20px;
    }

#SummaryOfActivities ul, #InspectionSelectionSystem ul {
    padding-left: 0;
    list-style: none;
}

    #SummaryOfActivities ul ul {
        padding-left: 40px;
    }

#PenaltiesHistory ul {
    padding-left: 10px;
    list-style: none;
}

    #PenaltiesHistory ul li {
        padding-bottom: 3px;
        position: relative;
    }

        #PenaltiesHistory ul li a {
            text-decoration: none;
        }

        #PenaltiesHistory ul li span.indicator {
            display: block;
            height: 8px;
            width: 8px;
            position: absolute;
            left: -10px;
            top: 3px;
            background-image: url(../images/Icons/penalty_closed.png);
            background-repeat: no-repeat;
        }

        #PenaltiesHistory ul li span.open {
            background-image: url(../images/Icons/penalty_open.png);
        }

    #PenaltiesHistory ul ul {
        border-bottom: solid 1px #e6e6e6;
    }

        #PenaltiesHistory ul ul li {
            padding-bottom: 0;
        }

    #PenaltiesHistory ul li.head {
        text-transform: uppercase;
        font-family: SourceSansPro600, Arial, sans-serif;
    }

#PenaltiesHistory .closedDate {
    display: inline-block;
    width: 40%;
}

#PenaltiesHistory .viol {
    display: inline-block;
    width: 35%;
}

.carrierNote {
    margin: 5px 10px;
    font-size: 16px;
}

    .carrierNote.oos {
        color: red;
    }

.rdHead {
    position: relative;
    background-color: #eaeaea;
    height: 29px;
    padding: 0 10px;
    margin: 10px 0;
    box-shadow: 0 1px 2px 0 #c2c2c2;
    margin-bottom: 5px;
}

.basic .rdBody {
    display: none;
}

#InvestigationResults .rdBody {
    display: block;
}

.noData {
    text-align: center;
    margin: 20px 0;
    font-family: SourceSansPro600, Arial, sans-serif;
}

.rdHead h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 29px;
    font-family: SourceSansPro600, Arial, sans-serif;
}

.rdHead h4 {
    margin: 0;
    height: 31px;
    font-size: 13px;
    line-height: 31px;
    padding: 0 0 0 20px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 330px;
    background-image: url(../Images/Layout/Carrier/totalArrow.png);
    color: white;
}

.overviewData, .detailData {
    background-color: #d5e8fa;
    list-style: none;
    height: 120px;
    padding: 0;
}

.detailData {
    height: 210px;
}

    .detailData.protected {
        height: 250px;
    }

.svList {
    height: 70px;
}

.overviewData li, .detailData li {
    float: left;
    width: 14.28%;
    height: 120px;
}

.detailData li {
    height: 210px;
}

.detailData.protected li {
    height: 230px;
}

.overviewData.protected li, .detailData.protected li {
    width: 12.5%;
}

.svList li {
    height: 80px;
}

.overviewData li .results, .detailData li .results {
    border-left: solid 3px white;
    height: 110px;
    padding-top: 10px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.detailData li .results {
    height: 200px;
}

.detailData.protected li .results {
    height: 220px;
}

.svList li .results {
    height: 60px;
}

.overviewData li:first-child .results, .detailData li:first-child .results {
    border-left: 0;
}

.overviewData .sv {
    float: left;
}

.overviewData .val {
    font-size: 18px;
    display: block;
}

.overviewData .prioritized {
    color: #8f600d;
}

.overviewData label {
    display: block;
    margin-bottom: 1em;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

.detailData label {
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

.detailData .detailItem {
    margin-bottom: 0.5em;
}

.overviewData .no-percentile {
    font-size: 13px;
}

.overviewData li .notPublicMsg, .overviewData .na .results, .detailData li .notPublicMsg, .detailData .na .results {
    text-align: center;
    font-size: 20px;
    padding-top: 40px;
    display: block;
    text-transform: uppercase;
    height: 80px;
}

.detailData.protected li .notPublicMsg {
    height: 190px;
}

.svList li .notPublicMsg, .svList .na .results {
    padding-top: 10px;
}

.footnote .sv {
    float: left;
}

#SummaryOfActivities ul .sv {
    height: 20px;
    line-height: 16px;
    vertical-align: -6px;
}

.carrier-flags {
    color: Red;
}

    .carrier-flags ul {
        list-style: none;
        padding-left: 0;
    }

.boxLink .redflag {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}

/*Driver Styles*/
.searchPnl {
    width: 800px;
    margin: 20px auto;
    border: solid 1px #001647;
    background-color: white;
    padding: 10px 20px 20px 20px;
}

.opMonths {
    list-style: none;
    padding-left: 10px;
    height: 20px;
}

    .opMonths li {
        float: left;
        padding-right: 40px;
    }

.searchFoot {
    margin: 20px 20px 10px 20px;
    border-top: solid 1px #fcb333;
    padding-top: 10px;
}

.narrowSearch {
    padding-left: 10px;
    list-style: none;
}

    .narrowSearch > li {
        float: left;
        padding-right: 40px;
    }

        .narrowSearch > li ul {
            float: left;
            padding-left: 10px;
            margin-top: -3px;
        }

            .narrowSearch > li ul li {
                list-style: none;
            }

.basicSearch {
    float: left;
}

.smsEvents tbody .redFlagViolation td {
    text-align: left;
    background-color: #eaeaea;
}

/*History*/
.pnBtns {
    float: right;
}

    .pnBtns a {
        background: none repeat scroll 0 0 #001647;
        border: 0;
        color: white;
        text-transform: uppercase;
        padding: 4px 25px;
        text-align: center;
        display: block;
        color: white;
        float: left;
        margin-left: 10px;
    }

        .pnBtns a.disabled {
            cursor: default;
            background-color: #cbced4;
            color: #e9eaec;
        }

.historyHead {
    margin: 20px;
}

#carrierHistTbl thead th {
    cursor: default;
    border-left: 0;
    border-right: 0;
    width: 12.5%;
}

#carrierHistTbl thead td, #carrierMeasureHistTbl thead td, #carrierMeasureHistTbl thead th:hover, #carrierMeasureHistTbl thead th {
    background: #d9e8fa;
    border: 0;
    background: -moz-linear-gradient(top, #164172 0%, #001647 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #164172), color-stop(100%, #001647));
    background: -webkit-linear-gradient(top, #164172 0%, #001647 100%);
    background: -o-linear-gradient(top, #164172 0%, #001647 100%);
    background: -ms-linear-gradient(top, #164172 0%, #001647 100%);
    background: linear-gradient(to bottom, #164172 0%, #001647 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#164172", endColorstr="#001647",GradientType=0 );
}

#carrierHistTbl {
    border-bottom: solid 1px #001647;
}

#carrierMeasureHistTbl {
    border: solid 1px #001647;
}

    #carrierHistTbl thead td, #carrierMeasureHistTbl thead td {
        width: 25%;
    }

    #carrierHistTbl thead tr:last-child th:hover, #carrierHistTbl thead tr:last-child th, #carrierMeasureHistTbl tbody tr.subhead th, #carrierMeasureHistTbl tbody tr.subhead td {
        background: none;
        filter: none;
        background-color: #444;
        border-bottom: 0;
        color: White;
        padding: 8px 5px;
        text-align: center;
    }

    #carrierHistTbl td, #carrierMeasureHistTbl td {
        border: 0;
    }

    #carrierHistTbl tbody th, #carrierMeasureHistTbl tbody th {
        text-align: left;
    }

    #carrierHistTbl tbody .basicHead th, #carrierHistTbl tbody .basicHead td, #carrierMeasureHistTbl tbody .perfDetailHead th, #carrierMeasureHistTbl tbody .perfDetailHead td {
        background-color: #d9d9d9;
        padding: 8px 5px;
        font-family: SourceSansPro600, Arial, Sans-Serif;
        vertical-align: middle;
    }

#carrierHistTbl tbody .basicHead th {
    vertical-align: middle;
}

    #carrierHistTbl tbody .basicHead th a {
        text-decoration: none;
    }

#carrierMeasureHistTbl .viol td {
    background-color: White;
}

#carrierMeasureHistTbl .year, #carrierHistTbl .year {
    display: block;
}

#carrierHistTbl .prioritized {
    color: #8f600d;
    font-family: SourceSansPro600, Arial, sans-serif;
}

.invResultsRow th, .perfDetailHead th {
    vertical-align: middle;
}

/*Modal*/
#RegUpdate .note {
    font-family: SourceSansProit, Arial, sans-serif;
}

#RegUpdate .regImg {
    display: block;
    margin: 10px auto;
}

#RegUpdate .linkButton {
    display: block;
    margin: 10px auto;
    width: 260px;
}

.smsModal .carrier-data {
    padding-top: 0;
}

/*Summary of Activities*/
#CarrierActivities {
    margin: 0;
}

    #CarrierActivities .modalBody {
        height: 327px;
    }

    #CarrierActivities table {
        width: 100%;
        border: solid 1px #001647;
        border-collapse: collapse;
    }

        #CarrierActivities table th, #CarrierActivities table td {
            text-align: left;
            padding: 10px;
            vertical-align: top;
        }

        #CarrierActivities table th {
            color: white;
            background-color: #001647;
            font-size: 14px;
            text-transform: uppercase;
        }

            #CarrierActivities table th a {
                color: white;
            }

        #CarrierActivities table .inter {
            width: 30%;
        }

        #CarrierActivities table .crash {
            width: 25%;
        }

        #CarrierActivities table td.inter, #CarrierActivities table td.crash {
            padding-top: 25px;
        }

        #CarrierActivities table th.inter {
            border-left: 0;
        }

        #CarrierActivities table th .subItem {
            display: block;
            font-size: 13px;
            color: #919191;
        }

        #CarrierActivities table td {
            border-right: solid 1px #001647;
        }

            #CarrierActivities table td .ev {
                display: block;
                clear: left;
            }

                #CarrierActivities table td .ev label {
                    display: block;
                    float: left;
                    width: 150px;
                }

            #CarrierActivities table td .subItem label {
                width: 130px;
                padding-left: 20px;
            }

            #CarrierActivities table td.insp .ev label {
                width: 220px;
            }

            #CarrierActivities table td.insp .header label {
                height: 16px;
            }

            #CarrierActivities table td.insp .subItem label {
                width: 200px;
                padding-left: 20px;
            }

            #CarrierActivities table td.insp .header {
                font-family: SourceSansPro600, Arial, sans-serif;
            }

            #CarrierActivities table td.insp .num {
                display: inline-block;
                width: 70px;
            }

    #CarrierActivities .inter ul {
        list-style: none;
        padding-left: 0;
    }

.eventPnl {
    padding: 15px;
}

.simplemodal-data .eventPnl {
    padding: 0;
}

/*Registration Info*/
#regBox {
    border: solid 1px #001647;
    margin-bottom: 15px;
}

    #regBox h3 {
        background-color: #001647;
        padding: 8px 5px;
        text-transform: uppercase;
        color: white;
        margin: 0;
        color: white;
        font-size: 13px;
    }

    #regBox ul.col1, #regBox ul.col2 {
        list-style: none;
        padding: 0;
        width: 45%;
        padding-left: 5%;
        float: left;
        margin: 20px 0;
    }

        #regBox ul.col1 li, #regBox ul.col2 li {
            clear: left;
        }

        #regBox ul.col1 label, #regBox ul.col2 label {
            display: block;
            float: left;
            width: 130px;
            clear: left;
        }

        #regBox ul.col1 span.dat, #regBox ul.col2 span.dat {
            margin-left: 135px;
            display: block;
        }

    #regBox .opClass, #regBox .cargo {
        color: #919191;
        list-style: none;
        padding: 0 0 0 7%;
        margin: 20px 0;
    }

        #regBox .opClass li, #regBox .cargo li {
            width: 31%;
            float: left;
        }

            #regBox .opClass li .chk, #regBox .cargo li .chk {
                font-family: SourceSansPro600, Arial, sans-serif;
                display: inline-block;
                width: 10px;
            }

        #regBox .opClass .checked, #regBox .cargo .checked {
            color: #444;
        }

    #regBox .clear {
        height: 20px;
    }

    #regBox table {
        width: 85%;
        margin: 10px auto;
        border-collapse: collapse;
        border: solid 1px #001647;
    }

    #regBox .puNote {
        width: 85%;
        margin: 10px auto;
    }

    #regBox table tbody td, #regBox table tbody th {
        border-top: solid 1px #001647;
        border-bottom: solid 1px #001647;
        padding: 3px 5px;
    }

    #regBox table tbody td {
        text-align: center;
    }

    #regBox table tbody th {
        text-align: left;
    }

    #regBox table thead th {
        background: #f5fafa;
        background: -moz-linear-gradient(top, #266092 0%, #001647 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #266092), color-stop(100%, #001647));
        background: -webkit-linear-gradient(top, #266092 0%, #001647 100%);
        background: -o-linear-gradient(top, #266092 0%, #001647 100%);
        background: -ms-linear-gradient(top, #266092 0%, #001647 100%);
        background: linear-gradient(to bottom, #266092 0%, #001647 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#266092", endColorstr="#001647",GradientType=0 );
        text-transform: uppercase;
        font-family: SourceSansPro600, Arial, sans-serif;
        padding: 10px 5px;
        color: white;
    }

#RegUpdate .modalBody {
    height: 443px;
}

#Downloads .modalBody {
    height: 138px;
}

#Downloads ul {
    list-style: none;
    padding: 0;
}

    #Downloads ul li label {
        display: inline-block;
        width: 90px;
    }

    #Downloads ul li select {
        width: 205px;
    }

#Downloads .submit {
    text-align: right;
    padding-top: 10px;
}

/*Intervention Threshold*/
#thresholdPnl .meetsCriteria {
    list-style: none;
    font-family: SourceSansPro700, Arial, sans-serif;
}

    #thresholdPnl .meetsCriteria label {
        font-family: SourceSansPro, Arial, sans-serif;
    }

#thresholdPnl h4 {
    color: #8f600d;
}

#thresholdPnl .tabBody table {
    width: 100%;
}

    #thresholdPnl .tabBody table thead th strong {
        color: #8f600d;
    }

    #thresholdPnl .tabBody table td {
        vertical-align: middle;
        padding: 2px 5px;
        white-space: nowrap;
    }

        #thresholdPnl .tabBody table td.criteria label {
            width: 10px;
            float: left;
            display: block;
            margin-left: 0;
        }

        #thresholdPnl .tabBody table td.criteria span {
            display: block;
            margin-left: 15px;
        }

    #thresholdPnl .tabBody table tr.and td {
        font-family: SourceSansPro600, Arial, sans-serif;
    }

    #thresholdPnl .tabBody table tr.subCriteria td.criteria label {
        width: 10px;
        float: left;
        display: block;
        margin-left: 20px;
    }

    #thresholdPnl .tabBody table tr.subCriteria td.criteria span {
        display: block;
        margin-left: 35px;
    }

    #thresholdPnl .tabBody table .val {
        text-align: center;
        border-left: solid 1px #001647;
        border-right: solid 1px #001647;
        padding: 4px 5px 0 5px;
    }

    #thresholdPnl .tabBody table .criteria {
        white-space: normal;
    }

    #thresholdPnl .tabBody table .val .blank {
        display: block;
        width: 20px;
        height: 22px;
    }

    #thresholdPnl .tabBody table th {
        border-bottom: solid 1px #001647;
        color: white;
        padding: 8px 10px;
        background-color: #001647;
        text-align: center;
    }

        #thresholdPnl .tabBody table th .or {
            display: block;
            width: 30px;
            float: left;
            font-family: SourceSansPro600, Arial, sans-serif;
        }

#thresholdPnl .tabBody thead tr th {
    margin: 0;
    padding: 3px 5px;
    background: none;
    background-color: #d9d9d9;
    font-size: 13px;
    font-family: SourceSansPro600, Arial, sans-serif;
    vertical-align: middle;
    color: #444;
}

#thresholdPnl .tabBody table .noBottom {
    border-bottom: 0;
}

#resultData {
    display: none;
}

#BASICOverviewContainer {
    height: 536px;
    background-color: #eaeaea;
    padding: 1px;
    position: relative;
    box-shadow: 2px 2px 3px 0 #c7c7c7;
}

    #BASICOverviewContainer section.BASICOverview {
        border-radius: 7px;
        width: 240px;
        margin: 0;
        height: 100%;
        position: relative;
    }

.PrioritizedIndicator {
    text-transform: uppercase;
    margin-top: 10px;
}

    .PrioritizedIndicator img {
        float: right;
        margin-right: 70px;
        margin-top: -2px;
    }

#BASICOverviewContainer section.BASICOverview h2 {
    position: relative;
    margin: 0 0 10px 0;
    border-radius: 7px;
    font-size: 15px;
    padding: 5px 20px;
    height: 38px;
    background-color: #001647;
    z-index: 100;
    overflow: visible;
    color: white;
}

    #BASICOverviewContainer section.BASICOverview h2 label {
        float: left;
        display: block;
        width: 40px;
    }

    #BASICOverviewContainer section.BASICOverview h2 .basicName {
        display: block;
        margin-left: 47px;
    }

    #BASICOverviewContainer section.BASICOverview h2.single {
        line-height: 38px;
    }

#BASICOverviewContainer section.BASICOverview .overviewBody {
    margin: 10px;
}

    #BASICOverviewContainer section.BASICOverview .overviewBody a.moreInfo {
        position: absolute;
        right: 4px;
        top: 48px;
        padding: 5px;
        display: block;
        border-top: 0;
        height: 12px;
        line-height: 12px;
        border-radius: 0 0 4px 4px;
        background-color: #fcb333;
        text-decoration: none;
        color: #444;
        z-index: 101;
    }

.percentileGraph {
    height: 70px;
    margin: 10px 0;
    position: relative;
}

    .percentileGraph .bar {
        height: 28px;
        position: absolute;
        top: 0;
    }

    .percentileGraph .low {
        background-color: #001647;
    }

    .percentileGraph .high {
        background-color: #fcb333;
        width: 100%;
    }

    .percentileGraph .threshold {
        height: 40px;
        position: absolute;
        top: 0;
        border-right: solid 2px #919191;
        text-align: right;
        padding-top: 30px;
    }

        .percentileGraph .threshold span {
            display: block;
            float: right;
            margin-right: 1px;
            line-height: 13px;
        }

    .percentileGraph .percentile {
        height: 28px;
        position: absolute;
        top: 0;
        border-right: solid 2px White;
        color: white;
    }

    .percentileGraph span {
        position: absolute;
        right: 3px;
        line-height: 28px;
        font-family: SourceSansPro600, Arial, Sans-Serif;
    }

    .percentileGraph .percentile span.right {
        right: -30px;
        display: block;
    }

    .percentileGraph .percentile span.top {
        top: -22px;
        right: -10px;
        color: #444;
    }

    .percentileGraph .start {
        position: absolute;
        left: 0;
        top: 23px;
    }

    .percentileGraph .end {
        position: absolute;
        right: 0;
        top: 23px;
    }

a.segDownloadLnk {
    display: block;
    font-size: 12px;
    margin: 5px 0;
    padding: 5px 0;
    text-align: center;
    font-family: SourceSansPro600, Arial, sans-serif;
    border-radius: 7px;
    text-transform: uppercase;
    background-color: #001647;
    color: white;
}

a.disabled {
    cursor: default;
    color: #e9eaec;
    background-color: #cbced4;
}

    a.disabled:hover {
        color: #cbc9c9;
    }

#BASICGraphs {
    position: absolute;
    right: 5px;
    width: auto;
    top: 5px;
    bottom: 5px;
    left: 245px;
}

#BASICOverviewContainer section.BASICOverview .overviewBody .notPublicMsg {
    background-image: url(../images/Layout/Carrier/gray_70.png);
    font-size: 120px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 140px 0;
    text-align: center;
    color: white;
    border-radius: 7px;
    line-height: 1.1;
    text-shadow: 1px 1px #444;
    font-family: SourceSansPro600, Arial, sans-serif;
}

    #BASICOverviewContainer section.BASICOverview .overviewBody .notPublicMsg span {
        font-size: 30px;
        display: block;
        text-transform: uppercase;
    }

.invResults .sv {
    float: left;
    position: relative;
    top: -10px;
    left: -4px;
}

.rdHead .exColInd {
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 20px;
    width: 10px;
    text-align: center;
}

.noData {
    margin: 0;
    padding: 20px 0;
}

/*Measure Footer*/
.measureChange {
    height: 75px;
    border: solid 1px #e09e24;
    border-top-width: 2px;
    position: relative;
    background: #dd7515; /* Old browsers */
    background: -moz-linear-gradient(top, #fb9a27 0%, #c15905 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb9a27), color-stop(100%, #c15905)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fb9a27 0%, #c15905 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fb9a27 0%, #c15905 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fb9a27 0%, #c15905 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fb9a27 0%, #c15905 100%); /* W3C */
}

    .measureChange .moreInfo {
        display: block;
        height: 36px;
        padding: 1px 0 0 5px;
        line-height: 35px;
        width: 78px;
        background-image: url(../Images/Layout/MoreInfoArrow.png);
        text-transform: uppercase;
        color: #444;
        position: absolute;
        top: 20px;
        left: 50%;
        z-index: 100;
        font-size: 12px;
        margin-left: -39px;
    }

    .measureChange aside {
        position: absolute;
        top: 76px;
        left: 186px;
        width: 565px;
        background-color: white;
        border: solid 1px #bdbcbd;
        box-shadow: 2px 2px 2px #bdbcbd;
        z-index: 100;
        color: #3e445e;
    }

        .measureChange aside a.modalClose {
            float: right;
            font-size: 35px;
            line-height: 38px;
            color: #3e445e;
            margin-right: 5px; /*background-image: url(../Images/SMSPreview/closeX.png);*/
        }

        .measureChange aside h4 {
            margin: 0;
            font-size: 18px;
            padding: 10px 20px;
            color: #3e445e;
        }

        .measureChange aside table {
            width: 565px;
        }

        .measureChange aside thead th, .measureChange aside thead td {
            vertical-align: middle;
            text-transform: uppercase;
            text-align: center;
        }

        .measureChange aside th {
            font-size: 11px;
            padding: 3px 5px;
        }

        .measureChange aside tbody th {
            padding: 3px 15px;
        }

        .measureChange aside td {
            font-size: 30px;
            padding: 3px 15px;
            background-color: #f9f9f9;
            border-bottom: solid 1px #787878;
            text-align: center;
        }

        .measureChange aside .pm {
            padding: 3px 0;
        }

        .measureChange aside th, .measureChange aside thead td {
            border-bottom: solid 1px #001647;
            color: white;
            background-color: #001647;
        }

        .measureChange aside tbody th {
            font-size: 30px;
        }

            .measureChange aside tbody th span {
                font-size: 11px;
                display: block;
            }

        .measureChange aside .thisMonth {
            border-left: solid 1px #b8bfca;
        }

    .measureChange .prev {
        display: block;
        font-size: 15px;
        float: left;
        width: 49.9%;
        height: 35px;
        padding: 20px 0;
        border-right: solid 1px #ca640a;
        box-shadow: inset 0 0 4px 0 #fcd177, inset -2px 0 3px 0 #c69539;
        background: #f9ab37; /* Old browsers */
        background: -moz-linear-gradient(top, #f9c25b 0%, #f79c27 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9c25b), color-stop(100%, #f79c27)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f9c25b 0%, #f79c27 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f9c25b 0%, #f79c27 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f9c25b 0%, #f79c27 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f9c25b 0%, #f79c27 100%); /* W3C */
    }

        .measureChange .prev .measData {
            padding-left: 15px;
        }

    .measureChange .cur {
        display: block;
        font-size: 15px;
        float: left;
        width: 49.9%;
        height: 35px;
        padding: 20px 0;
        box-shadow: inset 0 1px 4px 0 #fdcd3d;
        background: #dd7515; /* Old browsers */
        background: -moz-linear-gradient(top, #fb9a27 0%, #c15905 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb9a27), color-stop(100%, #c15905)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fb9a27 0%, #c15905 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fb9a27 0%, #c15905 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fb9a27 0%, #c15905 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fb9a27 0%, #c15905 100%); /* W3C */
        color: white;
        text-shadow: 1px 1px #444;
    }

        .measureChange .cur .measData {
            padding-left: 50px;
        }

    .measureChange label {
        display: block;
        float: left;
        text-transform: uppercase;
        width: 210px;
        margin-right: 10px;
    }

        .measureChange label span {
            text-transform: none;
        }

    .measureChange .frac {
        float: left;
        line-height: 1;
    }

    .measureChange .eq {
        display: block;
        float: left;
        line-height: 40px;
        margin: 0 10px;
    }

    .measureChange .meas {
        line-height: 40px;
    }

    .measureChange .frac span {
        display: block;
    }

        .measureChange .frac span.num {
            border-bottom: solid 1px #444;
            text-align: center;
            padding-bottom: 2px;
        }

    .measureChange .cur .frac span.num {
        border-bottom: solid 1px White;
    }

    .measureChange .frac span.den {
        padding-top: 2px;
        text-align: center;
    }

        .measureChange .frac span.den a, .measureChange .frac span.den a:hover {
            color: White;
            text-decoration: underline;
        }

#weightCap {
    padding-left: 10px;
}

#InsOtherStatus {
    background-color: #eaeaea;
    padding-bottom: 10px;
}

    #InsOtherStatus h2 {
        margin-bottom: 30px;
    }

    #InsOtherStatus p {
        text-align: center;
        margin: 20px auto;
        width: 40%;
    }

.violsDiscovered {
    font-size: 18px;
    font-family: SourceSansPro600, Arial, sans-serif;
}

    .violsDiscovered img {
        height: 90px;
        vertical-align: -30px;
    }

.eventBody {
    border: solid 1px #001647;
    margin-bottom: 15px;
}

    .eventBody #cInfoPnl, .eventBody #primDrvPnl, .eventBody #crashLocPnl {
        width: 50%;
        float: left;
    }

    .eventBody #coDrvPnl, .eventBody #locPnl, .eventBody #crashInfoPnl, .eventBody #crashRepPnl {
        margin-left: 50%;
        border-left: solid 1px #001647;
    }

    .eventBody h3 {
        background-color: #001647;
        padding: 8px 5px;
        text-transform: uppercase;
        color: white;
        font-size: 13px;
        margin: 0;
        text-align: center;
    }

    .eventBody ul {
        list-style: none;
        padding: 10px;
    }

        .eventBody ul.tabs {
            padding: 0;
            margin: 10px 10px 0 10px;
        }

        .eventBody ul.anchor-links {
            padding: 0;
            clear: left;
        }

        .eventBody ul li {
            padding: 1px 0;
        }

        .eventBody ul.tabs li {
            padding: 0;
        }

        .eventBody ul li label {
            float: left;
            width: 200px;
            display: block;
        }

        .eventBody ul li span.val {
            display: block;
            margin-left: 200px;
            min-width: 100px;
            min-height: 16px;
        }

    .eventBody table {
        width: 95%;
        margin: 10px auto;
        border-collapse: collapse;
        border: solid 1px #001647;
    }

        .eventBody table thead th {
            background: #f5fafa; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: -moz-linear-gradient(top, #266092 0%, #001647 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #266092), color-stop(100%, #001647)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #266092 0%, #001647 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #266092 0%, #001647 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #266092 0%, #001647 100%); /* IE10+ */
            background: linear-gradient(to bottom, #266092 0%, #001647 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#266092", endColorstr="#001647",GradientType=0 ); /* IE6-8 */
            text-transform: uppercase;
            font-family: SourceSansPro600, Arial, sans-serif;
            padding: 10px 5px;
            color: White;
            border: solid 1px #001647;
            vertical-align: middle;
        }

        .eventBody table tbody td {
            text-align: center;
            padding: 5px;
            border-bottom: solid 1px #001647;
        }

            .eventBody table tbody td.left {
                text-align: left;
            }

    .eventBody ul.dbl li {
        width: 50%;
        float: left;
    }

        .eventBody ul.dbl li.clear {
            clear: left;
        }

    .eventBody .vehPnl {
        float: left;
        width: 30%;
    }

    .eventBody #vehTypePnl.vehPnl {
        width: 40%;
    }

    .eventBody .vehPnl ul li label {
        width: 100px;
    }

    .eventBody .vehPnl ul li span.val {
        margin-left: 110px;
    }

    .eventBody .vehPnl h4 {
        padding-left: 10px;
    }

    .eventBody .footnote {
        padding: 0 10px;
    }

#crashReport .eventBody {
    padding-bottom: 15px;
}

.review-details ul {
    list-style: none;
    padding: 0;
    margin: 10px 20px;
    float: left;
}

    .review-details ul li {
        float: left;
        width: 50%;
        clear: none;
        padding-top: 5px;
    }

        .review-details ul li.clear {
            clear: left;
        }

.review-details .doc-link {
    clear: left;
    margin: 10px 0 30px 20px;
}

#parts ul li {
    display: inline-block;
    width: 24%;
}

#recd ol {
    margin: 20px 0;
    padding-right: 20px;
}

    #recd ol li {
        margin: 5px 0;
    }

/*Modal Styles*/
.smsModal .eventPnl {
    padding: 0;
}

.eventBody table tbody .violDetailRow td {
    color: #8f600d;
    background-image: url(../Images/Icons/indent.arrow.png);
    background-repeat: no-repeat;
    background-position: 10px top;
    padding-left: 35px;
    text-align: left;
    padding-top: 3px;
}

.violDetailRow td ul {
    padding: 0;
}

    .violDetailRow td ul li {
        float: none;
        display: inline-block;
        margin-right: 10px;
    }

        .violDetailRow td ul li label {
            float: none;
            width: auto;
            display: inline;
        }

.eventBody table tbody .hasDetail td {
    border-bottom: 0;
}

#investigation .tabBody {
    margin: 0 10px 10px 10px;
}

/*Average PU Pop-up*/
#AdjAveragePU .modalBody {
    height: 582px;
}

#AdjAveragePU .avdAvgCalc {
    text-align: center;
    margin: 20px auto;
}

#AdjAveragePU .comp {
    display: inline-block;
    text-align: center;
}

    #AdjAveragePU .comp label {
        display: block;
    }

#AdjAveragePU .inline-comp {
    display: inline-block;
    text-align: center;
    position: relative;
}

    #AdjAveragePU .inline-comp label {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        width: 70px;
        font-size: 11px;
    }

#AdjAveragePU .val {
    font-size: 30px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

#AdjAveragePU .inline-comp .val {
    font: inherit;
}

#AdjAveragePU .sign {
    font-size: 24px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
    vertical-align: 23px;
    display: inline-block;
    padding: 0 10px;
}

#AdjAveragePU .avgPUFormula {
    text-align: center;
    margin: 20px auto;
}

#AdjAveragePU #avgPU, #AdjAveragePU #uf {
    padding: 1px 15px 15px 15px;
}

#AdjAveragePU .frac {
    display: inline-block;
}

#AdjAveragePU .avgPUFormula .n {
    display: inline-block;
    border-bottom: solid 2px #444;
}

#AdjAveragePU .avgPUFormula .total {
    vertical-align: 10px;
}

#AdjAveragePU #uf .vmtPUForm {
    margin: 15px 10px;
    text-align: center;
}

#AdjAveragePU table {
    border: solid 1px #001647;
    width: 80%;
    margin: 15px auto;
    border-collapse: collapse;
}

    #AdjAveragePU table caption {
        margin: 0;
        background-color: #d9d9d9;
        padding: 10px;
        font-size: 14px;
        font-family: SourceSansPro600, Arial, Sans-Serif;
    }

    #AdjAveragePU table thead th {
        background-color: #001647;
        color: White;
        text-align: center;
        padding: 10px;
    }

    #AdjAveragePU table tbody td {
        white-space: nowrap;
        text-align: center;
        border-top: solid 1px #001647;
        vertical-align: middle;
        padding: 5px;
    }

        #AdjAveragePU table tbody td.tall {
            padding-bottom: 21px;
        }

#nonActiveCarrier {
    margin: -15px 20px 15px 20px;
    background-color: #eaeaea;
    border-radius: 0 0 4px 4px;
    text-align: center;
    padding: 15px;
}

    #nonActiveCarrier h2 {
        color: Red;
        font-family: SourceSansPro700, Arial, Sans-Serif;
        text-transform: uppercase;
        font-size: 24px;
    }

    #nonActiveCarrier h3 {
        color: #001647;
    }

.carrierNote.OOS {
    color: red;
}

#moreInfo .modalBody {
    height: 511px;
}

h2 .driver-count {
    font-size: 12px;
    font-family: SourceSansPro, Arial, Sans-Serif;
}

#BASICs .blueHead {
    clear: left;
}

.measureDetail {
    display: inline-block;
    margin-left: 5px;
    text-shadow: 1px 1px #d9d9d9;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

    .measureDetail img {
        height: 12px;
        vertical-align: -2px;
    }

.inter img {
    height: 18px;
    vertical-align: -5px;
}

.enfWarning {
    display: block;
    text-transform: uppercase;
    color: Red;
    font-family: SourceSansPro700, Arial, Sans-Serif;
}

aside#smsPreview {
    background-color: #fcb333;
    padding: 0;
    font-family: SourceSansPro600, Arial, Sans-Serif;
    color: #001647;
}

    aside#smsPreview a {
        color: #001647;
        display: inline-block;
        background-image: url(../images/Icons/B_Arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding: 12px 30px 12px 20px; /*font-size: 16px;*/
    }

.actionReports {
    background-color: #001647;
    padding: 20px;
    color: white;
    text-align: left;
}

.actionReportsTrue {
    background-color: darkred;
    padding: 20px;
    color: white;
    text-align: left;
}

.metActionReports {
    background-color: #fcb333;
    padding: 20px;
    color: #001647;
    text-align: left;
}

.actionReports h1 {
    color: white;
    margin-left: 10px;
    font-size: larger;
}

.actionReports span {
    font-size: 12px;
    margin-left: 20px;
}

.greyHead h1 {
    background-color: #eaeaea;
    margin: 0;
    padding: 5px 10px;
}

.metActionReports h1 {
    color: #001647;
    margin-left: 10px;
    font-size: larger;
}

.metActionReports span {
    font-size: 12px;
    margin-left: 20px;
    color: #001647;
}

.actionReportsBody {
    background-color: #eaeaea;
    width: 100%;
    text-align: left;
}

.measureHist .trendInd {
    height: 15px;
    vertical-align: middle;
}

.smsDetails {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

    .smsDetails tr.blueHead th {
        font-size: 18px;
        font-family: SourceSansPro600, Arial, Sans-Serif;
        text-align: left;
        padding: 5px 10px;
    }

    .smsDetails tr.greyHead th {
        font-size: 16px;
        font-family: SourceSansPro600, Arial, Sans-Serif;
        text-align: left;
        padding: 5px 10px;
    }

    .smsDetails tr.valueRow td {
        background-color: #d5e8fa;
        padding: 10px 5px;
        border-left: solid 3px white;
    }

        .smsDetails tr.valueRow td:first-child {
            border-left: 0;
        }

        .smsDetails tr.valueRow td.middle-msg {
            text-align: center;
            font-size: 20px;
            text-transform: uppercase;
            vertical-align: middle;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .smsDetails tr.valueRow td .val {
            font-size: 18px;
        }

    .smsDetails tr.valueRow.sumData label, .smsDetails tr.valueRow.sumData .val {
        display: block;
    }

    .smsDetails tr.valueRow td label {
        margin-bottom: 1em;
        font-family: SourceSansPro600, Arial, Sans-Serif;
    }

    .smsDetails tr.valueRow td.prioritized {
        color: #8f600d;
    }

    .smsDetails tr.valueRow td .detailItem {
        margin-bottom: 0.5em;
    }

    .smsDetails tr.valueRow td .no-percentile {
        font-size: 13px;
    }

.caLink a {
    text-decoration: none;
}

.caLink .caArrow {
    background-color: #fcb333;
    color: #001647;
    padding: 0 40px 0 20px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    display: block;
    position: relative;
    font-family: SourceSansPro600, Arial, Sans-Serif;
    width: -moz-min-content;
    width: -webkit-min-content;
    width: min-content;
    display: -ms-inline-grid;
    -ms-grid-columns: min-content;
    white-space: nowrap;
    margin-top: 20px;
}

    .caLink .caArrow::after {
        content: "";
        position: absolute;
        right: -26px;
        width: 0;
        height: 0;
        border-top: 26px solid transparent;
        border-bottom: 26px solid transparent;
        border-left: 26px solid #fcb333;
    }

.caLink .caDate {
    display: inline-block;
    background-color: #001647;
    color: white;
    padding: 10px 15px;
    margin-left: 20px;
    margin-top: -10px;
    position: relative;
}

.caLink .caDatePast {
    display: inline-block;
    background-color: darkred;
    color: white;
    padding: 10px 15px;
    margin-left: 20px;
    margin-top: -10px;
    position: relative;
}

.CarrierOssMsg {
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 4px;
}

.CarrierOssIconWrap {
    padding-left: 56px;
}

.CarrierOssMsg aside.carrierNote span.OssHdr {
    font-weight: 600;
}

.CarrierOssMsg aside.carrierNote span.OssDesc {
    font-size: 13px;
    font-weight: 600;
}

.CarrierOssMsg aside.carrierNote span.OssSep {
    font-size: 13px;
    border-left: 1.25px solid #ff0000;
    margin: 0px 4px 0px 6px;
}

.CarrierOssMsg aside.carrierNote div.OssRes {
    font-size: 13px;
    color: #000000;
}

.CarrierOssMsg aside.carrierNote {
    position: relative;
}

.OssIcon {
    position: absolute;
    left: -62px;
    top: -3px;
    width: 48px;
}

.chartTooltip {
    position: fixed;
    background-color: white;
    border: solid 1px #919191;
    width: 110px;
    height: 35px;
    padding: 5px 10px;
    display: none;
    z-index: 2001;
}

#BASICGraphs {
    position: absolute;
    right: 5px;
    width: auto;
    top: 5px;
    bottom: 5px;
    left: 245px;
}

    #BASICGraphs .graphContainer {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 41px;
        left: 0;
        background-color: #fcfcfc;
        border: solid 1px #c7c7c7;
        box-shadow: inset 0 2px 3px 0 #c7c7c7;
        padding: 20px 20px 10px 20px;
    }

        #BASICGraphs .graphContainer .graphPnl {
            width: 100%;
            position: relative;
            overflow: visible;
        }

            #BASICGraphs .graphContainer .graphPnl .graphContent {
                height: 415px; /*goes to 583px after expand*/
            }

                #BASICGraphs .graphContainer .graphPnl .graphContent .graphBody {
                    font-size: 18px;
                    text-transform: uppercase;
                    position: absolute;
                    top: 21%;
                    bottom: 5px;
                    left: 0;
                    right: 0;
                }

                    #BASICGraphs .graphContainer .graphPnl .graphContent .graphBody .plot, #BASICGraphs .graphContainer .graphPnl .graphContent .graphBody .plotBG {
                        position: absolute;
                        left: 11%;
                        top: 0;
                        right: 0;
                        bottom: 53px;
                    }

                    #BASICGraphs .graphContainer .graphPnl .graphContent .graphBody label {
                        display: block;
                        font-family: SourceSansPro600, Arial, sans-serif;
                        font-size: 20px;
                        color: #444;
                        width: 100%;
                        text-align: center;
                    }

                    #BASICGraphs .graphContainer .graphPnl .graphContent .graphBody .yAxis {
                        /*color: #918e8a;*/
                        position: absolute;
                        left: 0;
                        top: 0;
                        bottom: 55px;
                        width: 10%;
                    }

                        #BASICGraphs .graphContainer .graphPnl .graphContent .graphBody .yAxis ul {
                            list-style: none;
                            text-align: right;
                            padding-left: 20px;
                        }

        #BASICGraphs .graphContainer .graphContent .graphBody .yAxis ul {
            height: 120%;
        }

            #BASICGraphs .graphContainer .graphContent .graphBody .yAxis ul li {
                height: 20%;
            }

            #BASICGraphs .graphContainer .graphContent .graphBody .yAxis ul.goNeg {
                height: 116.6%;
            }

                #BASICGraphs .graphContainer .graphContent .graphBody .yAxis ul.goNeg li {
                    height: 16.6%;
                }

        #BASICGraphs .graphContainer .graphPnl .graphContent .graphBody .yAxis label {
            width: 300px;
            height: 20px;
            position: absolute;
            left: -140px;
            top: 50%;
            display: block;
            margin-top: 0;
            background-color: #fcfcfc;
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            text-align: center;
        }

.graphContent .key-ul {
    list-style: none;
    padding: 0;
    /* float: right; */
    width: 300px;
    margin-top: 40px;
    position: absolute;
    right: 0px;
}

    .graphContent .key-ul li .swatch {
        width: 46px;
        height: 33px;
        display: block;
        border-radius: 4px;
        float: left;
    }

    .graphContent .key-ul li {
        height: 40px;
    }

#BASICGraphs .graphContainer .graphPnl .graphContent .xAxis {
    /*color: #918e8a;*/
    position: absolute;
    bottom: 15px;
    left: 11%;
    height: 25px;
    width: 89%;
}

    #BASICGraphs .graphContainer .graphPnl .graphContent .xAxis .labelContainer {
        width: 100%;
        height: 40px;
    }

    #BASICGraphs .graphContainer .graphPnl .graphContent .xAxis ul {
        list-style: none;
        padding: 0;
        width: 100%;
        height: 20px;
        font-size: 16px;
    }

        #BASICGraphs .graphContainer .graphPnl .graphContent .xAxis ul.years {
            font-size: 25px;
            line-height: 20px;
            font-family: SourceSansPro600, Arial, sans-serif;
        }

        #BASICGraphs .graphContainer .graphPnl .graphContent .xAxis ul li {
            float: left;
            text-align: center;
        }

    #BASICGraphs .graphContainer .graphPnl .graphContent .xAxis label {
        clear: left;
    }

#BASICGraphs .graphContainer #measurePnl .graphContent .xAxis ul li {
    width: 16%;
}

#BASICGraphs .graphContainer #measurePercentPnl .graphContent .xAxis ul li {
    width: 9%;
}

#BASICGraphs .graphContainer #inspectionResultsPnl .graphContent .xAxis ul li {
    width: 8.3%;
}

    #BASICGraphs .graphContainer #inspectionResultsPnl .graphContent .xAxis ul li.expandContent {
        display: none;
        width: 4.15%;
    }

#BASICGraphs .graphContainer #inspectionResultsPnl .graphContent .xAxis ul.years li {
    position: relative;
    left: 8px;
}

#BASICGraphs .graphContainerExpanded {
    box-shadow: 2px 2px 3px 0 #c7c7c7;
    z-index: 101;
}

#BASICGraphs .graphMenu {
    height: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    list-style: none;
    padding: 20px 0 0 0;
}

    #BASICGraphs .graphMenu li {
        float: left;
        width: 33%;
        text-align: center;
    }

        #BASICGraphs .graphMenu li.selected:after {
            content: url("../Images/Layout/graphArrow.png");
            position: absolute;
            z-index: 100;
            top: 4px;
            display: block;
            width: 33%;
            background-position: center top;
            background-repeat: no-repeat;
            height: 15px;
        }

        #BASICGraphs .graphMenu li a {
            text-transform: uppercase;
            text-decoration: none;
            display: inline-block;
            font-family: SourceSansPro600, Arial, sans-serif;
            font-size: 15px;
        }

            #BASICGraphs .graphMenu li a:hover, #BASICGraphs .graphMenu li a::selection {
                color: #fcb333;
                border-bottom: solid 5px #fcb333;
            }

        #BASICGraphs .graphMenu li.selected a {
            border-bottom: solid 5px #fcb333;
        }

#BASICGraphs .exColLnk {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 102;
}

.graphData {
    height: 0;
    overflow: hidden;
}

    .graphData .graphDataContainer {
        width: 100%;
    }

.graphContent {
    position: relative;
}

    .graphContent .area {
        position: absolute;
        top: 0;
        bottom: 0;
        display: none;
    }

    .graphContent .long-desc {
        display: none;
        width: 68%;
    }

#measurePercentPnl .graphContent .long-desc {
    width: auto;
}

.graphContent .short-desc {
    margin: 5px 0 0 60px;
}

.graphContent .weight1 {
    width: 50%;
    left: 0;
    background-color: #cbc9c9;
    background-image: url("../images/Charts/Weight1pattern.png");
}

.graphContent .weight2 {
    width: 25%;
    left: 50%;
    background-color: #cbc9c9;
    background-image: url("../images/Charts/Weight2pattern.png");
}

.graphContent .weight3 {
    width: 25%;
    left: 75%;
    background-image: url("../images/Charts/Weight3pattern.png");
}

.graphContent h3 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}

.graphContent .desc, .graphContent select, .graphContent .key, .graphContent .prev, .graphContent .next {
    display: none;
}

.graphContent .desc {
    width: 65%;
}

.graphContent .key {
    list-style: none;
    padding: 0;
    float: right;
    width: 300px;
    margin-top: -20px;
}

    .graphContent .key li {
        height: 40px;
    }

        .graphContent .key li .swatch {
            width: 46px;
            height: 33px;
            display: block;
            border-radius: 4px;
            float: left;
        }

        .graphContent .key li .val {
            display: block;
            margin-left: 50px;
            line-height: 33px;
        }

        .graphContent .key li .doubleKey {
            line-height: 16px;
        }

.graphContent select {
    width: 200px;
}

.graphContent a.next, .graphContent a.prev {
    position: absolute;
    top: 500px;
    width: 26px;
    height: 48px;
    z-index: 2;
}

.graphContent a.next {
    right: 0px;
    background-image: url(../images/icons/nextArrow.png);
}

    .graphContent a.next.disable {
        background-image: url(../images/icons/nextArrow_disable.png);
    }

.graphContent a.prev {
    left: 0px;
    background-image: url(../images/icons/prevArrow.png);
}

    .graphContent a.prev.disable {
        background-image: url(../images/icons/prevArrow_disable.png);
    }

#tmpholder {
    position: relative;
    width: 100%;
    height: 100%;
}

    #tmpholder .loading {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url(../Images/Layout/loading_transparent.gif);
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

.graphContent h4 {
    text-align: center;
}

/*.graphData #carrierMeasureHistTbl .viol td {
    border-bottom: solid 1px #001647;
}*/
.smsEvents {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#carrier-profile .smsEvents {
    table-layout: auto;
}

.smsEvents thead tr th {
    /*border: solid 1px #001647;
  border-bottom-width: 2px;*/
    border: 0;
    border-left: solid 1px #001647;
    border-top: solid 1px #001647;
    background: #d9e8fa; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #164172 0%, #001647 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #164172), color-stop(100%, #001647)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #164172 0%, #001647 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #164172 0%, #001647 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #164172 0%, #001647 100%); /* IE10+ */
    background: linear-gradient(to bottom, #164172 0%, #001647 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#164172", endColorstr="#001647",GradientType=0 ); /* IE6-8 */
    vertical-align: middle;
    padding: 10px 5px;
    color: white;
}

    .smsEvents thead tr th a {
        color: white;
    }

    .smsEvents thead tr th:first-child {
        border-left: 0;
    }

.smsEvents thead tr.topHead th {
    border-bottom-width: 1px;
    background: #f5fafa; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #266092 0%, #164172 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #266092), color-stop(100%, #164172)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #266092 0%, #164172 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #266092 0%, #164172 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #266092 0%, #164172 100%); /* IE10+ */
    background: linear-gradient(to bottom, #266092 0%, #164172 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#266092", endColorstr="#164172",GradientType=0 ); /* IE6-8 */
}

.smsEvents thead tr.singleHead th {
    background: #f5fafa; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #266092 0%, #001647 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #266092), color-stop(100%, #001647)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #266092 0%, #001647 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #266092 0%, #001647 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #266092 0%, #001647 100%); /* IE10+ */
    background: linear-gradient(to bottom, #266092 0%, #001647 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#266092", endColorstr="#001647",GradientType=0 ); /* IE6-8 */
}

.smsEvents thead tr th.sorted {
    background: none;
    filter: none;
    background-color: #001647;
}

/*.smsEvents thead tr:last-child th
{
    cursor: pointer;
}*/
.smsEvents thead tr th a {
    text-decoration: none;
}

.smsEvents thead tr:last-child th:hover {
    background: none;
    filter: none;
    background-color: #001647;
}

#carrier-profile .smsEvents thead tr:last-child th:hover {
    background: #d9e8fa; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #164172 0%, #001647 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #164172), color-stop(100%, #001647)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #164172 0%, #001647 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #164172 0%, #001647 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #164172 0%, #001647 100%); /* IE10+ */
    background: linear-gradient(to bottom, #164172 0%, #001647 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#164172", endColorstr="#001647",GradientType=0 ); /* IE6-8 */
    cursor: default;
}

#carrier-profile .smsEvents thead tr.singleHead:last-child th:hover {
    background: #f5fafa; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #266092 0%, #001647 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #266092), color-stop(100%, #001647)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #266092 0%, #001647 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #266092 0%, #001647 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #266092 0%, #001647 100%); /* IE10+ */
    background: linear-gradient(to bottom, #266092 0%, #001647 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#266092", endColorstr="#001647",GradientType=0 ); /* IE6-8 */
    cursor: default;
}

.smsEvents tbody td {
    text-align: center;
    padding: 2px 5px;
    border-bottom: solid 1px #001647;
    border-top: solid 1px #001647;
    vertical-align: middle;
    position: relative;
}

.smsEvents tbody tr.adjCitViol td {
    border-bottom: 0;
}

.smsEvents tbody tr.adjCit td {
    border-top: 0;
    color: #8f600d;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-image: url(../Images/Icons/indent.arrow.png);
    background-position: 10px top;
    text-align: left;
}

.smsEvents tbody td.left {
    text-align: left;
}

.smsEvents tbody tr.viol td {
    border-bottom: 0;
    border-top: 0;
    background-color: #eaeaea;
    vertical-align: top;
}

.smsEvents tbody tr.oos {
    color: #8f600d;
}

.smsEvents tbody tr.viol td.viol, .smsEvents tbody td.violdesc, .smsEvents tbody .violcode {
    text-align: left;
}

.smsEvents .viol td.viol label {
    display: block;
    float: left;
}

.smsEvents .viol td.viol span.violCodeDesc {
    display: block;
    margin-left: 65px;
}

    .smsEvents .viol td.viol span.violCodeDesc span.adjCit {
        display: block;
        padding-left: 20px;
        padding-top: 3px;
        background-image: url(../Images/Icons/indent.arrow.png);
        background-position: left top;
        background-repeat: no-repeat;
        color: #8f600d;
    }

.smsEvents tfoot tr td {
    background-color: #001647;
    text-align: center;
    color: white;
    padding: 3px 5px;
    border-bottom: solid 2px #919191;
    font-family: SourceSansPro600, Arial, sans-serif;
}

    .smsEvents tfoot tr td.label {
        text-align: right;
    }

.focusPnl {
    padding: 10px 20px;
}

.inspViewselector {
    height: 46px;
    margin: 20px 10px;
}

.crashViewSelector {
    height: 72px;
    margin-top: 52px;
    margin-bottom: 10px;
}

    .crashViewSelector .viol, .det-options {
        margin-top: -10px;
    }

.inspViewselector input[type=radio] {
    margin-right: 5px;
    margin-left: 0;
    margin-top: 1px;
}

.inspViewselector .relevantRadio, .inspViewselector .relevant, .inspViewselector .or, .inspViewselector .viol, .det-options {
    float: left;
}

.inspViewselector .relevant {
    font-size: 16px;
}

    .inspViewselector .relevant .val {
        display: block;
        text-align: center;
        font-size: 20px;
    }

.inspViewselector .viol, .det-options {
    font-size: 15px;
}

    .inspViewselector .viol div, .det-options .det-option {
        margin-bottom: 7px;
    }

.inspViewselector .or {
    line-height: 46px;
    font-size: 20px;
    padding: 0 40px;
    color: #c2c2c2;
    letter-spacing: 2px;
}

.crashViewSelector .or {
    line-height: 1;
}

td.basic {
    white-space: nowrap;
}

.measureFormula, .measureFormula span {
    display: block;
    position: relative;
}

    .measureFormula .measure {
        float: left;
        line-height: 2.6;
        margin-left: 5px;
    }

    .measureFormula .form {
        font-size: 11px;
        float: right;
        margin-right: 5px;
        line-height: 1;
    }

        .measureFormula .form .n {
            border-bottom: solid 1px White;
            padding: 2px 5px;
        }

        .measureFormula .form .d {
            padding: 4px 5px;
        }

/*table widths*/
.smsEvents .sizingRow td, .smsEvents thead .sizingRow th {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 0;
    height: 0;
}

/*Inspections protected*/
#inspectionTable.protected .sizingRow .repstate, #inspectionTable.protected .sizingRow .driverstate, #inspectionTable.protected .sizingRow .platestate {
    width: 5%;
}

#inspectionTable.protected .sizingRow .severity, #inspectionTable.protected .sizingRow .timeweight, #inspectionTable.protected .sizingRow .totalweight, #inspectionTable.protected .sizingRow .platenumber, #inspectionTable.protected .sizingRow .date {
    width: 8%;
}

#inspectionTable.protected .sizingRow .vehtype {
    width: 9%;
}

#inspectionTable.protected .sizingRow .repnumber, #inspectionTable.protected .sizingRow .driverlicense {
    width: 10%;
}

/*Inspections public*/
#inspectionTable.public .sizingRow .repstate, #inspectionTable.public .sizingRow .platestate, #inspectionTable.public .sizingRow .severity, #inspectionTable.public .sizingRow .timeweight, #inspectionTable.public .sizingRow .totalweight {
    width: 8%;
}

#inspectionTable.public .sizingRow .date {
    width: 10%;
}

#inspectionTable.public .sizingRow .repnumber, #inspectionTable.public .sizingRow .platenumber, #inspectionTable.public .sizingRow .vehtype {
    width: 17%;
}

/*Violation Table*/
#basicViolations .sizingRow .violcode, #basicViolations .sizingRow .violtotal, #basicViolations .sizingRow .oostotal, #basicViolations .sizingRow .severity {
    width: 12%;
}

/*Crash Table Public*/
#crashTable.public .sizingRow .severity, #crashTable.public .sizingRow .timeweight, #crashTable.public .sizingRow .totalweight {
    width: 8%;
}

#crashTable.public .sizingRow .injuries, #crashTable.public .sizingRow .towaway, #crashTable.public .sizingRow .hm, #crashTable.public .sizingRow .fatalities {
    width: 7%;
}

#crashTable.public .sizingRow .reportstate, #crashTable.public .sizingRow .platestate {
    width: 7%;
}

#crashTable.public .sizingRow .date, #crashTable.public .sizingRow .platenumber {
    width: 9%;
}

/*Crash Table Protected*/
#crashTable.protected .sizingRow .severity, #crashTable.protected .sizingRow .timeweight, #crashTable.protected .sizingRow .totalweight {
    width: 8%;
}

#crashTable.protected .sizingRow .injuries, #crashTable.protected .sizingRow .towaway, #crashTable.protected .sizingRow .hm, #crashTable.protected .sizingRow .fatalities {
    width: 4%;
}

#crashTable.protected .sizingRow .reportstate, #crashTable.protected .sizingRow .platestate {
    width: 4%;
}

#crashTable.protected .sizingRow .license-state {
    width: 5%;
}

#crashTable.protected .sizingRow .date, #crashTable.protected .sizingRow .platenumber {
    width: 7%;
}

#crashTable.protected .sizingRow .reportnumber, #crashTable.protected .sizingRow .license-number {
    width: 10%;
}

/*Driver tables*/
#driverTable {
    width: 1500px;
}

    #driverTable .sizingRow .basic, #driverTable .sizingRow .redflag, #driverTable .sizingRow .number, #driverTable .sizingRow .state {
        width: 6%;
    }

    #driverTable .sizingRow .date {
        width: 7%;
    }

    #driverTable .sizingRow .licensenumber {
        width: 7%;
    }

/*Investigations*/
#investigation-results-table .sizingRow .date, #investigation-results-table .sizingRow .invtype, #investigation-results-table .sizingRow .violcode {
    width: 15%;
}

/*Special word breaks*/
tbody .repnumber, tbody .driverlicense, tbody .platenumber {
    word-break: break-all;
}

/*scrollers*/
.scrollContainer {
    width: 100%;
    height: 400px;
    position: relative;
}

.scrollBody {
    height: 400px;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}

table.smsEvents .loadingPnl, .hScrollContainer .loadingPnl {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../images/Layout/loading_transparent.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

tr.loadingRow td {
    height: 60px;
    background-image: url(../images/Layout/loading_transparent.gif);
    background-position: 466px center;
    background-repeat: no-repeat;
}

.scrollBody table {
    width: 980px;
    table-layout: fixed;
    border-collapse: collapse;
}

#driverTable .scrollBody table {
    width: 1500px;
}

#search-table .prioritized {
    height: 18px;
    display: block;
    margin: 0 auto 3px auto;
}

.smsEvents tbody td.bodyContainer {
    padding: 0;
}

    .smsEvents tbody td.bodyContainer thead, .smsEvents tbody td.bodyContainer tfoot {
        display: none;
    }

.measure a {
    text-decoration: underline;
}

/*Max heights for expanders*/
/*#ViolationSummary .rdBody{
    max-height: 470px;
}*/
.smsEvents thead tr th .measureFormula a {
    text-decoration: underline;
}

.crashDetDesc {
    display: block;
    padding-left: 50px;
    padding-top: 3px;
    background-image: url(../Images/Icons/indent.arrow.png);
    background-position: 30px 1px;
    background-repeat: no-repeat;
    color: #8f600d;
    text-align: left;
}

#HelpCenter {
    padding: 15px;
}

    #HelpCenter .hcIntro {
        min-height: 50px;
        margin-bottom: 20px;
    }

        #HelpCenter .hcIntro h2 {
            float: left;
            padding-left: 30px;
            margin-top: 0;
            font-size: 30px;
        }

        #HelpCenter .hcIntro p {
            margin-left: 250px;
        }

#hcMenu {
    height: 85px;
    width: auto;
    border-bottom: solid 1px #001647;
    border-top: solid 1px #001647;
    list-style: none;
    padding: 0;
}

    #hcMenu li {
        height: 85px;
        width: 20%;
        float: left;
        text-align: center;
        text-transform: uppercase;
    }

        #hcMenu li:first-child a {
            border-left: 0;
        }

        #hcMenu li a {
            display: block;
            padding-top: 15px;
            height: 70px;
            color: white;
            border-left: solid 1px #001647;
            background: #d9e8fa;
            background: -moz-linear-gradient(top, #164172 0%, #001647 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #164172), color-stop(100%, #001647));
            background: -webkit-linear-gradient(top, #164172 0%, #001647 100%);
            background: -o-linear-gradient(top, #164172 0%, #001647 100%);
            background: -ms-linear-gradient(top, #164172 0%, #001647 100%);
            background: linear-gradient(to bottom, #164172 0%, #001647 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#164172", endColorstr="#001647",GradientType=0 );
            text-decoration: none;
        }

        #hcMenu li.selected a, #hcMenu li:hover a, #hcMenu li.selected .searchBox {
            background: none;
            background-color: #001647;
        }

        #hcMenu li a img {
            display: block;
            margin: 5px auto;
        }

        #hcMenu li.search {
            width: 40%;
        }

        #hcMenu li .searchBox {
            line-height: 85px;
            height: 85px;
            color: white;
            border-left: solid 1px #001647;
            background: #d9e8fa;
            background: -moz-linear-gradient(top, #164172 0%, #001647 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #164172), color-stop(100%, #001647));
            background: -webkit-linear-gradient(top, #164172 0%, #001647 100%);
            background: -o-linear-gradient(top, #164172 0%, #001647 100%);
            background: -ms-linear-gradient(top, #164172 0%, #001647 100%);
            background: linear-gradient(to bottom, #164172 0%, #001647 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#164172", endColorstr="#001647",GradientType=0 );
        }

            #hcMenu li .searchBox input[type=text] {
                background: none;
                border: 0;
                color: white;
                height: 30px;
                line-height: 30px;
                border: 0;
                border-left: solid 1px white;
                margin-left: 10px;
                width: 60%;
                padding-left: 5px;
                vertical-align: 1px;
            }

                #hcMenu li .searchBox input[type=text]::-webkit-input-placeholder {
                    /* WebKit browsers */
                    color: #fefefe;
                    text-transform: uppercase;
                }

                #hcMenu li .searchBox input[type=text]:-moz-placeholder {
                    /* Mozilla Firefox 4 to 18 */
                    color: #fefefe;
                    text-transform: uppercase;
                }

                #hcMenu li .searchBox input[type=text]::-moz-placeholder {
                    /* Mozilla Firefox 19+ */
                    color: #fefefe;
                    text-transform: uppercase;
                }

                #hcMenu li .searchBox input[type=text]:-ms-input-placeholder {
                    /* Internet Explorer 10+ */
                    color: #fefefe;
                    text-transform: uppercase;
                }

            #hcMenu li .searchBox img {
                vertical-align: -8px;
            }

#tourPnl {
    background-color: #68a5d1;
    height: 864px;
    position: relative;
    padding: 1px 10px;
}

.stepContainer {
    position: absolute;
    width: 935px;
    bottom: 17px;
    left: 0;
    height: 163px;
}

    .stepContainer hr {
        border: 0;
        padding: 0;
        margin: 0;
        height: 3px;
        display: block;
        background-image: url(../images/Layout/tourHR.png);
    }

    .stepContainer .stepPick {
        height: 117px;
        margin: 20px auto;
        width: 904px;
        list-style: none;
        padding: 0;
    }

        .stepContainer .stepPick li {
            width: 103px;
            padding: 0 5px;
            float: left;
        }

            .stepContainer .stepPick li a {
                border: solid 10px #001647;
                border-radius: 10px;
                display: block;
                width: 85px;
                height: 96px;
            }

                .stepContainer .stepPick li a.selected, .stepContainer .stepPick li a:hover {
                    border-color: #fcb333;
                }

                .stepContainer .stepPick li a img {
                    width: 85px;
                    height: 96px;
                }

.stepContent {
    color: white;
}

    .stepContent .intro {
        margin: 20px;
        font-size: 120%;
    }

.stepDetails {
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 4;
    top: 180px;
    left: 530px;
    width: 400px;
}

    .stepDetails li {
        margin: 10px;
        position: relative;
    }

        .stepDetails li .prioritizeIcon {
            height: 14px;
        }

#tourStep1Content .stepDetails {
    top: 100px;
    left: 0;
}

    #tourStep1Content .stepDetails li {
        position: absolute;
    }

        #tourStep1Content .stepDetails li .arrow {
            position: absolute;
            display: block;
            bottom: -40px;
            width: 80px;
            height: 40px;
            background-position: left center;
            background-repeat: no-repeat;
        }

        #tourStep1Content .stepDetails li#tourStep1Detail1 {
            width: 170px;
        }

            #tourStep1Content .stepDetails li#tourStep1Detail1 .arrow {
                background-image: url(../Images/Icons/R2LArrow.png);
                left: -20px;
            }

        #tourStep1Content .stepDetails li#tourStep1Detail2, #tourStep1Content .stepDetails li#tourStep1Detail3 {
            width: 210px;
        }

            #tourStep1Content .stepDetails li#tourStep1Detail2 .arrow {
                background-image: url(../Images/Icons/L2RArrow.png);
                left: 150px;
                top: 90px;
            }

            #tourStep1Content .stepDetails li#tourStep1Detail3 .arrow {
                background-image: url(../Images/Icons/T2BArrow.png);
                left: 50px;
                width: 57px;
                height: 86px;
                top: 30px;
            }

.stepDetails strong {
    text-transform: uppercase;
    font-family: SourceSansPro600, Arial, sans-serif;
}

.tourFrame {
    width: 499px;
    height: 577px;
    position: absolute;
    background-image: url(../images/Layout/tourFrame.png);
    top: 100px;
    left: 218px;
    z-index: 3;
}

.tourImageContainer {
    width: 489px;
    height: 567px;
    position: absolute;
    top: 105px;
    left: 223px;
    z-index: 2;
    overflow: hidden;
}

    .tourImageContainer img {
        position: absolute;
    }

.stepContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 180px;
}

/*FAQs*/
.hMenu {
    height: 35px;
    line-height: 35px;
    background-color: #eaeaea;
    border: solid 1px #d7d7d7;
    border-top-width: 3px;
    list-style: none;
    padding-left: 0;
    margin-top: 2px;
    margin-bottom: 20px;
    font-family: SourceSansPro600, Arial, Sans-Serif;
}

    .hMenu li {
        padding: 0 10px;
        text-transform: uppercase;
        border-right: solid 1px #d7d7d7;
        height: 35px;
        float: left;
    }

        .hMenu li a, .vMenu li a {
            text-decoration: none;
        }

        .hMenu li:hover, .hMenu li.selected {
            background-color: #fcb333;
        }

            .hMenu li:hover a, .hMenu li.selected a {
                color: #001647;
            }

.FAQLeftCol {
    float: left;
    width: 200px;
}

    .FAQLeftCol h3 {
        margin-top: 0;
    }

#FAQSubMenu {
    text-transform: uppercase;
}

.vMenu {
    list-style: none;
    padding: 0;
    border: solid 1px #d7d7d7;
    border-top: 0;
    margin-bottom: 1em;
    font-family: SourceSansPro600, Aruial, Sans-Serif;
}

    .vMenu li {
        height: 50px;
        border-top: solid 1px #d7d7d7;
        display: table;
        width: 100%;
    }

        .vMenu li:hover, .vMenu li.selected {
            background-color: #fcb333;
        }

            .vMenu li:hover a, .vMenu li.selected a {
                padding-left: 15px;
                border-left: solid 5px #001647;
                color: #001647;
            }

        .vMenu li a {
            height: 100%;
            width: 160px;
            padding: 0 20px;
            display: table-cell;
            vertical-align: middle;
        }

.faqList {
    margin-left: 220px;
    padding: 0;
    min-height: 500px;
}

    .faqList > li {
        list-style: none;
        margin-bottom: 10px;
    }

    .faqList li ul li {
        list-style-type: disc;
    }

    .faqList li ul ul li {
        list-style-type: circle;
    }

    .faqList li ul ul ul li {
        list-style-type: square;
    }

    .faqList li ul, .faqList li ol {
        margin: 1em 0;
    }

        .faqList li ul ol, .faqList li ul ul, .faqList li ol ul, .faqList li ol ol {
            margin: 0;
        }

    .faqList .question {
        font-family: SourceSansPro600, Arial, Sans-Serif;
        position: relative;
        padding-left: 18px;
    }

        .faqList .question:before {
            content: "Q.";
            position: absolute;
            top: 0;
            left: 0;
            color: #001647;
        }

        .faqList .question:hover:before {
            color: #8f600d;
        }

    .faqList .answer {
        padding: 15px;
        margin: 1em 0;
        background-color: #eaeaea;
    }

        .faqList .answer > :first-child {
            margin-top: 0;
        }

        .faqList .answer > :last-child {
            margin-bottom: 0;
        }

#faq-search {
    position: relative;
    min-height: 500px;
    padding-top: 25px;
}

    #faq-search .loadingPnl {
        background-color: rgba(255, 255, 255, 0.7);
        background-image: url(../images/Layout/loading_transparent.gif);
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.answer table, .answer table th, .answer table td {
    border: solid 1px #919191;
}

    .answer table th, .answer table td {
        padding: 3px 5px;
    }

    .answer table th {
        font-family: SourceSansPro600, Arial, Sans-Serif;
    }

.rotator-container {
    position: relative;
    height: 330px;
    overflow: hidden;
}

    .rotator-container .rotator-item {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

        .rotator-container .rotator-item:first-child {
            display: block;
        }

.img-container {
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -500px;
}

.back-img-container {
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 260px;
    bottom: 0;
    margin-left: -500px;
}

.rotator-container .rotator-item img.main-image {
    display: block;
    margin: 0 auto;
}

.rotator-container .rotator-advance {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    list-style: none;
    height: 20px;
    padding: 0;
    z-index: 14;
}

    .rotator-container .rotator-advance li a {
        position: absolute;
        height: 30px;
        width: 25px;
        font-size: 30px;
        text-align: center;
        background-color: #fcb333;
        color: White;
        text-decoration: none;
        font-family: SourceSansPro600, Arial, Sans-Serif;
        line-height: 25px;
    }

    .rotator-container .rotator-advance li.prev a {
        left: 0;
    }

    .rotator-container .rotator-advance li.next a {
        right: 0;
    }

.rotator-container .rotator-menu {
    position: absolute;
    top: 290px;
    left: 0;
    right: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    height: 5px;
    z-index: 14;
}

    .rotator-container .rotator-menu li {
        display: inline-block;
        margin: 0 5px;
        width: 60px;
        height: 5px;
    }

        .rotator-container .rotator-menu li a {
            background-color: #919191;
            display: block;
            width: 60px;
            height: 5px;
        }

            .rotator-container .rotator-menu li a:hover, .rotator-container .rotator-menu li.selected a {
                background-color: #fcb333;
            }

.rotator-container .rotator-item .rotator-body {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 250px;
    background-color: rgba(0, 22, 71, 0.75);
    color: White;
    padding: 15px;
    border-radius: 4px;
    font-size: 15px;
    font-family: SourceSansProit, Arial, Sans-Serif;
}

    .rotator-container .rotator-item .rotator-body h3 {
        color: White;
        font-family: SourceSansPro600, Arial, Sans-Serif;
        margin-top: 0;
        font-size: 18px;
    }

.rotator-container .rotator-item .rotator-link {
    position: absolute;
    top: 50px;
    padding: 5px 15px 5px 50px;
    right: 100px;
    min-width: 130px;
    height: 35px;
    font-size: 12px;
    background: #266092; /* Old browsers */
    border-radius: 2px;
    background: -moz-linear-gradient(top, #266092 0%, #001647 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #266092), color-stop(100%, #001647)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #266092 0%, #001647 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #266092 0%, #001647 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #266092 0%, #001647 100%); /* IE10+ */
    background: linear-gradient(to bottom, #266092 0%, #001647 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#266092", endColorstr="#001647",GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
}

    .rotator-container .rotator-item .rotator-link a {
        color: #919191;
    }

    .rotator-container .rotator-item .rotator-link .rotator-link-icon {
        position: absolute;
        left: 13px;
        top: 13px;
    }

    .rotator-container .rotator-item .rotator-link .rotator-link-divider {
        position: absolute;
        left: 39px;
        height: 35px;
        top: 5px;
    }

    .rotator-container .rotator-item .rotator-link h4 {
        color: White;
        margin: 0 0 0 0;
        font-size: 14px;
        font-family: SourceSansPro600, Arial, Sans-Serif;
    }

        .rotator-container .rotator-item .rotator-link h4.single {
            line-height: 35px;
        }

.rotator-container .home-curve {
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 10;
}

.rotator-container .home-shadow {
    position: absolute;
    z-index: 11;
    left: 40px;
    bottom: 0px;
}

#home-body {
    background-color: #eaeaea;
    padding: 0 30px 30px 30px;
}

    #home-body .intro {
        font-size: 18px;
        font-family: SourceSansProit, Arial, Sans-Serif;
        text-align: center;
        padding: 0 110px;
        margin-top: 0;
        margin-bottom: 40px;
    }

    #home-body .sms-search {
        float: left;
        width: 43%;
        padding-right: 9%;
    }

    #home-body .sms-learn-more {
        float: left;
        width: 23%;
        padding-right: 9%;
    }

    #home-body .sms-help-center {
        float: left;
        width: 15%;
    }

    #home-body .sms-learn-more a {
        text-decoration: none;
    }

    #home-body .sms-search .search-disclaimer {
        display: none;
    }

.home-search-box {
    border: solid 1px #919191;
}

    .home-search-box .sms-search-box {
        background-color: White;
        padding: 10px;
    }

    .home-search-box form {
        display: block;
    }

    .home-search-box .sms-search-box input[type=text] {
        height: 25px;
        width: 64%;
        margin-right: 1%;
        padding-left: 2%;
        padding-right: 2%;
        border: solid 1px #919191;
    }

    .home-search-box .sms-search-box input[type=submit] {
        padding: 5px 0;
        width: 29%;
    }

    .home-search-box .home-search-login {
        background-color: #fcb333;
        padding: 10px;
        font-family: SourceSansProit, Arial, Sans-Serif;
        font-size: 14px;
    }

        .home-search-box .home-search-login a {
            color: #001647;
            text-decoration: underline;
        }

    .home-search-box .home-search-datasource {
        padding: 10px 10px 10px 60px;
        background-image: url(../Images/Icons/Date.png);
        background-repeat: no-repeat;
        background-position: 10px 6px;
        background-color: #f1f1f1;
        font-size: 11px;
    }

        .home-search-box .home-search-datasource h4 {
            margin: 0 0 3px 0;
        }

.sms-learn-more ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

    .sms-learn-more ul li {
        margin: 1em 0;
        padding: 0 0 0 45px;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

        .sms-learn-more ul li.meth {
            background-image: url(../Images/Icons/SMSmethodology.png);
        }

        .sms-learn-more ul li.basic {
            background-image: url(../Images/Icons/reviewBASIC.png);
        }

.sms-help-center .sms-help-center-box {
    background-image: url(../Images/Layout/Home/white-triangle.png);
    background-position: -32px -104px;
    background-color: #001647;
    padding: 10px;
    height: 152px;
    position: relative;
}

    .sms-help-center .sms-help-center-box ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .sms-help-center .sms-help-center-box ul a {
            color: White;
            text-decoration: none;
        }

    .sms-help-center .sms-help-center-box .sms-help-center-link {
        display: inline-block;
        text-transform: uppercase;
        background-image: url(../Images/Icons/B_Arrow.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        height: 24px;
        line-height: 25px;
        position: absolute;
        right: 10px;
        bottom: 5px;
        padding-left: 26px;
    }

        .sms-help-center .sms-help-center-box .sms-help-center-link:hover {
            background-image: url(../Images/Icons/Y_Arrow.png);
        }

#home-roles {
    background-color: White;
    padding: 30px;
}

    #home-roles .home-roles-intro {
        float: left;
        width: 34%;
        font-size: 18px;
        font-family: SourceSansProit, Arial, Sans-Serif;
        margin-top: 2em;
    }

    #home-roles .home-role {
        width: 20%;
        padding-left: 2%;
        float: left;
    }

        #home-roles .home-role h3 {
            margin-top: 0;
            border-bottom: solid 1px #d9d9d9;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        #home-roles .home-role ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

#home-stay-connected {
    background-color: #001647;
    padding: 30px;
    color: White;
}

    #home-stay-connected h2 {
        color: White;
        text-transform: uppercase;
        margin-top: 0;
    }

    #home-stay-connected a {
        color: White;
        text-decoration: none;
    }

    #home-stay-connected ul {
        height: 80px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #home-stay-connected ul li {
            float: left;
            width: 22%;
            padding: 0 3% 0 0;
        }

            #home-stay-connected ul li h5 {
                color: White;
                font-family: SourceSansPro600, Arial, Sans-Serif;
                height: 40px;
                line-height: 40px;
                margin-bottom: 2px;
            }

                #home-stay-connected ul li h5 img {
                    display: block;
                    float: left;
                    margin-right: 5px;
                }

#basic-to-crash section {
    padding-left: 15px;
    padding-right: 15px;
}

.effImages {
    height: 550px;
}

.effImage {
    float: left;
    margin-left: 30px;
}

    .effImage:first-child {
        margin-left: 0;
    }

    .effImage img {
        width: 460px;
    }

    .effImage a.imgLnk {
        position: relative;
        display: block;
    }

    .effImage .obscure {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.7);
        background-image: url(../images/Icons/zoom.png);
        background-position: center center;
        background-repeat: no-repeat;
    }

    .effImage a.imgLnk:hover .obscure {
        display: block;
    }

#basic-to-crash hr {
    background-image: url(../Images/Layout/RoadSmartBottomBorder.png);
    display: block;
    width: 887px;
    height: 50px;
    margin: 0 auto 1em auto;
    border: 0;
    padding: 0;
}

.effImages ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

    .effImages ul li {
        text-transform: uppercase;
        display: inline-block;
        border-left: solid 1px #001647;
        padding: 0 5px;
    }

        .effImages ul li:first-child {
            border-left: 0;
        }

        .effImages ul li a {
            text-decoration: none;
        }

#simplemodal-container img.simplemodal-data {
    width: 600px;
    border: 0;
    display: block;
}

#ShowCase {
    background-color: #1f78c0;
}

    #ShowCase h5 {
        margin: 0px;
        color: #fff;
        width: 100%;
        padding: 10px 10px 10px 60px;
        position: relative;
    }

        #ShowCase h5 img {
            left: 10px;
            top: 10px;
            position: absolute;
        }

#FlexShowCase {
    display: flex;
    background-color: #1f78c0;
    margin-bottom: 15px;
}

    #FlexShowCase > div.Sec {
        background-color: #ffffff;
        flex-grow: 1;
        flex-basis: 0;
        margin: 0px 6px 12px 6px;
    }

    #FlexShowCase div.Sec:first-child {
        margin-left: 60px;
    }

    #FlexShowCase div.Sec:last-child {
        margin-right: 12px;
    }

    #FlexShowCase div.Sec {
        padding: 6px;
        position: relative;
        cursor: pointer;
    }

        #FlexShowCase div.Sec h6, #FlexInfo div.Sec h6 {
            margin: 0px;
            color: #1f78c0;
        }

        #FlexShowCase div.Sec .DocCount {
            border-radius: 50%;
            width: 15px;
            height: 15px;
            line-height: 15px;
            color: #fff;
            text-align: center;
            background-color: #001647;
            font-size: 12px;
            float: left;
            margin-right: 5px;
        }

#Welcome {
    display: flex;
    padding: 0px 0px 15px 0px;
}

    #Welcome p {
        margin: 0px;
    }

    #Welcome > div {
        flex-grow: 1;
        flex-basis: 0;
    }

    #Welcome div:first-child {
        width: 75%;
    }

    #Welcome div:last-child {
        width: 25%;
    }

        #Welcome div:last-child a.ActionLink {
            float: right;
        }

#TakeAction {
    display: none;
    position: absolute;
    right: -13px;
    top: 23px;
    z-index: 9999;
    min-width: 258px;
}

    #TakeAction ul {
        list-style: none;
        padding: 10px 0px 0px 0px;
        min-width: 258px;
    }

        #TakeAction ul li {
            padding: 10px 10px 10px 35px;
            position: relative;
            min-width: 213px;
            background-color: #fff;
            border-top: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

            #TakeAction ul li:last-child {
                border-bottom: 1px solid #ccc;
            }

            #TakeAction ul li:hover {
                background-color: #e6e6e6;
            }

            #TakeAction ul li:before {
                content: "";
                background-color: #fcb333;
                display: block;
                width: 12px;
                height: 12px;
                position: absolute;
                left: 10px;
                top: 13px;
            }

            #TakeAction ul li:hover::before {
                background-color: #c08e1f;
            }

#Welcome h5 {
    margin: 0px;
}

#Welcome #noti {
    position: relative;
}

    #Welcome #noti img {
        width: 35px;
        vertical-align: middle;
    }

#Welcome #NewNotifications {
    position: absolute;
    top: -7px;
    left: 6px;
    text-align: center;
    width: 35px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

#FlexHead {
    display: flex;
    background-color: #0072BC;
    padding: 10px;
}

    #FlexHead div.Sec:first-child {
        width: 50%;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }

        #FlexHead div.Sec:first-child span.BasicSub {
            font-size: 13px;
            font-weight: normal;
        }

    #FlexHead div.Sec:last-child {
        width: 50%;
        color: #fff;
    }

        #FlexHead div.Sec:last-child div {
            float: right;
        }

#FlexInfo {
    display: flex;
    background-color: #e6e6e6;
    margin: 15px 0px;
}

    #FlexInfo > div.Sec {
        background-color: #e6e6e6;
        flex-grow: 1;
        flex-basis: 0;
        margin: 12px 6px 12px 6px;
        border-left: 1px solid #919191;
        padding-left: 35px;
        position: relative;
    }

    #FlexInfo div.Base img.HdrImg {
        position: absolute;
        left: 5px;
        top: 0px;
        width: 21px;
    }

    #FlexInfo div.UnderStanding:last-child img.HdrImg {
        position: absolute;
        right: 2px;
        top: -2px;
    }

    #FlexInfo div.Sec:first-child {
        border-left: none;
    }

    #FlexInfo div.UnderStanding:last-child {
        padding-left: 12px;
        padding-right: 15px;
    }

    #FlexInfo ul {
        list-style: none;
        padding-left: 0px;
    }

        #FlexInfo ul li ul {
            list-style: disc;
            padding-left: 12px;
        }

        #FlexInfo ul li {
            position: relative;
            padding-left: 15px;
        }

            #FlexInfo ul li a {
                text-decoration: none;
            }

            #FlexInfo ul li:before {
                content: "";
                background-color: #0072BC;
                display: block;
                width: 8px;
                height: 8px;
                position: absolute;
                left: 0px;
                top: 4px;
            }

            #FlexInfo ul li:hover::before {
                background-color: #001647;
            }

            #FlexInfo ul li ul li {
                position: relative;
                padding-left: 0px;
            }

                #FlexInfo ul li ul li span {
                    position: relative;
                    left: -4px;
                }

                #FlexInfo ul li ul li a {
                    font-weight: normal;
                }

                #FlexInfo ul li ul li:before {
                    content: none;
                }

#Downloads .modalBody {
    margin-top: 15px;
}

#searchPnl {
    width: 800px;
    margin: 20px auto;
    border: solid 1px #001647;
    background-color: white;
}

    #searchPnl .searchHead {
        margin: 20px 20px 10px 20px;
        border-bottom: solid 1px #fcb333;
    }

.searchMessage {
    color: #8f600d;
}

#searchPnl .searchHead a {
    float: right;
    display: block;
    color: white;
}

#searchPnl .searchHead h2 {
    margin: 0;
    display: inline;
    font-size: 22px;
}

    #searchPnl .searchHead h2 strong {
        text-transform: uppercase;
    }

#searchPnl .searchHead .maxRows {
    color: #8f600d;
    display: inline-block;
    margin-left: 30px;
}

#searchPnl .searchBody {
    margin: 10px 20px 20px 20px;
}

#searchPnl label {
    font-family: SourceSansPro600, Arial, sans-serif;
}

#searchPnl .simpleSearch, #searchPnl .locationFilter {
    padding: 0;
    list-style: none;
    margin-left: 10px;
    margin-bottom: 20px;
}

    #searchPnl .simpleSearch li {
        float: left;
        margin: 20px 50px 20px 0;
    }

        #searchPnl .simpleSearch li input[type=text], #searchPnl .simpleSearch input[type=number] {
            width: 200px;
        }

        #searchPnl .simpleSearch li label {
            display: inline-block;
            margin-right: 10px;
        }

        #searchPnl .simpleSearch li.name {
            float: none;
            clear: left;
        }

            #searchPnl .simpleSearch li.name input[type=text] {
                width: 497px;
            }

    #searchPnl .locationFilter li {
        margin: 20px 50px 20px 0;
    }

        #searchPnl .locationFilter li label {
            display: inline-block;
            width: 100px;
        }

#searchPnl.reports .locationFilter li label {
    width: 120px;
}

#searchPnl .locationFilter li select {
    width: 200px;
    margin-right: 15px;
}

#searchPnl .chkList {
    list-style: none;
    height: 30px;
    padding-left: 10px;
}

    #searchPnl .chkList li {
        float: left;
        padding-right: 40px;
    }

.priList {
    list-style: none;
    padding-left: 10px;
}

    .priList li {
        float: left;
        width: 210px;
        padding: 0 20px 3px 0;
    }

#searchPnl .prioritized, .filterDetail .prioritized {
    height: 14px;
}

#searchPnl .basicFilterLabel {
    font-family: SourceSansPro600, Arial, sans-serif;
    float: left;
    padding-top: 5px;
    display: block;
}

#searchPnl .basicFilterList {
    font-family: SourceSansPro600, Arial, sans-serif;
    margin-left: 100px;
    padding-left: 0;
    list-style: none;
}

#searchPnl .searchFoot {
    margin: 20px 20px 10px 20px;
    border-top: solid 1px #fcb333;
    padding-top: 10px;
}

.carrier-data {
    padding-bottom: 20px;
}

#summary-report #searchPnl .locationFilter li label {
    width: 100px;
}

#summary-report .smsEvents .prioritizeIcon {
    display: block;
    margin: 0 auto;
}

#summary-report .smsEvents {
    table-layout: auto;
}

.downloadLinks {
    list-style: none;
    padding-left: 20px;
}

    .downloadLinks a {
        display: inline-block;
        background: none repeat scroll 0 0 #001647;
        border: 0;
        color: white;
        text-transform: uppercase;
        padding: 4px 25px;
        text-align: center;
        text-decoration: none;
    }

    .downloadLinks.multi {
        margin-top: 20px;
    }

        .downloadLinks.multi li {
            float: left;
            width: 40%;
            padding-right: 4%;
        }

            .downloadLinks.multi li a {
                margin-top: 10px;
            }

.toolsIcon {
    float: right;
    margin-top: -10px;
}

.searchBody .boxLink {
    width: 150px;
}

.filterDetail {
    margin: 10px 15px;
}

#summary-report .smsEvents {
    width: 1700px;
}

.searchFootnote {
    margin-left: 15px;
}

/*Search Tables*/
#search-table.enforcement, #search-table.enforcement .scrollBody table {
    width: 2600px;
}

    #search-table.enforcement .sizingRow .flag,
    #search-table.enforcement .sizingRow .country,
    #search-table.enforcement .sizingRow .state,
    #search-table.enforcement .sizingRow .serviceCenter,
    #search-table.enforcement .sizingRow .dot {
        width: 3%;
    }

    #search-table.enforcement .sizingRow .op {
        width: 5%;
    }

    #search-table.enforcement .sizingRow .units,
    #search-table.enforcement .sizingRow .date,
    #search-table.enforcement .sizingRow .basic {
        width: 3.3%;
    }

    #search-table.enforcement .sizingRow .city,
    #search-table.enforcement .sizingRow .county,
    #search-table.enforcement .sizingRow .action {
        width: 4%;
    }

/*public*/
#search-table.public, #search-table.public .scrollBody table {
    width: 1800px;
}

    #search-table.public .sizingRow .dot, #search-table.public .sizingRow .units {
        width: 5%;
    }

    #search-table.public .sizingRow .op,
    #search-table.public .sizingRow .flag,
    #search-table.public .sizingRow .basic,
    #search-table.public .sizingRow .country,
    #search-table.public .sizingRow .state,
    #search-table.public .sizingRow .serviceCenter {
        width: 4%;
    }

    #search-table.public .sizingRow .city, #search-table.public .sizingRow .county {
        width: 6%;
    }
