  /* ..................................Excel button............................... */
.dataTables_length {
	display: block !important;
} 
#list_length select {
    width: auto !important;
}
 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{
border: 1px solid #477b95;

}

table.dataTable thead tr {
	background-color: #477b96;
  	color:#fff;
}
table.dataTable{
	border-collapse: collapse;
}
table.dataTable.no-footer{
	border-bottom: 1px solid #ddd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #3c8dbc !important;
    background-color: #eaf5f8 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf5f8), color-stop(100%, #3c8dbc)) !important;
    background: -webkit-linear-gradient(top, #eaf5f8 0%, #3c8dbc 100%) !important;
    background: -moz-linear-gradient(top, #eaf5f8 0%, #3c8dbc 100%) !important;
    background: -ms-linear-gradient(top, #eaf5f8 0%, #3c8dbc 100%) !important;
    background: -o-linear-gradient(top, #eaf5f8 0%, #3c8dbc 100%) !important;
    background: linear-gradient(to bottom, #eaf5f8 0%, #3c8dbc 100%) !important;
}

table.dataTable tbody tr.odd{
    background-color:#eaf5f8 !important;
}

.dt-buttons{
    position: absolute !important;
    float: right;
    right: 260px;
        top: -7px;
 }
 
 
 /* ..................................PDF button............................... */
 
 button.dt-button.buttons-pdf.buttons-html5{
  	background: #de0f00  !important;
   	border: #93b593 !important;
    color: #fff;
 }
  div.dataTables_filter input{
    margin-right: 0 !important; 
 } 
 
 div.dataTables_filter label {
   
    bottom: 8px;}
 
 
 button.dt-button, div.dt-button, a.dt-button{
     padding: 0.5em 1em !important;
    
 }
 i.fa.fa-file-pdf-o{
  font-size:16px;
  vertical-align: middle;
 }
 i.fa.fa-file-excel-o{
   font-size:16px;
   vertical-align: middle;
 }
 .dataTables_filter label{
 margin-top:1px !important;
 }
button.dt-button.buttons-excel.buttons-html5.green {
    background: #008000 !important;
   border: #93b593 !important;
    color: #fff;
    box-shadow:none !important;
}

 /* .................................. Add Factory button............................... */
/* .add-account {
    font-family: 'montserratlight';
    font-size: 1em;
    top: 47px;
       left: -8px;
    z-index: 999;
    position: relative;} */