﻿/*Espacio de la imagen de fondo*/
/*#imagenFondo {*/
    /*background: url("../../images/Inicio_Sesion_Sitco_Predial_.jpg");
    background-repeat: no-repeat !important;*/
    
    
/*}*/
/*Espacio donde se registra el login dependiendo del usuario*/
/*#imagenTextSitco {
    position: absolute;*/
    /*bottom: 20px;
    left: 0px;*/
    /*float:left;
}*/

/*#LoginContainer {
    width: 290px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    left: auto;
    margin-left: 91px;
    background-color: white;
}*/

/*#sidebar .logo {
    display: block;
    width: 200px;
    height: 120px;
    margin: 0 auto;
}

#sidebar .logo span {
    display: block;
}*/

#ingresarDatos h4 {
    color: #656565;
}

#usuario {
    width: 220px;
}
#clave {
    width: 220px;
}
/*


#cmbPerfiles {
    width: 220px;
    display: block;
    margin-top: 20px;
    margin-left: -59px;
}
#usuario, #clave, #cmbPerfiles {
    width: 220px !important;
    display: block !important;
    margin-top: 10px !important;
}*/
#tipousuariocont{
    margin-left: 1.5rem;
}

.img-en {
    /*
    background: url(/SITCO_PREDIAL/images/Ingles.svg);
    */
    background: url(../../images/Ingles.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.img-es {
    /*
    background: url(/SITCO_PREDIAL/images/Espanol.svg);
    */
    background: url(../../images/Espanol.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.img-pt {
    /*
    background: url(/SITCO_PREDIAL/images/Portugues.svg);
    */
    background: url(../../images/Portugues.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

#validarCredenciales {
    width: 220px;
    border-radius: 60px;
    border: solid 1px;
    border-color: #000C9D;
    color: #fff;
    /*margin-top: 60px;*/
    background: #000C9D;
    height: 30px;
    /*left: 10px;*/
}

#validarCredenciales:hover {
    border-color: #FF5733;
    background: #FF5733;
}

/*#divLoginProyectos {
    width: 100%;
    height: auto;
    position: absolute;
    top: 225px;
}*/

#btnSelectProyecto {
    width: auto;
    border-radius: 60px;
    border: solid 1px;
    border-color: #000C9D;
    color: #fff;
    background: #000C9D;
    height: 30px;
}

#btnSelectProyecto:hover {
    border-color: #FF5733;
    background: #FF5733;
}

#result {
    width: 220px;
    height: 20px;
    position: absolute;
    color: red;
    /*left: 0px;
    top: 268px;*/
}

.crearBotones {
    position: absolute;
    border: solid 1px;
    border-color: #FEB81C;
    color: #fff;
    border-radius: 60px;
    width: 112px;
    /*margin-top: 12px;*/
    background: #FEB81C;
    height: 25px;
}

.crearBotones:hover {
    background: #CA9126;
    color: #fff;
}

#logo {
    width: 240px;
    height: 135px;
    background-image: url("../../images/isaInspira.jpg");
    background-size: 100%;
    /*position: absolute;*/
}

.inputPerformance {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid gray;
}

.inputPerformance:hover {
    cursor: text;
}

.inputPerformance:focus {
    border-bottom-color: #c2c1c1;
}

.input-hidden {
    position: absolute;
    left: -9999px;
}

label.field {
    border-radius: 2px;
    color: #666;
    display: block;
    max-width: 250px;
    padding-top: 8px;
    opacity: 0;
    position: relative;
    transition-property: opacity;
    z-index: 1;
}

    label.field span {
        color: inherit;
        display: block;
        font-size: 16px;
        height: 20px;
        line-height: 20px;
        pointer-events: none;
        position: absolute;
        top: 32px;
        transform: scale(1) translateY(0);
        transition-property: color, font-size, top;
        z-index: 1;
    }

        label.field span.required::after {
            color: inherit;
            content: "*";
            display: block;
            height: 20px;
            left: -20px;
            line-height: 20px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 20px;
        }

.error label.field span {
    color: #F02318;
}

label.field .psuedo_select {
    background: rgba(255, 255, 255, 0);
    position: relative;
    border-color: #666;
    border-style: solid;
    border-width: 0 0 2px 0;
    color: #666;
    cursor: pointer;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    margin: 24px 32px 0 0;
    min-width: 250px;
    padding-top: 24px;
    outline: 0;
    z-index: 1;
}

    label.field .psuedo_select::after {
        background: url("data:image/svg+xml;utf8,<svg fill='#666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
        content: "";
        height: 24px;
        width: 24px;
        position: absolute;
        top: 0;
        right: 0;
        transition-property: background;
    }

    label.field .psuedo_select .selected {
        height: 24px;
        left: 1px;
        line-height: 24px;
        opacity: 0;
        position: absolute;
        top: 0;
        transform: translateY(24px);
        transition-property: opacity, transform;
        will-change: transform;
    }

    label.field .psuedo_select ul {
        background: #fff;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
        display: block;
        height: 0;
        list-style: none;
        margin-top: 2px;
        opacity: 0;
        overflow: hidden;
        padding: 0 1px;
        pointer-events: none;
        transition-property: height, opacity;
        width: 100%;
        z-index: 2;
    }

        label.field .psuedo_select ul li {
            height: 32px;
            padding: 8px 4px;
        }

label.field .deselect {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -1;
}

label.field.focused {
    color: #007BED;
}

    label.field.focused .psuedo_select {
        border-color: #007BED;
    }

        label.field.focused .psuedo_select::after {
            background: url("data:image/svg+xml;utf8,<svg fill='#007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
        }

        label.field.focused .psuedo_select ul {
            opacity: 1;
            pointer-events: all;
        }