/* 
    Created on : 01.08.2019, 23:17:08
    Author     : stt
*/
.znr {
	color: #fff;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: red;
	border-radius: 50%;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	top: -5px;
	position: relative;
}

.off-canvas-toggle {
	position: fixed !important;
	top: 2px;
	left: 2px;
	z-index: 102;
}

.t3-mainnav {
	border: none;
	background: none;
	height: 20px;
	position: absolute;
}

.t3-mainnav .navbar-toggle {
	display: none;
}

.dd-toggle {
	cursor: pointer;
}

.module_menu .nav>li>.dd-toggle {
	padding: 6px 5px;
}

.dropdown-menu>li>.nav-header {
	padding: 5px 20px;
}

.warn_red {
	color: red;
	font-weight: bold;
	border: 1px solid red;
	padding: 2px 5px;
	margin: 5px 2px 1px 1px;
	border-radius: 0.25rem;
	display: inline;
}