/* @todo: refactor this file and remove unused style rules; change the filename to something more descriptive, like experts_site.css, experts_portal.css */

@media print {
  /* CSS print rules */

	.no_print {
		display: none;
	}
	/* don't show link urls in print */
	a[href]:after {
	  content: none !important;
	}

}

body {

    padding:10px;

}

.progress-bar-incomplete{
    background-color: #f5f5f5;
    color: black;
    border-left: 1px solid #D5D7ED;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.panel-assigned {
	border-color: #8489c3;
	border-radius: 4px;
}
.panel-assigned >.panel-heading {
    color: #333;
    background-color: #D5D7ED;
    border-color: #8489c3;
}
.panel-collapsed >.panel-heading {
  	border: 0px;
}
.panel-collapsed > .panel-body {
  padding: 0px;
  height: 0px;
}
.panel-collapsed > .panel-footer {
  padding: 0px;
  height: 0px;
}

.panel-attention {
  border-color: #416141;
	border-radius: 4px;
}
.panel-attention >.panel-heading {
    color: #333;
    background-color: #bbccbb;
    border-color: #416141;
}

.well {
	/*  margin-bottom: 0px;*/
}

.hiddenRow {
	display: none;
}
.logintable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #FFFFFF;
	border: 1px solid #000000;

}
.casetable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.maintable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	margin: 0px;
	padding: 0px;
}
.innertable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.upperright {
	font-size: 11pt;
	text-align: right;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;



}
.line1 {
	padding: 3px 2px;
	background-color: #D5D7ED;


}
.lineI {
	padding: 3px 2px;
}
.red {
	color:#FF0000;
}
.separator {
	background-color: #000000;
	font-size: 1px;
}
.biggerfont {
	font-size: 12pt;
}
.smallerfont {
	font-size: 10pt;
}
.upperright-menu {

	font-size: 9pt;
	text-align: right;
	padding: 2px;
}
.line0 {

	padding: 3px 2px;
	background-color: #E9EAF4;
}
.line0-top {


	padding: 3px 2px 1px;
	background-color: #E9EAF4;
}
.line0-bottom {
	background-color: #E9EAF4;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	font-style: italic;


}
.line1-top {

	padding: 3px 2px 1px;
	background-color: #D5D7ED;
}
.line1-bottom {
	background-color: #D5D7ED;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	font-style: italic;


}
.filelink:link {
	color: #004B8D;
	text-decoration: none;
	background: transparent;
}
.filelink:visited {
	color: #004B8D;
	text-decoration: none;
	background: transparent;
}
.filelink:hover {
	color: #004B8D;
	text-decoration: none;
	background: #BBBBBB;
}
.errormsg {
	color: #FF0000;
}
.terms:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #222222;
	background: transparent;
}
.terms:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #222222;
	background: transparent;
}

.greybox-bline {
	background-color: #EEEEEE;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.fontsize {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.disclaimer {
	background-color: #FFFF66;
	font-size: 14pt;
}
.progresscontainer {
	width: 300px;
	height: 5px;
	background-color: #aaaaaa;
	color:#000;
	float:left;
}
.progressbar {
	width: 0px;
	height: 5px;
	background-color: red;
	margin:0;
	padding:0;
}
.percentcomplete {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right
}

.warn{
	color:red;
	font-weight: bold;
}
.good{
	color:#336633;
	font-weight: bold;
}
/* 4/29/2010 ENABLED BUTTON */
.enabled_button{
	font-size:25px;
	color:blue;
}



#topBar
{
	background-color: #1f2b6a;
	padding: 2px 0 2px 0;
}

#bottomBar {
	background-color: #00a0ac;
	color: #ffffff;
	padding: 2px 0 2px 0;
}

/* message for successful actions */
div.success {
	border: 1px solid #004b8d;
	border-radius: 3px;
	box-shadow: 0 0 5px #004b8d;
	font-weight: bolder;
	font-size: 12px;
	padding: 5px 5px;
}

p.important_message {
	border: 1px solid #004b8d;
	border-radius: 3px;
	box-shadow: 0 0 5px #004b8d;
	font-weight: bolder;
	font-size: 12px;
	padding: 5px 5px;
}


/***********************************************************************
 * Disclaimer page and Terms of Agreement styles
 ***********************************************************************/
 .toa {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 background-color: #FFFFFF;
	 border: 2px solid #000000;
	 margin: 0px;
	 padding: 3px;
 }
 .toa li {
 	margin: 0 0 5px 0;
 }
 .toa_sp {
 	color: blue;
 	font-weight:bolder;
 }

 input[type="radio"], .toa_checkbox {
 	-webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
 }

.coi_body, .instructions_body {
	border: 3px solid;
}

.collapsing_alert{
	padding:10px;
	max-width:500px;
	margin:1em auto;
	font-weight: bold;
}

pre.overflow-fix {
  white-space: pre-wrap !important;
}

.center { display: block; text-align: center; }

.workflow_tab_complete{
	background-image: url("/images/success.gif");
	background-repeat: no-repeat;
	padding-left: 19px;
	background-size: 15px;
}

/* START: moved from templates/m_addendum.twig */
.message_wrap {
	border: 2px solid lightGray;
	margin-top: 20px;
}
table.message_header td.left {
	width: 100px;
}
.message_body {
	border-top: 2px solid lightGray;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
textarea[readonly] {
	background-color: lightGray;
	border: 0px;
}
/* END: moved from templates/m_addendum.twig */