﻿/* 
2025-02-23 RMcQ
Styles for tabs (Bootstrap tabs) on many pages.

*/


/* Tabs */

.nav-tabs .nav-item  {
    font-weight: bold;
    border-left: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    font-size: 110%;

    background-color: white;
}

.nav-tabs .nav-item .active {
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-right: 1px solid gray;

    background-color: rgba(var(--bs-primary-rgb), .15) !important;

}


div.MainTabPanel {
    padding: 16px;
    border: 1px solid gray;
    border-top: 0;

    background-color: rgba(var(--bs-primary-rgb), .03) !important;

}


/* Options panels - BEGIN */

div.mqc-div-option-panel-options {
    padding: 4px;
    border: 0px solid gray;
    font-size: 120%;
    font-weight: 600;
    color: darkolivegreen;
}

input.mqc-div-option-selector-radio {
}

input.mqc-div-option-selector-checkbox {
}

div.mqc-div-option-panel {

}

/* Options panels - END */
