body{
	font-family: 'Asap', sans-serif;
}

.anima { -webkit-transition: all 250ms ease-out; -moz-transition: all 250ms ease-out; transition: all 250ms ease-out; }

/* PRINT LINKS SEM HREF NA LATERAL */
a[href]:after { content: none !important; }

/* TAMANHO DOS CAMPOS */
.form-control { height: 41px; }

.form-group hr{
	margin-bottom:0;
}

/* BOTÃ•ES SEM UPPERCASE DO BOOTSTRAP.CSS */
.btn { text-transform: none; }

/* MARGENS ENTRE BOTOES NO SWEET ALERT */
.swal2-buttonswrapper button{ margin:0 7px; }

/* DAPICKER AJUSTE */
.datepicker{ padding: 4px 15px; }

/* CHECKBOX AWESOME */
.checkbox label::before{ height: 19px; width: 20px; }
.checkbox label::after{ top: 1px; }
.checkbox { padding-left: 20px; }

/* TITULOS INTERNOS E NO MODAL */
h1.page-header, .modal-title {
    font-family: 'Alegreya Sans', sans-serif;
    margin: 0;
    padding: 20px 0 0;
    border-bottom: none;
}
.modal-title{ padding-top: 0 }

/* BOTOES DO TITULO */
.buttonsHeader{ padding-top: 18px; }
.buttonsHeader a{ margin-bottom: 10px; }

/* CLIENTE SIDEBAR */
#side-menu .logo{ background: #FFF; }

/* NAV TOPO */
.navbar-top-links hr{ margin:3px 0; }
.navbar-top-links #nameUser { display: inline-flex; }
.navbar-top-links #nameUser span { max-width: 110px; overflow: hidden; text-overflow: ellipsis; display: inline-block; white-space: nowrap; }

/* LOGO PAINEL */
.sidebar .copy { display:none; }
.sidebar .copy img { width: 140px }

/* NAV SIDEBAR */
@media (min-width: 768px) {
	.sidebar {
    	position: fixed;
    	z-index: 2;
    	margin-top: 0;
    	height: 100vh;
    	box-shadow: rgba(0, 0, 0, 0.12) 1px 0px 9px;
    	border-right: 1px solid #fff;
	}

	.sidebar .copy.text-center {
		position: absolute;
    	bottom: 25px;
    	left: 0;
    	width: 100%;
		display:block;
	}
}

/* SORTABLE PLACEHOLDER */
.ui-sortable-placeholder{
	background-color: #0046A5!important;
	visibility: visible!important;
	display: block;
	border: dashed 1px #FFFFFF!important;
}

/* MARGEM DE SEGURANCA DO CONTEUDO */
div#page-wrapper { padding-bottom: 20px; }

h1.small {font-size: 23px;margin-top: 5px;margin-bottom: 0px;}
div.small hr { margin:5px 0 20px }
/* HELPERS */
h1 small, h2 small, h3 small, h4 small{ display: block; padding: 5px 1px; }
h1.page-header small{ font-size: 16px; }

/* SLIDER */
.formSlider .col{
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	border: solid 1px #dfdfdf;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	background: #fff;
}

.formSlider .overlay a{
	top: 50%;
    opacity: 1!important;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}

.formSlider .overlay{
	position: absolute;
	z-index: 4;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(251, 234, 234, 0.73);
	display: none;
}


.result-ordem, .result-drop { position: fixed; width: width:100%; bottom: 0px; right: 0px; z-index: 4; }

@media (min-width: 768px) {
	.result-ordem, .result-drop {width:calc(100% - 250px);}
}


/* GALERIA INTERNA */
.uploadGal .badge{
	display: none!important;
}

.uploadGal .bootstrap-filestyle{
	width: 100%;
	display: block;
}

.uploadGal .imgPrev{
	width: 180px; 
	margin: 10px!important;
	margin-bottom: 10px!important; 
	margin: 0 auto; 
	height: 150px; 
	background-position: center center; 
	background-repeat: no-repeat;
	background-color: #ECF0F1; 
	border: solid 2px #DCE4EC; 
	background-size: contain;
	position: relative;
}
.uploadGal .imgPrev i{
	font-size: 40px;
	padding-top: 50px;
}

@media(max-width: 1100px){
	.imgPrev{
		padding: 20px!important;
		width: 100%!important;
		background-size: cover!important;
	}
}	




.bootstrap-filestyle span.buttonText {
    padding-left: 5px;
}

.flags img{
	width: 25px; margin-right: 3px; 
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
	border: solid 1px #dfdfdf;
}
.flags img.active{
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
}
.flags:hover img{
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
}	

#tableList td {
    vertical-align: middle;
}

tags-input .tags {
    border: 0 !important;
    box-shadow: none !important;
}

tags-input.form-control {padding: 4px 7px 0;}

.auto_grow{
	min-height: 80px;
}