body {
	background-color: #151515;
	padding: 0px;
	margin: 0px;
	color: #a3a3a3;
	font-family: "Nunito", sans-serif;
    letter-spacing: 0.65px;
}
::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb {
    background-color: #738BD7;
}
.dataTables_wrapper .dataTables_processing {
	padding: 10px 15px;
	width: 100%;
	color: #fff;
	text-decoration: underline;
	text-align: center;
}
nav {
	background-color: #232323;
	padding: 0 15%;
	display: flex;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}
nav .mainNav {
	display: flex;
	align-items: center;
}
nav .mainNav a {
	display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    padding: 15px 20px;
    font-size: 0.8em;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.02);
    color: #fff;
    text-decoration: none;
    height: 20px;
    transition: ease 0.2s all;
}
nav .mainNav a.active {
	background-color: rgba(255, 255, 255, 0.05);
}
nav .mainNav a i {
	margin-right: 15px;
}
nav .mainNav a:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.02);
}
nav .mainNav a:not(.active):hover {
	background-color: rgba(255, 255, 255, 0.025);
}
nav .search input[type="text"] {
	background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 315px;
    height: 39px;
    padding: 6px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    color: #a3a3a3;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}
nav .search .search_results {
	position: absolute;
	background-color: #303030;
	width: 315px;
	flex-direction: column;
	box-shadow: 0 0 3px 3px rgba(0, 0,0 , 0.1);
	box-sizing: border-box;
}
nav .search .search_results li {
	padding: 8px 12px;	
	color: #a3a3a3;
	transition: ease 0.2s all;
	cursor: pointer;
}
nav .search .search_results li:hover {
	color: #fff;
	padding-left: 15px;
}
nav .search .search_results li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
nav .search .search_results a {
	color: unset;
	text-decoration: unset;
}
nav .search .search_results li i {
	margin-right: 8px;
}
.hero {
	padding: 70px 15% 60px 15%;
	background-position: center center;
}
.content {
	margin: -40px 15% 5% 15%;
	padding: 15px;
	background-color: #232323;
	border-radius: 5px;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.content .control_buttons {
	display: flex;
	align-items: center;
	height: 45px;
	justify-content: space-around;
	margin-bottom: 10px;
}
.content .control_buttons li {
	width: 11.5%;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #303030;
	text-align: center;
    border: 0px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.02);
    border-radius: 2px;
    font-size: 0.8em;
    color: #a3a3a3;
    outline: none;
    font-weight: bold;
    padding: 8px 12px;
    transition: ease 0.1s all;
}
.content .control_buttons li:not(.active):not(.disabled):hover {
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
}
.content .control_buttons li.disabled {
	text-decoration: line-through;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	background-color: #222;
}
.content .control_buttons li.active {
	background-color: #738BD7;
	color: #fff;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: unset;
}
.content .styles {
	display: flex;
	flex-direction: column;
	margin: 10px 7px 0px 7px;
}
.content .styles .style-show {
	display: none;
}
.content .styles .style-show:first-child {
	display: flex;
	flex-direction: column;
}
.content .styles .style-show .stats-display:not(:first-child){
	margin-top: 20px;
}
.stats-display .display-heading {
	background-color: #738DB7;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	color: #fff;
    font-size: 0.9em;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
.dataTables_wrapper .row:first-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -30px;
	margin: -34px 5px 0 10px;
}
.dataTables_wrapper .row:first-child label {
	color: #fff;
	font-size: 0.8em;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.dataTables_wrapper .row:first-child label select {
	background-color: rgba(0, 0, 0, 0.3);
	border: unset;
	outline: none;
	color: #a3a3a3;
	margin: 0 10px;
	border-radius: 3px;
	padding: 3px 5px;
	transition: ease 0.2s all;
}
.dataTables_wrapper .row:first-child label select:hover {
	background-color: rgba(0, 0, 0, 0.45);
}
.dataTables_wrapper .row:first-child label select option {
	color: #fff;
	background-color: #222;
	cursor: pointer;
}
.dataTables_wrapper .row:first-child .dataTables_filter label input[type="search"] {
	background-color: rgba(0, 0, 0, 0.3);
	border: unset;
	outline: none;
	width: 200px;
	height: 30px;
	color: #fff;
	margin-left: 10px;
	border-radius: 3px;
	padding: 6px 10px;
	transition: ease 0.2s all;
	font-size: 0.95em;
}
.dataTables_wrapper .row:last-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 3px;
	min-height: 42px;
}
.dataTables_wrapper .row:last-child .dataTables_info {
	font-size: 0.9em;
}
.dataTables_wrapper .row:last-child .pagination {
	display: flex;
	align-items: center;
}
.dataTables_wrapper .row:last-child .pagination .paginate_button a {
	color: #738DB7;
	height: 30px;
	border-radius: 3px;
	width: 30px;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.3);
	justify-content: center;
	outline: none;
	border: 1px solid transparent;
	font-weight: bold;
	font-size: 0.8em;
}
.dataTables_wrapper .row:last-child .pagination .paginate_button:not(:last-child){
	margin-right: 10px;
}
.dataTables_wrapper .row:last-child .pagination .paginate_button a:hover {
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.35);
}
.dataTables_wrapper .row:last-child .pagination .paginate_button.active a {
	color: #fff;
	border: 1px solid #738DB7;
}

.recent_records {
	padding: 10px 7px 0 7px;
	margin-top: 25px;
}

.stats-display table {
    border-radius: 3px;
    width: 100% !important;
    display: table;
    font-family: "Nunito", sans-serif;
    margin-top: 15px;
  	table-layout: fixed;
  	word-wrap:break-word; 
}
.stats-display table thead {
    border-bottom: 1px solid #111;
    display: table-header-group;
    width: 100%;
    border-radius: 3px 3px 0 0;
    align-items: center;
    background-color: #151515;	
}
.stats-display table thead tr {
	width: 100%;
    display: table-row;
}
.stats-display table thead tr th {
	text-align: left;
    color: #fff;
    display: table-cell;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: bold;
    padding: 15px;
    font-size: 0.8em;
    letter-spacing: 1.15px;
}
.stats-display table tbody {
	margin-top: -1px;
    display: table-row-group;
    border-radius: 0 0 10px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
    flex-direction: column;
    overflow-y: auto;
    max-height: 395px;
}
.stats-display table tbody tr {
	display: table-row;
	width: 100%;
    align-items: center;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    position: relative;
    right: 1px;
    background-color: #232323;
    transition: ease 0.1s all;
    color: rgba(255, 255, 255, 0.9);
}
.stats-display table tbody tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.1);
}
.stats-display table tbody tr td {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
    padding: 10px 15px;
    font-size: 0.9em;
}
.stats-display table tbody tr td img {
	height: 25px;
	width: 25px;
	border-radius: 3px;
	margin-right: 15px;
}
.stats-display table tbody tr td a {
}
.stats-display table tbody tr td i {
	margin-right: 8px;
}
.stats-display a {
	color: #738DB7;
	text-decoration: none;
}
.stats-display a:hover {
	text-decoration: underline;
}