﻿.charts-icons {
    font-size: 58px;
    color:black;
    opacity: 0.10;
}

.card-footer-info {
	color: deepskyblue;
}

.card-footer-primary {
	color: deepskyblue;
}

.card-footer-success {
    color:darkgreen
}

.card-footer-warning {
    color:darkgoldenrod;
}

.card-footer-danger {
    color:brown;
}

.bg-concluido {
    color: rgb(255, 99, 132);
}

.bg-emandamento {
    color: rgb(54, 162, 235);
}

.text-second {
    color: white;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.ui-menu .ui.menu-item a {
	background:white;
}

.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
	:before {
		content: '';
		background: linear-gradient(to right, transparent, #818078, transparent);
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 1px;
	}
	&:after {
		content: attr(data-content);
		position: relative;
		display: inline-block;
		color: black;
		padding: 0 .5em;
		line-height: 1.5em;
		color: #818078;
		background-color: #fcfcfa;
	}
}
