/*
 * Sistema de lead - Unifor
 *
 * By: Paulo Costa - paulocosta@unifor.br
 *
 */

/*---- PADDING ----*/
.no-pd {
	padding: 0;
}

.no-pd-l {
	padding-left: 0;
}

.no-pd-r {
	padding-right: 0;
}

.no-pd-b {
	padding-bottom: 0;
}

.no-pd-t {
	padding-top: 0;
}

.pd-10 {
	padding: 10px;
}

.pd-t-10 {
	padding-top: 10px !important;
}

.pd-l-15 {
	padding-left: 15px;
}

/*---- BORDER ----*/
.no-bd {
	border: none !important;
}

.no-bd-l {
	border-left: none;
}

.no-bd-r {
	border-right: none;
}

.no-bd-radius {
	border-radius: unset !important;
}

/*---- COLOR ----*/
.bl-clr {
	color: #337ab7 !important;
}

.hover-red:hover {
	color: #e74e3d !important;
}

.red-clr {
	color: #e74e3d !important;
}

.gr-clr {
	color: green !important;
}

.gr-success-clr {
	color: #28a745 !important;
}

/*---- FONTS ----*/
.size-16 {
	font-size: 16px !important;
}

/*---- MARGINS ----*/
.mg-10 {
	margin: 10px !important;
}