.dataTables_info{
    margin-top: 10px !important;
}

.dataTables_wrapper .dataTables_length {
    padding-top: 0.755em;
}

.pagination > li.next.disabled{
    background-color: #efefef  !important;
}

.pagination > li.next.disabled > a {
    color: #01080a !important;
}
ul.pagination
{
    margin-top: 10px !important;
}

.pagination > li.previous.disabled{
    background-color: #efefef !important;

}

.pagination > li.previous.disabled > a {
    color: #01080a !important;
}

.pagination > li.next
{
    background-color: #5c5f67 !important;
}

.modal-header {
    background-color: #5c5f67;
    margin: 7px;
    color: #fff;
}

.pagination > li.next > a
{
    color: #e6f4f8 !important;
}

.pagination > li.previous > a
{
    color: #e6f4f8 !important;
}

.dataTables_empty{
    font-size: 22px !important;
}

.modal-footer
{
    border-top-width: 0px !important;
}

.pagination > li.next
{
    background-color: #5c5f67 !important;
}

.pagination > li.previous.disabled
{
    color: #e6f4f8 !important;
}

.pagination > li.previous
{
    background-color: #5c5f67 !important;
}

.pagination > li.next.disabled
{
    color: #e6f4f8 !important;
}

.text-center {
    text-align: center;
    margin-bottom: 45px !important;
}

.modal-header{
    float:right;
}

.custom-select-sm
{
    width: 50px !important;
}

.dataTables_length
{
    float: left !important;
    margin-bottom: 5px;
}

input[type="text"]{
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
}

input[type="password"]{
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
}

textarea{
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
}

select{
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
}

.select2-container--default .select2-selection--single
{
    height: 33px !important;
}

.select2-container{
    height: 33px !important;
}

[type="file"] {
    /* Style the color of the message that says 'No file chosen' */
      color: #878787;
    }
    [type="file"]::-webkit-file-upload-button {
      background: #ED1C1B;
      border: 2px solid #ED1C1B;
      border-radius: 4px;
      color: #fff;
      cursor: pointer;
      font-size: 12px;
      outline: none;
      padding: 10px 25px;
      text-transform: uppercase;
      transition: all 1s ease;
    }
    
    [type="file"]::-webkit-file-upload-button:hover {
      background: #fff;
      border: 2px solid #535353;
      color: #000;
    }


    .select2-search__field
    {
        border: 0px !important;
    }