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


.bg-container{
  width: 100%;
  height: 300px;
}
.bg-container .content{
  position: absolute;
  z-index:999;
  text-align: center;
  width: 100%;
}
.bg-container::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index:-99;
  background-image: url("/css/img/bg2.jpg");
  background-size: cover;
  opacity: 0.16;
}
select {
	background-color: #fff;
}

.ch-container {
	padding: 0 15px;
}

.top-block {
	/* border-radius: 20px; */
    font-size: 14px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    display: block;
    line-height: 22px;
    text-shadow: 0 0 1px #DDD;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #FAFAFA;
    -moz-box-shadow: inset 0 0 0 1px #FAFAFA;
    box-shadow: inset 0 0 0 1px #FAFAFA;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 40%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0.2)), color-stop(40%, rgba(125, 185, 232, 0)));
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 40%);
    background: -o-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 40%);
    background: -ms-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 40%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#331e5799', endColorstr='#007db9e8', GradientType=0);
}

.top-block span {
	clear: both;
}

.top-block i {
	font-size: 25px;
}

.top-block:hover {
	text-decoration: none;
}

.notification {
	display: block;
	position: absolute;
	top: -10px;
	right: -5px;
	line-height: 16px;
	height: 16px;
	padding: 0 5px;
	font-family: Arial, sans-serif;
	color: white !important;
	text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08),
		inset 0 1px hsla(0, 100%, 100%, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08),
		inset 0 1px rgba(255, 255, 255, 0.3);
	box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08),
		inset 0 1px hsla(0, 100%, 100%, 0.3);
}

.notification {
	border-color: #2fabe9;
	background-color: #67c2ef;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, hsl(200, 80%, 82%)),
		color-stop(100%, hsl(200, 81%, 67%))
	);
	background-image: -webkit-linear-gradient(
		top,
		hsl(200, 80%, 82%),
		hsl(200, 81%, 67%)
	);
	background-image: -moz-linear-gradient(
		top,
		hsl(200, 80%, 82%),
		hsl(200, 81%, 67%)
	);
	background-image: -ms-linear-gradient(
		top,
		hsl(200, 80%, 82%),
		hsl(200, 81%, 67%)
	);
	background-image: -o-linear-gradient(
		top,
		hsl(200, 80%, 82%),
		hsl(200, 81%, 67%)
	);
	background-image: linear-gradient(
		top,
		hsl(200, 80%, 82%),
		hsl(200, 81%, 67%)
	);
}

.notification.green {
	border-color: #5aad34;
	background-color: #78cd51;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, hsl(101, 54%, 71%)),
		color-stop(100%, hsl(101, 55%, 56%))
	);
	background-image: -webkit-linear-gradient(
		top,
		hsl(101, 54%, 71%),
		hsl(101, 55%, 56%)
	);
	background-image: -moz-linear-gradient(
		top,
		hsl(101, 54%, 71%),
		hsl(101, 55%, 56%)
	);
	background-image: -ms-linear-gradient(
		top,
		hsl(101, 54%, 71%),
		hsl(101, 55%, 56%)
	);
	background-image: -o-linear-gradient(
		top,
		hsl(101, 54%, 71%),
		hsl(101, 55%, 56%)
	);
	background-image: linear-gradient(
		top,
		hsl(101, 54%, 71%),
		hsl(101, 55%, 56%)
	);
}

.notification.yellow {
	border-color: #f4a506;
	background-color: #fabb3d;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, hsl(40, 95%, 76%)),
		color-stop(100%, hsl(40, 95%, 61%))
	);
	background-image: -webkit-linear-gradient(
		top,
		hsl(40, 95%, 76%),
		hsl(40, 95%, 61%)
	);
	background-image: -moz-linear-gradient(
		top,
		hsl(40, 95%, 76%),
		hsl(40, 95%, 61%)
	);
	background-image: -ms-linear-gradient(
		top,
		hsl(40, 95%, 76%),
		hsl(40, 95%, 61%)
	);
	background-image: -o-linear-gradient(
		top,
		hsl(40, 95%, 76%),
		hsl(40, 95%, 61%)
	);
	background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
}

.notification.red {
	border-color: #fa5833;
	background-color: #fa603d;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, hsl(11, 95%, 76%)),
		color-stop(100%, hsl(11, 95%, 61%))
	);
	background-image: -webkit-linear-gradient(
		top,
		hsl(11, 95%, 76%),
		hsl(11, 95%, 61%)
	);
	background-image: -moz-linear-gradient(
		top,
		hsl(11, 95%, 76%),
		hsl(11, 95%, 61%)
	);
	background-image: -ms-linear-gradient(
		top,
		hsl(11, 95%, 76%),
		hsl(11, 95%, 61%)
	);
	background-image: -o-linear-gradient(
		top,
		hsl(11, 95%, 76%),
		hsl(11, 95%, 61%)
	);
	background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
}

.box {
	margin-top: 5px;
	margin-bottom: 5px;
}

.box-inner {
	border: 1px solid #dedede;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.box-header {
	border: none;
	padding-top: 5px;
	border-bottom: 1px solid #dedede;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	height: 35px;
	min-height: 35px !important;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
	background: -moz-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(255, 255, 255, 0)),
		color-stop(100%, rgba(0, 0, 0, 0.1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100%
	);
	background: #253c49db;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);
}

.box-header h2 {
	font-size: 14px;
	width: auto;
	clear: none;
	float: left;
	line-height: 25px;
	white-space: nowrap;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.box-header h3 {
	font-size: 13px;
	width: auto;
	clear: none;
	float: left;
	line-height: 25px;
	white-space: nowrap;
}

.box-header h2 > i {
	margin-top: 1px;
}

.box-icon {
	float: right;
}

.box-icon a {
	clear: none;
	float: left;
	margin: 0 2px;
	height: 20px;
	width: auto;
	min-width: 20px;
	margin-top: 1px;
	line-height: 18px;
	white-space: nowrap;
}

.box-icon a i {
	margin-left: 0;
	top: 0;
}

.box-content {
	padding: 10px;
}

.btn-round {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	font-size: 12px;
	padding-top: 4px;
}

ul.dashboard-list li {
	padding: 7px 0;
	list-style: none;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid white;
}

ul.dashboard-list a:hover {
	text-decoration: none;
}

ul.dashboard-list {
	margin: 0;
}

ul.dashboard-list li a span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 70px;
	zoom: 1;
}

.dashboard-avatar {
	height: 50px;
	width: 50px;
	padding: 1px;
	float: left;
	/* margin-left: 15px; */
	margin-left: 0px;
	margin-right: 15px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
}

.thumbnail {
	background-color: white;
	z-index: 2;
	position: relative;
	margin-bottom: 40px !important;
}

.thumbnails > li {
	display: inline-block;
	margin-left: 15px;
}

.thumbnail img,
.thumbnail > a {
	z-index: 2;
	height: 100px;
	width: 100px;
	position: relative;
	display: block;
}

img.grayscale {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.thumbnail .gallery-controls {
	position: absolute;
	z-index: 1;
	margin-top: -30px;
	height: 30px;
	min-height: 30px;
	padding: 0 6.5px;
	width: 96%;
}

.thumbnail .gallery-controls .gallery-edit,
.gallery-delete {
	padding: 4px 2px 0 15px;
	margin: 0;
}

.thumbnail .gallery-controls p {
	display: block;
	margin: auto;
	width: 100%;
}

div.uploader {
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

footer {
	clear: both;
}

div.center,
p.center,
img.center {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	display: block;
	text-align: center;
}

.stackControls {
	padding: 5px;
}

.sidebar-nav {
	min-height: 0;
	box-shadow: 0 0 10px #bdbdbd;
	border-radius: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	max-height: none;
}

.sidebar-nav > ul > li:not(.nav-header) {
	margin-right: -2px;
	margin-left: -2px;
}

.navbar-brand {
	font-family: "Shojumaru", cursive, Arial, serif;
	letter-spacing: 2px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	width: 183px;
	font-size: 17px;
}

.navbar-brand .logfav {
	display: none;
	float: left;
	height: 25px;
	width: 25px;
	/* max-width: 183px;
    max-height: 36px; */
	margin-right: 5px;
}

.navbar-brand .logotext {
	float: left;
	max-width: 106px;
	margin-top: 4px;
}

.navbar-brand span {
	float: left;
}

.theme-container {
	z-index: 5;
}

.navbar-search {
	margin-left: 10px;
	margin-top: 7px;
}

.navbar-inner {
	padding-top: 2px;
	padding-bottom: 5px;
	line-height: 25px;
	height: 53px;
	/* background-color: #ccc; */
	/* background-image: url("/css/img/bg2_opacity.png"); */
	background-image: url("/css/img/bg2_strip.jpg");
}

.navbar-inner .btn-group {
	margin: 7px 5px 0 5px;
}

ul.ajax-loaders li {
	display: inline-block;
	list-style: none;
	padding: 10px;
}

ul.ajax-loaders {
	min-height: 80px;
}

.bs-icons li {
	list-style: none;
}

#for-is-ajax {
	padding-left: 12px;
	cursor: pointer;
}

#loading {
	margin-top: 20px;
	width: 128px;
	font-weight: bold;
}

#loading div.center {
	margin-top: 10px;
	height: 15px;
	width: 128px;
	background: url(../img/ajax-loaders/ajax-loader-6.gif);
}

.box-content .nav-tabs {
	margin-right: -10px;
	margin-left: -10px;
}

.login-header {
	padding-top: 30px;
	height: 120px;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.remember {
	margin-top: 3px;
}

.green {
	color: #458746;
}

.red {
	color: #B94846;
}

.blue {
	color: #3986ac;
}

.yellow {
	color: #f99406;
}

.white {
	color: #ffffff;
}

.dash-shortcuts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
	gap: 0.85rem;
	padding: 0.6rem 0;
}

.dash-tray {
	text-align: center;
}

.dash-tray a,
.dash-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 92px;
	padding: 0.8rem 0.55rem;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)),
		url("/css/img/ta-menu-modern.svg");
	background-position: center top;
	background-size: cover;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	color: #334155;
	font-weight: 700;
	text-decoration: none;
	transition:
		background-color 0.15s ease,
		border-color 0.15s ease,
		box-shadow 0.15s ease,
		color 0.15s ease,
		transform 0.15s ease;
}

.dash-tray a:hover,
.dash-tray a:focus,
.dash-link:hover,
.dash-link:focus {
	border-color: rgba(20, 184, 166, 0.42);
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
	color: #0f766e;
	transform: translateY(-1px);
}

.dash-link > .dash-icon {
	width: 2.35rem;
	min-width: 2.35rem;
	height: 2.35rem;
	margin: 0;
	border: 1px solid rgba(20, 184, 166, 0.18);
	border-radius: 8px;
	background: rgba(20, 184, 166, 0.12);
	color: #0f766e;
	font-size: 1.45rem;
}

.dash-tray a > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}

.dash-tray a > div > .glyphicons,
.dash-tray a > div > .glyphicon {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	height: auto;
	min-height: 0;
	margin: 0;
	line-height: 1;
}

.dash-tray br {
	display: none;
}

.dash-font {
	display: block;
	width: 100%;
	margin-top: 0.45rem;
	color: #334155;
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	white-space: normal;
}

.dash-tray a:hover .dash-font,
.dash-tray a:focus .dash-font {
	color: #0f766e;
}

.login-box .input-prepend {
	margin-bottom: 10px;
}

.login-box .btn {
	margin-top: 15px;
	width: 100%;
}

.box-content.buttons {
	min-height: 297px;
}

.main-menu > li > a {
	border: 1px solid rgba(221, 221, 221, 0.46);
}

.main-menu > li {
	margin-top: 0 !important;
}

.sidebar-nav .nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.navbar {
	border-radius: 0;
}

ul.main-menu li:hover {
	margin-left: 8px;
	color: #0f766e;
}

ul.main-menu li.active {
	margin-left: 8px;
}

ul.main-menu li.nav-header:hover {
	margin-left: 0;
}

ul.main-menu li:not(.nav-header) {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.accordion > ul {
	display: none;
	margin-left: 10px;
}

.nav-sm {
	display: none;
}

.donate a {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}

.donate {
	padding: 20px 0 0 20px;
	text-align: center;
}

.preview-on-phone {
	height: 380px;
}

.powered-by {
	text-align: right;
}

.whitespace:before {
	content: "\2122";
	color: transparent !important;
}

.center-block {
	float: none !important;
	text-align: center;
}

ul.github-buttons li {
	display: inline;
}

.homepage-box {
	height: 380px;
}

.download-buttons a {
	margin: 5px;
}

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

@media only screen and (max-width: 500px) {
	#leftsidebar {
		display: block;
	}

	.navbar-brand .logotext {
		display: none;
	}
}

/* Mobile */
@media only screen and (max-width: 767px) {
	#leftsidebar {
		display: block;
	}

	.navbar-brand {
		font-family: "Shojumaru", cursive, Arial, serif;
		letter-spacing: 2px;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
		width: 40%;
		font-size: 14px;
	}

	.nav-sm {
		display: block;
		margin-bottom: 10px;
		border-bottom: solid white 1px;
		padding-bottom: 10px;
	}

	.sidebar-nav .nav-canvas {
		top: -20px;
		left: -90%;
		position: absolute;
		width: 80%;
		z-index: 2;
		background: rgba(0, 0, 0, 0.8);
		margin: 0 !important;
		border-radius: 0 0 20px 0;
		padding-bottom: 10px;
		will-change: left;
	}

	.sidebar-nav.active .nav-canvas {
		left: -20px;
		border-right: solid 1px white;
		border-bottom: solid 1px white;
	}

	.sidebar-nav {
		position: relative;
		z-index: 3;
		margin: 0 !important;
		padding: 0;
	}

	.nav-canvas {
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-ms-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.sidebar-nav a {
		border: none !important;
		color: white;
	}

	#for-is-ajax {
		color: white;
		margin-top: 15px;
	}

	.main-menu .nav-header {
		color: white;
	}

	ul.main-menu li:hover {
		margin-left: inherit;
	}

	ul.main-menu li.active {
		margin-left: inherit;
	}

	ul.main-menu a:hover,
	.nav-sm a:hover {
		background: none !important;
		color: grey;
	}

	.navbar-default .navbar-toggle:focus {
		background-color: inherit;
	}

	.navbar-default .navbar-toggle.active {
		box-shadow: 0 0 7px rgb(0, 255, 40);
		border: solid 1px white;
	}

	.navbar-toggle {
		margin-left: 5px;
		margin-right: 0;
	}

	.powered-by {
		text-align: center;
	}

	.copyright {
		text-align: center;
	}

	.table-wrapper .pinned {
		box-shadow: 0 0 20px black;
	}
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	#leftsidebar {
		display: none;
	}

	.box-icon {
		display: none;
	}

	.box-header h2 {
		font-size: 13px !important;
	}

	.box-header h3 {
		font-size: 11px !important;
	}

	.main-menu-span {
		width: 6.2% !important;
		margin-right: 4%;
	}

	.top-menu > li i {
		display: none;
	}

	.sidebar-nav li span {
		display: block !important;
	}

	.sidebar-nav li a,
	.sidebar-nav .nav-header {
		text-align: center;
	}

	.sidebar-nav {
		padding: 0;
		margin-bottom: 0;
	}
}

/* Computer */
@media only screen and (min-width: 980px) {
	#leftsidebar {
		display: none;
	}

	a,
	button,
	input[type="submit"],
	input[type="button"],
	.product-img {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

	.ch-container {
		padding: 0 24px;
	}
}

/* Modern Truck Assist theme refresh */
html {
	background: #f4f7fb;
	min-height: 100%;
}

body {
	background:
		radial-gradient(circle at 10% 0%, rgba(20, 184, 166, 0.08), transparent 28rem),
		linear-gradient(180deg, #f8fafc 0%, #eef4f8 100%);
	color: #223044;
	display: flex;
	flex-direction: column;
	font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	min-height: 100vh;
}

a {
	color: #0f766e;
}

a:hover,
a:focus {
	color: #115e59;
	text-decoration: none;
}

.navbar.navbar-default.navbar-fixed-top {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.navbar-inner {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 58px;
	height: auto;
	padding: 0.45rem 1rem;
	border: 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.22);
	background-color: #102538;
	background-image:
		linear-gradient(90deg, rgba(7, 18, 31, 0.95), rgba(15, 61, 69, 0.76)),
		url("/css/img/ta-navbar-modern.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
	line-height: normal;
}

.navbar-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	width: auto;
	min-width: 168px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #f8fafc !important;
	font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	text-shadow: none;
}

.navbar-brand span,
.navbar-brand .logotext {
	float: none;
}

.navbar-brand .logfav {
	display: block;
	float: none;
	width: 31px;
	height: 31px;
	margin: 0;
	border-radius: 7px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.navbar-brand .logotext {
	max-width: 125px;
	max-height: 34px;
	margin-top: 0;
	object-fit: contain;
}

.navbar-inner .btn-group.pull-right {
	order: 4;
	margin: 0 0 0 auto;
}

.navbar-inner .btn-group .btn {
	height: 36px;
	padding: 0.45rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.11);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
	color: #f8fafc;
	text-shadow: none;
}

.navbar-inner .btn-group .btn:hover,
.navbar-inner .btn-group .btn:focus,
.navbar-inner .btn-group.open .btn {
	border-color: rgba(45, 212, 191, 0.42);
	background: rgba(255, 255, 255, 0.17);
	color: #ffffff;
}

.nav-current-user {
	display: inline-block;
	max-width: 14rem;
	margin-left: 0.35rem;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.ch-container {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	width: 100%;
	min-height: calc(100vh - 58px);
}

.ch-container > .row {
	flex: 1 0 auto;
}

.app-footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	min-height: 54px;
	margin: 1rem -15px 0;
	padding: 0.85rem 1.5rem;
	border-top: 1px solid rgba(45, 212, 191, 0.16);
	background-color: #102538;
	background-image:
		linear-gradient(90deg, rgba(7, 18, 31, 0.88), rgba(15, 61, 69, 0.72)),
		url("/css/img/ta-footer-modern.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0 -8px 20px rgba(15, 23, 42, 0.07);
	color: rgba(248, 250, 252, 0.82);
}

.app-footer .copyright {
	margin: 0;
	color: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.app-footer a {
	color: #ffffff;
	font-weight: 700;
}

@media only screen and (min-width: 768px) {
	.navbar-inner .top-menu {
		order: 3;
		display: flex !important;
		align-items: center;
		flex: 1 1 auto;
		min-width: 0;
		margin: 0;
		padding: 0;
		border: 0;
		box-shadow: none;
	}

	.navbar-inner .top-menu > li {
		float: none;
		margin: 0 0.08rem;
	}

	.navbar-inner .top-menu > li > a {
		display: inline-flex;
		align-items: center;
		gap: 0.4rem;
		min-height: 38px;
		padding: 0.55rem 0.72rem;
		border-radius: 7px;
		color: rgba(248, 250, 252, 0.86) !important;
		font-weight: 600;
		line-height: 1.2;
		text-shadow: none;
	}

	.navbar-inner .top-menu > li > a:hover,
	.navbar-inner .top-menu > li > a:focus,
	.navbar-inner .top-menu > li.open > a,
	.navbar-inner .top-menu > li.active > a {
		background: rgba(255, 255, 255, 0.13);
		box-shadow:
			inset 0 0 0 1px rgba(255, 255, 255, 0.1),
			0 6px 16px rgba(0, 0, 0, 0.12);
		color: #ffffff !important;
	}
}

.dropdown-menu {
	min-width: 14rem;
	margin-top: 0.45rem;
	padding: 0.45rem;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 8px;
	background-color: #ffffff;
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.97)),
		url("/css/img/ta-menu-modern.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
}

.dropdown-menu > li > a {
	margin: 0.1rem 0;
	padding: 0.55rem 0.7rem;
	border-radius: 6px;
	color: #334155;
	font-weight: 600;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: rgba(20, 184, 166, 0.12);
	color: #0f766e;
}

.sidebar-nav {
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.3);
	border-radius: 8px;
	background-color: #f8fafc;
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(239, 246, 246, 0.92)),
		url("/css/img/ta-menu-modern.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.11);
}

.nav-canvas {
	padding: 0.55rem;
	background: transparent;
}

.main-menu > li {
	margin: 0 !important;
}

ul.main-menu li:hover,
ul.main-menu li.active {
	margin-left: 0;
}

.main-menu > li > a,
.sidebar-nav a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0.12rem 0;
	padding: 0.58rem 0.72rem;
	border: 0 !important;
	border-radius: 7px;
	color: #334155;
	font-weight: 600;
	text-shadow: none;
}

.main-menu > li > a:hover,
.main-menu > li > a:focus,
.main-menu > li.active > a,
.sidebar-nav a:hover,
.sidebar-nav a:focus {
	background: rgba(20, 184, 166, 0.13) !important;
	box-shadow: inset 3px 0 0 #14b8a6;
	color: #0f172a;
}

.sidebar-nav .nav-header,
.main-menu .nav-header {
	padding: 0.7rem 0.72rem 0.35rem;
	color: #64748b;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-shadow: none;
}

.accordion > ul {
	margin-left: 0.6rem;
	padding-left: 0.6rem;
	border-left: 1px solid rgba(20, 184, 166, 0.25);
}

.box-inner {
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.box-header {
	min-height: 40px !important;
	height: auto;
	padding: 0.55rem 0.75rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 8px 8px 0 0;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(15, 118, 110, 0.84)),
		url("/css/img/ta-navbar-modern.svg");
	background-position: center;
	background-size: cover;
	color: #f8fafc;
	filter: none;
}

.box-header h2,
.box-header h3 {
	color: #f8fafc;
	font-weight: 700;
	text-shadow: none;
}

.box-content {
	padding: 0.9rem;
}

.box-inner {
	overflow: visible;
}

.box-content,
.box-content .control-group,
.box-content .controls {
	overflow: visible;
	position: relative;
}

.box-content .chosen-container {
	position: relative;
	z-index: 1060;
}

.box-content .chosen-container.chosen-with-drop {
	z-index: 1020;
}

.box-content .chosen-container .chosen-drop {
	z-index: 1021;
}

/* Left rail navigation layout */
:root {
	--ta-rail-collapsed: 78px;
	--ta-rail-expanded: 272px;
	--ta-shell-gap: 0px;
}

.navbar-toggle {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	order: 4;
	width: 38px;
	height: 38px;
	margin: 0 0 0 0.55rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.navbar-toggle.active {
	border-color: rgba(45, 212, 191, 0.46);
	background: rgba(255, 255, 255, 0.18);
	box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.14);
}

.navbar-toggle .icon-bar {
	display: none;
}

.navbar-toggle::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f8fafc;
	font-family: "Material Symbols Outlined";
	font-size: 20px;
	line-height: 1;
	font-feature-settings: 'liga';
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
	content: 'menu';
}

.navbar-toggle.active::before {
	content: 'close';
}

.navbar-brand {
	order: 1;
	min-width: 0;
}

.navbar-brand .logfav {
	display: none;
}

.navbar-page-title {
	order: 2;
	flex: 1 1 auto;
	min-width: 0;
	margin-left: 0.2rem;
	color: rgba(248, 250, 252, 0.92);
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0.01em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navbar-page-title:empty {
	display: none;
}

.navbar-inner .btn-group.pull-right {
	order: 3;
	margin-left: auto;
}

.ch-container {
	padding: 0 var(--ta-shell-gap) var(--ta-shell-gap);
	max-width: none;
}

.ch-container > .row {
	position: relative;
	min-height: calc(100vh - 74px);
	margin: 0;
	padding: 0 0 1rem;
}

#leftsidebar {
	display: block !important;
	position: fixed;
	top: 0;
	right: 0;
	left: auto;
	bottom: 0;
	width: var(--ta-rail-collapsed);
	padding: 0;
	z-index: 1040;
	transition: width 0.2s ease;
}

body.app-nav-expanded #leftsidebar {
	width: var(--ta-rail-expanded);
}

#leftsidebar .sidebar-nav {
	width: 100%;
	height: 100%;
	overflow: visible;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
	background-image:
		linear-gradient(180deg, rgba(13, 29, 44, 0.98), rgba(12, 53, 60, 0.94)),
		url("/css/img/ta-navbar-modern.svg");
	background-position: center top;
	background-size: cover;
	transition:
		width 0.2s ease,
		box-shadow 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

#leftsidebar .sidebar-nav.active {
	width: var(--ta-rail-expanded);
}

#leftsidebar .nav-canvas {
	height: 100%;
	padding: 0.65rem;
	overflow: visible;
}

#leftsidebar .top-menu--rail {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	height: 100%;
	margin: 0;
	padding: 0.35rem 0 0.75rem;
	list-style: none;
	overflow: visible;
}

#leftsidebar .top-menu--rail > li {
	position: relative;
	float: none;
	width: 100%;
	margin: 0;
}

#leftsidebar .top-menu--rail > li > a {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 46px;
	padding: 0.7rem 0.75rem;
	border-radius: 10px;
	color: rgba(241, 245, 249, 0.92);
	font-weight: 700;
}

#leftsidebar .top-menu--rail > li > a > .glyphicons,
#leftsidebar .top-menu--rail > li > a > .glyphicon {
	width: 2.1rem;
	min-width: 2.1rem;
	height: 2.1rem;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #a7f3d0;
	font-size: 1rem;
}

#leftsidebar .top-menu--rail > li > a:hover > .glyphicons,
#leftsidebar .top-menu--rail > li > a:focus > .glyphicons,
#leftsidebar .top-menu--rail > li.open > a > .glyphicons,
#leftsidebar .top-menu--rail > li.active > a > .glyphicons,
#leftsidebar .top-menu--rail > li > a:hover > .glyphicon,
#leftsidebar .top-menu--rail > li > a:focus > .glyphicon,
#leftsidebar .top-menu--rail > li.open > a > .glyphicon,
#leftsidebar .top-menu--rail > li.active > a > .glyphicon {
	border-color: rgba(20, 184, 166, 0.42);
	background: linear-gradient(180deg, rgba(20, 184, 166, 0.22), rgba(15, 118, 110, 0.16));
	color: #f8fafc;
}

#leftsidebar .top-menu--rail .menu-label,
#leftsidebar .top-menu--rail .caret {
	display: inline-block;
	flex: 0 1 auto;
	min-width: 0;
	max-width: 12rem;
	overflow: hidden;
	white-space: nowrap;
	transition:
		max-width 0.18s ease,
		opacity 0.18s ease,
		margin 0.18s ease;
}

#leftsidebar .top-menu--rail .caret {
	margin-left: auto;
}

body:not(.app-nav-expanded) #leftsidebar .top-menu--rail > li > a {
	justify-content: center;
	padding-right: 0.55rem;
	padding-left: 0.55rem;
	gap: 0;
}

body:not(.app-nav-expanded) #leftsidebar .top-menu--rail .menu-label,
body:not(.app-nav-expanded) #leftsidebar .top-menu--rail .caret {
	max-width: 0;
	margin: 0;
	opacity: 0;
}

body.app-nav-expanded #leftsidebar .top-menu--rail .menu-label,
body.app-nav-expanded #leftsidebar .top-menu--rail .caret {
	max-width: 12rem;
	opacity: 1;
}

#leftsidebar .top-menu--rail > li.open > a,
#leftsidebar .top-menu--rail > li.active > a,
#leftsidebar .top-menu--rail > li > a:hover,
#leftsidebar .top-menu--rail > li > a:focus {
	background: rgba(255, 255, 255, 0.14) !important;
	box-shadow:
		inset 3px 0 0 #14b8a6,
		0 10px 18px rgba(15, 23, 42, 0.08);
	color: #ffffff;
}

#leftsidebar .top-menu--rail > li > .dropdown-menu {
	top: 0;
	right: calc(100% + 0.6rem) !important;
	left: auto !important;
	margin-top: 0;
	z-index: 1080;
}

#leftsidebar .top-menu--rail > li.ta-rail-admin > .dropdown-menu {
	top: auto;
	bottom: 0;
	max-height: calc(100vh - 2rem);
	margin-bottom: 0;
	overflow-y: auto;
}

#leftsidebar .dropdown-submenu,
#leftsidebar .top-menu--rail .dropdown-submenu {
	position: relative;
}

#leftsidebar .dropdown-submenu > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 2.25rem;
	padding-right: 2.25rem !important;
}

#leftsidebar .dropdown-submenu > a:after {
	position: absolute;
	top: 50%;
	right: 0.8rem;
	display: block;
	width: 0;
	height: 0;
	margin: 0;
	border-color: transparent #94a3b8 transparent transparent;
	border-style: solid;
	border-width: 5px 6px 5px 0;
	content: " ";
	transform: translateY(-50%);
}

#leftsidebar .dropdown-submenu:hover > a,
#leftsidebar .dropdown-submenu:focus > a,
#leftsidebar .dropdown-submenu:focus-within > a {
	background: rgba(20, 184, 166, 0.18);
	color: #ffffff;
}

#leftsidebar .dropdown-submenu:hover > a:after,
#leftsidebar .dropdown-submenu:focus > a:after,
#leftsidebar .dropdown-submenu:focus-within > a:after {
	border-right-color: #ffffff;
}

#leftsidebar .dropdown-submenu > .dropdown-menu {
	top: -0.45rem;
	right: calc(100% - 1px) !important;
	left: auto !important;
	z-index: 1081;
	margin-top: 0;
	margin-right: -1px;
	margin-left: 0;
}

#leftsidebar .dropdown-submenu:hover > .dropdown-menu,
#leftsidebar .dropdown-submenu:focus-within > .dropdown-menu,
#leftsidebar .top-menu--rail > li.open > .dropdown-menu {
	display: block;
}

#content {
	position: relative;
	display: block;
	float: none;
	width: auto;
	max-width: none;
	box-sizing: border-box;
	min-height: 100vh;
	margin-right: calc(var(--ta-rail-collapsed) + 4px);
	margin-left: 0;
	padding: 1rem 1rem 0;
	transition: margin-right 0.2s ease;
}

body.app-nav-expanded #content {
	margin-right: calc(var(--ta-rail-expanded) + 4px);
}

/* Inside popup iframes: hide the rail and reset all rail-driven margins */
body.is-iframe #leftsidebar {
	display: none;
}

body.is-iframe #content {
	margin-right: 0;
}

body.is-iframe .app-footer,
body.is-iframe footer {
	margin-right: 0;
}

#content > .row,
#content .row {
	margin-left: -8px;
	margin-right: -8px;
}

#content > [class*="col-"],
#content .row > [class*="col-"],
#content .box {
	padding-left: 8px;
	padding-right: 8px;
}

#content .box {
	margin-top: 8px;
	margin-bottom: 8px;
}

#content .box-inner {
	height: 100%;
}

.app-footer,
footer {
	margin-right: calc(var(--ta-rail-collapsed) + 16px);
	margin-left: 0;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	transition: margin-right 0.2s ease;
}

body.app-nav-expanded .app-footer,
body.app-nav-expanded footer {
	margin-right: calc(var(--ta-rail-expanded) + 16px);
}

@media only screen and (max-width: 767px) {
	#leftsidebar {
		top: 0;
		right: 0;
		left: auto;
		bottom: 0;
		width: min(22rem, calc(100vw - 0.8rem));
		pointer-events: none;
	}

	#leftsidebar .sidebar-nav {
		width: 100%;
		height: 100%;
		border-radius: 0;
		transform: translateX(108%);
	}

	#leftsidebar .sidebar-nav.active {
		transform: translateX(0);
		pointer-events: auto;
	}

	#leftsidebar .top-menu--rail .menu-label,
	#leftsidebar .top-menu--rail .caret {
		max-width: 14rem;
		opacity: 1;
	}

	#leftsidebar .top-menu--rail > li > a {
		justify-content: flex-start;
		padding-right: 0.8rem;
		padding-left: 0.8rem;
	}

	#content {
		margin-right: 0;
		padding: 0.75rem 0.75rem 0;
	}

	.navbar-brand .logfav {
		display: inline-flex;
	}

	.navbar-brand .logotext {
		display: none;
	}

	body.app-nav-expanded {
		overflow: hidden;
	}

	.app-footer,
	footer {
		margin-right: 0;
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.navbar-brand .logfav {
		display: inline-flex;
	}

	.navbar-brand .logotext {
		display: none;
	}

	.navbar-page-title {
		font-size: 1.1rem;
	}
}

@media only screen and (min-width: 768px) {
	#leftsidebar .sidebar-nav.active {
		box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
	}
}

.top-block {
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)),
		url("/css/img/ta-menu-modern.svg");
	background-size: cover;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
	text-shadow: none;
}

.top-block:hover,
.top-block:focus {
	border-color: rgba(20, 184, 166, 0.46);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
	transform: translateY(-1px);
}

.notification {
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
	text-shadow: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
.form-control {
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background-color: #ffffff;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
	color: #223044;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
.form-control:focus {
	border-color: #14b8a6;
	box-shadow:
		0 0 0 3px rgba(20, 184, 166, 0.16),
		inset 0 1px 2px rgba(15, 23, 42, 0.04);
	outline: none;
}

.btn {
	border-radius: 6px;
	font-weight: 600;
	text-shadow: none;
}

.btn-primary,
.btn-info {
	border-color: #0f766e;
	background: linear-gradient(180deg, #14b8a6, #0f766e);
	box-shadow: 0 7px 16px rgba(15, 118, 110, 0.22);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-info:hover,
.btn-info:focus {
	border-color: #115e59;
	background: linear-gradient(180deg, #2dd4bf, #0f766e);
}

@media only screen and (max-width: 767px) {
	.navbar-inner {
		flex-wrap: wrap;
		min-height: 56px;
		padding: 0.42rem 0.65rem;
	}

	.navbar-toggle {
		order: 1;
		margin: 0;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 7px;
		background: rgba(255, 255, 255, 0.1);
	}

	.navbar-toggle .icon-bar {
		background: #f8fafc;
	}

	.navbar-brand {
		order: 2;
		flex: 1 1 auto;
		min-width: 0;
		width: auto;
	}

	.navbar-inner .btn-group.pull-right {
		order: 3;
		margin-left: 0;
	}

	.navbar-inner .top-menu.in {
		order: 4;
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		margin: 0.5rem 0 0;
		padding: 0.5rem;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 8px;
		background: rgba(7, 18, 31, 0.48);
	}

	.navbar-inner .top-menu > li > a {
		border-radius: 7px;
		color: #f8fafc !important;
	}

	.sidebar-nav .nav-canvas {
		background-image:
			linear-gradient(180deg, rgba(7, 18, 31, 0.94), rgba(15, 61, 69, 0.9)),
			url("/css/img/ta-navbar-modern.svg");
		background-position: center top;
		background-size: cover;
		border-radius: 0 0 8px 0;
		box-shadow: 0 20px 45px rgba(15, 23, 42, 0.25);
	}

	.sidebar-nav a,
	.sidebar-nav .nav-header,
	.main-menu .nav-header {
		color: #f8fafc;
	}

	.sidebar-nav a:hover,
	.sidebar-nav a:focus {
		background: rgba(255, 255, 255, 0.12) !important;
		color: #ffffff;
	}
}

/* Modern Safe-T icon compatibility layer */
.glyphicons,
.glyphicon {
	position: relative;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.15em;
	min-width: 1.15em;
	height: 1.15em;
	color: currentColor;
	font-size: 1em;
	line-height: 1;
	vertical-align: -0.14em;
}

.glyphicons:before,
.glyphicon:before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: inherit;
	line-height: 1;
	text-shadow: none;
}

.navbar-inner .top-menu > li > a > .glyphicons,
.navbar-inner .top-menu > li > a > .glyphicon,
.navbar-inner .navbar-nav > li > a > .glyphicons,
.navbar-inner .navbar-nav > li > a > .glyphicon {
	width: 1.75rem;
	min-width: 1.75rem;
	height: 1.75rem;
	margin: -0.15rem 0.15rem -0.15rem 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.1);
	color: #a7f3d0;
	font-size: 0.95rem;
	transition:
		background-color 0.15s ease,
		border-color 0.15s ease,
		color 0.15s ease,
		transform 0.15s ease;
}

.navbar-inner .top-menu > li > a:hover > .glyphicons,
.navbar-inner .top-menu > li > a:focus > .glyphicons,
.navbar-inner .top-menu > li.open > a > .glyphicons,
.navbar-inner .top-menu > li.active > a > .glyphicons,
.navbar-inner .top-menu > li > a:hover > .glyphicon,
.navbar-inner .top-menu > li > a:focus > .glyphicon,
.navbar-inner .top-menu > li.open > a > .glyphicon,
.navbar-inner .top-menu > li.active > a > .glyphicon {
	border-color: rgba(45, 212, 191, 0.36);
	background: rgba(20, 184, 166, 0.2);
	color: #ffffff;
	transform: translateY(-1px);
}

.dropdown-menu .glyphicons,
.dropdown-menu .glyphicon {
	width: 1.35rem;
	min-width: 1.35rem;
	height: 1.35rem;
	margin: -0.08rem 0.45rem -0.08rem 0;
	border-radius: 6px;
	background: rgba(20, 184, 166, 0.1);
	color: #0f766e;
	font-size: 0.85rem;
}

.box-header h2 > .glyphicons,
.box-header h2 > .glyphicon,
.box-header h3 > .glyphicons,
.box-header h3 > .glyphicon {
	width: 1.7rem;
	min-width: 1.7rem;
	height: 1.7rem;
	margin: -0.2rem 0.45rem -0.2rem 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.12);
	color: #a7f3d0;
	font-size: 0.95rem;
}

.btn .glyphicons,
.btn .glyphicon {
	width: 1.1rem;
	min-width: 1.1rem;
	height: 1.1rem;
	margin-right: 0.35rem;
	color: currentColor;
	font-size: 0.95em;
}

.btn-round .glyphicons,
.btn-round .glyphicon,
.box-icon .btn .glyphicons,
.box-icon .btn .glyphicon,
.btn .glyphicons:only-child,
.btn .glyphicon:only-child {
	margin-right: 0;
}

.box-icon .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	padding: 0 6px;
	line-height: 18px;
	white-space: nowrap;
}

.box-icon .btn .glyphicons,
.box-icon .btn .glyphicon {
	color: currentColor;
}

.box-icon .btn:hover .glyphicons,
.box-icon .btn:focus .glyphicons,
.box-icon .btn:hover .glyphicon,
.box-icon .btn:focus .glyphicon {
	color: currentColor;
}

.btn .icon-white,
.box-icon .btn .icon-white {
	color: #ffffff !important;
}

[class^="icon-"]:not(.icon-bar),
[class*=" icon-"]:not(.icon-bar) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0;
	background-image: none;
	color: currentColor;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -0.14em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
	content: "\e109";
}

.icon-time:before {
	content: "\e023";
}

.icon-chevron-up:before {
	content: "\e113";
}

.icon-chevron-down:before {
	content: "\e114";
}

/* Safe-T navbar dropdown stacking and submenu arrow fixes */
.navbar.navbar-default.navbar-fixed-top {
	z-index: 1030;
}

.navbar-fixed-top .dropdown-menu,
.navbar .dropdown-menu {
	z-index: 1045;
}

.navbar .dropdown-submenu {
	position: relative;
}

.navbar .dropdown-submenu > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 2.25rem;
	padding-right: 2.25rem !important;
}

.navbar .dropdown-submenu > a:after {
	position: absolute;
	top: 50%;
	right: 0.75rem;
	display: block;
	float: none;
	width: 0;
	height: 0;
	margin: 0;
	border-color: transparent transparent transparent #64748b;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	content: " ";
	opacity: 0.95;
	transform: translateY(-50%);
}

.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-submenu:focus-within > a {
	background: rgba(20, 184, 166, 0.12);
	color: #0f766e;
}

.navbar .dropdown-submenu:hover > a:after,
.navbar .dropdown-submenu:focus > a:after,
.navbar .dropdown-submenu:focus-within > a:after {
	border-left-color: #0f766e;
}

.navbar .dropdown-submenu > .dropdown-menu {
	top: -0.45rem;
	left: 100%;
	z-index: 1046;
	margin-top: 0;
	margin-left: -1px;
	border-radius: 8px;
}

.navbar .dropdown-submenu:hover > .dropdown-menu,
.navbar .dropdown-submenu:focus-within > .dropdown-menu {
	display: block;
}

.navbar .dropdown-submenu.pull-left > .dropdown-menu {
	right: 100%;
	left: auto;
	margin-right: -1px;
	margin-left: 0;
	border-radius: 8px;
}

.box-content .chosen-container {
	position: relative;
	z-index: 1010;
}

.box-content .chosen-container.chosen-with-drop {
	z-index: 1020;
}

.box-content .chosen-container .chosen-drop {
	z-index: 1021;
}

/* Hide top navbar toggle on desktop — replaced by bottom rail toggle */
@media only screen and (min-width: 768px) {
	.navbar-toggle {
		display: none !important;
	}
}

/* Hide dropdown carets in the rail so all items look uniform */
#leftsidebar .top-menu--rail .caret {
	display: none !important;
}

/* Admin item — sticks to the bottom of the sidebar above the toggle */
#leftsidebar .top-menu--rail > li.ta-rail-admin {
	margin-top: auto !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 0.3rem;
}

/* Bottom rail toggle — compact round button */
#leftsidebar .top-menu--rail > li.ta-rail-bottom-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 0 0.35rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#leftsidebar .ta-rail-toggle-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #a7f3d0;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#leftsidebar .ta-rail-toggle-btn:hover,
#leftsidebar .ta-rail-toggle-btn:focus {
	background: rgba(45, 212, 191, 0.2);
	border-color: rgba(45, 212, 191, 0.5);
	color: #ffffff;
	outline: none;
}

#leftsidebar .ta-rail-toggle-btn::before {
	font-family: "Material Symbols Outlined";
	font-size: 1.1rem;
	line-height: 1;
	font-feature-settings: 'liga';
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
	content: 'chevron_left'; /* expanded (default) */
}

body:not(.app-nav-expanded) #leftsidebar .ta-rail-toggle-btn::before {
	content: 'chevron_right'; /* collapsed */
}

/* Hide the page footer — branding moved into the sidebar rail */
.app-footer {
	display: none !important;
}

/* Rail copyright line */
#leftsidebar .top-menu--rail > li.ta-rail-copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.3rem 0 0.15rem;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.35);
	white-space: nowrap;
	overflow: hidden;
	letter-spacing: 0.02em;
}

/* Hide " Solutions" suffix when the rail is collapsed */
body:not(.app-nav-expanded) #leftsidebar .ta-copyright-suffix {
	display: none;
}

#leftsidebar .top-menu--rail > li.ta-rail-copyright a {
	color: inherit;
	text-decoration: none;
	background: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	display: inline;
}
#leftsidebar .top-menu--rail > li.ta-rail-copyright a:hover {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: underline;
	background: none !important;
	box-shadow: none !important;
}

/* Rail logo — top of sidebar */
#leftsidebar .top-menu--rail > li.ta-rail-logo {
	display: flex;
	justify-content: center;
	padding: 0.85rem 0.5rem 0.6rem;
}

#leftsidebar .top-menu--rail > li.ta-rail-logo > a {
	padding: 0 !important;
	min-height: 0 !important;
	background: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

#leftsidebar .top-menu--rail > li.ta-rail-logo > a:hover,
#leftsidebar .top-menu--rail > li.ta-rail-logo > a:focus {
	background: none !important;
	box-shadow: none !important;
}

.ta-rail-logo-icon {
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	object-fit: contain;
}

.ta-rail-logo-text {
	display: inline-flex;
	align-items: center;
	max-width: 12rem;
	overflow: hidden;
	opacity: 1;
	white-space: nowrap;
	transition: max-width 0.18s ease, opacity 0.18s ease;
}

.ta-rail-logo-text img,
.ta-rail-logo-text .logotext {
	max-height: 30px;
	width: auto;
	max-width: none !important;
}

body:not(.app-nav-expanded) .ta-rail-logo-text {
	max-width: 0;
	opacity: 0;
}

/* Divider below the logo */
#leftsidebar .top-menu--rail > li.ta-rail-logo-divider {
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	margin: 0 0.5rem 0.35rem;
}

/* ============================================================
   Material Symbols Outlined — compatibility layer
   Mirrors the glyphicons/.glyphicon rules above so both
   icon packs render identically in all contexts.
   ============================================================ */

@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url('../fonts/material-symbols-outlined.woff2') format('woff2');
}

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
	/* Layout */
	position: relative;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15em;
	line-height: 1;
	vertical-align: -0.18em;
	color: currentColor;
	user-select: none;
}

/* Left rail sidebar icons */
#leftsidebar .top-menu--rail > li > a > .material-symbols-outlined {
	width: 2.1rem;
	min-width: 2.1rem;
	height: 2.1rem;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #a7f3d0;
	font-size: 1.2rem;
}

#leftsidebar .top-menu--rail > li > a:hover > .material-symbols-outlined,
#leftsidebar .top-menu--rail > li > a:focus > .material-symbols-outlined,
#leftsidebar .top-menu--rail > li.open > a > .material-symbols-outlined,
#leftsidebar .top-menu--rail > li.active > a > .material-symbols-outlined {
	border-color: rgba(20, 184, 166, 0.42);
	background: linear-gradient(180deg, rgba(20, 184, 166, 0.22), rgba(15, 118, 110, 0.16));
	color: #f8fafc;
}

/* Top navbar icons */
.navbar-inner .top-menu > li > a > .material-symbols-outlined,
.navbar-inner .navbar-nav > li > a > .material-symbols-outlined {
	width: 1.75rem;
	min-width: 1.75rem;
	height: 1.75rem;
	margin: -0.15rem 0.15rem -0.15rem 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.1);
	color: #a7f3d0;
	font-size: 1.05rem;
	transition:
		background-color 0.15s ease,
		border-color 0.15s ease,
		color 0.15s ease,
		transform 0.15s ease;
}

.navbar-inner .top-menu > li > a:hover > .material-symbols-outlined,
.navbar-inner .top-menu > li > a:focus > .material-symbols-outlined,
.navbar-inner .top-menu > li.open > a > .material-symbols-outlined,
.navbar-inner .top-menu > li.active > a > .material-symbols-outlined {
	border-color: rgba(45, 212, 191, 0.36);
	background: rgba(20, 184, 166, 0.2);
	color: #ffffff;
	transform: translateY(-1px);
}

/* Dropdown menu icons */
.dropdown-menu .material-symbols-outlined {
	width: 1.35rem;
	min-width: 1.35rem;
	height: 1.35rem;
	margin: -0.08rem 0.45rem -0.08rem 0;
	border-radius: 6px;
	background: rgba(20, 184, 166, 0.1);
	color: #0f766e;
	font-size: 0.9rem;
}

/* Box header icons */
.box-header h2 > .material-symbols-outlined,
.box-header h3 > .material-symbols-outlined {
	width: 1.7rem;
	min-width: 1.7rem;
	height: 1.7rem;
	margin: -0.2rem 0.45rem -0.2rem 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.12);
	color: #a7f3d0;
	font-size: 1rem;
}

/* Button icons */
.btn .material-symbols-outlined {
	width: 1.1rem;
	min-width: 1.1rem;
	height: 1.1rem;
	margin-right: 0.35rem;
	color: currentColor;
	font-size: 0.95em;
}

.btn-round .material-symbols-outlined,
.box-icon .btn .material-symbols-outlined,
.btn .material-symbols-outlined:only-child {
	margin-right: 0;
}

.box-icon .btn .material-symbols-outlined {
	color: currentColor;
}

.box-icon .btn:hover .material-symbols-outlined,
.box-icon .btn:focus .material-symbols-outlined {
	color: currentColor;
}

/* Dash tray icons */
.dash-tray a > div > .material-symbols-outlined {
	display: block;
	text-align: center;
	font-size: 2rem;
	line-height: 1;
	width: 100%;
	margin: 0;
}
