/* ====== MODAL CONTRATO MANTENIMIENTO ====== */

#isw-ct-modal {
    width: 1000px;
    max-width: 95vw;
    height: 80vh;
    max-height: 85vh;
}

#isw-ct-modal .isw-inst-header {
    background: #1abc9c;
}

#isw-ct-modal .isw-inst-footer {
    background: #1abc9c;
    color: #fff;
}

.isw-prod-frow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.isw-prod-frow label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    min-width: 110px;
}
.isw-prod-frow input,
.isw-prod-frow select {
    padding: 4px 7px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-family: inherit;
}
.isw-prod-frow input:focus,
.isw-prod-frow select:focus {
    outline: none;
    border-color: #1abc9c;
}
