#summary .box-title {
	height: 2rem;
	display: table;
	width: 100%;
	margin-bottom: 1.5rem;
}

#summary .box-title h3 {
	text-transform: uppercase;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	display: table-cell;
	vertical-align: bottom;
}


#summary .box-body {
	border: solid 2px!important;
}

#summary .box-body.bg-informadb-blue p {
	color:#FFFFFF;
}


#summary .box-body hr {
    width: 80%;
    /* border-bottom: .8rem solid; */
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#summary .box-image {
	position: relative;
	top: -1rem;
	width: 50%;
	padding: 0 1rem;
	margin: auto;
	text-align: center;
	background: #FFFFFF;
}

#summary .box-image img {
	max-width: 100%;
}

#summary .box-body .value {
	text-align: center;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 800;
}

#summary .box-body .label {
	text-transform: uppercase;
	text-align: center;
	font-size: .8rem;
	line-height: 1;
}

#summary .box-qtd .label {
	margin-bottom: 0.5rem;
}


#tblUniverseVariations thead th,
#tblUniverseWeights thead th,
#tblBusinessFabricWeights thead th,
#tblBusinessFabricNetGrowth thead th {
	text-align: center;
	text-transform: uppercase;
}


#tblUniverseVariations th.img,
#tblUniverseWeights th.img,
#tblBusinessFabricWeights th.img,
#tblBusinessFabricNetGrowth th.img {
	width: 32px;
	text-align: center;
}


#tblUniverseVariations img,
#tblUniverseWeights img,
#tblBusinessFabricWeights img,
#tblBusinessFabricNetGrowth img {
	height: 24px;
	max-width: 100%;
}

#tblUniverseVariations thead td {
	width: 8%;
	color: #000000;
	font-size: .75rem;
}

#tblUniverseWeights thead td,
#tblBusinessFabricWeights thead td{
	width: 12%;
	color: #000000;
	font-size: .75rem;
}

#tblBusinessFabricNetGrowth thead td {
	width: 72%;
}

#tblUniverseVariations tbody th, #tblUniverseVariations tbody td,
#tblUniverseWeights tbody th, #tblUniverseWeights tbody td,
#tblBusinessFabricWeights tbody th, #tblBusinessFabricWeights tbody td,
#tblBusinessFabricNetGrowth tbody th, #tblBusinessFabricWeights tbody td{
	font-weight: 300;
	font-size: 1rem;
	vertical-align: middle;
	line-height: 1rem;
	border-bottom: 1px solid #939598 !important;
}

#tblUniverseVariations tbody tr:last-of-type th, #tblUniverseVariations tbody tr:last-of-type td,
#tblUniverseWeights tbody tr:last-of-type th, #tblUniverseWeights tbody tr:last-of-type td,
#tblBusinessFabricWeights tbody tr:last-of-type th, #tblBusinessFabricWeights tbody tr:last-of-type td,
#tblBusinessFabricNetGrowth tbody tr:last-of-type th, #tblBusinessFabricNetGrowth tbody tr:last-of-type td{
	border-bottom: none !important;
}

#tblUniverseVariations td:last-of-type,
#tblUniverseWeights td:last-of-type,
#tblBusinessFabricWeights td:last-of-type,
#tblBusinessFabricNetGrowth td:last-of-type {
	border-right: none !important;
}

#tblBusinessFabricNetGrowth td.bar {
	padding-top:.6rem;
}

#tblUniverseVariations tfoot th,
#tblUniverseWeights tfoot th,
#tblBusinessFabricWeights tfoot th,
#tblBusinessFabricNetGrowth foot th {
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: middle;
}

#tblUniverseVariations tfoot td,
#tblUniverseWeights tfoot td,
#tblBusinessFabricWeights tfoot td,
#tblBusinessFabricNetGrowth tfoot td {
	text-align: center;
	vertical-align: middle;
}

.progress {
	background-color: #FFFFFF;
	border-radius: 0;
	width: 80%;
}

.progress-bar {
	margin-right: .5rem;
}
/*
SM
 */
@media (min-width: 576px) {

}

/*
MD
 */
@media (min-width: 768px) {

}

/*
LG
 */
@media (min-width: 992px) {

}

/*
XL
 */
@media (min-width: 1200px) {

}
