@CHARSET "ISO-8859-1";

.divider {
	height: 1px;
	background: #E4E4E4;
	margin: 15px 0
}

.separador {
	width: 100%;
	height: 1px;
	margin: 20px 0;
	border-bottom: 1px dashed #ccc
}

.sup { 
	font-size: 0.83em;
    vertical-align: super;
    line-height: 0;
}

.lista-botoes {
	margin-bottom: 15px
}

.lista-botoes a, .lista-botoes button {
	margin-right: 10px
}

.pagination li a, .pagination li.disabled {
	background-color: #fff;
}

.pagination li a:hover {
	background-color: #fff;
}

/* ----- Loading icon ----- */

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}