﻿.z-ajustar {
    width: 100%;
    border-color: lightgrey;
    padding-right: 2px;
    padding-left: 2px;
}

.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;
}

.RowMargin {
    margin-top: 4px;
    margin-bottom: 4px;
}

.z-combobox {
    min-height: 21px;
    border-color: lightgrey;
    border: 2px solid #cfcfcf;
    font-family: Arial,Sans-serif;
    font-size: 12px;
}

.custom-label {
    cursor: pointer;
}


.z-comboboxD {
    min-height: 21px;
    border-color: lightgrey;
    border: 2px solid #cfcfcf;
    font-family: Arial,Sans-serif;
    font-size: 12px;
}

.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;
}

.text-center-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
}

.z-content-panel {
    padding: 8px;
    /*background-color: #E0ECFF;*/
}

.span-acordion {
    text-decoration: none !important;
    color: red;
    font: bold;
    font-family: Verdana;
}

    .span-acordion:hover {
        color: red;
    }


.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%;
}


.selenius-icons-search {
    position: relative;
    bottom: 20px;
    right: 10px;
    float: right;
    margin-top: 1px;
}
