.hidden {
    display: none;
}

.img-logo-navbar {
    width: 120px !important;
    height: 40px !important;
}

.no-border {
    border: none;
}

.border-bottom {
    border: none;
}

a.list-group-item-action:hover, .dropdown-item:hover {
    font-weight: bolder;
    /*background-color: #d0504c;*/
    color: white !important;
}

.menu-button-item {
    border: solid 1px white;
    border-radius: 20px;
    color: white;
}

table thead tr th {
    text-transform: uppercase;
}

table tbody tr td .form-group {
    margin-bottom: 0px;
}

.tabs-alt.nav-tabs .nav-link.active {
    box-shadow: 0 -2px 0 #26b4ff inset;
}

.text-custom-large {
    font-size: 1000% !important;
}

.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control.custom-checkbox .custom-control-input:hover ~ .custom-control-label::before,
.custom-control.custom-radio .custom-control-input:hover ~ .custom-control-label::before {
    border-color: #26b4ff;
    background-color: #26b4ff;
}

.page-item.active .page-link, .page-item.active .page-link:hover {
    border-color: #26b4ff !important;
    background-color: #26b4ff !important;
}


@media screen and (max-width: 576px) {
    .layout-navbar-fixed .layout-navbar {
        position: relative;
    }

    .menu-button-item {
        border: none;
        border-radius: none;
    }

    .layout-container {
        padding-top: 0px !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .layout-navbar-fixed .layout-navbar {
        position: relative;
    }

    .menu-button-item {
        border: none;
        border-radius: none;
    }

    .layout-container {
        padding-top: 0px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .layout-navbar-fixed .layout-navbar {
        position: relative;
    }

    .menu-button-item {
        border: none;
        border-radius: none;
    }

    .layout-container {
        padding-top: 0px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .layout-navbar-fixed .layout-navbar {
        position: fixed;
    }
}
