
/* Itens Novos */

.card {
    background-color: white;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .102);
}

.card-shadow-heavy{
    box-shadow: 0px 8px 12px #091e4226, 0px 0px 1px #091e424f; !important;
}

.card-filtros .input-combinedd,
.card-filtros .input-combinedd .ui-inputfield,
.card-filtros .input-combinedd .ui-selectonemenu,
.card-filtros .input-combinedd .ui-selectcheckboxmenu,
.card-filtros .input-combinedd .form-control{
	background: aliceblue !important;
}

.cardBordaStatus {
    border-left: 4px solid;
}

.cardBordaInativo {
    border-left-color: red;
}

.cardBordaAtivo {
    border-left-color: green;
} 

.cardBordaUnknown {
    border-left-color: grey;
}

/* Itens Velhos */

.cardtable.cardtable-small {
	height: 40px;
}

.cardtable.cardtable-medium {
	height: 80px;
}

.cardtable.cardtable-big {
	height: 136px;
}

.cardtable {
	padding: 8px 0 8px 0;
	border-bottom: none !important;
}

.cardtable {
	border: 1px solid transparent;
	background: var(--branco-100);
	border-radius: 8px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .102);
}

.cardtable-black {
	border: 1px solid transparent;
	background: #26282E;
	border-radius: 8px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .102);
}

.cardtable-black-consulta {
	border: 1px solid transparent;
	background: #000000;
	border-radius: 8px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .102);
}


.cardtable-grey {
	border: 1px solid transparent;
	background: #eaeaea;
	border-radius: 8px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .102);
}

.cardtable-grey-consulta {
	border: 1px solid transparent;
	background: #9b9b9b;
	border-radius: 8px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .102);
}

.card-dashboard, .card-dashboard-acesso{
	background: transparent;
	padding: 8px;
}

.card-dashboard-acesso:hover{
	background-color: #4169e1;
	color: white;
	border-radius: 8px;
	cursor: pointer;
}

.card-dashboard-selected{
	background: rgb(54 59 67) !important;
    border-radius: 8px;
}

.link-card-dashboard:hover,
.link-card-dashboard:focus{
	text-decoration: none;
}

.card-day{
	padding: 8px;
    height: 60px;
    text-align: center;
    border-radius: 5px;
    background: black;
    min-width: 60px;
    display: flex;
    flex-wrap: wrap;
    color: white;
    justify-content: center;
    flex-direction: column;
}

.card-day span{
	display: block;
    font-size: 20px;
    line-height: 21px;
}

.display .cardtable .search-div {
	padding: 16px 20px 16px 20px;
}
.display .cardtable .table-itens .table-item {
	display: flex;
	padding: 16px 24px 16px 24px;
	border-bottom: solid 1px var(--branco-90);
}

.card-date {
	color: var(--branco-100);
	text-align: center;
	border: 2px solid #eee;
	border-radius: 8px;
	background-color: #eee !important;
	padding: 8px;
	margin: 0px 0px 0px 0px;
	font-weight: 500 !important;
	font-size: 16px !important;
}


.card-porcentagem-positivo{
	color: #4ba180 !important;
	font-weight: 400;
}
	
.card-porcentagem-negativo{
	color: red !important;
	font-weight: 400;
}

.cardtable-pages {
    font-size: 12px !important;
}

.cardatransacao-desc-footer {
    padding-top: 5px !important;
    font-size: 12px;
}

.cardtransacao-valor{
	text-align: right;
}

.cardtransacao{
	padding-bottom: 9px !important;
}
 
 .cards-title-dashboard{
 	font: normal normal normal 13px/14px Barlow;
 	letter-spacing: 0.48px;
	color: #504E4E;
	opacity: 1;
	margin-bottom: 5px;
 }
 
.cardtotal-valor {
	font-size: 25px;
	font-weight: 500;
}
  
.cardtotal-porcentagem{
	background: #e2fcef;
	border-radius: 10px;
	padding: 1px 10px;
	color: #4ba180;
}
 
.cardtable-central{
	/* padding: 12px 20px;  */
	padding: 20px;
	border: 1px solid transparent;
	background: white;
 	border-radius: 8px;
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, .102);
	box-sizing: border-box;
}

.cardtable-small {
	height: 200px;
}

.cardtable-large {
	height: 552px;
 }
 
.container-cardassets {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-top: 8px;
}
 
.container-cardassets-background {
    background: #f1f1f1;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
}

.cardassets-title {
    font-size: 11px;
    font-weight: 500;
}

.cardassets-valor {
    font-size: 14px;
    font-weight: 500;
}

.cardassets-porcentagem{
	color: #4ba180;
}

.cardassets-porcentagem-desc {
    color: #a8a8a8;
    font-size: 10px; 
    font-weight: 400;
}
	
.cardassets-desc-footer{
	color: #9d8fcc;
	text-align: center;
	padding: 10px 0 0;
	font-size: 10px;
	font-weight: bold;
}

.cardtabela-header {
    padding: 5px 0;
    height: 25px;
}

.cardtabela-header-item{
	color: #9699a2;
}

.cardtabela-background-odd{
	background: #f7fafb;
    height: 48.4px;
    display: grid;
    grid-template-columns: 1fr 107px 120px;
}

.cardtabela-background-odd:nth-child(even){
	background-color: #ecf1f7;
}

.cardtabela-background-odd:nth-child(odd){
	background-color: transparent;
}

.cardtabela-background-even{
	background: #ffffff;
	height: 40px;
	border-bottom: 1px solid #f2f2f4; 
}

.cardtabela-item{
	padding: 4px 0px 4px;
	color: #647990;
	opacity: 1;
	text-align: left;
	font: normal normal normal 13px/16px Barlow;
	letter-spacing: 0px;
}

.cardtabela-footer{
	height: 35px;
}

.card-title{
	font-size: 11px;
	font-weight: 500;
}

.card-subtitle{
	font-size: 11px;
	color: #7d8893;
	font-weight: 500;
}


.cardtable .selected{
    padding: 8px;
    margin: -16px;
    background: #363b43 !important;
    border-radius: 8px;
    color: white;
} 

.cardtable .selectedListagem{
    padding: 8px;
    margin: -16px;
    border-radius: 8px;
    background: #363b43!important;
    /*  border-left: solid 3px #ee5c36;*/
}

.cardtable .FormaPg .selected{
	padding: 8px;
    margin: -8px;
    background: #333 !important;
    border-radius: 8px;
    color: white !important;
}


.cardtable + .cardtable {
	/* margin-top: 8px; */
}


.desc-card-dashboard{
	font-size: 13px;
	color: black;
	text-decoration: underline;
    font-weight: 600;
}

a.desc-card-dashboard{
	text-decoration: none;
}


.label-card-listas{
	margin: 0;
	font-size: 11px !important;
}


.card-dashboard-acesso:hover .titulo-card-dashboard,
.card-dashboard-acesso:hover .desc-card-dashboard,
.card-dashboard-acesso:hover .valores-card-dashboard,
.card-dashboard-acesso:hover .tiny-info-lower,
.card-dashboard-acesso:hover .valores-card-dashboard,
.card-dashboard-acesso:hover .valores-card-listas-sub{
	color: white !important;
}

.card-dashboard label,
.card-dashboard .valores-card-dashboard {
	color: black;
}

.card-dashboard-selected label, .card-dashboard-selected span,
.card-dashboard-selected .valores-card-dashboard {
    text-align: left;
    font: normal normal bold 17px / 19px Barlow;
    letter-spacing: 0px;
    color: #F7F7F7;
    opacity: 1;
}

.card-dashboard-selected .title-data-dashboard {
    text-align: left;
    font: normal normal bold 21px / 19px Barlow;
    letter-spacing: 0px;
    color: #F7F7F7;
    opacity: 1;
}

.card-dashboard-selected{
	background: rgb(54 59 67) !important;
    border-radius: 8px;
}

.link-card-dashboard:hover,
.link-card-dashboard:focus{
	text-decoration: none;
}


.tagSituacaoCnpj {
	left: 372px;
    bottom: 108px;
    color: white;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px 4px 8px 4px;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    display: inline;
    line-height: 22px;
    width: 77px;
    height: 22px;
    background: #cb1919 !important;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
			
.tagSituacaoCnpjContainer{
	position: relative;
    top: -9px !important;
    left: 65px !important;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.card-dashboard .tagSituacaoCnpjContainer{
	top: -78px !important;
    left: 570px !important;
}

.visualizacao-card {
	display: grid;
	grid-template-columns: 24% 24% 24% 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}


.crud-cardtable {
	background: var(--branco-100);
	border-radius: 5px;
	padding: 20px;
}


@media ( max-height : 768px) {
	.card-dashboard .tagSituacaoCnpjContainer{
		top: -78px !important;
	    left: 439px !important;
	}
}

@media ( min-height : 1080px) {
	.card-dashboard .tagSituacaoCnpjContainer{
		top: -78px !important;
	    left: 651px !important;
	}
}


.search-card {
	padding: 24px;
    border-radius: 8px;
    background: var(--branco-100);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .102);
    position: fixed;
    top: 52px;
    left: 250px;
    width: 700px;
    overflow: auto;
    z-index: 9999999999;
}


.search-card .grid-columns-equal-size-line {
	display: grid;
	grid-auto-columns: 1fr 40px 1fr;
	grid-auto-flow: column;
	width: 100%;
}

.search-card .grid-columns-equal-size-line h1,
h2 {
	margin: 0;
}


.info-card {
	display: none;
	background-color: #000;
	color: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	width: 110px;
	text-align: center;
	z-index: 2;
	justify-content: center;
	align-items: content;
}

.info-card .arrow {
	border-style: solid;
	position: absolute;
	border-color: #c8c8c8 transparent transparent transparent;
	border-width: 8px 8px 0px 8px;
	bottom: -8px;
	left: 45px;
}


.card-produtos-selected {
    background: rgb(54 59 67) !important;
    border-radius: 8px;
}


.cardtotal-porcentagem{
	background: #e2fcef;
	border-radius: 10px;
	padding: 1px 10px;
	color: #4ba180;
}


.background-icons-cardtransacao {
    justify-content: center;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    align-items: center;
    display: flex;
}


.listCardVendedor{
    display: grid;
    align-items: center;
    border-bottom: 1px solid #eef0f6;
    padding: 6px 0 6px;
    grid-template-columns: 20px 1fr 95px;
    grid-gap: 6px;
}


.cardsVendedor .listCardVendedor:last-child{
	border: none !important;
}

.cardsVendedor{
	overflow-y: auto;
}


.cardtable-cliente .tagSituacaoCnpjContainer{
	top: -16px !important;
    left: 75px !important;
}

.search-card .principal-title {
	color: var(--cor-principal);
	font-size: 18px;
}

.search-card .section-title {
	font-size: 14px;
	color: var(--cor-principal);
}

.search-card .info {
	font-size: 14px;
}

.search-card .sub-info {
	font-size: 12px;
}

.flutuant-menu .info-text-title {
	font-size: 10px;
}

.flutuant-menu .info-text-subtitle {
	font-size: 14px;
	font-weight: bold;
}


.flutuant-menu .subtitle-person {
	font-weight: bold;
	font-size: 12px;
}

.flutuant-menu .title-person {
	color: #939393;
	font-weight: 500;
	font-size: 12px;
}


 /* informacoes tit e ped */
.card-info-pedido{
    background: #cfe0f1;
    color: #0073ea !important;
    padding: 0px 5px;
    border-radius: 8px;
    width: fit-content;
    font-weight: 500;
    font-size: 13px;
}
.card-info-pedido.card-info-titulo{
    background: #fccec5;
    color: #c47571 !important;
}

.card.card-red{
    border: 1px solid red;
}

 /* container PJ PF */
.legenda-tipo-cliente{
    background: deepskyblue;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.legenda-tipo-cliente.legenda-red{
    background: red;
}

.legenda-tipo-cliente.legenda-purple{
    background: purple;
}

