﻿/*************GLOBAL STYLES******************/
html { height: 100%; margin-bottom: 1px; }
body { overflow:-moz-scrollbars-vertical; behavior:url(/js/csshover.htc); background:#b9b9b9 url(../images/bg-slice.jpg) repeat-x; font-family:Verdana, Geneva, sans-serif; color:#5f5f5f; font-size:11px;}
:focus { outline: 0; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
* { margin:0 auto; padding:0; }
a img { border:none; }
a { color:#0066a4; text-decoration:underline; }
a:hover, a.current { text-decoration:underline; }
p { padding:0 0 13px 0; line-height:17px; }
ul { margin:0; padding:0 0 12px 40px; list-style:square; }
ol { margin:0; padding:0 0 12px 20px; }
li { margin:0; padding:0 0 4px 0; line-height:16px; }
td, th, tr { }
tr{border:1px solid white;}
strong { font-weight:bold; }
hr { color:#0066a4; border:1px solid #ccc; border-width:1px 0 0 0; margin:10px 0; }
textarea { resize: none;}

/*************HEADINGS******************/
h1{ color:#52636e; font-size:1.6em; padding:0 0 12px 0; font-weight:bold;} /*lt grey*/
h2{ color:#48494b; font-size:1.4em; padding:0 0 6px 0; font-weight:bold; text-transform:uppercase;} /*dk grey*/
h3{ color:#0066a4; font-size:1.2em; padding:0 0 6px 0; font-weight:bold; text-transform:uppercase;} /*blue*/
h4, fieldset legend{ color:#52636e; font-size:14px; padding:0 0 10px 0; font-weight:bold; margin-left:-1px; }
h5{ color:#52636e; font-size:12px; padding:0 0 10px 0; font-weight:bold; }
h6{ color:#52636e; font-size:10px; padding:0 0 10px 0; font-weight:bold; }

fieldset
{
    border:1px solid #52636e;     
}

.dataTables_wrapper.disabled tbody {
    opacity: 0.5;
}

fieldset legend
{
    padding:0;
}
/*************CLASSES******************/
#loadingOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none; /* initially hidden */
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.grid-loading {
    background-image: url('../Images/loading_16x16.gif');
    background-repeat:no-repeat;
    text-align:right;
}
.right{ float:right; }
.left{ float:left; }
.noWordWrap { white-space: nowrap; }
.full{ position:relative; width:99%; }	
.split50{ position:relative; width:50%; float:left; }
.split30{ position:relative; width:33%; float:left; }
img.alignright { float:right; margin:6px 0 1em 1em }
img.alignleft { float:left; margin:6px 1em 1em 0 }
img.aligncenter { display: block; margin-left: auto; margin-right: auto }
a img.alignright { float:right; margin:6px 0 1em 1em }
a img.alignleft { float:left; margin:6px 1em 1em 0 }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto }
.txtright{ text-align:right;}
.navigation { color:black; text-decoration:none; }

/*************WRAPPERS**************/
#PageWrapper{ width:1114px;}
#Wrapper{}
#LightboxWrapper{ padding:14px;}

/*************TOP**************/
#Top{ background:url(../Images/top.png) no-repeat; width:1114px; height:80px;}
#Logo{ float:left; width:400px;}
#Login{ float:right; padding:20px 0 0 0; text-align:right;}
#Login a{ color:#5c5c5c; text-decoration:none;}

#Nav {width:1114px; height:30px;
       list-style: none; padding: 0; position:relative; clear:both; display:block;
       background: #ffffff;
       border:1px solid #485E7D;
       }
#Nav ul {margin:0; padding:0; list-style:none}
#Nav li {float: left; margin:0; padding:0;}				
#Nav li a span {display: none; }				

#Nav li a 
{
    height:30px; 
     line-height:30px;
     display: block; float: left; padding: 0; text-align:center;       
    color: #0074c8;
    font-size:120%;
    font-weight:bold;
    text-transform:uppercase;
}
				
/*top nav containers*/
#Nav li a.one { width: 223px; }
#Nav li a.two { width: 223px; }
#Nav li a.three { width: 223px; }
#Nav li a.four { width: 222px; }
#Nav li a.five { width: 222px; }
#Nav li a:hover, #Nav li a.current 
{
    color:#ffffff; text-decoration:none; background:#13426b;              
}
/*************Banner**************/
#BannerHome{ background:url(../images/banner-hp.jpg) no-repeat; width:1030px; height:250px; margin:8px 0 2px 0;}
#BannerSub01{ background:url(../images/banner-sp-01.jpg) no-repeat; width:678px; height:160px; border:1px solid #000;} /*contact*/
#BannerSub02{ background:url(../images/banner-sp-02.jpg) no-repeat; width:678px; height:160px; border:1px solid #000;} /*about*/
#BannerSub03{ background:url(../images/banner-sp-03.jpg) no-repeat; width:678px; height:160px; border:1px solid #000;} /*services*/
#BannerSub04{ background:url(../images/banner-sp-04.jpg) no-repeat; width:678px; height:160px; border:1px solid #000;} /*blog*/

/*************HOMEPAGE MIDDLE**************/
#HpMiddle { background: #fff url(../images/hp-body-slice.gif) repeat-x; padding: 20px 10px 0 10px; min-height: 250px; }
#HpLeft{ width:500px; float:left; border-top:1px solid #006eab; padding:10px 0 0 0;}
#HpLeft p{ padding:0 0 4px 0; font-size:10px; line-height:15px;}
#HpLeft a{ color:#000; text-decoration:none; font-size:10px;}
#HpLeft a:hover{text-decoration:underline;}
#HpLeft2{border-top:1px solid #006eab; padding:15px 0 0 0; margin-top:10px;}
#BlogFeed{ float:left; width:290px; padding:0 16px 0 0;}
#HpNewsletter{ float:left; width:190px;}

#HpRight{ width:383px; float:right;}
#HpServices{ width:370px; padding:10px 0 0 13px; border-top:1px solid #006eab; background:#f0f6fa url(../images/watermark.gif) no-repeat top;}
#HpContactInfo{ background:url(../images/icon-logo.gif) no-repeat left top; padding:0 0 0 46px; margin:20px 0 0 0;}

ul.smlist{ text-decoration:none; font-size:9px; margin:0; padding:0 8px 10px 0; list-style:none; }
ul.smlist li{line-height:14px; margin:0; padding:0 0 4px 0}
ul.smlist li a{text-decoration:none;}
ul.smlist li a:hover{text-decoration:underline;}
.hpbox{ clear:both}
.hpboximg{ float:left; margin:2px 12px 24px 0;}

/*************SUBPAGE MIDDLE**************/
#SpMiddle{ margin:8px 0 2px 0; background:#fff; padding:0 0 14px 0;}
#SpLeft{ width:230px; float:left;  background:#fff url(../images/sp-body-slice.gif) repeat-x; padding:12px 10px 0 10px; min-height:500px;}
#SpLeft p{ font-size:10px; padding:0 0 8px 0;}
#Sidebar ul{ padding-right:6px; padding-left:20px;}
#SpContactInfo{ background:url(../images/icon-logo.gif) no-repeat left top; padding:0 0 0 46px; }
#SpContactInfo strong{font-size:13px; color:#52636e}
#SpNewsletter{ margin:18px 0;}

#SubNav{ height:141px;}
#SubNav ul{list-style:none; font-size:12px; margin:0; padding:4px 12px 0 16px;}
#SubNav ul li{background:url(../images/arrow-orange-lg.gif) no-repeat left top; margin:0 0 8px 0; padding:0 0 8px 12px; border-bottom:1px solid #006eab;}
#SubNav ul li a{ color:#000; text-decoration:none;}
#SubNav ul li a:hover{ color:#000; text-decoration:underline;}
#SubNav ul li a.current{ color:#000; text-decoration:underline;}

#ContactInfo{ height:149px;}

#SpRight{ width:680px; float:right; padding:0px;}
#SpRight p{ padding-left:6px;}
#SpRight form{padding-left:6px;}
#SpCopy{ padding:16px 18px 0 0;}
#SpMiddle h1{border-bottom:1px solid #006eab; margin:0 0 8px 0; padding:0 0 2px 0}


/*************BOTTOM**************/
#Bottom { background: #fff; padding: 20px 10px 0 10px; color: #5c5c5c; font-size: 10px; line-height: 18px; padding: 6px 1em;}
#Bottom a{ color:#5c5c5c; text-decoration:none;}
#FooterNav{}
#FooterNav ul{ list-style:none; margin:0; padding:0;}
#FooterNav ul li{ float:left; margin:0; padding:0 6px 0 0;}
#FooterRight{ float:right; text-align:right}
#FooterRight img{margin-top:4px;}
#site_credits{ cursor:pointer }

/*************JQuery Styles***************/
div.answer{ display: none; }
.answer{ padding:6px; }
div.question{ margin:0 0 0 8px; padding:4px 0; }
div.question h4{ padding:4px; font-size:11px; background:#b2d3e6; font-weight:normal; color:#000; }
div.question:hover h4{ color:#fff; background:#006eab; }
div.question.active h4{ background:#006eab; color:#fff; }
div.question:hover{ cursor:pointer }

/*****SLIDESHOW*****/
#slideshow { position:relative; width:1012px; height:250px;}
#slideshow IMG { position:absolute; top:0; left:0; z-index:8; opacity:0.0;}
#slideshow IMG.active { z-index:10; opacity:1.0;}
#slideshow IMG.last-active { z-index:9;}

/*************Form Styles**************/
/*input[type="text"] { width:200px; }

textarea { width:200px; }
select { width:200px; }*/
input{border: 1px solid #D3D3D3; padding:1px;}
input[type="button"] { }
input[type="submit"] { }
input.disabled, select.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.required, textarea.required, select.required { border: 1px solid #00A8E6; }
input.validation-failed, textarea.validation-failed, select.validation-failed,
.input-validation-error
 { border: 1px solid #FF3300; color: #FF3300; }
input.validation-passed, textarea.validation-passed, select.validation-passed,
.valid { border: 1px solid #00CC00; color: #000; }
.validation-advice { margin: 5px 0; padding: 5px; background-color: #990000; color: #fff; font-weight: bold; }
.custom-advice { margin: 5px 0; padding: 5px; background-color: #990000; color : #fff; font-weight: bold; }
fieldset { padding: 1em; margin-bottom: 0.5em; }
label { font-weight: bold; }
.form-row { margin:0 0 8px 0 }
.field-label { float:left; width:200px; }
.field-widget { float:left; width:200px; }
.red { color:#990000; }
.icon-padding { margin-left: 8px; padding-bottom: 8px; }

/*************Min-Height Hack**************/
.prop { float:left; width:1px; }
.clear { clear:both; height:1px; overflow:hidden; }
.min431px { height:431px; }

/***************************************/	

/* -- Alsett Clearing Method*/
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clearfix { display:inline-block; }

/* Hide from IE Mac \*/
.clearfix { display:block; }

.hidden{display:none;}
#LoginTab TABLE
{
    margin-left:20px;
    padding:5px;
}

TABLE TD
{
    padding:6px;
}

TD.label
{
    text-align:right;
    padding:4px;
    vertical-align: middle;
}


.ui-datepicker-trigger
{
   vertical-align:top;
}

#Tabs2 tr {
    cursor: pointer;
}

/*CSS Loader - Spinner*/
/* HTML: <div class="loader"></div> */
.loader {
    width: 1.5rem;
    --b: 6px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%, #13426B) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg), radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: loader 1s infinite steps(15);
    margin-left: .8rem;
    scale: .8;
}

@keyframes loader {
    to {
        transform: rotate(1turn)
    }
}

/****** ICONS ******/
.gridDetailsOpenIcon, .gridDetailsCloseIcon
{
    height:20px;
    width:20px;
    display:block;
    background: url(../Images/details_icon.png) no-repeat;
}

.check-icon { width: 16px; height: 16px; display: block; background: url(../Images/check.png)  no-repeat; }
.pending-icon { width: 16px; height: 16px; display: block; background: url(../Images/icon-small-pending.png)  no-repeat; color: transparent; }
.passed-icon { width: 16px; height: 14px; display: block; background: url(../Images/icon-small-pass.png)  no-repeat; color: transparent; }
.review-icon { width: 16px; height: 19px; display: block; background: url(../Images/icon-small-review.png)  no-repeat; color: transparent; }
.complete-icon {
    width: 16px;
    height: 19px;
    display: block;
    background: url(../Images/icon-small-complete.png) no-repeat;
    color: transparent;
}
.unabletocomplete-icon {
    width: 16px;
    height: 19px;
    display: block;
    background: url(../Images/icon-small-unabletocomplete.png) no-repeat;
    color: transparent;
}
.matrix-icon { width: 16px; height: 19px; display: block; background: url(../Images/icon-small-matrix.png) no-repeat; color: transparent; }
.pending-large-icon { width: 32px; height: 32px; display: block; background: url(../Images/icon-pending.png)  no-repeat; }
.view-icon { width: 16px; height: 16px; display: block; background: url(../Images/view.png)  no-repeat; }
.add-icon { width: 16px; height: 16px; display: block; background: url(../Images/add.png)  no-repeat; }
.redo-icon { width: 16px; height: 16px; display: block; background: url(../Images/redo.gif)  no-repeat; }

.gridDetailsOpenIcon
{
    background-position: center -1px;
}

.gridDetailsOpenIcon:hover, .gridDetailsCloseIcon:hover{cursor:pointer;}

.gridDetailsCloseIcon
{
   background-position: center -20px;
}

.loading_16, button.ui-button.loading_16, .loading_20, button.ui-button.loading_20
{
	border:none;
}
.loading_20, button.ui-button.loading_20{ background:url(../Images/loading_20x20.gif) no-repeat;}
.loading_16, button.ui-button.loading_16 { background:url(../Images/loading_16x16.gif) no-repeat;}
/*
 * jQuery UI specific styling
 */

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
}

.ui-buttonset .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	width: 350px !important;
}

.ui-toolbar {
	padding: 5px;
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	padding-top: 3px;
}

table.grid thead th {
	padding: 6px 0px 6px 10px;
	cursor: pointer;
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}


/*
 * Sort arrow icon positioning
 */
table.grid thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 15px;
	/*white-space:nowrap;*/
}

table.grid thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

button.DTTT_button {
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    cursor: pointer;
    float: left;
    height: 30px;
    margin-right: 3px;
    padding: 3px 5px;
    position: relative;
}

button.DTTT_button::-moz-focus-inner {
    border: medium none !important;
    padding: 0;
}
button.DTTT_button_csv {
    background: url(../Images/csv.png) no-repeat scroll right center transparent;
    padding-right: 30px;
}
button.DTTT_button_csv_hover {
    background: url(../Images/csv_hover.png) no-repeat scroll right center #F0F0F0;
    border: 1px solid #999999;
    padding-right: 30px;
    color:#333;
}
button.DTTT_button_xls {
    background: url(../Images/xls.png) no-repeat scroll right center transparent;
    padding-right: 30px;
}
button.DTTT_button_xls_hover {
    background: url(../Images/xls_hover.png) no-repeat scroll right center #F0F0F0;
    border: 1px solid #999999;
    padding-right: 30px;
    color:#333;
}
button.DTTT_button_copy {
    background: url(../Images/copy.png) no-repeat scroll right center transparent;
    padding-right: 30px;
}
button.DTTT_button_copy_hover {
    background: url(../Images/copy_hover.png) no-repeat scroll right center #F0F0F0;
    border: 1px solid #999999;
    padding-right: 30px;
    color:#333;
}
button.DTTT_button_pdf {
    background: url(../Images/pdf.png) no-repeat scroll right center transparent;
    padding-right: 30px;
}
button.DTTT_button_pdf_hover {
    background: url(../Images/pdf_hover.png) no-repeat scroll right center #F0F0F0;
    border: 1px solid #999999;
    padding-right: 30px;
    color:#333;
}
button.DTTT_button_print {
    background: url(../Images/print.png) no-repeat scroll right center transparent;
    padding-right: 30px;
}
button.DTTT_button_print_hover {
    background: url(../Images/print_hover.png) no-repeat scroll right center #F0F0F0;
    border: 1px solid #999999;
    padding-right: 30px;
    color:#333;
}
button.DTTT_button_text {
}
button.DTTT_button_text_hover {
    background-color: #F0F0F0;
    border: 1px solid #999999;
    color:#333;
}
button.DTTT_button_collection {
    background: url(../Images/collection.png) no-repeat scroll right center transparent;
    padding-right: 17px;
}
button.DTTT_button_collection_hover {
    background: url(../Images/collection_hover.png) no-repeat scroll right center #F0F0F0;
    border: 1px solid #999999;
    padding-right: 17px;
    color:#333;
}

button.DTTT_button .ui-button-text
{
    padding:0;
}

 .ui-buttonset button.DTTT_button.ui-button
{
    margin:0 0 0 6px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
  position: relative;
  min-height: 80px;
  _height: 202px;
  clear: both;
}

.grid .dataTables_wrapper
{
    min-height:10px;
    _height: 10px;    
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.DataTables_sort_wrapper
{
    font-weight:bold;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 50%;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.grid {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse;
}

table.grid tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}

table.grid tr.heading2 td {
	border-bottom: 1px solid #aaa;
}


table.grid td {
	padding: 3px 10px;
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.grid th.center, table.grid td.center {
	text-align: center;
}

.DTTT_container
{
    float:right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../Images/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
	background: url('../Images/sort_desc.jpg') no-repeat center right;
}

.sorting {
	background: url('../Images/sort_both.jpg') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */

tr.odd
{
    background-color: #F0F0F0;
}

tr.even {
	background-color: white;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.buttonClear {
    clear: both;
    height: 10px;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}



.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

table.grid tr.even.row_selected td {
	background-color: #B0BED9;
}

table.grid tr.odd.row_selected td {
	background-color: #9FAFD1;
}

highlighted {
    cursor: pointer;
}

/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #DDD;
}

tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

tr.even td.sorting_1
{
    background-color: #F2F2F2;
}

tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

tr.even td.sorting_3 {
	background-color: #F9F9FF;
}


tr.gridrow:hover, tr.gridrow_alternate:hover
{
    background-color: #DDD;
    border: 1px solid white;
}

/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
	background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
	background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
	background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
	background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
	background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
	background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
	background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
	background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
	background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
	background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
	background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
	background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
	background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
	background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
	background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
	background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
	background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
	background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
	background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
	background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
	background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
	background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
	background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
	background-color: #e2e2e2;
}

.detailGrid
{
    padding:5px;
    border: 2px solid #DDD;
    width: 101% !important;
}

.detailGrid th
{
    font-weight:bold;
    background: #D8EAF3;
}

#PrintSelectedWrapper
{
    margin: 4px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Search Page
 */
 
 .loading  
 {
    text-align: center;
    padding-top: 100px;
}
 
 .textInfo { font-style: italic; text-align: right; width: 100%; }
 
 .none{display:none;}
 
.dob1{width:20px;}
.dob2{width: 20px;}
.dob3{width:35px;}

.zip1{width:45px;}
.zip2{width: 35px;}

.productOption 
{
    float: left;
    padding-left: 15px;
    padding-bottom: 5px;
}

.flexCol1 {
	float:left;
	width:175px;
}

 .flexCol2 {
	float:left;
	width:90px;
}

flexCol3 {
	float:left;
	width:90px;
}

.buttonLayout
{
    text-align: right; 
    padding-top: 10px
}

textInput
{
    font-family: Arial;
	font-size: 8pt;
	text-align: left;
	width: 110px;
}

addressInput
{
    font-family: Arial;
	font-size: 8pt;
	text-align: left;
	width: 220px;
}
 
.searchProducts
{
    float:left;
    width:99%;
}
.searchCart
{
    float:left;
    padding-left: 10px;
    width:300;
}

.aliasInfo
{
    width: 98%; 
    text-align: left; 
    height: 100%;
    padding: 5px
}
.aliasDetails
{
    width: 400px;
    float: left;
}

.verificationDetails
{
    width: 100%;
    height: 120px;
    float: left;
}

table.applicantInfo
{
    width: 100%;
}

table.applicantInfo td.col1
{
	padding: 0px 0px 0x 2px;
	text-align:left;
	width: 110px;
	vertical-align: bottom;
}

table.aliasInput
{
    width: 100%;
}

table.aliasInput td.col1
{
	padding: 0px 0px 0x 2px;
	text-align:left;
	width: 110px;
	vertical-align: bottom;
}

table.aliasInput td.col2
{
	padding: 0px 0px 0x 2px;
	text-align:left;
	vertical-align: bottom;
}

table.productList
{
    text-align: center;
    width: 100%;
    height: 1px;    
}
table.productList th.productHeader
{
	width: 75%;
	height: 24px;
	text-align: left;
}

table.productList th.infoHeader
{
    width: 15%;
    height: 24px; 
    text-align: center;   
}

table.productList th.priceHeader
{
    width: 10%;
    height: 24px;
    text-align: center;   
}

table.productList td
{
	padding: 3px;
}

table.productList td.productData
{
	width: 75%; 
	height: 26px; 
	vertical-align: middle; 
	border-top: gainsboro 1pt solid;
	text-align: left;
}

#feePrice {
    background-color: #3333;
    border-radius: 10px 0 0 0;
    border: gainsboro 1pt solid;
    padding: 1px 4px;
    font-weight: lighter;
    font-size: .6rem;
    margin-bottom: 6px;
    white-space: nowrap;
}

table.productList td.infoData
{
    border-top: gainsboro 1pt solid; 
    vertical-align: middle;
    width: 15%; 
    height: 6px; 
    text-align: center;
}

table.productList td.priceData
{
    border-top: gainsboro 1pt solid; 
    vertical-align: middle;
    width: 10%; 
    height: 6px; 
    text-align: right;
}


.ssn1{width:28px;}
.ssn2{width: 20px;}
.ssn3{width:35px;}

div.totalDisplay 
{
    float: right;
    padding-top: 10px;   
}

div.totalDisplay span
{
     font-size: medium;
    font-weight: bold;
}

/* Styles for combobox
-----------------------------------------------------------*/
.combo{
	position:relative;
	display:inline-block;
	white-space:nowrap;
}
.combo-vis{
	display:inline-block;
	position:relative;
	background-color:white;
}
.combo-inp{
	margin:0;
	border:none;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:0;
	padding-right:0;
	outline:0px;
	height:15px;
	font:12px Verdana;
	/*rtical-align:top;*/
}
.combo-left{
	height:22px;
	width:3px;
	background-repeat:no-repeat;
}
.combo-center{
	height:22px;
	background-repeat:repeat;
}
.combo-arrow{
	position:relative;
	height:22px;
	width:18px;
	background-repeat:no-repeat;
}
.combo-wrapper{
	position:relative;
}
.combo-list{
	position:absolute;
	border:1px solid #707070;
	background-color:white;
}

.combo-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.combo-list li{
	height:19px;
	font-size:12px;
	font-family:Verdana;
	cursor:pointer;
}

.combo-node{
	vertical-align:middle;
}

.combo-selected{
	background-color:#3399ff;
	color:white;
}

.combo-selected .combo-node{
	/*border:1px solid grey;*/
	/*text-decoration:underline;*/
}

.combo-expcol{
	vertical-align:middle;
	padding-left:2px;
}

.combo-spacer{
	display:inline-block;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #FF3300;
}

.field-validation-valid
{
    display: none;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #FF3300;
}

.validation-summary-valid
{
    display: none;
}

/* Multiselect
----------------------------------*/

.multi-select { width: 350px !important; height: 100px; overflow-x: auto; }

.escreen-multi-select {
    width: 490px !important;
    height: 100px;
    overflow-x: scroll;
}

/* Single select
----------------------------------*/

.single-select { width: 350px !important; }

/* Dashboard
----------------------------------*/

.column1 { width: 500px; float: left; padding-bottom: 10px; }
.column2 { width: 400px; float: left; padding-bottom: 10px; }
.column3 { width: 1079px; float: left; padding-bottom: 10px; }
.portlet { margin: 0 0 .5em .5em; }
.porlet-top { min-height: 455px; }
.portlet-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }
.portlet-header .ui-icon { float: right; }
.portlet-content { padding: 0.4em; overflow: hidden; }
.portlet-content-button {
    font-size:smaller !important;
    margin: -1em 0 1em 1em
}
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }

/* Logon
----------------------------------*/
#LogonForm {margin-top: 20px;}
#LogonForm h1{width:15em;}

form h1{margin:0 auto;}

#SupportForm h1, #ChangePasswordForm h1 {width:5em;}
#SettingsForm h1, #ChangePasswordForm h1 {width:10em;}
#SettingsForm h2, #HistoryIndex h2, #ChangePasswordForm h2 { margin-left: 4em; }

#AccountUser_Email{width:14.5em;}

.control-label {
  float: left;
  width: 82px;
  padding-right: 10px;
  text-align: right;
}

.control-label-large {
  float: left;
  width: 114px;
  padding-right: 10px;
  text-align: right;
}

.control-label-larger {
  float: left;
  width: 134px;
  padding-right: 10px;
  text-align: right;
}

.input-small {
  width: 75px;
}

.input-medium {
  width: 150px;
}
.input-large {
  width: 180px;
}

.input-larger {
  width: 450px;
}

.input-xlarge {
  width: 470px;
}
.margin-left-large 
{
    margin-left: 75px;
}

.margin-left-small 
{
    margin-left: 15px;
}

.required-text 
{
    color: Red;
}

.instructions 
{
    color: #006eab ;
    font-weight: bold
}

.link 
{
    text-decoration: underline;
    color: Blue;
}

.hide {
    display: none;
}

.padding-top-small 
{
    padding-top: 13px;
}

.padding-bottom-small 
{
    padding-bottom: 13px;
}

.padding-left-small 
{
    padding-bottom: 10px;
}

.alert {
  padding: 8px 35px 0px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}

.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847;
}

[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
width: 17px;
height: 17px;
line-height: 17px;
vertical-align: text-bottom;
background-repeat: no-repeat;
}

.icon-file {
  background-image: url("../images/document.png");
}

.padding-left-medium {
padding-left: 20px;
}

.history-list-number {
font-weight: bold;
padding-right: 5px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  
 /* Table Wrapper */
.table-wrapper {
  border: 2px solid #B5B5B5;
  border-radius: 6px;
  margin-bottom: 20px;
  background: #f8f8f8;
}
.row.table-wrapper,
.table-wrapper.order-summary,
.table-wrapper.search-details {
  border: 3px solid #B5B5B5;
}

.table tfoot {
  border: none;
}
.table tfoot .summary-final {
  font-style: italic;
  text-align: center;
  font-weight: bold;
}


.icon-attention { width: 16px; height: 16px; display: inline-block; background: url(../Images/attention.png)  no-repeat; }
i.icon-flag,
i.icon-ok,
i.icon-pending {
    background: url(../Images/icon-sprite.png) no-repeat;
    height: 32px;
    width: 32px;
    font-size: 0;
    display: inline-block;
    margin-left: 10px;
    float: right;
    margin-right: 2.2rem;
}
i.icon-unabletocomplete {
    background: url(../Images/icon-unabletocomplete.png) no-repeat;
    height: 32px;
    width: 32px;
    font-size: 0;
    display: inline-block;
    margin-left: 10px;
    float: left;
}

i.icon-complete {
    background: url(../Images/icon-complete.png) no-repeat;
    height: 32px;
    width: 32px;
    font-size: 0;
    display: inline-block;
    margin-left: 10px;
    float: right;
    margin-right: 2.2rem;
}

i.icon-matrix {
    background: url(../Images/icon_matrix.png) no-repeat;
    height: 32px;
    width: 32px;
    font-size: 0;
    display: inline-block;
    margin-left: 10px;
    float: left;
}
i.icon-ok {
    background-position: center -28px;
}
i.icon-pending {
  background-position: center -59px;
}
.detail-seperator {
  height: 0px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid white;
  margin-bottom: 40px;
}
.content-header {
  position: relative;
  padding: 1px 15px;
  border-radius: 6px 6px 0 0;
  box-shadow: inset 0 -1px 0 0 #ffffff;
  background: #ebebeb;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
}
  
  /* Table */
.table {
  margin-bottom: 2px;
}
/*.table thead tr{
  background: #f8f8f8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f8f8f8 0%, #ededed 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #f8f8f8 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #f8f8f8 0%,#ededed 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #f8f8f8 0%,#ededed 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #f8f8f8 0%,#ededed 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
/*}*/
.table th,
.table td {
  padding: 1px 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.table tr:first td {
  border-top: 0;
}
.table th {
  color: #999;
  text-shadow: 1px 1px #fff;
  font-size: .8em;
}
.table td.charge {
  background: #f8f8f8;
  font-weight: bold;
}
.table .text-center {
  text-align: center;
}
.table tr.spacer td {
  background: #f8f8f8;
  padding: 8px 0;
}
.table tr td.key {
  border-left: none;
  text-transform: none;
  white-space: nowrap;
  width: 1%;
}
.inner .table td {
  width: 25%;
}
td.key.col1,
.table.no-records td.col1 {
  padding-left: 15px;
}
.table tbody td img {
  max-height: 105px;
}
td.key.supplement.col1 {
  padding-left: 30px;
}
td.key.incident.col1 {
  padding-left: 30px;
}
.table tr td.has-child {
  border-top: 0;
  white-space: normal;
}
/* Order Summary Specifics */
.order-summary .table {
  border-collapse: separate;
}
.order-summary .table thead td,
.order-summary .table thead th {
  border-bottom: 1px solid #e0e0e0;
}
.order-summary td,
.order-summary th {
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e0e0e0;
}
.order-summary th {
  padding: 2px 15px;
}
.order-summary .table tfoot td {
  border-bottom: 0;
}
.order-summary .col1 {
  font-weight: bold;
  padding-left: 15px;
  border-left: none;
}
.order-summary td.col4 {
    border-right: none;
    border-left: 1px solid white;
    min-width: 215px;
}
.order-summary td {
  line-height: 32px;
}
.order-summary td a {
  text-transform: none;
}
.order-summary .status-wrapper {
    margin: 0 auto;
    width: auto;
}
.order-summary .status-wrapper a {
  min-width: 58%;
  white-space: nowrap;
}
.order-summary tfoot .status-wrapper i {
  float: right;
  margin-right: 20px;
}
.order-summary a,
.order-summary .icon-flag,
.order-summary .icon-ok,
.order-summary .icon-matrix,
.order-summary .pending-large-icon {
  float: right;
  margin-right: 2.5rem
}

.btn-upload {
	min-width: 130px;
	background: #b2d3e6 url(custom-theme/images/ui-bg_glass_35_b2d3e6_1x400.png) 50% 50% repeat-x;
}
.btn-success: hover,.btn-success: focus,.btn-success: active,.btn-success.active,.btn-success.disabled,.btn-success[disabled] {
	color: #ffffff;
	background-color: #51a351;
	*background-color: #499249;
}

.btn-upload: active,.btn-success.active {
	background-color: #408140 \9;
}

.btn-upload:hover
{ 
    color: #ffffff;
background-color:#006eab;
}

.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn: hover,.btn: focus,.btn: active,.btn.active,.btn.disabled,.btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.btn: active,.btn.active {
	background-color: #cccccc;
}

.btn: first-child {
	*margin-left: 0;
}

.ui-state-success {
	border: 1px solid #327632;
	background: #E6F4E6   url(/themeroller/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
}

.UploadedConsentFileOperationPending
{
    background-image: url(/Content/Images/LoadingProgressBar.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 4px 0px 6px 72px;
}

.UploadedConsentFileOperationError
{
    background-image: url(/Content/Images/attention.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0px 4px 25px; 
}

.FileUploadSuccessMessage
{
    padding: 5px 0 5px 0;
    line-height: 17px;
}

.ConsentWarning 
{
    text-transform: none;
    color: #5f5f5f;
    font-size: 1.0em;
    font-weight: bold;
}
button.ui-state-default, .btn-upload, li.ui-state-default, th.ui-state-default, th.sorting, th.sorting_asc, th.sorting_desc {
    background: #13426b !important;
    color: #ffffff !important;
}
li.ui-state-default a:link {
    color: #bdbdbd !important;
}

li.ui-state-default a:link:hover {
    color: #ffffff !important;
}
li.ui-state-active a:link {
    color: #ffffff !important;
}
a.fg-button {
    background: none !important;
}
div.CompanyLoginErrorMessage
{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 6px 6px 6px;
    margin-bottom: 12px;
    color: darkorange !important;
}

table.schoollookup { min-width: 500px; border: solid thin black; }
	table.schoollookup th { text-align: left; padding-left: 2px; font-weight: bolder; background-color: #CCC; padding: 5px; }
	table.schoollookup tr:nth-child(even) { background: #b8d1f3; border: solid thin black; }
	table.schoollookup tr:nth-child(odd) { background: #FFF; border: solid thin black; }
	table.schoollookup tr:hover { background-color: #ffff99; }
	table.schoollookup td { padding-left: 2px; padding-right: 2px; }

.ssoLeftDivider
{
    padding-right: 2em;
}
.ssoRightDivider
{
    padding-left: 2em;
    border-left: 2px;
    border-left-style: solid;
    text-align: center;
    border-left-color: #999;
}
.ssoLoginContainer {
    justify-content: center;
    align-items: center;
}

.ssoErrorContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ssoErrorMessage {
    background-color: #ffdddd;
    border: 1px solid #ff0000;
    color: #d8000c;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 100%;
    margin: 20px;
}

    .ssoErrorMessage div {
        margin-top: 10px;
        font-weight: bold;
    }

.debugErrorContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    margin: 0 auto;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 75px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.debugErrorMessage {
    color: #dd4b39;
    margin-top: 0;
    width: 75%;
}

    .debugErrorMessage ul {
        list-style-type: none;
        padding: 0;
    }

    .debugErrorMessage li {
        margin-bottom: 10px;
    }

#devErrorMessage {
    height: 15rem;
    overflow: scroll;
    background-color: rgba(0,0,0,.8);
    color: white;
    padding: 1rem;
}

.historyExportButtons {
    float: right;
    text-align: right;
}
#sendConsentContainer {
    padding-bottom: 14px;
}

.disabled {
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    user-select: none;
}