﻿/* TopNav Fixed */



.btn {
    margin-bottom: 0px;
    margin-right: 0px;
    /*
    margin-bottom: 5px;
    margin-right: 5px;
    */
}

button,
.buttons,
.btn,
.modal-footer .btn + .btn {
    margin-bottom: 0px;
    /*margin-bottom: 5px;
    margin-right: 5px;*/
}



.nav-sm .main_container .top_nav,
.nav-md .main_container .top_nav {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 4;
}

.nav-md .container.body .right_col,
.nav-sm .container.body .right_col {
    padding-top: 65px;
    padding-left: 10px;
    padding-right: 10px;
}

.border0 {
    border-top: 1px solid #dee2e6;
}
    /*

.caption {
    font-size: 10px;
}


*/
    /*
    file:///C:/Users/hreta/Downloads/htmlXXX.html
	.form-group {
		margin-bottom: 0px;
	}
	.input-group {
	    margin-bottom: 1px;
	}
	.flex-v-center {
	    display: flex;
	    align-items: center;
	}
*/
    /*
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

    footer {
    background: #eff0f1;
    padding: 10px 20px;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    position: sticky;
}
*/
    .xpost-carga:hover {
    transform: scale(1.1,1.1);
    /* -webkit-transform: scale(1.1,1.1); */
    -ms-transform: scale(1.1,1.1);
}


.MCB_isDisabled {
    color: currentColor;
    /*cursor: not-allowed;*/
    opacity: 0.5;
    text-decoration: none;
}





/* Load Page Master*/
.LoaderPageMaster {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/Picture/PageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}


._modal-dialog {
    width: 850px;
    max-width: 100%;
    height: 500px;
    max-height: 100%;
    /*border: 2px solid;*/
    /*padding: 20px;*/
    /*resize: both;*/
    /*overflow: auto;*/
}

.xmodal-dialog {
    transform: translate(0,50%) !important;
    -ms-transform: translate(0, 50%) !important;
    -webkit-transform: translate(0, 50%) !important;
}


/* Set black background color, white text and some padding */
Xfooter {
    background-color: #555;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 25px;
    /*background: #000;*/
    width: 100%;
    text-align: left;
}

.XCopyRight {
    float: left;
}

.XUserIdentityName {
    float: right;
}

/*<div id="FormSearchFieldHTML" class="modal-footer" style="width:100%;height:150px; overflow:auto" >*/
.table-fixed thead {
    width: 97%;
}

.table-fixed tbody {
    height: 150px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

/*<div id="FormSearchFieldHTML" class="modal-footer" style="width:100%;height:150px; overflow:auto" >*/
.fixed-table {
    display: block;
    position: relative;
}

    .fixed-table .table-content {
        display: block;
        position: relative;
        height: 150px; /*FIX THE HEIGHT YOU NEED*/
        width: 100%;
        overflow-y: auto;
    }

    .fixed-table .table-copy, .fixed-table .header-copy {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1020;
        /*background-color: #fff;*/
    }

