﻿/* Bootstrap Validation Summary Override */
/* Bootstrap Validation Summary Override */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

.col-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.166665%;
    flex: 0 0 4.166665%;
    max-width: 4.166665%;
    width: 4.166665%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
    width: 16.66666%;
}

.dataTables_empty {
    font-size: 1.5rem !important;
}

/* Reference classes, no implementation */
.base,
.needs-validation,
.flex-start,
.text-faded,
.app-container-demo,
.lang-js,
.lang-csharp,
.has-tooltip,
.has-popover {
}

/* Keeps analyzers happy */
.js-waves-off,
.js-waves-on,
.js-get-date,
.js-collapse,
.js-modal-settings,
.js-filter-message,
.js-buttons,
.js-icon-class,
.js-icon-copy,
.js-bg-color,
.js-bg-gradient,
.js-bg-gradient-demo,
.js-bg-target {
}

/* Small word wrap correction */
section > ol > li {
    word-break: break-all;
}

code {
    border: 1px solid silver;
    padding: 0.03rem 0.2rem !important;
}

pre.prettyprint {
    border-radius: 0.2rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.documentation h2 {
    color: var(--primary);
}

.documentation th:first-child,
.documentation th:nth-child(3) {
    width: 16%;
}

.documentation blockquote {
    margin-left: 1rem;
    padding: 1rem 1rem 0.01rem 1rem;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
    background: #edf2f9;
    border-left: 3px solid var(--primary);
}

    .documentation blockquote.info {
        background: #edf2f9;
        border-left: 3px solid var(--info);
    }

    .documentation blockquote.warning {
        background: #fff4db;
        border-left: 3px solid var(--warning);
    }

    .documentation blockquote.danger {
        background: #fadeeb;
        border-left: 3px solid var(--danger);
    }

/* Enter custom CSS rules for your application here */
.info-card{
    height: 143px;
    padding: 0px;
}
.info-card img.cover {
    opacity: 1;
    width: 100%;
}
.info-card-text{
    top: 25px;
    font-size: 12px;
}
.primary-nav .nav-menu:first-of-type {
    margin-top: 0px;
}

.info-card:hover {
    -webkit-transition: none;
    transition: none;
    will-change: opacity;
}

.subheader-title{
    margin-bottom: 20px;
}

/* Custom CSS for the scores */
.score-value {
    display: inline-block;
    min-width: 30px;
    padding: 5px;
    border: 2px solid #C8C4BE;
    background: #E8E6E3;
    border-radius: 2px;
    color: #C8C4BE;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.score-value.score-a {
    border-color: #63BB49 !important;
    color: #63BB49 !important;
    background: #BCE2B1 !important;
}

.score-value.score-b-plus {
    border-color: #B8D635 !important;
    color: #B8D635 !important;
    background: #E2EFAE !important;
}

.score-value.score-b {
    border-color: #D4E918 !important;
    color: #D4E918 !important;
    background: #F8FFC5 !important;
}

.score-value.score-c-plus {
    border-color: #F1C30C !important;
    color: #F1C30C !important;
    background: #F9E69A !important;
}

.score-value.score-c {
    border-color: #FA9A00 !important;
    color: #FA9A00 !important;
    background: #FDD694 !important;
}

.score-value.score-d-plus {
    border-color: #F0663C !important;
    color: #F0663C !important;
    background: #F8BDAA !important;
}

.score-value.score-d {
    border-color: #B30E0E !important;
    color: #B30E0E !important;
    background: #E1A0A0 !important;
}

.score-value.score-na {
    border-color: #000 !important;
    color: #000 !important;
    background: #BCC1C1 !important;
}

.score-value.score-r {
    border-color: #FA0000 !important;
    color: #FA0000 !important;
    background: #FF8460A6 !important;
    border-radius: 100%;
    min-width: 32px;
}

.score-value-assesment {
    font-size: 4em;
    padding: 0px 30px 0px 30px;
}

.score-selection input {
    display: none;
}

.score-info {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.score-selection input + .score-info .score-a,
.score-selection input + .score-info .score-b,
.score-selection input + .score-info .score-c,
.score-selection input + .score-info .score-d,
.score-selection input + .score-info .score-d-plus,
.score-selection input + .score-info .score-na,

.score-selection-actual input + .score-info .score-a,
.score-selection-actual input + .score-info .score-b,
.score-selection-actual input + .score-info .score-c,
.score-selection-actual input + .score-info .score-d,
.score-selection-actual input + .score-info .score-d-plus
.score-selection-actual input + .score-info .score-na {
    display: inline-block !important;
    min-width: 55px !important;
    padding: 10px !important;
    border: 2px double #C8C4BE !important;
    background: #E8E6E3 !important;
    border-radius: 2px !important;
    color: #C8C4BE !important;
    font-weight: bold !important;
    text-align: center !important;
    text-decoration: none !important;
    font-size: 18px !important;
    margin-right: 10px !important;
}

.score-selection input:checked + .score-info .score-a,
.score-selection-actual input:checked + .score-info .score-a {
    border-color: #63BB49 !important;
    color: #63BB49 !important;
    background: #BCE2B1 !important;
}

.score-selection input:checked + .score-info .score-b-plus,
.score-selection-actual input:checked + .score-info .score-b-plus {
    border-color: #B8D635 !important;
    color: #B8D635 !important;
    background: #E2EFAE !important;
}

.score-selection input:checked + .score-info .score-b,
.score-selection-actual input:checked + .score-info .score-b {
    border-color: #DEE697 !important;
    color: #DEE697 !important;
    background: #F2F6D5 !important;
}

.score-selection input:checked + .score-info .score-c-plus,
.score-selection-actual input:checked + .score-info .score-c-plus {
    border-color: #F1C30C !important;
    color: #F1C30C !important;
    background: #F9E69A !important;
}

.score-selection input:checked + .score-info .score-c,
.score-selection-actual input:checked + .score-info .score-c {
    border-color: #FA9A00 !important;
    color: #FA9A00 !important;
    background: #FDD694 !important;
}

.score-selection input:checked + .score-info .score-d-plus,
.score-selection-actual input:checked + .score-info .score-d-plus {
    border-color: #F0663C !important;
    color: #F0663C !important;
    background: #F8BDAA !important;
}

.score-selection input:checked + .score-info .score-d,
.score-selection-actual input:checked + .score-info .score-d {
    border-color: #B30E0E !important;
    color: #B30E0E !important;
    background: #E1A0A0 !important;
}

.score-selection input:checked + .score-info .score-na,
.score-selection-actual input:checked + .score-info .score-na {
    border-color: #000 !important;
    color: #000 !important;
    background: #BCC1C1 !important;
}

.score-header {
    font-size: 10px;
    text-align: center;
    width: 55px;
    margin-right: 10px;
    font-weight: bold;
}

.login-option{
    font-size: 16px;
}