/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.dropdown-menu.dropdown-menu-end {
	z-index: 999999999;
}
.th-dropdown{
	width:40px;
	padding:5px !important;
}
.btn-menu-context{
	padding:8px !important;
}
.td-count {
	padding-left: 8px !important;
	padding-right: 8px !important;
	text-align:center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	padding-right: 0 !important;
	transform: translateY(-50%) !important;
	top: 50% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:38px !important;
}
@media (min-width: 576px) {
	.modal-slide-in .modal-dialog.sidebar-lg {
		width: 90rem;
	}
}
.simboloAtivo{
	filter: grayscale(0);
}
.simboloInativo{
	filter: grayscale(1);
}
.bg-light-azul {
	background-color: #C5FEFF !important;
	color: #02C6E8 !important;
}
.bg-light-amarelo {
	background-color: #F0ED8E !important;
	color: #9a9400 !important;
}
.bg-light-cinza {
	background-color: #CCC !important;
	color: #333 !important;
}
.bg-light-verde {
	background-color: #8ef0cf !important;
	color: #009a82 !important;
}
.bg-light-laranja {
	background-color: #f1e2cb !important;
	color: #9a4b00 !important;
}
.bg-light-rosa {
	background-color: #fff0f4 !important;
	color: #9a0076 !important;
}
.main-menu.menu-light .navigation > li ul .active {
	background: #afd6e8 !important;
	box-shadow: none !important;
}
.dataTables_length label, .dataTables_filter label {
	display: flex !important;
	align-items: center;
}
.paging_simple_numbers{
	display:flex !important;
	justify-content:flex-end !important;
}

	:not(.ck-editor__editable) td:not(.ck-editor__editable), :not(.ck-editor__editable) th:not(.ck-editor__editable) {
		text-transform: uppercase !important;
		padding: 0.72rem 1rem !important;
	}
td {
	font-size: 11px !important;
	color:#333 !important;
	font-weight:500 !important;
}

.nav-side{
	position:fixed;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:30px !important;
	z-index:999999;
}
	.nav-side a {
		display: block;
		margin-bottom: 3px;
		padding: 5px !important;
		width: 30px !important;
	}
.areaGrab {
	cursor: grab;
}
.gu-transit {
	cursor: grab;
}

.ex-moved {
	background-color: #f2f2f2;
	transition: background-color 1s linear;
	animation: fadeOut 8s;
	-webkit-animation: fadeOut 8s;
	-moz-animation: fadeOut 8s;
	-o-animation: fadeOut 8s;
	-ms-animation: fadeOut 8s;
}

@keyframes fadeOut {
	0% {
		background-color: #f2f2f2 !important;
	}

	100% {
		background-color: none !important;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		background-color: #f2f2f2 !important;
	}

	100% {
		background-color: none !important;
	}
}

@-moz-keyframes fadeOut {
	0% {
		background-color: #f2f2f2 !important;
	}

	100% {
		background-color: none !important;
	}
}

@-o-keyframes fadeOut {
	0% {
		background-color: #f2f2f2 !important;
	}

	100% {
		background-color: none !important;
	}
}

@-ms-keyframes fadeOut {
	0% {
		background-color: #f2f2f2 !important;
	}

	100% {
		background-color: none !important;
	}
}

.main-menu a {
	outline: none;
	font-size: 13px;
}

.size-38 {
	width: 32px;
	height: 32px;
}

.text-right{
	text-align:right !important;
}
body, label {
	color: #333 !important;
	font-weight: 700;
}
.main-menu.menu-light .navigation li a {
	color: #333 !important;
	font-weight: 500;
}
input::placeholder{
	color:#aaa !important;
}
.form-control, .select2-container--default .select2-selection--single .select2-selection__rendered, .form-select {
	color: #555 !important;
	font-weight: 500;
}
.main-menu.menu-light .navigation .navigation-header {
	color: #999 !important;
}