﻿.charts-icons {
    font-size: 58px;
    color:black;
    opacity: 0.25;
}

.popover {
	max-width: 406.6px;
	min-width: 406.6px;
	border-radius: 6px;
	border: none;
	box-shadow: 0 0 6px 1px #eee;
}

.button-avatar {
	background-color: Transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline: none;
}

.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;
}

.text-primary {
	color:cornflowerblue
}

.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;
	}
}