﻿
div#admin-section {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9000 !important;
	text-align: left;
	background-position: left bottom;
	border-left: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	background-color: #000000;
	border-bottom-left-radius: 10px;
	padding: 20px 15px 34px 20px;
	width: 200px;
}

.admin-link {
	font-family: "FSAldrinWeb-Regular" !important;
	color: #ffffff;
	margin: 0px 5px 5px 10px;
	background-position: left center;
	background-repeat: no-repeat;
}

.hl-edit:before {
	color: #2AA897;
	content: "\f044";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 7px;
}

.hl-done-edit:before {
	color: #2AA897;
	content: "\f044";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 7px;
}

.hl-logout:before {
	color: #2AA897;
	content: "\f08b";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 7px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}

.admin-section-title {
	color: #ffffff;
	margin-bottom: 15px;
}

.admin-view table img {
	max-width: 120px;
}

.btn-fm {
	max-width: 200px;
}

.admin-view .btn {
	line-height: 1;
	padding: 8px 16px;
}

.admin-view .form-control.btn {
	line-height: 20px;
}

.admin-view .btn {
	font-size: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.admin-view .btn.active {
	color: #E3FBF1 !important;
	background-color: #00444F !important;
	border-color: #00444F !important;
}

.admin-view .form-group label {
	font-size: 12px;
	line-height: 18px;
	align-items: center;
	letter-spacing: 0;
	text-transform: inherit;
	margin-top: 0;
}

.radio-button-style input[type="radio"] {
	display: none;
}

.admin-view .form-group label {
	font-size: 12px;
	line-height: 18px;
	align-items: center;
	letter-spacing: 0;
	text-transform: inherit;
	margin-top: 0;
}

.radio-button-style span {
	display: inline-block;
	padding: 9px;
	text-transform: uppercase;
	border: 2px solid #0A6D6B;
	border-radius: 3px;
	color: #777777;
	margin-right: 7px;
	cursor: pointer;
}

.radio-button-style input[type="radio"]:checked + span {
	background-color: #0A6D6B;
	color: white;
}

