/* Add here all your CSS customizations */

#lhnchatimg {
    position: relative;
    top: 18px;
    float: right;
    width: 80px;
    height: 30px;
}

.sectionTitle {
    color: #C86536;
}

.panel-body {
    background-color: #FFFFFF;
}

.ie8-unsupported {
    width: 100%;
    background-color: #FFFFCC;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    border: dotted 1px #ccc;
}

a {
    text-decoration: none;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
}

.h1, h1 {
    font-size: 36px;
}

.container.home-bg {
    padding-top: 20px;
}

.img-responsive {
    float: left;
    display: block;
}

.lang-change {
    margin: 0px -6px -60px 0px;
    float: right;
    vertical-align: top;
}

.welcome-block {
    color: #ffffff;
    background-color: #11698E;
    padding: 20px 20px 20px 20px;
}

.home-title {
    padding: 10px 0px 0px 0px;
    color: #ffffff;
}

.divider {
    height: 15px;
}

.divider2 {
    height: 0;
}

@media (max-width: 959px) {
    .divider2 {
        height: 0;
    }
}

@media (max-width: 1135px) {
    .divider2 {
        height: 23px;
    }
}

@media (max-width: 3200px) {
    .divider2 {
        height: 0;
    }
}

.link-wrapper {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 15px;
}

.help-header, .header-application {
    padding: 15px;
}

    .help-header p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 40px !important;
        color: #ffffff;
    }

        .help-header p > a {
            color: #ffdd55;
            font-weight: bold;
        }
        .help-header p > a:hover {
            color: #ffdd55;
            font-weight: bold;
            background-color:transparent;
        }
.text-wrapper {
    height: 90px;
}


@media (max-width: 1036px){
    .login-block input[type=submit].btn{
        margin-top: 50px;
    }
}

@media (max-width: 930px) {
    .text-wrapper {
        height: 95px;
    }
}

@media (max-width: 767px) {
    .text-wrapper {
        height: 50px;
    }
}

@media (max-width: 540px) {
    .text-wrapper {
        height: 90px;
    }
}

.help-header h1 {
    padding: 10px 0px 0px 0px;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
}

.header-application p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
}


.start-btn {
    text-align: center;
    padding-top: 15px;
}

a.start-button {
    background-color: #FAC43B !important;
    border-radius: 10px;
    width: 100% !important;
    height: 60px !important;
    font-weight: bold !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    border: 3px solid #fff;
    color: #000;
    padding: 10px 30px;
    text-decoration: none;
}

.body-render {
    width: 100%;
    display: block;
    padding: 10px 0px 10px 0px;
    color: #000000;
    background-color: transparent !important;
}

    .body-render > .row {
        margin: 0;
    }

.position-helper {
    margin-left: 20px;
    margin-right: 20px;
}

    .position-helper .row {
        margin-right: -40px;
    }

.select-region label,
.select-agency label {
    margin: 0 0 5px;
}

.select-region .k-widget,
.select-agency .k-widget {
    width: 100%;
}

#divProviderInfo {
    margin-top: 5px;
}

input[type=submit].blue-btn {
    height: 30px;
    background-color: #11698E;
    border-color: #11698E;
    color: #fff;
}

input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled {
    background-color: #777;
    border-color: #555;
    -webkit-opacity: 1 !important;
}

.agent-login label {
    margin: 0;
}

li .row {
    display: inline-flex;
}

    li .row:before {
        content: none;
    }

.k-popup .k-list .k-item, .k-fieldselector .k-list .k-item, .k-list-optionlabel, .k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.k-list-optionlabel {
    background-color: #638fb5;
    color: #FFF;
}

body {
    -webkit-overflow-scrolling: touch;
}

input.form-control[readonly] {
    cursor: text;
    background-color: #fff;
}

.zoomHolder {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    min-height: 140px;
    background-color: #FFF;
}

.k-popup.k-calendar-container, .k-popup.k-list-container {
    background-color: transparent;
    box-shadow: none;
    border-width: 0;
}

.k-list-scroller {
    background-color: #FFF;
    border: 1px solid #CCC;
}

.win-only, .mac-only {
    display: none;
}

html.win .win-only, html.mac .mac-only {
    display: inline;
}

html:not(.iphone) .ui-dialog .ui-dialog-content {
    height: auto !important;
}

.k-window-titlebar .k-window-action {
    display: none;
}

@media (max-width: 1024px) {
    html {
        overflow-x: hidden;
    }
    html, body {
        height: 100% !important;
    }

        body.sub-pages {
            margin-top: 0;
            padding-top: 20px;
        }

    .body-render {
        padding: 5px 10px 10px;
    }

    div {
        word-wrap: break-word;
    }

    img {
        max-width: 100%;
    }

    .validation-summary-errors {
        position: relative !important;
    }

        .validation-summary-errors ul {
            padding-left: 0;
        }

    header a {
        display: inline-block;
    }

        header a.logo {
            display: block;
        }

    header .lang-change {
        float: none !important;
        margin: 10px auto !important;
        text-align: right;
    }

    #login, #login a {
        font-size: 0.95em;
        color: white;
    }

    .home-title, .h1, h1 {
        font-size: 27px;
    }

    .h2, h2 {
        font-size: 25px;
    }

    a.start-button {
        padding: 10px 20px;
        display: block;
        height: auto !important;
        font-size: 16px !important;
        text-align: center;
        max-width: 260px;
    }

    .form-group {
        margin: 0 !important;
    }

    form {
        min-width: inherit;
    }

        form .row fieldset label {
            margin-left: 10px;
        }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        margin-left: -30px;
    }

    .login-forms {
        width: 100%;
    }

    .user-id label, .user-password label {
        float: none;
        display: block;
        width: 100%;
    }

    .forgot-password {
        padding-top: 0;
    }

    .check-status-btn {
        padding-right: 0 !important;
    }

    .k-window, .ui-dialog {
        width: 90% !important;
        left: 5% !important;
    }

    #main-content .container {
        width: 100%;
        padding: 0;
    }

    #divResults > p, #divResults em, #divResults ol, #divResults h1, #divEligible, #divNotEligible {
        font-size: 14px;
    }

    li .row, li.row {
        display: block;
    }

    input[type=checkbox], input[type=radio] {
        width: auto;
    }

    input[type=submit] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 15px 5px;
    }

    html[lang='fr'] input[type='submit'] {
        font-size: 1em;
    }

    input.text-box-title {
        max-width: 100%;
    }

    .credentials-label-wrap {
        padding: 40px 20px;
    }

    .contact-hours {
        font-size: 1em;
    }

    .check-status-btn a.btn-image {
        display: inline;
    }

    .checkbox-right {
        position: relative !important;
    }

    #MainContent_cblQualifiedDevices label {
        display: inline;
    }

    .question-wrapper {
        padding: 15px 0 !important;
    }

    #MainContent_gvHouseholdMembers {
        width: 560px !important;
    }

    #HouseholdMemberTableContainer .divGeneral {
        overflow-x: auto;
        width: 100%;
    }

    .login-block fieldset {
        text-align: center;
    }

    .logo > img {
        float: none !important;
    }

    .row.contact-block {
        padding: 0 0 30px;
    }

    input[type="submit"], input[type="button"], button {
        width: auto;
    }

    .applicant-dashboard-border {
        padding: 0;
        margin: 0 -20px;
    }

    .new-password label {
        float: left;
    }

    .contact-hours, .contact-title, .page-title {
        padding: 0;
    }

    .contact-hours {
        font-size: 1.1em !important;
    }

    .advisory-link {
        margin-right: 10px !important;
    }

    a.lang-button {
        margin-right: 3px;
    }

    .row[title="Date of Birth"] select {
        margin-bottom: 20px;
    }

    .primary-account-wrap, .address-wrap, .contact-information-wrap {
        padding: 20px 5px;
    }

    select {
        max-width: 100%;
    }

    form .row fieldset label.requiredTextInput {
        padding-left: 20px;
    }

        form .row fieldset label.requiredTextInput input {
            margin-top: 10px;
        }

    #MainContent_ChangePasswordControl1_ChangePasswordContainerID_btnChangePassword {
        float: left;
    }

    .welcome-block {
        padding: 10px;
    }

    #MainContent_gvHouseholdMembers th:last-child {
        width: 130px;
    }

    #MainContent_gvFAQs > tbody > tr, #MainContent_gvFAQs > tbody > tr > td {
        display: block;
        overflow: hidden;
    }

        #MainContent_gvFAQs > tbody > tr:not(.open) > td:last-child:not(:first-child) {
            display: none;
        }

        #MainContent_gvFAQs > tbody > tr.open td, .row-grey.open {
            background: white !important;
        }

        #MainContent_gvFAQs > tbody > tr.open > td:first-child:not(:last-child) {
            font-weight: bold;
        }

        #MainContent_gvFAQs > tbody > tr.FQACol.header {
            display: none;
        }

        #MainContent_gvFAQs > tbody > tr > td:first-child:not(:last-child) {
            background: #EFF3FB;
            position: relative;
        }

    #MainContent_gvFAQs .row-white, #MainContent_gvFAQs .row-grey {
        margin-bottom: 5px;
    }

    #MainContent_gvFAQs > tbody > tr > td:first-child:not(:last-child):after {
        content: '^';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 5px;
        right: 10px;
        text-align: center;
    }

    #MainContent_gvFAQs > tbody > tr:not(.open) > td:first-child:not(:last-child):after {
        transform: rotate(180deg);
    }

    #MainContent_gvFAQs > tbody > tr > td:first-child:not(:last-child) span {
        width: calc(100% - 35px);
        display: block;
    }

    #MainContent_gvFAQs > tbody > tr > td a {
        display: inline;
    }

    .input-lg {
        font-size: 16px;
    }

    .check-status {
        padding: 20px 15px 10px;
    }
}

@media (max-width: 425px) {
    input[type="submit"], input[type="button"], button {
        width: 100%;
    }
}

@media (min-width: 600px) {
    .icon-menu .col-sm-4 {
        width: 33.33333333%;
        float: left;
    }
}

@media (min-width: 650px) and (max-width:768px) {

    #MainContent_pnlStatus .col-sm-5 {
        width: 50%;
        float: left;
    }

    #MainContent_pnlStatus .col-sm-7 {
        width: 50%;
        float: left;
    }
}

.btn-grey {
    background-color: grey !important;
    border-color: grey !important;
    margin: 30px;
}

.or {
    margin-top: 30px;
    float: left;
}

#MainContent_ButtonNextESign {
    margin-bottom: 30px;
}

#MainContent_gvHouseholdMembers td input[type="submit"]:first-child {
    margin-top: 0;
}

.hide-scroll {
    display:none;
}