.bg-white {
	background-color: #fff
}

.bg-green {
	background-color: #7fdc16
}

.bg-red {
	background-color: #ff3021
}

.bg-orange {
	background-color: #ffb300
}

.bg-blue {
	background-color: #0095ff
}

.bg-blue-black {
	background-color: #1b3656
}

.bg-grey {
	background-color: #f1f1f1
}

.bg-blue-logo {
	color: #00a5e7
}

.filtro-selecionado {
	background-color: #0095ff;
	color: #fff
}

.bg-primary {
	background-color: #0095ff
}

.bg-success {
	background-color: #56bf34
}

.bg-secondary {
	background-color: #6c757d
}

.bg-danger {
	background-color: #ff3021
}

.bg-renew {
	background-color: purple
}

.bg-dark {
	background-color: #343a40
}

.bg-orange {
	background-color: #ff8b07
}

.lightblue {
	color: #0db6ff
}

.primary {
	color: #0095ff
}

.success {
	color: #56bf34
}

.secondary {
	color: #b1b1b1
}

.danger {
	color: #ff3021
}

.renew {
	color: purple
}

.dark {
	color: #343a40
}

.darkbluelogo {
	color: #000c4d
}

.colorWeb {
	background: linear-gradient(to right, rgba(0, 130, 255, 1) 0, rgba(0, 185, 255, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.border-3px-green {
	border-bottom: 3px solid #7fdc16
}

.border-3px-red {
	border-bottom: 3px solid #ff3021
}

.border-3px-orange {
	border-bottom: 3px solid #ffb300
}

.border-3px-blue {
	border-bottom: 3px solid #0095ff
}

.white {
	color: #fff
}

.blue {
	color: #0095ff
}

.green {
	color: #28a745
}

.red {
	color: #ff3021
}

.grey {
	color: #919191
}

.orange {
	color: #ff8b07
}

.fil10 {
	fill: #0095ff;
	transition: .3s
}

.redessociais>a:hover .fil10 {
	fill: #fff;
	transition: .3s
}

.fillButton {
	fill: #5d5d5d;
	fill-rule: nonzero
}

.fillButtonDisabled {
	fill: #a7a6a6;
	fill-rule: nonzero
}

.fillCheck {
	fill: #92ed00;
	fill-rule: nonzero
}

.fillBlue {
	fill: #0095ff;
	fill-rule: nonzero
}

.fillWhite {
	fill: #fff;
	fill-rule: nonzero
}

.fillExtrato {
	fill: #ff3021;
	fill-rule: evenodd
}

.fillMedia {
	fill: #ff3021;
	fill-rule: evenodd
}

.fillSolicitacao {
	fill: #0095ff;
	fill-rule: evenodd
}

.fillAtendimento {
	fill: #0095ff;
	fill-rule: evenodd
}

.fillAtivo {
	fill: #0095ff;
	fill-rule: evenodd
}

.fillCrescimento {
	fill: #ffb300;
	fill-rule: evenodd
}

.fillCredito {
	fill: #7fdc16;
	fill-rule: evenodd
}

.fillResumo {
	fill: #7fdc16;
	fill-rule: evenodd
}

.fillRed {
	fill: #f51900
}

.fillEvenodd {
	fill: #5d5d5d;
	fill-rule: evenodd
}

.status-success-filtro {
	background-color: #56bf34;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}

.status-primary-filtro {
	background-color: #0095ff;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}

.status-secondary-filtro {
	background-color: #b1b1b1;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}

.status-info-filtro {
	background-color: #17a2b8;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}

.status-warning-filtro {
	background-color: #ffc107;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}

.status-purple-filtro {
	background-color: purple;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}

.status-dark-filtro {
	background-color: #343a40;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}

.status-danger-filtro {
	background-color: #ff3021;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}

.status-orange-filtro {
	background-color: #ff8b07;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}

.status-green-filtro {
	background-color: green;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}

.status-renew-filtro {
	background-color: purple;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}

.status-dark-badge {
	text-align : center;
	font-weight: bold;
	background-color: #343a40;
	border-radius: 15px;
	margin-right: 5px;
	width: 110px;
	height: 23px;
	display: inline-block;
	color: #fff;
	padding-top: .1rem
}

.status-primary-badge {
	text-align : center;
	font-weight: bold;
	background-color: #0095ff;
	border-radius: 15px;
	margin-right: 5px;
	width: 110px;
	height: 23px;
	display: inline-block;
	color: #fff;
	padding-top: .1rem
}
.status-warning-badge {
	text-align : center;
	font-weight: bold;
	background-color: #e67e22;
	border-radius: 15px;
	margin-right: 5px;
	width: 110px;
	height: 23px;
	display: inline-block;
	color: #fff;
	padding-top: .1rem
}
.text-status-warning2 {
    color: #e67e22;
}
.status-danger-badge {
	font-weight: bold;
	text-align : center;
	background-color: #dc3545;
	border-radius: 15px;
	margin-right: 5px;
	width: 110px;
	height: 23px;
	display: inline-block;
	color: #fff;
	padding-top: .1rem
}
.status-success-badge {
	font-weight: bold;
	text-align : center;
	background-color: #56bf34;
	border-radius: 15px;
	margin-right: 5px;
	width: 110px;
	height: 23px;
	display: inline-block;
	color: #fff;
	padding-top: .1rem
}.text-status-primary{
    color:#3490dc
}
.text-status-dark{
	color: #343a40;
}
.text-status-danger{
    color:#dc3545
}
.text-status-secondary{
    color:#6c757d
}
.text-status-success{
    color:#56bf34
}
.text-status-orange{
    color:#ff8b07
}
.text-status-warning{
    color:#ffc107
}
.text-status-purple{
    color:purple
}
.text-status-green{
    color:green
}
.text-status-gold{
    color:#b08a00
}
.text-status-pix{
    color:#32bcad
}
.text-status-aprovado{
    color:#ac2674
}
.text-status-yellow{
    color:#dcd734
}
.status-pedidopendente-filtro {
	background-color: #e67e22;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}
.status-separacao-filtro {
	background-color: #343a40;
	border-radius: 50%;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	display: inline-block
}
