/* miraico.css */
/* like bootstrap 4 */
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.text-primary {
    color: #007bff !important;
}
.text-secondary {
    color: #868e96 !important;
}
.text-secondary {
    color: #868e96 !important;
}
.text-danger {
    color: #dc3545 !important;
}
.text-warning {
    color: #ffc107 !important;
}
.text-info {
    color: #17a2b8 !important;
}
.text-light {
    color: #f8f9fa !important;
}
.text-dark {
    color: #343a40 !important;
}
.text-muted {
    color: #868e96 !important;
}
/*
.text-white {
    color: #fff !important;
}
*/ 
.bg-primary {
    background-color: #007bff !important;
}
.bg-secondary {
    background-color: #868e96 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
.bg-white {
    background-color: #fff !important;
}
.mc-page-title {
    font-size:16pt;
    border-bottom: 2px solid silver;
}

@media print {
    .noprint {
        display: none;
    }
}

.mcForm select,
.mcForm textarea,
.mcForm input[type="text"],
.mcForm input[type="password"],
.mcForm input[type="datetime"],
.mcForm input[type="datetime-local"],
.mcForm input[type="date"],
.mcForm input[type="month"],
.mcForm input[type="time"],
.mcForm input[type="week"],
.mcForm input[type="number"],
.mcForm input[type="email"],
.mcForm input[type="url"],
.mcForm input[type="search"],
.mcForm input[type="tel"],
.mcForm input[type="color"] {
    margin-bottom: 2px;
}

h2.mc-title {
    color: #222;
    font-size: 16pt;
    margin: 20px 0 20px 0;
    border-bottom: 5px double #aaa;
}

h3.mc-title {
    color: #444;
    font-size: 14pt;
    margin: 20px 0 10px 0;
    border-bottom: 1px dotted #aaa;
}

.mc-alert {
    padding: 10px !important;
}
    
table.mc-data-card tbody tr th {
    background-color: #fcf8e3;
    font-weight: normal;
    text-align: center;
}

table.mc-data-card tbody tr td {
    background-color: #ffffff;
}

table.mc-data-card-border,
table.mc-data-list-border {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

table.mc-data-list thead tr th {
    background-color: #fcf8e3;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}

table.mc-data-list tbody tr td {
    vertical-align: middle;
    background-color: #ffffff;
}

table.mc-data-card-border tbody tr th,
table.mc-data-card-border tbody tr td,
table.mc-data-list-border thead tr th,
table.mc-data-list-border tbody tr td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.mc-option-area {
    background-color: #ffffff;
    padding: 10px 10px 10px 30px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.mc-option-area input {
    margin-bottom: 0;
}

.mc-option-area div.row label {
    font-weight: normal;
}


.block_navigation .block_tree [aria-expanded="true"] {
    background-repeat: no-repeat;
}

.block_navigation .block_tree [aria-expanded="false"] {
    background-repeat: no-repeat;
}

.block_settings .block_tree [aria-expanded="true"] {
    background-repeat: no-repeat;
}
.block_settings .block_tree [aria-expanded="false"] {
    background-repeat: no-repeat;
}