@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

.create-model-page {
/*  margin-top: 20px; */
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.15rem 0.3rem;
    font-size: 0.7rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.navbar-custom {
    text-align: center
}

.badge-d {
	background-color: #61abfe;
}

.badge-dd {
	background-color: #1f80ed;
}

.badge-pause {
	background-color: #ff6d6d;
}



@media (max-width: 575px) {

    .card-box {
        padding: 5px;
    }

    .dt-buttons.btn-group {
        width: auto !important;
        float: left !important;
    }

    .dataTables_filter label {
        float: right;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-top: 5px;
        width: 150px !important;
    }

    .swal2-modal.swal2-show.problematic-height {
        min-height: 450px;
    }

    .dataTables_wrapper {
        padding: 5px;
    }

}

.dataTables_paginate.paging_simple_numbers ul.pagination li.paginate_button.page-item.active a.page-link {
    z-index: 0;
}


.reports-date-container {
    display: inline-block;
    height: 26px;
    vertical-align: top;
    line-height: 26px;
    margin-left: 10px;
}

.btn-light.active {
    border-bottom: 2px #ed3c39 solid;
    -webkit-transition: none;
    transition: none;
}