﻿html, body {
    height: 100vh;
    margin: 0;
}

body {
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

    body .text-12 {
        font-size: 12px !important;
    }

.page-header {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.page-section {
    flex:1;
}

@media (min-width: 992px) {
    .page-section {
        margin-top: 60px;
        margin-left: 250px;
    }
}

@media (max-width: 991px) {
    .page-section {
        margin-top: 117px;
    }
}

.article {
    padding: 0.5rem 0.5rem;
    flex: 1;
}

.footer {
    flex-shrink: 0;
    z-index: 10;
    position: sticky;
    color: white;
    background-color: #595959;
}

h1 {
    font-size: 24px !important;
}

h2 {
    font-size: 22px !important;
}

h3 {
    font-size: 20px !important;
}

h4 {
    font-size: 18px !important;
}

h5 {
    font-size: 16px !important;
}

h6 {
    font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
    color: rgb(9, 36, 42) !important;
}

/* btn-form*/

.btn-form {
    color: white;
    background-color: rgb(35, 135, 158);
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: .75rem;
    --bs-btn-font-size: .75rem;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    letter-spacing: 2px;
}

    .btn-form:hover {
        color: white;
        background-color: rgba(35, 135, 158, 0.8);
        border: 1px solid black;
        border: 1px solid black;
        border-color: transparent;
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    }

.btn-form-light {
    color: #333333;
    background-color: white;
    border-color: rgb(35, 135, 158);
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: .75rem;
    --bs-btn-font-size: .75rem;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    letter-spacing: 2px;
}

    .btn-form-light:hover {
        color: #333333;
        background-color: white;
        border-color: transparent;
        box-shadow: 2px 2px 5px 0px rgb(35, 135, 158);
    }

/* btn-footer*/

.btn-footer {
    color: #333333;
    background-color: #FAFAFA;
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    letter-spacing: 2px;
}

    .btn-footer:hover {
        color: #333333;
        font-weight: 600;
        border: 1px solid black;
        background-color: #FAFAFA;
    }

/* btn-table*/

.btn-table {
    color: #293E56;
    border-color: rgba(51, 51, 51, 0.25);
    background-color: white;
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    letter-spacing: 2px;
}

    .btn-table:hover {
        color: #333333;
        border: 1px solid #293E56;
    }

.btn-tabledark {
    color: white;
    background-color: #293E56;
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    letter-spacing: 2px;
}

    .btn-tabledark:hover {
        color: white;
        background-color: rgba(41, 62, 86, 0.9);
        border: 1px solid black;
        border: 1px solid black;
        border-color: transparent;
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    }

/* Accordion */
.accordion {
    background-color: none !important;
    --accordion-active-bg: none !important;
}


/* Tables */
.table-container {
    width: 100%;
    height: 60vh;
    overflow: auto;
}

th {
    background-color: rgb(35, 135, 158) !important;
    color: white !important;
    font-weight: 200;
    letter-spacing: 1px;
}

.table td {
    padding: 5px;
    text-align: left;
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
}

.dropdown-menu {
    font-size: .75rem !important;
    letter-spacing: 1px;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #333333;
        background-color: rgb(35, 135, 158);
    }

/* Accordion */
.accordion-button {
    background-color: rgb(150, 217, 232) !important;
}

    .accordion-button.collapsed {
        background-color: #FAFAFA !important;
    }

/* btn-plan */
.btn-plan {
    color: white;
    background-color: rgb(35, 135, 158);
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: .75rem;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    letter-spacing: 2px;
}

.btn-plan:hover {
    color: white;
    background-color: rgba(35, 135, 158, 0.8);
    border: 1px solid black;
    border: 1px solid black;
    border-color: transparent;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}

.bi {
    font-weight: 900;
}