:root {
	--font-family-sans-serif: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	--font-family-monospace: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.app-footer {
	flex: auto;
}

.app-footer-col {
	padding-top: 20px;
}

.app-header .navbar-brand {
	width: 200px;
}

.app-header .nav-item .nav-link {
	font-size: 18px;
}

.app-header .nav-item-search {
	min-width: 285px;
}

.badge {
	cursor: pointer;
}

body {
	font-family: 'Helvetica Neue', sans-serif;
}

body.theme-default {
	background-color: #ffffff;
}

body.theme-dark {
	background-color: none;
}

.breadcrumb {
	padding: 5px 20px;
	margin-bottom: 0px;
}

.breadcrumb-item {
	font-weight: 500;
}

.card-data {
	padding: 0px;
	width: 100%;
}

.card-fullscreen {
	border: none;
	border-radius: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
	margin-right: -15px;
}

.card-fullscreen-graph-text {
	font-weight: 500;
}

.card-fullscreen-graph-subtext {
	font-weight: 600;
}

.coin-header-cta {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.coin-header-cta-div {
	text-align: center;
}

.coin-header-cta-btn {
	width: 100%;
	font-weight: 600;
}

.coin-fullscreen-chart {
	height: 120px;
}

.coin-title-price {
	white-space: nowrap;
}

#coin-topgraph-ad {
	max-height: 250px;
	height: 250px;
}

.dataTables_filter > label > input.form-control {
	border-radius: 25px 25px 25px 25px;
	height: 40px;
	border-width: 0px;
	font-size: 18px;
	margin-top: 10px;
}

.image-page-title {
	width: 40px;
}

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

.nav-link {
	font-weight: 600;
}

.navbar-logo-full {
	width: 40px;
	height: 40px;
}

.navbar-logo-minimized {
	width: 30px;
	height: 30px;
}

#navbar-search-form {
	width: 85%;
}

#navbar-search-input {
	border-radius: 25px 0px 0px 25px;
	height: 40px;
	border-width: 2px;
	font-size: 18px;
}

.navbar-search-btn {
	border-radius: 0px 25px 25px 0px;
	padding-right: 15px;
}

.navbar-toggler:focus {
	outline: none;
}

.page-logo-container {
	padding-top: 0px;
	display: inline-block;
	text-align: center;
}

.page-logo-image {
	max-height: 70px;
	margin-bottom: 5px;
}

.page-title {
	font-weight: 600;
}

.page-header {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

.price-header-container {
	text-align: center;
}

.row-margin {
	margin-right: 0px;
	margin-left: 0px;
}

.row-margin-large {
	margin-right: 15px;
	margin-left: 15px;
}

.row-title {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.sidebar-search-btn {
	border-radius: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

#sidebar-search-form {
	width: 100%;
}

#sidebar-search-input {
	border-radius: 0px;
	height: 50px;
	font-size: 18px;
	border: none;
}

.theme-default .theme-bg-light {
	background-color: #f0f3f5;
}

.theme-dark .theme-bg-light {
	background-color: transparent;
}

.theme-dark #navbar-search-input {
	border-width: 0px;
}

.theme-dark .card {
	border-width: 0px;
}

.theme-dark  {
	border-width: 0px;
}

.title-col {
	padding-left: 0px;
	padding-right: 0px;
}

.jumbotron {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.lead {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}

/* resizes the sidebar */
.sidebar .sidebar-nav,
.sidebar .nav {
	width: 250px;
}
.app-body .sidebar {
	-ms-flex: 0 0 250px;
 	flex: 0 0 250px;
}

html:not([dir="rtl"]) .sidebar {
  margin-left: -250px;
}

html[dir="rtl"] .sidebar {
  margin-right: -250px;
}

@media (min-width: 992px) {
	.sidebar-fixed .sidebar {
		width: 250px;
	}
}

@media (min-width: 576px) {
	html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
	html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
		margin-left: 0px;
	}
	html:not[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
		left: 0px;
	}

	html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
	html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer {
		margin-right: 0px;
	}
}

@media (min-width: 576px) and (min-width: 576px) {
	html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed .main,
	html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed .app-footer {
		margin-left: 0px;
	}
	html:not[dir="rtl"] .sidebar-sm-show.breadcrumb-fixed .breadcrumb {
		left: 0px;

	}
	html:not([dir="rtl"]) .aside-menu-sm-show.aside-menu-fixed .main,
	html:not([dir="rtl"]) .aside-menu-sm-show.aside-menu-fixed .app-footer {
		margin-right: 0px;
	}
}

@media (min-width: 768px) and (min-width: 576px) {
	html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed .main,
	html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed .app-footer {
		margin-left: 0px;
	}
	html:not[dir="rtl"] .sidebar-md-show.breadcrumb-fixed .breadcrumb {
		left: 0px;
	}
	html:not([dir="rtl"]) .aside-menu-md-show.aside-menu-fixed .main,
	html:not([dir="rtl"]) .aside-menu-md-show.aside-menu-fixed .app-footer {
		margin-right: 0px;
	}
}

@media (min-width: 992px) and (min-width: 576px) {
	html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main,
	html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .app-footer {
		margin-left: 0px;
	}
	html:not[dir="rtl"] .sidebar-lg-show.breadcrumb-fixed .breadcrumb {
		left: 0px;
	}
	html:not([dir="rtl"]) .aside-menu-lg-show.aside-menu-fixed .main,
	html:not([dir="rtl"]) .aside-menu-lg-show.aside-menu-fixed .app-footer {
		margin-right: 0px;
	}
}

@media (min-width: 1200px) and (min-width: 576px) {
	html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed .main,
	html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed .app-footer {
		margin-left: 0px;
	}
	html:not[dir="rtl"] .sidebar-xl-show.breadcrumb-fixed .breadcrumb {
		left: 0px;
	}
	html:not([dir="rtl"]) .aside-menu-xl-show.aside-menu-fixed .main,
	html:not([dir="rtl"]) .aside-menu-xl-show.aside-menu-fixed .app-footer {
		margin-right: 0px;
	}
}

@media (max-width: 991.98px) {
	.sidebar {
		width: 250px;
	}
}



/* end resizes sidebar */
.sidebar .nav-link {
	font-size: 18px;
}

.sidebar-pad {
	height: 65px;
}

.site-title {
	font-weight: 600;
	font-size: 20px;
	margin-top: 7px;
	margin-left: 3px;
}


@media (min-width: 991.98px) {
	.desktop-hide {
		display: none;
	}

	.desktop-show {
		display: auto;
	}
}

@media (max-width: 991.98px) {

	.aside-menu .tab-content {
		overflow-y: scroll;
		height: calc(100vh - 101px);
	}

	.aside-menu {
		height: calc(100vh - 55px);
	}

	.card-body-data {
		padding: 0px;
	}

	.coin-header-cta {
		padding-bottom: 10px;
	}

	.coin-header-cta-div {
		margin-top: 10px;
	}

	html:not([dir="rtl"]) .sidebar-show .sidebar,
	html:not([dir="rtl"]) .sidebar-show .sidebar .sidebar-nav,
	html:not([dir="rtl"]) .sidebar-show .sidebar .nav {
		width: 100%;
	}
	html:not([dir="rtl"]) .sidebar-show .main,
	html:not([dir="rtl"]) .sidebar-show .app-footer {
		display: none;
	}

	html:not([dir="rtl"]) .aside-menu-show .aside-menu{
		width: 100%;
	}
	html:not([dir="rtl"]) .aside-menu-show .main,
	html:not([dir="rtl"]) .aside-menu-show .app-footer {
		display: none;
	}

	.mobile-hide {
		display: none;
	}

	.mobile-show {
		display: auto;
	}

	.page-logo-container {
		padding-top: 5px;
		max-width: 100px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.page-logo-image {
		max-height: 55px;
		margin-bottom: 5px;
	}

	.page-title-symbol {
		font-size: 16px;
	}

	.row-title {
		padding-bottom: 0px;
	}
}

@media (max-width: 576px) {
	.coin-title-price {
		white-space: normal;
	}
}