@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);



div.table-title {
    display: block;
    margin: auto;
    max-width: 100%;
    padding:5px;
    width: 100%;
}

.table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    font-style:normal;
    font-family: "Roboto", helvetica, arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
    /*max-width: 1160px;*/
    background: white;
    border-radius:3px;
    border-collapse: collapse;
    margin: auto;
    padding:3px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

.table-fill th {
    color:#D5DDE5;;
    background:#1b1e24;
    border-bottom:4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size:13px;
    font-weight: 100;
    padding:5px !important;
    text-align:center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align:middle;
}

.table-fill th:first-child {
    /*border-top-left-radius:3px;*/
}

.table-fill th:last-child {
    /*border-top-right-radius:3px;*/
    border-right:none;
}

.table-fill tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color:#666B85;
    font-size:11px;
    font-weight:normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

.table-fill tr:hover td {
    background:#4E5066;
    color:#FFFFFF;
    border-left: 1px solid #22262e;
    border-right: 1px solid #22262e;
}

.table-fill tr:hover td a {
    color: #8cd0ff;
}

.table-fill tr:first-child {
    border-top:none;
}

.table-fill tr:last-child {
    border-bottom:none;
}

.table-fill tr:nth-child(odd) td {
    background:#EBEBEB;
}

.table-fill tr:nth-child(odd):hover td {
    background:#4E5066;
}

.table-fill tr:last-child td:first-child {
    border-bottom-left-radius:3px;
}

.table-fill tr:last-child td:last-child {
    border-bottom-right-radius:3px;
}

.table-fill td {
    background:#FFFFFF;
    padding:20px;
    text-align:center;
    vertical-align:middle;
    font-weight:400;
    font-size:13px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;
}

.table-fill td:last-child {
    border-right: 0px;
}

.table-fill th.text-left {
    text-align: left;
}

.table-fill th.text-center {
    text-align: center;
}

.table-fill th.text-right {
    text-align: right;
}

.table-fill td.text-left {
    text-align: left;
}

.table-fill td.text-center {
    text-align: center;
}

.table-fill td.text-right {
    text-align: right;
}

.paginate_button{
    padding: 0 !important;
    color: #d1d1d1 !important;
}

.dataTables-filter{
    color: #d1d1d1 !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: unset !important;
}

table.dataTable tbody tr.selected, .selected{
	background-color: #4E5066 !important;
}

table.dataTable tbody tr.selected > td, .selected> td {
	background-color: inherit !important;
	color: #fff;
	border-left: 1px solid #22262e;
	border-right: 1px solid #22262e;
}

table.dataTable tbody tr.selected > td a, .selected > td a {
	background-color: inherit !important;
	color: #35c0ff;
}