﻿.custom-file-label::after {
    content: "Buscar" !important;
}

input[type="file"] {
    height: calc(1.5em + .75rem + 2px);
}

.FondoBlurCargando {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
    filter: blur(2px);
    -webkit-filter: blur(2px);
}


.FondoMasterModal {
    background: rgba(0,0,0,.6);
    filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddffffff,endColorstr=#ddffffff)';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}

.MasterWait {
    top: 35%;
    left: 45%;
    width: 200px;
    height: 100px;
    background-color: white;
    border-radius: 1px;
    vertical-align: middle;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    text-align: center;
    overflow: hidden;
    border: 3px solid #163e6f;
    font-size: 14px;
}

.MasterWaitSpace {
    height: 15px;
}


.modalMensajes {
    width: 320px !important;
    min-height: 100px;
    background-color: white;
    border-radius: 7px 7px 7px 7px;
    border: 1px solid;
    box-shadow: 10px;
}

.grivdiv > DIV {
    margin: 1em 0;
    /*width: 100%;*/
    overflow: hidden;
    background: #FFF;
    color: #3090CB;
    border-radius: 10px;
    border: 1px solid #167F92;
    display: table;
    border-spacing: 2px;
    border-collapse: separate;
}

.grivdiv tr:nth-child(odd) {
    background-color: #EAF3F3;
}

.grivdiv tr {
    border: 1px solid #D9E4E6;
}

    .grivdiv tr th {
        border: 1px solid #FFF;
        background-color: #3090CB;
        color: #FFF;
        padding: 1em;
        display: table-cell;
        text-align: center;
        margin: .5em 1em;
    }

    .grivdiv tr td {
        color: #3090CB !important;
        color: #FFF;
        padding: 5px;
        display: table-cell;
        text-align: center;
    }