

html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 12px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #18BC9C;
}

html {
    position: relative;
    min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*.bootstrap-select.form-control {
    border: 1px solid #dce4ec;
}*/

/*span {
    display: block;
}*/
.DARSuccess {
    color: #519236;
    font-weight: bold;
}

.jumbotron {
    margin-top: 100px;
    padding: 50px;
}

.dz-progress {
    /* progress bar covers file name */
    display: none !important;
}

.field-validation-error:before {
    /*font-family: "Font Awesome 4";
    content: "\f0a9";*/
    font-family: FontAwesome;
    content: "\f057\00a0";
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

/*.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}*/

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

    .validation-summary-errors:before {
        font-family: FontAwesome;
        content: "\f057\00a0";
    }

.alert-warning:before {
    font-family: FontAwesome;
    content: "\f06a\00a0";
}


.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.dropzone {
    background: white;
    border-radius: 5px;
    /*border: 2px dashed rgb(0, 135, 247);*/
    border-color: #3498DB;
    border-image: none;
    margin-left: auto;
    margin-right: auto;
}

    .dropzone .dz-message {
        font-style: italic;
    }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48;
}


.input-validation-error {
    border: 1px solid #ff0000 !important;
    border-color: #b94a48;
    /*background-color: #ffeeee !important;*/
}

/*.btn {
    padding: 0px 15px;
}*/

.btnDARSelect {
    padding: 10px 15px;
}

.form-control, input {
    border-width: 1px !important;
}

.btn-fixed {
    white-space: nowrap;
    width: auto;
    height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
}
.btnFix {
    padding: 5px 11px;
}

.btnFixRad {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: 1px solid;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.DARError {
    border: 1px solid #ff0000 !important;
    border-radius: 4px;
}

.DARBoldLabels {
    /*font-style: italic;*/
    color: #3498DB;
}

.navbar-brand {
    padding: 15px 15px !important;
}

hr.ThickDiv {
    border: 1px solid;
}

.btn-success {
    background-color: #18bc9c !important;
    color: white !important;
}

.btn-default {
    background-color: #ffffff !important;
    color: #2c3e50 !important;
}


.input-sm-dar {
    padding: 0px 0px;
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    height: 33px !important;
    /*padding-right: 25px;*/
    z-index: 1;
    /*background-color: #ffffff !important;*/
    /*color: #30406d !important;*/
    border-color: #dbe3eb !important;
}

    .bootstrap-select > .dropdown-toggle.bs-placeholder,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
        background-color: #ffffff;
        color: #30406d;
        border-color: #dbe3eb;
    }

.bootstrap-select .dropdown-toggle:focus {
    border-color: #30406d !important;
    outline: none !important;
}





.REQUIREDDATE {
    display: block !important;
    white-space: pre-line !important;
}

/*.btn {
    padding: 7px 12px;
}*/
.caret {
    border: 0px !important;
}

/*
.footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
    text-align: center;
}
*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 0px !important;
    /*;*/
}


/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
/*.gj-icon {
    color: red !important;
}*/
.ui-helper-center {
    text-align: center;
    vertical-align: middle !important;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 7px 10px !important;
            line-height: 1.42857143;
            text-decoration: none;
            color: #ffffff;
            background-color: #18bc9c;
            border: 1px solid transparent;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #ffffff;
            background-color: #0f7864;
            border-color: transparent;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #0f7864;
        border-color: transparent;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #ecf0f1;
        background-color: #3be6c4;
        border-color: transparent;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 18px 27px;
    font-size: 19px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 6px 9px;
    font-size: 13px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 21px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #18bc9c;
            border: 1px solid transparent;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                /*background-color: #0f7864;*/
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #ffffff;
        background-color: #18bc9c;
        cursor: not-allowed;
    }


.column_nodisplay {
    display: none;
}

.column_nowrap {
    /*display: none;*/
}


.validation-summary-errors ul {
    display: none;
}

.SelfSpouseHeader {
    background-color: #2c3e50 !important;
    color: white;
    width: 99% !important;
    min-width: 80px !important;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.addQuestionRowOdd {
    background-color: #e2e0e0;
    padding: 4px 4px 4px 0px;
}

.input-group-addon {
    padding: 0px 5px !important;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #2c3e50;
    text-align: center;
    background-color: #ecf0f1;
    border: 1px solid #dce4ec;
    border-radius: 4px;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn:focus,
        .input-group-append .btn:focus {
            z-index: 3;
        }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}


.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.45rem 0.5rem !important;
}

.modal-backdrop.show {
    opacity: 0.8;
}


.input-group-addon, .input-group-btn {
    width: 1%;
}



.FullWidthAddress {
    width: 100% !important;
    max-width: none;
    height: 31.5px;
}


.bootstrap-select .dropdown-toggle .filter-option {
    font-size: 13px !important;
    /*height: 45px !important;*/
    /*padding: 6px 9px;*/
}

.form-control-date {
    /*height: 35px !important;
    padding: 0.25rem 0.5rem;
    font-size: 1rem !important;
    line-height: 1.5;
    border-radius: 0.2rem;*/
    width: 130px !important;
}

.cardHead {
    /*font-weight: bold;*/
    color: #18bc9c;
    border-radius: .5em;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.validation-summary-valid.alert-danger {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-error {
    display: block;
}

.dl-horizontal dt {
    white-space: normal;
}

.validation-summary-errors li {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    /*background-color: #ffeeee !important;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 350px;*/
}

.navbar {
    font-size: small;
    border-radius: 0px;
    padding: 2px 2px 2px 2px !important
}

.DetailLabels {
    font-weight: bold;
    font-style: italic;
}

.FullWidthItems {
    width: 100% !important;
    max-width: none;
}

/*.FullWidthAddress {
    width: 100% !important;
    max-width: none;
}*/

.REQUIRED_INDICATOR {
    font-style: italic;
    font-weight: bold;
    font-size: smaller;
    color: red;
}

.REQUIRED_INDICATOR_LARGE {
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: medium;
}

.bg-default {
    color: #ffffff;
    background-color: #95a5a6;
    border-color: #95a5a6;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.03);*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}




.accordion > .card {
    overflow: hidden;
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0;
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0;
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion > .card .card-header {
        margin-bottom: -1px;
    }


.clearfix {
    clear: both;
    padding: 0;
    margin: 0;
    height: 5px;
    display: block;
}


.alert {
    position: relative;
    /*padding: 0.75rem 1.25rem;*/
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

.tableForceCenter {
    text-align: center !important;
    vertical-align: middle !important;
}

.prime {
    position: relative;
    margin: 25px auto;
}

.show {
    font-size: small;
    display: auto;
}

.hidden {
    display: none;
}
/*
form {  
  text-align: left;
}
*/
label .paddingRight {
    padding-right: 5px;
}

.beaconAllowed {
    cursor: copy;
}

.grid-striped .row:nth-of-type(odd) {
    background-color: silver;
}

.form-check-label {
    text-align: left;
}

.form-check-input {
    margin-left: 0;
    width: auto;
    transform: scale(1.25);
}

.w-card-max {
    width: 90%;
}

.card-footer .control-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-footer .label-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-footer input[type="checkbox"] {    
    height: 20px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    clear: both;
}

div.dataTables_processing {    
    z-index: 1;
}


table .btn-link {
    color: #008080;
}


label.required:after {
    content: " *";
    color: black;
}

span.field-validation-error ~ label.required:after {
    color: red;
}

.bootstrap-datetimepicker-widget {
    display: inline-block;
    margin: 5px; /* Add a margin as needed */
    min-width: auto; /* Remove any minimum width that may be set */
    max-width: none; /* Remove any maximum width that may be set */
}

.highlight tr {
    background-color: grey;
}

 
