﻿body {
    background: url('../images/oasisloginpage-image.png') no-repeat center top;
    background-size: cover;
    font-family: Proxima Nova;
    font-size: 14px;
    padding: 0;
    margin: auto !important;
}

.error-page {
    max-width: 700px;
    padding: 92px 20px;
    margin: auto;
}

.ErrorContainer {
    width: 100%;
    background-color: #D1D4D9;
    border-radius: 10px;
    padding: 45px 28px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    height: auto;
}

.title-primary {
    color: #153662;
    background-color: inherit;
    margin-bottom: 10px;
    font-size: 24px;
}

.DOBdatepicker {
    z-index: 0 !important;
}

.AccidentDatedatepicker {
    z-index: 0 !important;
}

.Preview-header {
    font-size: 18px;
    text-align: center;
    margin: 15px auto auto auto;
    display: inline-block;
    width: 100%;
    /*background-color: #9b9b9b;*/
    background: rgba(254,246,149,0.6);
    /*color: white;*/
    /*padding: 12px 50px;*/
    min-height: 50px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    padding: 12px 10px 10px 10px;
}

.quickAddApp-wrapper {
    font-size: 13px;
    color: #34495e;
    margin: 3px auto;
    padding: 0 20%;
    display: inline-block;
    width: 100%;
    letter-spacing: 0.3px;
}



label {
    font-weight: normal;
}

.divconfirmation-Auto {
    background-color: #f9f9f9;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.17);
    border: solid 1px #cccccc;
    padding: 20px 0;
    padding-right: 15px;
    text-align: center;
    font-size: 13px;
    width: 100%;
    margin: 30px auto auto auto;
    display: none;
    word-wrap: break-word;
}
/*padding commented margin bottom reduced from 38 to 21 px*/
.content-section {
    width: 100%;
    background-color: #f9f9f9;
    /*box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.17);*/
    /*padding: 20px;*/
    padding: 3px 20px 6px 20px;
    margin-bottom: 1px; /* 38px */
    display: inline-block;
}

.suggestion-section {
    width: 100%;
    background-color: #f9f9f9;
    padding: 5px;
    display: inline-block;
    text-align: center;
    color: #133d8d;
}
    .suggestion-section a {
        color: #133d8d !important;
    }

    .content-section input[type=text], .content-section input[type="date"], .content-section input[type="search"], .content-section select, .content-section textarea {
        width: 100%;
        border: solid 1px #cccccc !important;
        box-shadow: none;
        border-radius: 3px;
        padding-left: 8px;
        height: 30px;
        font-size: 13px;
        max-width: 100%;
    }
    /* commented textarea*/
    /*textarea {
    line-height: 1;
}*/

    .content-section input[type=radio] {
        margin: 4px 10px 4px 0;
        width: 15px;
        height: 15px;
        position: relative;
        top: 2.5px;
    }


.row-padding {
    line-height: 2;
}

.radio-sec {
    float: left;
    margin-right: 40px;
}

.form-group {
    margin-bottom: 1px;
}

.asterisk {
    color: red;
}

.plantiff-header, .case-header {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #133d8d;
    color: white;
    padding: 8px 40px;
    height: 40px;
    font-size: 18px;
}

.Auto {
    font-size: 13px;
    color: #34495e;
    margin: 20px auto;
    display: inline-block;
    width: 100%;
    letter-spacing: 0.3px;
}

.WC {
    font-size: 13px;
    color: #34495e;
    margin: 30px auto;
    display: inline-block;
    width: 100%;
    letter-spacing: 0.3px;
}

.Others {
    font-size: 13px;
    color: #34495e;
    margin: 1px auto;
    display: inline-block;
    width: 100%;
    letter-spacing: 0.3px;
}

.Auto .case-header, .WC .case-header {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin: auto 29px 22px 29px;
    padding: 15px;
}

.Others .sub-sections, .WC .sub-sections, .Auto .sub-sections {
    display: inline-block;
    width: 100%;
}

.Others textarea, .Auto textarea, .WC textarea {
    width: 100%;
    line-height: 1.2;
    font-size: 13px;
    border: 1px solid #ccc !important;
    max-width: 100%;
}

.Others textarea {
    min-height: 100px;
    height: auto;
    display: inline-block;
}

.plantiff-content {
    padding: 20px 40px;
}

[type="date"] {
    background: #fff url(../../images/calendar-icon.png) 99% 50% no-repeat;
}

    [type="date"]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

@media screen and (max-width:1000px) {
    .content-section {
        padding: 20px 10px;
    }
}

@media screen and (max-width:767px) {
    .MainContainer-header {
        height: 32px;
    }

    .content-section input[type=text], .content-section input[type="date"], .content-section input[type="search"], .content-section select, .content-section textarea {
        height: 30px;
    }

    #txtPlaintiffDOB, #txtAccidentDate {
        height: 30px !important;
    }

    .form-group-mobile {
        margin-top: 15px;
    }

    .col-sm-8, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2 {
        padding: 0 !important;
    }

    .col-sm-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .plantiff-header, .case-header {
        padding: 8px 10px;
    }

    .radio-sec {
        margin-right: 10px;
    }

    .Auto .case-header, .WC .case-header {
        margin: auto auto 8px auto;
    }


    .float-right {
        float: none !important;
    }

    .divbuttons {
        margin: auto;
        float: none;
    }

    .date {
        position: relative;
        margin-bottom: 32px;
    }
}






.ddlInjuries,
.ddlTreatment, ddlPlanitiffInjuries, .ddlwcTreatment {
    z-index: 1;
}



    .ddlInjuries dd,
    .ddlInjuries dt,
    .ddlTreatment dd,
    .ddlTreatment dt,
    .ddlPlanitiffInjuries dd,
    .ddlPlanitiffInjuries dt,
    .ddlwcTreatment dd,
    .ddlwcTreatment dt {
        margin: 0px;
        padding: 0px;
    }

    .ddlInjuries ul {
        margin: -1px 0 0 0;
    }


    .ddlTreatment ul, .ddlwcTreatment ul {
        margin: -1px 0 0 0;
    }

.ddlPlanitiffInjuries ul {
    margin: -1px 0 0 0;
}

.ddlInjuries dd,
.ddlTreatment dd,
.ddlPlanitiffInjuries dd,
.ddlwcTreatment dd {
    position: relative;
}

.ddlInjuries a,
.ddlInjuries a:visited,
.ddlTreatment a,
.ddlTreatment a:visited,
.ddlPlanitiffInjuries a,
.ddlPlanitiffInjuries a:visited,
.ddlwcTreatment a,
.ddlwcTreatment a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.ddlInjuries dt a,
.ddlTreatment dt a,
.ddlPlanitiffInjuries dt a,
.ddlwcTreatment dt a {
    background-color: #f9f9f9;
    display: block;
    padding: 8px 20px 5px 10px;
    height: auto;
    min-height: 50px;
    line-height: 24px;
    overflow: hidden;
    border: solid 1px #d5d5d5;
    width: 100%;
}



    .ddlInjuries dt a span,
    .multiSel span {
        cursor: pointer;
        display: inline-block;
        padding: 0 3px 2px 0;
        color: #34495e;
        font-size: 13px;
        font-weight: 100;
    }

    .ddlTreatment dt a span,
    .multiSel1 span {
        cursor: pointer;
        display: inline-block;
        padding: 0 3px 2px 0;
        color: #34495e;
        font-size: 13px;
        font-weight: 100;
    }

    .ddlPlanitiffInjuries dt a span,
    .multiSel1 span {
        cursor: pointer;
        display: inline-block;
        padding: 0 3px 2px 0;
        color: #34495e;
        font-size: 13px;
        font-weight: 100;
    }

    .ddlwcTreatment dt a span,
    .multiSel1 span {
        cursor: pointer;
        display: inline-block;
        padding: 0 3px 2px 0;
        color: #34495e;
        font-size: 13px;
        font-weight: 100;
    }

.ddlInjuries dd ul,
.ddlTreatment dd ul,
.ddlPlanitiffInjuries dd ul,
.ddlwcTreatment dd ul {
    background-color: #f9f9f9;
    border: solid 1px #d5d5d5;
    color: #333333;
    font-size: 13px;
    display: none;
    padding: 2px 15px 2px 5px;
    width: 280px;
    list-style: none;
    min-height: 100px;
    height: auto;
    overflow: auto;
}


.ddlInjuries span.value,
.ddlTreatment span.value,
.ddlPlanitiffInjuries span.value,
.ddlwcTreatment span .value {
    display: none;
}

.ddlInjuries dd ul li a,
.ddlTreatment dd ul li a,
.ddlPlanitiffInjuries ul li a,
.ddlwcTreatment ul li a {
    padding: 5px;
    display: block;
    float: right;
}

    .ddlInjuries dd ul li a:hover,
    .ddlTreatment dd ul li a:hover,
    .ddlPlanitiffInjuries dd ul li a:hover,
    .ddlwcTreatment dd ul li a:hover {
        background-color: #fff;
    }

.Auto_ch {
    width: 100%;
    height: 40px;
    margin: 10px 0px 15px 0px;
    /* box-shadow: 0 0px 5px #000; */
    background-color: #133d8d;
    color: #ffffff;
    padding: 5px 10px;
}

.WC_ch {
    width: 100%;
    height: 40px;
    /*margin: 10px 0px 15px 0px;*/
    /* box-shadow: 0 0px 5px #000; */
    background-color: #133d8d;
    color: #ffffff;
    padding: 5px 10px;
}

.hideable {
    display: none;
}

#div1 {
    display: none;
}


.phrase {
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 3px;
    padding-left: 8px;
    height: 50px;
}



#phrase1, #phrase2, #phrase3, .field {
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 3px;
    padding-left: 8px;
    height: 50px;
}



.drop_select select {
    width: 100%;
    height: 50px;
}

.buttons-section {
    margin-top: 5px;
    padding-right: 3px;
    display: inline-block;
    width: 100%;
}

.pdf-buttons-section {
    margin-top: 60px;
    padding-right: 3px;
    float: right;
    margin-right: -14px;
}

.btnCancel {
    width: 100%;
    background: #9b9b9b;
    border: 0;
    padding: 10px 40px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 1px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.btnRequest {
    width: 100%;
    background: #133d8d;
    border: 0;
    padding: 10px 40px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 1px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.divbuttons {
    float: left;
    margin-left: 15px;
}

.float-right {
    float: right;
}

@media screen and (max-width: 767px) {

    .float-right {
        float: none !important;
    }

    .divbuttons {
        margin: auto;
        float: none;
    }

    .pdf-buttons-section {
        display: none;
        width: 100%;
        padding-left: 10px;
        padding-right: 0px;
        margin-right: 0px;
    }
}

/*margin-bottom commented*/
.date {
    position: relative;
    /*margin-bottom: 32px;*/
}

#txtPlaintiffDOB {
    position: relative;
}

#txtAccidentDate {
    position: relative;
}

.date .error {
    position: absolute;
    left: 0;
    top: 100%;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: Proxima Nova !important;
    font-size: 13px !important;
    color: #3c4858 !important;
}

#NewApplication_PreviewDIV label {
    font-weight: bold;
}

#PreviewContent label {
    font-weight: bold !important;
}

textarea {
    margin-bottom: -11px;
}

.form-group:last-child {
    margin-bottom: 0;
}
