.aw-layout-sidebar, .aw-layout-simple-page {
	background-color: white
}

.aw-search-modal__controls i, .aw-search-modal__input-icon i {
	pointer-events: auto;
	cursor: pointer
}

.aw-layout-page {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding-bottom: 60px
}

.aw-layout-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	margin: 0;
	border-top: 1px solid #eee;
	transition: all .5s
}

@media ( min-width :992px) {
	.aw-layout-footer.is-toggled {
		margin-left: 0
	}
	.aw-layout-footer {
		margin-left: 210px
	}
}

.aw-layout-sistema {
	position: relative;
	transition: all .5s
}

@media ( min-width :992px) {
	.aw-layout-sistema.is-toggled {
		margin-left: 0
	}
	.aw-layout-sistema {
		margin-left: 210px
	}
}

.aw-layout-content {
	position: relative;
	margin: 50px 0 0;
	transition: all .5s
}

@media ( min-width :992px) {
	.aw-layout-content.is-toggled {
		margin-left: 0
	}
	.aw-layout-content {
		margin-left: 210px
	}
}

.aw-layout-sidebar {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	height: 100%;
	margin-left: -211px;
	border-right: 1px solid;
	border-right-color: transparent;
	overflow-x: hidden;
	transition: all .5s
}

.aw-layout-sidebar.is-toggled {
	margin-left: 0
}

@media ( min-width :992px) {
	.aw-layout-sidebar {
		margin-left: 0
	}
	.aw-layout-sidebar.is-toggled {
		margin-left: -211px
	}
}

.aw-layout-sidebar__content {
	position: relative;
	overflow-y: auto;
	height: 100%;
	width: 210px
}

.aw-layout-simple-page__container {
	display: block;
	margin: auto;
	padding: 10% 10px 0
}

.aw-error-panel {
	color: #777;
	text-align: center
}

.aw-error-panel__title {
	font-size: 32px
}

.aw-error-panel__description {
	display: block;
	padding: 18px 0
}

.aw-error-panel__code {
	color: #d9d9d9;
	font-size: 80px;
	font-weight: 400
}

.aw-footer-disclaimer {
	font-size: 92%;
	display: block;
	color: #777;
	line-height: 4;
	text-align: center
}

.aw-logged-user {
	display: block;
	padding: 20px
}

.aw-logged-user__picture {
	display: block;
	margin: auto;
	padding: 2px;
	border-radius: 50%;
	border: 1px solid #d5d5d5
}

.aw-logged-user__name {
	display: block;
	min-width: 180px;
	margin-top: 10px;
	font-weight: 500;
	text-align: center
}

.aw-menu__list {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.aw-menu__list--sublist {
	display: none
}

.aw-menu__item {
	position: relative;
	display: block;
	font-weight: bold;
}

.aw-menu__item>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #6a6c6f;
	font-weight: 500
}

.aw-box__icon, .aw-menu__item.is-active>a {
	color: #1e94d2
}

.aw-menu__item>a>i {
	margin-right: 6px
}

.aw-menu__item>a:focus, .aw-menu__item>a:hover {
	background: #eee;
	text-decoration: none
}

.aw-menu__item.is-expanded {
	border-left: 3px solid;
	border-left-color: #1e94d2;
	background: #f4f4f4
}

.aw-menu__item.is-expanded .aw-menu__navigation-icon:before {
	content: "\f0d7"
}

.aw-fa-arrow-left:before, .aw-menu__navigation-icon:before {
	content: "\f0d9"
}

.aw-menu__item.is-expanded>.aw-menu__list {
	display: block;
	background: #fafafa
}

.aw-menu__item.is-expanded>a {
	margin-left: -3px
}

.aw-menu__item--link>a {
	padding-left: 36px;
	font-weight: 400
}

.aw-menu__navigation-icon {
	float: right
}

.aw-text-xs-left {
	text-align: left
}

.aw-text-xs-right {
	text-align: right
}

.aw-text-xs-center {
	text-align: center
}

.aw-text-xs-justify {
	text-align: justify
}

@media ( min-width :768px) {
	.aw-text-sm-left {
		text-align: left
	}
	.aw-text-sm-right {
		text-align: right
	}
	.aw-text-sm-center {
		text-align: center
	}
	.aw-text-sm-justify {
		text-align: justify
	}
}

@media ( min-width :992px) {
	.aw-text-md-left {
		text-align: left
	}
	.aw-text-md-right {
		text-align: right
	}
	.aw-text-md-center {
		text-align: center
	}
	.aw-text-md-justify {
		text-align: justify
	}
}

@media ( min-width :1200px) {
	.aw-text-lg-left {
		text-align: left
	}
	.aw-text-lg-right {
		text-align: right
	}
	.aw-text-lg-center {
		text-align: center
	}
	.aw-text-lg-justify {
		text-align: justify
	}
}

body, html {
	height: 100%
}

.aw-no-scroll {
	overflow: hidden !important
}

.aw-form-label-between {
	display: inline-block;
	padding: 0 5px
}

.aw-datatable-toolbar {
	margin-bottom: 10px;
	margin-top: 30px
}

.aw-fa-arrow-down:before {
	content: "\f0d7"
}

.aw-alert-no-results {
	background-color: #f9f9f9;
	border-color: #f1f1f1;
	color: #7a7a7a;
	line-height: 3;
	text-align: center
}

.aw-alert-no-results hr {
	border-top-color: #e5e5e5
}

.aw-alert-no-results .alert-link {
	color: #606060
}

.aw-label-corner {
	position: absolute;
	top: 9px;
	right: 4px;
	padding: 2px 5px
}

.aw-form-control-inline-sm {
	display: inline-block !important;
	width: 33% !important
}

.aw-btn-cancel {
	color: #fff;
	background-color: #a1a1a1;
	border-color: #949494
}

.aw-btn-cancel.focus, .aw-btn-cancel:focus {
	color: #fff;
	background-color: #888;
	border-color: #545454
}

.aw-btn-cancel.active, .aw-btn-cancel:active, .aw-btn-cancel:hover,
	.open>.dropdown-toggle.aw-btn-cancel {
	color: #fff;
	background-color: #888;
	border-color: #767676
}

.aw-btn-cancel.active, .aw-btn-cancel:active, .open>.dropdown-toggle.aw-btn-cancel
	{
	background-image: none
}

.aw-btn-cancel .badge {
	color: #a1a1a1;
	background-color: #fff
}

.aw-btn-link-danger {
	color: #d9534f
}

.aw-btn-link-danger:active, .aw-btn-link-danger:focus,
	.aw-btn-link-danger:hover {
	color: #b52b27;
	outline: 0
}

.aw-btn-thin-caret {
	padding-left: 5px !important;
	padding-right: 5px !important
}

.aw-btn-full-width {
	width: 100%
}

.aw-table-header-solid {
	background: #fff
}

.aw-table-checkbox {
	min-width: 25px;
	text-align: center
}

.pagination {
	margin: 0
}

.page-header {
	padding-bottom: 0;
	padding-left: 5px;
}

.page-header h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	height: 80px;
	color: #333
}

.aw-page-header-controls {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 80px
}

.aw-checkbox-no-margin {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.li-avatar {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}