﻿/*.Colorears {
    background-color: Enums.
    color: #FFFFFF;
    font-size: 14px;
}*/

.form-control[readonly].bg-color-white, .form-control[disabled].bg-color-white {
    background-color: #FFFFFF;
}

.adicional-padding {
    padding-bottom: 10px;
}

.pad-footer-mdl {
    padding: 0 40px 30px !important;
}

.contenedor-mdl-t1 {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
    width: 100%;
}

#Contenedor-spinner {
    background-color: rgba(256,256,256,0.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1060;
}

.spinner {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1.2s;
    animation-name: spinner-loading;
    background-color: none;
    border: 8px solid #31708F;
    border-left-color: #BCE8F1;
    border-radius: 50%;
    height: 70px;
    margin: 30% auto;
    width: 70px;
}

@keyframes spinner-loading {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}



.hiddencol {
    display: none;
}

.modalBackground {
    background-color: #DDDDDD;
    opacity: 0.9;
}

#FondoCargando {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    background-color: #f8f5f5;
    text-align: center;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 100000;
}

.modalBackgroud {
    background-color: black;
    filter: alpha(opacity = 70);
    opacity: 0.6;
    z-index: 10000;
}

#Progress {
    position: fixed;
    top: 40%;
    left: 40%;
    width: 250px;
    height: 80px;
    z-index: 100001;
    /*background-color: #666;*/
    text-align: center;
    background-image: url('../assets/Cargando.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.Calendario {
    z-index: 100004;
}




/*
    Estilos version
    */
div#versionDesarrollo {
    border-top: 3px solid #000;
    position: fixed !important;
    right: 0;
    top: 100px;
    z-index: 2000;
}

    div#versionDesarrollo div#version-contenedor {
        height: 100px;
        overflow: hidden;
        position: relative;
        width: 80px;
    }

    div#versionDesarrollo div#version-int-izq, div#versionDesarrollo div#version-int-der {
        float: left;
        height: 100px;
    }

    div#versionDesarrollo div#version-int-izq {
        border-left: 40px solid #000099;
        border-bottom: 40px solid transparent;
    }

    div#versionDesarrollo div#version-int-der {
        border-right: 40px solid #000099;
        border-bottom: 40px solid transparent;
    }

    div#versionDesarrollo p {
        color: #FFF;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        left: 0;
        line-height: 1em;
        padding: 10px 0;
        position: absolute;
        text-align: center;
        text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.6);
        top: 0;
        width: 100%;
        z-index: 100;
    }
