/* Version 1.1 */

/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #fff;   
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:visited, a:link
{
    color: #034af3; /***/
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #142E42;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 500;
    margin-top: 5px;
}

h1
{
    font-size: 2em;
    font-weight: 400
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/*.Fieldset350
{
  width: 390px;
  float: left;
  margin-right: 20px;
  display: block;
}*/

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYTC ELEMENTS   
----------------------------------------------------------*/

.page /* Overall page of the master page */
{
    width: 96%;
    background-color: White;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;    
}

.header /* Header Box, with logos and such. */
{         
    background: white; 
    width: 100%;    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;  
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main /* Main content page */
{
    background-color: white;
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;    
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}
div.MenuContainer
{
  background-color: #6C8792; 
  clear:both;
}
div.menu
{
    padding: 4px 0px 4px 8px;    
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 1;
}
div.menu ul li a, div.menu ul li a:visited
{
    background-color: #333945; 
    border: 1px #333945 solid; 
    color: #fff; 
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;    
}

div.menu ul li a:hover
{
    background-color: #E3E8E5; 
    color: black; 
    text-decoration: none;    
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;    
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;		
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;    
    width: 84%;    
}

/* Text for login information at top right. */
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: black;     
}

.loginDisplay a:link
{
    color: #161010; 
}

.loginDisplay a:visited
{
    color: #6C8792; 
}

.loginDisplay a:hover
{
    color: #CF691E; 
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* Non Generated.  
----------------------------------------------------------*/


select, input[type='text'], input[type='password'], input[type='checkbox'], input[type='file'], textarea
{
    border-radius: 2px;
    box-shadow: inset 0px 2px 4px #DCE4F0;
    border: 1px solid #D0DBEC;
    padding: 0.2em;
    background-color: #EDF1F7;
    margin: 1px;
    font-size: 1em;
    box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;  
}
textarea 
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}
input:focus, select:focus, textarea:focus
{
    border: 1px solid #5A7A98;
    box-shadow: inset 0px 1px 4px #DCE4F0, 0 0 2px 1px #DBE3EB;
		transition: all 0.10s ease-in-out;
}
select
{
    cursor: pointer;
}
/* Editor row (Label and Textbox container) */
div.row
{
  overflow: none;
  padding:  3px 0px 3px 0px;
  display: block;
  clear: both;
}
/* Label inside editor row */
div.row label
{
  float: left;
  text-align: left;
  padding-right: 10px;
  padding-top: 2px;
  width: 100px;
}
/* read only span inside editor row */
div.row span.display
{
  display: inline-block;
  text-align: left;
  padding-right: 10px;
  padding-top: 2px;
}
div.rowMulti
{
  display: inline-block;
  padding-right: 20px;
}
.NumericEditor
{
    text-align: right;
}
.DatePicker
{
    text-align: center;
}
.ValidationError
{
    margin-left: 0px;
    display: none;
    vertical-align: middle;
}


/*************** Grid ***************/
.Grid
{
    margin: 5px 0 10px 0; 
    border: solid 1px #344254; 
    border-spacing: 0px;
}

.GridHL tr:hover
{
    background-color: #EDF1F7;
    cursor: pointer;
}

.Grid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    border-bottom-width: 0;
    border-right-width: 0;
    color: #717171; 
    height: 16px;
}
.Grid th
{
  padding: 4px 2px 4px 2px;
}
.Grid thead { 
    padding: 4px; 
    color: #fff; 
 
    border-left: solid 1px #c1c1c1; 
    font-size: 0.9em; 
    height: 14px;
    background-image: url('../Images/JQuery/ui-bg_gloss-wave_55_283542_500x100.png'); 
    background-repeat: repeat-x;
    background-position: center;
  
}
.Grid caption 
{
	padding: 4px; 
	background: #142E42; 
	color: #fff; 
}
.GridAltRow
{ 
	background: #f0f0f0;
}
.GridDeletedRow
{
    background: #fff0f0;
}
.ChildGrid
{ 
	margin-left: 20px;
}
.DivToolbar
{
  position: relative;
  background-color: #EFF5F9;
  border-bottom: 1px solid #2B6795;
  padding: 10px;
  margin: 10px 0 10px 0;
  min-height: 50px;
  color: #142E42;
}

.ComboBox.Blank
{
  color: #bbb !important;
}

.ComboDropDown
{
  position: absolute;
  max-height: 400px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: none;
  z-index: 2004;
  overflow-y: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.ComboDropDown table
{
  border-spacing: 0px;
}
.ComboDropDown tr, .ComboDropDown div div
{
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 5px;
  cursor: pointer;
}
.ComboDropDown td
{
  border-left: 1px solid #ccc;
  padding: 2px 4px 2px 4px;
}
.ComboDropDown th
{
  padding: 2px;
  cursor: pointer;
  background: #555;
  background: linear-gradient(to bottom, #666 0%, #444 100%);
  color: #fff;
  font-size: 0.9em;
}
.ComboDropDown .ComboChild
{
  padding-left: 5px;
}
.ComboDropDown .ComboGroup, .ComboDropDown .ComboGroup:hover
{
  background: linear-gradient(to bottom, #777 0%,#555 100%);
  color: #fff;
  font-weight: bold;
  cursor: default;
  padding: 5px;
}
.ComboDropDown tr:hover, .ComboDropDown div div:hover
{
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #0081c2 !important;
  background-repeat: repeat-x !important;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3) !important;
}
.ComboDropDown .Selected
{
 text-decoration: none !important;
  color: #ffffff !important;
  background-color: #0081c2 !important;
  background-repeat: repeat-x !important;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3) !important;
}

#imgBanner {
  width: 100%;
}

#divChartContainer {
  width: auto; 
  height: 400px;
}

/* Checkboxes are styled by hiding the actual "tick checkbox" and styling the LabelFor as the actual checkbox */
.roundCheckBox
{
	position: relative;
  height: 26px;
}

	.roundCheckBox label {
  background-color: #F1F1F2;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 3px;
  width: 20px;
}

	/* This after is for the white tick in the checkbox */
.roundCheckBox label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 8px;
}

	.roundCheckBox input[type="checkbox"] {
  visibility: hidden;
	margin-top: 5px;	
}

.roundCheckBox input[type="checkbox"]:checked + label {
  background-color: #3a4f63;
  border-color: #016EB3;
}

.roundCheckBox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.calculatorHelpBox {
	cursor: pointer;
	text-align: center;
	margin: 20px;
}

.passwordbutton {
   border:none !important;
    background: url('../Images/PasswordEye.png') no-repeat !important;
    background-size: 100% !important;
    height: 20px;
    width: 20px;
    padding:6px !important;
    cursor:pointer;
    vertical-align:middle;
}