@charset "utf-8";
/* CSS Document */

@import url('generales.css');

p {
	margin-bottom: .5em;
}

.input-group {
	margin-bottom: .3rem;
}

.input-group > .alert-danger {
	display: flex;
	width: inherit;
}

.alert {
	border-radius: 5px !important;
}

.text-middle {
	padding-left: .5em;
  	padding-top: .6em;
}

.txtTachado {
	text-decoration: line-through;
	color: #FF0000;
}

/* Header */
.div-header {
	margin-left: 1rem !important;
	margin-right: .5rem !important;
	margin-top: 1rem !important;
}

/* Menu */

.menu {
	background-color: #97a543;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 2em;
}

.menu .navbar-nav {
	margin-right: 10px;
}

@media (max-width: 992px) {
	.menu .button-toggler {
		text-align: right;
		width: 100%;
	}
}

.menu .navbar-nav .menu-title {
	padding-left: 10px;
	padding-right: 10px;
}

.menu .navbar-nav .menu-title:first-child {
	padding-left: 15px;
}

.menu .button-toggler .navbar-toggler {
	background-color: #fff;
}

.menu .navbar-nav > li > a {
	color: #000 !important;
	font-size: 15px;
}

.menu .dropdown-menu {
	background-color: #ffd87d !important;
	font-size: 14px;
}

.menu .dropdown-submenu .dropdown-item i {
	font-size: 12px;
	float: right;
}

.menu .dropdown-submenu .dropdown-menu {
	border-radius: 0 6px 6px 6px;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	top: 0;
}

/* Table */
table .td-ids {
	text-align: center;
	width: 70px;
}

.table-responsive .table tr:hover {
	background-color:#EDF3FE;
}

/* Form */
input:disabled,
.readonly,
input[readonly],
input[readonly]:focus {
  background-color: #F5F5F5;
  opacity: 1;
}

.form-control[disabled],
.readonly,
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  pointer-events: auto;
}

.form-control.failed {
	margin-bottom: .3em;
}

/* Propiedad / Liquidacion Resumen */
.tr-detalle-propiedad .ocultaTDMiembros {
	padding: 0 2rem .5em !important;
}

.tr-detalle-liq-resumen .ocultaTDMiembros {
	padding: 0 2rem .5rem 2rem !important;
}

.tr-detalle-liq-resumen td h4,
.tr-detalle-propiedad td h4 {
	font-size: 18px;
	padding: 1rem 0;
	text-align: center;
}

/* Grupo */
.table-responsive .table #tableMiembros {
	max-width: 100%;
	margin-bottom: 20px;
	width: 100%;
}

.table-responsive .table #tableMiembros tr:hover {
	background-color: transparent;
}

/* Tabs */
.nav-tabs a.nav-link,
.nav-tabs button.nav-link {
	color: #000;
}

.nav-tabs a.nav-link:hover:not(.active),
.nav-tabs button.nav-link:hover:not(.active) {
	background-color: #eee;
	border-color: #eee #eee #ddd;
	color: #84c225;
}

/* Miembros */
.div_arrendador_1 .hr-margin {
	margin: 2em 0;
}

/* Grupo */
.tr-detalle-grupoL .tableSubDetalleULG {
	padding: 1rem 3rem !important; 
}

/* HR */
.hr-margin {
	margin: 3em 0;
}

/* AP / Liquidacion */

.avisoPago h3,
.liquidacion h3 {
	font-size: 20px;
    margin-bottom: 1rem;
	margin-top: .5rem;
	text-transform: capitalize;
}

.avisoPago .btn-agregar-item,
.liquidacion .btn-agregar-item {
	min-width: 32px;
	padding: .1em 0 0 0;
	text-align: center;
}

.avisoPago #divLadoIzq.col-1,
.liquidacion #divLadoIzq.col-1 {
	max-width: 30px;
}

.avisoPago #divLadoIzq .div-collapse:not(.visible),
.liquidacion #divLadoIzq .div-collapse:not(.visible) {
	visibility: hidden;
}

.avisoPago #divLadoIzq .div-collapse,
.liquidacion #divLadoIzq .div-collapse {
	border: 1px solid #ccc;
	border-right: 0;
	height: 100%;
	padding: 1em 2em .8em .8em;
	border-radius: 10px 0 0 10px;
	width: calc(100% - 15px);
}

.avisoPago #divLadoIzq .bi-chevron-left::before,
.liquidacion #divLadoIzq .bi-chevron-left::before {
	font-size: 16px;
	font-weight: bold !important;
}

.avisoPago #divLadoIzq:has(.div-collapse:not(.visible)) .bi-chevron-left::before,
.liquidacion #divLadoIzq:has(.div-collapse:not(.visible)) .bi-chevron-left::before {
    transform: rotate(180deg) !important;
}

.avisoPago #divLadoIzq .tab-lado-izq,
.liquidacion #divLadoIzq .tab-lado-izq {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	height: 100%;
	min-height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
	transition: transform 0.3s ease;
    width: 35px;
    z-index: 100;
}

.avisoPago #divLadoIzq:has(.div-collapse:not(.visible)) .tab-lado-izq,
.liquidacion #divLadoIzq:has(.div-collapse:not(.visible)) .tab-lado-izq {
	left: 0;
}

.avisoPago #divLadoDer.calc-width,
.liquidacion #divLadoDer.calc-width {
	padding-left: 35px;
	width: calc(100% - 40px);
}

.liquidacion a.link-saltar {
	font-weight: bold;
	padding-left: .6em;
}

.liquidacion a.link-saltar:hover {
	color: #157347;
}

/* APP / LRP */

.table-edit-pago th {
	width: 10%;
}

.table-edit-pago td {
	width: 23%;
}

.table-edit-pago td p {
	margin: 8px 0 8px 5px;
}

.table-edit-pago td [type="checkbox"] {
	margin: 11px 0 11px 5px;
}

.table-edit-pago td:has(textarea),
.table-edit-pago td:has(.textarea) {
	width: 90%;
}

.table-edit-pago td > p.textarea {
	min-height: 30px;
}

/* APR */

.table-aviso-pago-resumen .folios {
	text-align: center;
	width: 5%;
}

.table-aviso-pago-resumen .fechas {
	text-align: center;
	width: 10%;
}

.table-aviso-pago-resumen .glosas {
	text-align: left;
}

.table-aviso-pago-resumen .montos {
	text-align: right;
	width: 13%;
}

/* LR */

.edit-lr .fecha-input {
	float: right;
  	width: 200px;
}

.table-edit-lr .folios {
	text-align: center;
	width: 4%;
}

.table-edit-lr .direccion {
	text-align: left;
}

.table-edit-lr .glosas {
	text-align: left;
}

.table-edit-lr .montos {
	text-align: right;
	width: 13%;
}

.table-edit-lr td.list-actions {
	text-align: left !important;
}

.edit-lr .textarea.soloVer {
	border: 1px solid #ccc;
	min-height: 40px;
}

/* Steps LR */
.edit-lr .steps-vertical .step-vertical {
	padding-bottom: .5em;
}

.edit-lr .steps-vertical .step-vertical-icon {
	height: 40px;
	width: 40px;
}

.edit-lr .steps-vertical .step-vertical:not(:last-child)::after {
	left: 20px;
  	top: 40px;
}

.edit-lr .steps-vertical .step-vertical-content span.title-step {
	display: block;
	font-size: 18px;
	padding-top: .3em;
}

.edit-lr .steps-vertical .step-vertical-content .detalle {
	margin-top: 1.5em;
}

/* Seleccionar Propiedades */
.tabla-select-propiedades {
	margin-top: 1em;
}

.tabla-select-propiedades .checks {
	text-align: center;
	width: 50px;
}

.tabla-select-propiedades .codigos {
	text-align: center;
	width: 70px;
}

.tabla-select-propiedades .comunas {
	text-align: center;
	width: 165px;
}

.tabla-select-propiedades .periodos {
	text-align: center;
	width: 165px;
}

/* Archivos */
.listado-archivo h4 {
	display: flex;	
}

.listado-archivo h4 span {
	font-size: 18px;
	text-align: right;
	width: 100%;
}

/* Graficos */
.graficos-lr #resumen .table-responsive {
	padding-bottom: 2em;
}

/* Envio Email */
.sendEmail {
	width: 100%;
}

.sendEmail table tr th {
	max-width: 120px;
	width: 120px;
}

.sendEmail table tr td {
	max-width: calc(100vw - 140px);
	width: calc(100vw - 140px);
}

.sendEmail table tr td,
.sendEmail table tr td pre {
	word-wrap: break-word !important;
  	word-break: break-word !important;
}