/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.esLink {
}

.esLink:hover {
	cursor:pointer !important;
}

.rightText {
	text-align:right !important;
}

.textRight {
	text-align: right !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.textCenter {
	text-align: center !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}



.centerText {
	text-align: center !important;
}

.borderDer {
	border-right: 1px solid #808080;
}

.SoloImportes {
	/*
		el js, toma esta clase para procesarla y solo permitir numeros
	*/
	text-align: right !important;
}

.SoloNumeros {
	/*
		el js, toma esta clase para procesarla y solo permitir numeros
	*/
	text-align: right !important;
}

.nowrap {
	white-space: nowrap !important;
}

.opacidadLight {
	opacity: 0.5;
	color:black;
}

.ErrorValidacionDato {
	background-color:lightsalmon !important;
	border-color:red !important;
}

	.ErrorValidacionDato::-ms-expand {
		background-color: lightsalmon !important;
		border-color: red !important;
	}

	.ErrorValidacionDato:-moz-focusring {
		background-color: lightsalmon !important;
		border-color: red !important;
	}

	.ErrorValidacionDato:focus {
		background-color: lightsalmon !important;
		border-color: red !important;
	}

.WarningValidacionDato {
background-color: lightyellow !important;
border-color: red !important;
}

	.WarningValidacionDato::-ms-expand {
		background-color: lightyellow !important;
		border-color: red !important;
	}

	.WarningValidacionDato:-moz-focusring {
		background-color: lightyellow !important;
		border-color: red !important;
	}

	.WarningValidacionDato:focus {
		background-color: lightyellow !important;
		border-color: red !important;
	}

.bgImpresionLiquidaciones {
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}


.ImpresionCertificadoTop {
	width: 100%;
	border-bottom: 3px solid #025940;
	padding: 10px;
	vertical-align: bottom;
	text-align: center;
	color: #025940;
}

.ImpresionCertificadoTexto {
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.ImpresionCertificado {
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.ImpresionCertificadoColorTextoBlanco {
	color: #ffffff !important;
}


.ImpresionCertificadoColor1 {
	color: #025940;
}

.ImpresionCertificadoColor2 {
	color: #c0c0c0;
}

.ImpresionCertificadoTituloBg {
	background-color: #025940;
}

.ImpresionCertificadoTitulo {
	color: #ffffff;
	padding: 9px 2px 2px 2px;
	text-align: center;
	vertical-align: middle;
}

.ImpresionCertificadoBox {
	width: 100%;
	color: #000000;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

.ImpresionCertificadoBoxGris {
	width: 100%;
	color: #000000;
	margin: 5px 5px 5px 5px;
	padding: 0px 5px 5px 5px;
	border-bottom: 2px solid #c0c0c0;
	border-left: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
}

/* Liquidacion detail cards - Equal height component specific styling */
.liquidacion-cards-row {
    display: flex;
    flex-wrap: wrap;
}

/* Target only the liquidation cards */
.liquidacion-card {
    height: 100%;
}

/* Specific styling for liquidation card bodies */
.liquidacion-card-body {
    min-height: 580px;
    height: 580px;
    position: relative;
}

/* First two columns need flex layout */
.col-md-6 .liquidacion-card-body {
    display: flex;
    flex-direction: column;
}

.col-md-6 .liquidacion-card-body .row.flex-grow-1 {
    flex-grow: 1;
}

/* Timeline specific container */
.liquidacion-timeline {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    overflow-y: auto;
    padding-right: 5px;
}

/* Custom scrollbar just for the liquidation timeline */
.liquidacion-timeline::-webkit-scrollbar {
    width: 5px;
}

.liquidacion-timeline::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.liquidacion-timeline::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
}

.liquidacion-timeline::-webkit-scrollbar-thumb:hover {
    background: #7d7d7d;
}
