﻿.sectionFormBlock {
    margin-bottom: 60px;
	margin-top:30px;
	display:table;
	width:100%;
}
h1.FormLabels {
	padding: 8px 15px 6px !important;
	background:#efefef;
	width: auto !important;
	margin-top:-30px;
}



body {
    font-size: 12px;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

/* p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
} */

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 
{
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 980px;
    margin: 4px auto;
    border: solid 1px silver;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height: 99px;
	background-image: url('/images/elcheader.jpg');
}

header h1, #header h1 {
    font-weight: bold;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#topnavigation
{
	background-color: #2D2E84;
	color: White;
	border-top: solid 1px #656BDD;
	height: 40px;
}

#main {
    padding: 20px;
    background-color: #EAEFF5;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    min-height: 400px;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
/* ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
} */

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table.data {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table.data td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table.data th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.breadcrumb
{
	font-size: 12px;
	margin: 8px 0px;
}
.breadcrumb ul
{
}
.breadcrumb a
{
	display: inline-block;
	padding: 0px 2px 2px 2px;
}

.link 
{
	cursor: pointer;
	color: Blue;
	text-decoration: underline;
}
.link:hover
{
	 background-color: Yellow;
}
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

input.error,
select.error,
textarea.error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee  !important; 
    color:#777;   
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

#copyright
{
	font-size: 9px;
	border-top: solid 1px silver;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.debug { border: solid 1px red; background-color: Red; }

img { border: none; }

.prompt
{
	font-weight: bold;
}
.link
{
	 cursor: pointer;
	 color: Blue;
	 text-decoration: underline;
}

.btn16x16
{
	width: 16px;
	height: 16px;
    vertical-align: middle;
}

.Rounded
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	 
}
.RoundedTop
{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.RoundedBottom
{
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}

.BoxLines
{
	border-width:1px;
	border-style:solid;		
}
.TopLine
{
	border-width:0px;
	border-top:1px;
	border-style:solid;	
}
.LeftLine
{
	border-width:0px;
	border-left:1px;
	border-style:solid;	
}
.FormLabels {
    font-size: 12px;
    font-family:  Sans-Serif, Helvetica,Verdana;
    margin: 0;
    padding: 0;
    color: #696969;
    letter-spacing:0;
    word-spacing:0;
    line-height:100%;
}
.VerticalMenu 
{
    padding:.3em .3em .3em .3em;
	margin: 0 0 0 0;
	border: 0 0 0 0;
	width:10em;
	height:1em;
	letter-spacing:0;
    word-spacing:0;
    line-height:100%;

}


.widget-sr-shell  
{
	 background:url(/Images/bg.png) #f4f4f4;
	  width:100%; 
	  text-align:left;  
	  border-bottom:solid 1px #ccc;  
	  -moz-border-radius: 5px; 
	  -webkit-border-radius: 5px;  
	  -khtml-border-radius: 5px;
	   border-radius: 5px;   
	   
}

.widget-sr-transparent-shell  
{

	  width:100%; 
	  text-align:left;  
	  border-bottom:solid 1px #ccc;  
	  -moz-border-radius: 5px; 
	  -webkit-border-radius: 5px;  
	  -khtml-border-radius: 5px;
	   border-radius: 5px;   
	   
}

.widget-sr-light-shell  
{
	 background:url(/Images/bg-form.png) #f4f4f4;
	  width:100%; 
	  text-align:left;  
	  border-bottom:solid 1px #ccc;  
	  -moz-border-radius: 5px; 
	  -webkit-border-radius: 5px;  
	  -khtml-border-radius: 5px;
	   border-radius: 5px;   
	   	   
}

.widget-sr-Error-shell  
{
	 background:url(/Images/bg-error.png);
	 width:100%; 
	 text-align:left;  
	 border:solid 1px #FFAAAA;  
	 -moz-border-radius: 5px; 
	 -webkit-border-radius: 5px;  
	 -khtml-border-radius: 5px;
	  border-radius: 5px;  
   	   
}

.Error-Label
{    
    color:#FF8888;
}

.Validate-Currency
{
    text-align:right;    
}


.unChecked
{
    background: transparent;
    float:left;
    height: 12px; 
    width: 12px; 
    border: solid 1px #ccc; 
    background-color:white;
   
 }
    
.Checked
{
    background: transparent;
    float:left;
    height: 12px; 
    width: 12px; 
    border: solid 1px #ccc; 
    background-color:white;
    background-image:url(../images/cross.gif);
   
}

td.FGPartTime
{
    background-color:#DFDFFF !important;
    
    }
    
    
td.FGFullTime
{
    background-color:#EFEFFF !important;
    
    }
    
td.SpecialDays
{
    background-color:#CFCFFF !important;
    
}

/**********/

.container {
    padding: 15px;
}

.container:after, .form-row:after {
    clear: both;
    display: table;
    content: " ";
}

.form-row {
    margin: 0 -15px 15px -15px;
}

textarea {
    resize: none;
}


.form-column {
    float: left;
    padding: 0 15px;
    position: relative;
}

.form-column label {
    display: block;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}

.form-column label.error {
    color: #A94442;
    font-size: 11px;
    font-weight: 400;
    clear: both;
}

input.custom-input {
    font-size: 14px;
    float: left;
    line-height: 14px;
    text-indent: inherit;
}

select.custom-select {
    font-size: 14px;
    float: left;
    height: 22px;
}

input.disabled,
select.disabled,
textarea.disabled {
    background: #eee;
    cursor: not-allowed;
}

.pastDue td {
   color: red;
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442 !important;
}

.btnCalcRates {     /* CalculateRates button */
    display: block;
    position: absolute !important;
}

.page20 {           /* Position for CalculateRates button in page 20 of SR Agreement */
    left: 700px;
    top: 605px;
}

.page21 {           /* Position for CalculateRates button in page 21 of SR Agreement */
    left: 700px;
    top: 80px;
}

.btn {              /* Button class */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.di-ctr {
    max-height: 600px;
}
