@charset "UTF-8";

/* CSS Document */

/*
body
{
	background: url(assets/img/bg-5.png) repeat 0 0!important;
}
*/

/*
body.bg-1 
{
	background: #e8e8e8;
}

body.bg-2 {
	background: url(assets/img/bg-2.png) repeat 0 0;
}

body.bg-3 {
	background: url(assets/img/bg-3.png) repeat 0 0;
}

body.bg-4 {
	background: url(assets/img/bg-4.png) repeat 0 0;
}

body.bg-5 {
	background: url(assets/img/bg-5.png) repeat 0 0;
}*/

.space_top {
	padding-top: 20px;
}
.space_bottom {
	padding-bottom: 20px;
}
.table-scrollable {
	margin: 0;
	padding: 0;
}
.table-body-container {
	max-height: 270px;
	width: 100%;
	margin: 0;
	overflow-y: auto;
}
/* Box Dashboard */

.smallstat .title {
	color: #666666!important;
}
.info-box .quarters .quarter span {
	color: #666666!important;
}
.info-box .quarters .quarter {
	text-align: center!important;
}
.breadcrumb .choose-date {
	width: 500px!important;
}
.box-data {
	background: white;
	border: 1px solid #dbdee0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}


footer 
{
	background: #34383c;
	color: white;
	height: 30px;
	padding: 6px 0px 20px 20px!important;
	margin-top:4px!important;
	/*margin: 0!important;*/
	position: relative;
	z-index: 1;
	font-size: 12px;
}

/*
a.navbar-brand span 
{
	font-family: 'Kaushan Script',cursive;
	color: #fff;
	text-shadow: none;
	font-size:14px;
}

.navbar-brand 
{
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 18px;
}

.smallstat .value 
{
	font-size: 14px;
}


.sidebar-nav>ul 
{
	margin: -9px -25px;
	border: 0;
	padding-bottom: 1px;
	font-size: 13px;
	white-space: nowrap;
}*/

.navbar-brand 
{
	float: left;
	padding: 15px 15px;
	font-size: 14px;
	line-height: 15px;
}

.smallstat .value 
{
	font-size: 14px;
}

.sidebar-nav>ul 
{
	margin: -9px -25px;
	border: 0;
	padding-bottom: 1px;
	font-size: 13px;
	white-space: nowrap;
}

/*CSS para impressão*/

@media print 
{
	.no-print
	{
		display:none;
	}
	
	.box
	{
		width:100%;
	}
}