﻿html {
	height: 100%;
}

body {
	background: #D8D7B9 url("../Images/wrap.jpg") top repeat-x;
	font-size: 12px;
	font-family: 'Roboto', Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

input, textarea, label, div {
	font-size: 12px;
	font-family: 'Roboto', Verdana, Helvetica, Sans-Serif;
}

hgroup, nav, section {
	display: block;
}

a
{
    text-decoration: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-inline{
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.clear
{
	clear: both;
}

h1, h2, h3,
h4, h5, h6 {
	color: #000;
	margin: 5px 0;
	padding: 0;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

.dashboardLink
{
	display: block;
	padding: 8px 0;
}

input[type="button"], input[type="submit"]
{
    background-color: #086fad;
    color: #FFFFFF;
    border: 1px solid #086fad;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    padding: 2px 10px 4px 10px;
    text-transform: uppercase;
}

input[type="button"]:hover, input[type="submit"]:hover
{
    border: 1px solid #ffffff;
}

textarea, select, input[type="checkbox"], input[type="text"]
{
    /* border: 1px solid #7f8285; */
}

select, input[type="text"]
{
    height: 20px;
}

/* main layout
----------------------------------------------------------*/
.container
{
	width: 1024px;
    min-height:100%;
    position:relative;
    background-color: #fff;
    border-right: 1px solid #d4d6be;
    border-left: 1px solid #d4d6be;
    box-shadow: 5px 0 10px -3px #cccccc, -5px 0 10px -3px #cccccc;
}

.mainContent {
	background-color: #fff;
    padding: 5px 10px 10px 30px;
    height: 100%;
}

.header{
	width: 1024px;
	height: 144px;
  	background-color: #fff;
}

#login a {
	color: #21517c;
	float: right;
}
	
.footer {
	background:#13314b url('../Images/bg-medium.jpg') top repeat-x;
	height: 40px;
	width:  950px;
    position: absolute;
	bottom: 0;
    padding-left: 10px;
    margin-top: 70px;
}

/*begin menu*/

.mainMenu{ 
	padding: 5px 5px 0 5px;
	clear: both;
	background: #fff;
}

.mainMenu a
{
	text-decoration: none;
}

.mainMenu a:hover
{
	background-color: #3E9FD6;
	color: white;
}

.menuItem
{
	background-color: #d8d7b7;
	padding: 5px 20px;
	text-align: center;
	border: none;
  	border-collapse: collapse;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

.activeItem
{
	background-color: #21517c;
	color: white;
}

.crumb{
	text-decoration: none;
}
/*end menu*/

/* page elements
----------------------------------------------------------*/


/* info and errors */
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error {
	color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
	margin-bottom: 5px;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.customInputError{
	border: 1px solid red;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}

.errorControl{
    width: 100px;
    background-color: #FBE3E4;
    border: 1px solid Red;
}
/*end validation styles*/

/*form styles*/
.formLayout
{
	padding: 5px;
	width: 98%;    
}
	
.formLabel 
{
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 175px;
	margin-bottom: 5px;
	text-align: left;    
}

.formInput
 {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 250px;
	margin-bottom: 5px;
}

.formTinyTextarea
 {
	width: 650px;
	height: 300px;
}

/*end form styles*/

/*step menu*/
#StepMenu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

#StepMenu li
{
	display: inline;  
	margin: 0px;  
	margin-left: 0px; 
	padding-left: 0px;
	padding-right: 30px;
	text-indent: 0px;
}

#StepMenu a:hover {
	color: #ff6a00;
}

#StepMenu a {
	text-decoration: none;
}

#wizHeader li .prevStep
{
	background-color: #086fad;
}
#wizHeader li .prevStep:after
{
	border-left-color:#086fad !important;
}
#wizHeader li .currentStep
{
	background-color: #21517c;
}
#wizHeader li .currentStep:after
{
	border-left-color: #21517c !important;
}
#wizHeader li .nextStep
{
	background-color:#086fad;
}
#wizHeader li .nextStep:after
{
	border-left-color:#086fad !important;
}
#wizHeader
{
	list-style: none;
	overflow: hidden;
	font: 12px Helvetica, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}
#wizHeader li
{
	float: left;
}
#wizHeader li a
{
	color: white;
	text-decoration: none;
	padding: 10px 0 10px 40px;
	background: blue; /* fallback color */
	background: #21517c;
	position: relative;
	display: block;
	float: left;
}
#wizHeader li a:after
{
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
#wizHeader li a:before
{
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}        
#wizHeader li:first-child a
{
	padding-left: 10px;
}
#wizHeader li:last-child 
{
	padding-right: 50px;
}
#wizHeader li a:hover
{
	background: #d8d7b7;
	color: #000;
}
#wizHeader li a:hover:after
{
	border-left-color: #d8d7b7 !important;
}        
.content
{
	height:150px;           
	padding-top:75px;
	text-align:center;
	background-color:#F9F9F9;
	font-size:48px;
}

/*end step menu styles*/

.title
{
    color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
    font-weight: bold;
    font-size: larger;
}

.gridHeader
{
    height: 30px;
    background-image: url("../Images/bg-medium.jpg");
    background-repeat: repeat-x;
    color: white;
    border: #086fad;
}

/* Start fixed header scrollable table*/

/* define height and width of scrollable area. Add 16px to width for scrollbar*/
div.tableContainer {
	clear: both;
	border: 1px solid #808080;
	height: 205px;
	overflow: auto;
	width: 606px
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 606px
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 590px
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 606px
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}

/* make the TH elements pretty */
thead.fixedHeader th {
    background: #086fad;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCC;
	border-top: 1px solid #FFFFFF;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left;
    color: #FFFFFF;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 178px;
	overflow: auto;
	width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

@media screen
{
   .watermark
   {
      display:block;
      z-index: 99999; 
      width: 86%;
      position:absolute;

      text-align:center!important;
   }

   .disclaimer {
       display: none;
   }
}

@media print {
    .page-break {
        display: block;
        page-break-after: always;
    }

    .hideForPrint
    {
        display: none;
    }

    .disclaimer {
        display: block;
        font-weight: bold;
        font-size: 30px;
        text-align:center!important;
    }

    .watermark {
        display: block;
        z-index: 99999; 
        width: 86%;
        position:absolute;

        text-align:center!important;
    }

    label {
        font-size: 15px;
    }

    span {
        font-size: 15px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }
}

.grid-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.5em;
}

.grid {
    width: 980px;
}

.confidentialityHeader {
    font-size: 22px;
}

.confidentialitySubHeader {
    font-size: 18px;
}

.watermark_text
{
    width: 100%;
    color: #c8c8c8;
    font-size: 5.5em;
    text-align: center; 
    margin: 50% auto;
    z-index: 10000;
    white-space: normal;
    word-wrap: break-word !important;
    overflow: visible;
    transform:rotate(300deg);
    -webkit-transform:rotate(300deg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* End fixed header scrollable table*/

.parsley-errors-list {
    -webkit-padding-start: 0px;
}

.parsley-errors-list li {
    list-style: none;
    color: #FF0033;
}