﻿body {
    font-family: Tahoma;
    font-size: 16px;
    color: black;
    background: #fafafa;
    background-color: #F0F3F7;
}
.imageseal {
    background-image: url('/Content/images/state-seal.png');
    opacity: 1.2;
    background-size: 18% auto;
    background-position: left 1% top 50%;
    background-repeat: no-repeat;
    height: 60px;
   
}

.indent {
    margin-left: 20px;
}

.modalInfoHeader {
    color: #073763;
}

.check-column {
    text-align:right;
    max-width:25px;
}

.sidebarheaderline {
    font-family: Tahoma;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    padding: .5rem;
}

.modal-close-button-row
{
    justify-content: right !important;
}

.form-elements-group
{
    margin-bottom: 5px !important;
}

.k-expander-header {
    color: #efefef !important;
    background-color: #073763 !important;
}

    .k-expander-header:hover {
        color: #efefef !important;
        background-color: #205789 !important;
    }



.input-drop-down-min-width {
    width: 250px !important;
}



@media (min-width: 768px) {

    .input-drop-down-min-width {
        width: 350px !important;
    }
}

@media (max-width: 568px) {
    .ovr-tab .steps li, .ovr-tab .step {
        text-align: center;
        padding: 12.5px 2px !important;
    }

    .indent {
        margin-left: 5px;
    }

    h1 {
        font-size: 1.3em !important;
    }

}


@media only screen and (max-width: 768px) {
    .k-breadcrumb .k-breadcrumb-link, .k-breadcrumb .k-breadcrumb-root-link {
        font-size: 10px;
        overflow: hidden !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        max-width: 75px;
        display: block !important;
    }

    .btn-continue {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 12px !important;
    }

    .ovr-tab .steps li, .ovr-tab .step {
        text-align: center;
    }

    .ovr-tab .steps ul {
    }

    .step-text {
        text-align: center;
        font-size: 8px;
    }
}

    .k-expander-title {
        color: #ffffff !important;
    }

    .layoutheaderbanner {
        background-color: white;
    }

    .layoutheaderline {
        font: normal normal bold 18px/22px Georgia !important;
        letter-spacing: 0px !important;
        color: #014B7E !important;
        margin-left: 65px !important;
        margin-top: 10px !important;
    }

    .headerLine1 {
        padding: 0px;
        margin-bottom: -10px;
        font-family: Segoe UI;
        color: #014B7E;
    }

    .headerLine2 {
        padding: 0px;
        font-family: Segoe UI;
    }

    .copyright {
        font-family: Segoe UI;
    }


    .navbar-text {
        display: inline-block;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem rem;
    }

    .pl-1, .px-1 {
        padding-left: 0.25rem !important;
    }

    .k-menu-vertical .k-link {
        white-space: normal !important;
    }

    .k-menu:not(.k-context-menu) > .k-item {
        color: #135A98 !important;
        background-color: #ffffff !important;
        border-color: #dee2e6
    }

    .k-menu:not(.k-context-menu) {
        background-color: #ffffff !important;
    }

    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1em;
        color: #333;
    }

    h3 {
        font-size: .925em;
    }

    h4 {
        font-size: .8125em;
    }

    h5 {
        font-size: .75em;
    }

    .border-all {
        background: #ffffff;
        border: 5px solid #ededed;
    }

    .eligibility-warning {
        padding: 1rem;
        margin-left: 2px;
        margin-right: 2px;
    }



    .full-height-main {
        min-height: 100vh;
    }

    .footer-bottom {
        width: 100%;
    }

    .margin-auto {
        margin: auto !important;
    }

.subHeader {
    color: #2A6EDC;
}

@media only screen and (min-resolution: 192dpi) {
    .k-breadcrumb .k-breadcrumb-link, .k-breadcrumb .k-breadcrumb-root-link {
        font-size: 10px; 
        overflow: visible !important;
        white-space: normal !important;
        text-overflow: clip !important;
        max-width: none !important;
        display: inline !important;
    }
}

    .btn {
        white-space: normal !important;
        word-wrap: break-word;
        border-radius: inherit !important;
    }

    .k-menu-vertical > .k-menu-item > .k-menu-link {
        padding-right: inherit !important;
    }

    .btn-red, .btn-red:active, .btn-red.active, .btn-red:hover {
        color: #fff;
        background-color: #b02a37;
        border-color: #b02a37;
    }

.btn-green, .btn-green:active, .btn-green.active, .btn-green:hover {
    color: #fff;
    background-color: #34854B;
    border-color: #34854B;
}

    .btn-blue, .btn-blue:active, .btn-blue.active, .btn-blue:hover {
        color: #fff;
        background-color: #073763;
        border-color: #073763;
    }

    .Cancel-link {
        padding: 0.375rem 0.30rem;
        text-decoration: underline !important;
        color: #0266d1 !important;
        font-weight: bold;
        cursor: pointer;
        font-size: 14px;
        padding-right: 15px;
    }

    .btn-continue {
        padding-left: 45px;
        padding-right: 45px;
        font-weight: bold;
    }

    .footer-text {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .required:before {
        content: "* ";
        font-weight: bold;
        color: red;
    }

    .k-form-hint, .k-form-error {
        font-size: 16px !important;
    }

    .required-note {
        color: red
    }

    #mainContainer .row {
        margin-bottom: 1rem;
    }

    .font-weight-bold {
        font-weight: 700 !important;
    }

    .ForceUpperCase {
        text-transform: uppercase;
    }

    .successBanner {
        color: black !important;
        background-color: #93C47D !important;
        text-align: center;
        font-weight: bold;
        width: 100%;
        padding: 5px;
    }

    .btnGreenText {
        color: white !important;
        background-color: forestgreen !important;
    }

    .k-button, .k-button-secondary {
        color: white !important;
        background-color: indianred !important;
        border-color: #0252c9;
    }

        .k-button-primary, .k-button.k-primary {
            border-color: #0d6efd;
            color: white !important;
            background-color: forestgreen !important;
        }

    .bool-radio-button {
        padding-left: 10px;
        padding-right: 10px;
    }

    label.required::before {
        content: "* ";
        color: red;
    }

    /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

    /* Provide sufficient contrast against white background */
    a {
        color: #0366d6;
    }

    .anchorcolor {
        color: #0069D9 !important;
    }

    .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }


    /* Sticky footer styles
-------------------------------------------------- */
    html {
        font-size: 14px;
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }

    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        /*line-height: 60px;*/ /* Vertically center the text there */
    }

    .text-danger-custom {
        color: #b30404 !important;
    }

    .field-validation-error {
        color: red;
        /*color: #b30404;*/
        /*font-weight: bold;*/
    }

    .field-validation-valid {
        display: none;
    }

    input.input-validation-error {
        border: 1px solid #b30404 !important;
    }

    span.input-validation-error {
        border: 1px solid #b30404 !important;
    }

    select.input-validation-error {
        border: 1px solid #b30404 !important;
    }

    input[type='checkbox'].input-validation-error {
        border: 0 none;
    }

    .invalid-input-icon {
        display: block !important;
    }

    .validation-summary-errors {
        color: #b30404;
        font-weight: bold;
        font-size: 1.1em;
    }



    .validation-summary-valid {
        display: none;
    }

    .error-row {
        background-color: #dd2f2f5e;
        font-weight: bold;
        font-size: 14px;
        padding: 15px;
    }

    a:focus {
        padding-top: 1px;
        outline: none;
        /*border: 3px dotted #14558F;*/
        border: 2px solid #f1a047;
        text-decoration: underline;
    }

    .linkhover:hover {
        text-decoration: underline !important;
    }

    .k-icon.k-i-sort-asc-sm,
    .k-icon.k-i-sort-desc-sm {
        color: #ffffff !important;
    }

    .required:before {
        content: "* ";
        font-weight: bold;
        color: red;
    }

    .hidden {
        display: none;
    }

    .k-dropdown .k-dropdown-wrap.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-focused {
        border-color: #86b7fe !important;
        background-color: #ffffff !important;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
    }

    .k-textbox:focus-within {
        border-color: #86b7fe;
        color: #495057;
        background-color: #ffffff;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .k-tooltip {
        color: black !important;
        background-color: #F0F3F7 !important;
        border: 1px solid lightgray !important;
    }

    .label-txn {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: normal !important;
    }

    .ui-autocomplete {
        height: 250px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .k-grid {
        border-width: 1px;
        border-style: solid;
        box-sizing: border-box;
        outline: 0;
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        flex-direction: column;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        border-color: #386669 !important;
    }

        .k-grid .k-alt {
            background-color: #f6f6f6 !important;
        }

    .k-grid-header {
        background-color: #3C6E71 !important;
        color: #f9f9f9 !important;
    }

        /* heading-3 */
        .k-grid-header .k-link {
            /*font-family: "Source Sans Pro" !important;*/
            /*font-size: 21px;*/
            font-size: 18px;
            font-weight: bold;
        }

    #accordion .k-grid .k-grid-header {
        background-color: #D4DFE0 !important;
        color: #000 !important;
        border-color: #D4DFE0;
    }

        #accordion .k-grid .k-grid-header .k-link {
            font-size: 18px;
            font-weight: bold;
        }

    #accordion2 .k-grid .k-grid-header {
        background-color: #D4DFE0 !important;
        color: #000 !important;
        border-color: #D4DFE0;
    }

        #accordion2 .k-grid .k-grid-header .k-link {
            font-size: 18px;
            font-weight: bold;
        }

    /*Active summary Header*/
    #gridAnnouncementActiveSummary .k-grid-header {
        font-size: 18px;
        font-weight: bold;
    }

    .k-filter-row th, .k-grid-header th.k-header {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .k-grid-norecords {
        margin: auto !important;
        width: 15% !important;
        padding: 10px !important;
    }

    .k-tabstrip-items-wrapper .k-item.k-state-active, .k-tabstrip-items-wrapper .k-item.k-state-selected {
        border-color: #dee2e6;
        /*color: #fff !important;*/
        /* background-color: #7A9AB7 !important;*/
    }

    .k-tabstrip {
        border-width: 0;
        border-color: transparent;
        box-sizing: border-box;
        outline: 0;
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 1rem;
        line-height: 1.5;
        color: inherit;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .k-card-header {
        border-color: #dee2e6;
        color: #212529;
        background-color: #D9E1EC !important
    }

    .k-state-active a {
        color: white !important
    }

    .k-tabstrip-items .k-link {
        padding: 0.5rem 1rem;
        color: inherit;
        cursor: pointer;
        display: inline-flex;
        vertical-align: middle;
        flex: 1 1 auto;
        flex-direction: row;
        align-content: center;
        align-items: center;
        /* color: black !important*/
    }



    /* button css */
    .k-button-primary, .k-button.k-primary {
        border-color: #3C4554;
        color: #ffffff;
        background-color: #3C4554 !important
    }

    .countcss {
        color: #BF631A;
        font-size: 18px;
        padding-left: 20px;
        padding-right: 15px;
    }

    /* kendo file upload css */
    .k-upload .k-dropzone {
        border-color: rgba(0,0,0,.08);
        color: #3b31317a;
        background-color: #fafafa !important;
        /*height: 100px !important;*/
        border: none !important;
    }

    /* kendo required field css */
    .k-form-hint,
    .k-form-error {
        margin-top: 4px;
        display: flex;
        font-size: 18px !important;
        font-style: normal;
    }


    .k-textbox.k-invalid, .k-textbox.k-state-invalid, .k-textbox.ng-invalid.ng-dirty, .k-textbox.ng-invalid.ng-touched {
        border-color: #dc3545;
        border-width: 2px !important;
    }

    /* kendo alert css */
    /*.k-dialog.k-alert .k-dialog-titlebar {
    background-color: #799ab7 !important;
    color: white;
    padding: 5px 20px 5px 10px;
}

.k-window-title {
    font-size:1.5rem !important;
}
.k-window-title k-dialog-title {
    color: #000000 !important;
}

.k-alert > .k-dialog-buttongroup {
    justify-content: center !important;
    border-width: 0px 0 0 !important;
    width: 125px !important;
    margin-right: auto;
    margin-left: auto;
}

.k-dialog.k-alert .k-button {
    background-color: #14558f !important;
    color: white !important;
}*/

    .k-window {
        border-radius: 0.25rem;
        padding: 0;
        border-width: 1px;
        border-style: solid;
        box-sizing: border-box;
        outline: 0;
        /*font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 1rem;
        line-height: 1.5;
        display: inline-flex;
        flex-direction: column;
        position: absolute;
        z-index: 10002;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        text-align: left !important;
        font-weight: 500;
    }

    .linkhover {
        color: #0266d1 !important;
    }

    /*kendo dialog*/
    .k-window > .k-window-titlebar {
        /* background-color: #799ab7 !important;*/
        background-color: #3C6E71 !important;
        color: white;
        padding: 5px 20px 5px 10px;
    }

    .k-window-title {
        font-size: 1.4rem !important;
    }

        .k-window-title k-dialog-title {
            color: #000000 !important;
        }

    .k-window > .k-window-content {
        font-size: 20px !important;
    }

    .k-window > .k-dialog-buttongroup {
        /* justify-content: center !important;*/
        border-width: 0px 0 0 !important;
        /* margin-right: auto;*/
        margin-left: auto;
    }

    #kendoAlertDiv ~ .k-dialog-buttongroup {
        width: 150px !important;
    }

    .invalid-input {
    }

    .input-container-flex {
        display: flex;
        align-items: center;
    }

    #infoModal {
        max-width: 100vw;
    }


    input[type=file]::file-selector-button {
        margin-right: 20px;
        border: none;
        background: #0d45a5;
        padding: 10px 40px;
        border-radius: 1px;
        color: #fff;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }

        input[type=file]::file-selector-button:hover {
            background: #084cdf;
        }

    /* Targeting the upload button on hover */
    .file-upload-button {
        background-color: #45a049; /* Darker green background on hover */
    }

    .input-container-flex-icon {
        margin-left: 4px;
    }

    .modal-hcaptcha {
        justify-content: center;
    }

    .red-icon {
        color: red !important;
    }

    #kendoConfirmDiv ~ .k-dialog-buttongroup {
        width: 300px !important;
    }

    .smaller-text {
        font-size: 14px;
    }

    .SSN-Digits {
        padding-left: 10px;
        font-size: 16px;
    }

    .input-header {
        padding-left: 10px;
        font-size: 14px;
    }

    .input-indented {
        margin-left: 18px;
    }

    .text-input-style {
        padding: 1px;
        padding-left: 5px;
        font-size: 14px;
        width: 155px;
    }

    .warning-failed:after {
        font-family: "Font Awesome 5 Free";
        content: "\f071";
        display: inline;
        position: inherit;
        text-align: center;
        font-weight: 600;
        color: red;
    }

    .enrollment-contact-type {
        margin-left: 12px;
    }

.cancel-flex-bottom {
    display: flex;
    align-items: flex-end;
}

.date-label-display {
    white-space: pre-wrap;
}

.k-upload .k-dropzone .k-dropzone-hint {
    white-space: normal !important;
    overflow: auto !important;
}

.checkbox-container {
    display: flex;
    align-items: start;
}

    .checkbox-container-check {
        margin-top: 4px;
        margin-right: 3px;
    }

    /* For Webkit browsers like Chrome, Safari */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* For Firefox */
    input[type="number"] {
        -moz-appearance: textfield;
    }



    .btn-modal {
        padding-left: 25px !important;
        padding-right: 25px !important;
        font-size: 18px;
    }

    .k-i-warning {
        color: red;
    }

    .modal-text-main {
        font-size: 17px;
    }

    .k-window > .k-dialog-buttongroup > .k-primary {
        background-color: #14558f !important;
        color: white !important;
        font-weight: bold;
    }
    /*kendo dialog*/

    .change-town-w {
        width: 100%;
        min-width: 300px;
    }


    .k-dropdowntree .k-multiselect-wrap .k-button, .k-multiselect .k-multiselect-wrap .k-button {
        padding: 0rem 1.2rem !important;
    }

    .k-autocomplete {
        width: 100% !important;
    }

    .displaynone {
        display: none;
    }

    .page-template {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .page-template .header {
            position: absolute;
            top: 10px;
            left: 30px;
            right: 30px;
            border-bottom: 0px solid #fff;
            color: #000;
            background-color: #fff;
        }

        .page-template .footer {
            position: absolute;
            bottom: 30px;
            left: 30px;
            right: 30px;
            border-top: 1px solid #888;
            text-align: center;
            color: #888;
        }

    .card-border {
        border-top: 5px solid #3C6E71;
    }

    .confirmation-display {
        background-color: #94bf94;
        font-weight: bold;
        font-size: 22px;
        padding: 25px;
    }

    .rejected-display {
        background-color: #cf7070;
        font-weight: bold;
        font-size: 22px;
        padding: 25px;
    }

    .input-fill-width {
        width: 100%;
    }

    

    .btn-start {
        padding: 20px;
        font-weight: bold;
    }

    #cancelModal {
        max-width: 600px !important;
    }

    #redirectModal {
        max-width: 600px !important;
    }

    .review-value {
        font-weight: bold;
    }

    .margin-review {
        margin-left: 15px;
        margin-right: 15px;
    }

    .address-block {
        max-width: 600px;
    }

.city-selector {
    font-size: 14px;
    margin-left: 10px;
}

.check-selector {
    font-size: 14px;
    margin-left: 10px;
}

    label.disabled {
        pointer-events: none;
    }

    .input-radio-button {
        margin-right: 10px;
        margin-left: 25px
    }

    .completedTab > div > .title > .step-icon.k-icon {
        color: white !important;
    }

.country-dropdown
{
    width:100% !important;
}

.button-as-link {
    background: none;
    border: none;
    color: #0366d6;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    padding: 0;
    margin: 0;
    text-align: left;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: white;
    padding: 8px;
    z-index: 100;
}

    .skip-link:focus {
        top: 0;
    }

legend {
    font-size: 16px !important;
}

.k-expander.k-state-focus {
    outline: solid black 2px !important;
}

    .button-as-link:hover,
    .button-as-link:focus {
        text-decoration: none;
        color: #0366d6;
    }



    .ovr-tab li:focus{
        border: solid 4px black;
    }

.invalid-field {
    border: 1px solid red;
}

    .suffix-dropdown {
        max-width: 75px;
        padding: 4px;
    }

.invalid-field-icon::after {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    color: red;
    position: absolute;
    margin-left: 5px;
}

.radio-alert::before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    color: red;
    margin-right: 7px;
    font-weight: 600;
}

input[type="checkbox"] {
    margin-right: 5px;
}

    .dateOfBirthField {
        width: 80%;
        margin-left: 5px;
        padding: 3px;
    }

    /* Overriding Bootstrap per Client */

    .k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
        background-color: unset !important;
    }

    span.k-dropdown-wrap.k-state-disabled {
        background-color: #e4e7eb !important;
    }

.invalid-icon-warning::before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    display: inline;
    position: inherit;
    text-align: center;
    font-weight: 600;
    color: red;
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
    #selectCityOrTown {
        margin-left: 30px;
    }
}
