﻿body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 100px;
    padding-top: 50px;
}
/* Fonts */
.camaGreen {
    color:#71BF5E;
}


/* Links */
.linkW {
    color:#ffffff;
    cursor:pointer;
}
.linkW:link {
    color: #ffffff;
}
.linkW:visited {
    color: #ffffff;
}
.linkW:hover {
    color:#71BF5E;
}
.linkW:active {
    color:#71BF5E;
}
.linkG:link {
     color:#71BF5E;
}
.linkG:visited {
     color:#71BF5E;
}
.linkG:hover {
    color:#ffffff;
}
.linkG:active {
    color:#ffffff;
}


/* Header Formats */
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 21.4px;
}
h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}

/* Containers */
.pageContainer {
    width: 1024px;
    background-color: #ffffff;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin-left:auto;
    margin-right:auto;
}
.pageHeaderContainer {
    width:100%;
    height: 165px;
    background-color: #4F4F4F;
    position:absolute;
    top:0;
    left: 0;
    right: 0;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.pageHeaderContainer1 {
    width:275px;
    height: 139px;
    position:relative;
    left:25px;
    top:13px;
}
.pageHeaderContainer2 {
    width:699px;
    height: 139px;
    position:relative;
    left:300px;
    top:-126px;
}
.pageContentContainer {
    width:100%;
    background-color: #CCCCCC;
    float:left;
    left: 0;
    right: 0;
    margin-top:165px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.pageContentContainer2 {
    height:auto;
    width: 974px;
    margin-left:25px;
    margin-top:25px;
    margin-bottom:25px;
    background-color: #ffffff;
    float:left;
    display:block;
}

.pageFooterContainer {
    width:1024px;
    height: 137px;
    background-color:#4F4F4F;
    float:left;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.headerProgressCircle{
    width:40px;
    left:0;
    top:20px;
    position:relative;
}
.headerProgressFont{
    color:#ffffff;
    font-size:14pt;
    text-align:left;
    left:45px;
    top:-27px;
    position:relative;
    line-height:17pt;
}

/* Input Controls */
.inputContainer {
    width:924px;
    height:30px;
    float:left;
    margin-bottom:5px;
}
.inputRadioContainer {
    width:924px;
    height:50px;
    float:left;
    margin-bottom:5px;
    margin-top:5px;
}
.inputButtonContainer {
    width:924px;
    height:60px;
    float:left;
    top:25px;
    position:relative;
}
.inputButtonContainer2 {
    width:924px;
    height:30px;
    float:left;
    top:25px;
    position:relative;
}
.inputLabelContainer {
    width:300px;
    height:30px;
    padding:2px;
    text-align:right;
    font-size:10pt;
    color:#808080;
    line-height:25pt;
    float:left;
}
.inputLabelContainerTitle {
    height:20px;
    padding:2px;
    text-align:right;
    font-size:10pt;
    font-weight:bold;
    color:#71BF5E;
    line-height:25pt;
    float:left;
}
.inputLabelMultiLineContainer {
    width:300px;
    height:30px;
    padding:2px;
    text-align:right;
    font-size:10pt;
    color:#808080;
    line-height:11pt;
    float:left;
}
.inputControlContainer {
    width:500px;
    height:30px;
    padding:0px;
    text-align:left;
    float:left;
}
.inputRadioControlContainer {
    width:400px;
    height:100px;
    padding:0px;
    text-align:left;
    float:left;
    line-height:14pt;
    margin-top:5px;
}
.inputRequired {
    color:#71BF5E;
    vertical-align:bottom;
}

/* Validation Results */
.inputValidationContainer {
    width:924px;
    height:Auto;
    float:left;
    margin-bottom:5px;
    margin-top:5px;
    color:red;
    font-size:11px;
    display:block;
}

/* Miscellaneous */
.buttonLink {
    width: 20px;
    height: 30px;
    background: none !important;
    color: #71BF5E;
    border: none;
    padding: 0 !important;
    font: inherit;
    /*border is optional*/
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    vertical-align: bottom;
}
.downloadFileButton {
    background:url(./images/download_file.png) no-repeat;
    cursor:pointer;
    border:none;
    height:40px;
}

.buttonLink2 {
    background:none!important;
    color:#71BF5E;
    border:none; 
    padding:0!important;
    font: inherit;
    cursor: pointer;
    vertical-align:middle;
    margin-bottom:5px;
    margin-left:10px;
}
.terms{
    width:910px;
    height:200px;
    overflow-y:scroll;
    border-style: solid;
    border-width:1px;
    padding:5px;
    margin-top:5px;
}
.helplink {
    background: url('../Images/question_mark.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position-y:6px;
    width: 30px;
    height: 30px;
    border:none;
    cursor: pointer;
    vertical-align: middle;
}


/* Telerik */
.RadComboBox {
    font-family:Arial !important;
    font-size:9pt !important; 
    color:#71BF5E;
    margin-top:5px;
}
.RadComboBoxDropDown{     
    font-family:Arial !important;
    font-size:9pt !important; 
}
.RadDropDownList {
    font-family: Arial !important;
    font-size: 9pt !important;
}

    .rddlPopup .rddlList {
        font-family: Arial !important;
        font-size: 9pt !important;
    }

.RadButton {
    font-family: Arial !important;
    font-size: 9pt !important;
}
.riTextBox
{
    font-family:Arial !important;
    font-size:9pt !important;
    color:#71BF5E;
    margin-top:5px; 
}
.RadUpload .ruFakeInput
{
    height: 18px !important;
    margin-top:4px;
}
.ruBrowse
{
    background-position: center;
    width: 100px !important;
    height: 18px !important;
    margin-top:4px;
    font-size:10pt;
}
.textbox01 {
    margin-top:0px;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	display: table-header-group;
}
.divTableCell {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
    width: 75%;
}
.divTableCell2 {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
    width: 25%;
}
.divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableFoot {
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* Shared password toggle */
.password-field-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.password-field-wrapper input {
    padding-right: 42px !important;
}

.password-field-wrapper input::-ms-reveal,
.password-field-wrapper input::-ms-clear {
    display: none;
}

.password-field-wrapper .password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    z-index: 2;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234f6470'%3E%3Cpath d='M12 5C6 5 1.73 8.11 0 12c1.73 3.89 6 7 12 7s10.27-3.11 12-7c-1.73-3.89-6-7-12-7zm0 11.5A4.5 4.5 0 1 1 12 7a4.5 4.5 0 0 1 0 9.5zm0-7.2A2.7 2.7 0 1 0 12 14.7 2.7 2.7 0 0 0 12 9.3z'/%3E%3C/svg%3E");
    cursor: pointer;
}

.password-field-wrapper .password-toggle:focus {
    outline: 2px solid #70B56A;
    outline-offset: 2px;
    border-radius: 50%;
}
