﻿/* Master font controller for all controls - one stop shop*/
.navigation, .headerLabel, .headerLabelNoMenu, .standardTextBox, .standardLabel, .dropDownList, .warningLabel, .loggedInLabel,
.button, .datagrid, .facChnMgrLabel, .buttonUpload, .hyperlink, .faqLink, a:link, a:visited, #footer, input, select {
    font-family: 'Nunito', sans-serif;
}

/* New for vertical menu */
div {
    width: 1000px;    
    float: left;
}

section {
    width: 1250px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* End - New for vertical menu */

body {
    background-color: white;
}

    body::after {
        background: url(../Images/Mountains.png);
        background-repeat: repeat;
        background-size: cover;
        background-attachment: fixed;
        height: 3000px;
        content: "";
        opacity: 0.4;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
    }
    
#page-wrap {
    width: 1360px;
    margin: auto;
}

#mainContent {
    padding-top: 75px;
    position: relative;
    width: 1000px;
    padding-bottom: 15px;
}

#mainContentBringUpBottom {
    padding-top: 75px;
    position: relative;
    width: 1000px;
    padding-bottom: -75px;
    margin-bottom: -75px;
}

#cssmenu {
    top: 10px;
    position: relative;
}

.loggedInLabel {
    color: #38939b; /* MSLC dark blue */
    font-size: 10pt;
    font-style: italic;
    background: #9cc5ca;
    border-radius: 5px;
    padding: 5px 9px;
    white-space: nowrap;
    margin-top: -20px;
}

.standardLabel, a:link {
    color: #38939b; /* MSLC dark blue */
    font-size: 12pt;
    padding-right: 5px;
    line-height: 22px;
}

.standardLabel.crEnding {
    margin-left: -10px;
}

.standardLabel.smallText {
    font-size: 9pt;    
}

.standardLabel.pwScreensHeaderLabel {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.pwScreensHeader {
    padding: 10px;
    background-color: #74c141;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    width: 980px;
}

.standardTextBox {
    background-color: #74c141;
    color: #ffffff;
    font-size: 12pt;
    width: 97px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #38939b; /* MSLC dark blue */
    height: 22px;
}

.standardTextBox.disabled {
    color: #D3D3D3;
}

.standardTextBox.widthClStat {
    width: 145px;
    text-align: left;
}

.standardTextBox.wider {
    width: 350px;
    text-align: left;
}

.standardTextBox.auditorNameWidth {
    width: 200px;
    text-align: left;
}

.standardTextBox.bedsTextBox {
    width: 50px;
    margin-right: 20px;
}

.standardTextBox.leftAlign {
    text-align: left;
}

.standardTextBox.bigUn {
    width: 825px;
    height: 150px;
    margin-top: -15px;
    margin-bottom: -10px;
    text-align: left;
    vertical-align: top;
    word-wrap:initial
}

a:link {
    font-size: 10pt;
    /*font-size: 9pt;*/
    color: #38939b; /* MSLC dark blue */
    text-decoration: underline;
    margin-right: -3px;
    margin-left: -3px;
}

.standardLabel.th {
    color: #f8971d;
    text-decoration: underline;
    font-weight: bold;
}

.standardLabel.th2 {
    color: #f8971d;
    font-weight: bold;
    font-size: 13pt;
}

.standardLabel.CRECertScreenLabel {
    margin-left: -60px;
}

.standardLabel.underlineLabel {
    text-decoration: underline;
}

a:visited {
    color: #38939b; /* MSLC dark blue */
    text-decoration: none;
}

a:hover {
    color: #f8971d; /* MSLC orange */
    text-decoration: none;
}

.faqLink:link {
   color: #38939b; /* MSLC dark blue */
   font-size: 11pt;
}

.faqLink:visited {
    color: #38939b; /* MSLC dark blue */
    font-size: 11pt;
}

.headerLabel {
    color: #f8971d;
    font-size: 20pt;
    top: 140px;
    position: absolute;
    text-align: center;
    line-height: 50px;
}

.headerLabelNoMenu {
    color: #f8971d;
    font-size: 20pt;
    top: 140px;
    position: absolute;
    text-align: center;
    line-height: 50px;
}

.dropDownList {    
    background-color: #74c141;
    color: #FFFFFF;
    font-size: 12pt;    
    width: 120px;
    border: 1px solid #38939b; /* MSLC dark blue */    
}

.dropDownList.Larger {
    width: 575px;
    overflow: hidden;
    margin-right: 72px;
    margin-bottom: 20px;
}

.dropDownList option, .dropDownList.Larger option, .dropDownList.Provider option {
    /*font-family: 'Raleway',sans-serif;*/
    height: auto;
}

input, select {
    box-sizing: content-box;
    padding: 3px 3px;
    border: none;
    border-radius: 12px;
    background-color: #74c141;
    color: #ffffff;
    font-size: 12pt;
    border: 1px solid #38939b; /* MSLC dark blue */
    height: auto;
    width: auto;
}

.inputCheckbox50w {
    width: 50px;
    display: inline-block;
    position: relative;
}

.leftCol {
    width: 50%;
    float: left;
    text-align: right;
    margin-top: 5px;
}

.rightCol {
    width: 48%;
    margin-left: 10px;
    float: left;    
}

.warningLabel {
    color: #f8971d;
    font-size: 12pt;
    /*font-size: 11pt;*/
    font-weight: bold;
    font-style: italic;
}

.centerItems {    
    text-align: center;
    margin-bottom: 25px;
}

.button.width100 {
    width: 100px;
}

.button.requestAccount {
    vertical-align: text-top;
    line-height: 15px;
    height: 20px;
    font-size: 11.5px;
    /*font-size: 10pt;*/
    margin-top: 0;
}


.button {
    color: #FFFFFF;
    font-size: 13pt;
    background: #f8971d;
    border-radius: 10px;
    border: 2px solid #9cc5ca;
    width: auto;
    margin-top: 20px;
    padding: 7px 10px;
}

.buttonAgree {
    color: #FFFFFF;
    font-size: 13pt;
    background: #f8971d;
    border-radius: 10px;
    border: 2px solid #9cc5ca;
    width: auto;
    margin-top: 20px;
    padding: 7px 10px;
}

.buttonclose {
    color: #FFFFFF;
    font-size: 13pt;
    background: #74C141;
    border-radius: 10px;
    border: 2px solid #9cc5ca;
    width: auto;
    margin-top: 20px;
    padding: 7px 10px;
}

.button.noTopMargin {
    margin-top: 0px !important;
}

.button:hover {
    background-color: #38939b;
}

.buttonclose:hover {
    background-color: #38939b;
}

.buttonAgree:hover {
    background-color: #38939b;
}

.button.rightAlign {
    float: right;
}

.button.wrapLong {
    margin-top: 0;
    width: 235px;    
    padding: -10px;
    line-height: 20px;
    white-space: normal;
    word-wrap: break-word;
    height: 60px;
}

.button:disabled {
    color: #ffffff;
    font-size: 13pt;
    font-style: italic;
    background: #9cc5ca;
    border-radius: 10px;
    border: 2px solid #D3D3D3; 
    height: 40px;
    line-height: 30px;
    width: auto;
    margin-top: 25px;
}

.button.dashboard, .button.dashboard:disabled {
    margin-top: 0;    
    height: 22px;
    width: 75px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}

#footer {
    border-top: #74c141 2px solid;
    width: 1000px;
    margin-top: 135px;
    padding-top: 10px;    
    color: #38939b; /* MSLC dark blue */
    font-size: 9pt;    
}

#footer > div {
    float: left;
    width: 333px;
}

#footerLeft {
    text-align: left;
}

#footerMiddle {
    text-align: center;    
}

#footerMiddle2 {    
    color: red;
    text-align:right;
} 


#footerRight {
    text-align: right;
}

#footerMiddle a:link, #footerRight a:link {
    font-size: 9pt;    
}

/* Begin - ENABLED checkbox */
.SingleCheckbox label 
{
    display: block;
}

.SingleCheckbox input[type=checkbox]
{
    display: none;
}

.SingleCheckbox input[type=checkbox] + label
{
    width: 1em;
    height: 1em;
    border: 0.0625em solid #9cc5ca;
    border-radius: 0.25em;
    background: #74c141;
    vertical-align: middle;
    line-height: 1em;
    text-indent: 20px;
    font-size: 18px;
    margin-bottom: 12px;
}

.SingleCheckbox input[type=checkbox]:checked + label::before
{
    content: "\2714";
    color: #ffffff;
    height: 1em;
    line-height: 1.1em;
    width: 1em;
    font-weight: 900;
    margin-right: 6px;
    margin-left: -20px;
}

.SingleCheckbox.inTable label 
{
    display: block;
}

.SingleCheckbox.inTable input[type=checkbox]
{
    display: none;
}
.SingleCheckbox.inTable input[type=checkbox] + label
{
    margin-bottom: 3px;
}

.SingleCheckbox.inTable input[type=checkbox]:checked + label::before
{
    content: "\2714";
    color: #ffffff;
    height: 1em;
    line-height: 1.1em;
    width: 1em;
    font-weight: 900;
    margin-right: 6px;
    margin-left: -20px;
}
/* End - ENABLED checkbox */

/* Begin - DISABLED checkbox */
.SingleDisabledCheckbox label 
{
    display: block;
}

.SingleDisabledCheckbox input[type=checkbox]
{
    display: none;
}

.SingleDisabledCheckbox input[type=checkbox] + label
{
    width: 1em;
    height: 1em;
    border: 0.0625em solid #9cc5ca;
    border-radius: 0.25em;
    background: purple;
    vertical-align: middle;
    line-height: 1em;
    text-indent: 20px;
    font-size: 18px;
    margin-bottom: 12px;
}

.SingleDisabledCheckbox input[type=checkbox]:checked + label::before
{
    content: "\2714";
    color: #ffffff;
    height: 1em;
    line-height: 1.1em;
    width: 1em;
    font-weight: 900;
    margin-right: 6px;
    margin-left: -20px;
}
/* End - DISABLED checkbox */

th {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    color: #ffffff;
}

table.centerTable {
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0;
}

tr {
    height: 30px;
}

table.centerTable tr {
    vertical-align: text-top;
}

table td.wideColumn, table th.wideColumn {
    width: 360px;
}

td.centerTable.centerLabel {
    text-align: center;
}

.dropDownList.CRECertScreenDropdownlist {
    width: 170px;
}

.dropDownList.yearDropDownList {
    width: 70px;
}

.dropDownList.REDDropdownlist {
    width: 375px;
}

.datagrid {
    background: #38939b;
    color: #ffffff;
    border: none;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#gridview a:link {
    color: #ffffff; /* white */
    text-decoration: underline;
    margin-right: -3px;
    margin-left: -3px;
    font-weight: normal;
    font-size: 12pt;
    /*font-size: 10.5pt;*/
}

#gridview a:hover {
    color: #f8971d; /* MSLC orange */
    text-decoration: none;
}

.rounded_corners {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.rounded_corners td, .rounded_corners th {
    text-align: center;
}

.rounded_corners table table td {
    border-style: none;
}

table {
    border-radius: 20px;
}

.headerStyle {
    text-align: center;
    background-color: #74c141;
    padding-top: -20px;
    border: #ffffff solid 1px;
    border-radius: 20px;
}

.RowStyle {
    font-size: 11pt;
    height: 60px;
    line-height: 25px;
    white-space:nowrap;
    overflow: hidden;
}

.pagerStyle a{
    border-radius: 50%;
    background-color: #74c141;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
}

.pagerStyle a:hover{
    box-shadow: 1px 1px 1px #ffffff;
}

.pagerStyle span{
    background-color: #f8971d;
    color: #ffffff;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

.centerBoundColumn {
    text-align: center;
}

.rightBoundColumn {
    text-align: right;
}

.checklistTableContainer {
    width: 1000px;
}

.checklistTableLeft {
    float: left;
    width: 485px;
}

.checklistTableLeft td {
    text-align: left;
    padding-bottom: 10px;
}

.checklistTableRight {
    float: right;
    width: 485px;
}

.tableContainer {
    width: 1000px;
}

.tableLeft {
    float: left;
    width: 515px;
}

.tableLeft td {
    text-align: left;
    padding-right: 10px;
    width: 290px;
}

.tableRight {
    float: right;
    width: 485px;
}

.tableRight td {
    text-align: left;
    padding-right: 10px;
    width: 260px;
}

.tableRight td label {
    text-align: left;
    padding-bottom: 10px;
    padding-right: 10px;
}

.dashboardTable {
    width: 1000px;
    border-spacing: 1px;
    table-layout: fixed;
}

.dashboardTable tr {
    height: 5px;
}

.dashboardTable td {
    border: 1px solid #9cc5ca;
    border-collapse: collapse;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.dashboardTable .td.centerAlign {
    text-align: center;
}


.dashboardTable td input[type="text"] {
    margin: 0 auto;
    width: 97%;
}

.dashboardTable td.bdrls{
    border: none;
}

.checkBoxLabel {
    margin-top: -20px;
    margin-left: 100px;
}

.facChnMgrLabel {
    color: #f8971d;
    font-size: 16pt;
    font-weight: bold;
    margin-left: 130px;
    display: block;
    width: 150px;
    height: 0;
    text-align: right;
}

.standardTextBox.multiLine {
    height: 100px;
    width: 290px;
    text-align: left;
    border-radius: 10px;
}

.hr {
    background: #74c141;
    border: 0;
    height: 5px
}

.file-upload {
    position: relative;  
    display: inline-block;
    margin-left: 10px;
    padding: 3px 5px 1px;
    top: -1px;
    -ms-touch-action: manipulation;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.file-upload input.upload {
    position: absolute;
    top: 10px;  
    left: 10px;
    opacity: 0;
    margin: -20px;    
    padding: 10px;
    width: 85px;    
    height: 33px;
}

.uploadFile {
    width: auto;
    text-align: left;    
    height: 22px;
}

.buttonUpload {
    z-index: 10;
    color: #FFFFFF;
    font-size: 11pt;
    background: #f8971d;
    border-radius: 10px;
    border: 1px solid #9cc5ca;
    height: 28px;    
    width: 75px;
    line-height: 26px;
}

.buttonUpload:hover {
    background-color: #38939b;
}

.buttonUpload.sameHeightAsBrowse {
    width: auto;
    height: 25px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff;}

.emptyDataText {
    text-align: center;
}

.retrieveSubmissionsGridView_FileNameColumn {
    text-align: left;
    width: 395px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.retrieveSubmissionsGridView_FileSizeColumn {
    width: 95px; 
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}

.retrieveSubmissionsGridView_DateUploadedColumn, .retrieveSubmissionsGridView_LastDownloadedColumn {
    width: 100px; 
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;}


.retrieveSubmissionsGridView_DownloadOptionsColumn {
    width: 200px; 
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contentNoProvControl {
    margin-top: 0;
}

.contentWithProvControl {
    margin-top: 75px;
}

.ModalPopupBack
{
	background-color:#666;
}
.ModalPopupFront
{
	background-color:#fff;
	border:outset 2px #000;
	padding-left:2px;
	padding-right:2px;
	padding-top:4px;
	padding-bottom:4px;
	line-height: 18px;
}

.hyperlink {
    color: #5bb75b;
    text-decoration: none;
    font-size: 12px;
}

/*-------------------------------*/
/* Below here for right-side menu*/
.navigation {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
    width: 14em;
    background: #74C141; /* MSLC green */
    zoom: 1;
    border-radius: 10px;
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
    list-style: none;
    margin: 0;
    padding: 0;    
}

.navigation ul {
    position: relative;
    z-index: 500;
    float: left;
}

.navigation ul li {            
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}

.navigation ul li.hover,
.navigation ul li:hover {
    position: relative;
    z-index: 510;
    cursor: default;
}

.navigation ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 520;
    width: 100%;
    top: 0;
    left: 100%;    
}

.navigation ul li:hover > ul {
    visibility: visible;
}
    
.navigation ul li {
    float: none;    
}

.navigation a {
    display: block;
    padding: 1em 1.3em;
    color: #ffffff;
    text-decoration: none;
    font-size: 10.5pt;
    border-radius: 10px;
}

.navigation ul ul {
    width: 14em;    
}

.navigation ul ul a {
    border-radius: 20px;
}

.navigation ul ul li {
    margin-top: -13px;    
}

.navigation ul ul ul {
    width: 17em;
}

.navigation ul li a:hover,
.navigation ul li:hover a {
    background: #38939b; /* MSLC dark blue */
    border-radius: 10px;
}

.navigation ul li.has-sub > a:after {
    content: '➤';
    position: absolute;
    right: 1em;
}

.navigation ul ul li:hover > a {
    background: #9cc5ca; /* MSLC light blue */    
}