/* ------------------------------------------------------ */
/* ############### 1. GOOGLE FONTS IMPORT ############### */
/* ------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");



/* -------------------------------------- */
/* ############### OVERRIDE ############### */
/* -------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box; }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; }

body {
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #868ba1;
    text-align: left;
    background-color: #f8f8f8;
}

.bg-gray {
    background-color: #e9ecef;
    color: #000;
}



/* -------------------------------------- */
/* ############### GLOBAL ############### */
/* -------------------------------------- */

.load-more-wrapper {
    border: 1px solid #ced4da;
    padding: 12px 0;
    text-align: center;
    background-color: #fff; }

.card-slim .card-body {
    padding: 25px; }

.card-slim .card-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    color: #343a40;
    margin-bottom: 25px; }

.card-slim-md .card-body {
    padding: 40px; }

.card-slim-md .card-title {
    margin-bottom: 40px; }

.slim-card-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #343a40;
    letter-spacing: 1px; }

.section-wrapper {
    border: 1px solid #bfbfbf;
    background-color: #ffffff;
    padding: 20px; }
.section-wrapper p {
    font-size: 14px;
    color: #a1a1a1;
}
@media (min-width: 576px) {
    .section-wrapper {
        padding: 40px; } }
.section-wrapper .section-title:first-child {
    margin-top: 0; }

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #014886;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
    letter-spacing: 1px; }
@media (min-width: 576px) {
    .section-title {
        margin-top: 40px; } }

.table-reference {
    margin-bottom: 0; }
.table-reference thead tr th,
.table-reference thead tr td {
    background-color: transparent;
    border: 1px solid #ced4da;
    border-bottom: 0; }
.table-reference thead tr th + th,
.table-reference thead tr th + td,
.table-reference thead tr td + th,
.table-reference thead tr td + td {
    border-left: 0; }
.table-reference tbody tr th,
.table-reference tbody tr td {
    border: 1px solid #ced4da; }
.table-reference tbody tr th + th,
.table-reference tbody tr th + td,
.table-reference tbody tr td + th,
.table-reference tbody tr td + td {
    border-left: 0; }
.table-reference tbody tr + tr th,
.table-reference tbody tr + tr td {
    border-top: 0; }

.slim-body {
    transition: all 0.2s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
    .slim-body {
        transition: none; } }
@media (min-width: 1200px) {
    .slim-body {
        display: flex;
        min-height: calc(100vh - 75px); } }
.slim-body .slim-mainpanel {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative; }
.slim-body .slim-mainpanel .container {
    max-width: none;
    padding: 15px; }
@media (min-width: 576px) {
    .slim-body .slim-mainpanel .container {
        padding: 20px; } }
@media (min-width: 768px) {
    .slim-body .slim-mainpanel .container {
        padding: 25px; } }
.slim-body .slim-mainpanel .container.container-messages {
    padding: 0; }
@media (min-width: 992px) {
    .slim-body .slim-mainpanel .container.container-messages {
        padding: 20px; } }
.slim-body .slim-pageheader {
    padding-top: 0; }
.slim-body .slim-footer {
    margin-top: auto; }

@media (min-width: 1200px) {
    .hide-sidebar .slim-header.with-sidebar .slim-logo {
        margin-left: -215px; }
    .hide-sidebar .slim-sidebar {
        margin-left: -230px; }
    .hide-sidebar.slim-sticky-sidebar .slim-mainpanel {
        margin-left: 0; } }

@media (max-width: 1199.98px) {
    .show-sidebar {
        overflow-x: hidden; }
    .show-sidebar .slim-header.with-sidebar .slim-logo {
        margin-left: 0; }
    .show-sidebar .slim-header.with-sidebar .slim-header-right {
        transform: translateX(215px); }
    .show-sidebar .slim-header.with-sidebar .slim-sidebar-menu span {
        background-color: transparent;
        left: 3px; }
    .show-sidebar .slim-header.with-sidebar .slim-sidebar-menu span, .show-sidebar .slim-header.with-sidebar .slim-sidebar-menu span::before, .show-sidebar .slim-header.with-sidebar .slim-sidebar-menu span::after {
        transform: scale(1.15);
        width: 15px; }
    .show-sidebar .slim-header.with-sidebar .slim-sidebar-menu span::before {
        transform: rotate(45deg);
        transform-origin: top left; }
    .show-sidebar .slim-header.with-sidebar .slim-sidebar-menu span::after {
        transform: rotate(-45deg);
        transform-origin: bottom left; }
    .show-sidebar .slim-body {
        display: flex;
        transform: translateX(230px); }
    .show-sidebar .slim-sidebar {
        position: relative; }
    .show-sidebar.slim-sticky-sidebar {
        overflow: hidden; }
    .show-sidebar.slim-sticky-sidebar .slim-body {
        display: block;
        transform: none; }
    .show-sidebar.slim-sticky-sidebar .slim-sidebar {
        position: fixed;
        top: 75px;
        left: 0;
        bottom: 0;
        margin-left: 0; }
    .show-sidebar.slim-sticky-sidebar .slim-mainpanel {
        transform: translateX(230px);
        opacity: .75; } }


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
    border-top: 2px solid #dee2e6; }
.table .table {
    background-color: #f0f2f7; }

.table-sm th,
.table-sm td {
    padding: 0.3rem; }

.table-bordered {
    border: 1px solid #dee2e6; }
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6; }
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #bfddf8; }

.table-hover .table-primary:hover {
    background-color: #a8d1f5; }
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #a8d1f5; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db; }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf; }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c1edba; }

.table-hover .table-success:hover {
    background-color: #afe8a6; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #afe8a6; }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d1e1f3; }

.table-hover .table-info:hover {
    background-color: #bdd4ee; }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #bdd4ee; }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fce2be; }

.table-hover .table-warning:hover {
    background-color: #fbd7a6; }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #fbd7a6; }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb; }

.table-hover .table-danger:hover {
    background-color: #f1b0b7; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe; }

.table-hover .table-light:hover {
    background-color: #ececf6; }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca; }

.table-hover .table-dark:hover {
    background-color: #b9bbbe; }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
    color: #f0f2f7;
    background-color: #212529;
    border-color: #32383e; }

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6; }

.table-dark {
    color: #f0f2f7;
    background-color: #212529; }
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e; }
.table-dark.table-bordered {
    border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
        border: 0; } }

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
        border: 0; } }

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
        border: 0; } }

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
        border: 0; } }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered {
    border: 0; }

td.price::after {
    content: ' /mo.';
    font-size: 11px;
}
