@font-face {
	font-family: 'Magistral';
	src: url('../fonts/magistral/Magistral_Cyrillic.ttf');
}

body, html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	font-size: 14px;
	overflow-x: hidden;
}

input[readonly] {
	background-color: white !important;
	cursor: text !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled],
textarea[readonly],
input[readonly],
.select2-container--bootstrap .select2-selection {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	line-height: 1.42857143;
	color: #555555;
	background: white;
	background-image: none;
	height: 34px;
	padding: 6px 12px;
	border: 1px solid #d6d8db;
	border-radius: 0;
}

.select2-container {
	width: 100% !important;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"],
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-dropdown{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #acb2b8;
	outline: 0;
}

#spinner-section {
	background-color: #ecf0f1;
	position: absolute;
	z-index: 9999;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.spinner-area {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 60px;
	right: 0;
	margin: auto auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.spinner-area > .spinner {
	color: #7f8c8d;
}

.main-app {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857143;
	color: rgba(0, 0, 0, 0.87);
	background-color: #924f43;
	background-image: linear-gradient(to right bottom, #f49585, #f4877a, #f37970, #f26a66, #f0595e, #ec5057, #e8474f, #e43d48, #dc3d3f, #d43d37, #cc3d2f, #c43d27);
}

.btn, a, button, div[id^=uniform-] span {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}

.noresize {
	resize: none;
	height: auto !important;
}

.pointer {
	cursor: pointer;
}

.circle {
	border-radius: 500%;
}

.no-radius {
	border-radius: 0 !important;
}

.no-border {
	border: 0 transparent;
}

.no-bg {
	color: inherit;
	background-color: transparent;
}

.center {
	text-align: center;
}

label, .has-success .control-label, .has-error .control-label {
	color: #595959;
	font-weight: normal;
}

.no-margin {
	margin: 0;
}

.avatar {
	position: relative;
	display: inline-block;
	width: 100%;
}

.input-group .form-control {
	z-index: 0 !important;
}

.inline {
	display: inline-block;
}

.has-success .form-control {
	border-color: #72bf7b !important;
}

.has-success .form-control-feedback {
	color: #72bf7b !important;
}

.has-success .form-control:focus, .has-error .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-success .form-control:focus {
	border-color: #09760c !important;
}

.has-error .form-control {
	border-color: #a94442 !important;
}

.has-error .form-control-feedback {
	color: #da2121 !important;
}

.has-error .form-control:focus {
	border-color: #ad0e0b !important;
}

/*Buttons*/
.btn, .form-control {
	font-size: 14px;
	font-weight: bold;
}

/*Colors*/
.redbg {
	background: #e74c3c;
}

.redbg,
.redbg:hover,
.redbg:focus
.redbg:active {
	color: white !important;
}

.redbg:hover {
	background: #c0392b;
}

.size-30x30 {
	width: 30px;
	height: 30px;
}

.size-40x40 {
	width: 40px;
	height: 40px;
}

.size-50x50 {
	width: 50px;
	height: 50px;
}

.size-60x60 {
	width: 60px;
	height: 60px;
}

.form-control-feedback {
	pointer-events: auto;
	cursor: pointer;
}

.block {
	display: block;
}

.font-bold {
	font-weight: 700;
}

.box {
	display: table;
	width: 100%;
	height: 100%;
	border-spacing: 0;
	table-layout: fixed;
}

.box .box-col {
	display: table-cell;
	vertical-align: top;
}

.box-row {
	display: table-row;
	height: 100%;
}

.box-row > .box-cell {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: table-cell;
}

.box-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.vertical-m-align {
	vertical-align: middle !important;
}

.scrollable.hover {
	overflow-y: hidden !important;
}

.scrollable.hover:hover {
	overflow-y: auto !important;
}

.scrollable {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.scrollable.hover > * {
	margin-top: -1px;
}

nav {
	overflow-x: hidden;
}

/*
Third Party Plugins Style
----------------------------------------------------------------------------------------------------------------------
*/

.ui-autocomplete.ui-front.ui-menu {
	z-index: 2000;
}

.ui-multiselect {
	font-size: 0.8em;
	width: 100% !important;
	border: none;
}

.ui-multiselect div.selected {
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	float: right;
	width: 47% !important;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
}

.ui-multiselect div {
	margin-top: -1px;
	border: 1px solid #cccccc !important;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: #fefefe;
}

.ui-multiselect div.available {
	position: relative;
	padding: 0;
	float: left;
	width: 50% !important;
	border: 1px solid;
	margin: 0 0 0 0;
}

.ui-multiselect .ui-widget-header {
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #f9f9f9;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: -moz-linear-gradient(top, #f9f9f9 0, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #eeeeee));
	background: -webkit-linear-gradient(top, #f9f9f9 0, #eeeeee 100%);
	background: -o-linear-gradient(top, #f9f9f9 0, #eeeeee 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0, #eeeeee 100%);
	background: linear-gradient(to bottom, #f9f9f9 0, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eeeeee', GradientType=0);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 2px rgba(0, 0, 0, .05);
	white-space: nowrap;
	padding: 0px 2px;
	text-align: left;
	font-size: 11px;
	margin-bottom: 1px;
	color: #666666;
	text-shadow: 0 1px 0 #ffffff;
}

.ui-multiselect .ui-widget-header a {
	color: #555555;
	font-weight: 700;
	font-size: 11px;
}

.ui-multiselect input.search {
	height: 21px;
	width: 130px;
}

.ui-multiselect ul.available {
	position: relative;
	padding: 0;
	overflow: auto;
	background: #ffffff;
	margin: 0;
	list-style: none;
	border: 0;
	width: 100%;
	height: 320px !important;
	max-height: 320px;
}

.ui-multiselect li {
	margin: 0;
	cursor: default;
	line-height: 18px;
	height: 28px;
	padding: 4px 0 0;
	font-size: 16px;
	list-style: none;
}

.ui-multiselect ul li.ui-state-default {
	border: none;
	border-bottom: 1px #eeeeee solid;
	padding: 1px 16px;
	color: #555555;
	font-size: 14px;
	background: white;
	height: 22px !important;
	cursor: pointer;
	margin-bottom: 1px;
	width: 100% !important;
	position: relative;
}

.ui-multiselect ul li.ui-state-default:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
}

.ui-multiselect ul.selected {
	position: relative;
	padding: 0;
	overflow: auto;
	background: #ffffff;
	margin: 0;
	list-style: none;
	border: 0;
	position: relative;
	width: 100%;
	height: 320px !important;
}

.ui-icon-plus, .ui-icon-minus {
	font-family: 'Glyphicons Halflings';
	background: none !important;
	text-indent: 3px !important;
	font-size: 12px;
	position: absolute;
	right: 5px;
	z-index: 2;
	margin-top: 0;
}

.ui-multiselect ul li.ui-state-default:hover .ui-icon-plus,
.ui-multiselect ul li.ui-state-default:hover .ui-icon-minus {
	color: white;
}

.ui-icon-plus:before {
	content: "\e081";
}

.ui-icon-minus:before {
	content: "\e014";
}

.ui-multiselect li span.ui-icon-arrowthick-2-n-s {
	position: absolute;
	left: 2px;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
	/*padding: 3px 10px;*/
}

.bootstrap-switch {
	margin-top: -4px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/*Tooltips for Jquery Validation*/
.validations-tooltip .tooltip-inner {
	background-color: #da4453 !important;
}

.validations-tooltip .tooltip-arrow {
	border-top-color: #da4453 !important;
}

/* General Themes style (We going to create many themes with same skeleton but with different stuff) */
.main-app .navbar {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	z-index: 999;
	background-color: #607d8b;
	color: white !important;
	min-height: 64px;
	margin: 0;
	border: 0;
}

#app-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#modules-content-area {
	margin-left: 300px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
}

#modules-content-area.closeMenu, #modules-content-area.mobile {
	margin-left: 0;
}

#modules-content-area > .content-box {
	display: table;
	width: 100%;
	height: 100%;
	border-spacing: 0;
	table-layout: fixed;
}

#modules-content-area > .content-box > .content-box-row {
	display: table-row;
	height: 100%;
}

#modules-content-area > .content-box > .content-box-row > .content-box-cell {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

#aside-nav {
	min-width: 0;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	display: block;
	width: 300px;
	max-width: 300px;
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 60;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #ffffff;
	opacity: 1;
	box-shadow: 0 64px 5px 0 rgba(0, 0, 0, 0.26);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	flex-direction: column;
	box-sizing: border-box;
	padding-top: 64px;
}

#aside-nav.closeMenu {
	display: none;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

#aside-main-menu, #module-menu-items {
	height: 100%;
	position: relative;
}

#aside-main-menu > ul.nav-tabs {
	float: left;
	border-bottom: 0;
	width: 41.1%;
}

#aside-main-menu > ul.nav-tabs li {
	float: none;
	margin: 0;
	text-align: center;
}

#aside-main-menu > ul.nav-tabs li a {
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
}

#aside-main-menu > ul.nav-tabs li a > i {
	display: block;
	position: relative;
	width: 100%;
	font-size: 3em;
	margin-bottom: 5px;
}

#aside-main-menu > ul.nav-tabs li.active a {
	/* color: #607d8b;
	border-right: 2px solid #607d8b;*/
	color: #ffffff;
	background-color: #607d8b;
}

#aside-main-menu > ul.nav-tabs li.active a > i {
}

#aside-main-menu .tab-content {
	margin-left: 90px;
}

#aside-main-menu .tab-content ul > li:hover > a {
	color: #ffffff;
	background: #3b424d;
}

.tab-content ul.children-menu,
.tab-content ul.children-menu ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 99%;
}

.tab-content ul.children-menu li,
.tab-content ul.children-menu ul.sub-menu li {
	width: 101%;
	margin-left: -3px;
	display: block;
	position: relative;
	list-style: none;
}

.tab-content ul.children-menu > li > a {
	border-bottom: solid 1px #3b424d;
}

.tab-content ul.children-menu li a,
.tab-content ul.children-menu ul.sub-menu li a {
	width: 100%;
	padding: 14px 22px;
	text-decoration: none;
	color: #f0f0f0;
	font-size: 13px;
	background: #414956;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
	display: block;
}

.tab-content ul.children-menu li a > i {
	width: 34px;
	line-height: 18px;
	font-size: 16px;
	text-align: left;
}

.tab-content ul.children-menu .sub-menu-indicator {
	float: right;
	right: 22px;
	position: absolute;
	line-height: 19px;
	font-size: 20px;
	-o-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-ms-transition: transform .3s linear;
}

.tab-content ul.children-menu .sub-menu-indicator-minus > .sub-menu-indicator {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tab-content ul.children-menu ul.sub-menu {
	width: 100%;
	display: none;
	position: static;
}

.tab-content ul.children-menu ul.sub-menu li {
	clear: both;
	width: 100%;
}

.tab-content ul.children-menu ul.sub-menu li a {
	padding-left: 30px;
	width: 100%;
	font-size: 11px;
	background: #383838;
	border-top: none;
	position: relative;
	border-left: solid 6px transparent;
	-o-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}

#aside-nav-right {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 70;
	border-left: 1px solid #e3e5e7;
	width: 300px;
	min-width: 300px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;;
	background-color: #ffffff;
	flex-direction: column;
	box-sizing: border-box;
}

#right-back-drop {
	z-index: 69 !important;
}

#aside-nav-right #items-header {
	padding: 15px;
	position: relative;
	border-bottom: 1px solid rgb(224, 224, 224);
	background: rgb(57, 57, 57);
	color: white;
	height: 65px;
}

#aside-nav-right #items-header h4 {
	padding: 0;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
}

#aside-nav-right #items-header a {
	color: #aaaaaa;
	display: inline-block;
}

#aside-nav-right #filter-items {
	position: relative;
}

#aside-nav-right #filter-items i {
	position: absolute;
	left: 7px;
	color: rgb(165, 165, 165);
	font-size: 19px;
	top: 7px;
}

#aside-nav-right #filter-items #filter-search-input {
	border: 0;
	border-bottom: 1px solid #d6d8db;
	padding: 0 0 0 32px;
	margin-top: 2px;
}

#module-menu-items ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #555555;
}

#module-menu-items ul li {
	display: block;
	width: 100%;
}

#module-menu-items ul > li > a {
	padding: 10px 20px 10px 20px;
	position: relative;
	display: block;
	background-color: white;
	text-decoration: none;
	cursor: pointer;
	color: #555555;
}

#module-menu-items ul > li > a:hover {
	text-decoration: none;
	background-color: #f9fafa;
}

#module-menu-items ul > li img {
	width: 34px;
	height: 34px;
	margin-right: 15px;
	border-bottom: 2px solid #4bb622;
	float: left !important;
}

#module-menu-items ul > li .clear {
	display: block;
	overflow: hidden;
}

#module-menu-items ul > li span.title {
	display: block;
	font-weight: 700;
}

#module-menu-items ul > li span.description {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}

#module-menu-items ul > li.no-desc span.title {
	line-height: 36px;
}

#module-menu-items ul > li.no-desc span.description {
	display: none;
}

/* Ripple Animation Inspired on Materialize */
.ripple-me {
	box-sizing: border-box;
	overflow: hidden;
	position: relative !important;
}

.ripple {
	position: absolute;
	display: block;
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.ripple-def-color {
	background-color: rgba(54, 27, 6, 0.07);
}

.ripple.animate {
	-webkit-animation: rippleAnimation 800ms ease-out;
	animation: rippleAnimation 800ms ease-out;
}

@-webkit-keyframes rippleAnimation {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
	}
	100% {
		transform: scale(2.5);
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		opacity: 0;
	}
}

@keyframes rippleAnimation {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
	}
	100% {
		transform: scale(2.5);
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		opacity: 0;
	}
}

/*Screen Lock ===============================================*/
.screen-lock {
	display: table;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: relative;
	overflow: hidden;
	background: #2ecc71;
}

.sl-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	float: none;
	z-index: 9999;
}

.sl-user-data {
	text-align: center;
	color: white;
}

.sl-user-data img {
	width: 150px;
	height: 150px;
}

.sl-user-data h4 {
	font-weight: bold;
	margin-bottom: 0;
}

.sl-user-data span {
	font-weight: bold;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

.sl-user-form {
	max-width: 280px;
	display: block;
	margin: 20px auto 0;
}

/* MODULES FORMS*/
.red-color {
	color: #e74c3c;
}

.frm-actions {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: white;
	padding: 13px 15px 9px 9px;
	z-index: 3;
	text-align: right;
	margin-left: -15px;
	border-top: 1px solid rgb(190, 190, 202);
}

.form-horizontal .control-label {
	text-align: left;
}

div.legend {
	display: block;
	width: 100%;
	padding: 0;
	font-size: 17px;
	margin-top: 6px;
	margin-bottom: 13px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #efefef;
	margin-left: 14px;
}

.btn-group > .btn-radio.btn.btn-default.active {
	color: #ffffff !important;
	border-color: #65bd77;
	background: #65bd77 none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#app-modules-content.tab-content .tab-pane {
	padding-bottom: 20px;
}

.app_module_tabs {
	position: relative;
	margin-top: 20px;
	margin-bottom: 70px;
	background-color: #ffffff;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.app_module_tabs .tab-content {
	padding: 13px 10px 22px 10px;
}

.app_module_tabs ul.nav-tabs {
	padding: 0 24px;
	border-bottom: 1px solid #dddddd;
}

.app_module_tabs ul.nav-tabs > li > a {
	color: #313534;
	line-height: 54px;
	position: relative;
	display: block;
	padding: 0 15px;
	margin-right: 2px;
	border: none;
	border-bottom: 2px solid transparent;
	opacity: 0.55;
	font-weight: 500;
	text-transform: uppercase;
}

.app_module_tabs ul.nav-tabs > li > a:hover {
	border-color: #e5e6e6 #e5e6e6 #dddddd;
	text-decoration: none;
	background-color: #e5e6e6;
}

.app_module_tabs ul.nav-tabs > li.active > a,
.app_module_tabs ul.nav-tabs > li.active > a:hover,
.app_module_tabs ul.nav-tabs > li.active > a:focus {
	border: none;
	border-bottom: 2px solid #f44455;
	color: #f44455;
	background-color: transparent;
	cursor: default;
	opacity: 1;
}

.btn-menu-mod {
	position: absolute;
	z-index: 40;
	right: 29px;
	margin-top: 12px;
	font-size: 20px;
}

.app_module_tabs .form-group {
	margin-bottom: 5px;
}

.frm-actions .btn {
	border-radius: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	outline: 0;
	border: 1px solid transparent;
}

.navigation-backdrop {
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 59;
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	display: none;
}

.module-error-paragraph {
	color: #A07B11;
	font-weight: bold;
	border-bottom: 1px solid rgb(218, 182, 4);
	line-height: 2.5;
	margin-bottom: 17px;
}

ul.module-error-list li {
	color: #C7630D;
}

.column-app-dest {
	padding: 0 !important;
}

#app-main-tabs {
	overflow: hidden;
	max-height: 48px;
}

#app-main-tabs li > a.tab-control {
	display: none;
}

.resp-tab-dropdown{
	right: 20px;
}

/*Chechbox Font Awesom Style*/
input[type=checkbox].checkbox-awesome-chk {
	display:none;
}

input[type=checkbox].checkbox-awesome-chk + label.checkbox-awesome-lbl:before{
	font-family: FontAwesome;
	display: inline-block;
	font-size: 13px;
}


input[type=checkbox].checkbox-awesome-chk + label.checkbox-awesome-lbl:before{
	content: "\f10c";
	color: rgb(182, 18, 18);
}

input[type=checkbox].checkbox-awesome-chk:checked + label.checkbox-awesome-lbl:before{
	content: "\f058";
	color: rgb(90, 144, 8);
}
.dataTables_filter .form-control, .dataTables_length .form-control{
	width: auto !important;
}

.form-group .destinations-horz > .column-app{
	padding: 0;
}

/* Media Query */
@media (max-width: 480px) {
	.form-group .custom-elem-area {
		padding-left: 15px;
		padding-right: 15px;
	}

	.app_module_tabs .tab-content {
		padding: 13px 4px 22px 4px;
	}

	#app-modules-content.container-fluid {
		padding: 0 2px;
	}

	#app-main-tabs {
		margin: 0;
	}

	#app-main-tabs li {
		display: inline-block;
		width: 100%;
		height: 49px;
		padding: 0 25px 0 40px;
		border: 1px solid #dddddd;
		overflow: hidden;
	}

	#app-main-tabs a.tab-control {
		width: 40px;
		height: 48px;
		font-size: 20px;
		font-weight: 100;
		line-height: 2.4;
		color: #444454;
		text-align: center;
		display: block;
		position: absolute;
		z-index: 5;
	}

	#app-main-tabs a.tab-control.left {

	}

	#app-main-tabs a.tab-control.right {
		right: 0;
	}

	.btn-menu-mod{
		right: 9px;
	}

	.ui-multiselect input.search {
		width: 109px;
	}

	.ui-multiselect .count {
		display: none;
	}

	table.dataTable thead .sorting:after {
		bottom: 0;
	}

	table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
		top: 0;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.form-group .custom-elem-area {
		padding-left: 15px;
		padding-right: 15px;
	}

	.app_module_tabs .tab-content {
		padding: 13px 4px 22px 4px;
	}

	#app-modules-content.container-fluid {
		padding: 0 2px;
	}

	.btn-menu-mod{
		right: 9px;
	}
}

@media (max-width: 600px) {
	.form-group .custom-elem-area {
		padding-left: 15px;
		padding-right: 15px;
	}

	.app_module_tabs .tab-content {
		padding: 13px 4px 22px 4px;
	}

	#app-modules-content.container-fluid {
		padding: 0 2px;
	}

	.btn-menu-mod{
		right: 9px;
	}

	.table-is-responsive table,
	.table-is-responsive thead,
	.table-is-responsive tbody,
	.table-is-responsive th,
	.table-is-responsive td,
	.table-is-responsive tr {
		display: block;
	}

	.table-is-responsive tr.repeat-row{
		display: block !important;
	}

	.table-is-responsive tr.repeat-row.repeat-template{
		display: none !important;
	}

	.table-is-responsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table-is-responsive tr {
		border: 1px solid #ccc;
	}

	.table-is-responsive td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
		padding: 3px !important;
		padding-top: 24px !important;
	}

	.table-is-responsive td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	.table-is-responsive td:before {
		content: attr(data-title);
	}

	.table-is-responsive tfoot td{
		text-align: right;
		padding: 4px !important;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.app_module_tabs .tab-content {
		padding: 13px 4px 22px 4px;
	}

	#app-modules-content.container-fluid {
		padding: 0 2px;
	}

	.ui-multiselect input.search {
		width: 100px;
	}

	.ui-multiselect .count {
		display: none;
	}
}

@media (max-width: 1300px) {
	.ui-multiselect input.search {
		width: 70px;
	}

	.ui-multiselect .count {
		display: none;
	}
}

.navbar-item,.navbar .navbar-tool>li>a, .navbar .navbar-nav>li>a{
	padding: 0 16px;
	line-height: 64px;
	color: #444444;
}

.font-24{
	font-size: 24px;
	vertical-align: -23%;
}

#openAside{
	color: rgb(160, 157, 157);
}

.color-transition{
	-o-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-webkit-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
}

#openAside:hover{
	color: rgb(92, 90, 90);
}

.width-56{
	width: 56px;
	height: 56px;
}

.size-logo{
	height: 50px;
}

.size-logo-small{
	height: 30px;
}

.app-mobile-logo{
	height: 44px !important;
	width: auto !important;
	margin-top: 11px !important;
}


@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake-animation {
	-webkit-animation-name: shake;
	animation-name: shake;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.help-form-modal .modal-header{
	padding: 10px;
	color: white;
	background-color: rgba(136, 204, 46, 0.72);
}

.help-form-modal .modal-content{
	text-align: justify;
}

/* Mobile Action Button */
.mobile-action-button.btn-group.dropup {
	margin-right: 15px;
}

.dropdown-menu.mobile-actions-list{
	min-width: 180px;
	padding: 5px 0;
	color: #333;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.dropdown-menu.mobile-actions-list > li > a,
.dropdown-menu.mobile-actions-list > li > button{
	padding: 8px 15px;
	outline: 0;
	background: none;
	color: #333333;
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 1.5384616;
	white-space: nowrap;
	width: 100%;
	text-align: left;
}

.dropdown-menu.mobile-actions-list > li > button:hover,
.dropdown-menu.mobile-actions-list > li > button:focus,
.dropdown-menu.mobile-actions-list > li > a:hover,
.dropdown-menu.mobile-actions-list > li > a:focus{
	background-color: #f5f5f5;
}

.dropdown-menu.mobile-actions-list > li > a > i,
.dropdown-menu.mobile-actions-list > li > button > i{
	margin-right: 10px;
}

button.btn.frm-btn-action.btn-sm.dropdown-toggle{
	background-color: #4A4A4A;
}

/*Style For Error Modal*/
.modal-module-errors .modal-content{
	border-radius: 0;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.modal-module-errors .modal-header{
	background-color: rgba(230, 126, 34, 0.8);
	color: #FDFDFD;
}

.modal-module-errors .modal-footer > button{
	border-radius: 0;
	background-color: #616060;
}

.imageupload {
	text-align: center;
	width: 210px;
}

.imageupload input[type="file"] { display: none; }

.imageupload img {
	max-width: 200px;
	max-height: 150px;
	object-fit: contain;
}

.imageupload img:nth-of-type(n+2) { display: none }

.imageupload .preview {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 160px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.imageupload .select,
.imageupload .change,
.imageupload .remove {
	margin-left: 5px;
	margin-right: 5px;
}

.imageupload .select,
.imageupload.default .change,
.imageupload.default .remove {
	display: none;
}

.imageupload.default .select,
.imageupload .change,
.imageupload .remove {
	display: inline-block;
}

/* Most of below is to fix Bootstrap, allowing ellipsis overflow */
.fileupload {
	display: flex;
	flex-flow: row nowrap;
}

.fileupload input[type="file"] { display: none; }

.fileupload .form-control {
	display: inline-block;
	flex: 1 1 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: auto;
	float: none;
}

.fileupload .input-group-addon {
	display: inline-block;
	flex: 0 0 auto;
	width: auto;
	line-height: 1.45;
}

.formset .form-control, .formset .input-group-addon { cursor: pointer; }
.formset select { display: none; }

/* Most of below is to fix Bootstrap, allowing ellipsis overflow */
.formset {
	display: flex;
	flex-flow: row nowrap;
}

.formset .form-control {
	display: inline-block;
	flex: 1 1 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: auto;
	float: none;
}

.formset .input-group-addon {
	display: inline-block;
	flex: 0 0 auto;
	width: auto;
	line-height: 1.45;
}

html input[disabled] {
	cursor: default;
	background: #F1F1F1;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before{
	text-indent: 0;
	background-color: #569641;
}

#toast-container > div {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	opacity: 1;
}

#toast-container > :hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	opacity: 0.9;
}

.toast-success {
	background-color: rgba(16, 196, 105, 0.8);
	border: 2px solid #10c469;
}

.toast-warning {
	background-color: rgba(249, 200, 81, 0.8);
	border: 2px solid #f9c851;
}

.toast-error {
	background-color: rgba(255, 91, 91, 0.8);
	border: 2px solid #ff5b5b;
}

.toast-info {
	background-color: rgba(53, 184, 224, 0.8);
	border: 2px solid #35b8e0;
}

.table.no-bottom-border > thead > tr > th {
	border-bottom: none !important;
}

tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}

select:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.rec-table tr td span.recording-icon {
	cursor: pointer;
	padding: 2px;
}

.rec-table > thead > tr > th {
	padding: 8px 2px;
}

.rec-table > tbody > tr > td {
	padding: 8px 0;
}

.rec-table.table.table-bordered.dataTable tbody td{
	border: 1px solid #ddd;
}

.rec-table tr td i {
	font-size: 18px;
	color: #555;
}

.rec-table tr td i.fa-star {
	color: #f1c40f;
}

.rec-table tr td i.fa-play-circle {
	color: #8e44ad;
	padding-right: 7px;
}

.rec-table tr td i.fa-sticky-note {
	color: #95A5A6;
}

.rec-table tr td i.fa-flag {
	color: #8BC34A;
}

.rec-table tr td i.fa-pencil-square {
	color: #03A9F4;
}

.rec-table tr td i.fa-trash {
	color: #e74c3c;
	border-left: 1px solid #CACACA;
	padding-left: 15px;
}

.rec-table tr td i:hover {
	opacity: 0.7;
}

.note-buttons {
	float: right;
}

.form-control[readonly], textarea[readonly] {
	height: 100%;
}

.checkbox-awesome-lbl {
	padding: 5px 8px;
	cursor: pointer;
}

.checkbox-awesome-lbl:hover {
	background: #ECEFF1;
}

div.dt-buttons {
	float: right;
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
	background-color: white !important;
	-webkit-box-shadow: 0 0 0 50px white inset !important;
	-webkit-text-fill-color: #646464;
}

.has-feedback-left .form-control {
	padding-right: 12px !important;
	padding-left: 45px !important;
}

li.user-menu a > img {
	margin: 8px 0;
	height: 32px;
	width: 32px;
}

#top-bar a .user-info {
	float: right;
	display: flex;
	flex-direction: column;
	padding-left: 4px;
	margin-top: 0;
}

#top-bar a.dropdown-toggle{
	padding: 1px 10px;
}

#top-bar a.dropdown-toggle:hover, #top-bar a.dropdown-toggle:focus,
#top-bar ul.user-menu-dropdown li a:hover, #top-bar ul.user-menu-dropdown li a:focus{
	color: #333;
	background-color: rgba(158, 158, 158, 0.16);
}

#top-bar ul.user-menu-dropdown{
	position: fixed;
	top: 62px;
	right: 12px;
}

#top-bar ul.user-menu-dropdown li{
	display: block;
}

#top-bar ul.user-menu-dropdown li a,
#top-bar ul.user-menu-dropdown li a:hover,
#top-bar ul.user-menu-dropdown li a:focus{
	padding: 3px 20px;
	color: #333;
}

.update-content{
	text-align: center;
	font-size: 16px;
}

div.ui-multiselect input.search{
	width: 50% !important;
	float: right !important;
	height: 100% !important;
}

div.ui-multiselect > div.selected span.remove-allheader,
div.ui-multiselect > div.right-column span.add-allheader {
	float: left;
	margin: 7px 0px 7px 7px;
}

.ui-multiselect .remove-all {
	padding: 7px;
	float: left;
}

.ui-multiselect .add-all {
	float: left;
	padding: 7px;
}

.count {
	display: none;
}

.ui-multiselect li {
	margin: 0;
	cursor: default;
	line-height: 18px;
	height: 28px;
	padding: 4px 0 0;
	font-size: 16px;
	list-style: none;
}

.ui-multiselect ul li.ui-state-default {
	border: none;
	border-bottom: 1px #eeeeee solid;
	padding: 1px 16px;
	color: #555555;
	font-size: 14px;
	background: white;
	height: 22px !important;
	cursor: pointer;
	margin-bottom: 1px;
	width: 100% !important;
	position: relative;
}

.ui-multiselect ul li.ui-state-default:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
}

.ms-legend-left{
	padding: 0;
	left: -13px;
}

.ms-legend-right{
	padding: 0 15px 0 32px;
}