﻿/* 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. */

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    height: 100%;
}



body {
    height: 100%;
}

@font-face {
    font-family: 'jacobschronos_rg';
    src: url('../fonts/jacobschronos_rg.ttf') format('truetype');
}

.outerbackground {
    /*font-family: 'Jacobs Chronos App', 'Jacobs Chronos', Arial;*/
    font-family: 'jacobschronos_rg';
    background: url(../assets/oml-background-ripples.png);
    background-repeat: no-repeat;
    background-size: 1920px;
}

.bg-gray {
    background-color: #E6E6E6;
}

.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

}

a {
    color: #231EDC !important;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

    a img {
        border: 0;
    }

.footer-container {
    display: flex;
    justify-content:space-between;
}

.footer-link:hover, a:hover, a:focus {
    color: #001E55 !important;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    transform: scale(1.04, 1.04);
}

button {
    border-radius: 1px !important;
    text-decoration: none;
    font-weight: bold !important;
}

.btn {
    transition: all 0.2s ease-in-out;
}

    .btn:not(.disabled):hover {
        transform: scale(1.04, 1.1);
        border: 1px solid transparent;
    }

h1, h2, h3, h4, h5 {
    /*font-family: 'Jacobs Chronos App', 'Jacobs Chronos', Arial;*/
    font-family: 'jacobschronos_rg';
    font-weight: bold;
}
 nav {
     padding-top:30px !important;
 }

footer {
    padding-top:50px;
    padding-bottom: 50px;
}

.footer-link {
    padding-right: 28px;
    padding-top: 4px;
    font-size: 14px
}

.flex {
    display: flex;
}

.nav-language {
    align-items: center;
    padding-left:5px;
}

.nav-language i {
    font-size: 1.3em;
}

.language-filter {
    filter: invert(17%) sepia(90%) saturate(7472%) hue-rotate(248deg) brightness(83%) contrast(112%);
}

.language-item {
    margin-left:6px;
}

/* Counter */

.outer-counter {
    min-width: 210px;
    min-height: 210px;
    max-width: 210px;
    max-height: 210px;
    border: 4px solid;
    border-radius: 50%;
    border-color: #5AE6FF;
    position: relative;
    margin-top: 160px;
    margin-left: 250px;
}

.inner-counter {
    min-width: 190px;
    min-height: 190px;
    width: 190px;
    top: 6px;
    left: 6px;
    border: 2px solid;
    border-radius: 50%;
    border-color: #E6E6E6;
    /* become a flex container */
    /* its children will be flex items */
    display: flex;
    /* place items in column */
    flex-direction: column;
    /* center flex items horizontally */
    align-items: center;
    /* center all content vertically */
    justify-content: center;
    text-align: center !important;
    position: absolute;
    color: #001E55;
    font-weight: bold;
}

    /* simulate one more item to "balance" dex text */
    .inner-counter:before {
        visibility: hidden;
    }

.checkin-count {
    font-size: 1.6rem;
    font-weight: bold;
    color: #0A7DFF;
}

.account-link-mobile {
    display: none;
}

/* Provide sufficient contrast against white background */
.btn-link {
    color: #231EDC;
}
    .btn-link:hover {
        color: #001E55;
        text-decoration:none;
    }

.btn-primary {
    background-color: #231EDC;
    border-color: #231EDC;
    color: #fff;
    padding-left:2rem;
    padding-right: 2rem;
}

.btn-outline-primary {
    color: #231EDC;
    border-color: #231EDC;
    padding-left: 2rem;
    padding-right: 2rem;
}

    .btn-primary:hover, .btn-outline-primary:hover {
        background-color: #001E55;
        color: #fff;
    }

    .btn-outline-primary.disabled, .btn-outline-primary.disabled:hover {
        color: #999 !important;
        border-color: #999 !important;
        background-color: transparent;

    }

.registration-form .text-danger, #change-password-form .text-danger {
    font-size: 0.75em;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-link {
    font-size: 14px;
}

.nav-item {
    align-items: center;
}

.nav-item {
    /*font-size: 1.3em;*/
    color: #231EDC;
}

.social-link, .social-link:hover {
    text-decoration: none !important;
}

i.fa-circle, i.fa-circle {
    color: lightgray;
    opacity: 0;
    transition: 0.3s;
}

.fa-stack:hover .fa-circle {
    opacity: 1;
}

.reset-form .text-danger, #change-password-form .text-danger {
    font-size: 0.75em;
}

.reset-form button, a.btn {
    width: 400px;
    margin-right: 60px;
    border-radius: 1px;
    font-size: 1em;
    min-width: 150px;
    height: 3.5em;
    text-decoration: none;
}

.account-icon {
    color: lightgray;
    font-size: 20px;
}

    .account-icon:hover {
        color: #231EDC;
    }

.nav-item {
    padding-right: 15px;
}

.form-check-label:hover {
    cursor: pointer;
    color: #001E55;
    font-weight: bolder;
}

.padded-nav {
    padding-bottom: 50px;
    border-bottom: 1px solid #aaa;
}

.editor-container {
    margin:10px 0;
}

#language-container input[type=text], .language-container textarea {
    width: 100%;
}

#language-container input[type=checkbox]
{
    height:18px !important;
    width: 18px !important;
    margin-left:3px;
}

/* Sticky footer styles
-------------------------------------------------- */
.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;
}




/* OML Styles
-------------------------------------------------- */
.height-100 {
    height: 100%;
}

.width-100 {
    width: 100%;
}

.padding-0 {
    padding: 0 !important;
}

.padding-22 {
    padding: 22px;
}

.padding-b-0 {
    padding-bottom: 0 !important;
}

.text-sm {
    font-size: 0.85em;
}

.hide {
    display: none;
}

.oml-logo {
    width: 200px;
}

.oml-logo-padded {
    padding: 0.5rem 1rem 0 0.5rem;
}

#oml-logo-container {
    display: block;
    padding-right: 50px;
}

.padded-container {
    margin-left: 100px;
    margin-top: 160px;
    max-width: 540px;
}


#intro-text {
    font-size: 32px;
    text-align: left;
    letter-spacing: -0.08px;
    line-height: 130%;
    color: #333333;
    opacity: 1;
}

#checkin-container {
    margin-top: 65px;
}

    #checkin-container button, a.btn {
        margin-right: 60px;
        border-radius: 1px;
        font-size: 1em;
        min-width: 150px;
        height: 3.5em;
        text-decoration: none;
    }

    #checkin-container p {
        line-height: 125%;
        margin-top: 1em;
    }

.oml-dropdown {
    background-color: #e5e5e5;
    border-radius: 0;
    padding: 2px 5px;
    top: 70%;
    left: 8px;
}

.oml-dropdown-item {
    background-color: #e5e5e5;
    color: #231EDC !important;
    font-size: 14px;
    padding: 4px 5px;
    border-bottom: 1px solid #bebebe;
}

    .oml-dropdown-item:hover {
        background-color: #e5e5e5;
    }

.innerbackground {
    /*font-family: 'Jacobs Chronos App', 'Jacobs Chronos', Arial;*/
    font-family: 'jacobschronos_rg';
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    margin-bottom: 60px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.1rem;
}

.form-check-label {
    margin-bottom: 1rem;
    cursor: pointer;
}

    .form-check-label:hover {
        cursor: pointer;
    }

.form-check-input, .form-check-input:hover {
    border: 1px solid rgba(0, 0, 0, .25);
    cursor: pointer;
}

.btn-outline-dark:hover:enabled {
    background-color: #001E55;
    color: #ffffff !important;
}

#chartjs-tooltip3 {
    position: absolute !important;
    background: #D3D3D3;
    border-radius: 3px;
    color: #000;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 0);
    transition: all .1s ease;
}

.form-label-container {
    display: flex;
    justify-content: space-between;
}

    .form-label-container i {
        display: none;
        color: #001E55;
        font-size: 1.1em;
    }

.oml-input, .oml-select {
    border: 1px solid #231EDC;
    border-radius: 2px;
    opacity: 1;
    max-width: 400px;
    
}

    .oml-select:focus, button:focus {
        box-shadow: none;
        outline: none;
    }
.oml-select {
    background-image: url('../assets/icon_drop_down.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1em auto, 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.registration-form .form-group label, #profile-form .form-group label, #change-password-form .form-group label {
    font-size: 0.85em;
    margin-bottom: 2px;
}

.registration-form hr {
    margin-bottom: 3px;
    margin-top: 40px;
}

.register-inner {
    padding: 30px 77px 0 130px;
}

#dt-header {
    padding-top: 30px;
}


#login-container label {
    font-size: 14px;
    margin-bottom: 3px;
}

#login-container button, a.btn {
    width: 400px;
    margin-right: 60px;
    border-radius: 1px;
    font-size: 1em;
    min-width: 150px;
    height: 2.8em;
    text-decoration: none;
}

    a.btn:hover {
        text-decoration: none !important;
    }

.login-buttons {
    margin-top: 50px;
}

.password-toggle {
    position: absolute;
    top: 15px;
    left: 370px;
    color: #231EDC !important;
}

.gray-placeholder {
    position: absolute;
    width: 33%;
    height: 100%;
    background-color: #E6E6E6;
}

#register-container button {
    border-radius: 1px;
    font-size: 1em;
    min-width: 80px;
    text-decoration: none;
    font-weight: bold;
}

#register-container a {
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 1em;
}

    #register-container a:hover {
        text-decoration: underline;
        text-underline-offset: 5px;
        font-weight: bold;
        cursor: pointer;
    }


.register-buttons {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}

    .register-buttons.first {
        justify-content: flex-end;
    }

.register-header {
    display: none;
}


.finish {
    text-align: center
}

#registration-form fieldset:not(:first-of-type) {
    display: none
}

#register-right {
    padding: 0;
}

.register-message {
    max-width: 400px;
    margin: 200px 0 0 77px;
}

#account-settings-container {
    margin-top: 60px;
}

.account-nav .nav-link {
    text-decoration: none;
    padding-left:0 !important;
}

    .account-nav .nav-link.active {
        color: #001E55 !important;
        text-decoration: underline !important;
        background-color: transparent;
        font-weight: bold;
    }

.account-nav-panel {
    border-right: 1px solid #ccc;
}

.reset-form .form-group label, #profile-form .form-group label, #change-password-form .form-group label, #language-container .form-group label {
    font-size: 0.85em;
    margin-bottom: 2px;
}

.reset-form hr {
    margin-bottom: 3px;
    margin-top: 40px;
}


#mobile-rule {
    display: none;
}

.account-panel {
    margin-left: 60px;
}

.form-view {
    border-bottom: 1px solid #aaa;
    margin-bottom: 8px;
    margin-left: 8px;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
}

#account-view, #account-edit {
    max-width: 400px;
}

.account-buttons, .language-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

    .account-buttons.spaced {
        justify-content: space-between;
    }

.text {
    color: #2F8D46;
    font-weight: normal
}

.selectedCategory {
    font-weight:bold;
    font-size: 24px;
    color: #0A7DFF;
    margin-left:-20px;
}

.questionrange {
    font-size: 10px;
    margin-left: -20px;
    font-weight: 600;
}

.category-progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.category-progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

.progress, .progress-number,.category-progress {
    background-color: transparent !important;
}

.progress-number {
    display: flex;
}

    .progress-number, .progress-number div {
        /*margin-right: 10px;*/
    }

        .progress-number div {
            width: 25%;
            font-size: 1em;
            color: #0A7DFF;
            padding-left:5px;
        }

            .progress-number div i {
                font-size: 1.1em;
                color: #001E55;
                display: none;
            }

.progress, .category-progress {
    background-color: transparent !important;
}

    .progress, .progress div, .category-progress, .category-progress div {
        height: 4px;
        margin-right: 10px;
        margin-bottom: 35px;
        padding-left:10px;
    }

#checkin-button-container {
    max-width:500px;
    margin-right:10px;
}

.select2-search--field {
    width: 100%;
    color: #212529 !important;
}

.select2-selection--multiple {
    border: 1px solid #231EDC !important;
}

.progress-completed {
    background-color: #001E55;
}
.btn-secondary {
    color: #fff;
    background-color: #0A7DFF;
    border-color: #6c757d;
}

.progress-inactive, .progress-completed, .category-progress-inactive {
    height: 2px !important;
}

.progress-inactive, .category-progress-inactive {
    background-color: #0A7DFF;
}

.progress-bar {
    background-color: #0A7DFF
}

#progress-step4 {
    margin-right: 0;
}

.question-answer-container .progress-number div{
    width:33.3%;
}
/**/
/*Engagement/Disengagement graphs*/
.engagement-graph, .disengagement-graph {
    margin: 20px;
}

    .engagement-graph td, .disengagement-graph td {
        padding: 0.5rem;
        width:50%;
    }

    .engagement-circle {
        border-radius: 20px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background: #FFFFFF;
        margin-left: 5px;
    }

.engagement-content {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: #0AD287;
    /*-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;*/
}

.disengagement-circle {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #FFFFFF;
    margin-left: 5px;
}

.disengagement-content {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: #231EDC;
    /*-webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out;*/
}

.engagement-graph div, .disengagement-graph div {
    display: inline-block;
    vertical-align: middle;
}

.area{
    padding-top:2px;
}

/*.area-header{
    padding-top:4px;
    margin-right:20px;
}*/

.problemsolving-circles, .cognitive-circles, .express-emotion-circles, .social-support-circles, .wishful-thinking-circles, .self-criticism-circles, .social-withdrawal-circles, .problemavoidance-circles {
    /*margin-left: 50px;*/
    display: table-row;
}

    .problemsolving-circles div, .cognitive-circles div, .express-emotion-circles div, .social-support-circles div, .wishful-thinking-circles div, .self-criticism-circles div, .social-withdrawal-circles div, .problemavoidance-circles div {
        margin-top:0.5rem;
    }

/*.express-emotion-circles {*/
   /* margin-left: 43px;*/
    /*display: table-row;
}

.social-support-circles {*/
    /*margin-left: 64px;*/
    /*display: table-row;
}

.wishful-thinking-circles {*/
    /*margin-left: 18px;*/
    /*display: table-row;
}

.self-criticism-circles {*/
 /*   margin-left: 44px;*/
    /*display: table-row;
}

.social-withdrawal-circles {*/
   /* margin-left: 10px;*/
    /*display: table-row;
}*/

/*End Engagement/Disengagement graphs*/
/* Severity Levels */
.very-poor {
    color: #001E55;
}

.poor {
    color: #231EDC;
}

.high-wellbeing, .good {
    color: #007D55;
}

.low, .fullcheckin-fair {
    color: #0A7DFF;
}

.fair {
    color: #003C2D;
}

.excellent {
    color: #0AD287;
}
/* end severity levels */

/*CSS for result circles*/
.high-wellbeing-circle, .excellent-circle {
    width: 300px;
    height: 300px;
    border: 1px solid #C8C8C8;
    border-radius: 50%;
    margin: 47px auto;
}

.fair-circle, .good-circle {
    width: 250px;
    height: 250px;
    border: 1px solid #C8C8C8;
    border-radius: 50%;
    margin: 47px auto;
}

.low-circle, .fullcheckin-fair-circle {
    width: 200px;
    height: 200px;
    border: 1px solid #C8C8C8;
    border-radius: 50%;
    margin: 47px auto;
}

.poor-circle {
    width: 150px;
    height: 150px;
    border: 1px solid #C8C8C8;
    border-radius: 50%;
    margin: 47px auto;
}

.very-poor-circle {
    width: 100px;
    height: 100px;
    border: 1px solid #C8C8C8;
    border-radius: 50%;
    margin: 47px auto;
}

.excellent-circle-highlight {
    width: 300px;
    height: 300px;
    border: 4px solid #0AD287;
    border-radius: 50%;
    margin: 5px;
    z-index: 2;
}

.high-wellbeing-circle-highlight {
    width: 300px;
    height: 300px;
    border: 4px solid #007D55;
    border-radius: 50%;
    margin: 5px;
    z-index: 2;
}

.fair-circle-highlight {
    width: 250px;
    height: 250px;
    border: 4px solid #003C2D;
    border-radius: 50%;
    margin: 47px auto;
}

.low-circle-highlight {
    width: 200px;
    height: 200px;
    border: 4px solid #0A7DFF;
    border-radius: 50%;
    margin: 47px auto;
}

.fullcheckin-fair-circle-highlight {
    width: 200px;
    height: 200px;
    border: 4px solid #0A7DFF;
    border-radius: 50%;
    margin: 47px auto;
}

.good-circle-highlight {
    width: 250px;
    height: 250px;
    border: 4px solid #007D55;
    border-radius: 50%;
    margin: 47px auto;
}

.poor-circle-highlight {
    width: 150px;
    height: 150px;
    border: 4px solid #231EDC;
    border-radius: 50%;
    margin: 47px auto;
}

.very-poor-circle-highlight {
    width: 100px;
    height: 100px;
    border: 4px solid #001E55;
    border-radius: 50%;
    margin: 47px auto;
}

.excellent-smiley {
    background: url("../assets/6_excellent_face.svg");
    margin-left: 20px;
    width:56px;
    min-width: 56px;
    height: 56px;
}

.high-wellbeing-smiley, .good-smiley {
    background: url("../assets/5_high_wellbeing_face.svg");
    margin-left: 20px;
    width:56px;
    min-width: 56px;
    height: 56px;
}

.fair-smiley {
    background: url("../assets/4_fair_face.svg");
    margin-left: 20px;
    width: 56px;
    min-width: 56px;
    height: 56px;
}

.fullcheckin-fair-smiley {
    background: url("../assets/4_fullcheckin-fair.svg");
    margin-left: 20px;
    width: 56px;
    min-width: 56px;
    height: 56px;
}

.low-smiley {
    background: url("../assets/3_low_face.svg");
    margin-left: 20px;
    width: 56px;
    min-width: 56px;
    height: 56px;
}

.poor-smiley {
    background: url("../assets/2_poor_face.svg");
    margin-left: 20px;
    width: 56px;
    min-width: 56px;
    height: 56px;
}

.very-poor-smiley {
    background: url("../assets/1_very_poor_face.svg");
    margin-left: 20px;
    width: 56px;
    min-width: 56px;
    height: 56px;
}

.smiley {
    display:inline-block;
    margin-right:3px;
    margin-left:15px !important;
}

.smiley-center {
   margin-top:70px;
   margin-left:45px;
}

.smiley-center-full {
    margin-top: 30px;
    margin-left: 23px;
}

/*.question-answer-container {
    padding-top: 120px;
}*/
.question-sublabel p {
    margin: 0 0 8px 0;
}

.question-label p {
    margin: 0 0 24px 0;
}

/*#Question_Section,survey-section {
    width: 350px !important;
}*/
.survey-section {
    width: 350px !important;
    /*max-height:450px !important;*/
    max-height: 600px !important;
}

.results-section {
    width: 450px !important;
    font-size:0.9rem;
    margin:10px;
}

.results-content {
    margin-bottom:24px;
}
/*.results-container {
    padding-top: 120px;
}*/
.result-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10%;
    margin-right: 10%;
}

#question_container{

}
.category-list-unstyled {
    list-style-type: none;
}
.transparent-card card {
    background-color: #E6E6E6;
}

.addmargin{
    margin:20px;
}

.transparent-card-body card-body {
    /*    padding: 0;*/
    margin: 20px;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.result-row row{

}

#progress-section {
    margin-left: 20%;
    margin-right: 20%;
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}

    .flex-child:first-child {
        margin-right: 20px;
    }

/*CSS for Myresult */



.cards_wrap .card_item {
    padding-top: 15px;
    padding-right: 35px;
    width: 33%;
}

.cards_wrap .card_inner a {
    color: #fff;
}



.cards_wrap .card_inner img {
    width: 56px;
    height: 56px;
}

.cards_wrap .card_inner hr {
    margin-top: 5rem;
    margin-bottom: 0.5rem;
}


/*CSS for result circles*/

/* results section */
.addSpace {
    margin: 10px;
}
/* results section */

.results-date {
    margin-bottom: 24px;
    margin-left:10px;
}

.results-header {
    margin-bottom: 8px;
    margin-left:10px;
}

.results-score {
    margin-bottom: 24px;
    margin-left: 10px;
}

.results-description{
    margin-left:10px;
}

.suggestion-list {
    padding-left:10px;
}

.results-div{
    padding-right:10px;
}

.fixed {
    position: fixed;
}

.result-category-div {
    padding-bottom: 50px;
    margin-right:5px;
    margin-top:17px;
}

.result-category-header{
    white-space:nowrap;
    display:flex;
}

.result-category-description{
    display:inline-block;
    margin-left:10px;
}

.result-category-sevLevel {
    font-size: 1.5rem;
    margin-top:6px;
}

.result-category-extrainfo{
    margin-left:15px;
    margin-top:10px;
}

.result-suggestion-div{
    margin:15px;
}

.suggestion-sublist{
    padding-left:0px;
}

.disengagement-extrainfo, .engagement-extrainfo, .standard-extrainfo, .discrepancy-extrainfo {
    margin-top: 20px;
}

.suggestions-div {
    /*height: 800px;*/
    /*overflow-y:scroll;*/
    margin-left: 50%;
    margin-bottom: 300px;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

.fixed-header-padding {
    margin-top:100px;
}

/*Remove the scrollbar from Chrome, Safari, Edge and IE*/
/*::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

* {
    -ms-overflow-style: none !important;
}*/

/*Need help styles*/

.hidebullets{
    list-style-type:none;
}

.need-help-container {
    margin: 10px;
}

.need-help-table {
    margin-left: -50px;
    margin-top:20px;
}

.need-help-header {
    margin-top: 2rem;
}

.need-help-intro{
    margin-top:2rem;
}

.need-help-desc{
    box-sizing:border-box;
    margin-top:5px;
}

    .need-help-desc p {
        padding: 0.2rem;
        padding-left:1rem;
    }

.need-help-countries{
    margin-top:2rem;
}
.need-help-countrycontent {
    margin-top: 2rem;
}

    .need-help-countrycontent .card-header {
        /*background-color: #e6e6e6 !important;
        border: none;*/
        padding-left: 1.5rem;
        font-weight: bold;
        font-size: 18px;
    }

        .need-help-countrycontent .card-header div {
            padding-left: 0.25rem;
        }

    .need-help-countrycontent .card-body{
        padding-top:0px;
    }

        .need-help-countrycontent .card-body div {
            font-size: 14px;
        }

    .need-help-countrycontent p {
        margin-top: 0.5rem;
        padding-left:1rem;
    }

    .need-help-countrycontent span {
        margin-top: 0.5rem;
        padding-left: 1rem;
    }

    .need-help-countrycontent .nav-link {
        padding-left:0.25rem;
    }

    .need-help-countrycontent a:hover {
        transform:scale(1.007,1.007);
    }

.needhelpbackground {
    -webkit-box-shadow: 1px 3px 6px rgb(0 0 0 / 20%);
    max-width: 75%;
    /*border-right: 2px solid darkgray !important;
    border-left: 2px solid darkgray !important;*/
    /*background-color:#e6e6e6 !important;*/
}


.account-icon-mobile {
    font-size: 2rem;
    color: lightgray;
}

.dropdown-toggle::after {
    margin-left:5px;
}

.marginl-60 {
    margin-left: 60px;
}


/*End need help styles*/


/* Set container width for higher resolutions */
@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}


/* Desktop Specific*/
@media (min-width: 992px) {
    html {
        font-size: 16px;
    }

    main {
        /*height: 450px;*/
        height: 100%;
    }

    .dropdown-toggle::after {
        margin-left: 10px !important;
    }

    #checkin-container {
        display: flex;
    }

        #checkin-container button {
            width: 210px;
        }

    .checkin-button-container {
        max-width: 210px;
        margin-right: 60px;
    }

    #btn_next {
        padding-right: 25px;
        padding-left: 25px;
    }

    #mobile-need-help {
        display: none;
    }

    .oml-logo-mobile, .logo-placeholder {
        display: none;
    }

    .mobile-nav {
        display: none;
    }   

    .desktop-nav {
        display: block;
    }

    #GraphContainer {
        display: block;
    }

    .headersticky {
        padding-top: 30px;
        background-color: #e6e6e6;
    }

    .pageHeader {
        margin-top: 100px;
    }

    .aboutpageHeader {
        margin-top: 120px;
        margin-left: 3%;
    }

    .headerstickyM {
        padding-top: 30px;
        /*margin-top: 30px;*/
        margin-right: 6%;
    }

    .TC {
        padding-left: unset;
    }

    .bg-fixed {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        z-index: -1000
    }

    .register-inner {
        padding-left: 0;
    }

    .faqTitle {
        /*font-family: 'Jacobs Chronos App', 'Jacobs Chronos', Arial;*/
        font-family: 'jacobschronos_rg';
        font-weight: bold;
        font-size: 1.5rem;
        width: 70%;
    }

    .Resetpassword-inner {
        margin-top: 6%;
        padding-right: 77px;
    }

    #Abfooter-header {
        margin-left: 6%;
        margin-bottom: 2%;
    }

    #pgheader {
        margin-top: 4%;
        margin-bottom: 2%;
    }

    .cards_wrap .card_inner {
        /* background:#000;*/
        border-radius: 5px;
        padding-top: 15px;
        padding-right: 15px;
        /*padding-left: 15px;
    padding-bottom: 10px;*/
        min-width: 225px;
        /* min-height:295px;*/
        color: #000;
    }

    .cards_wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .Title {
        /*font-family: 'Jacobs Chronos App', 'Jacobs Chronos', Arial;*/
        font-family: 'jacobschronos_rg';
        font-weight: bold;
        font-size: 1.5rem;
        width: 70%;
        margin-top: 25px !important;
    }
}
@media (min-width: 992px) and (max-width:1200px)
{
    .outer-counter {
        margin-left:100px;
    }
}

/*@media (min-width: 770px) and (max-width:991px) {
    .outer-counter {
        margin-left: 100px;
    }

    .padded-container {
        margin-left:0;
    }


    .result-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
    }
}*/

@media (min-width: 992px) {
    .register-inner {
        padding-left: 0;
    }

    #cngpwd {
        display: block;
    }

    #cngCpwd {
        display: block;
    }
}

@media (max-height: 760px)
{
    .suggestions-div {
        margin-left: auto;
        margin-bottom: 0;
    }

    .fixed {
        position: relative;
    }

    .result-row {
        display:flex;
    }

}

/* Mobile Specific*/
@media (max-width: 991px) {
    html {
        font-size: 16px;
    }

    body {
        background-color: #E6E6E6 !important;
        background-image: none !important;
    }

    nav {
        padding-top:0.5rem !important;
        align-items: flex-start !important;
 
    }
    .mobile-social {
        margin-top:30px;
    }
    .mobile-social a {
        padding-right:20px;
    }
    .navbar-toggler {
        border: 0;
        padding: 0;
    }

    /*.justify-content-between {
        height:1200px;
    }*/

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(35, 30, 220)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }

    .container {
        margin: 0;
        padding: 0;
        max-width:100%;
    }

    header {
        padding-top: 0;
    }

        header .container {
            display: flex;
            align-items: center;
        }

    #oml-logo-container {
        display: none !important;
    }

    .password-toggle {
        right: 10px;
        left: auto;
    }

    .padded-container {
        margin: 80px 20px 20px 20px;
        max-width: 100%;
    }

    #checkin-container {
        display: block;
    }

    #checkin-container button, #login-container button {
        width: 100%;
        margin: 0;
    }

    #register-container {
        margin:10px !important;
    }

   .marginl-60 {
      margin:30px auto;
   }

    .oml-input {
        max-width:100%;
    }

    .gray-placeholder, #register-right, #dt-header {
        display:none;
    }

    .register-header {
        display: block;
    }

    footer {
        display: none;
    }

    #mobile-need-help {
        display: flex;
        justify-content: flex-end;
    }

    .oml-logo-mobile, .logo-placeholder {
        width: 35px;
    }

    .logo-placeholder {
        opacity: 0;
    }

    .mobile-nav {
        display: block;
    }

    .desktop-nav {
        display: none;
    }
    #GraphContainer {
        display: none;
    }
    .headersticky {
        background-color: #e6e6e6;
    }

    .sticky {
        top: 0;
        background-color: #e6e6e6;
    }

    .pageHeader {
        margin-top: 60px;
    }

    .aboutpageHeader {
        margin-top: 60px;
    }

    .headerstickyM {
        background-color: #e6e6e6;
    }

    .TC {
        padding-left: 15px;
    }

    .faqTitle {
        /* font-family: 'Jacobs Chronos App', 'Jacobs Chronos', Arial;*/
        font-family: 'jacobschronos_rg';
        font-weight: bold;
        font-size: 1rem;
        width: 70%;
        padding-left: 20px;
    }

    #account-settings-container {
        margin: 20px;
    }

    .account-nav-panel {
        border-right: 0;
    }

    .account-panel {
        margin: 0;
    }

    .padded-nav {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .register-inner {
        padding: 60px 10px 10px 10px;
    }

    #delete-account {
        border: 0;
    }

    #mobile-rule {
        display: block;
        border-top: 2px solid #aaa !important;
    }

    .Resetpassword-inner {
        /* padding: 30px 77px 0 120px;*/
        padding: 30px 60px 0 60px;
    }

    #cngpwd {
        display: none;
    }

    #cngCpwd {
        display: none;
    }


    .survey-section {
        /*width: 100% !important;*/
        height:400px !important;
    }


    .results-section {
        margin: 0 20px 20px 20px;
    }

    /*.results-container {
        padding-top: 60px;
    }*/

    #QuestionAnswer, .question-answer-container {
        margin-top: 2%;
    }

    /*.question-answer-contairner {
        padding: 55px 20px 20px 20px;
    }*/
    #progress-section {
        margin-left: 0;
        margin-right: 0;
    }


    #Abfooter-header {
        margin-left: 10%;
    }

    #pgheader {
        margin-top: 4%;
        margin-bottom: 2%;
        padding-left: 18px;
    }

    .cards_wrap {
        margin:1rem;
    }

        .cards_wrap .card_inner {
            color: #000;
            padding-right:0;
            padding-left:0;
        }

        .cards_wrap .card_item {
            padding-right: 0;
            padding-left: 0;
            width:100%;
        }

    .Title {
        /*font-family: 'Jacobs Chronos App', 'Jacobs Chronos', Arial;*/
        font-family: 'jacobschronos_rg';
        font-weight: bold;
        font-size: 1.5rem;
        width: 70%;
        margin-top: 35px !important;
        margin-left: 20px;
    }

    .list-unstyled {
        margin-left:50px;
    }

    .category-list-unstyled {
        list-style-type: none;
        /*margin-left: 5rem;*/
    }

    #question_container{
        margin:20px;
    }

    .result-row {
        display: flex;
        flex-wrap: wrap;
        margin-left:0;
        margin-right:0;
    }

    .result-category-sevLevel{
        font-size:1.25rem;
        margin-top:6px;
    }

    .result-category-extrainfo {
        margin-left: 0px;
        margin-top: 10px;
    }

    .results-score {
        margin-bottom: 24px;
        margin-left: 0px;
    }

    .problemsolving-circles, .cognitive-circles, .express-emotion-circles, .social-support-circles, .wishful-thinking-circles, .self-criticism-circles, .social-withdrawal-circles {
        margin-left: 0px;
    }

    .results-date {
        margin-bottom: 24px;
        margin-left: 0px;
    }

    .outer-counter {
        margin:auto;
    }

    #home-main {
        display:block;
    }

    .needhelpbackground {
        -webkit-box-shadow: 1px 3px 6px rgb(0 0 0 / 20%);
        max-width: 100%;
    }

    .language-item {
        margin-left: 0;
    }

    .language-dropdown {
        margin-left:8px;
    }

    .suggestions-div {
        margin-left: 0;
        margin-bottom: 0;
    }

    .fixed {
        position: relative;
    }

    .fixed-header-padding {
        margin-top: 50px;
    }

    .account-link-mobile {
        display: block;
    }

    .results-header, .results-description {
        margin-left:0;

    }
    .col-sm-6 {
        padding-left:20px;
        padding-right:20px;
    }
    /*hide the progress numbers for mobile view*/
/*    .question-answer-container #progress-section .progress-number{
        display:none;
    }*/

    #checkin-button-container {
        max-width: 340px;
        margin-right: 10px;
    }

}

#home-privacy {
    margin-bottom: 2%;
}

#home-terms h5, #home-privacy h5 {
    margin-top:35px;
    margin-bottom: 5px;
}

#footer-header {
    margin-top: 4%;
    margin-bottom: 2%;
}



footer {
    margin-top: 3%;
}

.faqHeading {
    font-weight: bolder;
    margin-bottom: 10px;
}


