html, body, div, span,
applet, object, iframe, code,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    /*font-family: inherit;*/
    /*text-align: left;*/
}

html, body {
    height: 100%;
    min-height: 100%;
    /*width: 100%;*/
    /*font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
    list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
    content: "";
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    /*min-width: 960px;*/
}


div#container {
    background-color: #424242;
    /*cross browser gradients*/
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(228, 228, 228, 0.9)), color-stop(90%, rgba(66, 66, 66, 0.6)));*/ /* Safari */
    /*background-image: -moz-linear-gradient(center top, rgba(66, 66, 66, 0) 0%, rgba(228, 228, 228, 1.0) 90%);*/ /* Firefox */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#424242', EndColorStr='#e4e4e4');*/ /* IE6,IE7 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#424242', EndColorStr='#e4e4e4')"; /* IE8 */ */ position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    width: auto;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    padding: 5px 3% 25px 0%;
    min-width: 750px;
}



/*div#header {
    padding: 10px 0 0 0;
}*/


div#content {
    padding: 25px 2% 3% 2%; /* bottom padding for footer */
    background-color: #fff;
    -moz-border-radius: 0px 0px 13px 13px;
    -webkit-border-radius: 0px 0px 13px 13px;
    border-radius: 0px 0px 13px 13px;
    -webkit-box-shadow: #A9A9A9 0 1px 5px;
    -moz-box-shadow: #A9A9A9 0 -1px 5px;
    box-shadow: #A9A9A9 0 -1px 5px;
    height: 100% !important;
    overflow: overlay;
}

div#filtersBar {
    padding: 8px 3% 8px 3%;
    background-color: #B7B7B7;
    height: 40px;
}

h1 {
    color: #fff;
    text-align: left;
    padding: 80px 0 30px 0;
}

h2 {
    /*text-align: center;*/
    padding: 40px 0 0 0;
    /*width: 75%;*/ /*commented by Naveen - This affects the sweet alert*/
    margin: 0 auto;
}


ol {
    list-style: decimal;
    font-size: 24px;
    width: 400px;
    padding: 30px 0 0 60px;
    margin: 0 auto;
}

ul#navigation {
    margin: 10px 0 auto;
    padding: 0;
    position: relative;
    width: 75%;
    height: 36px;
    overflow: hidden;
    float: left;
}

#navUtilities {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    height: 36px;
    text-align: right !important;
}

ul#navigation {
    letter-spacing: -5px;
}

    ul#navigation li {
        margin: 6px 0px -10px -1px; /*minus 6 offset to change heights of tabs*/
        position: relative;
        z-index: 1;
        top: 5;
        /*width: 166px;*/
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        border-right: solid 0px #a9a9a9;
        border-radius: 4px 4px 0px 0px;
        border-top: solid 5px #a4d32f;
    }

        ul#navigation li:first-child::after {
            background: none;
        }

        ul#navigation li::after {
            content: '';
            position: absolute;
            top: 0;
            left: -1px;
            height: 100%;
            width: 0;
        }

        ul#navigation li.selected {
            z-index: 3;
            top: -6px; /*minus 6 offset to change heights of selected tab*/
            /*border: solid 1px #cccccc;*/
            -webkit-transition: background-color 0.1s linear;
            -moz-border-radius: 6px 6px 0 0;
            -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
            border-top: solid 5px #a4d32f !important;
        }

            ul#navigation li.selected a:link, ul#navigation li.selected a:visited { /*make the tab big and selected*/
                color: #000000;
                background: #ffffff;
                top: 20px;
                height: 45px !important;
                /*border: solid 1px #cccccc;*/
                /*-webkit-transition: background-color 0.1s linear;*/
                background-image: -moz-linear-gradient(top center, rgba(240, 240, 240, 1.0) 20%, rgba(255, 255, 255, 0) 90%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ffffff'); /* IE6,IE7 */
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#ffffff')"; /* IE8 */
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                border-radius: 0px 0px 6px 6px;
            }

        ul#navigation li a:link, ul#navigation li a:visited {
            color: #000;
            font-size: 13px;
            font-family: Lucida Grande, Lucida Sans Unicode, helvetica, arial, verdana, sans-serif;
            font-weight: normal;
            line-height: 26px;
            text-decoration: none;
            letter-spacing: -0.04em;
            text-align: left;
            display: block;
            top: 35px;
            padding: 0px 8px 0px 8px;
            height: 30px;
            float: left;
            outline: none medium;
            /*put some shadow at the bottom so they look like they are recessed, and color tops green*/
            background: rgba(255,255,255,1);
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 79%, rgba(179,179,179,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(79%, rgba(209,209,209,1)), color-stop(100%, rgba(179,179,179,1)));
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 79%, rgba(179,179,179,1) 100%);
            background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 79%, rgba(179,179,179,1) 100%);
            background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 79%, rgba(179,179,179,1) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 79%, rgba(179,179,179,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3b3b3', GradientType=0 );
            /*end of shadow css*/
            box-shadow: 0 1px 0px 1px #a9a9a9;
        }

        ul#navigation li a:hover {
            color: #000 !important;
            background: rgba(242,242,242,1);
            background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(196,196,196,1) 71%, rgba(140,140,140,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(71%, rgba(196,196,196,1)), color-stop(100%, rgba(140,140,140,1)));
            background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(196,196,196,1) 71%, rgba(140,140,140,1) 100%);
            background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(196,196,196,1) 71%, rgba(140,140,140,1) 100%);
            background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(196,196,196,1) 71%, rgba(140,140,140,1) 100%);
            background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(196,196,196,1) 71%, rgba(140,140,140,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#8c8c8c', GradientType=0 );
        }



        ul#navigation li.shadow {
            width: 40px;
            height: 10px;
            position: absolute;
            bottom: -3px;
            top: 28px;
            left: 0;
            border: none;
            background: none;
            z-index: 2;
            -webkit-box-shadow: #b6b6b6 0 -1px 10px;
            -moz-box-shadow: #b6b6b6 0 -1px 10px;
            box-shadow: #b6b6b6 0 -1px 10px;
        }

        ul#navigation li.shadowGridNav {
            width: 725px;
            height: 10px;
            position: absolute;
            bottom: -3px;
            top: 28px;
            left: 0;
            border: none;
            background: none;
            z-index: 2;
            -webkit-box-shadow: #b6b6b6 0 -1px 10px;
            -moz-box-shadow: #b6b6b6 0 -1px 10px;
            box-shadow: #b6b6b6 0 -1px 10px;
        }

#gridToolsBar {
    color: #666;
    font-size: 13px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', helvetica, arial, verdana, sans-serif;
    font-weight: normal;
    line-height: 32px;
    text-decoration: none;
    letter-spacing: -0.03em;
    position: relative;
    height: 34px;
    overflow: hidden;
    background-color: #dbdbdb;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(200, 200, 200, 0.9)));
    background-image: -moz-linear-gradient(#ffffff, #c4c4c4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#dadada'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#dadada')"; /* IE8 */
    border-top: 0px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    -moz-border-radius: 0px 13px 0px 0px;
    -webkit-border-radius: 0px 13px 0px 0px;
    border-radius: 0px 13px 0px 0px;
    -webkit-box-shadow: #d0d0d0 0px -1px 7px;
    -moz-box-shadow: #d0d0d0 0px -1px 7px;
    box-shadow: #d0d0d0 0px -1px 7px;
}

#gridToolBarGreen {
    color: #313A24;
    font-size: 13px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', helvetica, arial, verdana, sans-serif;
    font-weight: normal;
    line-height: 32px;
    text-decoration: none;
    letter-spacing: -0.03em;
    position: relative;
    height: 34px;
    overflow: hidden;
    background-color: #DBE6C2;
}

#navToolsBar {
    color: #000;
    font-size: 13px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', helvetica, arial, verdana, sans-serif;
    font-weight: normal;
    position: relative;
    height: 34px;
    overflow: hidden;
    background-color: #dbdbdb;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(220, 220, 220, 0.9)));
    background-image: -moz-linear-gradient(#ffffff, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#dcdcdc'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#dcdcdc')"; /* IE8 */
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -moz-border-radius: 0px 13px 0px 0px;
    -webkit-border-radius: 0px 13px 0px 0px;
    border-radius: 0px 13px 0px 0px;
    -webkit-box-shadow: #333 2px -3px 5px;
    -moz-box-shadow: #333 0 -1px 10px;
    box-shadow: #333 0 -1px 10px;
}

#navHeaderBar {
    color: #000;
    font-size: 22px;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
    letter-spacing: -0.03em;
    position: relative;
    height: 60px;
    /*overflow: hidden;*/
    padding: 11px 0px 5px 25px;
    background-color: #dbdbdb;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(220, 220, 220, 0.9)));
    background-image: -moz-linear-gradient(#ffffff, #c4c4c4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#dcdcdc'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#dcdcdc')"; /* IE8 */
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -moz-border-radius: 0px 13px 0px 0px;
    -webkit-border-radius: 0px 13px 0px 0px;
    border-radius: 0px 13px 0px 0px;
    /*-webkit-box-shadow: #808080 2px -3px 5px;
	-moz-box-shadow: #808080 0 -1px 10px;
	box-shadow: #808080 0 -1px 10px;*/
    width: 100%;
}

.navHeaderBarRightButton {
    letter-spacing: normal !important;
}

#navheader {
    BACKGROUND-COLOR: #ffffff;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: 100% 0;
    min-width: 800px !important;
    height: 100px;
    width: 100%;
    overflow: hidden;
}

#headerleft {
    white-space: nowrap;
    height: 85px;
    z-index: 99;
    float: left;
}

#headerright {
    float: right;
    z-index: 1;
    height: 85px;
    clear: none;
}

#headerbar {
    clear: both !important;
    height: 28px !important;
    background-color: #E11B22;
    padding-bottom: 25px;
}

.gridTools {
    float: left;
    margin: 0 0 0 15px;
    width: 60%;
}

#navAccountTools {
    float: right;
    margin: 0 0 0 15px;
}

#dashPanelHeaderBarOverview {
    width: 100%;
}

#dashPanelHeaderBarTasks {
    width: 100%;
}

.dashPanelHeaderBar {
    overflow: hidden;
    background-color: #dbdbdb;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 36px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    padding: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(214, 214, 214, 1)), color-stop(100%, rgba(239, 239, 239, 1))); /* Safari */
    background-image: -moz-linear-gradient(center top, rgba(78, 78, 78, 0) 0%, rgba(228, 228, 228, 1.0) 100%); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d7d7d7', EndColorStr='#b9b9b9'); /* IE6,IE7 light to dark*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d7d7d7', EndColorStr='#b9b9b9')"; /* IE8 light to dark*/
}

.dashPanelHeaderBarContent {
    color: #5d5d5d;
    font-size: 16px;
    font-family: helvetica, arial, verdana, sans-serif;
    font-weight: bold !important;
    line-height: 38px;
    text-decoration: none;
    letter-spacing: 0;
    padding: 0px 0px 0px 15px;
    position: relative;
    height: 38px;
}

#summaryChartPanelContainer {
    float: left;
    width: 40%;
    height: 265px;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
}

#summaryStatsPanelContainer {
    float: right;
    width: 57%;
    height: 265px;
    padding: 0px 0;
    margin: 0;
    position: relative;
}

#summaryPanel {
    background-color: #fff;
    /*cross browser gradients*/
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(232, 232, 232, 1))); /* Safari */
    background-image: -moz-linear-gradient(center top, rgba(78, 78, 78, 0) 0%, rgba(228, 228, 228, 1.0) 100%); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e4e4e', EndColorStr='#e4e4e4'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e4e4e', EndColorStr='#e4e4e4')"; /* IE8 */
    border-top: 0px solid #ebebeb;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    height: 225px;
}

#summaryGridPanel {
    background-color: #fff;
    clear: both;
}

/* ----- TAKEN WHOLESALE FROM DASHBOARD.CSS ----- */

.vehicleCheckBody {
    background: url(../../images/dashboards/vehicle_check_bg.gif) repeat-x top !important;
    background-color: #e4e4e4;
}

#vehicleCheckHeader p {
    color: #ffffff !important;
}

#vehicleCheckHeader h3 {
    color: #ffffff !important;
    padding: 0px !important;
    margin: 0px !important;
}

#vehicleCheckHeader {
    color: #ffffff !important;
    float: left;
    height: 30px;
    width: 550px;
    margin: 15px 0 0 20px;
    text-align: left !important;
}

trainingTbl {
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
    height: 1px;
    text-overflow: none;
}

.clear {
    display: inline !ie;
}

.clearButton {
    clear: both;
    height: 10px;
    text-overflow: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

#linkdiv a {
    font-size: 12px;
}

.checkboxlabelDisabled {
    color: #999999;
}

/* ----- PAGE CASING ----- */
#case {
    width: 99%;
    margin: 0px auto;
    min-width: 840px;
    max-width: 1800px;
}

    #case .shadowBottomLeft .shadowMidLeft {
        height: 11px;
        _background-color: #FFF;
    }

    #case .shadowBottomLeft .shadowMidLeft {
        height: 14px;
        _background-color: #FFF;
    }

    #case .shadowHeader .shadowMidLeft {
        background-image: url(../../images/dashboards/tr.png);
        background-repeat: no-repeat;
        background-position: right 0px;
        margin-right: -14px; /* pull right corner back over "empty" space (from above margin) */
        _margin-right: 0;
        margin-left: 14px;
        _background: none;
        _background-color: #FFF;
    }

    #case .shadowWrap {
        background: #fff;
        margin-right: 6px;
        _margin-right: 0;
    }

        #case .shadowWrap .shadowMidLeft {
            background: transparent url(../../images/dashboards/middle_shadow.png) repeat-y right 0px;
            margin-right: -6px;
            _margin-right: 0;
            _background: none;
            _background-color: #FFF;
        }

            #case .shadowWrap .shadowMidLeft .shadowMidContent {
                margin: 0px 8px 0px 4px;
                _margin: 0;
                background: #fff;
                text-align: left;
            }

    #case .shadowBottomLeft {
        background: transparent url(../../images/dashboards/bottom_left_shadow.png) no-repeat 0px 0px;
        margin-right: 14px;
        _margin-right: 0;
        _background: none;
    }

        #case .shadowBottomLeft .shadowMidLeft {
            background: transparent url(../../images/dashboards/bottom_right_shadow.png) no-repeat right 0px;
            margin-right: -14px;
            _background: none;
            _margin-right: 0;
            _background-color: #FFF;
        }

/* ----- PAGE STRUCTURE ----- */
.twocol {
    /*background:#fff url(../images/dashboards/right_col.png) no-repeat right bottom;
	_background:#fff url(../images/dashboards/right_col.gif) no-repeat right bottom;*/
}

#singleDoubleContent {
    padding: 15px 18px 0 15px;
    position: relative;
    /* Give content layout to fix IE7 bug with 100% width tables  */
    zoom: 1.0;
    margin-bottom: -25px;
}

#content {
    padding: 25px 25px 25px 25px;
    position: relative;
    /* Give content layout to fix IE7 bug with 100% width tables  */
    zoom: 1.0;
}

.twocol #content {
    /*background:transparent url(../images/dashboards/right_col_top.png) no-repeat right top;
	_background:transparent url(../images/dashboards/right_col_top.gif) no-repeat right top;*/
}

#leftcol {
    min-height: 350px;
    height: auto !important;
    height: 350px;
    height: 350px;
}

#riskoverview {
    width: 434px;
    background: url(../../images/dashboards/risk_background.gif) repeat-x top;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    margin-top: 10px;
    height: auto !important;
    min-height: 250px;
    float: left;
    border-bottom: solid 1px #e6e6e6;
}

.moduleradio {
    cursor: pointer !important;
    cursor: hand !important;
}

#tasksOverview {
    margin-left: 450px;
    background: url(../../images/dashboards/risk_background.gif) repeat-x;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 250px;
    border-bottom: 1px solid #E6E6E6;
}

.mainDiv {
    background: #E1E1E1;
}

.tabShow {
    background: #E1E1E1 url(../../images/dashboards/page.gif) repeat-x scroll left top;
}

#rightcol {
    position: absolute;
    top: 0px;
    right: 17px;
    width: 218px;
    padding: 18px 0 0 0;
}

p.bread {
    font-size: 11px;
    line-height: 14px;
    margin: 5px 0 5px 0;
    padding-bottom: 5px;
}

span.breadArrow {
    margin: 0 6px;
    background: url("/img/icons/breadArrow.gif") no-repeat left top;
}

/* ----- GENERAL TEXT TREATMENT ----- */
p {
    font-size: 12px;
    line-height: 16px;
}

    p.titleSummary {
        margin-top: -10px;
        color: #7f7f7f;
        padding-bottom: 15px;
    }

        p.titleSummary span {
            font-size: 11px;
            color: #b1b1b1;
        }

            p.titleSummary span.right {
                float: right;
                text-align: right;
                width: 180px;
                color: #7f7f7f;
            }

.extraTopPad {
    padding-top: 25px;
}

h1 {
    padding: 0px 0 5px 0;
    border-bottom: 0;
    margin: 0;
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
}

#content h1 {
    margin: 0 0 0 0;
}

h2 {
    margin: 20px 0 5px 0px;
    color: #333;
    font-size: 16px;
    padding: 0;
}

h3 {
    font: bold 14px arial, verdana, helvetica, sans-serif;
    line-height: 18px;
    margin: 8px 0 10px 0;
}

/* ----- LINKS ----- */
a {
    text-decoration: underline;
    padding: 1px;
}

    a.toolbarlinks {
        color: #ffffff !important;
        text-decoration: underline;
        padding: 1px;
    }

        a.toolbarlinks:hover {
            color: #cccccc !important;
        }

    a:hover {
        text-decoration: none;
        /*color: #808080 !important; can't colour links globally here*/
    }





    a img {
        border: 0;
    }

#rightcol a {
    padding: 0;
}

input[type="text"], textarea {
    padding: 0px 4px;
    font: normal 13px arial, helvetica, sans-serif;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    _border: 1px solid #ccc !important;
    _padding: none;
}

input:focus {
    border: 1px solid #ababab;
    outline: none;
}

input[type="radio"], input[type="checkbox"] {
    background: transparent !important;
    border: 0 !important;
    width: 16px !important;
    /*margin: 0;*/
    margin-bottom: 2px;
}

input[type="image"] {
    border: 0;
    padding: 0;
}

body:last-child:not(:root:root) input[type="file"] {
    border: none;
}

input.searchField {
    font-size: 11px;
    color: #b1b1b1;
    width: 110px;
}

#paging select {
    font: normal 12px arial, helvetica, sans-serif;
    padding: 2px;
}

body:last-child:not(:root:root) select {
    margin: 2px 0;
}

select option {
    padding-right: 4px;
}

input[type="text"].clearfixError, textarea.clearfixError, input[type="password"].clearfixError {
    padding: 5px 4px;
    border: 1px solid #f77171;
    margin: 0;
}

/* ----- BUTTONS ----- */
html:not([lang*=""]):not(:only-child) button.greybutton[type] {
    padding: 0 9px 5px 0; /* Firefox */
    margin-left: -3px !important;
}

html:not([lang*=""]):not(:only-child) button.bigbutton[type] {
    padding: 0 6px 5px 0; /* Firefox */
    background-position: right 1px;
}

body:last-child:not(:root:root) button.bigbutton[type] {
    padding: 0 9px 5px 0; /* Safari */
    background-position: right top;
}

th {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    padding: 8px 0 5px 0;
    padding-left: 3px;
    text-align: left;
}

td {
    font-size: 12px;
    line-height: 18px;
    font-family: arial,helvetica,sans-serif !important;
    /*padding: 4px;*/
}

tr.clickRow:hover, tr.highlightRow:hover {
    background-color: #feffe0;
}

table.tableTabs td, table.tableTabsHeader td {
    margin: 0;
    padding: 0;
}

    table.tableTabs td.tabOnLeft {
        padding: 15px 7px 10px 16px;
        font-size: 29px;
        font-weight: bold;
        color: #959595;
        background: url('../../images/dashboards/tbl_tab_left.gif') no-repeat top left;
        cursor: hand;
    }

        table.tableTabs td.tabOnLeft span {
            font-size: 11px;
            font-weight: bold;
            color: #252525;
            display: block;
            padding-bottom: 6px;
        }

    table.tableTabs td.tabOnRight {
        background: url('../../images/dashboards/tbl_tab_right.gif') no-repeat top right;
        width: 9px;
    }

    table.tableTabs td.tabOffFarLeft {
        padding: 18px 15px 10px 13px;
        font-size: 20px;
        font-weight: bold;
        color: #c0c0c1;
        background: url('../../images/dashboards/tbl_tab_off-left.gif') no-repeat bottom left;
    }

    table.tableTabs td.tabOffLeftOfOn {
        padding: 18px 15px 10px 13px;
        font-size: 20px;
        font-weight: bold;
        color: #c0c0c1;
        background: url('../../images/dashboards/tbl_tab_off-left-of-on.gif') no-repeat bottom left;
    }

    table.tableTabs td.tabOffMiddle {
        padding: 18px 15px 10px 13px;
        font-size: 20px;
        font-weight: bold;
        color: #c0c0c1;
        background-image: url('../../images/dashboards/tbl_tab_off.gif');
        background-repeat: no-repeat;
        background-position: bottom right !important;
    }


    table.tableTabs td.tabSpacer {
        font-size: 20px;
        font-weight: bold;
        color: #c0c0c1;
        background-image: url('../../images/dashboards/tbl_tab_spacer.gif');
        background-repeat: no-repeat;
        background-position: bottom left;
    }



    table.tableTabs td.tabOffMiddle span, table.tableTabs td.tabOffFarRight span, table.tableTabs td.tabOffFarLeft span, table.tableTabs td.tabOffLeftOfOn span {
        font-size: 11px;
        font-weight: normal;
        display: block;
        padding-bottom: 5px;
    }

    table.tableTabs td.tabOffFarRight {
        padding: 18px 15px 10px 13px;
        font-size: 20px;
        font-weight: bold;
        color: #c0c0c1;
        background: url('../../images/dashboards/tbl_tab_off_right.gif') no-repeat bottom right;
    }


    table.tableTabs td.tableHeaderCap {
        background: url('../../images/dashboards/tbl_tab_head_cap.gif') no-repeat bottom right;
    }

    table.tableTabs td.searchTitle, td.searchTitle {
        color: #5f5f5f;
        font-size: 12px;
        font-weight: bold;
    }

table.tableTabsHeader th {
    /*padding: 8px 6px 10px 6px;*/
    font-size: 12px;
    color: #636b75;
    white-space: nowrap;
}


    table.tableTabsHeader th.tabHeaderSelected {
        /*cross browser gradients*/
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(200, 200, 200, 1)), color-stop(100%, rgba(240, 240, 240, 1))); /* Safari */
        background-image: -moz-linear-gradient(center top, rgba(78, 78, 78, 0) 0%, rgba(228, 228, 228, 1.0) 100%); /* Firefox */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e4e4e', EndColorStr='#e4e4e4'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e4e4e', EndColorStr='#e4e4e4')"; /* IE8 */
    }


    table.tableTabsHeader th.tabHeaderLeft {
        padding-left: 15px;
    }

        table.tableTabsHeader th.tabHeader:hover, table.tableTabsHeader th.tabHeaderLeft:hover {
            /*cross browser gradients*/
            background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(200, 200, 200, 1)), color-stop(100%, rgba(230, 230, 230, 1))); /* Safari */
            background-image: -moz-linear-gradient(center top, rgba(78, 78, 78, 0) 0%, rgba(228, 228, 228, 1.0) 100%); /* Firefox */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e4e4e', EndColorStr='#e4e4e4'); /* IE6,IE7 */
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e4e4e', EndColorStr='#e4e4e4')"; /* IE8 */
        }

    table.tableTabsHeader th.tabSepHeaderLeft {
        padding-left: 15px;
    }

    table.tableTabsHeader th.tabSepHeader {
        /*padding: 8px 6px 10px 6px;*/
        font-size: 12px;
        color: #636b75;
    }

    table.tableTabsHeader th a {
        color: #636b75;
        text-decoration: none;
    }

        table.tableTabsHeader th a:hover {
            text-decoration: none !important;
            color: #000000 !important;
        }

table.tableTabsHeader td {
    border-bottom: 1px solid #e9e9e9;
}

    table.tableTabsHeader td a {
        text-decoration: underline !important;
    }

        table.tableTabsHeader td a:hover {
            text-decoration: underline !important;
            color: #4C8822 !important;
        }

table.tableTabsHeader tr.tabRowAlert td {
    border-bottom: 1px solid #df6a68;
}



table.tableTabsHeader tr.tabRowError td {
    border-bottom: 1px solid #eecbcb;
}



table.tableTabsHeader tr.tabRowOffRoad td, table.tableTabsHeader tr.tabRowOffRoadPopup td {
    border-bottom: 1px solid #d0d2e6;
}

table.tableTabsHeader tr.tabRowOffRoadPopupDark td {
    border-bottom: 1px solid #dfe0f7;
}

table.tableTabsHeader tr.tabRowMissed td, table.tableTabsHeader tr.tabRowMissedPopup td {
    border-bottom: 1px solid #edcccc;
}

table.tableTabsHeader tr.tabRowMisWarning td, table.tableTabsHeader tr.tabRowMisWarningPopup td {
    border-bottom: 1px solid #eddfcc;
}



table.tableTabsHeader tr:last-child td {
    border-bottom: none;
}

img.sortIcon {
    vertical-align: middle;
}

table.tableTabsHeader tr:hover {
    background: #feffe0 !important;
}
table.tableTabsHeader tr:hover {
    background: #feffe0 !important;
}
table.tableTabsHeader tr.bg-danger:hover {
    background: #ed5565 !important;
}

table.tableTabsHeader tr.noHighlight:hover {
    background-color: #fff;
    /*cross browser gradients*/
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(215, 215, 215, 1)), color-stop(100%, rgba(240, 240, 240, 1))) !important; /* Safari */
    background-image: -moz-linear-gradient(center top, rgba(78, 78, 78, 0) 0%, rgba(228, 228, 228, 1.0) 100%); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e4e4e', EndColorStr='#e4e4e4'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e4e4e', EndColorStr='#e4e4e4')"; /* IE8 */
    padding: 0;
    margin: 0;
}

table.tableTabsHeader tr.noHighlight {
    background-color: #fff;
    /*cross browser gradients*/
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(230, 230, 230, 1)), color-stop(100%, rgba(250, 250, 250, 1))); /* Safari */
    background-image: -moz-linear-gradient(center top, rgba(78, 78, 78, 0) 0%, rgba(228, 228, 228, 1.0) 100%); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e4e4e', EndColorStr='#e4e4e4'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e4e4e', EndColorStr='#e4e4e4')"; /* IE8 */
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
}




table.tableTabsHeader tr.even {
    background: #f9f9f9;
}

table.tableTabsHeader td.selectedColCell {
    background: #f2f2f2;
}


table.tableTabsHeader tr.tabRowError td, table.tableTabsHeader tr.tabRowError td span {
    color: #614343 !important;
}

table.tableTabsHeader tr.tabRowAlert td, table.tableTabsHeader tr.tabRowAlert td span {
    color: #612423 !important;
}

table.tableTabsHeader tr.tabRowError td a:hover, table.tableTabsHeader tr.tabRowError td span a:hover {
    color: #614343 !important;
}

table.tableTabsHeader tr.tabRowAlert td a:hover, table.tableTabsHeader tr.tabRowAlert td span a:hover {
    color: #612423 !important;
}
table.tableTabsHeader tr.tabRowAmber td a:hover, table.tableTabsHeader tr.tabRowAmber td span a:hover {
    color: #612423 !important;
}


tr.tabRowMissed td, table.tableTabsHeader tr.tabRowMissed, tr.tabRowMissed td a {
    color: #b99f9f !important;
    background: #ffe0e0;
}

tr.tabRowMissedPopup td, table.tableTabsHeader tr.tabRowMissedPopup, tr.tabRowMissedPopup td a {
    color: #666666 !important;
    background: #ffe0e0;
}


tr.tabRowOffRoad td, table.tableTabsHeader tr.tabRowOffRoad, tr.tabRowOffRoad td a {
    color: #83828f !important;
    background: #e0e2f8;
}


tr.tabRowOffRoadPopup td, table.tableTabsHeader tr.tabRowOffRoadPopup, tr.tabRowOffRoadPopup td a {
    color: #666666 !important;
    background: #ecedff;
}

tr.tabRowOffRoadPopupDark td, table.tableTabsHeader tr.tabRowOffRoadPopupDark, tr.tabRowOffRoadPopupDark td a {
    color: #666666 !important;
    background: #dfe0f7;
}

tr.tabRowMisWarning td, table.tableTabsHeader tr.tabRowMisWarning, tr.tabRowMisWarning td a {
    background: #fff0db;
}

tr.tabRowMisWarningPopup td, table.tableTabsHeader tr.tabRowMisWarningPopup, tr.tabRowMisWarningPopup td a {
    background: #fff0db;
    color: #666666 !important;
}

tr.tabRowChecked td, table.tableTabsHeader tr.tabRowChecked, tr.tabRowChecked td a {
    color: #b9b9b9 !important;
}


table.tableTabsHeader tr.tabRowAlert {
    background: #fe7977;
}

    table.tableTabsHeader tr.tabRowAlert:hover {
        background: #ff6260;
    }

table.tableTabsHeader tr.tabRowError {
    background: #ffe0e0 !important;
}

    table.tableTabsHeader tr.tabRowError:hover {
        background: #f9c9c9;
        color: #ffffff !important;
    }




table.tableTabsHeader tr.tabRowSelected {
    /*background: #fffbd4;*/
    background: rgb(240, 240, 177) !important
}

    table.tableTabsHeader tr.tabRowSelected:hover {
        /*background: #fffbd4;*/
        background: rgb(224, 224, 164) !important
    }


table.tableTabsHeader td {
    padding: 4px 6px;
    color: #4c4c4c;
}

    table.tableTabsHeader td span {
        color: #8d9095;
    }


    table.tableTabsHeader td.tabRowLeft {
        padding-left: 16px;
    }


    table.tableTabsHeader td.tabRowLeftTop {
        padding-left: 0px;
    }

    table.tableTabsHeader td.tabRowRight {
        padding-right: 16px;
    }

table.tableFooter {
    margin: 5px 0 10px 0;
}

    table.tableFooter td {
        padding: 6px 6px;
        color: #8d9095;
    }


        table.tableFooter td span {
            color: #d3d5d7;
        }

        table.tableFooter td.footerLeft {
            background: url('../../images/dashboards/tbl_foot_left.gif') no-repeat top left;
            padding-left: 10px;
        }

        table.tableFooter td.footerRight {
            background: url('../../images/dashboards/tbl_foot_right.gif') no-repeat top right;
            padding: 0 10px 6px 0;
        }

            table.tableFooter td.footerRight div#noneSelected, div#exportnote {
                padding: 4px 0;
            }

            table.tableFooter td.footerRight div#subscribersSelected, div#exportform {
                padding: 4px 0;
            }

        table.tableFooter td.footerLeft td.footerRight {
            padding-bottom: 10px;
        }

        table.tableFooter td select {
            padding: 0;
        }

table.moveTable td {
    margin: 0;
    padding: 0;
}

table.tableHeader {
    /*margin-bottom: 10px;*/
}

    table.tableHeader th {
        background: url('../../images/dashboards/dark-table-head.gif') repeat-x top left;
        padding: 0px 0px 0px 0px;
        font-size: 16px;
        color: #42424c;
        text-shadow: 1px 1px 0 #fff;
    }

        table.tableHeader th.headerLeft {
            background: url('../../images/dashboards/dark-table-head-left.gif') no-repeat top left;
            padding-left: 11px;
        }

        table.tableHeader th.headerRight {
            background: url('../../images/dashboards/dark-table-head-right.gif') no-repeat top right;
            padding-right: 0px;
        }


/* ----- SIDEBAR ----- */

h3.sidebar {
    color: #585858;
    margin: 0;
    padding: 1px 10px;
    font-size: 12px;
}

.bghighlight {
    margin: 0 0 15px 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 4px 0;
}

.sidebarbutton {
    margin-bottom: 25px;
}

dl.icon-menu dt {
    float: left;
    width: 25px;
    height: 40px;
}

dl.icon-menu dd {
    margin-left: 25px;
    font-size: 11px;
    padding-bottom: 4px;
    color: #828282;
}

    dl.icon-menu dd a {
        font-size: 12px;
        font-weight: bold;
    }


        dl.icon-menu dd a.small {
            font-size: 11px;
            font-weight: normal;
        }

    dl.icon-menu dd.last {
        margin-bottom: 10px;
    }

    dl.icon-menu dd.lastBig {
        margin-bottom: 25px;
    }

/* ----- PAGING ----- */

.pageCount {
    float: left;
    margin-top: -2px;
}

.pagination {
    float: left;
    margin: 0 0 0 0;
    padding: 0px;
}

    .pagination li {
        border: 0;
        list-style: none;
        /* savers */
        float: left;
        height: 20px;
    }

    .pagination a {
        border: solid 1px #d7d7d7;
        font-size: 12px !important;
        margin-right: 3px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .pagination li.next a {
        border: none;
        background: none;
        padding: 2px 5px;
    }

    .pagination .active {
        background: #9da1a7;
        color: #FFFFFF;
        font-weight: bold;
        display: block;
        float: left;
        padding: 2px 4px;
        /* savers */
        margin-right: 3px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .pagination a:link, .pagination a:visited {
        padding: 1px 4px;
        text-decoration: none;
        background: #fff;
    }

    .pagination a:hover {
        border: solid 1px #b3b3b3;
        background: #9da1a7;
        color: #FFFFFF;
    }

    .pagination a.pagedisabled:hover {
        border: solid 1px #b3b3b3;
        background: #f3f3f3 !important;
        color: #FFFFFF;
    }

/* ----- REPORTING ----- */
.chart {
    margin: 0 0 10px 0;
}

/* ----- CONTENT TABS ----- */

#contentNavs #current a {
    background-image: url("/img/navigation/content-left_on.gif");
    border-width: 0;
    border-bottom: 1px #f0f0f0 solid;
}

/* ----- HEADER ----- */
body#admin #adminWrap, body#admin #dashboard {
    background: none;
}

/* ----- TABLES ----- */
.bghighlight {
    background: #f1f1f1;
}

h3.sidebar {
    color: #484e54;
}

/* ---- LINKS AND FORMS ----- */
a:link, a:visited, a:hover, a:active {
    color: #000;
    /*font-family: arial,helvetica,sans-serif,fontawesome;*/
    font-family: inherit;
    /*font-size: 12px;*/
    font-weight: normal;
    outline: none;
}


/*------- top panel styles ----- */
#riskdial {
    float: left;
    width: 200px;
    overflow: hidden;
}

#riskhtml {
    float: left;
    width: 210px;
    padding-top: 10px;
}

#assessmentbtn {
    padding: 0px 0;
    colour: #bebebe;
}

.hrdiv {
    border-top: #bebebe 1px solid;
}

#taskContent {
    float: left;
    overflow: hidden;
    padding-top: 0px;
    width: 100%;
}

#taskContentSummary {
    float: left;
    overflow: hidden;
    padding-top: 6px;
    width: 100%;
}

.starttraining {
    width: 100%;
    text-align: left;
    /*border: 1px;*/
}

.textbottom {
    vertical-align: text-bottom;
}

.textmiddle {
    vertical-align: middle;
}

/*------- Messages ----- */
.messages {
    margin-top: 16px;
}

.messageheader {
    background-color: #8094b0;
    padding: 5px 15px 5px 15px;
    border-top: 1px solid #3c6288;
    border-right: 1px solid #3c6288;
    border-left: 1px solid #3c6288;
    color: #ffffff;
}

.messageclose {
    float: right;
    color: #ffffff;
}

.closemessageimg {
    margin-right: 5px;
}

p.nopad {
    padding: 0px !important;
    font: normal 12px, arial, helvetica, sans-serif !important;
}

.messagebody {
    background: url(../../images/dashboards/messages_bg.gif) repeat-x #d7e2f1;
    border-bottom: 1px solid #3c6288;
    border-right: 1px solid #3c6288;
    border-left: 1px solid #3c6288;
}

    .messagebody p {
        padding: 8px 15px 14px 15px;
        margin: 0px !important;
    }

/*------- Help ----- */
#helpTopLeft {
    background: url('../../images/dashboards/help_corners_sprite.gif') #e1e1e1;
}

#helpTopRight {
    background: url('../../images/dashboards/help_corners_sprite.gif');
    background-position: 0px 36px;
}


#helpBtmLeft {
    background: url('../../images/dashboards/help_corners_sprite.gif');
    background-position: 0px 23px;
}

#helpBtmRight {
    background: url('../../images/dashboards/help_corners_sprite.gif') #e1e1e1;
    background-position: 0px 11px;
}

#helpsideRight {
    background: url('../../images/dashboards/help_right.gif') #e1e1e1 repeat-y;
}

#helpsideLeft {
    background: url('../../images/dashboards/help_left.gif') #e1e1e1 repeat-y;
}

#helpsideTop {
    background: url('../../images/dashboards/help_top.gif') #e1e1e1;
    background-repeat: repeat-x;
}

#helpsideBottom {
    background: url('../../images/dashboards/help_bottom.gif') #e1e1e1;
    background-repeat: repeat-x;
}

#farlefthelp {
    background: url(../../images/dashboards/help_bg.gif) repeat-x #efe390;
    Vertical-align: top;
}

#lefthelp {
    background: url(../../images/dashboards/help_bg.gif) repeat-x #efe390;
    padding: 10 10 10 18;
}

#righthelp {
    Vertical-align: top;
    padding: 10 5 10 15;
    background: url(../../images/dashboards/help_right_bg.gif) repeat-x #e8cf72;
}

#helpOpen {
    padding-right: 5px;
    width: 83px;
}

#helpClose {
    padding-right: 5px;
    width: 83px;
}

#helpOpen {
    float: right;
}

#helpClose {
    float: right;
}


#helppanel {
    width: 100%;
}

.closehelpimg {
    margin-right: 5px;
}

#helpbody p {
    padding: 8px 15px 14px 15px;
    margin: 0px !important;
}

.helpbody {
    padding: 0px;
    margin: 0px;
}



.helplink a:hover {
    background-image: url('../../images/dashboards/help_but_on.gif');
    border: 1px solid #000000;
    color: #000000;
}

.helplink a:active {
    background-image: url('../../images/dashboards/dash_but_down.gif');
    border: 1px solid #000000;
    color: #333333;
    outline: none;
}

.bordered a {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 0px;
}

.overlaid a {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0px;
}


.helplink a {
    border: 1px solid #B7B7B7;
    /*border-right:1px solid #B7B7B7; 
border-top:1px solid #B7B7B7; */
    padding: 3px 8px 3px 10px;
    font-size: 11px !important;
    font-weight: normal !important;
    background-image: url('../../images/dashboards/dash_but_off.gif');
    text-decoration: none;
    cursor: pointer;
    line-height: 130%;
    height: 19px;
}

.helplinkclose a {
    border: 1px solid #c4a320;
    /*border-right:1px solid #c4a320; 
border-left:1px solid #c4a320; 
border-bottom:1px solid #ecd23f;*/
    background: url('../../images/dashboards/helplinkclose_but_back.gif') repeat-x top;
    padding: 3px 8px 3px 10px;
    font-size: 11px !important;
    font-weight: normal !important;
    background-color: #f7df5a;
    text-decoration: none;
    cursor: pointer;
    line-height: 130%;
    height: 19px
}

.buttonxp_start {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 9px;
    font-family: arial, sans-serif;
    width: 200px;
    height: 30px;
}


.starttraining {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 9px;
    font-family: arial, sans-serif;
    width: 100%;
    text-align: left;
    height: 30px;
}

#pagebox {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#pagebox {
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    width: 25px;
    background: #fffed2;
    text-align: center;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', helvetica, arial, verdana, sans-serif;
}

table.panelHeader th {
    background: url('../../images/dashboards/panel_head.gif') repeat-x top;
    padding: 0px 0px 0px 10px;
    font-size: 12px;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
}

    table.panelHeader th.panelHeaderLeft {
        background: url('../../images/dashboards/panel_head_left.gif') no-repeat top left;
        padding-left: 11px;
    }

    table.panelHeader th.panelHeaderRight {
        background: url('../../images/dashboards/panel_head_right.gif') no-repeat top right;
        padding-right: 0px;
    }

.columnsort {
    font-weight: bold !important;
}

    .columnsort:hover {
        text-decoration: underline;
        font-weight: bold;
    }

.columnsortselected {
    /*text-decoration:underline !important;*/
    font-weight: bold !important;
}

/*summary panels drivers styles*/
.summaryTable {
    width: 100%;
    height: 250px;
}

.summaryTableRow {
    height: 50px;
}

.summaryGraphicCell {
    width: 200px;
}

/*drivers licence, accident tab styles*/
#licenceContentLeft, #fleetContentLeft, #accidentContentLeft {
    float: left;
    width: 80px;
    height: 220px;
}

#licenceContentRight, #fleetContentRight, #accidentContentRight {
    height: 220px;
    padding-right: 20px;
    padding-top: 10px;
}

#licenceContent, #accidentContent, #fleetContent {
    margin: 0px;
    overflow: hidden;
    background: #ffffff url(../../images/dashboards/panel_bg.gif) repeat-x scroll 30px 0;
}

/*task buttons*/
.taskbuttons a, .taskbuttons button {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px !important;
    background-color: #f5f5f5;
    /*background-image:url('../images/dashboards/dash_view_button_sprite.gif');*/
    border: 1px solid #003399;
    border-top: 1px solid #6699cc;
    border-left: 1px solid #6699cc;
    font-family: Arial, Verdana, sans-serif;
    font-size: 100% !important;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold !important;
    color: #333333;
    cursor: pointer;
    padding: 4px 25px 7px 40px; /* Links */
}


.buttonview a, .buttonview {
    background-image: url('../../images/dashboards/dash_view_butts_sprite.gif') !important;
}

.buttoncont a, .buttoncont {
    background-image: url('../../images/dashboards/dash_view_butts_sprite.gif') !important;
    background-position: 0px 216px;
}

.buttonurgent a, .buttonurgent {
    background-image: url('../../images/dashboards/dash_view_butts_sprite.gif') !important;
    background-position: 0px 108px;
}

.taskbuttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

    .taskbuttons button[type] {
        padding: 5px 10px 5px 7px; /* Firefox */
        line-height: 17px; /* Safari */
    }

    .taskbuttons button img, .taskbuttons a img {
        margin: 0 3px -3px 0 !important;
        padding: 0;
        border: none;
        width: 16px;
        height: 16px;
    }
/*.taskbuttons button:hover, .taskbuttons a:hover{
    background-position: 0px 81px;
    border:1px solid #000000;
    color:#000000;
}*/

.buttonview button:hover, .buttonview a:hover {
    background-position: 0px 297px;
    border: 1px solid #000000;
    /*color:#000000;*/
}

.buttonview a:active {
    background-position: 0px 270px;
    background-color: #6299c5;
    border: 1px solid #000000;
    outline: none;
    /*padding:6px 10px 7px 30px;*/ /* Links */
}

.buttoncont button:hover, .buttoncont a:hover {
    background-position: 0px 189px;
    border: 1px solid #000000;
    /*color:#000000;*/
}

.buttoncont a:active {
    background-position: 0px 162px;
    background-color: #6299c5;
    border: 1px solid #000000;
    outline: none;
    /*padding:6px 10px 7px 30px;*/ /* Links */
}

.buttonurgent button:hover, .buttonurgent a:hover {
    background-position: 0px 81px;
    border: 1px solid #000000;
    /*color:#000000;*/
}

.buttonurgent a:active {
    background-position: 0px 54px;
    background-color: #6299c5;
    border: 1px solid #000000;
    outline: none;
    /*padding:6px 10px 7px 30px;*/ /* Links */
}
/*.taskbuttons a:active{
    background-position: 0px 54px;
    background-color:#6299c5;
    border:1px solid #000000;
    color:#333333;
    outline: none;
}*/

/*.taskbuttons button:visited, .taskbuttons a:visited{
  background-image:url('../images/dashboards/dash_view_button_sprite.gif') !important;
  background-position: 0px 27px !important;
  color:#999999;
  border:1px solid #999999;
}*/

/*Close Buttons*/
.buttonHelpClose a, .buttonHelpClose button {
    display: block;
    float: left;
    margin: 2px 0px 2px 0px !important;
    text-decoration: none;
    background: url('../../images/dashboards/close_but_sprite.gif') repeat 0px 160px;
    cursor: pointer;
    padding: 6px 10px 7px 30px; /* Links */
}

    .buttonHelpClose button:hover, .buttonHelpClose a:hover {
        background-position: 0px 142px;
        border: 0px solid #000000;
    }

    .buttonHelpClose a:active {
        background-position: 0px 125px;
        background-color: transparent !important;
        border: 0px solid #000000;
        outline: none;
    }

.buttonPopClose a, .buttonPopClose button {
    display: block;
    float: left;
    margin: 2px 0px 2px 0px !important;
    text-decoration: none;
    background: url('../../images/dashboards/close_but_sprite.gif') repeat 0px 52px;
    cursor: pointer;
    padding: 6px 10px 7px 30px; /* Links */
}

    .buttonPopClose button:hover, .buttonPopClose a:hover {
        background-position: 0px 88px;
        border: 0px solid #000000;
    }

    .buttonPopClose a:active {
        background-position: 0px 34px;
        background-color: transparent !important;
        border: 0px solid #000000;
        outline: none;
    }

.buttonTaskClose a, .buttonTaskClose button {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px !important;
    text-decoration: none;
    background: url('../../images/dashboards/close_but_sprite.gif') repeat 0px 108px !important;
    cursor: pointer;
    /*padding:6px 10px 7px 30px;*/ /* Links */
}

    .buttonTaskClose button:hover, .buttonTaskClose a:hover {
        background-position: 0px 90px !important;
        border: 0px solid #000000;
    }

    .buttonTaskClose a:active {
        background-position: 0px 126px !important;
        background-color: transparent !important;
        border: 0px solid #000000;
        outline: none;
    }


.buttonSearchClose a, .buttonSearchClose button {
    display: block;
    float: left;
    margin: 2px 0px 2px 0px !important;
    text-decoration: none;
    background: url('../../images/dashboards/close_but_sprite.gif') repeat 0px 52px;
    cursor: pointer;
    padding: 6px 10px 7px 30px; /* Links */
}

    .buttonSearchClose button:hover, .buttonSearchClose a:hover {
        background-position: 0px 34px;
        border: 0px solid #000000;
    }

    .buttonSearchClose a:active {
        background-position: 0px 17px;
        background-color: transparent !important;
        border: 0px solid #000000;
        outline: none;
    }

/*css3 buttons*/
.buttonCss3 {
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 59%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(59%,#eaeaea), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#eaeaea 59%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%,#eaeaea 59%,#d6d6d6 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%,#eaeaea 59%,#d6d6d6 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f7f7f7 0%,#eaeaea 59%,#d6d6d6 100%); /* W3C */
    -webkit-box-shadow: 1px 1px 5px 0px #adadad;
    -moz-box-shadow: 1px 1px 5px 0px #adadad;
    box-shadow: 1px 1px 5px 0px #adadad;
    -webkit-border-radius: 4px; /*Webkit*/
    -moz-border-radius: 4px; /*Gecko*/
    border-radius: 4px; /*CSS3*/
    border-color: #d7d7d7 #afafaf #8c8c8c;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #364759;
    cursor: pointer;
    display: inline-block;
    font-weight: bold !important;
    font-size: 13px !important;
    margin-right: 6px;
    overflow: visible;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}



    .buttonCss3:active {
        background: #d6d6d6; /* Old browsers */
        background: -moz-linear-gradient(top, #d6d6d6 0%, #eaeaea 41%, #f7f7f7 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(41%,#eaeaea), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d6d6d6 0%,#eaeaea 41%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d6d6d6 0%,#eaeaea 41%,#f7f7f7 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #d6d6d6 0%,#eaeaea 41%,#f7f7f7 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #d6d6d6 0%,#eaeaea 41%,#f7f7f7 100%); /* W3C */
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
        color: #666 !important;
        border-color: #8c8c8c #afafaf #8c8c8c;
    }

    .buttonCss3:hover {
        border-color: #00df34 #00c32e #00aa28;
        color: #000000 !important;
        text-shadow: none;
    }

.buttonCss3mini {
    background: #cdcdcd; /* Old browsers */
    background: -moz-linear-gradient(top, #d7d7d7 0%,#cacaca 59%,#adadad 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(59%,#eaeaea), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6e6e6 0%,#cacaca 59%,#adadad 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d7d7d7 0%,#cacaca 59%,#adadad 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #d7d7d7 0%,#cacaca 59%,#adadad 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #d7d7d7 0%,#cacaca 59%,#adadad 100%); /* W3C */
    -webkit-box-shadow: 1px 1px 5px 0px #333;
    -moz-box-shadow: 1px 1px 5px 0px #333;
    box-shadow: 1px 1px 5px 0px #333;
    -webkit-border-radius: 1px; /*Webkit*/
    -moz-border-radius: 1px; /*Gecko*/
    border-radius: 1px; /*CSS3*/
    border-color: #000 #000 #000;
    border-radius: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    color: #364759;
    cursor: pointer;
    display: inline-block;
    font-weight: normal !important;
    font-size: 11px !important;
    margin-right: 2px;
    overflow: visible;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #FFFFFF;*/
    width: auto;
}

    .buttonCss3mini:active {
        background: #d6d6d6; /* Old browsers */
        background: -moz-linear-gradient(top, #d6d6d6 0%, #eaeaea 41%, #f7f7f7 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(41%,#eaeaea), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #9d9d9d 0%,#b1b1b1 41%,#c7c7c7 100%) !important; /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d6d6d6 0%,#eaeaea 41%,#f7f7f7 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #d6d6d6 0%,#eaeaea 41%,#f7f7f7 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #d6d6d6 0%,#eaeaea 41%,#f7f7f7 100%); /* W3C */
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
        color: #666 !important;
        border-color: #000 #000 #000 !important;
        padding: 4px 10px 2px 10px !important;
    }

    .buttonCss3mini:hover {
        background: #d6d6d6; /* Old browsers */
        background: -moz-linear-gradient(top, #d6d6d6 0%, #eaeaea 41%, #f7f7f7 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(41%,#eaeaea), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d6d6d6 0%,#eaeaea 41%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d6d6d6 0%,#eaeaea 41%,#f7f7f7 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #d6d6d6 0%,#eaeaea 41%,#f7f7f7 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #d6d6d6 0%,#eaeaea 41%,#f7f7f7 100%); /* W3C */
        border-color: #00df34 #00c32e #00aa28;
        color: #000000 !important;
        text-shadow: none;
    }

.buttonCss3.plus span {
    background: url("http://www.iconfinder.com/ajax/download/png/?id=4941&s=16") no-repeat scroll 0 2px transparent;
    padding: 3px 0px 5px 20px;
}

.buttonCss3.edit span {
    background: url("http://www.iconfinder.com/ajax/download/png/?id=4951&s=16") no-repeat scroll 0 2px transparent;
    padding: 3px 0px 5px 20px;
}

.buttonCss3mini.search span {
    background: url("http://www.iconfinder.com/ajax/download/png/?id=63445&s=16") no-repeat scroll 0 2px transparent;
    padding: 3px 3px 5px 20px;
}

.buttonCss3mini.support span {
    background: url("http://www.iconfinder.com/ajax/download/png/?id=63445&s=16") no-repeat scroll 0 2px transparent;
    padding: 3px 3px 5px 20px;
}

#headerTools {
    float: right;
    margin-top: 0px;
    padding: 0 0 10 0;
    position: relative;
}

/*Contact Overview panels*/

.show-box {
    border: 10px solid #dbe6c2;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    margin: 10px 0 25px;
    overflow: visible;
    position: relative;
    background-color: #fcfff4;
    display: inline-block;
    width: 100%;
}

    .show-box h2.show-title {
        background: none repeat scroll 0 0 #e5f2c8;
        border-bottom: 1px solid #d1dfb3;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        color: #333333;
        font-size: 20px;
        margin: 0;
        padding: 10px 20px;
        width: 100% !important;
        font-weight: bold;
    }

.show-box-green-grid-header {
    border: 10px solid #dbe6c2;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    margin: 10px 0 0px;
    overflow: visible;
    position: relative;
    background-color: #fcfff4;
    display: inline-block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 0;
}

    .show-box-green-grid-header h2.show-title {
        background: none repeat scroll 0 0 #e5f2c8;
        border-bottom: 1px solid #d1dfb3;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        color: #333333;
        font-size: 20px;
        margin: 0;
        padding: 10px 20px;
        width: 100% !important;
        font-weight: bold;
    }

.show-box-mustard {
    border: 10px solid #b3b09f;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    margin: 10px 0 25px;
    overflow: visible;
    position: relative;
    background-color: #e4e4a8;
}

    .show-box-mustard h2.show-title {
        background: none repeat scroll 0 0 #6d6a5b;
        border-bottom: 1px solid #504e43;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        color: #ffffff;
        font-size: 20px;
        margin: 0;
        padding: 10px 20px;
        width: 100% !important;
        font-weight: bold;
    }

.show-box-blue {
    border: 10px solid #82d7dc;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    margin: 10px 0 25px;
    overflow: visible;
    position: relative;
    background-color: #c4e9ec;
}

    .show-box-blue h2.show-title {
        background: none repeat scroll 0 0 #54bdc4;
        border-bottom: 1px solid #469fa4;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        color: #ffffff;
        font-size: 20px;
        margin: 0;
        padding: 10px 20px;
        width: 100% !important;
        font-weight: bold;
    }
.show-box-red {
    border: 10px solid #e0b1b3;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    margin: 10px 0 25px;
    overflow: visible;
    position: relative;
    background-color: #f5dacf;
}
.show-box-red h2.show-title {
        background: none repeat scroll 0 0 #ed1c24;
        border-bottom: 1px solid #c6272d;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        color: #ffffff;
        font-size: 20px;
        margin: 0;
        padding: 10px 20px;
        width: 100% !important;
        font-weight: bold;
    }

.show-box-donor {
    border: 10px solid #e0b1b3;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    margin: 10px 0 25px;
    overflow: visible;
    position: relative;
    background-color: #fff2ed;
}

    .show-box-donor h2.show-title {
        background: none repeat scroll 0 0 #ed1c24;
        border-bottom: 1px solid #c6272d;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        color: #ffffff;
        font-size: 20px;
        margin: 0;
        padding: 10px 20px;
        width: 100% !important;
        font-weight: bold;
    }

.show-box-grey {
    border: 10px solid #F1F1F1;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    margin: 20px 0px 45px 0px;
    overflow: visible;
    position: relative;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#dfdfdf 0,#f6f6f6 100%);
    background-image: -o-linear-gradient(top,#dfdfdf 0,#f6f6f6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dfdfdf),to(#f6f6f6));
    background-image: linear-gradient(to bottom,#dfdfdf 0,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#f6f6f6', GradientType=0);
}

    .show-box-grey h2.show-title {
        background: none repeat scroll 0 0 rgb(241, 241, 241);
        border-bottom: 1px solid #CECECE;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        color: #0d0d0d;
        font-size: 20px;
        margin: 0;
        padding: 4px 10px 12px 15px;
        width: 100% !important;
        font-weight: bold;
    }


.show-box-grey-nobackground {
    background-image: none !important;
    background-color: #fff !important;
}


.show-title-innerSpan {
    font-weight: bold;
    font-size: 20px;
}

#contact-show-box .vcard {
    padding: 20px;
}

#contacts-show #contact-show-box.show-box .show-list {
    margin: 0 5% 0px 0;
    width: auto;
}

#tab_content {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

    #tab_content .show-box .show-list li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        clear: both;
        font-size: 13px;
        overflow: hidden;
        padding: 5px 0;
        float: left;
        margin: 0 0 0 0;
        width: 100%;
    }
    #tab_content .show-box .show-list #invoice-sequencing {
       
        overflow: inherit; 
    }


#tab_content .show-profile li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    clear: both;
    font-size: 13px;
    overflow: hidden;
    padding: 5px 0;
    float: left;
    margin: 0 0 1em;
    width: 100%;
}

    #tab_content li {
        /*line-height: 1.3;*/
        /*margin: 0 0 0.2em;*/
    }

/*Selected task buttons*/

.completeTask a {
    background-image: url('../../images/dashboards/dash_but_sprite_doc.gif') !important;
    background-position: 0px112px !important;
}

    .completeTask a:hover {
        background-image: url('../../images/dashboards/dash_but_sprite_doc.gif') !important;
        background-position: 0px 84px !important;
    }

    .completeTask a:active {
        background-image: url('../../images/dashboards/dash_but_sprite_doc.gif') !important;
        background-position: 0px 56px !important;
    }

.disabledCompleteTask a {
    background-image: url('../../images/dashboards/dash_but_sprite_doc.gif') !important;
    background-position: 0px 0px !important;
    color: #cccccc !important;
    border: 1px solid #999999;
}

.completeTask a:hover {
    background-image: url('../../images/dashboards/dash_but_sprite_doc.gif') !important;
    background-position: 0px 84px !important;
}

.completeTask a:active {
    background-image: url('../../images/dashboards/dash_but_sprite_doc.gif') !important;
    background-position: 0px 56px !important;
}

.selectedbtn a {
    background-image: url('../../images/dashboards/dash_view_butts_sprite.gif') !important;
    background-position: 0px 270px !important;
    /*border:1px solid #999999;*/
}

.selectedbtnview a {
    background-image: url('../../images/dashboards/dash_view_butts_sprite.gif') !important;
    background-position: 0px 270px !important;
    /*border:1px solid #999999;*/
}

.selectedbtnurgent a {
    background-image: url('../../images/dashboards/dash_view_butts_sprite.gif') !important;
    background-position: 0px 54px !important;
    /*border:1px solid #999999;*/
}

.selectedbtncont a {
    background-image: url('../../images/dashboards/dash_view_butts_sprite.gif') !important;
    background-position: 0px 162px !important;
    /*border:1px solid #999999;*/
}


.disabledBtn a {
    background-image: url('../../images/dashboards/dash_view_butts_sprite.gif') !important;
    background-position: 0px 243px !important;
    color: #999999 !important;
    border: 1px solid #999999;
}

.disabledbtnview a {
    background-image: url('../../images/dashboards/dash_view_butts_sprite.gif') !important;
    background-position: 0px 243px !important;
    color: #999999 !important;
    border: 1px solid #999999;
}

.disabledbtnurgent a {
    background-image: url('../../images/dashboards/dash_view_butts_sprite.gif') !important;
    background-position: 0px 27px !important;
    color: #999999 !important;
    border: 1px solid #999999;
}

.disabledbtncont a {
    background-image: url('../../images/dashboards/dash_view_butts_sprite.gif') !important;
    background-position: 0px 135px !important;
    color: #999999 !important;
    border: 1px solid #999999;
}

/**vehicle check buttons**/

/*task buttons*/
.updatecheckbutton a, .updatecheckbutton button, .updateroadworthybutton a, .updateroadworthybutton button {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px !important;
    background-color: #f5f5f5;
    /*background-image:url('../images/dashboards/dash_view_button_sprite.gif');*/
    /*border:1px solid #003399;*/
    /* border-top:1px solid #6699cc;*/
    /* border-left:1px solid #6699cc;*/
    font-family: Arial, Verdana, sans-serif;
    font-size: 100% !important;
    line-height: 100%;
    text-decoration: none;
    font-weight: bold !important;
    color: #333333;
    cursor: pointer;
}


.updatecheckbutton a {
    background-image: url('../../images/dashboards/dash_update_checks_sprite.gif') !important;
    background-position: 0px 0px !important;
    /*border:1px solid #999999;*/
    padding: 5px 30px 4px 39px;
}

    .updatecheckbutton a:hover {
        background-image: url('../../images/dashboards/dash_update_checks_sprite.gif') !important;
        background-position: 0px -20px !important;
        /*border:1px solid #999999;*/
        padding: 5px 30px 4px 39px;
    }

    .updatecheckbutton a:active {
        background-image: url('../../images/dashboards/dash_update_checks_sprite.gif') !important;
        background-position: 0px -40px !important;
        /*border:1px solid #999999;*/
        padding: 5px 30px 4px 39px;
    }



.updateroadworthybutton a {
    background-image: url('../../images/dashboards/dash_roadworthy_sprite.gif') !important;
    background-position: 0px 0px !important;
    /*border:1px solid #999999;*/
    padding: 5px 74px 4px 73px;
}

    .updateroadworthybutton a:hover {
        background-image: url('../../images/dashboards/dash_roadworthy_sprite.gif') !important;
        background-position: 0px -20px !important;
        /*border:1px solid #999999;*/
        padding: 5px 74px 4px 73px;
    }

    .updateroadworthybutton a:active {
        background-image: url('../../images/dashboards/dash_roadworthy_sprite.gif') !important;
        background-position: 0px -40px !important;
        /*border:1px solid #999999;*/
        padding: 5px 74px 4px 73px;
    }





/*search open button*/
.SearchOpen a, .SearchOpen button {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px !important;
    background-color: #c9c9c9;
    border: 1px solid #464646;
    border-top: 1px solid #464646;
    border-left: 1px solid #464646;
    font-family: Arial, Verdana, sans-serif;
    font-size: 100% !important;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold !important;
    color: #333333;
    cursor: pointer;
    padding: 0px 39px 1px 38px; /* Links */
    background-image: url('../../images/dashboards/search-help_button_sprites.gif') !important;
    background-position: 0px 204px;
}

    .SearchOpen button:hover, .SearchOpen a:hover {
        background-position: 0px 187px;
        border: 1px solid #000000;
        /*color:#000000;*/
    }

    .SearchOpen a:active {
        background-position: 0px 170px;
        background-color: #808080;
        border: 1px solid #000000;
        outline: none;
    }

.SearchClose a, .SearchClose button {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px !important;
    background-color: #c9c9c9;
    border: 1px solid #464646;
    border-top: 1px solid #464646;
    border-left: 1px solid #464646;
    font-family: Arial, Verdana, sans-serif;
    font-size: 100% !important;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold !important;
    color: #333333;
    cursor: pointer;
    padding: 0px 39px 1px 38px; /* Links */
    background-image: url('../../images/dashboards/search-help_button_sprites.gif') !important;
    background-position: 0px 153px;
}

    .SearchClose button:hover, .SearchClose a:hover {
        background-position: 0px 136px;
        border: 1px solid #000000;
        /*color:#000000;*/
    }

    .SearchClose a:active {
        background-position: 0px 119px;
        background-color: #808080;
        border: 1px solid #000000;
        outline: none;
    }

.HelpOpen a, .HelpOpen button {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px !important;
    background-color: #c9c9c9;
    border: 1px solid #464646;
    border-top: 1px solid #464646;
    border-left: 1px solid #464646;
    font-family: Arial, Verdana, sans-serif;
    font-size: 100% !important;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold !important;
    color: #333333;
    cursor: pointer;
    padding: 0px 39px 1px 38px; /* Links */
    background-image: url('../../images/dashboards/search-help_button_sprites.gif') !important;
    background-position: 0px 102px;
}

    .HelpOpen button:hover, .HelpOpen a:hover {
        background-position: 0px 85px;
        border: 1px solid #000000;
        /*color:#000000;*/
    }

    .HelpOpen a:active {
        background-position: 0px 68px;
        background-color: #808080;
        border: 1px solid #000000;
        outline: none;
    }


.HelpClose a, .HelpClose button {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px !important;
    background-color: #c9c9c9;
    border: 1px solid #464646;
    border-top: 1px solid #464646;
    border-left: 1px solid #464646;
    font-family: Arial, Verdana, sans-serif;
    font-size: 100% !important;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold !important;
    color: #333333;
    cursor: pointer;
    padding: 0px 39px 1px 38px; /* Links */
    background-image: url('../../images/dashboards/search-help_button_sprites.gif') !important;
    background-position: 0px 51px;
}

    .HelpClose button:hover, .HelpClose a:hover {
        background-position: 0px 34px;
        border: 1px solid #000000;
        /*color:#000000;*/
    }

    .HelpClose a:active {
        background-position: 0px 17px;
        background-color: #808080;
        border: 1px solid #000000;
        outline: none;
    }

.SearchOpen button, SearchClose button, HelpOpen button, HelpClose button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

    .SearchOpen button[type], SearchClose button[type], HelpOpen button[type], HelpClose button[type] {
        padding: 5px 10px 5px 7px; /* Firefox */
        line-height: 17px; /* Safari */
    }


/*.SearchOpen button img, .SearchOpen a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}*/

#manualtaskDetailsOuter {
    display: none;
    width: 100%;
    height: 184px;
    position: absolute;
    left: 10px;
    top: 4px;
}


#taskDetailsOuter {
    display: none;
    width: 100%;
    height: 184px;
    position: absolute;
    top: 4px;
    left: 10px;
}

#taskDetails {
    background-color: #7d92ae;
    width: 100%;
    height: 184px;
    border: 1px solid #3c6288;
}

#taskDetailsDriver {
    background-color: #7d92ae;
    width: 100%;
    height: 230px;
    border: 1px solid #3c6288;
    margin-top: 8px;
}

#taskDetailsHeader {
    background: #e1e1e1 url(../../images/dashboards/task_detail_header_bg.gif) repeat-x top left;
    height: 32px;
    padding-left: 8px;
    position: relative;
}

.taskDetailsHeaderUrgent {
    background: #e1e1e1 url(../../images/dashboards/task_detail_header_urgent_bg.gif) repeat-x top left !important;
    height: 32px;
    padding-left: 8px;
    position: relative;
}


#taskDetailsHeader span {
    color: #ffffff;
    font-weight: bold;
}

#taskDetailsHeader img {
    vertical-align: middle;
}

#taskDetailsBody {
    background: #e1e1e1 url(../../images/dashboards/task_detail_body_bg.gif) repeat-x top left;
    height: 198px;
    padding-left: 18px;
    padding-right: 18px;
}

#taskDetailsClose {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 6px;
}

.taskDetailsCloseBtn {
    background: url('../../images/dashboards/close_but_sprite.gif');
    background-position: 0px 0px no-repeat;
}

    .taskDetailsCloseBtn:hover {
        background-position: 0px 88px;
    }

    .taskDetailsCloseBtn:active {
        background-position: 0px 70px;
    }

a.taskDetailsUrgentCloseBtn {
    background: url('../../images/dashboards/close_but_sprite.gif') !important;
    background-position: 0px 0px no-repeat !important;
}

    a.taskDetailsUrgentCloseBtn:hover {
        background-position: 0px 198px !important;
    }

    a.taskDetailsUrgentCloseBtn:active {
        background-position: 0px 180px !important;
    }

#taskDetailsBodySummary {
    Height: 72%;
    padding-top: 10px;
}

.taskDetailsSmall {
    Height: 62% !important;
}


#taskDetailsBodySummary p {
    line-height: 18px;
}

/*----------------*/
#searchTopLeft {
    background: url('../../images/dashboards/search_corners_sprite.gif') #e1e1e1;
}

#searchTopRight {
    background: url('../../images/dashboards/search_corners_sprite.gif') #e1e1e1;
    background-position: 0px 36px;
}

#searchBtmLeft {
    background: url('../../images/dashboards/search_corners_sprite.gif') #e1e1e1;
    background-position: 0px 23px;
}

#searchBtmRight {
    background: url('../../images/dashboards/search_corners_sprite.gif') #e1e1e1;
    background-position: 0px 11px;
}

#searchsideRight {
    background: url('../../images/dashboards/search_right.gif') #e1e1e1 repeat-y;
}

#searchsideLeft {
    background: url('../../images/dashboards/search_left.gif') #e1e1e1 repeat-y;
}

#searchsideTop {
    background: url('../../images/dashboards/search_top.gif') #e1e1e1;
    background-repeat: repeat-x;
}

#searchsideBottom {
    background: url('../../images/dashboards/search_bottom.gif') #e1e1e1;
    background-repeat: repeat-x;
}

#leftsearch {
    background: url('../../images/dashboards/search_left_bg.gif') repeat-x;
}

#rightsearch {
    Vertical-align: top;
    background: url('../../images/dashboards/search_right_bg.gif') repeat-x;
    padding: 10 5 10 15;
}

#searchHelp {
    padding: 10px;
}

#searchForm {
    padding: 10px;
}

#MainTitle {
    margin: 0.5em 0 0;
    /*overflow: hidden;*/
}

    #MainTitle h1 {
        font-size: 16pt;
        padding: 5px 0px 5px 0px;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        font-weight: bold;
        color: #000000;
        border-bottom: 1px solid #CCC;
        margin: 3px 0 23px 50px;
    }

    #MainTitle img {
        float: left;
        margin-right: 0px;
    }

    #MainTitle p {
        font-size: 10pt;
    }


/*Pagination panel*/

#paginationFooter {
    color: #666;
    font-size: 12px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', helvetica, arial, verdana, sans-serif;
    font-weight: normal;
    line-height: 30px;
    text-decoration: none;
    letter-spacing: -0.03em;
    position: relative;
    height: 30px;
    overflow: hidden;
    margin-top: 0px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
}

.GridPagination {
    float: left;
    margin: 0;
    padding: 0px 20px 0px 10px;
}

.footerRight {
    float: right;
    padding: 0 10px 6px 0;
}

    .footerRight img {
        vertical-align: -3px;
    }

.introlabel {
    font-weight: 700;
    color: #000000;
    line-height: 20px;
}

.profile-name {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.show-risk {
    display: inline-block;
    margin-left: 10px;
}

    .show-risk img {
        margin-bottom: 10px;
    }

.headshot {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    border: solid #777 6px;
    border-radius: 6px;
}

.td-trimmer {
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-box .show-list {
    /*float: left;
    margin: 2%;
    width: 32%;*/
}

.show-profile {
    float: left;
    margin: 2%;
    width: 20%;
    min-width: 110px;
}

.helper-hint {
    margin: -20px 0px 0px 0px;
}


/* Popover */
/*.popover {
    border: 2px dotted red;
}*/

/* Popover Header */
.popover-title {
    /*background-color: #f0e6b0 !important;*/
    background-color: rgba(255,254,211,1) !important;
    font-weight: 700;
    color: black;
}

/* Popover Body */
.popover-content {
    /*background-color: #fffadb !important;*/
    background-color: rgba(255,254,211,1) !important;
    /*color: #000;*/
    color: rgb(51, 51, 51) !important;
    border-radius: 5px !important;
}

/* Popover Arrow */
.popover.left > .arrow:after {
    border-right-color: #fffadb !important;
    border-left-color: #fffadb !important;
    right: 1px !important;
}

.close {
    line-height: 0.7em !important;
}

.table-darker > tbody > tr > td, .table-darker > tbody > tr > th, .table-darker > tfoot > tr > td, .table-darker > tfoot > tr > th, .table-darker > thead > tr > td, .table-darker > thead > tr > th {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    color: #000;
}

.table-darker-hover > tbody > tr:hover {
    background: rgb(135, 124, 104); /* Fall-back for browsers that don't support rgba */
    background: rgba(135, 124, 104, .15);
}
.tabRowDanger {
    background: #fe7977 !important;
}

    .tabRowDanger:hover {
        background: #f9c9c9 !important; 
    }
.table-hover > tbody > tr:hover {
    background: rgb(135, 124, 104) !important; /* Fall-back for browsers that don't support rgba */
    background: rgba(135, 124, 104, .15) !important;
}



.table-hover > tbody > tr.tabRowDanger:hover {
    background: #ff6260 !important; 
}

.small-rev {
    color: #ffffff !important;
}

.small-pos {
    color: #333333 !important;
    font-size: 0.8em !important;
}

.small-pos-white {
    color: #ffffff !important;
    font-size: 0.8em !important;
}

.form-horizontal .form-group {
    margin-bottom: 2px !important;
    line-height: 1.8em !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.form-horizontal .control-label {
    padding-top: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 5px !important;
    font-size: 0.9em;
}

@media (min-width: 768px) {
    .control-label.col-sm-4 {
        text-align: right !important;
    }
}

@media (max-width: 768px) {
    .panel-margin-dashboard-driver {
        margin: 16px 0px 16px 0 !important;
    }
}

.legend-med {
    font-size: 0.9em;
    margin: 15px 0px;
}

.inner-padding-contract {
    padding: 0px 20px !important;
}

.radio-inline + .radio-inline {
    margin-left: 0px !important;
    margin-right: 10px !important;
}



.radio-inline {
    margin-right: 10px !important;
    padding-top: 0px !important;
}

.checkbox-inline {
    margin-right: 10px !important;
    padding-top: 0px !important;
}

.tight-lead {
    line-height: 1.5em !important;
}

.tooltip-inner {
    max-width: 250px !important;
    /* If max-width does not work, try using width instead */
    width: 250px !important;
    text-align: left !important;
    padding: 10px !important;
    color: #000 !important;
    background-color: #f2ecb5 !important;
    border: solid #aea981 thick !important;
}



.tooltip.top .tooltip-arrow {
    border-top-color: #aea981 !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #aea981 !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #aea981 !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #aea981 !important;
}

.show-box .table-striped > tbody > tr:nth-of-type(odd) {
    background: rgba(135, 124, 104, .08);
}

.text-danger {
    color: #d32522 !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px 8px 5px 8px;
}

.fa-2x {
    margin-top: -3px !important;
}

button.btn.btn-xs {
    /*margin-top: -1px !important;*/
}

.progress {
    background: rgb(195, 195, 195) !important;
    border: 3px solid rgb(206, 206, 206) !important;
    border-radius: 6px !important;
    height: 35px !important;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.2) !important;
    margin-bottom: 0px !important;
    position: relative;
}

.progressvehicle {
    background: rgba(131,131,131,255) !important;
    border: 2px solid #5c5d5c !important;
    border-radius: 5px !important;
    height: 35px !important;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.2) !important;
    margin-bottom: 0px !important;
    position: relative;
}
.height32px {
    height: 32px !important;
}

.vehicle-progress-driverdashboard {
    border: 3px solid rgb(176, 33, 33) !important
}

.vehicle-progressMed-driverdashboard {
    border: 3px solid rgb(193, 138, 7) !important
}

.progress-bar-LowRisk {
    /*background: rgba(217, 7, 7, 1) !important;
    background: -webkit-linear-gradient(top, rgba(139, 228, 21, 1) 0%, rgba(135, 193, 20, 1) 100%) !important;
    background: linear-gradient(to bottom, rgb(139, 228, 21) 0%, rgb(135, 193, 20) 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 1px rgb(135, 197, 20);*/
    background: rgba(217, 7, 7, 1) !important;
    background: -webkit-linear-gradient(to bottom, rgb(152, 208, 49) 0%, rgb(208, 236, 46) 10%, rgb(137, 171, 0) 100%) !important;
    background: linear-gradient(to bottom, rgb(152, 208, 49) 0%, rgb(208, 236, 46) 10%, rgb(137, 171, 0) 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px rgb(142, 148, 39);
}

.progress-bar-MedRisk {
    background: rgba(217, 7, 7, 1) !important;
    background: -webkit-linear-gradient(to bottom, rgb(255, 212, 0) 0%, rgb(217, 162, 7) 100%) !important;
    background: linear-gradient(to bottom, rgb(255, 212, 0) 0%, rgb(217, 162, 7) 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px rgb(177, 138, 3);
}

.progress-bar-HighRisk {
    /*background: rgba(217, 7, 7, 1) !important;
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 1) 0%, rgba(217, 7, 7, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 1) 0%, rgba(217, 7, 7, 1) 100%) !important;*/
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    background: #e22f2f !important;
    background: -moz-linear-gradient(to bottom, #e22f2f 0%,#af1d1d 100%) !important;
    background: -webkit-linear-gradient(to bottom, #e22f2f 0%,#af1d1d 100%) !important;
    background: linear-gradient(to bottom, #e22f2f 0%,#af1d1d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22f2f', endColorstr='#af1d1d',GradientType=0 ) !important;
    border-radius: 4px;
    border-right: solid 2px #901717;
}

.progress-bar-HighRisk-driver {
    /*background: rgba(217, 7, 7, 1) !important;
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 1) 0%, rgba(217, 7, 7, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 1) 0%, rgba(217, 7, 7, 1) 100%) !important;*/
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    background: #e22f2f !important;
    background: -moz-linear-gradient(to bottom, #e22f2f 0%,#af1d1d 100%) !important;
    background: -webkit-linear-gradient(to bottom, #e22f2f 0%,#af1d1d 100%) !important;
    background: linear-gradient(to bottom, #e22f2f 0%,#af1d1d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e22f2f', endColorstr='#af1d1d',GradientType=0 ) !important;
    border-radius: 0px !important;
    border-right: none;
}

.progress-bar-MedRisk-driver {
    /*text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    background: #cb7127 !important;
    background: -moz-linear-gradient(to bottom, #cb7127 0%,#efa737 100%) !important;
    background: -webkit-linear-gradient(to bottom, #cb7127 0%,#efa737 100%) !important;
    background: linear-gradient(to bottom, #cb7127 0%,#efa737 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb7127', endColorstr='#efa737',GradientType=0 ) !important;
    border-radius: 0px !important;
    border-right: none;*/
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    background: #efa737 !important;
    background: -moz-linear-gradient(to bottom, #efa737 0%,#cb7127 100%) !important;
    background: -webkit-linear-gradient(to bottom, #efa737 0%,#cb7127 100%) !important;
    background: linear-gradient(to bottom, #efa737 0%,#cb7127 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa737', endColorstr='#cb7127',GradientType=0 ) !important;
    border-radius: 0px !important;
    border-right: none;
}

.progress-bar-panel {
    width: auto;
    overflow: hidden;
    padding: 6px 0px 5px 20px !important;
    /*padding: 6px 20px 5px;*/
    font-size: 13px;
    font-weight: 700;
}

.dash-permit-manager-panel .progress-bar-panel {
    padding: 2px 0px 2px 20px !important
}

.compliance_progress .progress-bar-panel {
    padding: 6px 0px 5px 20px !important;
}


.compliance_progress_bars {
    width: 120px !important;
    display: block;
    float: left;
    padding-top: 6px;
}

.compliance_progress_bars_percentage {
    float: right;
    padding-right: 5px;
}

.compliance_progress_text {
    float: right;
    padding-right: 5px;
}
/* New elements to compliment bootstrap theme */
.transparent {
    opacity: 0.7;
}

.progressPercentage {
    font-size: 12px !important;
    font-weight: 700;
    position: absolute;
    top: 5px;
    left: 0;
    margin-left: 15px;
}

.width22px {
    width: 22px !important;
    margin-left: 3px !important;
}

.progressPercentageforfixestext {
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    margin-left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 21px;
}

.btn-dark {
    color: #C7C7C7;
    background-color: #696969;
    border-color: #696969 !important;
    //Changed as per Kevin Modifications
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark:active,
    .btn-dark.active,
    .open .dropdown-toggle.btn-dark {
        color: #C7C7C7;
        background-color: #949494;
        border-color: #949494;
        //Changed as per Kevin Modifications
    }

    .btn-dark:active,
    .btn-dark.active,
    .open .dropdown-toggle.btn-dark {
        background-image: none;
    }

    .btn-dark.disabled,
    .btn-dark[disabled],
    fieldset[disabled] .btn-dark,
    .btn-dark.disabled:hover,
    .btn-dark[disabled]:hover,
    fieldset[disabled] .btn-dark:hover,
    .btn-dark.disabled:focus,
    .btn-dark[disabled]:focus,
    fieldset[disabled] .btn-dark:focus,
    .btn-dark.disabled:active,
    .btn-dark[disabled]:active,
    fieldset[disabled] .btn-dark:active,
    .btn-dark.disabled.active,
    .btn-dark[disabled].active,
    fieldset[disabled] .btn-dark.active {
        background-color: #696969;
        border-color: #3D3D3D;
    }

    .btn-dark .badge {
        color: #696969;
        background-color: #C7C7C7;
    }

.dropdown-menu > li > a:hover, table.tableTabsHeader .dropdown-menu a:hover {
    background-color: #999 !important;
    background-image: none !important;
    color: #FFF !important;
}

.modal-header {
    background: #333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #CCCCCC;
}

.modal-body {
    padding: 20px 30px 10px 30px !important;
}

.btn-advSearch {
    margin-top: 0px !important;
    margin-right: -4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: 1px solid #8a8a8a !important;
}

.btn-border {
    border: 4px solid rgb(206, 206, 206) !important;
    border-radius: 6px !important;
    line-height: 20px;
    font: normal 0.923em/1.075em "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

.input-advSearch {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: 1px solid #606060 !important;
}

.input-sm {
    height: 26px !important;
}

.input-group-addon {
    padding: 5px 12px !important;
}

select.input-sm {
    height: 26px !important;
    line-height: 30px !important;
}

.searchWell {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    height: 200px;
}

.searchPanelLeft {
    float: left;
}

.searchPanelRight {
    float: right;
    padding: 15px;
}

#collapseSearch {
    padding: 10px 20px 1px 20px;
    background: #ccc; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#999, #e1e1e1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#999, #e1e1e1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#999, #e1e1e1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#999, #e1e1e1); /* Standard syntax (must be last) */
}

.searchBlocks {
    position: relative;
    display: table;
    border-collapse: separate;
    border: #d6d6d6 solid 5px;
    border-radius: 5px;
}

.searchBlockfield {
    font-size: 14px !important;
    padding-left: 10px !important;
    color: #000 !important;
    height: 30px !important;
}

.closeSearchDrawer {
    display: block;
    height: 20px;
}

.closeSearchDrawerLabel {
    font-size: 12px !important;
    float: right !important;
    padding: 0px 2px 0px 6px !important;
    color: #999 !important;
}

#collapseSearchPanel {
    margin: 5px 0px 2px 0px !important;
    border: 10px solid #BFBFBF;
    background-color: #F1F1F1;
}

.summary-panel {
    border-color: #ccc;
}

    .summary-panel > .panel-heading {
        background-image: -webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
        background-image: -o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));
        background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
        background-repeat: repeat-x;
    }

    .summary-panel > .panel-heading {
        color: #5D5D5D;
        background-color: #C7C7C7;
        border-color: #6B6B6B;
    }

.panel-postItNote {
    margin-bottom: 20px;
    background-color: rgba(255, 253, 217, 1);
    border: 1px solid rgba(216, 193, 74, 0.18);
    border-radius: 4px;
    -webkit-box-shadow: 3px 5px 3px rgba(0,0,0,.05);
    box-shadow: 3px 5px 3px rgba(0,0,0,.05);
    color: #866C4D;
    position: relative;
    transform: rotate(0.5deg);
    top: -5px;
}

    .panel-postItNote > .panel-heading {
        background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
        background-image: linear-gradient(to bottom,#FFFCC9 0,#F1ECA9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
        background-repeat: repeat-x;
        color: #907B3B;
    }

        .panel-postItNote > .panel-heading h3 {
            font-weight: 700;
            font-size: 16px;
        }

    .panel-postItNote > .panel-body {
        border: 0px solid transparent;
        border-radius: 5px;
    }

    .panel-postItNote > :before {
        content: url('../../images/summary_note_tape.png');
        left: 43%;
        position: absolute;
        top: -20px;
    }



 .panel-postItNoteGrn {
    margin-bottom: 20px;
    background-color: rgba(230, 249, 210, 1);
    border: 1px solid rgba(216, 193, 74, 0.18);
    border-radius: 4px;
    -webkit-box-shadow: 3px 5px 3px rgba(0,0,0,.05);
    box-shadow: 3px 5px 3px rgba(0,0,0,.05);
    color: #866C4D;
    position: relative;
    transform: rotate(0.5deg);
    top: -5px;
}

 .panel-postItNoteGrn > .panel-heading {
        background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
        background-image: linear-gradient(to bottom,#f2ffc9 0,#d4f1a9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
        background-repeat: repeat-x;
        color: #65903b;
    }

 .panel-postItNoteGrn > .panel-heading h3 {
            font-weight: 700;
            font-size: 16px;
        }

 .panel-postItNoteGrn > .panel-body {
        border: 0px solid transparent;
        border-radius: 5px;
    }
 
 .panel-postItNoteRed {
    margin-bottom: 20px;
    background-color: rgba(255, 239, 239, 1);
    border: 1px solid rgba(237, 10 ,75, 0.18);
    border-radius: 4px;
    -webkit-box-shadow: 3px 5px 3px rgba(0,0,0,.05);
    box-shadow: 3px 5px 3px rgba(0,0,0,.05);
    color: #866C4D;
    position: relative;
    transform: rotate(0.5deg);
    top: -5px;
}

 .panel-postItNoteRed > .panel-heading {
        background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
        background-image: linear-gradient(to bottom,#fff0f0 0,#fecece 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
        background-repeat: repeat-x;
        color: #d92828;
    }


.panel-postItNoteRed > .panel-heading h3 {
    font-weight: 700;
    font-size: 16px;
}

 .panel-postItNoteRed > .panel-body {
        border: 0px solid transparent;
        border-radius: 5px;
    }

    .panel-postItNoteRed > .panel-heading {
        background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
        background-image: linear-gradient(to bottom,#fff0f0 0,#fecece 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
        background-repeat: repeat-x;
        color: #d92828;
    }

.panel-postItNoteRedTraning > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#d72121 0,#f32929 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    color: white;
}



.pageCurl {
    position: relative;
}

.pageCurl {
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 28px;
    right: 20px;
    left: auto;
    width: 20%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 5px 10px #777;
    transform: rotate(3deg);
}

.panel-task-pending > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4c8cc7),to(#1d66a9));
    background-image: linear-gradient(to bottom,#5B95CA 0,#3170AB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    color: #fff;
    background-color: #f5f5f5;
    border-color: #264380;
}

.panel-task-pending {
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid rgb(107, 136, 162);
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    background-image: linear-gradient(to bottom,#f9fcff 20%,#dde6f4 100%);
    color: #000;
}


.panel-task-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4c8cc7),to(#1d66a9));
    background-image: linear-gradient(to bottom,#eb9316 0,#f0ad4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    color: #fff;
    background-color: #f5f5f5;
    border-color: #F3B42C;
}


.panel-task-warning {
    margin-bottom: 20px;
    background-color: #fff;
    /*border: 2px solid rgb(162 148 107);*/
    border: 2px solid rgb(243 180 44);
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    background-image: linear-gradient(to bottom,#fffff9 20%,#f5edd6 100%);
    color: #000;
}

.panel-task-success > .panel-heading {
    background-image: -webkit-linear-gradient(top,#5AB65A 0,#429742 100%);
    background-image: -o-linear-gradient(top,#5AB65A 0,#429742 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5AB65A),to(#429742));
    background-image: linear-gradient(to bottom,#5AB65A 0,#429742 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5AB65A', endColorstr='#429742', GradientType=0);
    background-repeat: repeat-x;
    color: #fff;
    background-color: #f5f5f5;
    border-color: #429742;
}

.panel-task-success {
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #429742;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    background-image: linear-gradient(to bottom,#F8FFF8 20%,#E0F3E7 100%);
    color: #000;
}

.panel-task-driver-vehicle-success {
    margin-bottom: 20px;
    background-color: #fff !important;
    border: 2px solid #d4d5cc;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    background-image: linear-gradient(to bottom,#F8FFF8 20%,#E0F3E7 100%);
    color: #000;
}

    .panel-task-driver-vehicle-success > .panel-heading {
        background-image: -webkit-linear-gradient(top,#d4d5cc 0,#d4d5cc 100%);
        background-image: -o-linear-gradient(top,#d4d5cc 0,#d4d5cc 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#d4d5cc),to(#d4d5cc));
        background-image: linear-gradient(to bottom,#d4d5cc 0,#d4d5cc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5AB65A', endColorstr='#429742', GradientType=0);
        background-repeat: repeat-x;
        color: #fff;
        background-color: #f5f5f5;
        border-color: #429742;
    }

.panel-task-urgent > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4c8cc7),to(#1d66a9));
    background-image: linear-gradient(to bottom,#DE3A3A 0,#A21212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    color: #fff;
    background-color: #f5f5f5;
    border-color: #710A0A;
}

.panel-task-urgent {
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid rgb(177, 38, 38);
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    background-image: linear-gradient(to bottom,#fffaf9 20%,#f4dfdd 100%);
    color: #000;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .15s ease !important;
    -o-transition: height .15s ease !important;
    transition: height .15s ease !important;
}

.list-group-item-green {
    color: #333 !important;
    background-color: #E5F2C8 !important;
}

/* end new bootstrap theme overrides*/

.dark-field {
    display: inline !important;
    height: 22px !important;
    background: rgb(144, 144, 144) !important; /* The Fallback */
    background: rgba(144, 144, 144, 0.5) !important;
    border: 1px solid #888 !important;
    color: #ebebeb !important;
}

.grid-search {
    display: inline !important;
    height: 22px !important;
    background: rgb(189, 197, 172) !important; /* The Fallback */
    background: rgba(76, 76, 76, 0.1) !important;
    border: 1px solid #b1bc9b !important;
    color: #000 !important;
}

#navFilters {
    height: 25px;
}

.systemStats {
    font-size: 12px;
}

.summaryPanel {
}

.taskScrollingPanel {
    height: 200px;
    /*overflow-y: scroll;*/
    overflow-y: auto;
}

.taskScrollingPanel-driver {
    height: 205px;
    /*overflow-y: scroll;*/
    overflow-y: auto;
}

.taskScrollingPanel.list-group, .taskScrollingPanel .list-group {
    margin: 0;
}

.taskPanelRow {
    width: 80%;
    float: none;
    height: auto;
    overflow: auto;
    display: inline-table;
}

.label-stay-left {
    float: left;
    margin-right: 6px !important;
    min-width: 25px;
}

.taskPanelRowText {
    overflow: hidden;
    font-size: 14px;
    color: #000;
}

.task-panel {
    position: absolute;
    z-index: 999;
    top: 0px;
    width: 100%;
    height: 200px;
    margin-bottom: 0;
}

    .task-panel .panel-body {
        height: unset !important;
        background: transparent !important;
    }

.close-dark {
    color: #9c9b9a !important;
    text-shadow: none !important;
    filter: alpha(opacity=90) !important;
    opacity: .9 !important;
}

    .close-dark:hover {
        color: #d6d6d6 !important;
        text-shadow: none !important;
        filter: alpha(opacity=90) !important;
        opacity: .9 !important;
    }

#modalHeaderBarDark {
    color: #FFF;
    font-size: 22px;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
    position: relative;
    height: 60px;
    /* overflow: hidden; */
    padding: 11px 0px 5px 25px;
    letter-spacing: 0em;
    background-color: #000;
    background-image: linear-gradient(to bottom,rgba(86, 81, 73, 0.9) 20%, rgba(29, 23, 19, 0.9) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(86, 81, 73, 0.9)), color-stop(100%, rgba(29, 23, 19, 0.9)));
    background-image: -moz-linear-gradient(to bottom,rgba(86, 81, 73, 0.9) 20%, rgba(29, 23, 19, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#dcdcdc');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#dcdcdc')";
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -moz-border-radius: 0px 13px 0px 0px;
    -webkit-border-radius: 0px 13px 0px 0px;
    border-radius: 0px 13px 0px 0px;
    width: 100%;
}

.show-box-orange {
    border: 10px solid #f0d0a4;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    margin: 10px 0 25px;
    overflow: visible;
    position: relative;
    background-color: #fde3b4;
}

    .show-box-orange h2.show-title {
        background: none repeat scroll 0 0 #ff9d22;
        border-bottom: 1px solid #ff9d22;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        color: #ffffff;
        font-size: 20px;
        margin: 0;
        padding: 10px 20px;
        width: 100% !important;
        font-weight: bold;
    }

.show-box-grey-dark {
    border: 10px solid #a7a5a9;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    margin: 10px 0 25px;
    overflow: visible;
    position: relative;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#a7a5a9 0,#f6f6f6 100%);
    background-image: -o-linear-gradient(top,#a7a5a9 0,#f6f6f6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#a7a5a9),to(#f6f6f6));
    background-image: linear-gradient(to bottom,#a7a5a9 0,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7a5a9', endColorstr='#f6f6f6', GradientType=0);
}

    .show-box-grey-dark h2.show-title {
        background: none repeat scroll 0 0 #787878;
        border-bottom: 1px solid #CECECE;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        color: #ffffff;
        font-size: 20px;
        margin: 0;
        padding: 10px 20px;
        width: 100% !important;
        font-weight: bold;
    }


.show-box-light-grey {
    border: 10px solid #f3f3f3;
    border-radius: 5px 5px 5px 5px;
    color: #292929;
    margin: 10px 0 25px;
    overflow: visible;
    position: relative;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#dadada 0,#ffffff 100%);
    background-image: -o-linear-gradient(top,#dadada 0,#ffffff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dadada),to(#ffffff));
    background-image: linear-gradient(to bottom,#dadada 0,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#ffffff', GradientType=0);
}

    .show-box-light-grey h2.show-title {
        background: none repeat scroll 0 0 #f3f3f3;
        border-bottom: 3px solid #c7c7c7;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        color: red;
        font-size: 20px;
        margin: 0;
        padding: 10px 20px;
        width: 100% !important;
        font-weight: bold;
    }

    .show-box-light-grey td {
        font-size: 13px;
    }

.show-box > tr {
    border-bottom-color: rgba(148,148,148,0.28) !important;
}



.btn-mustard {
    background-image: -webkit-linear-gradient(top, #928e7b 0%, #615f51 100%) !important;
    background-image: -o-linear-gradient(top, #928e7b 0%, #615f51 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#928e7b), to(#615f51)) !important;
    background-image: linear-gradient(to bottom, #928e7b 0%, #615f51 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#615f51', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
    background-repeat: repeat-x !important;
    border-color: #535146 !important;
    color: #FFFFFF !important;
}

    .btn-mustard:hover {
        background-color: #535146 !important;
        background-position: 0 -15px !important;
    }

.vehicle-modal .show-box-mustard .btn:focus {
    background-color: #6d6a5b !important;
    background-position: 0 -15px !important;
}

.btn-dark-grey {
    background-image: -webkit-linear-gradient(top, #a7a5a9 0%, #666666 100%) !important;
    background-image: -o-linear-gradient(top, #a7a5a9 0%, #666666 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a7a5a9), to(#666666)) !important;
    background-image: linear-gradient(to bottom, #a7a5a9 0%, #666666 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#666666', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
    background-repeat: repeat-x !important;
    border-color: #4d4d4d !important;
    color: #ffffff !important;
}

    .btn-dark-grey:hover {
        background-color: #595959 !important;
        background-position: 0 -15px !important;
    }

#bodyOfTrainerResponses tr.rejected td,
#bodyOfDriverResponses tr.rejected td {
    background: #f1f1f1 !important;
    color: gray;
}

table.tableOnRoadBooking td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

body.mini-navbar .navbar-default .nav .nav-second-level li a span {
    display: inline-block !important;
}

body.mini-navbar .nav-second-level {
    min-width: 200px !important;
}

body.mini-navbar .navbar-default .nav .fa-custom-warning {
    position: absolute;
    right: 3px;
}

.mini-navbar .nav-third-level li a {
    padding-left: 25px;
}


.chart_text strong {
    display: block;
    text-align: left !important;
}

.text-center-all .chart_text {
    text-align: left !important;
}

.pie-title-center {
    position: relative;
    text-align: center;
    height: 154px;
}

.pie-title-center2 {
    position: relative;
    text-align: center;
    height: 238px !important;
}

@media only screen and (min-width:1301px) {
    .pie-title-center .pie-value {
        display: block;
        position: absolute;
        font-size: 34px;
        font-weight: 700;
        height: 40px;
        top: 50%;
        left: 0;
        /*left:12px;*/
        right: 0;
        margin-top: -30px;
        line-height: 40px;
    }

    .pie-title-center span.txt {
        font-size: 14px;
        margin-top: 0px;
        display: block;
        position: absolute;
        height: 40px;
        top: 50%;
        /*left: 0;*/
        left: 6px;
        right: 0;
        line-height: 40px;
    }

    .pie-title-center .wraningSign {
        position: absolute;
        bottom: -3px;
        left: 50%;
        /*margin-left: -20px;*/
        margin-left: -18px;
        width: 40px;
    }

    .pie-title-center-driver .wraningSign {
        position: absolute;
        bottom: -9px;
        left: 50%;
        margin-left: -20px;
        width: 40px;
    }
}


@media only screen and (max-width:1300px) and (min-width:0px) {
    .pie-title-center .pie-value {
        font-size: 20px !important;
        margin-top: -27px !important;
        display: block;
        position: absolute;
        font-weight: 700;
        height: 40px;
        top: 50%;
        left: 0;
        right: 0;
        line-height: 40px;
    }

    .pie-title-center span.txt {
        font-size: 10px !important;
        margin-top: 0px !important;
        display: block;
        position: absolute;
        height: 40px;
        top: 50%;
        left: 0;
        right: 0;
        line-height: 40px;
    }

    .mini-navbar .pie-title-center .pie-value {
        font-size: 30px !important;
        margin-top: -35px !important;
    }

    .mini-navbar .manager-pie-chart .pie-value {
        font-size: 30px !important;
        margin-top: -33px !important;
    }

    .mini-navbar .pie-title-center span.txt {
        font-size: 12px !important;
        margin-top: -8px !important;
    }

    .mini-navbar .manager-pie-chart span.txt {
        font-size: 12px !important;
        margin-top: -1px !important;
    }

    .pie-title-center .wraningSign {
        position: absolute;
        bottom: 26px;
        left: 50%;
        margin-left: -20px;
        width: 40px;
    }

    .mini-navbar .pie-title-center .wraningSign {
        position: absolute;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        bottom: 3px;
    }
}

.pie-title-center span.txt.largetextlineheight_me {
    line-height: 19px !important;
    margin-top: 8px !important;
}
















@media only screen and (max-width:1300px) and (min-width:1200px) {
    .pie-title-center {
        padding: 20px 0 0;
    }

    .pie-title-center2 {
        padding: 0px 0 0 !important;
    }

    .pie-title-center.driver-consents canvas {
        width: 100%;
        height: auto;
    }

    .pie-title-center-driver {
        padding: 26px 0 0;
    }

    /*.pie-title-center .pie-value {
        font-size: 20px;
        margin-top: -40px;
    }

    .pie-title-center span.txt {
        font-size: 10px;
        margin-top: -20px;
    }*/


    /*.pie-title-center .wraningSign {
        bottom: 31px;
    }*/


    .font14px {
        font-size: 14px;
    }
}







[class*="dm-red"] {
    margin-right: 0;
}

[id*="tab-Headlines"] {
    padding-left: 15px;
}


.panel-margin-dashboard {
    margin: 15px 15px 15px 0;
}

.panel-margin-dashboard-driver {
    margin: 16px 16px 16px 0;
}

.pie-title-center .wraningSign img {
    width: 100%;
}

ul#navigation li.tab-disabled {
    pointer-events: none;
}

    ul#navigation li.tab-disabled a {
        color: #cccdcd;
    }

.color-picker .input-group-addon i {
    display: block
}

@media only screen and (max-width:991px) and (min-width:769px) {
    .pie-title-center {
        padding: 20px 0 0;
    }

    .manager-pie-chart {
        padding: 15px 0 0;
    }

    .pie-title-center2 {
        padding: 0px 0 0 !important;
    }

    .pie-title-center.driver-consents canvas {
        width: 126px;
        height: auto;
    }

    .pie-title-center .pie-value {
        font-size: 20px;
        margin-top: -40px;
    }

    .pie-title-center span.txt {
        font-size: 10px;
        margin-top: -20px;
    }

    .pie-title-center .wraningSign {
        bottom: 20px;
    }
}

@media only screen and (max-width:1550px) and (min-width:1461px) {
    .pie-title-center.all-licences canvas {
        width: 140px;
        margin-top: 10px;
    }

    .pie-title-center.licencesdriver canvas {
        width: 140px;
        margin-top: 15px !important;
    }

    .font15px {
        font-size: 17px !important;
    }
}
/*@media only screen and (max-width:1460px) and (min-width:1200px) {
    .pie-title-center {
        padding: 20px 0 0;
    }
    .pie-title-center2 {
        padding: 0px 0 0 !important;
    }
    .pie-title-center.driver-consents canvas {
        width: 100px;
        height: auto;
    }
    .pie-title-center .pie-value {
        font-size: 20px;
        margin-top: -40px;
    }
    .pie-title-center span.txt {
        font-size: 10px;
        margin-top: -20px;
    }
    .pie-title-center .wraningSign {
        bottom: 20px;
    }
}*/
@media only screen and (max-width:1680px) and (min-width:1551px) {
    .pie-title-center.licencesdriver canvas {
        width: 140px;
        margin-top: 15px !important;
    }
}

@media only screen and (max-width:1460px) and (min-width:1200px) {
    .pie-title-center {
        padding: 15px 0 0;
    }

    .pie-title-center2 {
        padding: 0px 0 0 !important;
    }

    .pie-title-center.driver-consents canvas {
        width: 100px;
        height: auto;
    }

    .pie-title-center.manager-pie-chart canvas {
        width: 113px;
        height: auto;
    }

    .mini-navbar .pie-title-center-driver.driver-consents canvas {
        width: 110px;
        height: auto;
    }

    .mini-navbar .pie-title-center.driver-consents canvas {
        width: 135px;
        height: auto;
    }

    .mini-navbar .pie-title-center.manager-pie-chart canvas {
        width: 118px;
        height: auto;
    }

    .pie-title-center-driver.driver-consents canvas {
        width: 124px;
        height: auto;
    }

    .pie-title-center .pie-value {
        font-size: 27px !important;
        margin-top: -40px !important;
    }

    .pie-title-center span.txt {
        font-size: 11px !important;
        margin-top: -15px !important;
    }

    .pie-title-center .wraningSign {
        bottom: 20px;
    }

    .mini-navbar .manager-pie-chart .wraningSign {
        bottom: 6px;
    }

    .mini-navbar .manager-pie-chart .pie-value {
        font-size: 27px !important;
        margin-top: -28px !important;
    }

    .mini-navbar .manager-pie-chart span.txt {
        font-size: 12px !important;
        margin-top: 2px !important;
    }

    .pie-title-center-driver {
        padding: 20px 0 0;
    }

        .pie-title-center-driver .pie-value {
            font-size: 27px !important;
            margin-top: -24px !important;
        }

        .pie-title-center-driver span.txt {
            font-size: 15px !important;
            margin-top: 3px !important;
        }

        .pie-title-center-driver .wraningSign {
            bottom: 1px;
        }

    .font13px {
        font-size: 13px !important;
    }

    .font15px {
        font-size: 15px !important;
    }
}

@media only screen and (max-width:1520px) and (min-width:1460px) {

    .manager-pie-chart {
        padding: 15px 0 0;
    }

    .pie-title-center.manager-pie-chart canvas {
        width: 113px;
        height: auto;
    }

    .manager-pie-chart .pie-value {
        font-size: 27px !important;
        margin-top: -40px !important;
    }

    .manager-pie-chart span.txt {
        font-size: 11px !important;
        margin-top: -15px !important;
    }

    .pie-title-center span.txt.largetextlineheight_me {
        margin-top: -4px !important
    }

    .manager-pie-chart .wraningSign {
        bottom: 20px;
    }
}

.font15px {
    font-size: 17px !important;
}

.progress1 {
    box-shadow: none !important;
    background: #a49fa5 !important;
    background: -moz-linear-gradient(top, #a49fa5 1%, #958f96 51%, #79737a 100%) !important;
    background: -webkit-linear-gradient(top, #a49fa5 1%,#958f96 51%,#79737a 100%) !important;
    background: linear-gradient(to bottom, #a49fa5 1%,#958f96 51%,#79737a 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a49fa5', endColorstr='#79737a',GradientType=0 ) !important;
}

.progress2 {
    box-shadow: none !important;
    background: #a49fa5 !important;
    background: -moz-linear-gradient(top, #8f8d8d 1%, #aeacae 51%, #b4b0b4 100%) !important;
    background: -webkit-linear-gradient(top, #8f8d8d 1%,#aeacae 51%,#b4b0b4 100%) !important;
    background: linear-gradient(to bottom, #8f8d8d 1%,#aeacae 51%,#b4b0b4 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f8d8d', endColorstr='#b4b0b4',GradientType=0 ) !important;
}

.progressFixWidth {
    position: relative;
    padding-right: 52px;
}

.progressFixWidthforsmallPanel {
    position: relative;
    padding-right: 70px;
}

.progressFixWidthforsmallPanel-driver {
    position: relative;
    padding-right: 85px;
}

.dispalyfigure {
    /*display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 5px;
    width: 65px;
    text-align: right;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 15px;
    margin-right: 6px;*/
    display: inline-block;
    vertical-align: middle;
    padding-left: 29px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 5px;
    width: 74px;
    text-align: left;
    font-size: 18px;
    color: #8e8e8e;
    line-height: 20px;
}

.dispalyfigures {
    display: inline-block;
    vertical-align: middle;
    /*padding-left: 29px;*/
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 5px;
    width: 44px;
    text-align: left;
    font-size: 18px;
    color: #8e8e8e;
    line-height: 20px;
}

.dispalyfiguresforsmallPanel {
    /*font-size: 24px !important;
    line-height: 26px !important;*/
    font-size: 24px !important;
    line-height: 26px !important;
    width: 90px;
    text-align: left;
}





@media (max-width:1300px) {
    .mini-navbar .pie-title-center .wraningSign {
        bottom: 18px;
    }

    .mini-navbar .manager-pie-chart .wraningSign {
        bottom: 3px;
    }

    .pie-title-center .wraningSign {
        bottom: 25px;
    }

    .mini-navbar .pie-title-center-driver .wraningSign {
        bottom: 2px;
    }

    .pie-title-center-driver .wraningSign {
        bottom: 5px;
    }

    .LicenceJourneyPanel .pie-title-center .wraningSign {
        bottom: 19px;
    }

    .mini-navbar .LicenceJourneyPanel .pie-title-center .wraningSign {
        position: absolute;
        left: 50%;
        margin-left: -19px;
        width: 40px;
        bottom: 15px;
        bottom: 15px;
    }

    .mini-navbar .LicenceJourneyPanel .pie-title-center span.txt {
        font-size: 12px !important;
        margin-top: -8px !important;
    }
}

@media (max-width:1199px) {
    .pie-title-center .wraningSign {
        bottom: -4px;
    }

    .mini-navbar .pie-title-center .wraningSign {
        bottom: -3px;
    }
    /*.panel-margin-dashboard-driver {
        margin: 16px 0px 16px 0;
    }*/
    .panel-margin-dashboard-driver {
        margin: 16px 16px 16px 0;
    }
}

@media (max-width: 1460px) and (min-width:1250px) {

    .pie-title-center span.txt.largetextlineheight_me {
        line-height: 15px !important;
        margin-top: -6px !important;
    }

    .mini-navbar .pie-title-center span.txt.largetextlineheight_me {
        line-height: 18px !important;
        margin-top: -1px !important;
    }
}

@media (max-width: 1299px) and (min-width:1200px) {

    .pie-title-center span.txt.largetextlineheight_me {
        line-height: 15px !important;
        margin-top: -10px !important;
        font-size: 11px !important;
    }

    .mini-navbar .pie-title-center span.txt.largetextlineheight_me {
        line-height: 15px !important;
        margin-top: 0px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 1199px) {
    .mini-navbar .LicenceJourneyPanel .pie-title-center span.txt {
        font-size: 12px !important;
        margin-top: 5px !important;
    }
}

@media (max-width: 1199px) {
    .pie-title-center span.txt {
        font-size: 14px !important;
    }
}


.marginleft1 .toggle-group .btn-success {
    left: -10px !important;
}

.marginleft16 .toggle-group .btn-success {
    left: -16px !important;
}

.mR0px {
    margin-right: 0px !important;
}

.pL2px {
    padding-left: 2px !important;
}


.progress-bar-1percent {
    background: #d90707 !important;
    background: -webkit-linear-gradient(to bottom, #e22f2f 0%, #af1d1d 100%) !important;
    background: linear-gradient(to bottom, #e22f2f 0%, #af1d1d 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px #901717;
}

.progress-bar-10percent {
    background: #d90707 !important;
    background: -webkit-linear-gradient(to bottom, #e22f2f 0%, #af1d1d 100%) !important;
    background: linear-gradient(to bottom, #e22f2f 0%, #af1d1d 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px #901717;
}

.progress-bar-20percent {
    background: #d97407 !important;
    background: -webkit-linear-gradient(to bottom, #ffac2d 0%, #cb6022 100%) !important;
    background: linear-gradient(to bottom, #ffac2d 0%, #cb6022 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px #b35211;
}

.progress-bar-30percent {
    background: #ec9c03 !important;
    background: -webkit-linear-gradient(to bottom, #ffbd00 0%, #d97b07 100%) !important;
    background: linear-gradient(to bottom, #ffbd00 0%, #d97b07 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px #b17903;
}

.progress-bar-40percent {
    background: #eeae04 !important;
    background: -webkit-linear-gradient(to bottom, #ffc900 0%, #d98f07 100%) !important;
    background: linear-gradient(to bottom, #ffc900 0%, #d98f07 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px #b17903;
}

.progress-bar-50percent {
    background: #ebba05 !important;
    background: -webkit-linear-gradient(to bottom, rgb(255, 212, 0) 0%, rgb(217, 162, 7) 100%) !important;
    background: linear-gradient(to bottom, rgb(255, 212, 0) 0%, rgb(217, 162, 7) 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px #b18a03;
}

.progress-bar-60percent {
    background: #edd106 !important;
    background: -webkit-linear-gradient(to bottom, #ffec00 0%, #d9b507 100%) !important;
    background: linear-gradient(to bottom, #ffec00 0%, #d9b507 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px #d9b507;
}

.progress-bar-70percent {
    background: #d6c606 !important;
    background: -webkit-linear-gradient(to bottom, #f5e300 0%, #bbae0e 100%) !important;
    background: linear-gradient(to bottom, #f5e300 0%, #bbae0e 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px #c3b206;
}

.progress-bar-80percent {
    background: #ccc61a !important;
    background: -webkit-linear-gradient(to bottom, #bed031 0%, #aba600 100%) !important;
    background: linear-gradient(to bottom, #bed031 0%, #ece62e 10%, #aba600 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px #b1a103;
}

.progress-bar-90percent {
    background: #c0cd1a !important;
    background: -webkit-linear-gradient(to bottom, #a8d031 0%, #a0ab00 100%) !important;
    background: linear-gradient(to bottom, #a8d031 0%, #e0ec2e 10%, #a0ab00 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px #a0ab00;
}

.progress-bar-100percent {
    background: #abca1a !important;
    background: -webkit-linear-gradient(to bottom, #98d031 0%, #89ab00 100%) !important;
    background: linear-gradient(to bottom, #98d031 0%, #d0ec2e 10%, #89ab00 100%) !important;
    text-align: left !important;
    padding: 5px 0px 2px 0px !important;
    margin-bottom: 0px !important;
    border-radius: 4px;
    border-right: solid 2px #a0ab00;
}
