﻿/* Hyster-Yale Group Portal */

/* Font sizing with REMS */
html {
    font-size: 62.5%;
}

body,body.masterBody  {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    background-color: #eeeeee;
}
/*font-size: 12px; font-size: 1.2rem;*/

/* Typography
------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    line-height: 1.4em;
    list-style: none;
}

/* Headings */

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

h1 {
    margin-top: 10px;
    font-size: 30px;
    font-size: 3rem;
    color: #FFF;
}

h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    clear: both;
}

h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 2em 0 1em 0;
}

h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 2em 0 1em 0;
}

h5 {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 1em 0;
}

.titleDashboard, .titleReports, .titleAdmin, .titleAccountSettings, .titleReportBuilder, .titleTools {
    padding-left: 40px;
}

h2.titleReports {
    margin-bottom: 0.5em;
    float: left;
}

p {
    margin: 1em 0;
}

strong, #liWelcome, #liTimeZone {
    font-weight: bold;
}

ul.bulletlist {
    list-style-type: disc;
    margin: 1em 0 1em 20px;
}

    ul.bulletlist li {
        margin: 0;
    }

/* Links */

a:link, a:visited {
    color: #000;
}

a:hover, a:active {
}

a.backlink {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 0 4px 20px;
    color: #646463;
    position: absolute;
    top: 80px;
    right: 30px;
}

a:hover.backlink {
    color: #000;
}

.error {
    color: #e20000;
    padding: 15px 10px 15px 40px;
    background: #f2dede url(../Images/icons/red-cross.png) 5px center no-repeat;
    border: 1px solid #ebcccc;
    border-radius: .5rem;
    white-space: normal;
    word-wrap: break-word;
    display:block;
}

.errorRequired {
    /*background-color: #FF898D !important;
    opacity: 0.1;*/
    border-color: red !important;
}

.checkbox-error {
    color: #FF898D !important;
    border-color: red;
    border: 2px solid red !important;
}

.success {
    color: #249701;
    padding: 15px 10px 15px 40px;
    background: #dff0d8 url(../Images/icons/green-tick.png) 5px center no-repeat;
    border: 1px solid #d6e9c6;
    border-radius: .5rem;
    white-space: normal;
    word-wrap: break-word;
    display:block;
}

.warning {
    color: #ae8f00;
    padding: 15px 10px 15px 40px;
    background: #fcf8e3 url(../Images/icons/warning-icon.png) 5px center no-repeat;
    border: 1px solid #faebcc;
    border-radius: .5rem;
    white-space: normal;
    word-wrap: break-word;
    display:block;
}

.form .gutter .warning {
    margin-top: 40px;
}

span#pStatus {
    margin: 1em 0;
}

/* Layout
------------------------------- */

div#divContainer {
    width: 92%;
    margin: 0 auto;
    min-width: 940px;
    /*max-width: 1300px;*/
}

div#divContent {
    clear: both;
    -moz-box-shadow: 0 0 6px 6px #d9d9d9;
    -webkit-box-shadow: 0 0 6px 6px #d9d9d9;
    box-shadow: 0 0 6px 6px #d9d9d9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div#divHeader {
    padding: 30px 30px 0 30px;
    margin: 0;
    font-size:12px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

div#divLogo {
    float: left;
    margin-right: 30px;
    display: inline;
    margin-bottom: 22px;
}

div#divMainContent {
    background-color: #FFF;
    position: relative;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#divFooter {
    color: #7a7a7a;
    margin-bottom: 5em;
    clear: both;
    font-size:12px;
}

#divFooter p {
    text-align: center;
    margin: 1em 0;
}

.gutter {
    padding: 30px;
    clear: both;
}

/* Gutter padding for forms */
fieldset .gutter {
    padding: 25px 30px;
}

.clearall {
    clear: both;
}

/*Activate
------------------------------- */
ul#ulActivation {
    float: left;
    margin: 25px 8px 6px 0;
}

    ul#ulActivation li {
        float: left;
        margin-left: 10px;
        padding: 4px 0;
    }


/* Utilities
------------------------------- */

ul#ulUtilitiesLeft {
	float: left;
	margin: 20px 8px 6px 0;
}

    ul#ulUtilitiesLeft li {
    float: left;
	margin-left: 10px;
	padding: 4px 0;
    }

        ul#ulUtilitiesLeft li.avatar {
    padding-left: 25px;
    background: transparent url(../Images/icons/avatar.png) 0 50% no-repeat;
        }


ul#ulUtilities {
    float: right;
    margin: 20px 8px 6px 0;
}

    ul#ulUtilities li {
        float: left;
        margin-left: 30px;
        padding: 4px 0;
    }

        ul#ulUtilities li.timezone {
            padding-left: 25px;
            background: transparent url(../Images/icons/timezone.png) 0 50% no-repeat;
        }

/* Main Tabs
------------------------------- */

ul#ulNav {
    float: left;
    clear: both;
    /*margin-top: 22px;*/
    width: 75%;
}

    ul#ulNav li {
        float: left;
        margin-right: 4px;
    }

    ul#ulNav a {
        display: block;
        color: #e1e1e1;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: none;
        background-color: #000;
        padding: 12px 19px 12px 45px;
        -moz-border-radius-topleft: 8px;
        -webkit-border-top-left-radius: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

        ul#ulNav a:hover, ul#ulNav a:active, ul#ulNav a.current {
            color: #FFF;
        }
/*
ul#ulNav li#liDashboard a:hover, ul#ulNav li#liDashboard a.current { background: #FFF url(../Images/icons/dashboard-icon-black.png) 14px 50% no-repeat; }
ul#ulNav li#liReports a:hover, ul#ulNav li#liReports a.current { background: #FFF url(../Images/icons/reports-icon-black.png) 14px 50% no-repeat; }
ul#ulNav li#liAdmin a:hover, ul#ulNav li#liAdmin a.current { background: #FFF url(../Images/icons/admin-icon-black.png) 18px 50% no-repeat; }
ul#ulNav li#liAdmin a:hover, ul#ulNav li#liAdmin a.current { background: #FFF url(../Images/icons/tools-icon-black.png) 15px 50% no-repeat; }
*/

/* Content Top Tabs
------------------------------- */

ul#ulTopTabs {
    float: left;
    clear: both;
    margin-top: 22px;
    margin-bottom: 2em;
    width: 100%;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #CCC;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #b58a0a;
}

/************** FIX THIS **************/
#divQuestions, #divManageChecklist, #divReplicateChecklist, #divActiveQuestions {
    clear: both;
}

ul#ulTopTabs li {
    float: left;
    margin-right: 4px;
    border: none;
    background: none;
}

ul#ulTopTabs a {
    display: block;
    color: #686868;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    background-color: #CCC;
    padding: 10px 16px 10px 16px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

    ul#ulTopTabs a:hover, ul#ulTopTabs a:active, ul#ulTopTabs a.current {
        color: #000;
    }

    ul#ulTopTabs a.current, ul#ulTopTabs li.ui-tabs-selected a {
        color: #000;
        background-color: #FFF;
        border-top: 1px solid #CCC;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
    }

ul#ulTopTabs li.ui-tabs-selected {
    position: relative;
    bottom: -1px;
}

    ul#ulTopTabs li.ui-tabs-selected a:link {
        background-color: #FFF;
        color: #000;
        font-weight: bold;
    }


/* Sub Tabs
------------------------------- */

ul#ulNavright {
    float: right;
    /*margin-top: 22px;*/
    width: 25%;
}

    ul#ulNavright li {
        float: right;
        margin-right: 4px;
    }

    ul#ulNavright a {
        display: block;
        color: #e1e1e1;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: none;
        /*background-color: #000;*/
        padding: 12px 19px 12px 45px;
        -moz-border-radius-topleft: 8px;
        -webkit-border-top-left-radius: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

        ul#ulNavright a:hover, ul#ulNavright a:active, ul#ulNavright a.current {
            background-color: #FFF;
            color: #000;
        }

    ul#ulNavright li#liAccountSetting a:hover, ul#ulNavright li#liAccountSetting a.current {
        background: #FFF url(../Images/Yale/accountsettings-icon-yale.png) 14px 50% no-repeat;
    }

/* Sub Nav
------------------------------- */

ul.subnav {
    float: left;
    width: 100%;
    position: relative;
}

    ul.subnav li {
        float: left;
        margin-right: 4px;
        zoom: 1;
    }

        ul.subnav li a {
            display: block;
            color: #676767;
            text-decoration: none;
            padding: 15px 15px 13px 15px;
        }

            ul.subnav li a:hover, ul.subnav li.hover {
                color: #000;
                position: relative;
            }

body.FleetAnalysis a#hypFleetAnalysis,
body.EventResponse a#hypEventResponse,
body.WorkforceAnalysis a#hypWorkforceAnalysis,
body.OperatorCompliance a#hypOperatorCompliance {
    color: #000;
}

ul.subnav li a:hover.current, ul.subnav li.hover a.current {
    background-image: none;
}

ul.subnav li a.current {
    font-weight: bold;
    color: #000;
    background: transparent url(../Images/icons/subnav-highlight.png) 50% 100% no-repeat;
}

ul.subnav li.first {
    margin-left: 30px;
}

/* 
	LEVEL TWO
*/
ul.subnav ul {
    z-index: 500;
    width: 180px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

    ul.subnav ul li {
        font-weight: normal;
        color: #000;
        float: none;
        margin-right: 0;
    }

        /* IE 6 & 7 Needs Inline Block */
        ul.subnav ul li a {
            width: 150px;
            border-right: none;
            display: inline-block;
            padding: 9px 15px 8px 15px;
            box-sizing:initial;
        }

        ul.subnav ul li:last-child, ul.subnav ul li:last-child a:hover {
            -moz-border-radius-bottomleft: 8px;
            -webkit-border-bottom-left-radius: 8px;
            -moz-border-radius-bottomright: 8px;
            -webkit-border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

    /* 
	LEVEL THREE
*/
    ul.subnav ul ul {
        left: 100%;
        top: 0;
    }

ul.subnav li:hover > ul {
    visibility: visible;
}

/* Side Menu
------------------------------- */

ul#ulSidemenu {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    width: 194px;
    /*width: 20%;*/
    /*margin-right: 46px;*/
    margin-right: 3%;
    border: 0;
    -webkit-border--radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
}

    ul#ulSidemenu li {
        border: 0;
        background: none;
    }

    ul#ulSidemenu a {
        display: block;
        text-decoration: none;
        padding: 7px 11px;
    }

        ul#ulSidemenu a.current, ul#ulSidemenu li.ui-tabs-selected {
            font-weight: bold;
        }

.sidemenucontent {
    /*padding-left: 240px;*/
    float: left;
    width: 77%;
}

/* Tabs
------------------------------- */

.ui-tabs-hide {
    display: none;
}

/* Forms
------------------------------- */

/* Dashboard fieldsets */
fieldset.dash {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 250px;
}

fieldset.last {
    margin-right: 0;
}

/*
fieldset h3, .dash h3 {
    font-size: 14px; font-size: 1.4rem;
	margin: 0;
	color: #FFF;
	background-color: #000;
	padding: 10px 15px;
	font-weight: bold;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}*/

fieldset h3, .dash h3, .form h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    color: black;
    padding: 30px 30px 10px 30px;
    font-weight: bold;
    border-top: 1px solid #B1B1B1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

div.form h3 {
    border-top: 0;
    position: absolute;
}

.modal fieldset h3 {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px 30px 10px 0px;
}

.form {
    background-color: #f5f5f5;
    /*background-color: #fff7e3;*/
    -moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 2em;
    -webkit-box-shadow: 0 8px 6px -6px #CCC;
    -moz-box-shadow: 0 8px 6px -6px #CCC;
    box-shadow: 0 8px 6px -6px #CCC;
}

div.form {
    border-top: 1px solid #B1B1B1;
}

fieldset.formColour {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

fieldset.popup {
    background-color: #FFF;
    padding: 0;
    margin: 0;
}

    fieldset.popup li {
        margin-right: 0;
    }

    fieldset.popup h3 {
        font-size: 18px;
        font-size: 1.8rem;
        background-color: #FFF;
        color: #000;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1em;
    }

    fieldset.popup .gutter {
        padding: 20px;
    }

fieldset ul li {
    margin: 0 0 12px 0;
    color: #696969;
    clear: both;
}

fieldset ul.checkboxes li {
    margin: 0;
}

ul.checkboxes h5 {
    margin-left: 20px;
}

ul.checkboxes ul {
    margin-left: 40px;
}

table.checkboxes {
    border: 0;
}

    table.checkboxes label {
        display: inline;
        font-weight: normal;
        color: #696969;
    }

    table.checkboxes td {
        background-color: transparent;
        border: 0;
        padding: 0;
        font-size: 12px;
        font-size: 1.2rem;
    }

fieldset ul.middle {
    text-align: center;
}

.right {
    float: right;
    margin: 0;
}

.left {
    float: left;
    margin: 0;
}

.inLineLabelBlock label {
    display:inline !important;
}

fieldset label, fieldset span.labelSpan, ul#ulUtilities li label, ul#ulActivation li label {
    display: block;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 0 1px 1px #fff;
    color: #000;
}

fieldset .flat label {
    display: inline;
    float: left;
    width: 70px;
    margin-right: 10px;
    text-align: right;
    line-height: 2.5;
}

fieldset .flat select {
    margin-top: 5px;
}

fieldset .flat .small {
    width: 220px;
}

/* Labels underneath form fields */

fieldset span input + label, fieldset span select + label, fieldset .greylabel label {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #969696;
}

input[type="text"], input[type="password"] {
    width: 282px;
    padding: 6px 8px;
    color: #666;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    height: 14px;
    border: 1px solid #c5c5c5;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

textarea {
    padding: 6px 8px;
    color: #666;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    border: 1px solid #c5c5c5;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

table input[type="text"] {
    width: 60px;
}

fieldset select {
    width: 300px;
    height: 24px;
    line-height: 24px;
}


.disabledControl {
    background-image:none;
    background-color:grey;
}

input[type="submit"], input[type="button"], button {
    padding: 8px 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #FFF;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
}



input[type="checkbox"] {
    margin-right: 8px;
    margin-left: 8px;
}

.formCol4 {
    float: left;
    width: 25%;
}

.button:active {
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

input[type="submit"].red, input[type="button"].red, button.red {
    background-color: #d81313;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d81313), to(#c60909), color-stop(.6,#c60909));
    background-image: -moz-linear-gradient(19% 75% 90deg,#d81313, #c60909, #c60909 100%);
    text-shadow: 0 1px 1px rgba(144, 5, 5, 0.90);
    -moz-box-shadow: 0 1px 2px rgba(83,4,4,.3);
    -webkit-box-shadow: 0 1px 2px rgba(83,4,4,.3);
    box-shadow: 0 1px 2px rgba(83,4,4,.3);
    color: #FFF;
}

input[type="submit"].grey, input[type="button"].grey, button.grey {
    background-color: #b5b5b5;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b5b5b5), to(#9b9b9b), color-stop(.6,#9b9b9b));
    background-image: -moz-linear-gradient(19% 75% 90deg,#b5b5b5, #9b9b9b, #9b9b9b 100%);
    text-shadow: 0 1px 1px rgba(112, 112, 113, 0.90);
    -moz-box-shadow: 0 1px 2px rgba(58,58,58,.3);
    -webkit-box-shadow: 0 1px 2px rgba(58,58,58,.3);
    box-shadow: 0 1px 2px rgba(58,58,58,.3);
    color: #FFF;
}


input[readonly="readonly"], .readonly {
    background-color: #f4f4f4 !important;
}

.cnrBtn {
    float: right;
    /*top: 80px;
	right: 30px;*/
}

/* Form field types */

.full input[type="text"], textarea {
    width: 442px;
}

.modal textarea {
    width: 532px;
}

.modal .full {
    clear: both;
}

    .modal .full input[type="text"] {
        width: 532px;
    }

.half, .small, .tiny, .wide, span.full, .time {
    float: left;
    margin-right: 20px;
}

.full select {
    width: 460px;
}

.half {
    width: 220px;
}

    .half input[type="text"] {
        width: 202px;
    }

    .half select {
        width: 220px;
    }

.small {
    width: 140px;
}

    .small input[type="text"], .modalControls .small input[type="text"] {
        width: 122px;
    }

    .small select {
        width: 140px;
    }

.tiny {
    width: 80px;
}

.divReportBuilder fieldset .tiny input {
    width: 62px;
}

.tiny input[type="text"], .tiny select, .modal fieldset .tiny select {
    width: 80px;
}

.wide {
    width: 300px;
}

    .wide input[type="text"], .wide textarea {
        width: 282px;
    }

    .wide select {
        width: 300px;
    }

.time {
    width: 220px;
}

    .time select, .modal fieldset .time select {
        width: 60px;
    }

.timeSelect {
    width: 30px;
}

.labelLeft label {
    float: left;
    width: 400px;
}

.labelLeft2 label {
    float: left;
    width: 200px;
}

/*fieldset.warning {
	color: #6c6c6c;
	width: 320px;
	padding-left: 35px;
	margin: 15px;
	font-size: 14px; font-size: 1.4rem;
	line-height: 18px;
}*/

/* Tables 
------------------------------- */

table {
    width: 100%;
    margin: 1.5em 0;
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
}

    table th {
        color: #000;
        background-color: #FFF;
        text-align: left;
        font-weight: bold;
        padding: 6px 8px;
        line-height: 1.2em;
        font-size: 11px;
        font-size: 1.1rem;
        border-bottom: 1px solid #DDD;
    }

.reportViewer table th {
    border-bottom: 0;
}

.reportViewer table {
    border: 0;
}

table.cbList td {
    background-color: transparent;
    border-bottom: 0;
    padding: 0 0 7px 0;
}

table.cbList label {
    display: inline;
    color: #696969;
    font-weight: normal;
}

fieldset table th {
    background-color: #a0a0a0;
    color: #FFF;
    padding: 4px 8px;
    line-height: 1.2em;
}

table th a:link, table th a:visited {
    color: #FFF;
    text-decoration: none;
}

table th a.sortdesc {
    padding-right: 15px;
    background: transparent url(../Images/icons/sort-icon-down.png) 100% 50% no-repeat;
}

table td {
    padding: 8px 8px;
    font-size: 12px;
    line-height: 1.2em;
    background-color: #FFF;
    color: #525252;
    border-bottom: 1px solid #c9c9c9;
}

table tr.highlight td {
    background-color: #dcdcdc;
}

table tfoot td {
    color: #5e5e5e;
}

    table tfoot td a {
        color: #5e5e5e;
        text-decoration: none;
        display: block;
        padding: 5px;
    }

        table tfoot td a.current, table tfoot td a:hover {
            color: #FFF;
            font-weight: bold;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

table tfoot ul {
    float: left;
    width: 100%;
    margin: 0;
}

    table tfoot ul li {
        float: left;
        clear: none;
        margin: 0 5px 0 0;
    }

.active {
    background: transparent url(../Images/icons/active-icon.gif) 10px 50% no-repeat;
    padding-left: 27px;
    color: #309d06;
}

.suspended {
    background: transparent url(../Images/icons/suspended-icon.gif) 10px 50% no-repeat;
    padding-left: 27px;
    color: #e64141;
}

table tr.costRow td {
    font-weight: bold;
    color: #000;
    background-color: #e4e4e4;
}

table td.costCell {
    color: #969696;
    text-align: right;
}

    table td.costCell input[type="text"] {
        text-align: right;
    }

/* Modal
------------------------------- */

#divOverlay {
    z-index: 100;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: transparent url(../Images/overlay-bg.png);
    /*opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);*/
}

#divOverlay2 {
    z-index: 150;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: transparent url(../Images/overlay2-bg.png);
}

.modal {
    /*display: table;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
    display: table;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    /*background-color: rgba(51, 51, 51, 0.6);
	position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;*/
}

.modalLarge {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height:100%;
    z-index: 100;
}

.modalSmall, .modal2Col, .modalMedium, .modalCopyright {
    /*display: table;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.cell {
    /*display: table-cell;
	vertical-align: top;*/
    /*background-color: rgba(51, 51, 51, 0.5);*/
}

.modalContent {
    margin: 0 auto;
    background-color: #FFF;
    padding: 30px;
    position: relative;
}

.modalSmall .modalContent {
    width: 350px;
}

.modal2Col .modalContent {
    width: 850px;
}

.modalMedium .modalContent {
    width: 465px;
}

.modalLarge .modalContent {
    width: 92%;
}


.modalCopyright .modalContent {
    width: 600px;
    height: 450px;
}

.modalSmall .wide {
    margin-right: 0px;
}

.modal .cell {
    padding: 60px 25px 5px 25px;
}

.modalWrapper {
    width: 850px; /*1500px;*/
    padding: 25px;
    background-color: #fef7e8;
    border: 1px solid #CCC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media only screen and (max-width: 1440px) {
    .modalWrapper {
        width: 850px !important;
    }

    .modalOptions {
        width: 550px !important;
    }
}

@media only screen and (min-width: 1441px) {
    .modalWrapper {
        width: 1320px !important;
    }

    .modalOptions {
        width: 1020px !important;
    }
}

.modalWrapperAlt {
    width: 600px;
    padding: 25px;
    background-color: #fef7e8;
    border: 1px solid #CCC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.modalControls {
    float: left;
    width: 275px;
}

.modalWrapperAlt .modalControls {
    float: none;
    width: 600px;
}

.modalWrapperAlt table {
    width: 600px !important;
}

.modalWrapperAlt .dataTables_filter {
    float: none;
    text-align: left;
}

    .modalWrapperAlt .dataTables_filter textbox[type="text"] {
        width: 100px;
    }

.border {
    border-right: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6;
}

th.sorting, th.sorting_desc, th.sorting_asc {
    background-color: #000;
}

.modalControls input[type="text"], .modalControls textarea {
    width: 257px;
}

.modalWrapperAlt .modalControls textarea {
    width: 582px;
}

.modalControls select {
    width: 275px;
}

.modalControls .left {
    float: left;
    width: 130px;
    margin-right: 15px;
    font-weight: bold;
}

.modalControls .right {
    float: left;
    width: 130px;
    font-weight: bold;
}

.modalOptions {
    float: left;
    width: 550px; /*1200px;*/
    margin-left: 25px;
}

.modal h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 20px;
    background: transparent url(../Images/icons/reports-icon-black.png) 0 50% no-repeat;
    padding-left: 30px;
}

.modal fieldset .radioLrg, .modal fieldset .radioLrg {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
}

/*.modal fieldset .left {
	float: left;
	width: 265px;
	margin: 0.5em 20px 0.5em 0;
}

.modal fieldset .right {
	float: left;
	width: 265px;
	margin: 0.5em 0;
}

.divReportBuilder .modalOptions .left, .divReportBuilder .modalOptions .right {
    margin: 0;   
} */

/* Tabs */

.tabbtn {
    margin-bottom: 50px;
    margin-left: 23%;
}

.ui-tabs-hide {
    display: none;
}

.modal h3 {
    margin: 40px 0 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
}

.modalOptions h3 {
    margin: 0 0 20px 0;
    padding-bottom: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
}

#divSelectEquipment, #divSelectDateRange, #divSelectOptions {
    /*border-bottom: 1px solid #b9b9b9;*/
}

.modalOptions fieldset .half {
    float: left;
    width: 220px;
    margin-right: 20px;
}

fieldset .last {
    margin-right: 0;
}

.modalOptions fieldset .half input[type="text"] {
    width: 221px;
}

.modalOptions fieldset .half select {
    width: 220px;
}

.modalOptions .tabdiv {
    background-color: #eeeeee;
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    padding: 25px;
    z-index: 10;
}

.modalOptions h4 {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 20px 0 0;
    padding: 1em 0 0.5em 0;
}

.modalOptions fieldset ul.checkboxes li {
    margin: 0;
}

.modal ul.modalTabs {
    float: left;
    width: 525px;
    height: 60px;
    padding: 0 0 0 25px;
    z-index: 20;
    background: transparent url(../Images/icons/modal-tab-border.gif) repeat-x bottom left;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.modal ul.modalTabs li {
    float: left;
    height: 60px;
    border-right: 1px solid #b9b9b9;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

ul.modalTabs li.modalTabFirst {
    border-left: 1px solid #b9b9b9;
}

.modal ul.modalTabs li a {
    float: left;
    display: block;
    height: 60px;
    background-position: top left;
    overflow: hidden;
    text-indent: -9999em;
    border: none;
}

ul.modalTabs li#liSelectEquipment a {
    width: 63px;
}

ul.modalTabs li#liSelectEquipment a:hover {
    background-position: 0 center;
}

ul.modalTabs li#liSelectEquipment a.current {
    background-position: 0 bottom;
}

ul.modalTabs li#liSelectOperator a {
    width: 63px;
    background-position: -189px top;
}

ul.modalTabs li#liSelectOperator a:hover {
    background-position: -189px center;
}

ul.modalTabs li#liSelectOperator a.current {
    background-position: -189px bottom;
}

ul.modalTabs li#liSelectDateRange a {
    width: 63px;
    background-position: -63px top;
}

ul.modalTabs li#liSelectDateRange a:hover {
    background-position: -63px center;
}

ul.modalTabs li#liSelectDateRange a.current {
    background-position: -63px bottom;
}

ul.modalTabs li#liSelectOptions a {
    width: 63px;
    background-position: -126px top;
}

ul.modalTabs li#liSelectOptions a:hover {
    background-position: -126px center;
}

ul.modalTabs li#liSelectOptions a.current {
    background-position: -126px bottom;
}

ul.modalTabs li#liSubscription a {
    width: 63px;
    background-position: -252px top;
}

ul.modalTabs li#liSubscription a:hover {
    background-position: -252px center;
}

ul.modalTabs li#liSubscription a.current {
    background-position: -252px bottom;
}


.modalOptions table td, .modalOptions table th {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 4px 8px;
}

.modalOptions table.checkboxes td, .modalOptions table.checkboxes th {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
}

.alignMiddle {
    text-align: center;
    font-weight: bold;
}

#btnTrigger {
    float: right;
}

.reportViewer {
    z-index: 1;
    /*height: 869px;*/
    margin-top: 1.5em;
    margin-bottom: 80px;
    overflow: auto;
}

    .reportViewer table {
        width: auto;
        margin: 0;
    }

        .reportViewer table th {
            color: #000;
            background-color: transparent;
            font-weight: normal;
            padding: 0;
        }

        .reportViewer table td {
            padding: 0;
            background-color: transparent;
            color: #000;
            border-bottom: 0;
        }

#ulShiftTime {
    margin-top: 3em;
}

.modalClose {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('../Images/fancybox/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
    border: none;
}

.modal table td input[type="text"], .modal table td input[type="textbox"] {
    width: 80px;
    padding: 3px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c5c5c5;
}

.modalCopyright .data-request-modal {
    height: 530px;
}

#pUtilizationDisclaimer {
    padding: 6px 10px;
    display: inline;
    width: 100px;
    position: absolute;
    top: -25px;
    right: 0;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 3px 3px #e6e6e6;
    -webkit-box-shadow: 0 0 3px 3px #e6e6e6;
    box-shadow: 0 0 3px 3px #e6e6e6;
}

#divMeterOptions {
    position: relative;
}

.tableWrap {
    height: 200px;
    overflow: auto;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}


/* Dashboard
------------------------------- */

/* Main Dashboard */

.loading {
    display: block;
    margin: 90px auto;
}

.dash {
    float: left;
    width: 32%;
    margin-right: 2%;
}

    .dash fieldset {
        background-color: #FFF;
        border: 1px solid #dfdfdf;
    }

    .dash h3 {
        font-size: 14px;
        font-size: 1.4rem;
        background-color: #d1d1d1;
        color: #5c5c5c;
        font-weight: normal;
        text-transform: none;
        letter-spacing: normal;
        padding: 10px 15px;
        border: none;
        -moz-border-radius-topleft: 8px;
        -webkit-border-top-left-radius: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

div.hover fieldset {
    -moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

.dashHeader {
    position: relative;
}

    .dashHeader ul {
        position: absolute;
        top: 12px;
        right: 10px;
    }

        .dashHeader ul li.LI-Configure a {
            display: block;
            background: url(../Images/Dashboard/dash-configure-icon.png) no-repeat;
            height: 14px;
            width: 14px;
            text-indent: -9000px;
        }

            .dashHeader ul li.LI-Configure a:hover {
                background-position: 0 -14px;
            }

img.chart {
    max-width: 100%; /* Responsive Images (except for IE6) */
    width: 100%; /* temporary */
    height: 300px;
}

#divDetailChart {
    overflow: auto;
    height: 630px;
}

    #divDetailChart img.chart {
        height: auto;
        width: auto;
    }

h3#h3DetailChartTitle {
    margin-top: 0;
}

/* Zoomed View */

#secondary {
    float: left;
    width: 13%;
    margin-right: 2%;
}

    #secondary h3 {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: bold;
        color: #000;
        margin-bottom: 1em;
        margin-top: 0;
        padding-left: 20px;
    }

    #secondary ul li {
        margin: 3px 0;
    }

        #secondary ul li a:link, #secondary ul li a:visited {
            color: #555555;
            text-decoration: none;
            display: block;
            padding-left: 20px;
        }

#primary {
    float: left;
    width: 85%;
}

    #primary fieldset img {
        display: block;
        margin: 20px auto;
    }

    #primary fieldset h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 12px 15px;
    }

    #primary fieldset {
        background: none;
    }

    #primary table th {
        background-color: #929292;
    }

p.aDashboard {
    text-align: right;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
}

    p.aDashboard a:link, p.aDashboard a:visited {
        color: #565656;
        text-decoration: none;
        padding: 3px 20px 3px 40px;
        background: transparent url(../Images/Dashboard/dashboard-back-icon.gif) 0 50% no-repeat;
    }

        p.aDashboard a:link#lnkConfigure, p.aDashboard a:visited#lnkConfigure {
            padding: 3px 20px 3px 30px;
            background: transparent url(../Images/Dashboard/configure-chart-icon.png) 0 50% no-repeat;
        }

li.previous {
    float: left;
    clear: none;
}

li.next {
    float: right;
    clear: none;
}

div.last {
    margin-right: 0 !important;
}

/* DataTables */

.dataTables_filter input[type="text"] {
    width: 150px;
}

.dataTables_scrollHead table {
    margin: 1em 0 0 0;
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
}

    .dataTables_scrollHead table th {
        background-color: #FFF;
        color: #000;
        font-size: 11px;
        font-size: 1.1rem;
        border-bottom: 0;
    }

/*div adds a scroll bar making viewing difficult specially after applying filter when it yields a single row in the table*/
.dataTables_scrollBody  {
    height:auto !important;
    min-height:35px;
    max-height:341px;
}

.dataTables_scrollBody table {
    margin: 0;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    font-size: 11px;
    font-size: 1.1rem;
}

.dataTables_scrollBody tr.odd td {
    background-color: #F9F9F9;
}

.dataTables_scrollHead table th {
    /*border-left: 1px solid #DDD;*/
}

.dataTables_scrollBody table td {
    border-top: 1px solid #DDD;
    /*border-right: 1px solid #DDD;*/
}

.dataTables_scrollFoot table {
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

    .dataTables_scrollFoot table td, .dataTables_scrollFoot table th {
        /* border-right: 1px solid #DDD;*/
        background-color: #FFF;
    }

.dataTables_scrollFoot table {
    margin: 0;
}

.dataTables_info {
    padding-top: 8px;
    float: left;
}

.dataTables_paginate {
    border: 1px solid #DDD;
    float: right;
}

    .dataTables_paginate a {
        padding: 6px 10px;
        line-height: 28px;
        text-decoration: none;
        border-right: 1px solid #DDD;
        background-color: #FFF;
    }

.dataTables_scroll {
    margin-bottom: 1em;
}

.sorting_asc {
    background: url('../Images/DataTables/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('../Images/DataTables/sort_desc.png') no-repeat center right;
}

.dataTables_length select {
    width: auto;
}

.dataTables_length {
    float: left;
}

.dataTables_filter {
    float: right;
}

.dataTables_scroll {
    clear: both;
}

.dataTable thead th, .dataTable tbody tr {
    cursor: pointer;
    /*cursor: hand;*/
}


/*Settings 
    ------------------------------- */

.setting .settingBtns {
    text-align: right;
}

.setting fieldset, div#divPre, div#divPost, div#divSession, div#divActivePre, div#divActivePost, div#divActiveSession, .setting .divWarningMessages, .setting .settingBtns {
    float: left;
    width: 80%;
    margin-right: 4%;
    /*display: inline;*/
}



/*Operator Assignment 
    ------------------------------- */

.operator .operatorBtns {
    text-align: right;
}

.operator fieldset, div#divPre, div#divPost, div#divSession, div#divActivePre, div#divActivePost, div#divActiveSession, .operator .divWarningMessages, .operator .operatorBtns {
    float: left;
    width: 80%;
    margin-right: 4%;
    /*display: inline;*/
}




/* Checklist
------------------------------- */

.checklist .checklistBtns {
    text-align: right;
}


.checklist fieldset, div#divPre, div#divPost, div#divActivePre, div#divActivePost, .checklist .divWarningMessages, .checklist .checklistBtns {
    float: left;
    width: 47%;
    margin-right: 4%;
    /*display: inline;*/
}

.checklist-with-session fieldset,
.checklist-with-session div#divPre,
.checklist-with-session div#divPost,
.checklist-with-session div#divSession,
.checklist-with-session div#divActivePre,
.checklist-with-session div#divActivePost,
.checklist-with-session div#divActiveSession {
    /*float: left;*/
    width: 30%;
    /*margin-right: 4%;*/
    /*display: inline;*/
}

.checklist-with-session .divWarningMessages,
.checklist-with-session .checklistBtns {
    float: left;
    width: 47%;
    margin-right: 4%;
    /*display: inline;*/
}

#divPre .gutter, #divPostPre .gutter, #divPost .gutter, #divActivePost .gutter, #divSession .gutter, #divActiveSession .gutter {
    padding: 15px;
}

.checklist fieldset input[type="text"], .checklist fieldset textarea {
    width: 94%;
    padding: 6px 3%;
}

#divPre .gutter, #divActivePre .gutter, #divPost .gutter, #divActivePost .gutter, #divSession .gutter, #divActiveSession .gutter {
    background-color: whiteSmoke;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

#divPre h3, #divPost h3, #divSession h3, #divActivePre h3, #divActivePost h3, #divActiveSession h3 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    color: #686868;
    background-color: #CECECE;
    padding: 10px 15px;
    font-weight: bold;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}

    #divPre h3 a:link, #divPre h3 a:visited,
    #divPost h3 a:link, #divPost h3 a:visited,
    #divSession h3 a:link, #divSession h3 a:visited,
    #divActivePre h3 a:link, #divActivePre h3 a:visited,
    #divActivePost h3 a:link, #divActivePost h3 a:visited,
    #divActiveSession h3 a:link, #divActiveSession h3 a:visited {
        display: block;
        width: 20px;
        height: 20px;
        text-indent: -9000px;
        background: transparent url(../Images/icons/plus-icon.png) no-repeat;
        position: absolute;
        top: 7px;
        right: 10px;
        padding: 0;
        border: 0;
    }

    #divPre h3 a:hover, #divPost h3 a:hover, #divSession h3 a:hover, #divActivePre h3 a:hover, #divActivePost h3 a:hover, #divActiveSession h3 a:hover {
        background-position: 0 -20px;
    }

#divPre li, #divPost li, #divSession li, #divActivePre li, #divActivePost li, #divActiveSession li {
    margin: 2px 0;
    position: relative;
}

.connectedSortable a:link, .connectedSortable a:visited {
    display: block;
    padding: 5px 30px 5px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 8px;
    background-color: #FFF;
    border: 1px solid #CCC;
    text-decoration: none;
}

.connectedSortable a.checklistDel:link, .connectedSortable a.checklistDel:visited {
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -9000px;
    background: transparent url(../Images/icons/minus-icon.png) no-repeat;
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 0;
    border: 0;
    -moz-border-radius: 0;
    -wekit-border-radius: 0;
    border-radius: 0;
}

.connectedSortable a.checklistDel:hover {
    background-position: 0 -15px;
}

.liHighlight {
    background-color: #rosybrown;
}

/* Accordion Control
------------------------------- */

div.ui-accordion label {
    display: inline;
}

div.ui-accordion table {
    margin: 0;
}

div.ui-accordion h4.ui-accordion-header {
    position: relative;
    padding: 10px 15px;
    border: 0;
    margin: 0;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: hand;
    cursor: pointer;
    /*background: url(../Images/icons/accordion-closed-icon.gif);*/
}

div.ui-accordion h4.ui-state-active, div.ui-accordion h4.ui-state-hover {
    border: 0;
    margin: 0;
}

.ui-icon-triangle-1-s {
    background-image: url(../Images/icons/accordion-open-icon.gif);
    position: absolute;
    right: .5em;
    top: 50%;
    margin-top: -2px;
}

.ui-icon-triangle-1-e {
    background-image: url(../Images/icons/accordion-closed-icon.gif);
    position: absolute;
    right: .5em;
    top: 50%;
    margin-top: 0px;
}



td.rowtitle {
    font-weight: 700;
    color: #000;
}

td.changed {
    background-color: #e2ffd8;
}

tr.readonlyRow {
    background-color: Red;
}

/* Styles for Webkit Browsers 
    Fix for Dashboard images
*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    img.chart {
        max-width: 100%;
        /*width: auto;*/
    }
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    background-color: #ffffff;
}

body .ui-tooltip {
    border-width: 2px;
}


/**
    d3 chart styling
**/

.axis path {
    fill: none;
    stroke: black;
}

.axis line {
    fill: none;
    stroke: black;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

.axis text {
    font-family: sans-serif;
    font-size: 11px;
}

.loading {
    font-family: sans-serif;
    font-size: 15px;
}

.rectAnalysis {
    fill: #4ca3bd;
    opacity:0.5;
}

.rectImpact {
    fill: yellow;
    opacity:0.5;
}

.rectEmail {
    /*background-image:url(../Images/d3-bend.png);
    fill: none;*/        
    opacity:0.5;
}

.rectShutdown {
    fill: red;
    opacity:0.5;
}

.edit-report-button 
{
    background-image:url(../Images/edit.png);
    background-size:100%;
    height:12px;
    width:12px;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    margin-right:10px;
    cursor:pointer;
}

.play-report-button
 {
    background-image:url(../Images/play.png);
    background-size:100%;
    height:12px;
    width:12px;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    cursor:pointer;
}

.delete-report-button
 {  
	background-image:url(../Images/ucFail.png);
    background-size:100%;
    height:18px;
    width:18px;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    cursor:pointer;
}


.divAccordionItem{
    background-color: #FFF;
    border-bottom:1px solid #c9c9c9;
    line-height: 1.2em;
}

.userReport > .emailColWrap {
    width:40% !important;
}

div#divHeader ul#ulNav{
    margin-bottom:0px;
}
div#divHeader ul#ulNavright {
    margin-bottom:0px;
}

/*Cookie banner*/


.cc-custom-window{ 
    /*background:#000;*/
    background:#202020;
    position:static; 
   display: block;
}
.cc-custom-window .cc-message{
    display:table-cell;
    vertical-align:middle;
    margin-bottom:0;

     
 }

.cc-custom-window .cc-message .cc-message-span {
    padding: 5.75px 0;
    
}
.cc-custom-window .cc-compliance{
    position:relative;
    text-align:right;
    display:table-cell;
    
    float:right;
    
    
}


.cc-custom-window .cc-w-inner{
    display:table;
    width:100%;
    margin:0 auto;
    background:#202020;
    position:relative;
    height: 50px;
    
}

.cc-b-inner{
    text-align:center;
    display:inline-block;    
    
}
.cc-custom-window .cc-message{
    font-size:0.9em;
    color: white;
   
}
.cc-custom-window .cc-btn.cc-dismiss,.cc-custom-window .cc-btn.cc-deny{
    border:none;
    color:#fff;
    padding:5.75px 11.5px;
    white-space:normal;    
    display:inline-block;
  
    
}

.cc-custom-window.cc-banner .cc-btn.cc-dismiss, .cc-custom-window.cc-floating .cc-btn.cc-dismiss{
    min-width: 0;    
    /*text-transform:capitalize;*/
    color:#202020;
    background: #202020;
    min-width:132px;
    -webkit-transition: opacity 0.7s; 
    transition: opacity 0.7s;
    opacity:0.9;
    height: 50px;
    text-align:center;
    vertical-align:top;
    line-height:50px;
}

.cc-custom-window.cc-banner .cc-btn.cc-dismiss:hover, .cc-custom-window.cc-floating .cc-btn.cc-dismiss:hover {
    text-decoration:underline;
    -webkit-transition: opacity 0.7s; 
    transition: opacity 0.7s;
    opacity:1;
    
}

.cc-custom-window .cc-dismiss:hover{
    color:#fff;
}

.cc-custom-window.cc-window.cc-floating{
    max-width:none;
    
}
@media only screen and (max-width: 991px) {
    .cc-custom-window .cc-message, .cc-custom-window .cc-compliance {
        width: 100%;
        min-width: 0;
        float:left;
       
        
    }
    .cc-custom-window .cc-compliance{
        text-align:center;
       
    }
}
@media only screen and (max-width: 767px) {
    .cc-custom-window .cc-btn.cc-deny, .cc-custom-window.cc-floating .cc-btn.cc-deny{
        padding-bottom:18px;
        width: 100%;
    }
}
.cc-link:link, .cc-link:active, .cc-link:visited {
    color: #fff;
    text-decoration:none;
    
}

.cc-link:hover {
    color: #fff; 
}

.cc-link {
    opacity:1;
    padding:5.75px 0;
    color: #000; 
}

.cc-revoke.cc-top.cc-animate {
    display:none;
}


.fieldset-look-div {
    background-color: #f5f5f5;
    /*background-color: #fff7e3;*/
    -moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 2em;
    -webkit-box-shadow: 0 8px 6px -6px #CCC;
    -moz-box-shadow: 0 8px 6px -6px #CCC;
    box-shadow: 0 8px 6px -6px #CCC;
}

.fieldset-look-div h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    color: black;
    padding: 30px 30px 10px 30px;
    font-weight: bold;
    border-top: 1px solid #B1B1B1;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.ul-popup-modal-oq li {
    height:20px;
}

.edit-qualification-button 
{
    background-image:url(../Images/edit.png);
    background-size:100%;
    height:12px;
    width:12px;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    margin-right:10px;
    cursor:pointer;
}

.delete-qualification-button 
{
    background-image:url(../Images/delete.png);
    background-size:100%;
    height:12px;
    width:12px;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    margin-right:10px;
    cursor:pointer;
}

.op-qualification-table {
    max-width:900px
}

.op-performance-level-table {
    max-width:350px
}

.eq-category-group-dropdown {
    width:280px !important; 
}

.bi-li-selected-page {
    background-color:#ffef92
}

.titleDashboard, .titleReports, .titleAdmin, .titleAccountSettings, .titleReportBuilder, .titleTools, .titleAnalytics {
    padding-left: 40px;
}