@charset "utf-8";
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear { clear: both; }
body {
	background-image: url(../images/bodyBg.jpg);
	margin: 0px;
	padding: 0px 0px 100px 0px; 
}

/* CONTAINERS
------------------------------------------------------------------------------*/
#container { 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center; 
}
#header {
	height: 60px;
	text-align: center;
}
#header > h1 {
	margin: 0 auto;
	padding: 6px 0 0 0;
	color: #666;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 0px -1px 0px rgba(255,255,255,0.8);
}
.titleLogo, .titleSDDB { font-size: 44px; }
.title {
	display: inline-block;
	text-align: left;
}
.titleSDDB { opacity: .5; }
.titleLogo {
	display: inline-block;
	background: url(../images/ihsLogo.png) no-repeat right 3px;
	padding: 0 50px 0 0;
}
.titleSmallText {
	display: block;
	padding: 0;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
}
#contentContainer {
	background: #fff;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
	min-height: 600px;
}
#content {
	text-align: left;
	width: 1024px;
	margin: 0 auto;
	padding: 20px;
}
#footer {
	font-size: 0.8em;
	padding: 20px 0;
	color: #333;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.9);
	text-align: center;
}
.required {
	padding:7px 0 15px 0;
}

/* HEADERS
-------------------------------------------------------------------------------*/
h1 {
	margin: 0;
	padding: 8px 0;
	font-size: 1.5em;
	color: #444;
}
h2 {
	margin: 0;
	padding: 25px 0 10px 0;
	font-size: 1.1em;
	color: #444;
}

/* TOP NAVIGATION
-------------------------------------------------------------------------------*/
#topNav_container {
	background: #4A4A4A;
	/*background: #ebcb77;*/
	text-align: center;
}
#topNav {
	position: relative;
	width: auto; /* 1024px */
	height: 45px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	text-align: center;
}
#topNav .topNav-item, #topNav .topNav-item-chosen, #topNav .topNav-item-active, #topNav .homeTab-item, #topNav .homeTab-chosen {
	display: inline-block;
	position: relative;
	height: 45px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	margin: 0 0 0 -4px;
	padding: 0; 
	*float: left; /* IE 7 hack */
}
/*#topNav .topNav-item, #topNav .topNav-item-chosen, #topNav .topNav-item-active { width:190px; }*/
#topNav .topNav-item, #topNav .topNav-item-chosen, #topNav .topNav-item-active { width:190px;/* 158px */ }
#topNav  #topNav .homeTab-chosen { width: 70px ;/* 70px */ }

/* DB added */	#topNav.homeTab-item { width: 50px; /* 70px */ }
.topNav-tab, .topNav-noTab, .homeTab, .topNav-null {
	position: relative; /* absolute */
	float: left;
	display: block;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	padding: 0 10px;
	font-size: 17px;
	color: #fff;
	*position: inherit;
}
.topNav-null {
	opacity: 0.4;
	*color: #f1f1f1;
}
.topNav-tab, .topNav-noTab, .topNav-null { width:170px; }
.homeTab {
	background: url(../images/houseIcon.png) no-repeat center center;
	width: 50px;
	text-indent: -3000px;
}
.homeTab-chosen .homeTab, .homeTab:hover {
	background: #2D588C url(../images/houseIcon.png) no-repeat center center;
}
#topNav .topNav-item-active .topNav-tab {
	z-index: 5;
	/*top: -3px;*/
	left: 0px;
	/* padding-left: 7px; */
	background: #2D588C;
	/* border-top: 3px solid #2D588C;
	border-right: 3px solid #2D588C;
	border-left: 3px solid #2D588C;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px; */
	*padding-left: 10px;
	*border: 0;
}
.topNav-noTab:hover { background: #2D588C; }
.topNav-item-chosen a.topNav-tab, .topNav-item-chosen a.topNav-noTab {
	/*background: #2D588C;*/
	background: #366699;
	border: 0;
}
/* Drop down boxes */
#topNav .topNav-dd {
	position: absolute;
	display: none;
	z-index: 4;
	top: 42px;
	/*padding: 10px 0;*/
	background-color: #2D588C;
	/* border: 3px solid #2D588C;
	border-radius: 3px; */
	*border: 0;
	*width: 380px;
}
#topNav .topNav-item-active .topNav-dd { display: block; }
#topNav .topNav-dd .topNav-dd-column {
	display: table-cell;
	border-left: 1px dotted #ddffff;
	font-size: 0.8em;
	*float: left; /* IE 7 hack */
	*min-width:170px;
	padding-left: 3px;
}
#topNav .topNav-dd .topNav-dd-column:first-child { border-left: 0; }
#topNav .topNav-dd a {
	text-decoration: none;
	color: #ddffff;
}
#topNav .topNav-dd a:hover { text-decoration: underline; }
#topNav .topNav-dd-column ul {
	list-style: none;
	padding: 0 10px;
	margin: 0;
	min-width: 167px;
	*min-width: inherit;
	text-align: left;
}
#topNav .topNav-dd-column > ul > li {
	padding: 1px 0px;
	margin: 4px 0;
	line-height: 1.1em;
	*height: 1%; /* IE 7 hack */
}
/* Pages subnav */
.subNav { background: #366699; /*#2D588C;*/ }
.subNav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0 0 1px 0;
	width:1024px;
	text-align: left !important;
}
.subNav ul li {
	display: inline-block;
	*float: left; /* IE 7 hack */
	font-size: 0.8em;
	margin-right: 10px;
	padding: 6px 0;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.subNav ul li a:link, .subNav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
.subNav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.subNavSelected a {
	background: rgba(0,0,0,0.2);
	text-decoration: none;
	padding: 3px;
	border-radius: 3px;
}

/* DEFAULT PAGES
----------------------------------------------------------------------------*/
#intro {
	background: url(../images/pot_background.jpg) no-repeat center top;
	background-size: cover;
	opacity: 0.8;
}
#intro.pad { padding-bottom: 240px; }
.loginMain {
	background: url(../images/loginBg.png) no-repeat;
	width: 1024px;
	margin: 0 auto;
	padding-top: 30px;
	height: 175px;
}
.loginL {
	float: left;
	width: 640px;
	margin-left: 128px;
	text-align: center;
}
.loginR {
	float: right;
	width: 128px;
	margin-right: 128px;
}
.loginMain p {
	font-size: 20px;
	color: #ffeedd;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
	padding: 0;
	margin: 0;
}
.loginMain p:first-child {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.loginMain p span {
	display: block;
	font-weight: bold;
	padding: 15px 0 50px 0;
}
.loginBigBtn a:hover, .loginBigBtn_off a:hover {
	/*-webkit-transform: scale(1.05);
	transform: scale(1.05);*/
}
.loginBigBtn a, .loginBigBtn_off a {
	display: block;
	width: 110px;
	height: 110px;
	background-size: cover;
	text-indent: -3000px;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.loginBigBtn a { background: url(../images/loginLock.png) no-repeat; }
.loginBigBtn_off a { background: url(../images/loginLock_off.png) no-repeat; }
#iconsContainer {
	background: #fff;
	border-top: 1px solid #858585;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	text-align: center;
}
#icons {
	width:1024px;
	margin: 0 auto;
}
#funding_bigPic img:hover, #reports_bigPic img:hover, #admin_bigPic img:hover, #faq_bigPic img:hover {
	/*-webkit-transform: scale(1.2);
	transform: scale(1.2);*/
}
#funding_bigPic img, #reports_bigPic img, #admin_bigPic img, #faq_bigPic img {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border: none;
	margin-bottom: 20px;
}
/* Main section icons - active */
#funding_bigPic, #reports_bigPic, #admin_bigPic, #faq_bigPic, #funding_bigPic_null, #reports_bigPic_null, #admin_bigPic_null, #faq_bigPic_null {
	width: 256px;
	height: 215px;
	display: table-cell;
	*float: left; /* IE 7 hack */
	*padding-top: 40px;
	*height: 185px;
	text-align: center;
	vertical-align: bottom;
}
#funding_bigPic p, #reports_bigPic p, #admin_bigPic p, #faq_bigPic p, #funding_bigPic_null p, #reports_bigPic_null p, #admin_bigPic_null p, #faq_bigPic_null p {
	margin: 0;
	padding: 0 0 40px 0;
	color: #0B4B6B;
}
#funding_bigPic img:hover + p, #reports_bigPic img:hover + p, #admin_bigPic img:hover + p, #faq_bigPic img:hover + p { font-weight: bold; }
/* Main section icons - inactive */
#funding_bigPic_null, #reports_bigPic_null, #admin_bigPic_null, #faq_bigPic_null { opacity: 0.4;filter:alpha(opacity=40); }
#funding_bigPic_null img, #reports_bigPic_null img, #admin_bigPic_null img, #faq_bigPic_null img { margin-bottom: 20px; }
.table_row {
	display: table-row;
	width: auto;
}
.table_cell { display: table-cell; font-size: 14px; }
/*.table_cell { display: table-cell; font-size: 0.9em; }*/
.form_line { padding-bottom: 10px; white-space: nowrap;}
.form_item { display: inline-block; }
.form_item { font-size: 14px; }
/*.form_item label { font-size: 0.9em; }*/
.update_box { 
	background-color: #f8f8f8; 
	border: 1px solid silver; 
	padding: 10px 0 0 10px;
	margin-bottom: 15px;
}
.export_link { font-size: 14px; float: right;}

/* CF GRID
--------------------------------------------------------------------------------*/
div.cf_navigator {
	cursor: default;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 14px;
	/*font-size: 0.9em;*/
}
div.cf_navigator > div {
	display: inline-block;
	margin: 0 0.5em 0 0;
	min-width: 3em;
}
*+html div.cf_navigator > div { display: inline; }
div.cf_navigator > div:last-child { margin: 0; }
div.cf_navigator > div > a, div.cf_navigator > div > span {
	border: 1px solid silver;
	border-radius: 5px;
	display: block;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	min-width: 3em;
}
div.cf_navigator > div.this > span { border: 0; }
div.cf_navigator > div.active > a {
	color: black;
	cursor: pointer;
	text-decoration: none;
}
div.cf_navigator > div.active > a:hover { background-color: #ffffcc; }
div.cf_navigator > div.inactive > span { color: gray; }

/* FORM BUTTONS
--------------------------------------------------------------------------------*/
#form_button form button, #form_button button {
    width: 100%;
    height: auto;
    padding: 5px;
    margin: 4px 0px 10px 0px;
    font: 1.1em Calibri, Arial, sans-serif;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    *margin-bottom: 0;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

#form_button input[type="submit"], #form_button input[type="reset"], #form_button input[type="button"],
#form_button button[type="submit"], #form_button button[type="reset"], #form_button button[type="button"] {
	min-width: 160px !important;
    width: auto;
	height: auto;
    margin: 10px 0px 0px 0px;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #AAAAAA;
}

#form_button input[type="submit"], #form_button input[type="reset"], #form_button input[type="button"],
#form_button button[type="submit"], #form_button button[type="reset"], #form_button button[type="button"] {
    cursor: pointer;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}

#form_button input[type="submit"]:hover, #form_button button[type="submit"]:hover {
    background: #e0f3fa; /* Old browsers */
    background: -moz-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0f3fa), color-stop(50%, #d8f0fc), color-stop(51%, #b8e2f6), color-stop(100%, #b6dffd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd', GradientType=0 ); /* IE6-9 */
}

#form_button input[type="button"]:hover, #form_button button[type="button"]:hover {
    background: #e0f3fa; /* Old browsers */
    background: -moz-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0f3fa), color-stop(50%, #d8f0fc), color-stop(51%, #b8e2f6), color-stop(100%, #b6dffd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd', GradientType=0 ); /* IE6-9 */
}

#form_button input[type="reset"]:hover, #form_button button[type="reset"]:hover {
    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 ); /* IE6-9 */
}

.panel-danger {
    border-color: #C60005 !important;
}
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.panel-danger {
    border-color: #ebccd1;
}
.panel {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-danger > .panel-heading {
    background-color: #C60005 !important;
    color: white !important;
}
.panel > .panel-heading {
    padding: 10px 15px !important;
    border-bottom: 1px solid transparent !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    font-size: 1.15em !important;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .panel-title {
    color: white !important;
    border: 0 !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-body {
    padding: 15px;
}
.panel-danger > .panel-heading::before {
    content: '\f071';
}
.panel > .panel-heading::before {
    display: inline-block;
    font-family: FontAwesome;
    float: left;
    font-size: 1.15em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
}
