﻿#welcomeMessage {
    color: white !important;
}

#username {
    color: white !important;
}

#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: #b0423a;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    margin-bottom: 20px;
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0 calc(24px / 2) 0 0;
}

.navbar-brand-box {
    padding: 0 1.5rem;
    text-align: center;
    width: 250px;
}

.logo {
    line-height: 70px;
}

    .logo .logo-sm {
        display: none;
    }

.logo-light {
    display: none;
}

@media (max-width: 992px) {
    .navbar-brand-box {
        width: auto;
    }

    .logo span.logo-lg {
        display: none;
    }

    .logo span.logo-sm {
        display: inline-block;
    }
}

.page-content {
    padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2);
    margin-top: 25px;
}

.header-item {
    height: 70px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #555b6d;
    border: 0;
    border-radius: 0px;
}

    .header-item:hover {
        color: #555b6d;
    }

.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: #f6f6f6;
    padding: 3px;
}

.noti-icon i {
    font-size: 22px;
    color: #555b6d;
}

.noti-icon .badge {
    position: absolute;
    top: 12px;
    right: 4px;
}

@media (max-width: 600px) {
    .navbar-header .dropdown {
        position: static;
    }

        .navbar-header .dropdown .dropdown-menu {
            left: 10px !important;
            right: 10px !important;
        }
}

@media (max-width: 380px) {
    .navbar-brand-box {
        display: none;
    }
}

.main-content {
    margin-left: 0;
    overflow: hidden;
}

@media (max-width: 992px) {
    .main-content {
        margin-left: 0 !important;
    }
}

.topnav {
    background: #fff;
    padding: 0 calc(24px / 2);
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    margin-top: 70px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    margin-bottom: 50px !important;
}

    .topnav .topnav-menu {
        margin: 0;
        padding: 0;
    }

@media (max-width: 991.98px) {
    .navbar-brand-box .logo-dark {
        display: block;
    }

        .navbar-brand-box .logo-dark span.logo-sm {
            display: block;
        }

    .navbar-brand-box .logo-light {
        display: none;
    }

    .topnav {
        max-height: 360px;
        overflow-y: auto;
        padding: 0;
    }
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #556ee6;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.fw-medium {
    font-weight: 500;
}

.mini-stats-wid .mini-stat-icon {
    overflow: hidden;
    position: relative;
}

    .mini-stats-wid .mini-stat-icon:before, .mini-stats-wid .mini-stat-icon:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 54px;
        background-color: rgba(255, 255, 255, 0.1);
        left: 16px;
        -webkit-transform: rotate(32deg);
        transform: rotate(32deg);
        top: -5px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .mini-stats-wid .mini-stat-icon::after {
        left: -12px;
        width: 12px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

.mini-stats-wid:hover .mini-stat-icon::after {
    left: 60px;
}

@media print {
    .navbar-header {
        display: none !important;
    }

    .card-body, .main-content, .page-content, body {
        padding: 0;
        margin: 0;
    }

    .card {
        border: 0;
    }
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: center;
    }
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    margin-right: 0;
}

.profile-user-wid {
    margin-top: -26px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    span {
        font-size: 18px;
    }
}

h5 {
    color: #6c303d;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

body {
    margin-bottom: 60px;
    font-size: 17px;
}

.row {
    margin-bottom: 5px;
}

.table {
    border-collapse: collapse;
}

    .table td {
        border-color: lightgrey;
    }

    .table tr {
        border-color: lightgrey;
    }

thead th {
    border-color: lightgrey;
}

#interviews_filter {
    padding-bottom: 5px;
}

a {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

table, td, th {
    border-collapse: collapse;
}

th, td {
    border: 1px solid black;
}

.w3-button:hover {
    background-color: slategrey;
}

.fas:hover {
    color: slategrey;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.btn.save-btn {
    color: #fff;
    background: #556ee6;
    float: right;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.btn.save-btn {
    color: #fff;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    border: 5px solid #57d301;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.yellow {
    color: orange;
}

.table thead {
    background-color: lightsteelblue;
    border: hidden;
}

.save-btn.dropdown-toggle {
    float: left;
}
/* 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. */



#client-info-message {
    background-color: lightsteelblue;
    color: white;
    padding: 20px;
    margin: 20px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 4px;
    margin-left: 50px;
    margin-right: 50px;
}

.table.table-bordered {
    border-collapse: collapse;
}

/*html{
    background-color:black;
}
*/
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    // background-color:black;
    // color:white;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width:576px) {
    #SectionContent {
        display: contents;
    }

    #SectionContent {
        width: 40%;
    }

        #SectionContent .btn {
            width: 100px;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #SectionContent {
        display: contents;
    }

    #SectionContent {
        width: 40%;
    }

        #SectionContent .btn {
            width: 100px;
        }

    .app-name {
        display: none;
    }

    input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        transform: scale(2);
        margin: 10px;
    }

    input[type=radio] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        transform: scale(2);
        margin: 10px;
    }

    span {
        font-size: 18px;
    }

    .form-group label {
        font-size: 18px;
    }

    .col-sm-12 {
        font-size: 18px;
    }
    /* your css rules for ipad portrait */
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #SectionContent {
        display: contents;
    }

    #SectionContent {
        width: 40%;
    }

        #SectionContent .btn {
            width: 100px;
        }

    .app-name {
        display: none;
    }
    /* your css rules for ipad portrait */
}

#SectionContent {
    margin-top: 20px;
}

h2 {
    color: slategray;
}

h3 {
    color: #6c303d;
}

h5 {
    color: #6c303d;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.transparentcolor {
    color: transparent;
}

.lblerror {
    color: red;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(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;
    font-size: 17px;
}

.row {
    margin-bottom: 5px;
}

.table {
    border-collapse: collapse;
}

    .table td {
        border-color: lightgrey;
    }

    .table tr {
        border-color: lightgrey;
    }

thead th {
    border-color: lightgrey;
}

#interviews_filter {
    padding-bottom: 5px;
}

a {
    text-decoration: none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border: none !important;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.field-space {
    padding: 10px 0;
}

.text-center {
    text-align: center;
}



.pointer {
    cursor: pointer;
}





@media (min-width: 320px) and (max-width: 1024px) {


    .for-desktop {
        display: none;
    }



    .res-card {
        padding-top: 20px;
    }

    .

    .lg-font h5 {
        font-size: 15px;
    }

    .for-img-size {
        width: 45px;
    }

    .for-width .container {
        max-width: 1170px !important;
    }

    .mrg-20 {
        margin-bottom: 20px;
    }

    .text_header {
        padding: 6px 5px;
        font-weight: 600;
        color: #57d301;
        text-align: left;
        font-family: 'Quicksand', sans-serif;
        font-size: 16px !important;
    }

        .text_header:after {
            content: "\00a0\00a0\00a0\00a0\00a0";
            text-decoration: line-through;
            padding: 0 5px;
        }

        .text_header:before {
            content: "\00a0\00a0\00a0\00a0\00a0";
            text-decoration: line-through;
            padding: 0 5px;
        }
}

/** table style start here **/
table,
td,
th {
    border-collapse: collapse;
}

th, td {
    border: 1px solid black;
}

table.for-border {
    width: 100%;
}

.width-48 {
    width: 48%;
}

.width-30 {
    width: 30%;
}

.underline {
    text-decoration: underline;
}

.background-gray {
    background-color: gray;
}

table.section-a tr td:first-child {
    padding-left: 10px;
}

.width-18 {
    width: 18%;
}

.border-left-none {
    border-left: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-top-none {
    border-top: none !important;
}

.border-right-none {
    border-right: none !important;
}



.header-container {
    max-width: 1300px;
    width: 100%;
}





.dark-blue-text {
    color: #0A38F5;
}

.header .profile {
    color: #000;
}



.w3-dropdown-hover.float-right {
    top: 10%;
}

.w3-dropdown-content.w3-bar-block.w3-border {
    width: 100%;
}

.Signoff {
    margin-right: 75px;
}

.w3-button:hover {
    background-color: slategrey;
}

.fas:hover {
    color: slategrey;
}

.mobile-nav {
    display: none;
}

.w3-black, .w3-hover-black:hover {
    color: #111010 !important;
    background-color: white !important;
}



.w3-container.w3-teal {
    background-color: #007bff !important;
}

#cookieConsent {
    display: none;
}
/*form menu end*/


/* new page */
img.logo-img {
    width: 200px;
}

.app-name {
    text-align: center;
    /*width: 350px;*/
}

.site-logo {
    /*width: 350px;*/
}

.left-col {
    float: left;
}

.right-col {
    text-align: right;
    float: right;
}

.for-desktop .login-id {
    background-color: slategrey !important;
    color: #fff !important;
}

    .for-desktop .login-id:hover, .for-desktop .login-id:active, .for-desktop .login-id:focus, .for-desktop .login-id:visited {
        background: #fff !important;
        color: #6c303d !important;
    }

.Signoff .login-id {
    background-color: slategrey !important;
    color: #fff !important;
}

    .Signoff .login-id:hover, .Signoff .login-id:active, .Signoff .login-id:focus, .Signoff .login-id:visited {
        background: #fff !important;
        color: #6c303d !important;
    }

.main-section {
    margin: 0;
    width: 100%;
    display: block;
    clear: both;
}

.tab-content {
    width: 100%;
    clear: both;
    float: left;
    margin: 20px 0;
}

.app-name h1 {
    color: #fff;
    font-size: 28px;
    padding: 0 15px;
    text-align: left;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.tab .nav-tabs {
    border: none;
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.tab ul li {
    background: #448d99;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 2px;
    border: none;
    line-height: 20px;
    vertical-align: middle;
    position: relative;
    padding: 7px 0;
    text-align: center;
    display: table-cell;
    border-right: 1px solid #fff;
}

    .tab ul li.active a:after {
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 10px;
        border-top-color: #448d99;
        content: '';
        pointer-events: none;
    }

    .tab ul li:last-child {
        border-right: none;
    }

.tab .nav-tabs li a {
    padding: 0;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
}

.tab ul li.already-done {
    background: #3a8c25;
}

.tab .tab-content {
    padding: 15px 20px;
    margin: 0;
    font-size: 14px;
    /*color: #6c303d;*/
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-height: 350px;
}

.btn.savenofloat-btn {
    color: #fff;
    background: #556ee6;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.btn.save-btn {
    color: #fff;
    background: #556ee6;
    float: right;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

#buttonDiv {
    font-size: 15px;
}

#sor3Check {
    margin-left: 15px;
    height: 15px;
    width: 15px;
}

.btn.dup-btn {
    color: #fff;
    background: #556ee6;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-top: 15px;
}

.btn.save-btn, .btn.savenofloat-btn :hover {
    color: #fff;
}

#saveSection1AsDraft {
    background-color: #FF6019;
    margin-left: 10px;
}

#SaveSectionBAsDraft {
    background-color: #FF6019;
    margin-left: 10px;
}

#saveSectionCAsDraft {
    background-color: #FF6019;
    margin-left: 10px;
}

#saveSectionDAsDraft {
    background-color: #FF6019;
    margin-left: 10px;
}

#saveSectionEAsDraft {
    background-color: #FF6019;
    margin-left: 10px;
}

#saveSectionFAsDraft {
    background-color: #FF6019;
    margin-left: 10px;
}

#saveSectionGAsDraft {
    background-color: #FF6019;
    margin-left: 10px;
}

#saveSectionHAsDraft {
    background-color: #FF6019;
    margin-left: 10px;
}
/*****/
.bar-top {
    margin: 20px 0 30px;
}

.my_form {
    float: left;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.new_form {
    float: right;
    padding: 8px 20px;
    width: 150px;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a8c25;
    color: white;
}

    .new_form a {
        font-size: 20px;
    }

.my-form {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .tab .tab-content {
        margin-top: 0;
    }
}

/** Loader start here **/
.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    border: 5px solid #57d301;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}
/** Loader end here **/

/** tab content style start here **/
.col-form-label {
    justify-content: flex-start !important;
}
/** tab content style end here **/

.bold {
    font-weight: bold;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.margin-top-1 {
    margin-top: -1% !important;
}

.margin-left-2 {
    margin-left: 2.5% !important;
}

.margin-left-30 {
    margin-left: 30% !important;
}

.margin-left-30-5 {
    margin-left: 30.5% !important;
}

.margin-left-26-6 {
    margin-left: 26.6% !important;
}

.margin-left-14 {
    margin-left: 14% !important;
}

.margin-left-28 {
    margin-left: 28% !important;
}

.margin-left-3 {
    margin-left: 3% !important;
}

.margin-left-5 {
    margin-left: 5% !important;
}

.margin-left-7 {
    margin-left: 7% !important;
}

.margin-left-12 {
    margin-left: 12% !important;
}

.margin-left-2 {
    margin-left: 2% !important;
}

.margin-left-6-3 {
    margin-left: 6.3% !important;
}

.margin-left-37 {
    margin-left: 37% !important;
}

.hr {
    border-top: 3px solid black !important;
    margin: 0px 0 !important;
}

.textareaSpecify {
    width: 510px !important;
    resize: none;
}

.other-specify {
    width: 50% !important;
    display: inline-block !important;
}

.margin-top-5 {
    margin-top: 5%;
}

.margin-top-3 {
    margin-top: 3%;
}

.align-right {
    text-align: right !important;
}

.width100 {
    width: 100%;
}

.for-space td {
    padding: 5px;
}

.color-red {
    color: red;
}

.display-none {
    display: none;
}

.font-color {
    color: #6c303d;
}

.fontWeight500 {
    font-weight: 500;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.padding-30 {
    padding: 30px 0 !important;
}

.margin-bottom-1 {
    margin-bottom: 1%;
}

.margin-bottom-4 {
    margin-bottom: 4%;
}

/** for design issues**/
.for-block {
    display: flex;
}

.btm-space {
    margin: 0 0 10px;
}

.col-center {
    margin: 0px auto;
    display: block !important;
    text-align: center;
}

.remove-scroll {
    overflow: hidden;
    width: 100%;
    display: block;
}

    .remove-scroll td span {
        font-size: 13px !important;
    }

.remove-pd {
    padding: 0;
}

.left-space {
    margin-left: 20px;
}

.danger {
    color: red;
}

.padding-0 {
    padding: 0px;
}

.support-description {
    max-height: 300px;
    min-height: 40px;
}

.width80 {
    width: 80% !important;
}

.SectionRecordNote {
    font-size: 13px;
    color: red;
}

.margin-top1 {
    margin-top: 1% !important;
}

.show-more {
    text-decoration: none;
    color: cornflowerblue;
}

    .show-more:hover {
        cursor: pointer;
        text-decoration: inherit;
        color: cornflowerblue;
    }

.login-link {
    text-decoration: underline !important;
    color: blue !important;
}

.hidden {
    display: none !important;
}

.interview-note-before {
    cursor: pointer;
    color: black;
}

.interview-note-after {
    cursor: pointer;
    color: red;
}


.note-textarea {
    width: 100% !important;
    height: 100px !important;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}

.user-colm {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 120px;
}

    .user-colm li:last-child span {
        display: block;
        font-size: 12px;
        color: slategrey;
    }

.user-btn {
    float: none !important;
    width: 90px;
}

.in-progress {
    color: darkorange;
    display: block;
    font-size: 13px;
    background: rgba(255, 140, 0,0.3);
    padding: 5px;
    text-align: center;
    margin-top: 5px;
    border-radius: 3px;
    width: 110px;
}

.fi-xed {
    color: green;
    display: block;
    font-size: 13px;
    background-color: rgba(0, 128, 0,0.3);
    padding: 5px;
    text-align: center;
    margin-top: 5px;
    border-radius: 3px;
    width: 110px;
}

#alcoholsectionb {
    color: black !important;
}

.note-outer {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .note-outer .user-date {
        font-size: 12px;
        padding-left: 5px;
        color: red;
        text-transform: uppercase;
        cursor: pointer;
    }

.user-delete {
    font-style: italic;
    color: gray;
}

.black-color {
    color: black !important;
}

.yellow {
    color: orange;
}

.table thead {
    background-color: lightsteelblue;
    border: hidden;
}

.span-wide {
    display: inline;
    cursor: pointer;
}

.green {
    color: green;
}

.orange {
    color: orange;
}

.cursor {
    cursor: pointer;
}

.save-btn.dropdown-toggle {
    float: left;
}


.interview-id-container {
    background-color: cornflowerblue;
    border-bottom-right-radius: 5px;
    color: white;
    font-size: 20px;
    line-height: 39px;
    position: relative;
    text-align: center;
    top: -8px;
    left: -10px;
    height: 39px;
    width: 128px;
    display: inline-block;
}

.interview-type {
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    right: -4px;
    position: relative;
}

.name-div {
    width: 150px;
}

.name-top-div {
    width: 100%;
    font-size: 17px;
}

.name-bottom-div {
    width: 100%;
    font-weight: bold;
    font-size: 10px;
}

.badge-info {
    background-color: cornflowerblue !important;
    padding: 6px;
}

.w3-text-brown {
    font-size: 11px;
}

.alert-primary {
    font-size: 11px;
}


/*STATS*/


.wrapper {
    position: relative;
}

.heading {
    margin: 25px 0;
    font-size: 24px;
}

.dashboard-stat {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    display: block;
    margin: 5px 5px 5px 5px;
    overflow: hidden;
    border-radius: 4px;
    width: 240px;
}

    .dashboard-stat .visual {
        width: 80px;
        height: 80px;
        display: block;
        float: left;
        padding-top: 10px;
        padding-left: 15px;
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 35px;
    }

    .dashboard-stat i {
        margin-left: -15px;
        font-size: 110px;
        line-height: 110px;
        color: #fff;
        opacity: .1;
    }



.details {
    position: absolute;
    right: 8px;
    padding-right: 15px;
    color: #fff;
}

    .details .number {
        padding-top: 25px;
        text-align: right;
        font-size: 34px;
        line-height: 36px;
        letter-spacing: -1px;
        margin-bottom: 0;
        font-weight: 300;
    }

.desc {
    text-transform: capitalize;
    text-align: right;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
}

.top.right {
    position: absolute;
    top: 0;
    right: 15px;
    color: white;
    padding-right: 15px;
}

test {
    color: #3a8c25
}

.dashboard-stat.blue {
    background-color: #337ab7;
}

.dashboard-stat.red {
    background-color: #e7505a;
}

.dashboard-stat.purple {
    background-color: #8E44AD;
}

.dashboard-stat.hoki {
    background-color: #67809F;
}

.card-header.bold {
    font-weight: bold;
}

.reports {
    /*    display:flex;*/
    flex-wrap: wrap;
}

    .reports .card {
        /*    max-width:700px;
*/
        margin: 5px;
    }

@media only screen and (min-width:1000px) {
    .reports .card {
        min-width: 500px;
    }
}

@media only screen and (max-width: 500px) {
    .reports .card-body {
        padding: 5px 0px 0px 0px;
    }

    .wrapper.container.stats .row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.container {
    max-width: 2000px !important;
}

/*validation css*/
#how-many-children-reunited-no {
    color: black !important;
}

#how-many-children-reunited-Refused {
    color: black !important;
}

.aligncenter {
    text-align: center;
}

#loginButton {
    color: white;
}

    #loginButton:hover {
        color: black;
    }

.page-title-box {
    padding-bottom: 24px;
}

    .page-title-box .breadcrumb {
        background-color: transparent;
        padding: 0;
    }

    .page-title-box h4 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px !important;
    }

.avatar-xs {
    height: 2rem;
    width: 2rem;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #556ee6;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.avatar-group {
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .avatar-group .avatar-group-item {
        margin-left: -12px;
        border: 2px solid #fff;
        border-radius: 50%;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

        .avatar-group .avatar-group-item:hover {
            position: relative;
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
        }

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

@media print {
    .page-title-box {
        display: none !important;
    }
}

.project-list-table {
    border-collapse: separate;
    border-spacing: 0 12px;
}

    .project-list-table tr {
        background-color: #fff;
    }

.searchArea button, .searchArea .inputDiv, .searchArea input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    display: inline-flex;
    justify-content: space-between;
}

.searchArea .inputDiv {
    overflow: hidden;
}

.searchArea input {
    border: 0;
    width: 400px;
    padding: 0 3px;
}

.table.table-bordered {
    border-collapse: collapse;
}

h2 {
    color: slategray;
}

h5 {
    color: #6c303d;
}

.row {
    margin-bottom: 5px;
}

.table {
    border-collapse: collapse;
}

    .table td {
        border-color: lightgrey;
    }

    .table tr {
        border-color: lightgrey;
    }

thead th {
    border-color: lightgrey;
}

a {
    text-decoration: none;
}

table, td, th {
    border-collapse: collapse;
}

th, td {
    border: 1px solid black;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.btn.save-btn {
    color: #fff;
    background: #556ee6;
    float: right;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.btn.save-btn {
    color: #fff;
}

.my_form {
    float: left;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    border: 5px solid #57d301;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.hidden {
    display: none !important;
}

.interview-note-after {
    cursor: pointer;
    color: red;
}

.note-outer {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.table thead {
    background-color: lightsteelblue;
    border: hidden;
}

.span-wide {
    display: inline;
    cursor: pointer;
}

.green {
    color: green;
}

.orange {
    color: orange;
}

.cursor {
    cursor: pointer;
}

.save-btn.dropdown-toggle {
    float: left;
}

.interview-id-container {
    background-color: cornflowerblue;
    border-bottom-right-radius: 5px;
    color: white;
    font-size: 20px;
    line-height: 39px;
    position: relative;
    text-align: center;
    top: -8px;
    left: -10px;
    height: 39px;
    width: 128px;
    display: inline-block;
}

.interview-type {
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    right: -4px;
    position: relative;
}

.name-div {
    width: 150px;
}

.name-top-div {
    width: 100%;
    font-size: 17px;
}

.name-bottom-div {
    width: 100%;
    font-weight: bold;
    font-size: 10px;
}

.badge-info {
    background-color: cornflowerblue !important;
    padding: 6px;
}

.w3-text-brown {
    font-size: 11px;
}

.alert-primary {
    font-size: 11px;
}

.container {
    max-width: 2000px !important;
}

#CompletedInterviews {
    max-height: 760px;
    overflow-y: scroll !important;
    padding-top: 10px;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 1;
}

#dropdownMenu {
    overflow-y: scroll;
    max-height: 250px;
    width: 280px;
}

#addUser input {
    width: fit-content !important;
}

#errorMsgAlcNoDaysForNaltrexone {
    display: none;
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

    .custom-checkbox input {
        display: none; /* Hide the default checkbox */
    }

    .custom-checkbox span {
        font-size: 24px; /* Adjust icon size */
        color: gray; /* Default color */
        transition: color 0.3s; /* Smooth transition for color change */
    }

    .custom-checkbox input:checked + span {
        color: green; /* Change color when checked */
    }

        .custom-checkbox input:checked + span::before {
            /*content: 'check_box';*/ /* Show checked icon */
        }

/* Toast Error Messages */
#toast-container > .formNotComplete {
    background-color: #556ee6;
}

/* NEW FORM STYLES */
/* Container & layout */
#NewSectionContent {
    max-width: 700px;
    margin: 40px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background: #f9f9f9;
    padding: 30px 40px;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

    /* Section title */
    #NewSectionContent h1 {
        font-weight: 700;
        font-size: 2.2rem;
        margin-bottom: 25px;
        color: #222;
        border-bottom: 2px solid #4A90E2;
        padding-bottom: 8px;
    }

/* Question block */
.question-block {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

    /* Question label */
    .question-block label strong {
        display: block;
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    /* Text input */
    .question-block input[type="text"] {
        width: 100%;
        padding: 10px 14px;
        font-size: 1rem;
        border: 1.5px solid #ccc;
        border-radius: 6px;
        transition: border-color 0.3s ease;
    }

        .question-block input[type="text"]:focus {
            border-color: #4A90E2;
            outline: none;
            box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
        }

    /* Select dropdown */
    .question-block select {
        width: 100%;
        padding: 10px 14px;
        font-size: 1rem;
        border: 1.5px solid #ccc;
        border-radius: 6px;
        background-color: white;
        transition: border-color 0.3s ease;
    }

        .question-block select:focus {
            border-color: #4A90E2;
            outline: none;
            box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
        }

    /* Radio & Checkbox labels */
    .question-block label {
        font-weight: 500;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        margin-bottom: 8px;
        user-select: none;
    }

    .question-block input[type="radio"],
    .question-block input[type="checkbox"] {
        margin-right: 8px;
        accent-color: #4A90E2; /* Modern colored check/radio on supported browsers */
        cursor: pointer;
    }

/* Button styling */
.newFormButton {
    display: inline-block;
    padding: 12px 28px;
    font-size: 1.1rem;
    background-color: #4A90E2;
    border: none;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

    .newFormButton:hover {
        background-color: #357ABD;
    }

/* Remove default margin from form elements */
form {
    margin: 0;
    padding: 0;
}

/* ---------- Fancy glassy pill nav ---------- */
/* ---------- Tabbed section nav ---------- */
.section-nav.newtabs {
    position: sticky;
    top: 0;
    z-index: 120;
    background: #fff;
    backdrop-filter: blur(6px);
    padding: 8px 0 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #e7ebf3;
}

/* Scroll container with soft edge fade on mobile */
.section-nav__scroller {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(to right, transparent 0, black 24px, black calc(100% - 24px), transparent 100%);
}

.section-nav.newtabs ul {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0 6px;
    border-bottom: 2px solid #eef2f8; /* Track line */
}

.section-nav__item {
    flex: 0 0 auto;
    position: relative;
}

.section-nav.newtabs a {
    display: inline-block;
    padding: 12px 14px;
    font: 600 0.95rem / 1.1 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    color: #2b2f36;
    border-radius: 8px 8px 0 0;
    transition: color 0.15s ease, background-color 0.15s ease, transform 0.12s ease;
}

    /* Hover/focus */
    .section-nav.newtabs a:hover {
        color: #0f1b2d;
        background: #f8fbff;
    }

.section-nav.newtabs a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.25);
}

/* Active tab styles */
.section-nav__item.is-active a {
    color: #0e1a2b;
    background: #fff;
}

/* Animated underline indicator */
.newtabs__indicator {
    position: absolute;
    height: 3px;
    bottom: -2px;
    left: 6px;
    width: 0;
    background: linear-gradient(90deg, #86b7ff, #4A90E2);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.35);
    transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), width 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Compact on small screens */
@media (max-width: 420px) {
    .section-nav.newtabs a {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
}

.section-nav {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    padding: 0.5rem 0;
}

.section-nav__scroller {
    overflow: hidden;
}

.section-nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.section-nav__item {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
}

    .section-nav__item a {
        display: block;
        width: 100%;
        padding: 0.6rem 1rem;
        border-radius: 9999px;
        border: 1px solid #d1d5db;
        background: #f3f4f6;
        color: #111827;
        text-decoration: none;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

        .section-nav__item a:hover {
            background: #3b82f6;
            color: #fff;
            border-color: #3b82f6;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

    .section-nav__item.is-active a {
        background: #2563eb;
        color: #fff;
        border-color: #2563eb;
    }






