/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.loadscreen {
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: .5rem 0 1rem 0;
    top: 450px;
    bottom: 0;
    height: 4px;
    background: #db6bf2;
    z-index: 999;
    display: block;
    overflow: hidden;
    border-radius: 2px;
}

.loadscreen .indeterminate
{
    background-color: #8016d4;
}

.loadscreen .indeterminate:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
    animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;

    background-color: inherit;

    will-change: left, right;
}

.loadscreen .indeterminate:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;

    background-color: inherit;

    will-change: left, right;
}




.dataTables_length .select-wrapper{
	display: inline-block;
}

.dataTables_length .select-wrapper .select-dropdown{
	width: 60px !important;
	padding: 5px;
}

.dateButton {
	margin:2px;
	width:47%;
	height:30px;
	padding:0px;
	line-height: 0px;
}


.searchButton {
  margin-top:32px;
  position: relative;
  text-align:left;
}
#main .section-data-tables .dataTables_wrapper .dataTables_length#page-length-option_length label input, #main .section-data-tables .dataTables_wrapper .dataTables_filter#page-length-option_filter label input {

}

#main .section-data-tables .dataTables_wrapper .dataTables_length#page-length-option_length label select, #main .section-data-tables .dataTables_wrapper .dataTables_filter#page-length-option_filter label select{

}



    .select-checkbox{
        position: inherit !important;
        top: 0em !important;
    }

    .select-table {
        text-align: center !important;
        padding-left: 15px;
    }

    .table-border td {
        border: 1px #dee2e6 !important;
        padding: 5px 5px;
    }

    .text-right{
        text-align: right;
    }

    .text-left{
        text-align: left;
    }

    .text-center{
        text-align: center;
    }
