﻿.content-wrapper {
   
}

.content-header {
    padding: 15px 0.9rem;
    background: white;
    border-bottom: 1px solid #e1e1e1;
}

.content-wrapper > .content {
    padding: 0.9rem;
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

.toast-warning {
    background-color: #f87d06 !important;
}


    .toast-message
    {
        font-size: 16px;
    }

    .modal-body {
        background: rgba(244, 246, 249, 0.55);
    }

.modal-footer {
    background: rgba(244, 246, 249, 0.55);
}

.modal-header {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    background: #ecedf2;
}

    .modal-header > .close {
        font-size: 1.8rem;
        font-weight: 400;
    }

.modal-header > h4 {
    font-size: 1.3rem;
}

.btn.table-action {
    border: 0;
    background: none;
}


    .btn.table-action .action-icon {
        color: #929292;
    }

        .btn.table-action .action-icon:hover {
            color: #6d6969;
        }


.dropdown-menu .dropdown-item i {
    width: 30px;
    color: #5c5c5c;
}

.dropdown-item.active i, .dropdown-item:active i {
    color: white;
}

.main-header {
    border-bottom: 1px solid #006eae;
}

.main-header .navbar-badge {
    font-size: .8rem;
    padding: 2px 5px;
    right: 1px;
}


.table.table-sm tbody tr.inactive {
    color: #d68d8d;
}

.table.table-sm tbody tr td 
{
    vertical-align :middle;
}

.table.table-sm thead tr th {
    padding: .55rem 0 .55rem .30rem;
}


.navbar-lightblue {
    background-color: #006eae;
}

.nav-sidebar {
    font-size: 0.9rem;
}
    .nav-sidebar .nav-item > .nav-link {
         margin-bottom: 0.1rem;
    }

    .control-sidebar, .control-sidebar::before {
        bottom: calc(3.2rem);
    }


.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
    font-size: 0.95em;
}


.control-sidebar-dark {
    background: #18191b;
}

@media print {
    .content-wrapper {
        background-color: #fff !important;
    }
}


