﻿body {
    font-family: 'open_sansregular',sans-serif !important;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    background-color: #fafafa;
}

.italic {
    font-style: italic;
}
.bold {
    font-weight:bold;
}
.normal {
    font-weight: normal;
}

a
{
    cursor:pointer;
}
    a.glyphicon:hover { text-decoration: none; }

    h2 {
        border-bottom: 1px solid #333;
    }
#contact h2 {
    font-size: 1.5em !important;
    line-height: 1.3em !important;
}
#contact .base-header p:not(first-child)
{
    padding-top:20px;
}
#main .header {
    padding-top: 30px;
}
.efx-footer .header {
    padding-bottom: 30px !important;
}

h3 {
    border-bottom: solid #333 1px;
    margin-bottom: 30px;
}

label {
    font-weight: normal;
}

button{
    cursor: pointer;
}

.bottom-spacer {
    min-height: 100px;
}
/****** MENU ******/
.nav-menu > ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #58b764;
    font-variant: normal;
}
#header .nav-menu ul li
{
    font-family: inherit
}
.dropdown-toggle
{
    white-space: normal;
}
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
.dropdown-menu {
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;

    z-index: 2000;

    font-size:16px;

    position: absolute;
    transform: translate3d(14px, 35px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}
    .dropdown-menu>li>a
    {
        white-space: normal;
        line-height: inherit;
        padding:0;
    }
        .dropdown-menu>li>a:hover{
            background-color: #fff;
        }
/****** END MENU ******/


#form-content, #contact-text, #claim-submit-error-text {
    background-color: #FFF;
    padding-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
}

    form section:not(#section6), form section.deficiency-section#section6 {
        padding: 16px;
    }

    form section > div {
        margin-bottom: 20px;
    }

#signature-section h2 {
    padding-left: 10px;
    border-bottom: none;
}
#signature-section h3 {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#signature-section .response-section {
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

/*#signature-section .strippedRows .row:nth-of-type(even) {
    background-color: #FFF;
}*/

.strippedRows .row:nth-of-type(odd) {
    background-color: #FFFFFF;
}

.strippedRows .row:nth-of-type(even), 
.strippedRows .row:nth-of-type(even) .timeSpent  {
    background-color: whitesmoke;
}

.strippedRows .row {
    padding: 13px;
}

.tableHeader {
    font-weight: bold;
}

.choose-file {
    position: relative;
    overflow: hidden;
}

.choose-file input[type=file]:hover {
    cursor: pointer;
}

.green {
    color: #58b764;
}

.red {
    color: red;
}

.temporary {
    display: block
}

#signature-section .panel-body .row {
    margin-bottom: 7px;
}
section {
    position: relative;
    z-index: 1;
}

section:not(.show-on-load) {
    display: none;
}

.strippedRows .tableRow .desktopOnly {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.strippedRows .tableRow .mobileOnly {
    font-weight: bold;
    margin-top:10px;
}
.lossTypeExamples {
    margin-top: 10px;
    font-style: italic;
    font-size: small;
}

textarea {
    resize: none;
}

.nrOfSpentHours, .nrOfSpentMinutes {
    padding: 0 0 0 2px !important;
    display: inline !important;
    /*width: 45% !important;*/
}


form
{
    z-index: 1000;
}
#wizard-nav {
    margin-top: 20px;
    margin-bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 0;
}
    #wizard-nav.pin-to-form-bottom
    {
        position: absolute;
        bottom: 0px;
    }
    #wizard-nav #backBtn {
    }

    #wizard-nav #nextBtn {
    }

.supDocListItem {
    margin-bottom: 13px;
    margin-top: 13px;
}
.fileUploadErrorMessage {
    color: red;
}

.subSection {
    padding: 25px;
}

    .subSection#spentTimeFileInputsContainer, .subSection#supportSpentMoney {
        padding-top: 0;
    }

    #fullClaimForm .hiddenInput {
        visibility: hidden;
        display: block;
        height: 0;
        margin: 0;
        padding: 0;
    }

#uploadInProgressTitle {
    font-weight: bold;
    font-size: larger;
    margin-bottom: 15px;
}

.signName {
    font-family: inherit !important;
    padding-top: 7px;
}

.dropdown-toggle {
    white-space: nowrap;
}

.form-control
{
    border-color:#555;
}

#contact .hedaer
{
    padding-top: 0px;
}
#contact p
{
    font-size: 1.4em !important;
    line-height: 1.2em !important;
    font-family: 'open_sanslight';
    font-weight: normal;
}

#failedUploadBlock .row, #failedFileList .row {

}
#failedFileList {
    color: red;
}

#failedUploadForFilesTitle {
    font-weight: bold;
    margin-top: 15px;
}

#spentTimeFileInputsContainer, #supportSpentMoney {
    position: relative;
    z-index: 1000;
}

h2 .claim-number {
    float: right;
    font-size: 16px;
    margin-top: 10px;
}

#main .header {
    margin: 0px;
}

body.efx-form #contact .base-header p:first-child {
    font-weight: normal;
}

#creditMonitoring {
    padding-left:25px;
}

#creditMonitoring .control-label {
    text-align:left;
}

.signCheckboxContainer label {
    display:inline;
}

.claimNumberLabel {
    text-align:right;
}


/****** SUPPORTING DOCUMENTATION FORM ******/
.supporting-documents-upload .add-row {
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
}
/****** END SUPPORTING DOCUMENTATION FORM ******/
/****** CHECK STATUS FORM ******/
.check-status-results label {
    font-weight: bold;
}
/****** CHECK STATUS FORM ******/

/****** CONTACT US FORM ******/
body.efx-contact-us-form {
    font-family: 'open_sansregular',sans-serif;
    background-color: #FFF;
}
    body.efx-contact-us-form .form-heading h4{
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 20px;
        background-color: #fff;

        border-bottom: 1px solid rgba(0,0,0,.1)
    }
    body.efx-contact-us-form h5{
        font-size: 16px;
    }
    
    body.efx-contact-us-form h6{
        font-size: 16px;
        font-weight: bold;
        margin-top:30px;
        text-decoration: underline;
    }

.claims-admin-contact-info {
    text-align: center;
    margin-bottom: 40px;
}
    .claims-admin-contact-info h3{
        text-align: center;
        padding-top: 10px;
        border-bottom: none;
    }
    .claims-admin-contact-info .border-section
    {
        margin-bottom: 40px;
    }

/****** END CONTACT US FORM ******/


/******  AMEND FORM ******/
.amendHeader {
    font-size:19px;
    padding-bottom:10px;
}

.paddingLeft25 {
    padding-left:25px;
}

.amendClaimNumberLabel {
    padding-top:0px !important;
    padding-right:6px;
}
/****** END AMEND FORMM ******/
/****** MEDIA QUERIES ******/
@media (min-width:992px) {
    .middleInitialInput {
        width: 18%;
    }

    .lastNameInput {
        width: 32%;
    }
}

@media only screen and (min-width: 1440px) {
    #wizard-nav {
        margin-left: -130px;
        max-width: 1400px;
    }
}

@media only screen and (max-width: 1440px) {
    #wizard-nav {
        position: static;
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media only screen and (min-width: 768px) {
    
    .mobileOnly {
        display: none;
    }

    .strippedRows .tableRow:first-child .mobileOnly {
        display: block;
    }

    #failedFileList .row, #supportingDocumentList .row {
        margin-left: 20px;
        margin-right: 20px;
    }

    .top-nav-top-row .top-nav:nth-child(2) {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 767px) {
    .desktopOnly { display: none; }
    .mobileOnly {
        display: block;
    }
    .check-status-results label {
        margin-top:10px;
    }
}

/****** END MEDIA QUERIES ******/

/****** PRINT ******/
@media print {
    /************* PRINT STYLES *******************/
    #main-head, #header, #contact, #footer, .non-printable {
        display: none;
    }

    body {
        font-size: 12px;
    }
    /*bootstrap overrides*/
    .container {
        width: 100%;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
    /*this is for the signature section so things fit on one line*/
    #signatures-row > .col-sm-6, #signatures-row > .col-sm-6 > .col-sm-12, #signatures-row label {
        padding-left: 0px;
        padding-right: 0px;
    }
    .tableRow
    {
        width:100%;
    }
    .col-sm-1 {
        width: 8%;
        float: left;
    }

    .col-sm-2 {
        width: 16%;
        float: left;
    }

    .col-sm-3 {
        width: 25%;
        float: left;
    }

    .col-sm-4 {
        width: 33%;
        float: left;
    }

    .col-sm-5 {
        width: 42%;
        float: left;
    }

    .col-sm-6 {
        width: 50%;
        float: left;
    }

    .col-sm-7 {
        width: 58%;
        float: left;
    }

    .col-sm-8 {
        width: 66%;
        float: left;
    }

    .col-sm-9 {
        width: 75%;
        float: left;
    }

    .col-sm-10 {
        width: 83%;
        float: left;
    }

    .col-sm-11 {
        width: 92%;
        float: left;
    }

    .col-sm-12 {
        width: 100%;
        float: left;
    }
}

/*------deficiency-----------*/
#deficiency-dashboard-table {
    border: 1px solid #ddd;
}

#deficiency-dashboard-table tr:nth-child(even), #deficiency-dashboard-table th {
    background-color: #f2f2f2;
}

#deficiency-dashboard-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.deficiency-requirement {
    font-weight: bold;
}

h2.deficiency-header {
    font-size: 19px;
    padding-bottom: 10px;
    border-bottom: none;
}

.deficiency-header-row {
    font-size: 19px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;    
}

.deficiency-header-claim-information {
    padding-bottom: 10px;
}

@media only screen and (min-width:800px) {
    .deficiency-header-claim-information > div {
        float: right;
        clear: right;
    }
}