.isloading-overlay .isloading-wrapper {
	background: #FFFFFF;
	-webkit-border-radius: 7px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 7px;
	-moz-background-clip: padding;
	border-radius: 7px;
	background-clip: padding-box;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 20px;
	top: 40%;
	z-index: 9000;
}

.isloading-overlay {
	position: relative;
	text-align: center;
}

.tareas {
	display: block !important;
	width: 500px !important;
	height: 100px !important;
}

#maincontent form label:not(.notLab) {
	width: 100px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 15px;
}

.invImage {
	max-width: 100px;
	border: 2px solid #000;
	margin-left: 10px;
}

.statColor {
	width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #000;
    vertical-align: bottom;
}

.header .profile-dropdown-toggle:after {
    content: unset;
}

.header .not-dropdown-toggle:after {
    content: "";
    border-radius: 100%;
    height: 16px;
    width: 16px;
    background-color: #19AD79;
    position: absolute;
    bottom: -1px;
    right: 1px;
    border: 2px solid #fff;
    opacity: 0.98;
}

body:not(.menu-pin) .sidebar-header-controls {
    display: none !important;
}

.sidebar-visible:not(.menu-pin) .sidebar-header-controls {
    float: right;
    top: 18px;
    right: 72px;
    position: absolute;
    display: block !important;
}

.sidebar-visible .sidebar-header-controls {
    float: right;
    top: 18px;
    right: 35px;
    position: absolute;
    display: block !important;
}

.descMemo {
    max-height: 200px;
    overflow-x: auto;
}