/** PLANTILLA BASE **/
/*Mensaje de estado de consultas*/
.msg-status-transition{
    opacity:0;
    transition:opacity 4.5s linear;
}

.btn-footer-alta{
    min-width: 100px;
    margin-right: 14px;
    margin-top: 10px;
}

.navbar-principal{
    background-color: #e4e4e4;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: black;
}

body.main{
background-color: #d2d2d2;
}

.rowcustom{
    background-color: black; 
    color: white;
}

.col-lg-4cu1{
    text-align: center;
}

.col-lg-4cu2{
    text-align: center;
    margin-top: 16px;
}

.col-sm-6cu1{
    margin-top: 16px;
}

.navcu1{
 background-color: #e4e4e4;
 border-top: 2px solid;
 border-bottom: 2px solid;
 border-color: black;
}

.nav-item{
    position: relative;
    padding-left: 10px;
    font-size: 0.98rem;
}

.navcu2{
    background-color: inherit;
}

.textnavcu1{
        margin-top:0.3%;
        margin-right: 5%;
}

.del-text{
    align-content: center;
    text-align: center;
    vertical-align: middle;
    margin-top: 0.8%;
    margin-right: -2%;
    margin-left: 2%;    
}


.del{
    
    align-content: center;
    text-align: center;
    vertical-align: middle;
    margin-left: 5%;
    width: 60px;
    margin-left: 10% !important;
    margin-right: 5%;
}

.nregi{
    margin-left: 30%;
}
.elementos-centrados{
    text-align: center !important;
}

/** DESCRIPCION LOTES **/
.celda-solicitud-cc{
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    color: #108a97;
    border: 1px solid;
}

.boton-cancelar-formulario-solicitud-cc{
    margin-left: 20px;
}

.formulario-actos-sol-cc-botones{
    margin-top: 20px;
    text-align: center;
}

#actos_sol_cc{
    margin-left: 30px;
    max-width: 540px;
}

#acto-observacion{
    width: 100%;
}

#contenedor_solicitud_cc{
    border: 2px solid;
    padding: 20px;
}

.lista-actos-sol-cc{
    width: 50%;
    height: 250px;
    background: white;
    border: 1px solid;
    overflow-y: scroll;
}

.lista-afectaciones{
    background: white;
    border: 1px solid;
    overflow-y: scroll;
    height: 78px;
}

.servidumbreloteclase{
    margin-right: 8px;
}

/*
table#tablacontrol>tbody>tr>td{
    /*max-width: 130px;*/
}
*/
#tablacontrol{
    width: 100%;
    text-align: center;
}

td.celda-alineada-superior{
    vertical-align: top;
}

.ui-dialog .ui-dialog-title {
  float:none;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.ventana-confirmacion {
    font-family: Verdana,Arial,sans-serif;
    font-size: 17px;
    align-content: center;
    text-align: center;
    display: table-cell !important;
    vertical-align: middle !important;
    
   }
   
   .dialog-content{
       display: none;
   }

.ui-dialog-content1
{
    border-color:black !important;
}

.boton-no-confirmacion{
    margin-right: 50px !important;
    background-color: #1E90FF !important;
    color: white !important;
    font-weight: bold !important;
}

.boton-si-confirmacion{
    background-color: #1E90FF !important;
    color: white !important;
    font-weight: bold !important;
}

.boton-no-confirmacion:hover , .boton-si-confirmacion:hover{
    background-color: #4169E1;
}

.oculto{
    display: none;
    
}

/** VEP **/
.lista-afectaciones-vep{
    text-align: left;
    width: 350px;
    height: 95px;
}


/** Imagen carga en el sellado de planos **/
.imagen-carga-sellado{
    display: block !important;
    width: 100% !important;
    text-align: center;
    height: auto !important;
}

/* Imagen cargando general dialog */

/** GENERAL **/

.alerta-precaucion{
    color: black;
    border: 2px solid;
    border-color: red;
    padding: 2px;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}
