* {
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	cursor: default;
}

html,
body {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	height: 100%;
	background: #343a40;
	/*overflow-y: hidden;*/
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.ui-tooltip {
	display: block;
	border: 0px;
	text-align: left;
	min-width: 10em;
	line-height: 1.5em;
	font-weight: 300;
	background: #4c4c4c;
	color: #fff;
	position: absolute;
}

/***************mobile*******************************/

@media (max-width: 1024px) {

	html,
	body {
		font-size: 11px !important;
	}
}

@media (max-width: 600px) {

	html,
	body {
		/*min-height:640px!important;*/
		/*font-size:10px!important;*/
	}

	.ajax_login .login_window,
	#manager_login .login_window {
		position: absolute;
		top: 0em;
	}

	#HOME_nav {
		bottom: 8em !important;
		padding-right: 1em !important;
		padding-top: 4em !important;
		width: 100% !important;
		overflow-y: auto;
		column-width: auto !important;
		-webkit-column-width: auto !important;
		box-sizing: content-box;
	}

	::-webkit-scrollbar {
		display: none;
	}

	.manager_content_filter .select2-container,
	.filter_hidden .select2-container {
		width: 15.5em !important;
	}

	#HOME_nav .nav_app_status,
	#HOME_nav .nav_home,
	#HOME_nav .nav_business_unit {
		display: none !important;
	}

	#HOME_nav li {
		text-align: left !important;
	}

	#HOME_nav>li {
		display: block;
		line-height: 1.5em;
		font-size: 1.7em;
		font-weight: 500;
		border: 1px solid transparent;
		padding: 0 !important;
	}

	#HOME_nav>li:before {
		display: inline-block;
		font: 1em/1.5em manager_icons;
		width: 2em;
		text-align: center;
	}

	#HOME_nav>li:not(.install):before {
		content: 'f';
		text-transform: lowercase;
	}

	#HOME_nav li.separator:before {
		content: '';
	}

	#HOME_nav>li:hover {
		border-color: #ccc;
	}

	#HOME_nav>li.active {
		background: none !important;
	}

	#HOME_nav>li.active:before {
		content: 'd';
		text-transform: lowercase;
	}

	#HOME_nav>li.active+div {
		display: block;
	}

	#HOME_nav div {
		display: none;
		font-size: 0.9em;
		background: #e5e5e5;
	}

	#HOME_nav div ul {
		padding-left: 4em;
	}

	#HOME_nav div li:not(.separator) {
		list-style: disc;
		display: list-item;
		padding: 0 1em 0 0;
	}

	#HOME_nav div a {
		display: inline;
	}

	#FRAME_footer {
		display: none;
	}

	#HOME_footer .right {
		display: none;
	}

	#HOME_footer .left span,
	#FRAME_footer .left span {
		padding-right: 1em !important;
	}

	#HOME_nav {
		background: #fff url(../../images/eBlagajna_logo_manager.svg) no-repeat 3em calc(100% - 7em) !important;
		background-size: calc(100% - 5em) auto !important;
	}

}

/**********************************************/

body {
	position: relative;
	/*min-height:600px;*/
	/*min-width:1020px;*/
	min-width: 360px;

	/*background:#e5e5e5;*/
	/*background: #6c757d;*/
	background: #343a40;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 400;
}

*:focus,
.select-focus {
	outline: none;
	-webkit-box-shadow: inset 0px 0px 0px 1px #00adef !important;
	-moz-box-shadow: inset 0px 0px 0px 1px #00adef !important;
	box-shadow: inset 0px 0px 0px 1px #00adef !important;
}

input,
select,
textarea,
button {
	font-family: inherit;
	font-weight: 300;
}

input[type=email],
input[type=password],
input[type=text],
input[type=search],
input[type=number],
textarea,
select {
	-webkit-user-select: text;
	cursor: text;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 300;
}

th,
b {
	font-weight: 500;
}

.dataTables_scrollHeadInner th {
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	/* box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;*/
}

.dataTables_scrollHeadInner th:hover {
	border-left: 2px solid #343a40;
	border-right: 2px solid #343a40;
}

li {
	list-style: none;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.cleft {
	clear: left;
}

.cright {
	clear: right;
}

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

.centerBlock {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.dimsBkg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

.dimsBkgBlack {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: rgba(0, 0, 0, 1);*/
	background: #4c4c4c;
	;
}

.g {
	color: #9bc63d !important;
}

.b {
	color: #00adef !important;
}

.m {
	color: #eb3e97 !important;
}

.alert {
	height: 100%;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: box;
	box-pack: center;
	box-align: center;
}

.alert>div {
	background: #fff;
	border: 1px solid #343a40;
	padding: 0.5em;
	text-align: center;
	min-width: 30em;
	max-width: 50em;
}

.alert h2 {
	line-height: 2em;
	font-size: 1.7em;
	background-color: #e5e5e5;
}

.alert p {
	padding: 0.5em 0;
	text-align: left;
}

.alert h3 {
	padding: 0.5em 0;
	text-align: left;
}

.alert .text {
	background: #e5e5e5;
	margin: .5em 0;
}

.alert .critical {
	color: red;
	margin: .5em 0;
	text-align: left !important;
}

.help h2 {
	padding: 0 0 1em;
	font-weight: 500 !important;
}

.manager_content_taskbar ul.table div,
.manager_content_taskbar .left div {
	display: contents;
}

.dot-list {
	list-style-type: none;
}

.dot-list li:before {
	content: "\2022";
	margin-right: 0.5em;
}