﻿html {
    height: 100%;
    overflow-y: scroll;
}

*,body {
    font-family: Helvetica, Arial, sans-serif;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}
*/
/*    body:not(.PrelogBody) {
        height: 100%;
        color: var(--black);
        background-color: var(--background);
        text-align: left;
        width: 100%;
        margin: 0 auto;
    }*/

a {
    color: var(--black);
    text-decoration: none;
}
    a:hover {
        color: var(--black);
        text-decoration: none;
    }

    a.womhublink, a > span.womhublink {
        cursor: pointer;
        color: var(--campusmain);
        text-decoration: none;
    }

        a.womhublink:hover, a > span.womhublink:hover {
            color: var(--campusmain);
            text-decoration: none;
        }
a.quriolink, a > span.quriolink {
    cursor: pointer;
    color: var(--firstFocus);
    text-decoration: none;
}

    a.quriolink:hover, a > span.quriolink:hover {
        color: var(--firstFocus);
        text-decoration: none;
    }
button {
    padding: 0;
    border: none;
    background: transparent;
}

    button.dark {
        color: white;
        background-color: var(--thirdFront);
        border: none;
    }

    button.light {
        border: 1px solid var(--contentLight);
        background-color: var(--firstBack);
        color: var(--contentLight);
    }

    button:not(:disabled) {
        cursor: pointer;
    }

input,
textarea {
    border: none;
    margin: 0;
    min-width: 0;
    border-radius:0.25rem;
}

    input[type=checkbox],
    input[type=radio] {
        font-size: 16px;
    }

        input[type=checkbox]:disabled + label,
        input[type=radio]:disabled + label {
            color: #bbb;
        }

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

textarea {
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    resize: none;
    display: block;
}

/*h3 {
    padding-top: 14px;
    margin-top: 26px;
    margin-bottom: 25px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold
}*/

body:not(.PrelogBody) .App-navigation {
    position: relative;
    z-index: 10;
}

body:not(.PrelogBody) .App-content {
    z-index: 0;
    background-color: var(--background);
    width: 100%;
}

body.create.compose .App-content {
    background-color: var(--background);
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.page-spinner {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url("/img/loader_62.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
modal element will be visible */
    body.loading .page-spinner {
        display: block;
    }

.forcePageReload {
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
}

.forcePageReload-content {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -116px;
    margin-left: -270px;
    display: block;
    width: 540px;
    height: 232px;
    padding: 20px;
    background-color:var(--thirdBack);
    text-align: center;
    line-height: 1.5em;
}

.forcePageReload-message {
    margin: 20px 0;
}

.App-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
}

.App-overlay {
    z-index: 20;
}

#popup {
    display: none;
}

textarea.auto-height {
    width: 100%;
    min-height: 100px;
    resize: none !important;
    overflow: hidden !important;
}

.auto-height-hidden-div {
    width: 100%;
    position: absolute !important;
    left: -9999px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    overflow: hidden !important;
}

.PrelogNavigation-logo {
    display: inline-block;
    width: 104px;
    vertical-align: middle;
}

    .PrelogNavigation-logo > img {
        width: 92px;
        height: 32px
    }


.EnterLink input, .EnterLink--popup input, .EnterLink--page input, #dashboard .EnterLink--dashboard input {
    padding-left: 8px;
}

    .EnterLink input:focus, .EnterLink--popup input:focus, .EnterLink--page input:focus, #dashboard .EnterLink--dashboard input:focus {
        border: 1px solid var(--firstFocus) !important
    }

        .EnterLink input:focus ~ button, .EnterLink--popup input:focus ~ button, .EnterLink--page input:focus ~ button, #dashboard .EnterLink--dashboard input:focus ~ button {
            opacity: 1;
            visibility: visible;
            transition: all .4s ease
        }

    .EnterLink input.hasError, .EnterLink--popup input.hasError, .EnterLink--page input.hasError, #dashboard .EnterLink--dashboard input.hasError {
        border: 1px solid #f00 !important
    }

.EnterLink button, .EnterLink--popup button, .EnterLink--page button, #dashboard .EnterLink--dashboard button {
    width: 32px;
    margin-left: -32px;
    vertical-align: top;
    color: var(--white);
    background-color: var(--firstFocus);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}

    .EnterLink button:hover, .EnterLink--popup button:hover, .EnterLink--page button:hover, #dashboard .EnterLink--dashboard button:hover {
        background-color: #96e1fd
    }

.EnterLink-line {
    position: relative
}

.EnterLink-label {
    float: left;
    margin-right: 6px;
    line-height: 37px;
    color: #93969e
}

.EnterLink-input {
    overflow: hidden;
}

.EnterLink--popup {
    position: absolute;
    margin-left: -122px;
    line-height: 0;
    padding: 10px 13px 10px 13px;
    width: 350px;
}

    .EnterLink--popup input {
        width: 100%;
        padding: 8px 42px 5px 10px;
        font-size: 16px;
    }

        .EnterLink--popup input:focus {
            padding: 7px 41px 4px 9px
        }

        .EnterLink--popup input.hasError {
            padding: 7px 41px 4px 9px
        }

.EnterLink--page .EnterLink-label {
    line-height: 48px
}

.EnterLink--page input {
    display: inline-block
}

.EnterLink--page #spinner {
    margin-bottom: 24px
}

.rounded-xl {
border-radius:0.4rem!important;
}
/*------------------------------Colors----------------------------------*/
/*-------------------------------End Colors------------------------------*/
/*----------------------Layout styles page------------------------------*/



.icon-systems-outline:before {
    content: "\e9c8";
}
/*----------------------ENd Layout styles page---------------------------*/
.black {
    color: var(--black)
}

.q-light-grey {
    color: var(--account-grey);
}

.white {
    color: var(--white)
}

.qurioblue {
    color: #68b3fe;
}

.blue {
    color: #68b3fe;
}

.transparent {
    color: transparent;
}

.lightblue {
    color: #66ccff;
}

.brightblue {
    color: #78dff4;
}

.green {
    color: var(--green)
}

.bg-green {
   background-color: var(--green)
}

.brightgreen {
    color: var(--brightgreen)
}

.red {
    color: var(--red)
}

.bg-red {
    background-color: var(--red)
}

.bg-blue {
    background-color: #68b3fe;
}

.brightred {
    color: var(--brightred)
}

.bg-brightred {
    background-color: var(--brightred)
}

.yellow {
    color: var(--yellow)
}

.brightyellow {
    color: var(--white)
}

.violet {
    color: var(--violet)
}

.brightviolet {
    color: var(--brightviolet)
}

.warningyellow {
    color: var(--warningyellow)
}

.bg-warningyellow {
    background-color: var(--warningyellow);
}

    .background {
        color: var(--background)
    }

.firstFocus {
    color: var(--firstFocus)
}

.firstFocusDark {
    color: var(--firstFocusDark)
}

.secondFocus {
    color: var(--secondFocus)
}

.firstBack {
    background-color: var(--firstBack)
}

.secondBack {
    background-color: var(--background)
}

.thirdBack {
    background-color:var(--thirdBack)
}

.firstFront {
    color: var(--firstFront)
}

.secondFront {
    color: var(--firstFront)
}

.thirdFront {
    color: var(--thirdFront)
}

.answerIndexColor {
    color: var(--answerIndexColor)
}

.darkButtonFront {
    color: white
}

.darkButtonBack {
    background-color: var(--thirdFront);
}

.contentLight {
    color: var(--contentLight)
}

.navIconHover {
    color: var(--navIconHover)
}

.darkButtonHover {
    color: var(--firstFront)
}

.lightButtonHover {
    color: var(--lightButtonHover)
}

.errorFront {
    color: var(--errorFront)
}

.errorBack {
    color: var(--errorBack)
}

.resultsNavColor {
    color: var(--resultsNavColor)
}

.imageEditToolsBackground {
    background-color : var(--imageEditToolsBackground)
}

.darkBorderColor {
    color: var(--darkBorderColor)
}

.darkBorder {
    border: 1px solid var(--darkBorderColor);
}

.mainBorder {
    border: 1px solid var(--campusmain);
}

.firstFocusBorder {
    border: 1px solid var(--firstFocus);
}

.errorBorder {
    border: 1px solid var(--errorFront);
}


.column-width {
    width: 58px;
}

.gutter-width {
    width: 26px;
}

.screen-padding {
    padding: 21px;
}

.screen-min-width {
    min-width: var(--screen-min-width);
}

.screen-max-width {
    max-width: var(--screen-max-width);
}

.account-grey {
    color: var(--account-grey)
}

.account-dark-grey {
    color: var(--account-dark-grey)
}

.account-light-grey {
    color: var(--account-light-grey)
}

.account-popup-color {
    color: var(--account-popup-color)
}

.account-unconfirmed-color {
    color: var(--account-unconfirmed-color)
}

.resultBlue {
    color: var(--resultBlue)
}

.indexGrey {
    color: var(--indexGrey)
}

/*----------------------Campus Colors-------------------------------*/
.campus-main {
    color: var(--campusmain) !important;
}

.campus-secondary {
    color: var(--btnSecondaryFront) !important;
}
.bg-campus-main {
    background-color: var(--campusmain) !important;
}

.campus-black {
    color: var(--campusblack) !important;
}

.bg-campus-black {
    background-color: var(--campusblack) !important;
}


/*----------------------Result page--------------------------------*/

.result-page {
    max-width: 800px;
    font-size: 0.8rem;
   
}

    .result-page .media-body {
        min-height: 50px;
    }


    .RegisterForm-title .campus-logo, .result-page .campus-logo, .info-page .campus-logo, .question-page .campus-logo {
        margin-top: 12px;
        margin-bottom: 12px;
        height: var(--logo-small);
        line-height: 68px;
    }

@media (min-width: 768px) {
    .result-page {
        font-size: 1rem;
    }

        .result-page .campus-logo, .info-page .campus-logo, .question-page .campus-logo {
            height: var(--logo-large);
        }
}

    .result-page .btn-sm > span {
        height: 45px;
    }

.result-page .socials a {
    background-color: var(--campusmain);
    height: 2rem;
    width: 2rem;
    color: white;
    line-height: 2rem;
}


    .result-page .total {
        text-align: center;
        height: 1.5rem;
        width: 2.5rem;
        color: white;
        line-height: 1.5rem;
    }

    .result-purple {
        display: block;
        height: 3rem;
        width: 3rem;
        font-size: 0.9rem;
        line-height: 2.5rem;
        color: #6f42c1;
        border: 0.25rem solid #6f42c1;
    }

        .result-purple:after {
            content: '%'
        }

    .result-green {
        text-align: center;
        font-size: 0.95rem;
        display: block;
        height: 3rem;
        width: 3rem;
        line-height: 2.5rem;
        color: #5ba494;
        border: 0.25rem solid #5ba494;
    }

        .result-green:after {
            content: '%'
        }
    /*----------------------End Result page--------------------------------*/

    .btn[disabled], .btn.disabled {
        cursor: not-allowed !important;
    }

    #created .list-body .item .details {
        flex-flow: column nowrap;
    }


    /*#created .list-body .mast .item {
    min-width: 400px;
}*/

    .textoverflow {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        text-overflow: ellipsis;
    }

    sup {
        vertical-align: super;
        font-size: smaller;
    }

.taskicon-primary:before {
    content: "\e915";
    color: #80DA82;
    font-weight: bold;
}

.taskicon-transparent:before {
    content: "\e915";
    color: transparent;
    font-weight: bold;
}

.taskicon-supplementary:before {
    content: "\e915";
    color: var(--warningyellow);
    font-weight: bold;
}

.taskicon-special:before {
    content: "\e915";
    color: #68befe;
    font-weight: bold;
}

.taskicon-sda:before {
    content: "\e915";
    color: #FD5952;
    font-weight: bold;
}

.taskicon-title:before {
    content: "\e915";
    color: var(--white);
    font-weight: bold;
}
    /*Progressbar*/
    body {
        counter-reset: step;
    }

    #progressbar li {
        list-style-type: none;
        width: 20%;
        float: left;
        position: relative;
        text-align: center;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 40px;
            height: 40px;
            line-height: 30px;
            display: block;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            border: 4px solid #ddd;
            text-align: center;
            background-color: white;
            z-index: 99;
            position: relative;
        }

        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 4px;
            background-color: #ddd;
            position: absolute;
            left: -50%;
            top: 20px;
            z-index: 1; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }

        #progressbar li.active {
            color: green;
        }

        #progressbar li.danger {
            color: orange;
        }

        #progressbar li.error {
            color: red;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before {
            border-color: green;
        }

        #progressbar li.error:before {
            border-color: red;
        }

        #progressbar li.active + li:after {
            background-color: green;
        }

    .modal-large {
        width: 80%
    }

    .callout.boxcount {
        border-color: #0097bc;
        background: #eee;
    }

    .disbaled-div {
        pointer-events: none;
    }

    #po_list tooltip:not(:first-child) {
        margin-left: -8px !important;
    }

    #progressbar li.current:before {
        background: rgba(242,246,248,1);
        background: -moz-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,246,248,1)), color-stop(0%, rgba(216,225,231,1)), color-stop(100%, rgba(224,239,249,1)));
        background: -webkit-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
        background: -o-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
        background: -ms-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
        background: linear-gradient(to right, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=1 );
    }

    .ui-autocomplete {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        min-width: 200px;
        padding: 4px 0;
        margin: 0 0 10px 25px;
        list-style: none;
        background-color: var(--white);
        border-color: #ccc;
        border-color: rgba(0, 0, 0, 0.2);
        border-style: solid;
        border-width: 1px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        *border-right-width: 2px;
        *border-bottom-width: 2px;
    }


    .ui-menu-item > a.ui-corner-all {
        display: block;
        padding: 3px 15px;
        clear: both;
        font-weight: normal;
        line-height: 18px;
        color: #555555;
        white-space: nowrap;
        text-decoration: none;
        background-color: var(--white);
    }

    .ui-state-hover, .ui-state-active {
        color: var(--white);
        text-decoration: none;
        background-color: #0088cc;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        background-image: none;
    }

    li.ui-menu-item {
        padding: 0 .5em;
        line-height: 2em;
        font-size: .8em;
        background: var(--white);
    }


    table.dataTable.no-footer {
        border-bottom: 1px solid var(--darkBorderColor);
    }

    table.dataTable thead th, table.dataTable thead td {
        border-bottom: 1px solid var(--darkBorderColor);
    }

    .text-vcenter {
        display: inline-block;
        vertical-align: middle;
    }

    .busy-spinner {
        height: 40px;
        width: 40px;
        text-align: center;
        background: rgba( 255, 255, 255, .8 ) url("/img/loader_62.gif") 50% 50% no-repeat;
        border-radius: 500px;
    }

    .isWhite {
        background: var(--white);
    }

    .warning-text {
        color: var(--warningyellow);
    }

    .green-text {
        color: #08e1aa;
    }


    .tooltip > .arrow {
        display: none;
    }

    .status-orange {
        color: #fc3;
    }

    #wrapper {
        overflow: hidden;
        width: 180px;
        max-width: 180px;
        height: 168px;
        max-height: 168px;
    }

    #scroller {
        position: absolute;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -o-text-size-adjust: none;
        text-size-adjust: none;
    }

        #scroller ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
        }

        #scroller li {
            padding: 0 10px;
            height: 40px;
            line-height: 40px;
            border-bottom: 1px solid transparent;
            border-top: 1px solid transparent;
            font-size: 14px;
        }

    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

        .no-gutters .col, [class*="col-"] {
            padding-right: 0;
            padding-left: 0;
        }


    .bg-qurio-sidebar {
        background-color: #cfd5da !important;
    }

        .bg-qurio-sidebar li.active {
            background-color: #6cb8f9 !important;
        }


        .bg-qurio-sidebar li .icon-circle {
            color: #000 !important;
        }

        .bg-qurio-sidebar li.active .icon-circle {
            color: var(--white) !important;
        }

        .bg-qurio-sidebar a {
            color: var(--white);
        }

            .bg-qurio-sidebar a:hover {
                color: #000;
            }

        .bg-qurio-sidebar .title {
            color: #999 !important
        }

    .text-one-em {
        font-size: 1.0em;
    }

    .text-1_5x {
        font-size: 1.5em;
    }

    .text-1_1x {
        font-size: 1.1em;
    }

    .text-1_25x {
        font-size: 1.25em;
    }

    .text-2x {
        font-size: 2em;
    }

    .text-lightgray {
        color: #999;
    }

    .text-pink {
        color: #e83e8c;
    }

    .text-lightred {
        color: var(--red);
    }

    .text-card-heading {
        color: #5a8fee;
    }

    .text-bold7 {
        font-weight: 700;
    }

    .bg-light-gray {
        background-color: var(--background) !important;
    }

    .bg-qurio {
        background-color: var(--background) !important;
    }

    .bg-admin-tabs {
        background-color: var(--firstBack) !important;
    }

    .bg-qurio-blue {
        background-color: var(--campusmain) !important;
    }

    .bbd {
        border-bottom: 1px dotted var(--darkBorderColor);
    }

    /*Cron picker*/
    .cron-picker-dow {
        margin-bottom: 10px;
    }

        .cron-picker-dow button {
            margin-right: 3px;
        }

    .cron-picker-recurrence-types {
        margin-bottom: 10px;
    }

    .cron-picker-day-filter {
        margin-bottom: 10px;
    }

        .cron-picker-day-filter .cron-picker-day-type-filter, .cron-picker-day-filter .cron-picker-weekday-type-filter {
            display: inline-block;
        }

        .cron-picker-day-filter select {
            display: inline-block;
            width: 60px;
            margin: 0 5px;
        }

        .cron-picker-day-filter .cron-picker-dow-select {
            width: 100px;
        }

    .cron-picker-time select {
        width: 60px;
        display: inline-block;
        margin: 0 5px;
    }

    .absent-prefix:before {
        content: "A";
    }

    .weighting-text:before {
        content: "Weight: ";
    }

    .weighting-text:after {
        content: "%";
    }

    .bestof-text:before {
        content: "Best ";
    }

    .bestof-text:after {
        content: " of ";
    }


.attendance-text:before {
    font-family: 'qurio' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.2em;
    color: #68b3fe;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea16";
}
.participation-text:before {
    font-family: 'qurio' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.2em;
    color: #68b3fe;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e605";
}


    /* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#mainsidebar ul li a {
    color: #999 !important;
}

    #mainsidebar ul li a :hover {
        color: #c7c7c7 !important;
    }

#mainsidebar ul li a {
    padding: 0px 0px !important;
}
    #mainsidebar ul li a.active {
        color: #f8f9fa !important;
        background-color: #343a40 !important;
    }

#mainsidebar ul li a span {
    display:inline-block;
    line-height: 52px;
    vertical-align: middle;
}

    #mainsidebar ul li a > span.icon {
        width: 48px; /*72*/
        text-align: center;
    }

#mainsidebar ul li ul li {
    height: 36px;
}

    #layout-wrapper {
        overflow-x: hidden;
    }

    #page-content-wrapper {
        min-width: 100vw;
        background-color: var(--background);
        overflow-x: hidden;
        overflow-y: hidden;
    }


    #sidebar-wrapper {
        position: sticky;
        min-height: 100vh;
        -webkit-transition: margin .25s ease-out;
        -moz-transition: margin .25s ease-out;
        -o-transition: margin .25s ease-out;
        transition: margin .25s ease-out;
        background: var(--account-popup-color);
        max-width: 205px;
    }

    #fake-sidebar-wrapper {
        min-height: 100vh;
        position: relative;
        top: 0;
        left: 0;
        float: left;
        bottom: 0;
        height: 100%;
        margin-left: 0;
        width: 240px
    }

    #sidebar-wrapper .sidebar-heading {
        color: #7e7f86;
        height: 52px;
        background-color: #313239;
    }

        #sidebar-wrapper .sidebar-heading span {
            display: inline-block;
            line-height: 52px;
            font-size: 1.1em;
        }

        #sidebar-wrapper .sidebar-heading a {
            display: inline-block;
            line-height: 52px;
            margin: auto
        }

    #sidebar-wrapper ul.components {
        width: 100%;
        display: table;
        padding-top: 20px
    }

    #sidebar-wrapper ul li {
        background-color: transparent;
        display: table-row;
        height: 52px;
        color: #999 !important;
    }

        #sidebar-wrapper ul li a {
            color: #999 !important;
        }

            #sidebar-wrapper ul li a:hover {
                color: #c7c7c7 !important;
            }

        #sidebar-wrapper ul li active {
            color: #f8f9fa !important;
        }

        #sidebar-wrapper ul li a > span {
            display: table-cell;
            line-height: 52px;
            vertical-align: middle;
        }

            #sidebar-wrapper ul li a > span.icon {
                min-width: 48px; /*72*/
                text-align: center;
            }

        #sidebar-wrapper ul li .title {
            font-weight: 300 !important;
            font-size: 14px;
        }

        #sidebar-wrapper ul li a[data-toggle="collapse"] {
            position: relative;
        }

        #sidebar-wrapper ul li ul li {
            height: 36px;
        }

            #sidebar-wrapper ul li ul li a {
                font-size: 14px;
            }


    .finder-list-item {
        color: var(--campusmain) !important;
        background-color: inherit !important;
    }

        .finder-list-item.selected {
            color: #f8f9fa !important;
            background-color: var(--campusmain) !important;
        }

    .badge-score {
        background-color: #08e1aa !important;
        color: var(--white);
        border-radius: 0;
    }

        .badge-score:after {
            content: '%'
        }



    @media (min-width:992px) {
        #sidebar-wrapper ul li a > span.icon {
            min-width: 56px;
        }

        #sidebar-wrapper ul li .title {
            font-size: 16px;
        }

        #sidebar-wrapper {
            min-width: 223px;
            max-width: 225px;
            overflow-x: visible;
        }
    }



    /*------------------------------------------------------------------------
    Interventions
-------------------------------------------------------------------------*/
    .create-intervention-area input {
        width: 100%;
        color: var(--black);
        text-overflow: ellipsis;
        background: none;
        padding-top: 2px;
        vertical-align: bottom;
    }

        .create-intervention-area input[name=title] {
            font-size: 18px !important;
        }


    .create-intervention-area label {
        width: 100%;
        color: var(--campusmain);
        text-align: right;
        padding-bottom: 10px;
    }

    .create-intervention-area .dropdown-toggle {
        width: 300px;
        text-align: left;
        position: relative;
        border: 1px solid var(--background);
    }

        .create-intervention-area .dropdown-toggle::after {
            position: absolute;
            right: 15px;
            bottom: 45%
        }

    .create-intervention-area .input-search {
        width: 400px;
        text-align: left;
    }

    .create-intervention-area a.icon {
        cursor: pointer;
        color: var(--campusmain);
        min-width: 40px;
        border-radius: 4px;
        background-color: var(--white);
        font-weight: bold;
        text-align: center;
        padding: 0 12px 0 12px;
        line-height: 40px;
        vertical-align: middle;
        display: inline-block;
        transition: all .2s ease;
        user-select: none;
    }

    .create-intervention-area .nav-item {
        padding-bottom: 0.5rem !important;
        padding-left: 0.5rem !important
    }

    .create-intervention-area a.icon.nav-link {
        width: 60px;
        line-height: 60px;
    }

    .intervention-actions {
        min-height: 200px;
        width: 100%;
        border: 1px solid var(--background);
    }

    .task-selector li {
        line-height: 45px
    }

        .task-selector li input[type=radio] {
            height: 24px;
            width: 24px
        }

    .task-selector a > span.icon:before {
        content: "+";
    }

    .task-selector a.expanded > span.icon:before {
        content: "-";
    }

    /**Intervention tracking*/
    .steps .step {
        display: block;
        width: 100%;
        margin-bottom: 35px;
        text-align: center
    }

        .steps .step .step-icon-wrap {
            display: block;
            position: relative;
            width: 100%;
            height: 80px;
            text-align: center
        }

            .steps .step .step-icon-wrap::before,
            .steps .step .step-icon-wrap::after {
                display: block;
                position: absolute;
                top: 50%;
                width: 50%;
                height: 3px;
                margin-top: -1px;
                background-color: #e1e7ec;
                content: '';
                z-index: 1
            }

            .steps .step .step-icon-wrap::before {
                left: 0
            }

            .steps .step .step-icon-wrap::after {
                right: 0
            }

        .steps .step .step-icon {
            display: inline-block;
            position: relative;
            width: 80px;
            height: 80px;
            border: 1px solid #e1e7ec;
            border-radius: 50%;
            background-color: var(--thirdBack);
            color: #93969e;
            font-size: 38px;
            line-height: 81px;
            z-index: 5
        }

            .steps .step .step-icon .icon-notify:before {
                content: "\f0a2";
            }

            .steps .step .step-icon .icon-meet:before {
                content: "\e03d";
            }

            .steps .step .step-icon .icon-assess:before {
                content: "\e9a6";
                font-size: 1.25em;
            }

        .steps .step .step-title {
            margin-top: 16px;
            margin-bottom: 0;
            color: #606975;
            font-size: 14px;
            font-weight: 500
        }

        .steps .step:first-child .step-icon-wrap::before {
            display: none
        }

        .steps .step:last-child .step-icon-wrap::after {
            display: none
        }

        .steps .step.completed .step-icon-wrap::before,
        .steps .step.completed .step-icon-wrap::after {
            background-color: var(--campusmain)
        }

        .steps .step.completed .step-icon {
            border-color: var(--campusmain);
            background-color: var(--campusmain);
            color: var(--white)
        }

        .steps .step.requested .step-icon-wrap::before,
        .steps .step.requested .step-icon-wrap::after {
            background-color: var(--yellow);
        }

        .steps .step.requested .step-icon {
            border-color: var(--yellow);
            background-color: var(--yellow);
            color: var(--white)
        }

        .steps .step.declined .step-icon-wrap::before,
        .steps .step.declined .step-icon-wrap::after {
            background-color: var(--red);
        }

        .steps .step.declined .step-icon {
            border-color: var(--red);
            background-color: var(--red);
            color: var(--white)
        }

        .steps .step.accepted .step-icon-wrap::before,
        .steps .step.accepted .step-icon-wrap::after {
            background-color: #08e1aa;
        }

        .steps .step.accepted .step-icon {
            border-color: #08e1aa;
            background-color: #08e1aa;
            color: var(--white)
        }

    @media (max-width: 576px) {
        .flex-sm-nowrap .step .step-icon-wrap::before,
        .flex-sm-nowrap .step .step-icon-wrap::after {
            display: none
        }
    }

    @media (max-width: 768px) {
        .flex-md-nowrap .step .step-icon-wrap::before,
        .flex-md-nowrap .step .step-icon-wrap::after {
            display: none
        }
    }

    @media (max-width: 991px) {
        .flex-lg-nowrap .step .step-icon-wrap::before,
        .flex-lg-nowrap .step .step-icon-wrap::after {
            display: none
        }
    }

    @media (max-width: 1200px) {
        .flex-xl-nowrap .step .step-icon-wrap::before,
        .flex-xl-nowrap .step .step-icon-wrap::after {
            display: none
        }
    }

    .bg-faded, .bg-secondary {
        background-color: var(--thirdBack) !important;
    }
    /*End Intervention Tracking*/
    /* JQUery UI datepicker style*/
    .ui-datepicker {
        background-color: var(--white);
    }

    .ui-datepicker-header {
        background-color: var(--white);
    }

    .ui-datepicker-title {
        color: var(--campusmain);
    }


    .ui-widget-content .ui-state-default {
        border: 0px;
        line-height: 30px;
        text-align: center;
        background: var(--white);
        font-weight: normal;
        color: #000;
    }

        .ui-widget-content .ui-state-default:hover {
            border: 0px;
            text-align: center;
            background: var(--campusmain);
            font-weight: normal;
            color: var(--white);
        }

    .ui-widget-content .ui-state-active {
        border: 0px;
        background: var(--white);
        color: red;
    }
    /*End jQueryUI */
    /*
.tab-pane .row.isSelected {
    color: var(--white);
    background-color: #6cb8f9;
    border-color: #6cb8f9
}

    .tab-pane .row.isSelected a {
        color: var(--white);
    }

.tab-pane .row a {
    color: #6cb8f9;
}
    */
    .chart-table > tbody > tr:last-child td {
        font-weight: bold;
    }

    /*Manage Task*/

    #report-nav-tab .nav-link > span {
        color: #6c757d;
    }

    #report-nav-tab .nav-link {
        padding: 0px 8px 0px 8px;
        height: 48px;
    }

        #report-nav-tab .nav-link.active > span {
            color: var(--campusmain);
        }

    .recommendations ul li {
        padding-bottom: 1.5rem;
    }

        .recommendations ul li h5 {
            color: #343a40;
            font-weight: 700;
        }

        .recommendations ul li a {
            margin-right: 1.5rem;
        }

            .recommendations ul li a.icon {
                font-size: 3rem;
            }

        .recommendations ul li p {
            color: #6c757d;
            font-size: 0.9rem;
        }

    a.table-toggle {
        color: var(--campusmain);
    }

        a.table-toggle[aria-expanded=true]:after {
            content: "Hide Table"
        }

        a.table-toggle[aria-expanded=false]:after {
            content: "Show Table"
        }

main {
    height: 100%;
    max-height: 100%;
    min-height: calc(100vh - 52px);
/*    overflow-x: auto; 
    overflow-y: auto;*/
    width: 100%;
}
/*
        main .container-fluid {
            overflow-y: auto;
        }
    */

.overflow-y-auto {
    overflow-y: auto;
}

#account-tabs.nav .nav-item .nav-link.active {
    background-color: #000 !important;
}



    a.more-link {
        font-size: 1rem;
        color: var(--campusmain);
        text-decoration: none;
        font-weight: 700;
        line-height: 1.5rem;
        padding-bottom: 3px;
        position: relative;
    }

        a.more-link:hover {
            border-bottom: 2px solid var(--campusmain);
            color: var(--campusmain);
            text-decoration: none;
        }
    /*End Manage Task*/

    .input-hidden {
        opacity: 0;
        width: 0;
        height: 0;
        border: none;
        position: absolute;
        pointer-events: none;
    }

    #Results .card .card-body {
        font-size: 0.8em
    }

    @media (min-width: 768px) {
        #Results .card .card-body {
            font-size: 1em
        }
    }

    /*Launch Page*/

.launch.card-deck .card:hover, .launch .card:hover {
    background-color: var(--btnPrimaryHover);
}


.launch.card-deck .card .icon, .launch .card .icon {
    font-weight: bold;
    color: var(--campusmain);
}

.launch.card-deck .card:hover .icon, .launch .card:hover .icon {
    color: var(--btnPrimaryHoverFront);
}
    /*End Launch Page*/

    /*stakeholders*/

    .profile-dot {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 3rem;
        width: 3rem;
        background-color: var(--account-light-grey);
        border-radius: 50%;
        border: var(--account-light-grey) 2px solid;
        overflow: hidden;
    }

        .profile-dot figure {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: center;
            background-repeat: none;
            margin-block-start: 0;
            margin-block-end: 0;
            margin-inline-start: 0;
            margin-inline-end: 0;
        }

        .profile-dot figcaption {
            font-weight: 700;
            color: #fff;
            font-style: normal;
            font-size: 120%;
        }



#stakeholder-interactions > .container-md.tabs {
    height: calc(100vh - 180px);
    overflow-y: auto;
}

    #stakeholder-details .col-12.col-md-6, #stakeholder-details .col-12.col-md-4 {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 1rem;
        min-height: 40px;
    }

    #stakeholder-details label, #stakeholder-details span {
        line-height: 2.0em;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        #stakeholder-details label.icon-1_5x {
            line-height: 1.5rem;
        }

    #stakeholder-details label {
        margin-bottom: 0px;
        width: 32px;
        text-align: center;
    }

    .input-group-text.bg-white {
        width: 50px !important;
    }

.input-group-text.comm-label {
    width: 75px !important;
    background-color: white;
    margin-left: 0.25rem 0.5rem;
}
    #GroupTabs > .list-group-item {
        color: var(--campusmain);
    }

        #GroupTabs > .list-group-item.active {
            color: var(--campusmainfont);
            background-color: var(--campusmain);
            border-color: var(--campusmain);
        }


    /*end stakeholders*/

    /* Adhoc Task */

    .Answer-index--mc.js-approve {
        color: #08e1aa;
        background-color: #fff;
        border-color: #08e1aa;
    }

        .Answer-index--mc.js-approve.active {
            color: #fff;
            background-color: #08e1aa;
            border-color: #08e1aa;
        }

    .Answer-index--mc.js-decline {
        color: #fa5b5f;
        background-color: #fff;
        border-color: #fa5b5f;
    }

        .Answer-index--mc.js-decline.active {
            color: #fff;
            background-color: #fa5b5f;
            border-color: #fa5b5f;
        }
    /*end adhoc task*/
    /** launch cards **/
    @media (max-width: 576px) {
        .home-cards .jumbotron {
            padding: 1rem 0.5rem;
            font-size: 0.8rem
        }

        .home-cards h3 {
            font-size: 0.8rem
        }
    }

    @media (max-width: 768px) {
        .home-cards .jumbotron {
            padding: 1rem 0.5rem;
            font-size: 1rem
        }

        .home-cards h3 {
            font-size: 1.2rem
        }
    }

    @media (min-width: 768px) {
        .home-cards h3 {
            font-size: 24px;
            line-height: 30px
        }

        .home-cards .jumbotron {
            font-size: 1rem
        }
    }
   /** launch cards colors **/
.launch-card--1 div {
    color: var(--card-color-1);
    background-color: var(--card-color-back-1);
    border: 4px solid var(--card-color-back-1);
}

    .launch-card--1 div:hover {
        color: var(--card-color-back-1);
        background-color: var(--card-color-1);
    }

.launch-card--2 div {
    color: var(--card-color-2);
    background-color: var(--card-color-back-2);
    border: 4px solid var(--card-color-back-2);
}

    .launch-card--2 div:hover {
        color: var(--card-color-back-2);
        background-color: var(--card-color-2);
    }

.launch-card--3 div {
    color: var(--card-color-3);
    background-color: var(--card-color-back-3);
    border: 4px solid var(--card-color-back-3);
}

    .launch-card--3 div:hover {
        color: var(--card-color-back-3);
        background-color: var(--card-color-3);
    }

    [class^="launch-card-"] span.caption, [class*=" launch-card-"] span.caption {
        color: #7A7C81;
    }

    [class^="launch-card-"] div span, [class*=" launch-card-"] div span {
        font-size: 84px;
        line-height: 160px;
    }


    [class^="launch-card-"] div, [class*=" launch-card-"] div {
        display: d-block;
        width: 168px;
        height: 168px;
        border-radius: 42px;
        text-align: center;
    }
    /**end launch cards **/

    .rounded-top-left-1 {
        border-top-left-radius: 1rem;
    }

    .rounded-top-right-1 {
        border-top-right-radius: 1rem;
    }

    .rounded-bottom-left-1 {
        border-bottom-left-radius: 1rem;
    }

    .rounded-bottom-right-1 {
        border-bottom-right-radius: 1rem;
    }


.page-heading span {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    color: var(--campusmain);
    text-transform: uppercase;
}

.page-heading span.icon {
    width:40px;
}
.tab-pane.custom-scroll {
    overflow: auto;
    height: calc(100vh - 220px);
    height: -webkit-calc(100vh - 220px);
    height: -moz-calc(100vh - 220px);
}
/* Email Ids*/
span.email-ids {
    float: left;
    /* padding: 4px; */
    border: 1px solid #ccc;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    background: #f5f5f5;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
}

span.cancel-email {
    border: 1px solid #ccc;
    width: 18px;
    display: block;
    float: right;
    text-align: center;
    margin-left: 20px;
    border-radius: 49%;
    height: 18px;
    line-height: 15px;
    margin-top: 1px;
    cursor: pointer;
}

/*Market*/
.shopping .embed-responsive .card-img-top {
  /*object-fit: cover;*/
}


.shopping .card-title {
    color: #484848;
    font-size: 1.1rem;
    font-weight: 400;
}

    .shopping .card-title:hover {
        font-weight: bold;
    }

.shopping .card-text {
    font-size: 0.9rem;
}


/*EndMarket*/

/*Project*/
.project-dashboard .media h5 {
    font-weight:600;
    font-size: 18px;

}

.project-dashboard .media p {
    font-size: 14px;
}

div.form-control-plaintext ul {
    padding-left: 1.25rem
}

.tooltip-inner {
    max-width: 100% !important;
    text-align: left;
    white-space: pre-wrap;
}
.chart-table.attendance td:nth-child(2), .chart-table.attendance td:nth-child(5n+1), .chart-table.attendance th.icons:nth-child(2), .chart-table.attendance th.icons:nth-child(5n+1) {
    background-color: #f1f2f4;
}

#ui-datepicker-div {
    z-index: 10000 !important;
}
