/* Add here all your CSS customizations */

.dropdown-menu>li>a {
    color: white;
}

.dropdown-menu>li>a:hover {
    color: darkblue;
}

.table-responsive {
    overflow: none;
}

.bg-theme {
    background-color: #34495e;
    color: #ffffff;
}

.fg-theme {
    color: #34495e;
}

.fg-theme:hover {
    color: #64798e;
}

@media (min-width: 769px) {
    .width-main-content {
        width: 72%;
    }
    
    .float-right {
        float: right;
    }
    
    .sm-width-no-padding {
        padding: 0;
    }
}

@media (max-width: 768px) { /* small width devices */
    .sm-width {
        margin-top: 15px;
    }
    
    .dataTables_wrapper {
        overflow-x: auto;
    }
    
    .table_wrapper {
        overflow-x: auto;
        width: auto !important;
    }
    
    h3 {
        font-size: 25px !important;
    }
    
    .float-right {
        float: unset;
    }
}