﻿.selu-bg {
	background: white;
}

.selu-headers-Proyectada { 
	background-color: #A5C4E9 !important;
}

.selu-headers-Real {
	background-color: #FCD5B4 !important;
}

.selu-headers {
	color: #333;
	text-transform: uppercase;
	background-color: white;
	font-weight: inherit;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;	
}

.selu-case-headers {
	color: #333;
	text-transform: initial;
	background-color: #cb938c;
	font-weight: inherit;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
}

.selu-headers-border {
	color: #333;
	text-transform: uppercase;
	background-color: #cb938c;
	font-weight: inherit;
	border: 1px solid #cccccc;
	border-left: none;
}

.selu-headers-border-noUppercase {
	color: #333;
	text-transform: none !important;
	background-color: #cb938c;
	font-weight: inherit;
	border: 1px solid #cccccc;
	border-left: none;
}


.selu-sub-headers {
	color: #333;
	text-transform: uppercase;
	background-color: #598ebf !important;
	font-weight: inherit;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
}

.selu-headers-noUppercase {
	color: #333;
	text-transform: none !important;
	background-color: #cb938c;
	font-weight: inherit;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
} 


.v-data-footer {
	text-transform: capitalize !important;
}

@media(max-width: 960px) {
	.margenMobile {
		position: relative !important;
		left: 35% !important;
		margin-bottom: 10px !important;
	}
}

.v-data-footer__pagination {
	text-transform: lowercase !important;
}

.color-rojo {
	color: red;
}

.v-messages__message {
	color: red;
}

.full-width{
	max-width: 100% !important;
}

* {
	font-family: "Poppins", sans-serif;
}

a > span {
	color: #cb938c;
}

.end-input input {
	text-align: end;
}
