﻿@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeOut {
	100% {
		opacity: 1;
	}

	0% {
		opacity: 0;
	}
}

/* Nimbus Sans L Regular */
@font-face {
	font-family: 'Nimbus Sans L';
	src: url('/css/nimbus/NimbusSanL-Reg.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

/* Nimbus Sans L Bold */
@font-face {
	font-family: 'Nimbus Sans L';
	src: url('/css/nimbus/nimbus-sans-l.bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

/* Nimbus Sans L Bold Italic */
@font-face {
	font-family: 'Nimbus Sans L';
	src: url('/css/nimbus/nimbus-sans-l.bold-italic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
}

/* Nimbus Sans L Regular Italic */
@font-face {
	font-family: 'Nimbus Sans L';
	src: url('/css/nimbus/nimbus-sans-l.regular-italic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
}

/* Nimbus Sans DOT Regular */
@font-face {
	font-family: 'Nimbus Sans DOT';
	src: url('/css/nimbus/NimbusSansDOT-Regu.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

/* Nimbus Sans DOT Light */
@font-face {
	font-family: 'Nimbus Sans DOT';
	src: url('/css/nimbus/NimbusSansDOT-Ligh.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

html, body {
	display: flex !important;
	flex-direction: column;
	margin: 0px;
	padding: 0px;
	height: 100vh;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 100%;
	font-family: 'Nimbus Sans L';
	overflow-x: hidden;
	overflow-y: auto;
}

content {
	flex: 1 0 auto;
}

h1 {
	color: #DB4426;
	font-family: 'Nimbus Sans L';
	font-size: 28px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.10000000149011612px;
	text-align: left;
}
h2 {
	font-family: 'Nimbus Sans L';
	font-size: 15px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.10000000149011612px;
	text-align: left;
}
h3 {
	text-decoration: underline;
	font-family: 'Nimbus Sans L';
	font-size: 12px;
	line-height: 30px;
	display: flex;
	justify-content: center;
}
h4 {
	color: #DB4426;
	font-family: 'Nimbus Sans L';
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.10000000149011612px;
	text-align: left;
}
h5 {
	font-size: 11px;
	color: #949494;
	align-items: center;
	display: flex;
}

a, .btn-link {
	color: #0366d6;
}

.form-check-input:checked {
	background-color: black;
	border-color: black;
}
.form-check-input {
	width: 16px;
	height: 16px;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}


.btnmenu, .btnmenu-active {
	height: 30px;
	font-size: 13.5px;
	text-align: left;
	border: 1px solid #F6F6F6;
	color: #A09E9E;
}

.btnmenu-active {
	background-color: #F5F5F5 !important;
	border: none;
	color: #0E0E0E;
}
	#app {
	display: flex;
	flex-direction: column;
	background: #F6F6F6;
}

.main .top-row {
	background-color: #DB4426 !important;
	justify-content: flex-end;
}

	.main .top-row > a, .main .top-row .btn-link {
		white-space: nowrap;
		margin-left: 1.5rem;
	}

	.main .top-row a:first-child {
		overflow: hidden;
		text-overflow: ellipsis;
	}

footer {
	width: 100vw;
	height: 30vh;
	background: #242428;
	color: #FFFFFF;
	flex-shrink: 0;
	padding: 0px 75px 0px 70px;
}

.footer-text {
	font-family: 'Nimbus Sans L';
	text-decoration: underline;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

.btnSecond {
	border: solid 0.8px #E5E5E5;
	color: #DB4426 !IMPORTANT;
	background-color: white !important;
	box-shadow: none !important;
}
.btnGuardar {
	background-color: #DB4426;
	border-radius: 20px;
	border: 1px solid #DB4426;
	color: #FFFFFF;
	font-family: 'Nimbus Sans L';
	font-size: 13.5px;
	font-weight: 400;
	line-height: 16.2px;
	text-align: center;
	width: 126px;
	height: 30px;
	gap: 6px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: auto;
	margin-left: auto;
}

.btnGuardar:hover {
	background-color: #BC3216;
}

.btnGuardar:disabled {
	background-color: #D0D0D0;
	border: 1px solid #D0D0D0;
	color: #F0EFEF;
}

.btnAtras {
	background-color: #FFFFFF;
	color: #5E5E5E;
	border-radius: 20px;
	border: 1px solid #D0D0D0;
	font-family: 'Nimbus Sans L';
	font-size: 13.5px;
	font-weight: 400;
	line-height: 16.2px;
	text-align: center;
	width: 126px;
	height: 30px;
	gap: 6px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: auto;
	margin-left: auto;
}
.btnIcon {
	background: transparent !important;
	border: none !important;
	padding: 0.4rem !important;
}

.btnlink {
	font-family: 'Nimbus Sans L';
	font-size: 11px;
	font-weight: 400;
	line-height: 13.2px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	background-color: white;
	border: none;
	color: #A5A4A4;
}

.btnCalculo {
	width: auto;
	height: 28px;
	background: transparent;
	border: 0.8px solid;
	border-radius: 3px;
	font-size: 13.5px;
}

.icon-small {
	font-size: 12px;
}

.main-content {
	flex: 1;
	padding: 20px;
}

.k-grid-toolbar {
	display: flex !important;
	justify-content: end !important;
	background: transparent !important;
	border: none !important;
}

.k-input, .k-picker, .k-list, .k-pager, .k-pager-input .k-numerictextbox {
	font-size: 12px !important;
}

	.k-pager .k-dropdownlist {
		width: min-content !important;
	}

.k-grid {
	border: none !important;
}

.k-grid-pager {
	border: none !important;
	background: transparent !important;
}

.k-picker-solid {
	background: white !important;
	box-shadow: none !important;
	height: 32px;
}

.k-grid .k-command-cell {
	text-align: right !important;
}

.k-input-solid:focus, .k-input-solid.k-focus {
	box-shadow: none !important;
	border-color: #E7E7E7 !important;
}

.sidebar .navbar-brand, .sidebar .navbar-brand:hover, .sidebar .navbar-brand:active {
	font-size: 3.7rem;
	padding-left: 25px;
	margin-bottom: 25px;
	max-width: 100%;
	color: #f7542e !important;
}

.sidebar .nav-item {
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
}

	.sidebar .nav-item:first-of-type {
		padding-top: 1rem;
	}

	.sidebar .nav-item:last-of-type {
		padding-bottom: 1rem;
	}

	.sidebar .nav-item a {
		color: #B7B6B6;
		border-radius: 4px;
		height: 3rem;
		display: flex;
		align-items: center;
		line-height: 3rem;
		stroke: #B7B6B6;
		fill: #B7B6B6;
	}

		.sidebar .nav-item a span {
			opacity: 0;
			transition: all .1s ease-in-out;
			line-height: 16.5px;
			font-size: 0.9rem;
		}

.sidebar:hover a span, .sidebar a:hover span {
	opacity: 1
}

.sidebar .nav-item a.active {
	color: #DB4426 !important;
	stroke: rgb(219, 68, 38);
	fill: #DB4426;
}

.sidebar .nav-item a:hover {
	background-color: rgb(113 113 113 / 10%);
	color: #DB4426;
	stroke: rgb(219, 68, 38);
	fill: #DB4426;
}

.sidebar {
	width: 70px;
	position: sticky;
	top: 0;
	margin-left: -10px;
	background: white;
	transition: all .1s ease-in-out;
}

.nav-link svg {
	flex-shrink: 0;
}

.sidebar:hover {
	min-width: max-content;
}


.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}




.validation-message {
	color: red;
}

#blazor-error-ui {
	background: lightyellow;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	width: 100%;
	z-index: 1000;
}

.form-control, .form-control:focus {
	box-shadow: none;
	border-color: #ced4da;
	height: 32px;
	font-size: 12px;
	font-family: 'Nimbus Sans L', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Nimbus Sans L", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.form-control:disabled {
	background-color: transparent !important;
}
		.invalid {
	outline: 1px solid red;
}

	.card {
	border-radius: 9px !important;
	box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.25) !important;
}

.k-grid {
	border: none;
}

	.k-table td, .k-grid th {
		font-size: 13.5px;
		font-family: 'Nimbus Sans L';
		background-color: white !important;
		color: #000000 !important;
		border-bottom: 1px solid #F2F2F2 !important;
		border-left: none !important;
		border-right: none !important;
	}

	.k-grid th {
		color: #949494 !important;
		font-size: 12.5px;
	}

#titulo {
	font-family: 'Nimbus Sans L', monospace;
}

.cuadro {
	border-radius: 7px;
	width: 25px;
	height: 25px;
	background-color: white;
}

.navbar {
	background: #DB4426;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #205375 !important;
}

.vertical-rule {
	border-right: 2px solid #333; /* Color de la línea y grosor */
	height: 80%; /* Ajusta la altura de la línea según tus necesidades */
}

.contenido-centrado {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sin-sombra {
	box-shadow: none !important
}

.espacionentre {
	padding: 5px 0px 5px 0px;
}

.autorizado {
	background: #DCF3EC;
	color: #0AB487;
}

.rechazadoC {
	background-color: #FADBDF;
	color: #C2041F;
}

.cierre {
	background: #DAEDF5;
	color: #0372D8;
}

.entregado {
	background: #E6DCF3;
	color: #5F0AB4;
}

.contrato {
	background: #FCD6F3;
	color: #C1008B;
}

.rechazadoPV {
	background-color: #FADBDF;
	color: #C2041F;
}

.draft {
	background: #ECECEC;
	color: #878787;
}

.poraprobar {
	background: #F9FAC6;
	color: #C1A200;
}

.not-visible {
	visibility: hidden;
}

.grid .k-grid-table tr:hover {
	cursor: pointer;
}
