﻿#tabContainer {
    width: 95%;
    margin: 40px auto 100px auto;
    min-height: 250px;
}

/*#tabContainer label:hover {
        background-color: #EF2E24;
        color: #465c71;
    }*/

.tab {
    color: #968C83;
    cursor: pointer;
    display: inline-block;
    font-size: 14pt;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.activeTab {
    color: #968C83;
    cursor: pointer;
    display: inline-block;
    text-decoration: underline !important;
    font-size: 14pt;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.pipe {
    color: #968C83;
    display: inline-block;
    font-size: 25pt;
    line-height: 30px;
    text-align: center;
    width: 45px;
}

/*Control Message Box*/
.modal {
    z-index: 10;
    position: fixed;
    background-color: #000;
}

/*Control Message Box*/
#messageBox {
    border-color: lightgray;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    background-color: White;
    display: none;
    position: fixed;
    width: 350px;
    z-index: 1000000;
}

#m-title {
    background-color: #808080;
    border-radius: 9px 9px 0 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

#m-message {
    display: inline-block;
    font-size: 11px;
    margin: 10px;
    text-align: center;
    width: 100%;
}

#m-close {
    margin-left: 335px;
    margin-top: -10px;
    position: absolute;
}

.m-cancel {
    background-image: url("../Img/MsgBox/Cancel.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-right: 10px;
    width: 32px;
}

.m-acept {
    background-image: url("../Img/MsgBox/Acept.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-right: 10px;
    width: 32px;
}

.closeIcoButton {
    background-image: url("../Img/MsgBox/delete.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.TblGral, .TblGral td {
    border-collapse: collapse;
    border: 0px none;
    font-family: 'Houschka Head', verdana;
    font-size: 12px;
    margin: 10px;
}

    .TblGral th {
        border: 0px none;
        border-bottom: 1px solid;
        text-align: left;
    }

.lblForm {
    width: 100%;
    text-align: left;
    display: inline-block;
}

.FactParam {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.Filters {
    display: inline-block;
    float: left;
    width: 50%;
}

.FactParamDiv {
    float: left;
}

    .FactParamDiv input {
        margin-bottom: 5px;
    }

    .FactParamDiv select {
        width: 153px;
        height: 21px;
        margin-bottom: 5px;
    }

.FactCheck {
    width: 400px;
}

.DivPdf {
    padding: 10px;
    width: 180px;
}

.DivSombreado {
    background-color: rgba( 255, 255, 255, .4 );
    padding-top: 5px;
    padding-right: 5px;
    min-height: 80px;
}

.DivSombreadoSingle {
    background-color: rgba( 255, 255, 255, .4 );
    padding-top: 5px;
    padding-right: 5px;
}

/*Estilo para el modal del visor de facturas*/
.modal1 {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('Loader3.gif') 50% 50% no-repeat;
}

.modalDoc {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .99 ) url('') 50% 50% no-repeat;
}

/*Estilo para el texto que esta en el modal*/
.ModalMsg {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 200px;
    border: 1px solid #ccc;
    padding: 10px;
}

.ModalMsgDoc {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 200px;
    width: 500px;
    border: 1px solid #ccc;
    padding: 10px;
}

.ModalLink a, .ModalLink a:hover {
    color: #0072C6;
}

.AceptDoc {
    background-color: #FF0000;
    border: none;
    border-radius: 10px;
    box-shadow: 3px 3px 10px #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-size: large;
    margin-top: 20px;
    padding: 10px;
}

.Ch2 {
    font-size: 1.5em;
    font-weight: 600;
    width: 95%;
    margin: auto;
    line-height: 80px;
}

select {
    background: url(../Img/Iconos/arrow-down.png) no-repeat right #FFFFFF;
    width: 100%;
    border: solid 1px #e7e8ea;
    border-radius: 5px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 15px;
    background-position-x: 97%;
    padding-right: 23px;
}

    select::-ms-expand {
        display: none;
    }

input[type=checkbox] {
    box-shadow: 1px 1px 2px #7D7D7D;
}

/*Ajustes de estilos*/
.bx-wrapper .bx-viewport {
    box-shadow: none !important;
}

.ui-datepicker {
    background-color: #fff;
}
