
/*
	Copyright Josh L 2017
	This code should not be copied, edited or redistributed without consent from Josh Lisher.
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
	font-family: 'Montserrat', sans-serif !important;
	color: black;
	background: #2c2d2f;
	font-size: 15px;
}

html {
	scroll-behavior: smooth;
}

/* Width */
::-webkit-scrollbar {
  width: 10px;
}

/* Background */
::-webkit-scrollbar-track {
  background: #bcbcbc; 
}
 
/* Scroll Block */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Scroll Block on Hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

a {
	text-decoration: none;
}

::placeholder {
	color: #747474 !important;
}

.site-version {
	font-style: italic;
    font-size: 10px;
}

.navbar-desktop {
	display: block;
}

.darkblue {
	background: #1480dc !important;
}

.darkgreen {
	background: #0c940c !important;
}

.darkred {
	background: #bd302c !important;
}

.darkgrey {
	background: #292929 !important;
}

.darkorange {
	background: #e2931e !important;
}

.darkpurple {
	background: #7a4daf !important;
}

.orange {
	border-color: #f0ad4e !important;
    background-color: #f0ad4e !important;
	color: white !important;
}

.blue {
    border-color: #2093f5 !important;
	background-color: #2093f5 !important;
	color: white !important;
}

.green {
	border-color: #5cb85c !important;
    background-color: #5cb85c !important;
	color: white !important;
}

.red {
	border-color: #d9534f !important;
    background-color: #d9534f !important;
	color: white !important;
}

.white {
	border-color: #cacaca !important;
    background-color: #cacaca !important;
	color: white !important;
}

.cyan {
	border-color: #1ebcc3 !important;
    background-color: #1ebcc3 !important;
	color: white !important;
}

.grey {
	border-color: #313438 !important;
	background-color: #313438 !important;
	color: white !important;
}

.purple {
	border-color: #9361ce !important;
	background-color: #9361ce !important;
	color: white !important;
}

.user-info {
	background-color: #313438 !important;
	color: white !important;
}

.alert {
	border-radius: 0;
    background-color: #00ffff00 !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.logo {
    height: 50px;
    margin-right: 10px;
	display: inline !important;
}

.bg-dark {
	background-color: #232323 !important;
}

.navbar-top {
	padding: 10px 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1 !important;
    border-bottom: 1px solid #404040;
}

.navbar-brand, .navbar-brand:hover, .navbar-brand:focus {
	color: white;
}

.navbar-side {
	border-right: 1px solid #404040;
}

.nav {
	width: 250px;
	background: #313438;
	height: 100%;
    position: fixed;
	z-index: 1 !important;
}

.nav-profile {
	background: #393939;
	display: flex;
	color: #a0a0a0;
	border-bottom: 1px solid #404040;
}

.nav-profile-text {
    font-size: 12px;
	text-align: center;
    margin: 7px auto auto auto;
}

.nav-profile-username {
	font-size: 20px;
}

.nav-profile-text-rank {
    color: #ff3333;
}

.nav-content {
    max-height: calc(100vh - 176px);
    overflow-y: auto;
}

.nav-item {
}

.side-item {
    margin: 0px 5px;
}

.side-item-text {
	font-size: 18px;
	padding: 3px 0px 0px 0px;
	border-left: 1px solid rgb(50 52 56);
}

.side-item-text:focus {
	text-decoration: none;
	color: #a0a0a0;
}

.side {
	color: #a0a0a0;
}

.side:hover {
    margin-right: 0;
    padding-right: 30px;
	color: #cacaca;
	text-decoration: none;
}

.login-box {
	width: 400px;
    margin: 0 auto;
    text-align: center;
	background: #363636;
    padding: 15px;
    box-shadow: 0px 0px 5px #1e1e1e;
}

.login-icon {
	color: white;
    font-size: 50px;
	margin: 10px;
}

.login-title {
	color: white;
    margin-bottom: 20px;
}

.login-input-icon {
	border-radius: 0px;
	color: white;
    background: #999999;
	border: 1px solid #999999;
}
.login-input-content {
	border: 1px solid #999999 !important;
}

.db-actions {
	height: 110px !important;
}

.btn-login, .btn-login:focus {
	background-color: #337ab7;
    border-color: #2e6da4;
	margin: 0 !important;
	color: white;
}

.btn-login:hover {
	background: #999999;
}

.btn-logout, .btn-logout:focus {
	background-color: #535353;
	padding: 2px 4px;
	margin: 8px 0px 0px 0px !important;
	font-size: 12px;
	color: white;
	width: 125px;
}

.btn-changePassword, .btn-changePassword:focus, .btn-changePassword:active {
	background-color: #535353;
	padding: 2px 4px;
	margin: 8px 0px 0px 0px !important;
	font-size: 10px;
	color: white;
	width: 125px;
	border: none;
}

.btn-db-backup, .btn-db-backup:focus {
	height: 22px;
    background: #2f59e8;
    font-size: 11px;
    padding: 3px 5px;
    margin: 4px 4px 0 0 !important;
}

.btn-db-wipe, .btn-db-wipe:focus {
	height: 22px;
    background: #ce2e2e;
    font-size: 11px;
    padding: 3px 5px;
    margin: 4px 4px 0 0 !important;
}

.btn-db-restore, .btn-db-restore:focus {
	height: 22px;
    background: #15a010;
    font-size: 11px;
    padding: 3px 5px;
    margin: 4px 4px 0 0 !important;
}

.container {
	margin-left: 250px;
	margin-top: 70px;
    padding: 30px;
	max-width: 83vw;
}

.container-fluid {
	padding: 0px;
	margin: 0px;
}

.nav-1:hover, .nav-1-active {
	border-left: 1px solid #FF8C00;
}

.nav-2:hover, .nav-2-active {
	border-left: 1px solid #FF1493;
}

.nav-3:hover, .nav-3-active {
	border-left: 1px solid #32CD32;
}

.nav-4:hover, .nav-4-active {
	border-left: 1px solid #8A2BE2;
}

.nav-5:hover, .nav-5-active {
	border-left: 1px solid #FF6347;
}

.nav-6:hover, .nav-6-active {
	border-left: 1px solid #1E90FF;
}

.nav-7:hover, .nav-7-active {
	border-left: 1px solid #FFD700;
}

.nav-8:hover, .nav-8-active {
	border-left: 1px solid #FF5733;
}

.nav-9:hover, .nav-9-active {
	border-left: 1px solid #FF00FF;
}

.nav-10:hover, .nav-10-active {
	border-left: 1px solid #00CED1;
}

.nav-11:hover, .nav-11-active {
	border-left: 1px solid #00BFFF;
}

.nav-12:hover, .nav-12-active {
	border-left: 1px solid #FF4500;
}

.nav-13:hover, .nav-13-active {
	border-left: 1px solid #FFFF00;
}

.nav-14:hover, .nav-14-active {
	border-left: 1px solid #00FF7F;
}

.nav-15:hover, .nav-15-active {
	border-left: 1px solid #2093f5;
}

.nav-16:hover, .nav-16-active {
	border-left: 1px solid #5cb85c;
}

.nav-17:hover, .nav-17-active {
	border-left: 1px solid #2093f5;
}

.nav-18:hover, .nav-18-active {
	border-left: 1px solid #5cb85c;
}

.active {
	color: #ffffff;
}

.active-mobile {
	color: white;
}

.player-result {
    margin-top: 5px;
    margin-bottom: 5px;
}

.player-result-row, .vehicle-result-row {
    margin: 10px 0px 10px 0px;
    padding: 10px 10px;
}

.player-result-col {
	padding: 15px;
}

.player-result-link, .vehicle-result-link {
	color: #a0a0a0;
}

.player-result-link:hover, .player-result-link:focus, .vehicle-result-link:hover, .vehicle-result-link:focus {
	text-decoration: none;
	color: #cacaca;
}

.player-page-row {
	margin-bottom: 20px;
}

.title {
	color: white;
}

hr {
	color: #cacaca;
}

.stat-card-1 {
	padding: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.stat-card-2 {
	height: 75px;
	min-width: 210px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.stat-card-extra {
    height: 100%;
    width: 75px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.stat-card-info {
	text-align: center;
	padding: 10px 20px;
	margin: 0;
}

.stat-card-text {
	position: absolute;
	margin-left: 90px;
    margin-top: 18px;
}

.stat-card-text-dashboard {
	position: absolute;
    margin-left: 90px;
    margin-top: 18px;
}

.player-profile-image {
	margin-bottom: 5px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    height: 100px;
    width: auto;
}

.btn-box, .btn-box:focus {
	display: flex;
    margin: 0px 6px;
	text-align: center;
}

.btn-outside {
	margin: 0 0 10px 0;
}

.btn-outside-top {
	margin: 10px 0 0 0;
}

.btn-blue, .btn-blue:focus, .btn-blue:active, .btn-blue:hover {
	background: #f0f8ff00 !important;
    border: 1px solid #2f59e8 !important;
    color: white !important;
}

.btn-teal, .btn-teal:focus, .btn-teal:active, .btn-teal:hover {
	background: #f0f8ff00 !important;
    border: 1px solid #2fe8e6 !important;
    color: white !important;
}

.btn-orange, .btn-orange:focus, .btn-orange:active, .btn-orange:hover {
	background: #f0f8ff00 !important;
    border: 1px solid #d86d25 !important;
    color: white !important;
}

.btn-red, .btn-red:focus, .btn-red:active, .btn-red:hover {
	background: #f0f8ff00 !important;
    border: 1px solid #ce2e2e !important;
    color: white !important;
}

.btn-green, .btn-green:focus, .btn-green:active, .btn-green:hover {
	background: #f0f8ff00 !important;
    border: 1px solid #15a010 !important;
    color: white !important;
}

.blue-text {
	color: #2f59e8;
}

.teal-text {
	color: #2fe8e6;
}

.orange-text {
	color: #d86d25;
}

.red-text {
	color: #ce2e2e;
}

.green-text {
	color: #15a010;
}

.search-container {
    text-align: center;
    margin-bottom: 20px;
}

#searchInput {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border: 2px solid #ccc;
}

.dropdown-text, .dropdown-text:hover {
	color: white;
	text-decoration: none;
}

.btn, .btn:hover, .btn:focus, .btn:active {
	color: white;
	text-decoration: none;
	border-radius: 0;
}

.dropdown {
	cursor: pointer;
}

.dropdown-menu {
	border-radius: 0;
}

.dropdown-menu > li > p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	margin-bottom: 0;
}

.dropdown-menu > li > p:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.player {
	cursor: pointer;
	padding: 0.25rem;
}

.player[data-value='0'] {
    background: rgb(214, 70, 70);
	color: white;
}

.player[data-value='1'] {
	background: rgb(55, 158, 55);
	color: white;
}

.subtitle {
	margin-bottom: 5px;
}

.form-group:not(:last-child) {
	margin-bottom: 10px;
}

.form-control {
	border-radius: 0;
	background-clip: unset;
}

.input-group {
	margin-bottom: 1rem;
}

.input-group-text {
	border-radius: 0;
}

.modal-content {
	border-radius: 0;
}

.message {
	padding: 10px 5px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

button:focus, button:active {
    outline: 0 !important;
	box-shadow: none !important;
}

.bans-row {
	background: #2c2d2f;
    margin: 0;
	font-size: 13px;
}

.bans-col {
	padding: 5px 15px;
}

.bans-row-2:nth-child(even) {
	background: #333538;
}

.stat-card-1::-webkit-scrollbar, .stat-card-1::-webkit-scrollbar-track {
    display: none;
}

.stat-card-1::-webkit-scrollbar-thumb {
    display: none;
}

.view-ban-modal, .modal {
	color: white;
}

.view-ban-modal-content, .modal-content {
	background: #2c2d2f;
}

.modal-header {
	border-bottom: 1px solid #808080;
}

.modal-footer {
	border-top: 1px solid #808080;
}

.logs-box {
	max-height: 750px;
	overflow-y: scroll;
}

.inactive {
	color: red !important;
}

.whitelist-type {
	text-align: center;
	color: white;
	font-size: 100px;
	cursor: pointer;
}

.whitelist-card {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.wl-type-blue {
	background-color: #2093f5;
}

.wl-type-green {
	background-color: #5cb85c;
}

.wl-type-red {
	background-color: #d9534f;
}

.wl-type-pink {
	background-color: #bb4fd9;
}

textarea, input, select {
	background: #2c2d2f !important;
    border: #ababab 1px solid !important;
	color: #ababab !important;
}

.block-button {
	cursor: pointer;
}

.license-plate {
	background: #ffc800;
    padding: 2px 4px;
    color: black;
    border-left: 10px solid #0078ff;
}

.add-note-btn, .add-note-btn:hover, .add-note-btn:focus, .add-note-btn:active {
	text-decoration: none;
	color: white;
}

.add-note-content {
	min-height: 70px;
	max-width: 100%;
	min-width: 100%;
}

#permission-content:not(:empty), #setting-content:not(:empty) {
	border-top: 1px solid #808080;
    margin-top: 10px;
    padding-top: 10px;
}

.case-header {
	margin-top: 5px;
}

.case-information {
	margin-top: 5px;
}

.case-notes {
	margin-top: 0px;
}

.comment-section {
	padding: 5px 15px;
	position: relative;
}

.comment-time {
	position: absolute;
	bottom: 20px;
}

.case-comment {
	text-align: center; margin-top: 1rem;
}

.thread-reply {
	max-width: 100%;
    min-width: 100%;
    min-height: 80px;
}

.setting-row, .permission-row {
	width: 1000px;
    margin: auto;
    margin-bottom: 10px;
}

.margin-auto {
	margin: auto;
}

.whitelist-block {
	margin-bottom: 25px;
}







@media only screen and (max-width: 1368px) {
	.container {
		max-width: 80%;
	}

	.col-sm-4:has(.stat-card-2) {
		margin-bottom: 20px;
	}

	.stat-card-text {
		margin-left: 32%;
		font-size: 15px;
	}

	.btn-1368 {
		position: absolute;
		width: 60%;
		height: 60%;
		font-size: 8px;
		padding: 0;
	}

	.logs-box {
		max-height: 600px;
	}
}

@media only screen and (max-width: 430px) {
	.navbar-desktop {
		display: none;
	}

	.navbar-container {
		display: flex;
	}

	.navbar-toggler {
		right: 0;
		position: absolute;
		margin: 0 20px 0 0;
		font-size: 30px;
		display: block;
	}

	.navbar-mobile {
		margin-top: 70px;
	}

	.side-item-text {
		padding: 10px 0px 0px 0px;
	}

	.nav-1:hover {
		border: none;
	}

	.nav-2:hover {
		border: none;
	}

	.nav-3:hover {
		border: none;
	}

	.nav-4:hover {
		border: none;
	}

	.nav-5:hover {
		border: none;
	}

	.nav-6:hover {
		border: none;
	}

	.nav-7:hover {
		border: none;
	}

	.nav-8:hover {
		border: none;
	}

	.nav-9:hover {
		border: none;
	}

	.nav-10:hover {
		border: none;
	}

	.nav-11:hover {
		border: none;
	}

	.nav-12:hover {
		border: none;
	}

	.nav-13:hover {
		border: none;
	}

	.nav-14:hover {
		border: none;
	}

	.nav-15:hover {
		border: none;
	}

	.nav-16:hover {
		border: none;
	}

	.nav-17:hover {
		border: none;
	}

	.nav-18:hover {
		border: none;
	}

	.side-item-text {
		font-size: 15px;
	}
	
	.container {
		margin-left: auto;
		padding: 30px 0px;
	}
	
	.col-sm-4:has(.stat-card-2) {
		margin-bottom: 20px;
	}

	.page-button {
		text-align: center;
	}

	.case-info-top {
		padding: 5px 15px;
		max-width: 33%;
	}

	.player-profile-image {
		height: 60px;
	}

	.case-header {
		font-size: 20px;
	}

	.case-header-smaller {
		font-size: 11px;
	}

	.steam-icon {
		content: '<i class="fa-brands fa-steam"></i>';
	}
}