/* CSS Document */
textarea,
select,
input,
.well,
.dropdown-menu,
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span,
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span,
.btn{
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.btn{
	border-color:#c5c5c5 !important;
}

.btn-info{
	border-color:#2f96b4 #2f96b4 #1f6377 !important;
}

.btn-success{
	border-color:#51a351 #51a351 #387038 !important;
}

.btn-danger{
	border-color:#bd362f #bd362f #802420 !important;	
}

.btn-warning{
	border-color:#f89406 #f89406 #ad6704 !important;	
}

/* STATS LISTINGS */
.stats{
    float: left;
    background-color: rgba(255, 192, 0, 0.52);
    color: #510e00;
    margin-left: 20px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ffc000;
    margin-top: -3px;
    line-height: 15px;
}

.stats > div{
	display:inline-block;
}

.stats .iconeStats{
    display: inline-block;
    position: relative;
    top: 6px;
    line-height: 23px;
}

.stats .iconeStats i{
	font-size:27px;
	line-height: 4px;
}

.stats .totalHT{
    display: inline-block;
}

