#gp_main_navigation .navbar-nav>li.nav-item {
    font-weight: bold;
    font-size: 150%;
}

.gpteam-signature {
    float: right;
    font-size: 2em;
    font-family: "Dancing Script", cursive;
    transform: rotate(353deg);
    display: inline-block;
}

.questionnaire-group-header {
    background: #226EBF;
    color: white;
}

.bg-questionnaire {
    background: rgb(46, 174, 219);
}

.loop_heading {
    border-top: 1px solid #6574cd;
    border-bottom: 1px solid #6574cd;
    text-align: center;
    background-color: lightgray;
}

.loop_heading h3 {
    color: #6574cd;
}

footer {
    background: grey;
}

footer p {
    font-size: 0.5rem;
    margin-bottom: 0;
    padding: 0.3rem 0.5rem;
    color: white;
    text-align: right;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f8fafc;
}

.card-header {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}

#report_graph_container {
    padding: 0;
    height: 410px;
    position: relative;
}

#em_marker_scale {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    width: 80px;
    z-index: 9;
}

#em_marker_scale .scale-marker {
    width: 100%;
    align-items: end;
}

#em_marker_scale .scale-marker:last-child .label span {
    bottom: auto;
    top: -4px;
}

#em_marker_scale .scale-marker:first-child .label span {
    bottom: -4px;
    top: auto;
}

#em_marker_scale .scale-marker .label {
    align-self: flex-end;
    text-align: right;
}

#em_marker_scale .scale-marker .label span {
    position: absolute;
    bottom: -6px;
    right: 4px;
    font-size: 0.8em;
}

#em_marker_scale .scale-marker .line {
    display: flex;
    justify-content: flex-start;
}

#em_marker_scale .scaleMarker {
    position: absolute;
}

#em_marker_scale .scaleMarker .line div {
    width: 20px;
    height: 5px;
}

#em_marker_scale .scaleMiniMarker {
    position: absolute;
}

#em_marker_scale .scaleMiniMarker .line div {
    width: 10px;
    height: 2px;
}

.scores_box {
    font-size: 15px;
}

.stage-section .subtext {
    display: inline-block;
    float: right;
}

.group_title {
    font-size: 12px;
    display: block;
}

.graph-header {
    font-weight: bold;
    font-size: 17px;
}

.graph-header small {
    font-style: italic;
    font-size: 60%;
    color: #226EBF;
}

.graph-header .table-highlight {
    background-color: #BE1A28;
    /* background-color: #0c385a; */
    color: white;
}

.graph-header .table-highlight small {
    color: white;
}

.em_graph_company .col {
    border-left: 1px solid rgba(222, 230, 227, 0.2392156863) !important;
    border-right: 1px solid rgba(222, 230, 227, 0.2392156863) !important;
    background: rgba(205, 213, 235, 0.02);
}

/* .em_graph_company #label_gc {
    border-color: rgb(0, 165, 0);
}

.em_graph_company #label_sgf {
    border-color: rgb(207, 251, 146);
}

.em_graph_company #label_gi {
    border-color: rgb(0, 0, 204);
} */

.em_graph_company .threshold {
    margin-bottom: 0;

    z-index: 9;
    position: absolute;
    left: 0;
    right: 163px;
    color: black;
    border-bottom: 2px dashed #000;
    text-align: right;
}

.threshold span {
    text-transform: uppercase;
    padding-left: 4px;
    position: relative;
    bottom: -12px;
    background: white;
    max-width: 200px;
    font-size: 0.78em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #BE1A28;
    font-style: italic;
}

.em_graph_company .rainbow_bridge {
    padding: 0;
    background: rgb(0, 165, 0);
    background: linear-gradient(180deg, #00a500 24%, #ccff99 35%, #ccff99 51%, #ffc001 63%, #ffc001 72%, #ff6601 79%);
}

.em_graph_company .rainbow_bridge div:nth-child(2) {
    /* padding-top: 18%; */
}

.em_graph_company .rainbow_bridge .percentage-box {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.em_graph_company .graph_marker {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: #0c385a;
    width: 100%;
}

.em_graph_company .graph_marker span.label {
    color: white;
    background: #0f3156;
    padding: 1px 5px;
}

.em_graph_company .graph {
    background: lightblue;
    height: 200px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.em_graph_company #em_marker_target {
    background-color: #ba0d1d;
    z-index: 11;
}

.em_graph_company #em_marker_gpscore {
    border: 2px dotted #0f3156;
}

.em_graph_company .gp_target_col {
    position: relative;
}

.predict_label {
    position: absolute;
}

.table thead .sub td {
    padding: 0.2rem;
    text-align: center;
}

.row.table-header {
    border-bottom: 1px solid #000;
}

.row.table-header h3 {
    font-size: 1em;
    font-weight: bold;
}

.score .row .col {
    text-align: center;
}

.box {
    position: relative;
    height: 100%;
    border: 1px;
    border-style: ridge;
}

.thermometer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: yellow;
}

.thermo_label {
    left: -35px !important;
}

.group_title.element_loop {
    font-size: 24px;
}

.question_scores_div .score_label {
    font-size: 12px;
    padding-right: 35px !important;
}

.barometer {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.alert ul {
    margin-bottom: 0;
}

.admin-info {
    border: 1px solid;
    border-radius: 10px;
    border-color: #0f3156;
    padding: 0.5rem;
    margin: 0.5rem;
}

.admin-info table {
    width: 100%;
}