body{
	background: #eeeeee;
}
body.popup,
body.popup .main-wrapper,
body.popup .page-wrapper{
	background: #FFF !important;
}
body.popup .page-wrapper{
	margin:0 !important;
}
body.popup .main-wrapper{
	margin-top:-70px !important;
}
body.popup .container-fluid{
	padding:0 !important;
}

.uppercase{text-transform: uppercase;}
.lowercase,input[type=url]{text-transform: lowercase;}
input[type=number],input.moeda{text-align:right;}

.sidebar-nav .has-arrow:after{
	top:15px !important;
}
.sidebar-nav [data-level="2"]{
	margin-left: 20px !important;
}
.scroll-sidebar{
	overflow:hidden !important;
}
.scroll-sidebar:hover {
	overflow-y:auto !important;
}
.scroll-sidebar::-webkit-scrollbar {
	width: 10px !important;
}

.scroll-sidebar::-webkit-scrollbar-track {
	border-radius: 10px !important;
	background-color: transparent !important;
}

.scroll-sidebar::-webkit-scrollbar-thumb {
	border-radius: 10px !important;
	background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.5)) !important;
}

.scroll-sidebar::-webkit-scrollbar-corner {
	background-color: transparent !important;
	border-color: transparent !important;
}


.page-wrapper{
	margin-top:65px !important;
}
.sidebar-nav ul .sidebar-item .sidebar-link i {
	font-size: 14px !important;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
	padding: 6px 0 6px 6px !important;
}
.sidebar-nav ul.first-level .sidebar-item .sidebar-link {
	padding: 6px 0 6px 32px !important;
}
.select2{
	width:100% !important;
}
.select2-selection--single{
	height:35px !important;
}
.select2-selection__rendered{
	line-height:35px !important;
}
.select2-selection__arrow b{
	margin-top:-6px !important
}

.preloader{
	background: rgb(0,0,0,0.7) !important;
}
.custom-control-label:after,
.custom-control-label:before {
	top: 0.15rem;
	left: -1.2rem;
}
#main-wrapper.mini-sidebar .topbar .top-navbar .navbar-header,
#main-wrapper.mini-sidebar .left-sidebar:not(:hover){
	width:50px !important;
	transition: all 0.3s ease;
}
#main-wrapper.mini-sidebar .topbar .top-navbar .navbar-header.expand-logo,
#main-wrapper.mini-sidebar .left-sidebar:hover{
	width:250px !important;
	transition: all 0.3s ease;
}
#main-wrapper.mini-sidebar .left-sidebar:not(:hover) .collapse{
	display:none;
	transition: all 0.3s ease;
}
#main-wrapper.mini-sidebar .left-sidebar:hover .selected .collapse{
	/*display:block;*/
	transition: all 0.3s ease;
}

.toast {
	max-width: 100% !important;
}

.btn:disabled{
	cursor:not-allowed !important;
}
#main-wrapper {
	overflow: initial;
}


th.position-sticky{
	top:63px;
	z-index: 9;
}
.popup th.position-sticky{
	top:-1px;
}
tr.filter .position-sticky{
	top:100px;
	z-index: 8;
}
.popup tr.filter .position-sticky{
	top:36px;
}
tfoot .position-sticky{
	bottom:0;
}

th .orden{
	color:#ccd1d6 !important;
}
th.ASC .orden-up,
th.DESC .orden-down{
	color:#3E5569 !important;
}
.table td.date,.table td.datetime{
	text-align:center;
}
.table td.int,.table td.decimal,.table td.bigint{
	text-align:right;
	white-space: nowrap;
}

.table .position-sticky:after,
.table .position-sticky:before{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
}
thead .position-sticky:after{
	bottom: -1px;
	border-bottom: 1px solid #dee2e6;
}
tfoot .position-sticky:after{
	top: -1px;
	border-top: 1px solid #dee2e6;
}


.cursor-pointer{
	cursor: pointer;
}
.cursor-move{
	cursor: move;
}


.btn-pdf,.btn-pdf *{
	color:var(--red);
	background-color:transparent;
	font-size:20px;
}
.btn-pdf:hover,.btn-pdf:hover *{
	color:#fff;
	background-color:var(--red);
}
.btn-xlsx,.btn-xlsx *{
	color:#007E33;
	background-color:transparent;
	font-size:20px;
}
.btn-xlsx:hover,.btn-xlsx:hover *{
	color:#fff;
	background-color:#007E33;
}
.btn-csv,.btn-csv *{
	color:var(--green);
	background-color:transparent;
	font-size:20px;
}
.btn-csv:hover,.btn-csv:hover *{
	color:#fff;
	background-color:var(--green);

}

.table tbody .btn{
	margin:0 1px 0 1px !important;
	padding:0 !important;
}


	
.chosen-container,.chosen-choices,.chosen-single{
    display: block !important;
    width: 100% !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    color: #4f5467 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #e9ecef !important;
    border-radius: 2px !important;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
    min-height: calc(1.5em + .75rem + 2px) !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
	box-shadow: 0 0 black !important;
}
.chosen-container{
	border:0 !important;
}
.chosen-choices,.chosen-single{
	background: #FFF !important;
}
.chosen-single{
    padding-top: 6px !important;
}
.search-choice{
    background: #2255a4 !important;
    border-color: #2255a4 !important;
    color: #fff !important;
	-webkit-box-shadow: 0 0 black !important;
    box-shadow: 0 0 black !important;
	font-size:14px;
	font-family: "Nunito Sans",sans-serif;
	padding: 6px 20px 6px 5px !important;
}
.chosen-container-multi .search-choice-close{
	filter:  brightness(0) invert(1);
	margin-top: 3px;
}
.chosen-results{
	font-family: "Nunito Sans",sans-serif;
}
.chosen-results .result-selected{
	background:#ddd !important;
	color:#3E5569 !important;
}
.chosen-results .highlighted{
	background:#5897FB !important;
}
.chosen-single .search-choice-close{
	margin-top:5px;
}
.chosen-single div{
	padding-top:4px;
}
.chosen-container.is-invalid,.chosen-choices.is-invalid,.chosen-single.is-invalid{
	border-color: var(--danger) !important;
}

@media only screen and (min-width: 600px) {
	.table-responsive{
		overflow-x: initial !important;
	}
}
@media only screen and (max-width: 599px) {
	.table-responsive .position-sticky{
		position: initial !important;
	}
}


.modal-popup{
	max-width: 90vw !important;
	max-height: 85vh !important;
	height: 85vh !important;
}
.modal-popup .modal-content{
	height:100% !important;
}

.page-wrapper .d-none{
    display: none!important;
}


.topbar{
	z-index:1000;
}

.nav .badge{line-height:1 !important;}

.lcs_switch.lcs_off:not(.lcs_disabled) {
    background: #CC0000;
}

.modal-body{
	display: flex;
}