html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 5vh;
}

a {
    text-decoration: none !important;
}

footer a {
    color: white;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 5vh;
}

.footer a:hover {
    color: #FF1616 !important;
}

a:hover {
    color: #FF1616;
}

.btn-side-menu {
    margin-left: 1rem;
    color: #fff !important;
    background-color: var(--fams-red) !important;
}

    .btn-side-menu:hover {
        color: var(--fams-red) !important;
        border: 1px solid var(--fams-red) !important;
        background-color: #fff !important;
    }

.margin-top-s {
    margin-top: 0.5rem;
}

.margin-top-m {
    margin-top: 1rem;
}

.margin-top-l {
    margin-top: 2rem;
}

.margin-bottom-m {
    margin-bottom: 1rem !important;
}

.margin-bottom-l {
    margin-bottom: 2rem !important;
}

.margin-top-lg {
    margin-top: 3rem;
}

.header-logo {
    max-width: 15rem;
    height: auto;
}

.inherit-parent-size {
    width: 100% !important;
    height: auto;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

header, footer {
    background-color: #253237 !important;
    color: white;
}

.header-bar {
}

.page-header {
    display: inline-block;
    vertical-align: central;
}

    .page-header h3 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 1rem !important;
    }


.fams-container {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.underlined-header {
    padding: 0.5rem;
    border-bottom: 1px solid #253237;
}

.dataTables_length, .dataTables_filter {
    margin-bottom: 2rem !important;
}

.filter-svg {
    filter: invert(100%) sepia(79%) saturate(0%) hue-rotate(86deg) brightness(118%) contrast(119%);
    width: 1rem;
}

.filter-white {
    filter: invert(100%) sepia(79%) saturate(0%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.black-filter-svg {
    filter: invert(0%) sepia(79%) saturate(0%) hue-rotate(86deg) brightness(118%) contrast(119%);
    width: 2rem;
}

.fill-parent {
    height: inherit !important;
    width: 100% !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: .375rem .75rem;
}

.x-icon {
    font-size: 0.8rem;
}

.main-container {
    padding: 2rem 5rem 5rem 5rem;
}

.aligned-icon{
   vertical-align:top;
}


.float-right {
    float: right;
}

.btn-export {
    background-color: #b02a37 !important;
    border-color: #b02a37 !important;
    color: #fff !important;
}

    .btn-export:hover {
        background-color: #8f222c !important;
        border-color: #8f222c !important;
        color: #fff !important;
    }