﻿html {
    font-size: 14px;
}

body {
    font-family: 'Roboto', sans-serif;
}

.content-footer {
    font-size: .8rem;
    height: 300px;
    bottom: 0;
    background-color: rgba(0,0,0,.03)
}

h1, h2, h3, h4, h5 {
    font-family: 'Josefin Sans', sans-serif;
}

h1, h2 {
    font-weight: 700;
}

label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .8rem;
}

label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .8rem;
}

th > label {
    margin-bottom: unset;
}

.content-aside {
    background: var(--gray-dark);
    width: 250px;
    min-height: 100vh;
    position: fixed;
    left: 0;
    z-index: 2;
}


.input-group-append .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.content-main {
    width: 100%;
    -webkit-transition: .01s ease-in-out;
    -moz-transition: .01s ease-in-out;
    -o-transition: .01s ease-in-out;
    transition: .01s ease-in-out;
}

.content-main-padded {
    padding-left: 250px;
}

.content-footer-padded {
    margin-right: -250px;
}

.disabled {
    pointer-events: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--danger);
    text-decoration: none;
    background-color: transparent !important;
}
