/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 
/*AJAX-LOADER*/
#loading {
    background: none no-repeat scroll 50% 50% rgba(220,220,220, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
}
#loading #fraseLoader {
    font-size: 14px;
	font-family: arial;
}
#loading #imagemLoader{
    margin-top: 20%;
}

.subtitulo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #696969
}
/*AJAX-LOADER*/


/*
 * Glyphicons
 *
 * Special styles for displaying the icons and their classes in the docs.
 */

.bs-glyphicons {
	padding-left: 0;
	padding-bottom: 1px;
	margin-bottom: 20px;
	list-style: none;
	overflow: hidden;
}
.bs-glyphicons li {
	float: left;
	width: 25%;
	height: 115px;
	padding: 10px;
	margin: 0 -1px -1px 0;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #ddd;
}
.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
}
.bs-glyphicons li:hover {
	background-color: rgba(86,61,124,.1);
}

@media (min-width: 768px) {
	.bs-glyphicons li {
		width: 16.5%;
	}
}
/*Glyphicons*/