.captcha {
	/* background-color: #d23519; */
	background-color: #e30606;
	color: #fff;
	border-radius: 10%;
	margin-top: 89px;
	padding: 6px;
	font-size: 22px;
}
.card-header{
	background-color: #003f88 !important;
	color: #fff;
    font-size: 14px !important;
    font-weight: bold;
}
.card-header-red{
	background-color: #FF3D60 !important;
	color: #fff;
    font-size: 14px !important;
    font-weight: bold;
	padding: 12px;
}
.card-header-green{
	background-color: #1CBB8C !important;
	color: #fff;
    font-size: 14px !important;
    font-weight: bold;
	padding: 12px;
}
.card-header-yellow{
	background-color: #FBC02D !important;
	color: #fff;
    font-size: 14px !important;
    font-weight: bold;
	padding: 12px;
}
.modal-header{
	background-color: #003f88 !important;
	color: #fff;
    font-size: 14px !important;
    font-weight: bold;
}
.modal-title{
	color: #fff;
	padding-bottom: 15px;
}
.head-table-green {
	background-color: #1CBB8C;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
.head-table-red {
	background-color: #FF3D60;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
.head-table {
	background-color: #003f88;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
th {
	padding: 6px !important;
}
tr {
	padding: 5px !important;
}
td {
	padding: 3px !important;
}
.table-body tr td {
	font-size: 8px !important;
}
tr,td {
    font-size: 13.5px;
}

/* STEP WIZARD */
.stepwizard-step p {
	margin-top: 0px;
	color: rgb(36, 36, 36);
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
	opacity: 1 !important;
	color: #fff;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-index: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
.text-rata{
	text-align: justify !important;
}