/* Configuração dos Paineis */
.cards-area{
	margin: 0px;
	padding: 0px 0px;
}

.card{
	margin: 130px 0px 0px 0px;
	width: 100%;
	max-width: 400px;
	min-width: 218px;
}

.card-body{
	background-color: #ffffff;
	border: 1px solid #13335a;
	border-top: none;
	border-radius: 0px 0px 4px 4px;
}

.img-card{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.card-img-top{
	position: relative;
	height: auto;
	width: 100%;
}

.text-default-title-card{
	position: absolute;
	height: auto;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	color: #13335a;
	font-weight: 500;
}

.card-title{
	color: #13335a;
}

.card-text{
	color: #13335a;
}

.informacao{
	color: #555;
}

.card-info-danger{
	background-color: #ffe4c4;
	color: #000;
	text-align: justify;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 1px;
	margin: 10px 0px 0px 0px;
}

.card-info-warning{
	background-color: #ffffaa;
	color: #000;
	text-align: justify;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 1px;
	margin: 10px 0px 0px 0px;
}

.card-info-success{
	background-color: #90ee90;
	color: #000;
	text-align: justify;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 1px;
	margin: 10px 0px 0px 0px;
}

.info-certificado{
	margin: 10px 0px 0px 0px;
	padding: 5px;
	border: 2px dashed #ccc;
	border-radius: 4px;
	background-color: rgb(255, 252, 221);
}

.linha{
	margin: 8px 0px;
	border-bottom: 3px solid #42b9eb;
	border-radius: 3px;
}

.linha-tracejada{
	height: 1px;
	margin: 0px 0px 8px 0px;
	border: 1px dashed #42b9eb;
}

.linha-tracejada-cinza{
	height: 1px;
	margin: 5px 0px 5px 0px;
	border-top: 1px dashed #cccccc;
}

.btncard{
	margin-top: 10px;
	width: 100%;
}

.special-button{
	margin-top: 10px;
}




/* Configuração dos Botões adicionais para eventos de vários dias em um card */
/* Fechado */
.i-left01-red{
	margin: 0px;
	padding: 5px;
	background-color: #f3ead8;
	text-align: center;
	width: 100%;
	border-right: 2px solid #683439;
}

.i-right01-red{
	margin: 0px;
	padding: 5px;
	background-color: #f3ead8;
	text-align: left;
	width: 100%;
}

.i-txt01-red{
	color: #683439;
	font-weight: normal;
}

.i-d01-red{
	color: #d36834;
	font-size: large;
}

.i-t01-red{
	color: #683439;
	font-size: small;
}

/* Aberto */
.i-left01-blue{
	margin: 0px;
	padding: 5px;
	background-color: #d8e1f3;
	text-align: center;
	width: 100%;
	border-right: 2px solid #13335a;
}

.i-right01-blue{
	margin: 0px;
	padding: 5px;
	background-color: #d8e1f3;
	text-align: left;
	width: 100%;
}

.i-txt01-blue{
	color: #13335a;
	font-weight: normal;
}

.i-d01-blue{
	color: #42b9eb;
	font-size: large;
}

.i-t01-blue{
	color: #13335a;
	font-size: small;
}