/*-----------------------------------------------------------------------------------*/
/*	PRELOADER INTERNO
/*-----------------------------------------------------------------------------------*/
.loader-interno {
	border: 5px solid #f3f3f3; 
	border-top: 5px solid #e26262; 
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin:10px;
	animation: spin 1s linear infinite;
}
.loader-interno-hidden{
	display: none; 
}
.loader-interno-show{
	display: block; 
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/*-----------------------------------------------------------------------------------*/
/*	NEW PRELOADER
/*-----------------------------------------------------------------------------------*/
.new_preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20% 0;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 999;
	text-align: center;
}
.loader {
	border: 5px solid #f3f3f3; 
	border-top: 5px solid #e26262; 
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin:10px;
	animation: spin 1s linear infinite;
	float: none;
	margin:  auto;
}
.loder-hidden{
	display: none; 
}
.loder-show{
	display: block; 
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.cinza-claro {
	background: #eeeeee;
}

.divfundo {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	background-image: url(../../img/fundo_login.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	opacity: 0.3;			
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;		
}

.vermelho {
	color: #c7254e !important;
}

.div-table-button {
	display: table; 
	float: left; 
	margin-right: 5px;
}

.largura100 {
	width: 100%;
}

@media screen and (max-width: 900px) {
	.ocultar-mobile-table {
		display: none;
	}
}
@media screen and (min-width: 900px) {
	.ocultar-mobile-table {
		display: table-cell;
	}
}

.barra-boleto {
	border-radius: 5px;
	padding: 12px;
	box-sizing: border-box;
}
.barra-texto {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.barra-texto i {
	color: #ffffff;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}
.barra-texto-img {
	width: 60px;
	height: 60px;
}
#mapa iframe {
	width:100%;
	height:460px;
	background-color:#FFF;
	border-radius:8px;
}

#sortable_imagem { 
    list-style: none; 
    text-align: left; 
    margin:0px;
    padding:0px;
}
#sortable_imagem div { 
    display:block;
    width:100%;
    height: auto; 
    margin: 15px 0;
    background-color: #e6e6e6;
    background-image: linear-gradient(to right, #bdbdbd , #ffffff);
    border: 1px solid #cbcbcc;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}
#sortable_imagem div span {
    vertical-align:central;
    width: 100%;
    height: auto;
    cursor: move;
    display: table;
}
#sortable_imagem img { 
    height: 100px;
    width: auto;
    border-right: 5px;
    float: left;
}
#sortable_imagem div span p { 
    font-size: 12px;
    margin: 0px;
    float: left;
    color: #6f6f6f;
    line-height: 12px;
}

.iconeAnuncioHome {
	width: 50px;
	height: 50px;
	margin: 0 0 10px 0;
	background-color: #d6d6d6;
	border-radius: 50%;
	background-position: center center;
	background-size: auto 110%;
	background-repeat: no-repeat;
}
