:root {
	--btn-background-color: #2196f3;
	--btn-text-color: #ffffff;
	--btn-text-hover-color: #3091B2;
	--btn-background-hover-color: #0d87e9;
	--icon-warning-color: #F3BB45;
	--body-color: #eee;
}

body#bootstrap-overrides {
	font-size: 14px;
}

#bootstrap-overrides #copyright {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

#bootstrap-overrides textarea {
	background-color: rgba(238, 238, 238, 0.43);
}

.wrapper {
	display: flex;
	align-items: stretch;
	min-height: 100vh;
}

#bootstrap-overrides .nav>li a {
	padding: 5px;
	margin: 0;
	line-height: 40px;
}

#bootstrap-overrides .logo {
	height: 50px;
}

#bootstrap-overrides .modal-dialog {
	width: calc(100% - var(--sidebar-width));
	margin-left: var(--sidebar-width);
}

#bootstrap-overrides .dropdown a .logo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
}

#bootstrap-overrides #content {
	margin-left: var(--sidebar-width);
	width: calc(100% - var(--sidebar-width));
	;
	background-color: var(--body-color);
}

#bootstrap-overrides #content.active {
	margin-left: 80px;
	width: calc(100% - 80px);
}

.card {
	/* Add shadows to create the "card" effect */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	background-color: white;
	padding: 10px;
	margin: 10px;
}


/* On mouse-over, add a deeper shadow */

.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

#bootstrap-overrides .navbar.navbar-default {
	margin: 0;
	border-radius: 0;
	min-height: 50px!important;
	max-height: 50px!important;
}

.overlay {
	/* full screen */
	width: 100%;
	height: 100vh;
	/* transparent black */
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	/* middle layer, i.e. appears below the sidebar */
	z-index: 9998;
}

#dismiss {
	width: 35px;
	height: 35px;
	position: absolute;
	/* top right corner of the sidebar */
	top: 10px;
	right: 10px;
}

.font-md {
	font-size: 16px;
}

.icon-big {
	font-size: 36px;
}

.icon-warning {
	color: var(--icon-warning-color);
}

.numbers {
	text-align: right;
	font-size: 2em;
}

#bootstrap-overrides .navbar-toggle {
	padding: 5px;
}

#bootstrap-overrides .navbar-toggle span {
	background-color: white;
}

#bootstrap-overrides #scroll-up {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	outline: none;
	background-color: #333;
	color: white;
	cursor: pointer;
	border-radius: 50%;
	padding: 1px;
	width: 40px;
	height: 40px;
	border: 2px solid #333;
	opacity: 0.5;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

#bootstrap-overrides #scroll-up:hover {
	background-color: #333;
	opacity: 0.8;
}

#bootstrap-overrides #scroll-up>i {
	color: white;
}

#bootstrap-overrides .alert-info {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

#bootstrap-overrides .checkbox {
	margin-left: 25px;
}

#bootstrap-overrides .checkbox>label {
	padding: 0;
	display: inline;
}

#bootstrap-overrides .fresh-table {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	border-radius: 0;
}

#bootstrap-overrides .btn-nethive {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 16px;
	font-size: 13px;
	line-height: 1.846;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	/* -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4); */
	/* box-shadow: 1px 1px 4px rgba(0,0,0,0.4); */
	/* -webkit-transition: all 0.4s; */
	-o-transition: all 0.4s;
	transition: all 0.4s;
	color: var(--btn-text-color);
	background-color: var(--btn-background-color);
}

#bootstrap-overrides .btn-nethive:hover {
	background-color: var(--btn-background-hover-color);
}

#bootstrap-overrides .btn-nethive:hover {
	background-color: var(--btn-background-hover-color);
}

#bootstrap-overrides .modal {
	margin-top: 50px;
}