.btn-toggle {
	display: inline-flex;
	align-items: center;
	padding: .25rem .5rem;
	font-weight: 600;
	color: rgba(0, 0, 0, .65);
	background-color: transparent;
	border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
	color: rgba(0, 0, 0, .85);
	background-color: #d2f4ea;
}

.btn-toggle::before {
	width: 1.25em;
	line-height: 0;
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
	transition: transform .35s ease;
	transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
	color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
	transform: rotate(90deg);
}

.btn-toggle-nav a {
	display: inline-flex;
	padding: .1875rem .5rem;
	margin-top: .125rem;
	margin-left: 1.25rem;
	text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
	background-color: #d2f4ea;
}

#maincontainer {
	padding-top: 20px;
}
#maincontainer {
	padding-left: 20px;
}
html {
  font-size: 14px;
}
#sidecontainer {
	z-index: 100;
}
a {
	text-decoration: none;
}
.table-sm {
	font-size: 12px;
}
.alert-sm, .card-sm{
	padding: 4px;
	margin-bottom: 2px;
}
.green {
	color: #00cc00;
}
.red {
	color: #cc0000;
}


tr.bg-warning, tr.bg-success, tr.bg-secondary {
	color: #fff;
}

#sidecontainer {
	margin-top: 38px;
	/*overflow-y: scroll;*/
}

#contentcontainer {
	/*margin-left: 213px;*/
	margin-top: 68px;
}

#headercontainer {
	position:fixed;
	z-index:50;
}
#now_online {
	position:fixed;
	top: 48px;
	font-size: 11px;
	margin-left: 8px;
}

.u_block {
	padding: 12px;
	border: 1px solid #0a53be;
}
.u_number {
	font-weight: bold;
	width: 32px;
	display: inline;
}
.u_hardware {
	display: inline;
}
.hidden {
	display: none;
}

input[required], select[required]{
	border: 1px solid #8b8b8c;
}
label.required:after {
	content:" *";
	color:red;
}

table {
	font-size: 14px;
}

.btn {
	white-space: nowrap;
}

.form-floating>.form-select {
	padding-bottom: .250rem;
}

#toast {
	position: fixed !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
	font-size: 11px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	font-weight: bold;
}

.btn-xs {
	padding: .15rem .40rem;
	font-size: .65rem;
	border-radius: .15rem;
}
a.task {
	font-size: .7em
}

.mt-auto {
	margin-top: auto!important;
}

/* profile page */
.heading-xs {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 0;
}
.profile .profile-event {
	background: #fff;
	padding: 10px 15px;
	margin-bottom: 2px;
}
.profile .profile-body {
	padding: 20px;
	background: #f7f7f7;
}
.alert-blocks {
	margin: 0 15px 5px;
	background: #f7f7f7;
	padding: 10px 10px 13px;
}
.panel-body {
	padding: 15px;
}
.date-formats {
	color: #fff;
	float: left;
	text-align: center;
	background-color: var(--bs-primary);
	margin: 0 13px 10px 0;
	padding: 7px 10px 4px;
}
.profile-event p {
	color: #999;
	margin-bottom: 5px;
}
.list-group-item.active a {
	color: #fff !important;
}

.profile-event {
	margin: 0 15px 5px;
	background: #f7f7f7;
	padding: 10px;
}

/* tickets */
.tag-box {
	padding: 20px;
	background: #fff;
	margin-bottom: 30px;
}
.tag-box-v1 {
	border: solid 1px #eee;
	border-top: solid 2px var(--bs-primary);
}

#logo {
	min-width: 250px;
	max-width: 250px;
}

#sidecontainer {
	min-width: 250px;
	max-width: 250px;
	min-height: 100vh;
	transition: all 0.3s;
}
#sidecontainer.collapsed {
	margin-left: -250px;
}
@media (max-width: 767.98px) {
	#sidecontainer {
		margin-left: -250px;
	}
	#sidecontainer.show {
		margin-left: 0;
	}
	#sidebar-nav-1 {
		position: sticky;
		position: -webkit-sticky;
	}
}
@media (min-width: 768px) {
	#sidebarCollapse {
		display: none;
	}
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.overlay.show {
	display: block;
}

#footer, #headercontainer {
	z-index: 101;
}