/*div { border-style: solid; border-width: 1px; }*/
.line 
{
    width:100%;
    border-top: 1px solid #00539C;
    height: 2px;
    padding: 0;
    margin: 20px auto 0 auto;
}
.modalnew
{
    width:100%;
    position: fixed; 
    top:1%; 
    left:0%; 
    z-index: 99999;

}
.modalnew-contenido
{
    width:98%;
    margin: 2% 3%;
    padding: 5px 10px;
    border-radius: 24px;
    background: #00539C;
}
.modalnew-contenido h2
{
    font-size:14px;
}
   
/*<div> ajuste maxima pantalla*/
#wrapper 
{
    min-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


 /* Image blocks */
.image-with-hover-overlay {
  display: block;
  position: relative;
}
.image-border-radius img {
  border-radius: 3px;
}
.image-hover-zoom {
  display: block;
  overflow: hidden;
}
.image-hover-zoom img {
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
.image-with-hover-overlay img {
  width: 100%;
}
.image-hover-zoom:hover img {
  transform: scale(1.1);
}

.home-carousel-left, .home-carousel-right {
    background-color: #e73131;
    color:#fff;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}
.home-carousel-left {
    left:-32px;
}
.home-carousel-right {
    right:-32px;
}
#home-carousel:hover .home-carousel-left {
    left:0;
}
#home-carousel:hover .home-carousel-right {
    right:0;
}
textarea
{  
    display:block;
    box-sizing: padding-box;
    overflow:hidden;
    padding:10px;
    width:98%;
    font-size:14px;
    margin:50px auto;
    border-radius:6px;
    box-shadow:2px 2px 8px rgba(0,0,0,.3);
    border:0;
}
iframe
{
    border:0;  
}
.tabla 
{
    /*margin-bottom: 15px;*/
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    background: rgba(255, 255, 255, .2);
}
.tabla th
{
    font-size: 18px;
    color: #ffffff;
}
.file_upload
{
    border: 4px dashed #292929;
}

/*#ex4
{
    overflow-y: scroll;
}*/
.modal 
{
    overflow-y: initial !important;
    padding: 25px;
    /*background-color: lightblue;*/
}
.overlay 
{
    position:fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000000;
    opacity: 0.6;
    background: black url('img/loading.gif') no-repeat center center;
}
.loading 
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    opacity: 0.6;
    background: gray;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: none;
    background: black url('img/loading.gif') no-repeat center center;
}

.loading--show 
{
    display: flex;
}
div.polaroid
{
  width: 15%;
  padding: 25px;
  text-align: center;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

div.container 
{
  text-align: center;
  padding: 10px 20px;
  z-index: 1001000;
}

a.tip 
{
    border-bottom: 1px dashed;
    text-decoration: none;
}

span.tip2
{
    /*color: lightblue;*/
    /*background-color: lightblue;*/
}

#mitabla 
{
    width: 100%;
    border: 1px solid;
}
#mitabla 
{
    width: 100%;
    border: 1px solid;
}
#mith 
{
    border: 1px solid;
}
#mitd 
{
    border: 1px solid;
}
 #miselect
{
  border:none;
  padding: 10px 20px;
  border-radius:5px;
}

#miselect:focus
{
  outline:none;
}

.alertify 
{
   overflow: auto; 
   max-height:400px;
}

#btnbuscarendb 
{
    position: fixed;
    right: 4px;
    top: 154px;
    z-index: 10;
}

#imglogo 
{
    width:400;
    height:200;
}

@media only screen and (min-width: 300px) and (max-width: 480px) 
{
    #btnbuscarendb 
    {
        left: 254px;
        top: 314px;
    }
    #bar 
    {
        /*left: 250px;*/
    }
}

.form-miheader 
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.form-miheader h3 
{
    margin: 0;
}
.section-mititle 
{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.form-milinea 
{
    display: grid;
    grid-template-columns: 2fr 0.5fr 2fr 1fr; /* <-- Anchos diferentes */
    gap: 10px;
    width: 100%;
    align-items: center;
}
.form-milinea1 
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.5fr; /* <-- Anchos diferentes */
    gap: 10px;
    width: 100%;
    align-items: center;
}
.form-milinea2 
{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 0.5fr; /* <-- Anchos diferentes */
    gap: 10px;
    width: 100%;
    align-items: center;
}
.form-milinea3 
{
    display: grid;
    grid-template-columns: 0.3fr 0.3fr 0.3fr 0.5fr 0.4fr 0.4fr 0.6fr; /* <-- Anchos diferentes */
    gap: 10px;
    width: 100%;
    align-items: center;
}
.form-milinea4 
{
    display: grid;
    grid-template-columns: 2.5fr 0.5fr; /* <-- Anchos diferentes */
    gap: 10px;
    width: 100%;
    align-items: center;
}
.form-milinea5 
{
    display: grid;
    grid-template-columns: 3fr 0.5fr; /* <-- Anchos diferentes */
    gap: 10px;
    width: 100%;
    align-items: center;
}
.form-milinea6 
{
    display: grid;
    grid-template-columns: 1fr 3fr 0.5fr; /* <-- Anchos diferentes */
    gap: 10px;
    width: 100%;
    align-items: center;
}
.campo 
{
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}
.campo p 
{
    min-width: 80px;
    text-align: right;
}
.campo input[type="text"] 
{
    flex: 1;
    padding: 6px;
    box-sizing: border-box;
}
.campo input[type="checkbox"] 
{
    width: 14px;          /* Aumenta tamaño base */
    height: 14px;
    transform: scale(1.8); /* Escala visualmente (1.8 = casi el doble) */
    margin-right: 5px;
    cursor: pointer;
}
.linedoble 
{
    /*border-style: solid; border-width: 2px;*/
    border: 1px solid rgba(255, 255, 255, .4);
    /*background: rgba(255, 255, 255, .3);*/
}