.navbar-custom .button-menu-mobile.disable-btn {
    display: inline;
}

.navbar-brand {
    width: 17%;
}

.dropdown-profile {
    padding: 8px 16px;
}

.table .thead-light th {
    background-color: #b02a37;
    color: #ffffff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f6f6f7;
}

.plus-icon-position {
    position: relative;
    bottom: 1px;
}

@media (max-width: 767.98px) {

    li.paginate_button.previous,
    li.paginate_button.next {
        font-size: inherit;
    }

    li.paginate_button {
        display: inline;
    }

    .pagination {
        float: none;
    }

    .showing-entries {
        text-align: center;
    }

    .pagination-center {
        display: inline-block;
    }
}

.spinner-xs {
    height: 15px;
    width: 15px;
}

.spinner-border {
    vertical-align: sub;
}

.pro-user-desc {
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.table td,
.table th {
    vertical-align: middle;
}

.table th {
    vertical-align: middle;
    text-align: center;
}

table.loading tbody {
    position: relative;
}

table.loading tbody:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url('../images/table-loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    content: "";
}

@keyframes updown {
    0% {
        transform: translateY(-30%);
    }

    50% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(0%);
    }
}

.animation-updown {
    animation: updown 0.5s ease infinite;
}

.animation-child-updown svg {
    animation: updown 0.5s ease infinite;
}

[role=button] {
    cursor: pointer;
}


@media (max-width: 992px) {
    .order-xs-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xs-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

.unread {
    font-weight: bold;
    background-color: antiquewhite !important;
}

.nav-pills {
    background: #33657d;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #6c757d !important;
}

.navtab-bg li > a {
    color: white !important;
}

.note-btn.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.note-btn.dropdown-toggle:empty::after {
    margin-left: 0;
}

.note-editor.note-frame {
    border: 1px solid #e2e7f1;
}

.card-header.note-toolbar {
    border-bottom: 1px solid #e2e7f1;
}

.tab {
    display: inline-block;
    margin-left: 1em;
}

.top-1 {top: 1px}

.button-list .btn {
    margin-bottom: 5px;
    margin-left: 5px;
}

.vertical-align-middle {
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.form-control {
    padding: 0rem 0.75rem;
}