.White {
	color: white;
}

/* BACKGROUNS 1 */
body,
.Modal {
	background-color: #fff;
}


/* BACKGROUNS 2 */
.Conteudo .card,
.DivSteps,
.DivSteps .progressbar li:before,
.Header .DivMenuRight .DivNotification .Notification,
nav,
nav .BtnIcones,
.Show_Nav,
.custom-select.opened .custom-options,
.DataList,
.Header .DivMenuRight .DivPerfil .Profile,
.cd-multi-steps.text-center li.next > *{
	background-color: #fff;
}


/* BACKGROUNS 3 */
.form-control,
.form-control:focus,
.form-control:disabled,
.SelectProduto .ddcommon,
.custom-select-wrapper,
.quantity input,
.customform-control,
.TextareaObs,
.custom-option:hover,
.custom-option.selection,
.dd .ddChild li {
	background-color: #f7f7f7;
}


/* COLORS TXT 1 */
.HeaderColor,
.quantity-button,
.Conteudo .Resumo .Titulo,
.Conteudo .Resumo .Texto,
.FormMaterial input.filled ~ label,
.FormMaterial input:focus ~ label,
.LabelSelectMaterial,
.quantity label,
.Btn_Text_1,
.Btn_Text_2 {
	color: #00a5c9!important;
}


/* COLORS TEXT 2 */
.TextColor,
.form-control,
.form-control:focus,
.form-control:disabled,
.form-control::placeholder,
.SelectProduto .ddcommon,
.quantity input,
.customform-control,
.custom-select-trigger,
.TextareaObs,
.FormMaterial label,
.SelectProduto .ddcommon input.text,
.ddTitleText .ddlabel,
.MudarCor_NomeServicos,
.dd .ddChild li .description,
.dd .ddChild li .valor,
.DataList li,
nav .Submenu .ItemMenu:hover,
.Btn_Text_1:hover,
.Btn_Text_1:focus,
.Btn_Text_2:hover,
.Btn_Text_2:focus {
	color: #000000;
}




/* BORDER 1 */
.form-control,
.form-control:focus,
.form-control:disabled,
.SelectProduto .ddcommon,
.quantity input,
.customform-control,
.TextareaObs,
.custom-select-wrapper,
.custom-options,
.ddChild li,
.DataList {
	border: 1px solid #e5e5e5;
	
}















.Conteudo .card-body .card-line {
	background-color: rgba(0,0,0,0.10);
}





.DivSteps {
	border-bottom: 1px solid rgba(0,165,201,0.50);
}

.DivSteps .progressbar li:after {
	background-color: rgba(0,165,201,0.10)!important;
}

.DivSteps .progressbar li.active + li:after {
	background-color: rgba(0,165,201,1.0)!important
}







.quantity-button.quantity-up,
.custom-option,
.DataList li {
	border-bottom: 1px solid #e5e5e5;
}

.quantity-button {
	border-left: 1px solid #e5e5e5;
}





.TabelaItensPedido th,
.TabelaItensPedido td,
.Modal .TableModal th,
.Modal .TableModal td {
	background-color: rgba(0,0,0,0.04);
}

nav .BtnIcones,
.Show_Nav {
	border-right:  1px solid rgba(0,0,0,0.15);
}




.Conteudo .Resumo .BordaRight {
	border-right: 1px solid rgba(0,0,0,0.10);
}
@media (max-width: 450px) {
	.Conteudo .Resumo .BordaRight {
		border-right: 0px solid rgba(0,0,0,0.10);
		border-bottom: 1px solid rgba(0,0,0,0.10);
	}
}









.OverlayMenuMobile {
	background: rgba(255,255,255,0.0);
}

.Show_OverlayMenuMobile {
	background: rgba(255,255,255,0.80)!important;
}
