/*
 * This theme extends APEX theme 25
 * This code is copyright 2013, OH-Tech.
 */

/* General Look and Feel */


body {
    background-color: #ffffff;
}

h1 { color: #313131; font: bold 24px/24px helvetica,arial,sans-serif;
     margin: 20px auto 10px auto;
   }
h2 { color: #525051; font: bold 22px/22px helvetica,arial,sans-serif; 
     margin: 12px auto 10px auto;
   }
h3 { color: #000000; font: bold 12pt/14pt helvetica,arial,sans-serif;
     margin: 8px auto 8px auto;
   }
h4 { color: #000000; font: bold 12px/14px helvetica,arial,sans-serif;
     margin: 5px  auto 8px auto;
   }

input.text_field,
 select.selectlist,
 input.password,
 input[type="text"],
 input[type="password"],
 textarea {
    font-size: 12px;
    line-height: 15px !important;
}

table.radio_group label {
    margin-right: 8px;
}

div.apex_grid_container {
    background-color: #ffffff;
    border: 0;
    max-width: 988px;
}

.desktop-only, .mobile-only {
    display: initial;
}

.disabled-fg {
    color: #a1a1a1;
    font-style: italic;
}
.disabled-bg {
    background-color: #a1a1a1;
    font-style: italic;
}

section.uRegion > div.uRegionHeading h1 {
    font: bold 12pt/14pt helvetica,arial,sans-serif;
    padding: 5px 0 3px 0px;
}

aside section.uRegion div.uRegionHeading h1 {
    font: bold 11px/24px "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 5px 0 3px 10px;
}

section.uRegion>div.uRegionHeading span.uButtonContainer {
    font-size: 10pt;
}

a.more-less-overflow-more, a.more-less-overflow-less,
span.more-less-overflow-elipses {
    color: #004B87;
    font-style: italic;
    text-decoration: none;
}
a.more-less-overflow-more:hover, a.more-less-overflow-less:hover {
    text-decoration: underline;
    color: #cf102d;
}

div#uLoginContainer section.uRegion div.uRegionContent div.fieldControls input[type="text"],
 div#uLoginContainer section.uRegion div.uRegionContent div.fieldControls input[type="password"] {
    font-size: 16px;
    line-height: 20px
    padding: 8px;
}

body#uLogin {
    background: #ffffff none;
}

div#uLoginContainer {
    margin: 5% auto 10% auto;
}

img.small_icon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

p.navlink,
p.navlink a,
p.navlink a:visited {
    font: normal 12pt helvetica,arial,sans-serif;
    vertical-align: middle;
    padding: 0px 0 15px 0;
}


/* Page Regions */
div.uBodyBackground {
    max-width: 988px !important;
    height: 620px;
    margin: 0 0 0 0
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    position: relative;
}

div#uBodyContainer {
    max-width: 988px;
    min-height: 300px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
}

.apex_cols.apex_span_12 {
    max-width: 988px; /* !important (BP) */
    margin: 0px 0px 0px 0px;
}

/* For the OH-TECH WIDE template */
div#uBodyContainer.extraWide {
    min-height: 20px;
    max-width: none;
    width: 99%;
}
div#uBodyContainer.extraWide > div#uOneCol.extraWide > div.apex_grid_container {
    width: auto;
    max-width: none;
    overflow: auto;
}
/*
div#uOneCol.extraWide section.uRegion > div.uRegionContent {
    overflow: auto !important;
}
div#uOneCol.extraWide > section.uRegion {
    display: inline-block;
}
*/
div#uOneCol.extraWide {
    text-align: center;
    overflow: auto;
}
div#uOneCol.extraWide > * {
    text-align: left;
}
div#uBodyContainer.extraWide > div#uOneCol.extraWide > div.apex_grid_container > .apex_cols.apex_span_12 {
    width: auto;
    max-width: none;
    overflow: auto;
}

/*
 * The TOP of the page
 */
div.logoBar {
    background: #ffffff none;
    height: 130px;
    color: #777777;
    padding: 30px 0 10px 0;
    border: 0;
    max-width: 988px;
}
div.logoBar h1 {
    color: #525051;
}

/*
div.logoBar img {
    margin: 0 0 0 0;
}
*/

header#uHeader div.logoBar #uLogo {
    font: bold 18pt/20pt helvetica,arial,sans-serif;
    color: #525051;
    text-decoration: none;
    text-shadow: none;
    margin: 20px 0 0 0;
}

header#uHeader div.logoBar #uLogo img {
    max-width: 99%;
    height: auto;
}

#uLogo span.alt-text {
    display: none !important;
}

header#uHeader div.logoBar div.userBlock {
    position:absolute;
    right:0;
    top:0;
    background: none repeat scroll 0% 0% #e9e9e9;
    height: 32px;
    width: 100%; /*BP*/
    margin: 0px 0px 10px 0px; /*BP*/
    z-index: 100;
    text-align: right; /*BP*/
    padding-top: 6px;
}

header#uHeader div.logoBar div.userBlock span,
header#uHeader div.logoBar div.userBlock a {
    font:normal 13px/15px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#000000;
    text-decoration: none;
    text-shadow: none;
    text-align: right; /*BP*/
    float: none;
    display: inline;
    vertical-align: middle;
    height: 28px;
    border-left:1px solid #000000;
    border-radius: 0;
}

header#uHeader div.logoBar div.userBlock img {
    vertical-align: middle;
}

header#uHeader div.logoBar div.userBlock a#oheLogo {
    vertical-align: middle;
    border-left: 0;
}
header#uHeader div.logoBar div.userBlock a:hover {
    background: none repeat scroll 0% 0% #e9e9e9;
    text-decoration:underline;
}
header#uHeader div.logoBar div.userBlock a#oheLogo:hover {
    background: none repeat scroll 0% 0% #e9e9e9;
    text-decoration:none;
}

header#uHeader {
    background: #ffffff none;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    max-width: 988px;
    margin: 0 auto 0 auto;
}

span#apexir_LOADER {
    z-index: 500; /* Needs to render overtop of the previous div */
}

/*
 * TAB Bar
 */
header#uHeader nav {
    margin: 5px auto 10px auto;
    background: #ffffff none;
    border: 0;
    box-shadow: none;
}

header#uHeader nav, header#uHeader nav.uPageTabs {
    clear:both;
}

section#headerLinks {
   min-width: 25%;
}

header#uHeader nav ul, header#uHeader nav.uPageTabs ul {
    color:#ffffff;
    background-color: #700017;

    background: linear-gradient(to bottom, #CF102D 0%, #700017 100%) repeat scroll 0% 0% transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF102D', endColorstr='#700017')";
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #CF102D), color-stop(100%, #700017));

    height:40px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    overflow:hidden;
}

header#uHeader nav ul.uMainNav li,nav.uPageTabs ul li {
    display:block;
    float:left;
}


header#uHeader nav ul.uMainNav li a:hover {
    background: #73A5CC !important;
} /* BP 5/30 */

header#uHeader nav ul.uMainNav li:first-child a,nav.uPageTabs ul li:first-child a {
    -moz-border-radius:3px 0 0 3px;
    -webkit-border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px;
    border-left:1px solid transparent;
}

header#uHeader nav ul.uMainNav li a, header#uHeader nav.uPageTabs ul li a {
    color:#ffffff;
    background-color: #700017;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    text-decoration:none;
    font:bold 12px/40px Arial,sans-serif;

    background: linear-gradient(to bottom, #CF102D 0%, #700017 100%) repeat scroll 0% 0% transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF102D', endColorstr='#700017')";
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #CF102D), color-stop(100%, #700017));

    display:block;
    padding:0 16px;
    border-right:1px solid #000;
}

header#uHeader nav ul.uMainNav li a.active, nav.uPageTabs ul li a.active {
    color:#ffffff;
    background-color: #CF102D;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    text-decoration:none;
    font:bold 12px/40px Arial,sans-serif;

    /*
    background: linear-gradient(to bottom, #700017 0%, #CF102D 100%) repeat scroll 0% 0% transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#700017', endColorstr='#CF102D')";
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #700017), color-stop(100%, #CF102D));
    /*^^ reverse gradient ^^ */

    background: linear-gradient(to bottom, #700017 0%, #700017 100%) repeat scroll 0% 0% transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#700017', endColorstr='#700017')";
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #700017), color-stop(100%, #700017));
    /*^^ dark, no gradient ^^*/

    /*
    background: linear-gradient(to bottom, #CF102D 0%, #CF102D 100%) repeat scroll 0% 0% transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF102D', endColorstr='#CF102D')";
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #CF102D), color-stop(100%, #CF102D));
    /*^^ light, no gradient ^^*/

}

<!----Added Nav class by CMORWAY 07/17/15 for CCP-->
/*
 * GRAY TAB Bar
 */
header#uHeader graynav {
    margin: 5px auto 10px auto;
    background: #ffffff none;
    border: 0;
    box-shadow: none;
}

header#uHeader graynav, header#uHeader graynav.uGrayPageTabs {
    clear:both;
}

section#GrayheaderLinks {
   min-width: 25%;
}

header#uHeader graynav ul, header#uHeader nav.uGrayPageTabs ul {
    color:#ffffff;
    background-color: #525051;
    margin: 5px auto 10px auto;

    background: linear-gradient(to bottom, #525051 0%, #525051 100%) repeat scroll 0% 0% transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#525051', endColorstr='#525051')";
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525051), color-stop(100%, #525051));

    height:40px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    overflow:hidden;
}

header#uHeader graynav ul.uGrayNav li,nav.uGrayPageTabs ul li {
    display:block;
    float:left;
}


header#uHeader graynav ul.uGrayNav li a:hover {
    background: #73A5CC !important;
} /* BP 5/30 */

header#uHeader graynav ul.uGrayNav li:first-child a,nav.uGrayPageTabs ul li:first-child a {
    -moz-border-radius:3px 0 0 3px;
    -webkit-border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px;
    border-left:1px solid transparent;
}

header#uHeader graynav ul.uGrayNav li a, header#uHeader nav.uGrayPageTabs ul li a {
    color:#ffffff;
    background-color: #525051;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    text-decoration:none;
    font:bold 12px/40px Arial,sans-serif;

    background: linear-gradient(to bottom, #525051 0%, #525051 100%) repeat scroll 0% 0% transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#525051', endColorstr='#525051')";
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525051), color-stop(100%, #525051));

    display:block;
    padding:0 16px;
    border-right:1px solid #000;
}

header#uHeader graynav ul.uGrayNav li a.active, nav.uGrayPageTabs ul li a.active {
    color:#ffffff;
    background-color:#525051;
    text-shadow: none;
    text-decoration:none;
    font:bold 12px/40px Arial,sans-serif; 

    /*
    background: linear-gradient(to bottom, #525051 0%, #525051 100%) repeat scroll 0% 0% transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#525051', endColorstr='#525051')";
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525051), color-stop(100%, #525051));
    /*^^ reverse gradient ^^ */

    background: linear-gradient(to bottom, #706E73 0%, #706E73 100%) repeat scroll 0% 0% transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#706E73', endColorstr='#706E73')";
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #706E73), color-stop(100%, #706E73));
    /*^^ dark, no gradient ^^*/

    /*
    background: linear-gradient(to bottom, #525051 0%, #525051 100%) repeat scroll 0% 0% transparent;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#525051', endColorstr='#525051')";
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525051), color-stop(100%, #525051));
    /*^^ light, no gradient ^^*/

}

<!----END CMORWAY EDIT----->



header#uHeader nav ul li a.active:hover, nav.uPageTabs ul li a.active:hover {
    color: #ffffff !important;
/*
    background-color: #73A5CC;
    color: #525051 !important;
*/
}

header#uHeader nav ul li a:hover,nav.uPageTabs ul li a:hover {
    color: #ffffff !important;
/*
    background-color: #73A5CC;
    color: #525051 !important;
*/
}

/*
header#uHeader nav ul li a:active,nav.uPageTabs ul li a:active {
    -moz-box-shadow:0 1px 0 #aaa inset,0 -1px 0 #aaa inset,0 16px 10px rgba(0,0,0,0.25) inset;
    -webkit-box-shadow:0 1px 0 #aaa inset,0 -1px 0 #aaa inset,0 16px 10px rgba(0,0,0,0.25) inset;
    box-shadow:0 1px 0 #aaa inset,0 -1px 0 #aaa inset,0 16px 10px rgba(0,0,0,0.25) inset;
}
*/

nav.uPageTabs {
    margin:0 0 8px 0;
}

header#uHeader nav.navNoTabs {
    border-bottom: 2px solid #CF102D;
    margin: 20px 0px 10px 0px;
}

header#uHeader nav.graynavNoTabs {
    border-bottom: 2px solid #706E73;
    margin: 20px 0px 10px 0px;
}

div.uParentTabs ul {
    float:right;
    list-style:none;
    margin:0 8px;
}

div.uParentTabs ul li {
    float:left;
}

div.uParentTabs ul li a {
    display:block;
    font:normal 11px/18px Arial,sans-serif;
    color:#333333;
    padding:0 8px;
    margin:0 0 0 1px;
    text-decoration:none;
    border:1px solid #CCCCCC;
    border-bottom:none;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    background-color:#F0F0F0;
    -moz-transition:background-color border,0.2s;
    -webkit-transition:background-color border,0.2s;
    transition:background-color border,0.2s;
}

div.uParentTabs ul li a:hover {
    background-color:#FFF;
    border:1px solid #AAA;
    border-bottom:none;
}

div.uParentTabs ul li.active a {
    background-color:#FFF;
    border:1px solid #AAA;
    border-bottom:none;
}

div#uBreadcrumbs {
    font:normal 11px/16px Arial,sans-serif;
    color:#222222;
    margin:0;
    position:relative;
    height:32px;
}

div#uBreadcrumbs ul {
    list-style:none;
    position:absolute;
    top:0;
    left:0;
    z-index:100;
}

div#uBreadcrumbs ul li {
    padding:8px 0;
    display:inline-block;
}

div#uBreadcrumbs ul li a {
    color:#405580;
    text-decoration:none;
    -moz-transition-property:color;
    -webkit-transition-property:color;
    transition-property:color;
    -moz-transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    transition-duration:0.2s;
}

div#uBreadcrumbs ul li a:hover {
    color:#ef1217;
}

div#uBreadcrumbs ul li.active span {
    color:#555555;
}

div#uBreadcrumbs ul li.uSeparator img {
    background:url(../images/theme_23.png) -48px -20px no-repeat;
    width:12px;
    height:12px;
    vertical-align:text-top;
}

div#uBreadcrumbs div.uBreadcrumbsBG {
    margin:0 126px;
    height:32px;
}

div#uBreadcrumbs div.uBreadcrumbsBG div.uLeft,div#uBreadcrumbs div.uBreadcrumbsBG div.uRight {
    width:126px;
    height:32px;
    position:absolute;
}

div#uBreadcrumbs div.uBreadcrumbsBG div.uLeft {
    /* background-color: #e9e9e9; */
    color: #000000;
    left:0;
}

div#uBreadcrumbs div.uBreadcrumbsBG div.uRight {
    /* background-color: #e9e9e9; */
    color: #000000;
    right:0;
}

.ie7 div#uBreadcrumbs ul li {
    zoom:1;
    display:inline;
    padding:8px 4px;
}

.ie7 div#uBreadcrumbs ul li.uSeparator {
    padding:8px 0;
}

.ie7 div#uBreadcrumbs ul li:first-child {
    padding-left:0;
}

div#tagLine {
    margin: 20px auto 0 auto;
    width: 988px;
    display:block;
    clear:both;
}

ul.uReportList > li {
    margin-left: 5%;
}

/*
 * The BOTTOM of the page
 */
footer#uFooter {
    clear:both;
    margin: 0 0 0 0;
    padding:5px 0 10px 0;
    background-color: #e9e9e9;
    width: 100%;
    height: auto;
    color:#777777;
    font:normal 11px/16px Arial,sans-serif;
    bottom:0px;
}

footer#uFooter div.uFooterContent {
    background-color: #e9e9e9;
    color: #777777;
    margin: 0 auto 0 auto;
    max-width: 988px;
    display:block;
    clear:both;
}

div.uFooterBG {
    margin:0 auto 0 auto;
    height:auto;
    max-width: 988px;
    background-color: #e9e9e9;
    padding: 0;
}

footer#uFooter a,
footer#uFooter a:visited {
    font:normal 11px/16px Arial,sans-serif;
    color:#777777;
    background-color: #e9e9e9;
    text-decoration: none;
    font-weight: normal;
}
footer#uFooter a:hover {
    font:normal 11px/16px Arial,sans-serif;
    color:#777 !important;
    text-decoration: underline !important;
}

footer#uFooter div.uLeft, footer#uFooter div.uMiddle, footer#uFooter div.uRight {
    width:326px;
    height:80px;
    padding-top: 0px;
    background-color: #e9e9e9;
    display: block;
    float: left;
}
footer#uFooter div.uMiddle {
    text-align: center;
}
footer#uFooter div.uRight {
    text-align: left;
    float: right;
}

div.uFooterBG ul {
    text-align: left;
}

div.uFooterBG li {
    border-right: 1px solid rgb(204, 204, 204);
    padding: 0.2em 0.5em 0px 0px;
    display: inline;
    margin: 0;
    white-space: nowrap;
}

div.uFooterBG li.last {
    border-right: 0;
}

footer#uFooter h2,
footer#uFooter h3 {
    font:normal 12px/14px Arial,sans-serif;
    color:#777777;
    padding: 0;
    font-weight: bold;
    text-align: left;
}

footer#uFooter h2 {
    text-transform: uppercase;
}

footer#uFooter h2 > a,
footer#uFooter h3 > a,
footer#uFooter h2 > a:visited,
footer#uFooter h3 > a:visited {
    font:normal 12px/12px Arial,sans-serif !important;
    font-weight: bold !important;
}
footer#uFooter h2 > a:hover,
footer#uFooter h3 > a:hover {
    font:normal 12px/12px Arial,sans-serif !important;
    font-weight: bold !important;
}

.close_button {
    background:url(../images/theme_23.png) -71px -19px no-repeat;
    width:18px;
    height:18px;
    vertical-align:text-top;
}

a.uHotButton {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}

/* -------------------- FAQ -------------------- */
div.faq_q {
    display: block;
    width: 95%;
    font: bold 14px Arial, sans-serif;
    margin-top: 5px;
    background: #fff !important;
    margin: 5px 5px 5px 20px;
}

div.faq_a {
    margin: 10px 10px 20px 50px;
}

div.faq_q a, div.faq_q a:visited {
    color: #000 !important;
    font: bold 14px Arial, sans-serif;
    background: #fff !important;
}
div.faq_q a:hover {
    color: #700017 !important;
    font: bold 14px Arial, sans-serif;
    background: #fff !important;
}
/* ---------------- END FAQ -------------------- */
