﻿
.bg-rojo {
    background-color: #ec2127 !important;
}
.bg-negro2 {
    background-color: #1c1c1c !important;
}

.bg-negro {
    background-color: #242424 !important;
}
.bg-blanco {
    background-color: #f0f0f0;

}
.bg-gg {
    background-color: #4d4d4d;
}
.bg-wg {
    background-color: #e6e6e6;
}

btn-primary {
    background-color: #de0000;
}

#contenedorPadre {
    display: flex;
    justify-content: center;
    align-items: center;
}

#contenedorHijo {
    margin: auto;
}

.responsive {
    width: 100%;
    height: auto;
}

.tx-rojo {
    color: #ec2127 !important;
}
.tx-negro {
    color: #242424;
}
.tx-negronh {
    color: #242424;
}
.tx-negro:hover{
        color: #f0f0f0;
    }

.tx-blanco {
    color: #f0f0f0;
}

.tx-blanco:hover {
    color: #242424;
}

txt.negrogris {
    color: #000000;
}
.tx-negrogris:hover {
    color: #2e2e2e;
}

.btn-redondo {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000000;
    padding: 0 4px 0 4px;
}

div.gfg {

    height: 100%;
    overflow: scroll;
    text-align: justify;
}

#side-nav {

    overflow-y: scroll;
}
@media (max-width: 767px){
    #side-nav{
       
    }
    .capaFlotante {
        position: fixed !important;
        background: #242424;
        margin-left: -8%;
        margin-top: 20%;
        border-radius: 0.5em;
    }
}
    
#content-wrapperss {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}

:root {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#side-nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.bn-br-gris, .bn-br-naranja, .bn-br-verde {
    display: inline-block;
    color: #6b6b6b;
    border-radius: 0.5em;
    border: none;
    outline: 2px solid #6b6b6b;
    outline-offset: 3px;
}
    .bn-br-gris:hover {
        background: #ec2127;
        display: inline-block;
        color: white;
        border-radius: 0.5em;
        outline-offset: 0px;
        outline: 2px solid #ec2127;
    }

.bn-nb {
    display: inline-block;
    color: #ec2127 !important;
    border-radius: 0.5em;
    border: none;
}

.fle {
    display: flex;
}


.bn-br-naranja:hover {
        background: #ffa836;
        display: inline-block;
        color: white;
        border-radius: 0.5em;
        outline-offset: 0px;
        outline: 2px solid #ffa836;
}
.bn-br-verde:hover {
    background: #7bd455;
    display: inline-block;
    color: white;
    border-radius: 0.5em;
    outline-offset: 0px;
    outline: 2px solid #7bd455;
}

.boton-tam {
    width: 160px;
    height: 40px;
}

.paginate_button {
    background: #e6e6e6;
    display: inline-block;
    color: #242424;
    outline-offset: 0px;
    outline: 1px solid #e0e0e0;
    padding: 10px;
    text-decoration: none !important;
    cursor: pointer;
    margin: 5px;
}
.paginate_button:hover {
    color: #636363 !important;

}

.contenido {
    background: #303030;
}
.contenidohead {
    background: #242424 !important;
}

.card-header {
    background-color: #242424 !important;
}

.card {
    background-color: #e6e6e6 !important;
}

.txt-danger{
    color: black !important;
}

.dinamico-nb{
    color:white;
}


.tabcontainer {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 990px) {
    .imagen {
        display: none;
    }
}


@media (max-width: 420px){
    .boton-tam {
        width: 90px;
        height: 40px;
        font-size: 8px;
    }
    .tam {
        font-size: 8px;
    }
    .grande {
        display: none;
    }
}
@media (min-width: 421px) {
    .chico {
        display: none;
    }
}

.collapse-item {
    color: #696969 !important;
}
.collapse-item:hover {
    color: black !important;
}

.collapse-inner {
    background: #1c1c1c !important;
}

tr {
    background: white;
    cursor: pointer !important;
}

.dt-layout-cell, .dt-start {
    display: block !important;
}

[type=search] {
    border: 2px solid #cfcfcf !important;
    border-radius: 4px !important;
}

select {
    border: 2px solid #cfcfcf !important;
    border-radius: 4px !important;
}

button.dt-paging-button {
    border: 2px solid #cfcfcf !important;
    border-radius: 4px !important;
    color: #1c1c1c !important;
}

table {
    font-family: Arial, Helvetica, sans-serif !important;
    
}

th {
    background: #b42327 !important;
    color: white !important;
    text-transform: uppercase !important;
}

td{

}

.simpleTable {
    border: 1px solid #e3e6f0;
    margin-bottom: 1rem;
    color: #858796;
}

.tx-verde{
    color: forestgreen !important;
}

.headb {
    display: inline-block;
    
    text-align: center;
    vertical-align: middle;
    
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
