/* ..........................................
   dataTables, dataTables based!
   THEME COLOR - DEFAULT
   theme  ->   blue3 -> #57bfe1
   .........................................
*/
table.dataTable {
	width: 100% !important;
	margin-bottom: 0px;
}
.dataTables_length, .dataTables_wrapper .dataTables_filter { 
    font-family: "Roboto Condensed", sans-serif;
    color: #57bfe1 !important;
}
.dataTables_wrapper .dataTables_length {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_length select   {
    color: #5c6873 !important;
    font-size: 14px;
    height: 32px; 
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 0.4em 0.6em 0.5em 0.6em;
    text-transform: none;
    outline: none !important; 
    box-sizing: border-box;
   -moz-appearance:none;	
    background: url(/assets/plugins/datatables/images/sort_desc.png) 100% no-repeat;
    background-position: right top;
    }
.dataTables_wrapper .dataTables_length select option {
    padding-left:.8em;
}
.dataTables_wrapper .dataTables_length label {
    margin-bottom: 0px !important;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: left;
	line-height: 30px;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em !important;
    border: none;
    color : #818e9a !important;
    font-size:15px;
}
.dataTables_wrapper .dataTables_filter label {
    margin-bottom: 0px !important;
	font-size: 15px;
}
table.dataTable thead th {
    border-bottom: 1px solid #57bfe1 !important;
}
table.dataTable td { 
    border: none  !important;
    font-size: 14px;	  }
td.dataTables_empty {
	font-family:Arial, Helvetica, sans-serif;
/*  color: #d05163 !important;	*/
	font-size:12px !important;
	font-weight:400;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: #57bfe1;
    padding: 0.1em 0.5em;
    border: 1px solid transparent;
    border-radius: 1px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    font-family: "Roboto Condensed", sans-serif;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1em;
    padding: 0.21em 0.5em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid transparent;
    border-radius: 1px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
table.dataTable.no-footer {
    border-bottom: none !important;
}

.btn-dt-action {
    font-size:16px;
    padding:0px 4px;
    border-radius:0px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-dt-action:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
    cursor: pointer; 
}
.btn-dt-square {
    border: none;
    border-radius: 0px;
    width: 40px;
    height: 20px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 21px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;	}
.btn-dt-square:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
    cursor: pointer; 
}

/*
table.dataTable.compact tbody td, table.dataTable.compact th, table.dataTable.compact td  { padding: 4px 17px 4px 4px !important; }
*/
/*  end dataTables, dataTables based!
*/
