/* CSS for the OCR Portal project */

/*Used in CP front page screen*/
#level1Divider {
 background-image:url(../images/orangeDividerTop.png);
 /*height: 800px;*/ /* just here to help illustrate the effect */
}

#level1Divider2 {
 background-image:url(../images/orangeDividerTop2.png);
 background-color:#CDB142
 /*height: 800px;*/ /* just here to help illustrate the effect */
}

#level2 {
    background-image:url(../images/level2Bkgrnd.png);
    /* min-height:212px; */
    /*height: 800px;*/ /* just here to help illustrate the effect */
    background-color:#6282B3;
    /*min-height:190px; used for big bird*/
    /*min-height:110px;*/
    min-height:80px;
}


#blueDivider1px {
 background-color:#123466;
 min-height:1px;
 min-height:1px;

 /*height: 800px;*/ /* just here to help illustrate the effect */
}

/*USED for banner in CP*/
.banner {
	/*background-color:#ddd4bc;*/
    background-color:#CCCCCC;
    background-image:url(../images/background_icons_1650x100.png);
	font-size:1.250em;
	font-weight:bold;
	color:#4d4947;
	min-height:30px;
    float: left;
	width:100%;
	padding-top:10px;
	margin:0px;
    margin-bottom:10px;
    border-color:#cccccc;
    border-bottom-style:solid;
    border-bottom-width:thin;
    border-top-style:solid;
    border-top-width:thin;
}


/* Legend Box */
.box-legend{
	color:#434242;
	background-color:#F9F9F9;
	border:#e9e9e9 1px solid;
	padding:5px;
	font-size:80%;
	margin-top:10px;
}

.box-title-legend{
	color:#434242;
	font-weight:bold;
	padding-bottom:5px;
}

.box-legend p{
	padding-bottom:0px !important;
}

.box-legend img{
	vertical-align:middle;
}

.noBorders tr, .noBorders td {
	background: none !important;
	border: none !important;
}

.noBordersDataList .ui-widget-content{
	border: none;
}

.summaryText {
	font-weight:bold;
	font-family: "Courier New";
}

.tableNoSpacing
{
    border-collapse: collapse; /* 'cellspacing' equivalent */
}

.mycolumn1 {
	width: 11%
}

.mycolumn2 {
	width: 60%
}

.mycolumn3 {
	width: 25%
}

.tableNoSpacing td, .tableNoSpacing th
{
    padding: 0; /* 'cellpadding' equivalent */
}

.wizardPageList li {
	margin-top: .5em;
	margin-bottom: .5em;
}

.wizardPageLink {
	font-style: italic;
}

.viewTemplateLink {
	color: white !important;
}

/* change the font color for primefaces error and info message */
.ui-messages-error, .ui-messages-info  {
	color: #434242;
	font-size: 0.85em;
}

.ocrDialog {
	font-size: .85em;
}




.stepInstructions {
	vertical-align: top;
}

/* plus sign style */
.plusAction {
	font-size: 0.80em !important;
}

/* counter text */
.counterText {
	font-size: 0.80em !important;
}

.ombNumber {
	float: right;
	font-size: 1em;
	padding-top: 3px;
}

.hide-column-names table thead tr {
    display: none;
}

fieldset.noBorders  {
	border: none;
	padding: 0px;
	margin: 0px
}

legend.hidden {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 0px;
	height: 0px;
}

.h1{
	display: block;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: inherit;
	margin: 0px;
}

a:focus {
	color: #fff;
	background-color: blue;
}