



@media screen and (max-width: 992px) { /* Version Movil  Cambios nuevos */
    .main-header .navbar-custom-menu {
        float: right;
        display: none; 
    }

    #div-main-top{
        display: block !important;
    }

    .main-header .logo, .main-header .navbar {
        display: none;
    }

    #menu-html{
        margin-top: -84px;
    }

    #btn-abrir-menu{
        top: 13px;
        position: absolute;
        right: 22px;
    }

    .rc-header-top-actions {
        padding-top: 58px;
    }

    .rc-header-top .rc-logo {
        position: relative;
        top: 13px;
        width: 150px;
        margin-left: 13px;
    }

    .content-wrapper, .right-side {
        min-height: 100%;
        background-color: transparent;
        z-index: 800;
    }

    .sidebar-open .main-sidebar, .sidebar-open .left-side {
        width: 100%;
    }

    .breadcrumb {
        display:none
    }

    .marquee span {
        display: inline-block;
        padding-left: 100%;
        font-weight: bold;
    }

    .marquee-mobile {
        display: inline-block !important;
    }

    @keyframes marquee {
        100% {
            transform: translate(-100%, 0);
        }
    }


}


@media (min-width: 992px){ /* Version PC  Cambios nuevos */

    .form-control:not(.dropdown-fix){
        width:100%;
        height:40px;
        padding:9px 12px;
        background-color:#fff;
        background-image:none;
        border:1px solid #a7b0b7;
        border-radius:5px;
        -webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

    #nombre_transaccion {
        font-weight: bold;
        /* color: #fff; */
        color: #ffffffeb;
    }
    .container {
        /* width: auto; */
    }

    #div-main-top{
        /* display:none; */
    }

    .box-header.with-border {
        border-bottom: 0px;
    }
    #div-box-central {
        background: transparent;
        margin-bottom: 0px;
    }

    #content {
        /*  height: 46em; */
        /* line-height: 1em; */
        overflow-x: hidden;
        overflow-y: scroll;
        /* width: 100%; */
        border: 0px solid;
        max-height: 42em; 
        min-height: 90vh; 
        margin-top: 40px;
    }

    .rc-header-menu {
        margin-top: 0;
        position: absolute;
        width: 100%;
    }


    #tabla_servicio td {
        /*   background: rgba(255, 255, 255, 0.39); */
        /*   color: #FFF; */
    }

    .logo-lg img {
        width: 90% !important;
        /* float: left;
         position: relative; */
        left: 0% !important;
        height: 43px;
        margin: 3px;
    }



    .dropdown {
        display: inline-block;
        position: relative;
    }
    .dropdown-content {
        display: none; 
        position: absolute;
        /* width: 100%; */
        overflow: auto;
        box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
        left: -100%;
        background: #FFF;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .dropdown-content a {
        display: block;
        color: #000000;
        padding: 5px;
        text-decoration: none;
    }
    .dropdown-content a:hover {
        color: #FFFFFF;
        background-color: #00A4BD;
    }

    .main-sidebar, .left-side {
        background-color: #FFF;
    }

    .content-wrapper{
        max-width: 88%;

    }

    #div_transaccion {
        width: 48% !important;
    }

    #md_central {
        /* width: 60% !important; */
    }

    #md_central {
        width: 50% !important;
        /* margin-left: -4%; */
    }

    .rc-blocks-denoms li {
        width: 25% !important;
    }

    .rc-blocks-denoms .rc-block-denom:hover {
        /* width: 120% !important;
         height: 110% !important;
         margin-left: 1px !important;
         margin-top: 2px !important; */
    }

    .content-wrapper, .right-side {
        min-height: 100%;
        /*  background-color: transparent; */
        z-index: 800;
    }

    .skin-blue .main-header .navbar {
        /*  background-color: #3c8dbc; */
        /*  background: linear-gradient(to top, #FF7600, #FF1206); */
        background: #e2191a;
    }

    .skin-blue .main-header .logo { 
        /*background: linear-gradient(to top, #FF7600, #FF1206); */
        background: #e2191a;
        color: #fff;
        border-bottom: 0 solid transparent;
    }

    .logo-mini img {
        width: 100%;
    }


    .content {
        /*  padding: 30px !important; */
    }

    .navbar-custom-menu {
        display: block !important; 
    }

    #ul-operadores {
        margin-left: -30px;
    }

    #fecha_rango {
        padding: 7px 10px;
        height: 32px;
    }

    table {
        background-color: #FFF;
    }

    .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
        padding: 5px !important;
    }

    #div_transaccion {
        margin-left: 15px
    }

    .skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
        background-image: url("../fondos/blue-1634110_1280.png");
    }

    .breadcrumb {
        width: 97%;
        margin-left: 16px;
        display: block !important;
        border-radius: 4px;
        border: 1px solid #7777776e;
        margin-top: 5px;
        margin-bottom: -15px;
    }

    .marquee2 {
        width: 83%;
        background: rgba(0, 0, 0, 0);
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        margin-left: 17%;
        margin-top: -21px;
    }

    .marquee2 div {
        font-size: 12px;
        padding-left: 100%;
        display: inline-block;
        animation: animate 20s linear infinite;
    }

    .marquee-mobile {
        display: none; 
    }

    #div-main-top{
        /* display: none !important; */
    }

    #tabla_servicio {
        font-weight: bold;
        font-size: 11px;
        font-family: Arial;
    }
}



#titulo_pie b{
    color: #FF7600 !important;
}

@keyframes animate {
    100% {
        transform: translate(-100%, 0);
    }
}

#tabla-listado th {
    padding: 5px;
    font-weight: normal;
    background-color: #7b7a79;
    color: #FFF;
    border: 0;
}


@media (width: 1280px){ 
    .rc-blocks-denoms li{
        width: 33% !important;
    }
}

@media (width: 1408px){ 
    .rc-blocks-denoms li {
        width: 24% !important;
    }
    .rc-blocks-denoms .rc-block-denom {
        width: 85px;
        height: 100px;
    }
}

#tabla_servicio .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #a7b0b7 !important;
    border-bottom-width: 1px !important;
}

.td-active{
    background: #0000 !important;
    color: #FF1800 !important;
    font-size: 13px;
}