
h1, h2,h3,h4,h5,h6 , p {
    margin: 0px ;
}
.overflow-y {
	overflow-y: auto;
}
.overflow-auto {
	overflow: auto;
}

.height100 {
	min-height: 100vh;
	padding-bottom: 60px;
}

.font12 {
	font-size: 12px;
}

.font10 {
	font-size: 10px;
}
:focus {
	outline: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    
    box-shadow: none;
}
.my-custom-scrollbar {
    position: relative;
    height: 500px;
    overflow: auto;
}

.my-custom-scrollbar2 {
    position: relative;
    height: 500px;
    overflow: auto;
}
    .table-wrapper-scroll-y {
    display: block;
}

.btn-plain {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.no-border-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.imgBW {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.2;
}
.imgTR {
    height: 33px;
    padding: 5px;
}

.fa-border-dark {
    padding: 5px 7px;
    border: solid 1px #151515;
    border-radius: 3px;
    }

.btn-outline-dark-noborder {
    color: #151515;
    background-color: transparent;
    background-image: none;
    border-color: transparent; 
} 

.btn-outline-dark-noborder:hover {
    color: #fff;
    background-color: #000;
    background-image: none;
    border-color: transparent; 
} 

.badge-info-outline {
    color: #17a2b8;
    background-color: #f8f9fa;
    border: 1px solid #17a2b8;
}
.badge-primary-outline {
    color: #008c45;
    background-color: #f8f9fa;
    border: 1px solid #008c45;
}
.badge-warning-outline {
    color: #ffc107;
    background-color: #f7f7f7;
    border: 1px solid #ffc107;
}
.badge-secondary-outline {
    color: #023646;
    background-color: #f7f7f7;
    border: 1px solid #023646;
}
.badge-danger-outline {
    color: #cd212a;
    background-color: #f8f9fa;
    border: 1px solid #cd212a;
}

.badge-light-outline {
    color: #5a5a5a;
    background-color: #f8f9fa;
    border: 1px solid #5a5a5a;
    border-radius: 4px;
}

.badge-lg {
    padding: 0.45rem;
    font-size: 100%;
}

.menuAct{
    margin-bottom: -14px;
    margin-top: -14px;
    padding-top: 14px;
    background-color: var(--secondary);
}
@media only screen and (max-width: 990px) {
    .menuAct{
    margin-bottom: -6px;
    margin-top: -3px;
    padding-top: 2px;
}
}
.tableFixHead          { 
    overflow-y: auto; 
    height: 500px; 
}
.tableFixHead thead th { 
    position: sticky; 
    position: -webkit-sticky;
    top: -1px;
    background-color: var(--secondary);
    color: var(--white);
    z-index: 10;
    height: 30px;
    vertical-align: middle;
}
.tableFixHead tfoot ,
.tableFixHead tfoot td { 
    position: sticky; 
    bottom: 0;
   
    color: var(--dark);
    font-weight: 700;
    z-index: 10;
    height: 30px;
    vertical-align: middle;
   
}

.badge {
        padding: 5px 5px 4px 5px;
}

.w50 {
    width: 50px;
}
.w80 {
    width: 80px;
}
.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}
.w150 {
    width: 150px;
}
.nowrap {
    white-space: nowrap;
}

.oculto {
    display: none;
}

.flex-center {
    display: flex;
    align-items: center;
}