﻿/*.xFormCenter {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#myForm .FormCenter {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.xFormCenter {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}*/

/*body.modal-open .modal {
    display: flex !important;
    height: 100%;
}*/ 

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}

div.OleTree {
    background-color: none;
    overflow: scroll;
    font-weight: normal;
}

ul, #myOleTree {
    list-style-type: none;
}

td span {
    line-height: 10px;
    white-space: nowrap;
}

#myOleTree {
    margin: 0;
    padding: 0;
}

.OleTreeBox {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.OleTreeBox::before {
    /*content: "\f234"; */ /*   \f234	\f0eb	\2610	*/
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.OleTreeCheck-Box::before {
    /*content: "\2611";*/
    color: dodgerblue;
}

.OleTreeNested {
    display: none;
}

.OleTreeActive {
    display: block;
}

.OleTreeClickCuentaDe {
    cursor: pointer;
}

.OleTreeActiveCuentaDe {
    color: blue;
}


label {
    padding: 1px 4px 1px 4px !important;
    margin-bottom: 0px;
    line-height: 100%;
}


.xbody {
    font-family: Arial;
    font-size:x-small;
}


.form-control:disabled, .form-control[readonly] {
    /*#e9ecef;  #f7f7f7 #fafafa*/
    background-color: #fafafa;
    opacity: 1;
}


.EsCapsLock {
    display: none;
    color: red;
}


/* Load Ajax*/
.LoaderAjax {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    opacity: .4;
}

.LoaderImage {
    display: none;
    width: 30px;
    height: 30px;
    z-index: 9999;
    opacity: .4;
}

/* Ya no se usa */
.GridHTMLNavega {
    background-color: #ffffff;
    color: white;
    position: fixed;
    bottom: 0px;
    /*left: 0;*/
    height: 70px;
    /*background: #000;*/
    width: 100%;
}

caption {
    /*padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    color: #6c757d;
    text-align: center;*/
    caption-side: top;
}


.Galery {
    position: relative;
    text-align: center;
    color: blue;
}

GaleryCaption {
    /*padding-top: 0.1rem;
    padding-bottom: 0.1rem;*/
    color: #6c757d;
    text-align: center;
    caption-side: top;
}


.xmodal-guts {
    /* other stuff we already covered */
    /* cover the modal */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* spacing as needed */
    padding: 20px 50px 20px 20px;
    /* let it scroll */
    overflow: auto;
}

.xRbtnMargin {
    margin-left: 90px;
}




/* Style the tab */
._tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    ._tab _button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        ._tab _button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        ._tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
._tabForm {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    /*border-top: none;*/
}

/* Table */
.gvDates {
    position: relative;
    width: 98%;
    height: 53px;
    /*max-height: 350px;*/
    top: 0px;
    left: 0px;
}

.header_dd {
    background-color: #405467;
    color: White;
    /*font-weight: bold;*/
}

.TitleH0 {
    background-color: #405467;
    color: White;
    /*font-weight: bold;*/
}

.TitleH1 {
    background-color: #405467;
    color: White;
    /*font-weight: bold;*/
}

.TitleH2 {
    background-color: #405467;
    color: White;
    /*font-weight: bold;*/
}

.validsql {
    color: White;
    text-decoration: none;
}

.validsql:hover {
    cursor: pointer;
    color: #0056b3;
}




tdx {
    border: 1px #DDD solid;
    padding: 5px;
    cursor: pointer;
}

td, th {
    padding: 1px 2px 1px 4px !important;
    /*margin-left: 40px;*/
    /*border: none;*/
    margin: 0px;
}

.selected {
    background-color: #ededed;
    color: #333;
}

.selectedDeleted {
    background-color: #d81b1b !important;
    /*color: #d81b1b;*/
}

.row_dd:hover {
    background-color: #efefda;
    color: #333;
}






    table.tableSection {
        display: table;
        width: 100%;
    }

    table.tableSection thead,
    table.tableSection tbody {
        width: 100%;
    }

    table.tableSection thead {
        overflow-y: scroll;
        display: table;
        table-layout: fixed;
        width: calc(100% - 16px); /* assuming scrollbar width as 16px */
    }

    table.tableSection tbody {
        overflow: auto;
        height: 150px;
        display: block;
    }

    table.tableSection tr {
        width: 100%;
        text-align: left;
        display: table;
        table-layout: fixed;
    }
