.logo h3 a {
    color: #fff;
}

.language-flag {
    position: relative;
    top: 7.5px !important;
    margin-right: 4px;
}

.flash-message {
    display: none;
}

.table-small {
    min-width: 150px;
}

.table-medium {
    min-width: 200px;
}

.table-large {
    min-width: 250px;
}

.table-actions {
    width: 250px;
    min-width: 250px;
}

.table-badge {
    font-size: 18px;
}

.table-middle {
    vertical-align: middle !important;
}

.dataTables_filter input {
    width: 70% !important;
}

#table_wrapper .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.day-delete {
    position: relative;
    top: 12px;
    line-height: 0;
    font-size: 20px;
    color: #cc3f44;
    cursor: pointer;
    display: none;
}

.customer-delete {
    top: 3px !important;
}

.input-refresh {
    font-size: 18px;
    cursor: pointer;
    margin-top: 9px;
    margin-left: -15px;
    color: #68b828;
}

#main-menu li a {
    font-size: 17px;
}

@media (min-width: 1024px) {
    .pull-right-md {
        float: right;
    }
}

@media screen and (max-width: 768px) {
    .dataTables_wrapper .pagination > li > a, .pagination > li > span {
        margin-left: 0 !important;
    }

    .table-responsive {
        border: 1px solid #eeeeee;
    }

    .dataTables_wrapper .dataTables_filter .form-control {
        margin-left: 0 !important;
    }

    .dataTables_wrapper .pagination > li {
        display: block;
    }
}
