/* ------------------------------------------------------------------------------------------------------------------- */
/* Size of charts in a card.                                                                                           */
/* ------------------------------------------------------------------------------------------------------------------- */

.card-chart-carousel {
    width: 100%;
    min-height: 256px;
    min-width: 256px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.log-output {
    font-size: var(--font-size-sm);
}

/* ------------------------------------------------------------------------------------------------------------------- */
/* Build configuration UI header frame                                                                                 */
/* ------------------------------------------------------------------------------------------------------------------- */

.subsection-header {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.subsection-title {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-weight: bold;
}

/* Add padding-top for more space */
.tab-content > .active {
    display: block;
    padding-top: 20px;
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Font awesome icons */

.no-issues-banner {
    padding: 30px;
    color: var(--success-color) !important;
    height: 200px;
    width: 200px;
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Bar graph in table */
.bar-graph {
    float: left;
    color: transparent;
}

.severity-error {
    background-color: #FFCDD2;
}

.severity-error--hover:hover {
    background-color: #EF9A9A;
}

.severity-high {
    background-color: #FFE0B2;
}

.severity-high--hover:hover {
    background-color: #FFCC80;
}

.severity-normal {
    background-color: #FFF9C4;
}

.severity-normal--hover:hover {
    background-color: #FFF59D;
}

.severity-low {
    background-color: #F0F4C3;
}

.severity-low--hover:hover {
    background-color: #E6EE9C;
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Mouse cursor pointer for clicking on doughnut charts */
.graph-cursor-pointer {
    cursor: pointer;
}
