﻿.z-btn {
    Height: 24px;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    background: #cfcfcf;
}

.z-btnAdon {
    Height: 21px;
    background-color: #ccc;
    min-width: 30px;
    vertical-align: middle;
    text-align: center;
    border-radius: 0px 4px 4px 0px;
    margin-left: -1px;
}

    .z-btnAdon i {
        margin-top: 2px;
    }


.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox {
    font-family: Arial,Sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    min-height: 20px;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    padding: 4px 5px 3px;
    line-height: 14px;
    background: #fff;
    top: 0px;
    left: 0px;
    height: 24px;
}

.z-content-panel {
    padding: 8px;
    /*background-color: #E0ECFF;*/
}

.text-capitalize {
    text-transform: capitalize !important;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 0px;
    border-style: solid;
    border-color: black;
    /*padding-top: 5px;*/
    /* padding-left: 5px;*/
    /* width:400px;
       height:95%;*/
}

.modalOcupaciones {
    background-color: #FFFFFF;
    border-width: 0px;
    border-style: solid;
    border-color: black;
    /*padding-top: 5px;*/
    /* padding-left: 5px;*/
    width: auto;
    /* height:95%;*/
}

.Redondear_Esquinas {
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

    .Redondear_Esquinas th {
        border: 1px solid #A1DCF2;
        font-family: Arial;
        font-size: 9pt;
        text-align: center;
    }

    .Redondear_Esquinas table table td {
        border-style: none;
    }

.SeparaFila {
    padding-top: 8px;
}

.TitulosTabla {
    background-color: #F0F0F0;
    height: 20px;
    font-size: 12px;
    clear: both;
    margin-bottom: 10px;
}

.overlay {
    position: fixed;
    background-color: white;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 10000;
}

/*Centrar el modal con respecto a la pantalla*/
.modal-dialog {
    position: fixed;
    /*left: 34%;*/
    /* now you must set a margin left under zero - value is a half width your window */
    margin-left: 20%;
    /* this same situation is with height - example */
    /*height: 500px;*/
    /*top: 42%;
   margin-top: -250px;*/
}

/*Bloquear pantalla UpdateProgress*/
.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 200px;
    height: 80px;
}

    .overlayContent h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .overlayContent img {
        width: 200px;
        height: 80px;
    }

/*Para la altura de los grid*/
.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
    height: auto;
    vertical-align: text-top;
    padding-top: 4px;
}

/*Altura para los grid*/
.altoGrid {
    height: 500px;
}

.esconder {
    zoom: 1%;
}


/* Estilo del área del input[file] */

.uploader {
    border: 1px solid #ccc;
    width: 100%;
    position: relative;
    height: 30px;
    display: flex;
}

    .uploader .input-value {
        width: 250px;
        padding: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .uploader label {
        cursor: pointer;
        margin: 0;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        background: #c3e3fc url("../../Images/Icons/Importar.png") no-repeat center;
    }

.box img {
    width: 100%;
    height: 150px;
    background: #CCC;
    overflow: hidden;
}