html body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.unselectable{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}

/* Estilo do Sidebar (menu) */

.item-content .item-media{
	display: block;
	width: 45px;
	text-align: center;
}

#sidebar nav > ul > li.open,
.no-touch #sidebar nav > ul > li:hover {
	background: rgba(247, 247, 248, 0.1) !important;
}

#sidebar nav > ul > li.active,
#sidebar nav > ul > li.active:hover {
	background: #46618c !important;
}

#sidebar nav > ul > li.active .sub-menu {
	background: #7292c5;
}

#sidebar nav > ul .sub-menu > li.open,
#sidebar nav > ul .sub-menu > li.active a {
	background: #6a88ba !important;
}

@media (min-width: 992px){
	.app-sidebar-closed .app-aside > .item-inner:after {
		border-left: 12px solid #46618c !important;
	}
}

.app-sidebar-closed .app-aside > .item-inner.active:after{
	border-left: 12px solid #46618c !important;
}

#sidebar nav > ul > li.active > a:active:focus {
  background: #46618c !important;
}

#sidebar nav > ul > li > a .item-media > i {
    color: #FFFFFF !important;
}

header .navbar-header .sidebar-toggler,
header .navbar-header .sidebar-mobile-toggler,
header .navbar-collapse .navbar-right > li > a i{
	color: #FFFFFF !important;
}

/* Estilo do footer */

#app > footer {
	z-index: 999!important;
}

/* Estilo do modal */

.modal-content{
	background-color: white!important;
}
.modal-content, .modal-header, .modal-footer{
	border: 0px;
}

/* Remove o espaço vazio do sweet-alert */
.sweet-alert fieldset {
	margin: 0px;
	padding: 0px;
}

/* Estilo de paginação de tabela */

.pagination > .active > a, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus,
.pagination > .active > span:focus{
	background: #5F8295 !important;
	border: none !important;
	color: #ffffff !important;
}

.pagination li a {
	background: #f7f7f8;
	border: none !important;
	color: #8e8e93;
	display: inline-block;
	margin-right: 1px;
}

.pagination > li > a, .pagination > li > span {
	margin-left: 5px;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
}

/* Estilo de subdivisao (panel collapse) */

.subdivisao{
	padding: 0px;
	padding-left: 10px;
	min-height: 25px;
	background-color: #C8CBCE !important;
	margin-bottom: 5px;
	border-radius: 0px;
}

.subdivisao a{
	display: block;
	color: #2f2f33!important;
	line-height:2;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background: url('../../lib/cliptwo/assets/images/default.gif') 50% 50% no-repeat rgb(249,249,249);
	opacity: 0.5;
	content:inherit;
}

#lbCarregando{
	font-size: large;
	margin-left: auto;
	margin-right: auto;
	position: inherit;
	top: 40%;
	color: black;
	font-weight: bold;
	text-align: center;
}

#msgLog{
	color: black;
	font-weight: bold;				
	text-align: center;
}