﻿body {
    font-size: 13px;
}

.imagenLogoPresto {
    width: 150px;
    height: 50px;
    border: none;
}

.imagenLogoItau {
    padding: 2px;
    width: 55px;
    height: 55px;
    border: none;
}

.imagenLogoLogin {
    padding: 2px;
    width: 58px;
    height: 58px;
    border: none;
}

.imagenLogoLoginCiber {
    padding: 2px;
    width: 230px;
    height: 90%;
    border: none;
}

.form-control {
    font-size: 13px;
}

/* Tamaño Letra*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.0rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

input {
    font-size: 13px;
}

nav.side-navbar {
    min-height: 92.9vh;
}

    nav.side-navbar ul {
        padding: 0px 0;
    }

        nav.side-navbar ul li.active > a {
            background: #1D4771;
            color: #fff;
            border-left: 4px solid #1D4771;
        }

        /*nav.side-navbar ul li a:hover {
            background: #1D4771;
            border-left: 4px solid #1D4771;
            color: #fff;
        }*/

a:focus, a:hover {
    color: #1D4771;
    text-decoration: underline;
}

footer.main-footer {
    padding: 100px 0;
}
/* Barra donde estoy */
.breadcrumb {
    background: #fff;
    position: relative;
    z-index: 7;
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 0;
}

a:focus, a:hover {
    color: #ec7404;
    text-decoration: underline;
}

a {
    color: #1D4771;
    text-decoration: none;
}

.nav-link {
    padding: 0.1rem 0.4rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1.5rem;
    font-size: 1.25rem;
}

/* Footer */
footer.main-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #2f333e;
    color: #fff;
    padding: 7px 10px;
    font-size: 14px;
}

/* modal tamaño */
#modalIndividual {
    min-width: 95%;
    border-radius: 0px;
    width: 90%;
}

    #modalIndividual .modal-header {
        background-color: #006AA6 !important;
        border-radius: 0px;
        color: white;
        height: 30px;
        padding: 5px 5px;
    }

#nuevaConstructora .modal-header {
    background-color: #ec7404;
    border-radius: 0px;
    color: white;
}

/* Estilos pagina login*/
.login-page .form-holder .info {
    background: rgba(236, 116, 4, 0.8);
    color: #fff;
}

input.input-material ~ label.active {
    font-size: 0.8rem;
    top: -10px;
    color: #ec7404;
}

.login-page .form-holder .form a.forgot-pass, .login-page .form-holder .form a.signup {
    font-size: 0.9em;
    color: #1D4771;
}

.checkbox-template + label, .radio-template + label {
    margin-left: 5px;
    margin-top: 3px;
}

/*Check BOX*/
.checkbox-template:checked::before, .radio-template:checked::before {
    background: #1D4771;
}


/* hover menu nav*/
input.input-material:focus {
    border-color: #ec7404;
}

/* Menu configuracion usuario*/
nav.navbar .dropdown-menu .dropdown-item {
    background: #fff;
    padding: 5px 20px;
    font-size: 0.8rem;
    color: #777;
    width: 100%;
}

    nav.navbar .dropdown-menu .dropdown-item i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #1D4771;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        margin-right: 10px;
    }

.card-header {
    padding: 0.5rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

h5, .h5 {
    font-size: 0.8rem;
    font-weight: 500;
}

.comentarioNombre {
    font-size: 0.9rem;
    font-weight: 700;
}

.colorAzul {
    color: #006AA6;
}

.text-small {
    font-size: 13px;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    font-size: 13px;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 13px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.imagenperfil {
    width: 4em !important;
    height: 4em !important;
}


.btn {
    font-size: 13px;
}

.cursor {
    cursor: pointer !important;
}

.iconoHerramientasModal {
    margin-top: -60px !important;
    cursor: pointer !important;
    color: #ec7404;
}

#modalIndividual .modal-header {
    height: 40px;
    padding: 10px 10px;
}

#DIVCrearDoc {
    align-content: center;
    cursor: pointer;
    border-style: dashed;
    border-color: darkgrey;
    padding: 5px 5px;
}


    #DIVCrearDoc p {
        text-align: center;
        color: orangered;
        margin: 5px 5px;
        font-weight: 300;
        font-size: 16px;
    }

.Sizeletra {
    font-size: 20px;
    font-weight: 300;
}


#modalAgregarDocumento {
    min-width: 70%;
    border-radius: 0px;
    width: 70% !important;
}

.alturaMinima {
    min-height: 490px;
}


.card {
    margin-bottom: 10px;
}

.contenedorLoader {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    align-content: center;
}

.boxLoader {
    content: "";
    position: relative;
    left: 40%;
    top: 40%;
    right: 40%;
    height: 10%;
    bottom: 40%;
    animation-name: giraLaRueda;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    opacity: 1;
}

.box1Loader {
    position: relative;
    left: 40%;
    top: 40%;
    height: 10%;
    bottom: 40%;
}
/* Standard syntax*/
@keyframes giraLaRueda {
    0% {
        transform: rotate(-1turn)
    }
}

nav.navbar {
    padding-top: 1px;
    padding-bottom: 1px;
}

    /*nav.navbar .menu-btn {
        margin-left: -6em;  
    }*/


    .tamanoIconExpDigital{
        font-size: 15px
    }


#descargarDocumento {
    color: dimgrey
}
    #descargarDocumento:hover{
        color:darkblue
    }

#EditarComentario {
    color: dimgrey
}

    #EditarComentario:hover {
        color: darkgreen
    }

#EliminarDocumento {
    color:  dimgrey
}

    #EliminarDocumento:hover {
        color: red
    }

#verDocumento {
    color: dimgrey
}

    #verDocumento:hover {
        color: red
    }

#collapseMostrarMasDoc {
    color: dimgrey
}

    #collapseMostrarMasDoc:hover {
        color: darkorange
    }


.parpadea {
    animation-name: parpadeo;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}


.wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    align-content: center;
    z-index: 99;
}

.loading {
    margin-top: 15%;
    margin-left: 40%;
}

.textloader {
    color: #fbae17;
    display: inline-block;
    font-size: 1.3em;
    margin-left: 5px;
    font-weight: 100;
}

.bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

    .bounceball:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #fbae17;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-animation: bounce 500ms alternate infinite ease;
        animation: bounce 500ms alternate infinite ease;
    }

@-webkit-keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }

    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }

    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        top: 0;
    }
}

/*Estilos utilizados en datos generales*/

.Ocultar-Modal{
    opacity: 0;
}

.Mostrar-Modal {
    opacity: 1;
}