


div.dataTables_wrapper div.dataTables_length {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    float: left;
    padding: 0.75rem;
}
div.dataTables_wrapper div.dataTables_filter {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    float: right;
    padding: 0.75rem;
}

div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 0px;
}
div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0px;
}


div.dataTables_wrapper div.dataTables_filter input {
    font-size: .8rem;
    font-weight: 400;
    border-radius: 0.35rem;
    font-weight: normal;
    border: 1px solid rgb(166, 166, 166);
    color: #858796;
}



div.dataTables_wrapper div.dataTables_info {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    float: left;
    padding: 0.75rem;
}

div.dataTables_wrapper div.dataTables_paginate {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    float: right;
    padding: 0.75rem;
}



div.dataTable_card table.table-bordered {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

div.dataTables_scrollFootInner th {
    font-size: .8em;
    font-weight: normal;
}
div.dataTables_scrollFootInner input, div.dataTables_scrollFootInner select {
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .8rem;
    font-weight: 400;
    border-radius: 0.35rem;
    font-weight: normal;
    border: 1px solid rgb(166, 166, 166);
    color: #858796;
}

div.dataTable_card a.paginate_button{
    position: relative;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: .8em;
}

div.dataTable_card a.paginate_button.disabled{
    color: #858796;
}

div.dataTable_card a.paginate_button.previous{
    border-top-left-radius: 0.35em;
    border-bottom-left-radius: 0.35em;
}
div.dataTable_card a.paginate_button.next{
    border-top-right-radius: 0.35em;
    border-bottom-right-radius: 0.35em;
}

div.dataTable_card a.paginate_button.current {
    border-radius: 0;
    color: #ffffff;
    background-color: #007bff;
}


.alert p:last-child {
    margin-bottom: 0;
}

.topbar.navbar-light .navbar-nav.unauthenicated .nav-item .nav-link {
    color: #4e73df;
}

.topbar.navbar-light .navbar-nav.unauthenicated .nav-item .nav-link:hover {
    color: #1cc88a;
}

.navbar-dark .navbar-light {
	background: linear-gradient(to right, #E4AF9D 40%, #4e73df 60%);
}

.text-blue {
    color: #4e73df;
}
.text-green {
    color: #1cc88a;
}
.text-aqua {
    color: #36b9cc;
}
.text-orange {
    color: #f6c23e;
}
.text-red {
    color: #e74a3b;
}
.text-purple {
    color: #52489C;
}
.text-pink {
    color: #D741A7;
}

#buildinfo {
    margin-top: 2em;
    font-size: 12px;
}

#wrapper.website {
    padding-top: 70px;
}

.btn-purple {
    color: #fff;
    background-color: #52489C;
    border-color: #52489C;
}

.sidebar .sidebar-brand .sidebar-brand-text {
    margin-top: 4px;
    margin-left: 7px;
}



/* DIMI's test styles body {background-color: red;} */
@media only screen and (max-width: 935px) {
    
    #w0-kvdate.input-group {
        flex-direction: column;
    }
    #w0-kvdate.input-group input {
        min-width: 160px;
    }
    #w0-kvdate.input-group .kv-field-seperator {
        min-width: 62px;
    }


    #w0-kvdate button {
        margin-top: 10px;
    }
}