﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    scrollbar-width: none;
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important; /* Firefox 48 – 96 */
    print-color-adjust: exact !important; /* Firefox 97+, Safari 15.4+ */
}

body {
    scrollbar-width: none;
}

#mainPage {
    background: var(--light);
}

::-webkit-scrollbar {
    display: none;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .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%;
}


.form-group .col-form-label {
    font-size: small;
    padding-bottom: 0px;
}

.form-group > div {
    min-height: 24px;
}

/* Message */
.pivio-message-unread {
    color: #ff0000;
}

    .pivio-message-unread::before {
        content: "*";
    }

/*styles not covered by custom CSS*/
body {
    margin: 0px !important;
    background-color: #FAF7F7;
    width: 100%;
    height: 100vh !important;
    top: 0px;
    bottom: 60px;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

main {
    height: 100%;
    background-color: #FAF7F7;
    margin: 0;
}


.btn-group {
    min-width: 160px;
}

.nav-item {
    min-width: 125px;
}

.btn-goal {
    border-radius: 0.5rem;
    text-align: left;
}

.checkmark {
    color: var(--secondary);
    background-color: #F8F8F8;
    margin: 0rem;
    border-radius: 0.5rem;
    text-align: left;
}

    .checkmark.active {
        color: #F8F8F8;
        background-color: var(--secondary) !important;
    }

.related-table-row {
    text-align: center;
}

    .related-table-row:hover {
        background-color: var(--secondary) !important;
        color: #fff !important;
        opacity: 0.65;
    }

@media (min-width: 576px) {
    .checkmark:hover {
        background-color: var(--secondary) !important;
        color: #fff !important;
    }



    #mainPage {
        padding-right: 25%;
    }

    .dvDescriptionTop {
        display: none !important;
    }

    .dvDescriptionBottom {
        display: block !important;
        padding-left: 1rem !important;
    }
}

.dvProgramDescription img {
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
}

.disabledcheckmark {
    pointer-events: none !important;
    opacity: 0.65;
}

.checkbox {
    font-size: 1rem;
}

    .checkbox:checked ~ .checkmark {
        border: var(--secondary) 1px solid;
        color: white !important;
        background-color: var(--secondary) !important;
    }



.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 5px solid var(--primary);
    background-color: transparent;
}

.nav-tabs {
    border-bottom: 2px solid #CFCFCF;
}

#index {
    background: #FAF5F5;
    background-image: url(../img/background.svg)
}

.noselect {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

#navbar {
    /*    background-image: url(../img/background-menu.svg)
*/
}

.h-10 {
    height: 10% !important;
}

.h-15 {
    height: 15% !important;
}

.h-20 {
    height: 20% !important;
}

.h-30 {
    height: 30% !important;
}

.h-35 {
    height: 35% !important;
}

.h-40 {
    height: 40% !important;
}

.h-45 {
    height: 45% !important;
}

.h-60 {
    height: 60% !important;
}

.h-65 {
    height: 65% !important;
}

.h-70 {
    height: 70% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}


.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

/* Goal */
.pivio-btn-completed {
    /*background-color: var(--secondary) !important;
    color: var(--white) !important;*/
}

.pivio-btn-incompleted {
    /*background-color: var(--warning) !important;
    color: var(--black) !important;
    border-color: var(--warning) !important;*/
}

.border-rad-20 {
    border-radius: 20px;
}

.bg-rainbow {
    background: linear-gradient(90deg, var(--primary) 10.54%, #F18207 30.03%, #F7CA4D 50.57%, #5BC48F 74.28%, #5BC48F 101.15%);
}

.card {
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.h2 {
    line-height: 130%;
}

/*#pageTitle {
    background-color: var(--primary);
    color: var(--white);
}

@media (min-width: 576px) {
    #pageTitle {
        background-color: var(--light);
        color: #303030;
    }
}*/
@media (max-width: 576px) {
    #pageTitle {
        position: sticky;
        top: 0;
        z-index: 10;
        background-color: var(--light);
    }

    #MenuLogo {
        margin-left: auto;
        padding-right: 40px;
        padding-left: 0 !important;
    }

    .dvDescriptionTop {
        display: block !important;
        padding-bottom: 2rem !important;
    }

    .dvDescriptionBottom {
        display: none !important;
    }
}

#sidebarButtonMobile {
    z-index: 11;
}

.nav-tabs .nav-item {
    margin-bottom: -4px;
}

#offcanvasButtonContainer {
    width: 120px;
    left: auto;
}

#sidebarButtonContainer {
    left: auto;
}

@media (max-width: 575px) {
    #sidebarButtonContainer {
        display: none !important;
    }

    #offcanvasButtonContainer {
        display: none !important;
    }
}

#sidebarDashboard {
    z-index: 12;
}

#sidebar {
    z-index: 12;
}

@media (min-width: 576px) {
    #sidebarScrolling {
        width: 20vw;
        min-width: 200px;
    }

    #offcanvasScrolling {
        width: 20vw;
        min-width: 200px;
    }

    .modal-dialog {
        max-width: 60vw;
        margin: 1.75rem auto;
    }
}


.disabledcard {
    background-color: #F8F8F8;
    pointer-events: none;
}

.nav-tabs .nav-link {
    border: none;
}

.videowrapper {
    margin: auto;
    width: 100%;
    position: relative;
}

    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.outline-box-grey {
    outline: #888888 2px solid;
}


.outline-box-primary {
    outline: var(--primary) 2px solid;
}

/*.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}*/

.navbar-toggler:focus {
    outline: none !important;
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-backdrop {
    z-index: -1;
}

.modal.fade.show {
    background: rgba(0, 0, 0, 0.5);
}

.btn-task {
    color: var(--taskBtnText);
    background-color: var(--taskBtn);
    border-color: var(--taskBtn);
}

    .btn-task:hover {
        color: var(--taskBtnText);
        filter: brightness(0.8);
        border-color: var(--taskBtn);
    }

    .btn-task:focus, .btn-task.focus {
        color: var(--taskBtnText);
        filter: brightness(0.8);
        border-color: var(--taskBtn);
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

    .btn-task.disabled, .btn-task:disabled {
        color: var(--taskBtnText);
        background-color: var(--taskBtn);
        border-color: var(--taskBtn);
        opacity: 0.65;
        filter: brightness(1);
    }

    .btn-task:not(:disabled):not(.disabled):active, .btn-task:not(:disabled):not(.disabled).active,
    .show > .btn-task.dropdown-toggle {
        color: var(--taskBtnText);
        background-color: var(--taskBtn);
        border-color: var(--taskBtn);
    }

        .btn-task:not(:disabled):not(.disabled):active:focus, .btn-task:not(:disabled):not(.disabled).active:focus,
        .show > .btn-task.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        }


.w-fit {
    width: fit-content;
}

.h-fit {
    height: fit-content;
}

.border-none {
    border: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.text-uppercase {
    text-transform: uppercase;
}

/*.text-dark-gray {
    color: #535353;
    fill: #535353;
}
    */
.dark-mid-gray {
    color: #888888;
    fill: #888888;
}

.nav-item-active {
    background: rgba(225, 25, 46, 0.1);
    border-radius: 6px;
    color: var(--primary) !important;
    fill: var(--primary) !important;
}

.nav-item {
    fill: #888888;
}

.nav-link {
    color: #535353;
    font-size: 1.2rem;
}

.nav-item-active .nav-link {
    color: var(--primary) !important;
}

.navbar-nav .nav-item:hover {
    background: rgba(225, 25, 46, 0.1);
    border-radius: 6px;
}

.navbar-nav .nav-item a:hover {
    color: #535353;
}

.w-90vw {
    width: 90vw !important;
}

.logoCobranding {
    display: none;
}

.logoDefault {
    display: none;
}

.rotated {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

@media (max-width: 576px) {
    .progress-section-list {
        width: 100% !important;
    }
}

.progress-section-list {
    width: fit-content;
}

}

.related-table-row:hover {
    cursor: pointer;
    background-color: #0d8f75;
}

.pivio-btn-incompleted {
    border-color: var(--warning);
}



.h-max-100px {
    max-height: 100px;
}

.h-max-60px {
    max-height: 60px;
}

.h-60px {
    height: 60px !important;
    max-height: 60px;
}

.progress-modal {
    max-width: 100% !important;
    height: 100% !important;
}

label.error {
    color: var(--danger) !important;
}

.outline-warning {
    outline: 2px solid var(--warning);
}


.img svg{
    max-height:100%;
    max-width:100%;
}

.carousel-indicators {
    position: initial !important;
}

.carousel-item {
    transition: transform 0.4s ease-in-out !important;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.w-25-section{
    min-width: 220px !important;
}


.slider::-webkit-slider-thumb {
    background: var(--primary);
}

.slider::-moz-range-thumb {
    background: var(--primary);
}

.slider::-ms-thumb {
    background: var(--primary);
}

.activityBadge {
    margin-left: 5px;
    height: 20px;
    width: 20px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    color: white;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}