﻿@import url("https://use.typekit.net/nkc5mvu.css");
@font-face{
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
}
/*
    Bootstrap conversions:
    Display Heading rem     px
    display-1       6       96
    display-2       5.5     88
    display-3       4.5     72
    display-4       3.5     56
    display-5       3.25    52

    Header size     rem     px
    H1              2.5     40
    H2              2       32
    H3              1.75    28
    H4              1.5     24
    H5              1.25    20
    H6              1.0     16
    H7*             0.8125  13

    *CCDP defined
*/


* {
    font-family: din-2014, sans-serif;
    font-weight: 200;
    font-style: normal;
}

.clickable {
    cursor: pointer;
}

input[type="text"], select, textarea {
    background-color: #fefefe;
}

.pitt-blue {
    color: #1C2957;
}

.pitt-gold {
    color: #CDB87D;
}

/*https://css-tricks.com/perfect-full-page-background-image/*/
/*first option*/
html.splash {
    background-image: url('../img/CCDP-Banner_BwMo5.jpg'), linear-gradient(179deg, rgba(64, 71, 93, 0.00) 1%, #1E2230 99%);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: cover;
}

html.splash > body {
    background-color: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}

/* >= sm */
/*@media (min-width: 576px) {
    body.splash {
        height: 100%;
    }
}*/

.gradient {}

.stripes {
    opacity: 0.2;
}

header .navbar-nav .nav-link.active {
    background-color: aqua;
}

.mypopover {
    display: none;
}

.popover-body p.popover-innertext {
    color: #FFFFFF;
}

.popover {
    background-color: #4f525a;
}

.standardPopover {
    color: #FFFFFF;
}

.bs-popover-bottom .arrow::before, 
.bs-popover-bottom .arrow::after {
    border-bottom-color: #4f525a;
}

.bs-popover-top .arrow::before, 
.bs-popover-top .arrow::after {
    border-top-color: #4f525a;
}

.bs-popover-left .arrow::before,
.bs-popover-left .arrow::after {
    border-left-color: #4f525a;
}

.bs-popover-right .arrow::before,
.bs-popover-right .arrow::after {
    border-right-color: #4f525a;
}

.card-header {
    background-color: #f1f1f1;
}

.card-gray {
    background-color: #f1f1f1 !important;
}

.popover button {}

.hr-50px {
    width: 50px;
    text-align: left;
    margin: 0px;
}

.hr-125px-gold {
    width: 125px;
    text-align: left;
    margin: 0px;
    border: 0px;
    border-bottom: 5px solid #CDB87D;
}

.hr-dashed {
    opacity: 0.4;
    border: 1px dashed #4f525a;
}

.btn-ccdp-reg-primary {
    background: linear-gradient(180deg, #3C5390 0%, #2A3B70 55.82%, #1C2957 100%);
    border: none;
    padding: 0 .5rem;
    color: #FFF;
    border-radius: .25rem;
}

.btn-ccdp-primary {
    width: 32px;
    height: 32px;
    background: linear-gradient(180deg, #3C5390 0%, #2A3B70 55.82%, #1C2957 100%);
    border: none;
    padding: 0px;
    color: #FFF;
}

.btn-ccdp-success {
    width: 32px;
    height: 32px;
    background-image: linear-gradient(-180deg, #2FDF95 24%, #2FDF95 0%, #0FB16D 96%);
    border-radius: 4px;
    border: none;
    padding: 0px;
    color: #FFF;
}

.btn-ccdp-primary:hover {
    background: linear-gradient(180deg, #e7dbb1 0%, #dac997 55.82%, #cdb87d 100%);
    border: none;
    color: #1C2957;
}

.btn-white {
    background-color: #FFFFFF;
    color: #1C2957;
}

    .btn-white:hover {
        font-weight: 700;
        background-color: #FFFFFF;
        color: #1C2957;
    }

.btn-white-gold {
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    padding: 0px;
    color: #cbb87a;
}

    .btn-white-gold:hover {
        font-weight: 700;
    }

.border-left-ccdp {
    border-left: 1px dotted #4F525A;
}

h7,
.h7 {
    font-size: 0.8125rem;
    /* from bootstrap */
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h55,
.h55 {
    font-size: 1.125rem;
}

.display-5 {
    font-size: 3.25rem;
}

.text-italic {
    font-style: italic;
}

.text-gold {
    color: #CDB87D;
}

.text-blue {
    color: #1C2957;
}

.text-gray {
    color: #4F525A;
}

a.text-link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #CDB87D;
}

.form-control-short {
    width: auto;
    display: inline;
}

.btn-outline-login {
    background: inherit;
    color: #fff;
    border: 3px solid #CDB87D;
    border-radius: 0px;
}

    .btn-outline-login:hover {
        font-weight: 600 !important;
        color: #fff;
    }

.btn-outline-goldblue {
    background: #FFFFFF;
    color: #1C2957;
    border-color: #CDB87D;
    border-radius: 0px;
    border-width: 3px;
}

.btn-outline-gray {
    background: #FFFFFF;
    color: #a7a8ac;
    border-color: #a7a8ac;
    border-radius: 0px;
    border-width: 3px;
}

    .btn-outline-goldblue:hover,
    .btn-outline-gray:hover {
        background-image: linear-gradient(-180deg, #3C5390 0%, #1C2957 100%);
        color: white;
        border-color: #FFFFFF;
    }

    .btn-outline-goldblue > span,
    .btn-outline-gray > span {
        font-weight: 400 !important;
    }

.ccdpRBL {
    list-style-type: none;
    padding: 0px;
    display: inline-flex;
}

.ccdpRBL-circle-flex {
    display: flex;
}

.ccdpRBL-circle-demo label {
    cursor: context-menu !important;
}

.ccdpRBL label {
    cursor: pointer;
}

.ccdpRBL input[type="radio"]:checked + label {
    border: 3px solid #CDB87D;
    color: #4F525A;
    opacity: 1;
}

.ccdpRBL li:not(:last-child) {
    margin-right: 0.5em;
}

.ccdpRBL input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.ccdpRBL label {
    opacity: 0.6;
    border: 3px solid #4F525A;
    color: #4F525A;
    padding: 0px;
    margin: 0px;
    width: 100px;
    text-align: center;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    vertical-align: middle;
}

.ccdpRBL.ccdpRBL-circle label {
    opacity: 1;
    width: 62px;
    border-radius: 50%;
    font-weight: bold;
    border-color: #CDB87D;
    padding: .5rem 1rem;
    font-size: 1.75rem;
    line-height: 1.5;
}


/* Still a little too big */
.ccdpRBL.ccdpRBL-circle2 label {
    opacity: 1;
    width: 70px;
    border-radius: 50%;
    font-weight: bold;
    border-color: #CDB87D;
    padding: .5rem 1rem;
    font-size: 2.5rem;
    line-height: 1.25;
}

/* Really big but workable */
.ccdpRBL.ccdpRBL-circle3 label {
    opacity: 1;
    width: 78px;
    border-radius: 50%;
    font-weight: bold;
    border-color: #CDB87D;
    padding: .5rem 1rem;
    font-size: 2.5rem;
}


.ccdpRBL.ccdpRBL-circle input[type="radio"]:checked + label {
    border: 3px solid #FFFFFF;
    background: linear-gradient(180deg, #3C5390 0%, #1C2957 100%);
    color: #FFFFFF;
    opacity: 1;
}

ul.ul-selfass {
    padding-left: 15px;
    list-style-image: url("../img/goldbullet.png");
    line-height: 1.5;
}

ul.ul-selfass li {
    color: #4F525A;
}

.header-register, .navbar-pitt {
    background: linear-gradient(180deg, #3C5390 0%, #1C2957 100%);
    color: #FFFFFF;
    font-family: "DIN 2014",sans-serif;
}

.navbar-pitt {
    padding-top: 0px;
    padding-bottom: 0px;
}

header#mentor-nav {
    padding-right: 0px;
}

header#mentor-nav ul.mentor-nav-right {

}

/* Less than lg */
@media (max-width: 992px) {
    .ccdp-border-left.border-left {
        border-left: 0px !important;
    }
    .container-flex {
        width: 100%;
        max-width: none;
    }

    .shrinkIcon {
        font-size: 1.5em !important; /* without this the icon and header shift when you hover the mouse over the FAQ icon */
    }
}

/* >= lg */
@media (min-width: 992px) {
    .header-register, .navbar-pitt,
    .nav-main {
        height: 70px;
    }
}

.nav-main {
}

    .side-nav li,
    .nav-main li { /*:not(.nav-nohover)*/
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .side-nav li:not(.nav-nohover) a,
        .nav-main li:not(.nav-nohover) a {
            color: #FFFFFF;
            cursor: pointer;
        }

        .side-nav li:not(.nav-nohover).activeNav,
        .side-nav li:not(.nav-nohover):hover,
        .nav-main li:not(.nav-nohover).activeNav,
        .nav-main li:not(.nav-nohover):hover {
            border-bottom: 10px solid #CDB87D;
        }

            .side-nav li:not(.nav-nohover).activeNav a,
            .side-nav li:not(.nav-nohover):hover,
            .nav-main li:not(.nav-nohover).activeNav a,
            .nav-main li:not(.nav-nohover):hover {
                margin-top: 10px;
            }

            /* this is to prevent the activeNavs from pushing down further when hover (see above) */
            .side-nav li:not(.nav-nohover).activeNav:hover,
            .nav-main li:not(.nav-nohover).activeNav:hover {
                margin-top: 0px;
            }

.nav-wopacity {
    background-color: rgba(0, 0, 0, 0.2);
}

#iconProfile > img {

}

.header-register > .container > section.d-flex {
    height: 70px;
    vertical-align: middle;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.card.card-slim {
    border-radius: 0px;
    border: 0px;
}

.card.card-slim .card-header {
    padding: .5rem .5rem;
    background-color: #ededed;
    border: 0px;
}

    .card.card-slim .card-header:first-child {
        border-radius: 0px;
    }

    .card.card-slim .card-header.card-header-muted {
        background-color: #fafafa;
    }

.card-clear {
    border: 0px;
}

    .card-clear > .card-header {
        background-color: #FFFFFF !important;
    }

    .card-clear .card-header .card-header-bold {
        font-weight: 400 !important;
    }

.card-body.card-body-padding-free {
    padding: 0;
}

.ccdp-prepend > button {
    height: calc(2.25rem + 2px);
    width: calc(2.25rem + 2px);
}

.alert-sm {
    padding: 3px 5px;
}

.list-group.list-group-flush > li.list-group-item {
    border: 0px;
    padding-left: 0;
    cursor: pointer;
}

.trainee-subheader {
    background-color: #CDB87D;
    height: 50px;
    padding: .5rem 1rem;
}

.btn-dropdown {
    width: 100%;
    color: #495057;
    background-color: #ededed;
    border: 1px solid #ced4da;
    display: flex;
    justify-content: space-between;
}
    /* used to push the arrow over to the right */
    .btn-dropdown.dropdown-toggle::after {
        align-self: center;
    }

    .btn-dropdown + ul {
        width: 100%;
    }

/* used to have a bootstrap dropdown with text, info button and checkbox */
/* change it so that info can be clicked to display info, but if the label is clicked, the info disappears and the check mark is display
    *The label might actually need to be attached to a hidden checkbox that when the label is clicked, the check value is stored and triggers 
    contextual changes
*/
.dropdown-menu-checkable > li {
    padding: .25rem 1.5rem;
    display: flex;
    justify-content: space-between;
}
    .dropdown-menu-checkable input.hideme {
        display: none;
    }

    .dropdown-menu-checkable input.hideme:checked + li > div {
        background-color: #CDB87D;
        padding: 3px 5px;
        border-radius: 5px;
    }

.dropdown-menu-checkable > li > div > label {
    cursor: pointer;
}

div.mentorsearch {

}

    div.mentorsearch > input.hideme {
        display: none;
    }

    div.mentorsearch > input.hideme:checked + label {
        background-color: #CDB87D;
    }

.setting-menu.list-group,
.profile-menu.list-group {
    /*border: 0px;
    padding-left: 0;
    cursor: pointer;*/
}

    .setting-menu.list-group .list-group-item,
    .profile-menu.list-group .list-group-item {
        border: 0px;
        padding-left: 0;
        cursor: pointer;
    }

    .setting-menu.list-group .list-group-item.active,
    .setting-menu.list-group .list-group-item:hover,
    .profile-menu.list-group .list-group-item.active,
    .profile-menu.list-group .list-group-item:hover {
        background-color: white;
        color: rgb(41,74,199);
        font-weight: bold;
    }

    .setting-menu.list-group .list-group-item:hover
    .profile-menu.list-group .list-group-item:hover{
        padding-left: .25rem;
    }

#pageSubHeader > section > input.inactive,
#pageSubHeader > section > button.inactive {
    background: none;
    background-color: rgb(234,226,202) !important;
    color: rgb(99,98,103);
}

    .btn-ccdp-reg-primary:hover,
    #pageSubHeader > section > input.inactive:hover {
        background: linear-gradient(180deg, #e7dbb1 0%, #dac997 55.82%, #cdb87d 100%);
        border: none;
        color: #1C2957;
    }

.detail-nav {
    border-bottom: none;
}

.nav-tabs.detail-nav .nav-link {
    border: none;
    color: #787f9b;
    font-weight: 500;
}

    .nav-tabs.detail-nav .nav-link.active.show {
        color: #294ac7;
        border-bottom: 10px solid #cbb87a;
    }

.nolinkstyle:hover {
    text-decoration: none;
}

.gold-border {
    border: 2px solid #CDB87D;
    border-radius: 3px;
    
}

.img-fullwidth {
    width: 100%;
    height: auto;
}

/* Expertise section */
table.expertise-table {
     width: 100%;
}

    table.expertise-table td {
        width: 30%;
        vertical-align: top;
    }

    table.expertise-table label {
        margin-left: 10px;
        display: inline;
        text-wrap: normal;
    }

.custom-caret .dropdown-toggle::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
}

.custom-caret .dropdown-toggle > span.caret {
    display: none;
}

.vl {
    border-right: 2px solid #CDB87D;
    height: 55px;
}

    .vl::after {
        content: "\00a0\00a0";
    }

div[id$="traineeButtonGroup"] {
}

    div[id$="traineeButtonGroup"] .dropdown-menu {
        width: 100%;
    }

.imgGoldBorder {
    border: 3px solid #CDB87D;
}

.btn-clear, .btn-clear:hover, .show > .btn-secondary.dropdown-toggle.btn-clear {
    background-color: transparent;
    border-color: transparent;
}

/* Goal_detail.aspx */

.competency-tag-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.competency-tag {
    border-left: 10px solid #294bc7;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    background-color: #ededed;
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* >= sm */
/*@media (min-width: 576px) {
    .competency-tag {
        flex: 0 0 48%;
    }
}*/

/* >= lg */
/*@media (min-width: 992px) {
    .competency-tag {
        flex: 0 0 30%;
    }
}*/

.competency-tag > button {
    background-color: inherit;
    border: 0;
    opacity: 0.25;
    cursor: pointer;
}

.competency-tag-color1 {
    border-left-color: #781214 !important;
}

/* Toast */

div.toast-bottom{
    position: fixed;
    bottom: 30px;
    min-width: 250px;
    margin-left: -125px;
    text-align: center;
    left: 50%;
}

.toast-body.toast-body-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.toast-body.toast-body-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* custom-select */

.custom-select.nobackground {
    background: none;
}

/* profile pictures */
img.profile165 {
    width: 165px;
    height: 165px;
}

img.profile100 {
    width: 100px;
    height: 100px;
}

img.profile60 {
    width: 60px;
    height: 60px;
}

img.profile50,
input.profile50 {
    width: 50px;
    height: 50px;
}

img.profile35 {
    width: 35px;
    height: 35px;
}

img.profile25 {
    width: 25px;
    height: 25px;
}

img.profile20 {
    width: 20px;
    height: 20px;
}

/* red brace chart helpers */
.rbChartContainer {
    margin-left: 10px;
    margin-right: 10px;
}

/* mentor navigation trainee dropdown */
button.traineeselector:disabled {
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed;
}

/* mentor navigation - personal navigation */
ul.link-keep-expanded > li.nav-item > a.nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

/* Goal list */
.card-header.gl-card-header {
    background-color: #ededed;
}

.gl-header {
    color: #1f2958;
    font-weight: 400;
}

.gl-subheader {
    color: #585a62;
}

/* footer */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #162146;
    color: #ffffff;
}

    .footer > .container-fluid {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

@media (max-width: 745px) {
    .footer {
        /*height: 70px;*/
        font-size: 0.8rem
    }

        /*.footer > .container-fluid {
            display: flex;
            flex-direction: column-reverse;
            line-height: 1.5rem;
            justify-content: start;
        }*/
}

@media (max-width: 626px) {
    .footer {
    }

        .footer > .container-fluid {
            display: flex;
            flex-direction: column;
            line-height: 1.5rem;
            justify-content: space-between;
            text-align: center;
        }
}

/* gantt related */

.container-gantt {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 80px;
}