﻿
.FondoProgress {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 30000;
    background-color: Gray;
    top: 0;
    left: 0;
    opacity: 0.6;
    filter: Alpha(opacity=60);
}

.DivProgress {
    position: fixed;
    width: 40%;
    z-index: 30001;
    top: 150px;
    left: 50%;
    margin-left: -250px;
    /*text-align: center; */
    color: black;
    background-color: #fff;
    border-radius: 15px;
}

.bajarBtn {
    vertical-align: bottom;
}

.error {
    font-size: 0.9em;
    color: maroon;
}

.FondoProgress {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 30000;
    background-color: Gray;
    top: 0;
    left: 0;
    opacity: 0.6;
    filter: Alpha(opacity=60);
}

.DivProgress {
    position: fixed;
    width: 40%;
    z-index: 30001;
    top: 150px;
    left: 50%;
    margin-left: -250px;
    /*text-align: center; */
    color: black;
    background-color: #fff;
    border-radius: 15px;
}

.bodyMail {
    margin: 0;
    padding: 0;
    font-family: Arial, Impact, Sans-Serif;
}

.EncabezadoMail {
    font-family: sans-serif;
    font-size: 23px;
    padding-top: 40px;
}

.DvTituloMail {
    font-size: 16px;
    color: #3C3A3A;
    font-weight: 200;
    text-align: -webkit-left;
}

.textoMail {
    color: #424141;
    font-size: 17px;
}

.CuerpoMail {
    color: #313131;
    font-size: 17px;
}

.Nota {
    color: #66022B;
    font-size: 12px;
}

.Negrita {
    font-weight: bold;
}

.logo {
    height: 62px;
    margin-top: -6px;
    margin-left: 22px;
}

.textoAyuda {
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 10px;
    color: gray;
}
/*Agregado 04/05/2016*/
.pnlEditarInm {
    margin-top: 30px;
}

.FotoPpal {
    width: 395px;
    height: 310px;
    overflow: hidden;
    border-radius: 15px;
}
/*Agregado 05/05/2016*/
.fotosVistaPrev {
    width: 75px;
    height: 60px;
    overflow: hidden;
}

.h1TitDet {
    color: #D31A2A;
    font-size: 1.3em;
    text-align: center;
}

.h3TitDet {
    color: #D31A2A;
    font-size: 1.1em;
    text-align: center;
}

.idInmu {
    color: #000000;
    font-size: 1.1em;
    text-align: center;
}

.inmueble {
    font-size: .8em;
    color: #666;
    text-align: center;
}

.hrDetalle {
    clear: both;
    border-bottom: 0;
    border-top: 1px dotted #ccc;
    border-right: 0;
    border-left: 0;
    margin: 0;
    min-height: 0px;
    height: 1px;
}

.bDetalle {
    color: #D31A2A;
    font-weight: bold;
}

.resultObservacion {
    color: #000000;
    font-size: 0.85em;
}

.result {
    color: #000000;
}

.btnElimMulti {
    margin-top: 8px;
}


/*Agregado Daniel Zapata 19/05/2016
    ---------------------------------------------
*/

.imagenInstructivo {
    width: 90%;
    /*height: 550px;*/
}

.textoInstructivo {
    padding-left: 20px;
    padding-right: 20px;
}

.imagenInmo {
    margin-top: 18px;
    width: 150px;
}

.txtNit {
    background-color: White;
    border-color: White;
    color: white;
    border: 0;
}

.cuadroImg {
    -webkit-box-shadow: 4px 6px 19px 1px rgba(150,145,146,1);
    -moz-box-shadow: 4px 6px 19px 1px rgba(150,145,146,1);
    box-shadow: 4px 6px 19px 1px rgba(150,145,146,1);
    border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    -webkit-border-radius: 24px 24px 24px 24px;
    border: 0px solid #000000;
    width: 230px;
    height: 125px;
}
/*----------------*/

/*Agregado Daniel Zapata 03/06/2016*/

.label-black {
    background-color: #000000;
}

.labelEstadoActivo {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #167708;
    border-radius: 10px;
}

.labelEstado {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;    
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #212529;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.labelDesactualizado {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #D31A2A;
    border-radius: 10px;
}
