@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

@font-face {
    font-family: 'Eras';
    src: url('../fonts/ErasITC-Light.eot');
    src: url('../fonts/ErasITC-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ErasITC-Light.woff') format('woff'), url('../fonts/ErasITC-Light.ttf') format('truetype'), url('../fonts/ErasITC-Light.svg') format('svg');
    font-weight: 100;
}

@font-face {
    font-family: 'Eras';
    src: url('../fonts/ErasITC-Medium.eot');
    src: url('../fonts/ErasITC-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ErasITC-Medium.woff') format('woff'), url('../fonts/ErasITC-Medium.ttf') format('truetype'), url('../fonts/ErasITC-Medium.svg') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Eras';
    src: url('../fonts/ErasITC-Demi.eot');
    src: url('../fonts/ErasITC-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/ErasITC-Demi.woff') format('woff'), url('../fonts/ErasITC-Demi.ttf') format('truetype'), url('../fonts/ErasITC-Demi.svg') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Eras';
    src: url('../fonts/ErasITC-Bold.eot');
    src: url('../fonts/ErasITC-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ErasITC-Bold.woff') format('woff'), url('../fonts/ErasITC-Bold.ttf') format('truetype'), url('../fonts/ErasITC-Bold.svg') format('svg');
    font-weight: 900;
}

html,
body {
    margin: 0;
    padding: 0;
    /* font-family: 'Eras', Open Sans, Arial, Helvetica, sans-serif; */
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

    body > .container-fluid {
        width: 100%;
    }

#container {
    flex: 1;
}

a {
    color: #055478 !important;
}

.table-responsive {
    /*max-width: 800px;*/
    margin: 5px auto;
    border: 1px solid #ddd;
    /*margin-top:-30px;*/
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 0px; /*Ajuste crystal visor;*/
}

.table {
    margin-bottom: 0px;
}

thead {
    background-color: #055478;
    color: #fff;
    font-weight: bold;
    text-align: center;
}


    thead th {
        text-align: center;
    }

.table tbody tr td {
    vertical-align: middle;
}

.table-responsive > .table {
    margin-bottom: 5px;
}

    .table-responsive > .table tbody tr {
        border-color: #f5f5f5 !important;
    }

        .table-responsive > .table tbody tr:first-child {
            background-color: #f9f9f9 !important;
        }

        .table-responsive > .table tbody tr td {
            white-space: nowrap;
            padding: 8px !important;
        }

            .table-responsive > .table tbody tr td.cell-large {
                min-width: 480px;
            }

            .table-responsive > .table tbody tr td img {
                margin: -3px 5px 0;
            }

.table2col tr td {
    width: 50%;
}

.table3col tr td {
    width: 33.333%;
}

.table3col tr:last-child td {
    text-align: right;
    white-space: normal;
}


/* Navbar Brand*/

.navbar-default {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    min-height: auto;
}

    .navbar-default .navbar-brand {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        font-size: 0;
        margin: 5px !important;
    }

        .navbar-default .navbar-brand.logo {
            background-image: url(../images/logo_internas.svg);
            width: 215px;
        }

    .navbar-default .navbar-nav {
        margin-top: 15px;
    }

        .navbar-default .navbar-nav li a {
            color: #055478 !important;
            font-size: 16px !important;
            padding: 5px 10px !important;
        }

            .navbar-default .navbar-nav li a:hover {
                font-weight: bold;
            }


/* Navegación horizontal*/

.navbar-inverse {
    background-color: #055478;
    border-color: #055478;
    margin: 0 10px;
    min-height: auto;
}

    .navbar-inverse .container-fluid {
        padding: 0 0 5px 5px !important;
    }

    .navbar-inverse .nav .dropdown {
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 5px 5px 0 0;
    }

    .navbar-inverse .container-fluid .navbar-right {
        margin: 0 !important;
    }

        .navbar-inverse .container-fluid .navbar-right a {
            padding: 0 2px !important;
            margin: 2px 0 !important;
        }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ddd;
    outline: 0;
}


/*Breadcrumb*/

.breadcrumb {
    margin-top: 20px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}


/* Alerta */

.alert {
    /*display:block;*/
}


/* Content */

.page-header {
    margin: 0 -15px 10px !important;
    background-color: #f5f5f5;
    padding: 6px 12px !important;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .page-header h2 {
        margin: 0px !important;
    }

.row.content {
    padding: 0;
}

    .row.content > .row {
        margin: 0 auto;
        max-width: calc(100% - 20px);
    }

        .row.content > .row > .col-sm-12,
        .row.content > .row > .col-sm-9 {
            border: solid 1px #eee;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

.table input[type="button"],
.boton {
    background-color: #055478;
    display: inline-block;
    width: 120px;
    /*  max-width: 150px; */
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    vertical-align: middle;
    text-align: center;
    margin: 5px;
    padding: 4px 16px;
    white-space: normal;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    cursor: pointer;
}

    .table input[type="button"]:hover,
    .boton:hover {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
        background-color: rgba(0, 137, 41, 0.8);
    }

.table input {
    /*width: 100%; */
}

    .table input[type="submit"] {
        width: auto;
    }

    .table input[type="checkbox"] {
        width: 20px;
        float: left;
        height: 20px;
        margin-top: 4px;
        margin-right: 5px;
    }

    .text-center label input[type="checkbox"] {
        width: 20px;
        float: left;
        height: 20px;
        margin-top: 4px;
        margin-right: 5px;
    }

    .table input[type="radio"] {
        width: 13px;
        float: left;
        height: 13px;
        margin-top: 4px;
        margin-right: 5px;
    }

    .table input#chkTerminos {
        margin-top: 0px;
    }

.table #HyperLink1 {
    white-space: normal;
    color: #055478;
    float: left;
    width: calc(100% - 30px)
}

.table label {
    color: #055478;
    font-weight: bold;
    line-height: 1em;
    margin-top: 7px;
}

.table select {
    width: 100%;
    min-height: 26px;
}

.select {
    width: 100% !important;
}

.Select2 {
    width: 100% !important;
    height: 26px !important;
}


#captcha {
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
}

@media (max-width: 600px) {
    #captcha {
        display: block;
        margin: 10px auto;
    }
}


/* Menú Vertical*/

.panel-default {
    border-color: #055478 !important;
}

    .panel-default > .panel-heading {
        color: #fff;
        background-color: #055478;
        border-color: #055478 !important;
        padding: 0 !important;
    }

        .panel-default > .panel-heading a {
            color: #fff !important;
            display: block;
            padding: 10px 15px;
            text-decoration: none !important;
        }

            .panel-default > .panel-heading a:hover {
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
            }


/* Footer */

footer {
    background-color: #555;
    color: white;
    padding: 15px;
    margin-top: 20px !important;
}

    footer p {
        margin: 0 !important;
    }

.HyperLink {
    text-align: left;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    height: 21px !important;
}

.ajax__tab_xp .ajax__tab_header {
    height: 21px !important;
}

.casillero .table > tbody > tr > td,
.casillero .table > thead > tr > th {
    border: 0 !important;
}

.casillero #PanelPersonaNatural {
    margin: 0 auto !important;
    display: block;
    max-width: 800px;
}

    .casillero #PanelPersonaNatural .table-responsive {
        margin: 0 !important;
    }

.casillero .alert {
    margin: 0 10px 10px;
    width: calc(100% - 20px);
    overflow: hidden;
}

    .casillero .alert:empty {
        display: none !important;
    }

    .casillero .alert ul {
        padding-left: 10px !important;
        margin-bottom: 0 !important;
    }

.casillero td #RequiredFieldValidator1,
.casillero td #RequiredFieldValidator2,
.casillero td #RequiredFieldValidator3,
.casillero td #RequiredFieldValidator4,
.casillero td #RequiredFieldValidator5,
.casillero td #RequiredFieldValidator6 {
    display: none !important;
}


/* Crear Casillero */

#PanelPersonaNatural .thead {
    background-color: #055478;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    width: 100%;
    float: left;
}

#PanelPersonaNatural div {
    margin-bottom: 5px;
}

    #PanelPersonaNatural div label {
        color: #055478;
        font-weight: bold;
        line-height: 1em;
        margin-top: 7px;
    }

    #PanelPersonaNatural div select {
        width: 100%;
        min-height: 26px;
    }

    #PanelPersonaNatural div input {
        width: 100%;
    }

        #PanelPersonaNatural div input[type="checkbox"] {
            width: 20px;
            float: left;
            height: 20px;
            margin-top: 4px;
            margin-right: 5px;
        }

#PanelPersonaNatural .checkdiv {
    width: auto;
    float: left;
}

@media (min-width: 768px) {
    #PanelPersonaNatural .checkdiv {
        margin-top: 25px;
    }

    #PanelPersonaNatural div .term {
        margin: 10px 0;
    }
}

#PanelPersonaNatural div #HyperLink1 {
    white-space: normal;
    color: #055478;
    float: left;
    width: calc(100% - 30px);
}

#PanelPersonaNatural div input#chkTerminos {
    margin-top: 0px;
}

#PanelPersonaNatural div [style="visibility:hidden;"] {
    display: none;
}

#PanelPersonaNatural div span {
    color: red;
}

#PanelPersonaNatural .okbtn input {
    margin-left: 0px;
    width: auto !important;
}

.form1contact #Panel1 {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font: normal normal normal 15px/20px "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif !important;
}

    .form1contact #Panel1 * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form1contact #Panel1 input {
        display: block;
        width: 100%;
        outline: none;
        padding: 8px 8px;
        border: 1px dashed #DBDBDB;
        box-sizing: border-box;
        color: #3F3F3F;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #f5f5f5;
        margin: 10px 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

    .form1contact #Panel1 textarea {
        min-height: 50px;
        resize: vertical;
        font-family: 'Open Sans', Helvetica !important;
        outline: none;
        display: block;
        width: 100%;
        padding: 8px 8px;
        border: 1px dashed #DBDBDB;
        box-sizing: border-box;
        color: #3F3F3F;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #f5f5f5;
        margin: 10px 0;
        height: 34px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        overflow: auto;
    }

    .form1contact #Panel1 span {
        width: 100%;
    }

    .form1contact #Panel1 input#btnSubmit {
        color: #fff;
        padding: 6px 12px;
        margin-bottom: 0;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        background-color: #055478 !important;
        border-color: #055478 !important;
        -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
        -o-transition: color 400ms, background-color 400ms, border-color 400ms;
        transition: color 400ms, background-color 400ms, border-color 400ms;
        font: bold normal normal 20px/40px 'Helvetica Neue', Roboto, 'Segoe UI', Calibri, sans-serif !important;
    }

        .form1contact #Panel1 input#btnSubmit:hover {
            background-color: #055478 !important;
            border-color: #055478 !important;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
        }

[style="visibility:hidden;"] {
    display: none;
}

#h2Titulo {
    font-size: 25px;
}

.navbar {
    border-radius: 4px;
}

.navbar-left {
    float: left !important;
}

.navbar-right {
    float: right !important;
}

.navbar-nav > li {
    float: left;
}

.navbar-inverse .navbar-collapse {
    float: right;
    padding: 0;
}

.navbar-inverse .navbar-toggle {
    margin: 3px;
    border-color: #fff;
    background-color: transparent;
}

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: rgba(0, 0, 0, 0.3) !important;
    }

.navbar {
    margin-bottom: 20px;
}

.alert[style="visibility:hidden; height:0px"] {
    display: none;
}

.alert {
    margin: 0 10px;
}

    .alert ul {
        padding-left: 0;
    }

        .alert ul li {
            list-style-position: inside;
        }

.cell {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .cell select,
    .cell input {
        width: 100%;
        height: 26px;
    }

        .cell input[type="button"],
        .cell input[type="checkbox"],
        .cell input.boton {
            width: auto;
        }

    .cell label[for="CheckTipoArancel"] {
        margin: 0 5px;
        vertical-align: text-bottom;
    }

    .cell input[type=checkbox] {
        margin: 5px 0 0;
        height: auto;
    }

    .cell #txtNombreArancel {
        width: calc(100% - 60px) !important;
    }

    .cell #txtGuia {
        width: calc(100% - 30px) !important;
    }

    .cell img[alt="Buscar"] {
        padding: 5px;
        vertical-align: top;
        cursor: pointer;
    }

@media (max-width: 991px) {
    .cell {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .table-responsive > .table tbody tr td.cell-large {
        min-width: 400px;
    }

    #h2Titulo {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .navbar {
        margin-bottom: 10px;
    }

    .navbar-inverse .navbar-collapse {
        border: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        padding-top: 5px;
        margin-top: 7px;
    }

    footer {
        margin-top: 10px !important;
    }

    .table-responsive > .table tbody tr td.cell-large {
        min-width: 350px;
    }
}

#RequiredFieldValidator2,
#rfvGuia {
    color: red;
    margin-left: -15px;
    margin-right: 4px;
}

.CenterTh {
    text-align: center;
}

.TrCenter {
    width: 8%;
    text-align: center;
}

.LeftTh {
    text-align: left !important;
}

/*
Look & Feel */
.tablediv,
.tablediv tbody,
.tablediv tbody tr,
.tablediv tbody tr td {
    display: block;
}

    .tablediv,
    .tablediv tbody {
        float: left;
        width: 100%;
    }

        .tablediv tbody tr td {
            float: left;
        }

#CrystalReportViewer1__UI {
    margin: 0 auto;
}

.form-sisconet .formlargo {
    width: calc(100% - 25px);
    float: left;
    display: block;
    margin: 0 0 5px 0;
}

.form-sisconet .formcorto {
    width: 25px;
    float: left;
    display: block;
    line-height: 34px;
}

.checkboxgroup label {
    margin: 4px 8px 0 0;
    float: left;
}

.checkboxbig input[type="checkbox"],
.checkboxbig input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
}

.checkboxreg {
    display: block;
}

    .checkboxreg input[type="checkbox"],
    .checkboxreg input[type="radio"] {
        margin-top: 1px;
        vertical-align: middle;
        margin-right: 5px;
        display: inline-block;
    }

    .checkboxreg label {
        vertical-align: middle;
        margin-bottom: 0;
    }

#MenuLeft {
    border: 0;
}

    #MenuLeft > .page-header {
        display: none;
    }

.container-fluid > .row.content {
    margin-top: 0;
}

.row {
    margin-top: 0;
    margin-bottom: 0;
}

.titlepanel {
    margin: 0;
    overflow: hidden;
}

    .titlepanel span {
        line-height: 25px;
    }

    .titlepanel label {
        margin: 0;
        font-weight: normal;
        font-size: 15px;
    }

    .titlepanel .checkboxbig input[type="checkbox"] {
        float: left;
        margin-right: 5px;
    }

.databorder {
    background-color: #f5f5f5;
    padding: 2px 4px;
    border-radius: 4px;
    display: inline-block;
}

.botones label {
    margin-right: 20px;
}

[style*="visibility:hidden"],
[style*="visibility:collapse"],
[style*="visibility: hidden"],
[style*="visibility: collapse"] {
    display: none !important;
}

#ifrmVolumen {
    border: solid 3px #055478;
}

#ctl00 {
}

#reqValorDeclarado {
    color: red;
}

.container-carousel {
    width: 100% !important;
}

.custom tr td {
    text-align: right;
}

    .custom tr td:nth-child(1),
    .custom tr td:nth-child(2),
    .custom tr td:nth-child(3),
    .custom tr td:nth-child(4) {
        text-align: center;
    }

.custom tr.headertr td {
    text-align: center;
}

.table-condensed td {
    vertical-align: middle !important;
}

.top_nav .dropdown-menu li {
    width: 100%;
}

.top_nav li a i {
    font-size: 15px;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background: #169F85;
}

.btn-dark {
    color: #E9EDEF;
    background-color: #4B5F71;
    border-color: #364B5F;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
    color: #FFFFFF;
    background-color: #394D5F;
    border-color: #394D5F;
}

.top_nav .navbar-right {
    margin: 13px;
    width: auto;
    float: right;
}

li .nav-item {
    list-style: none;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    border: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu > li > a {
    color: #5A738E;
}

.page-title .title_right .pull-right {
    margin: 10px 0;
    float: right;
}

.dropdown-item {
    width: 100%;
    padding: 12px 20px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e7e7e7;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

#liMenu .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 2px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
    width: 170px;
    font-size: 16px;
}

a.user-profile {
    font-size: 19px;
    font-weight: bold;
    color: #5E6974 !important;
}

.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px;
}

.top_nav .navbar-right {
    margin: 13px;
    width: auto;
    float: right;
}

.top_nav .navbar-right li {
    display: inline-block;
    float: right;
    position: static;
}

@media (max-width:768px) {
    #Ulmenu .dropdown {
        display: none;
    }
}

@media (min-width: 768px) {

    #Ulmenu .dropdown {
        display: block;
    }

    .panelfirst {
        margin-right: -7.5px;
    }

    .panellast {
        margin-left: -7.5px;
    }

    .input-group {
        width: 100%;
        /*z-index: -1;*/
    }

    .m22 {
        margin-top: 22px;
        display: block;
        float: left;
    }

    .icon_options_trash {
        color: red !important;
        font-size: 18px !important;
        position: relative;
        left: 2.5px;
    }

    .btn_acept_pro {
        background-color: #00893B !important;
        color: #fff !important;
        font-weight: bold;
        padding: 6px 17px;
    }

    .btn_regresar {
        background-color: #141a26 !important;
        color: #fff !important;
        font-weight: bold;
    }


    @media (min-width: 480px) {
        .top_nav .navbar-right li {
            position: relative;
        }

        .item {
            display: block;
        }
    }
 
}

/* BRAND STYLE 09/10/2023*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');

body {
    --color-principal-oscuro: #000;
    --color-principal-claro: #055478;
    --color-secundario-oscuro: #055478;
    --color-secundario-claro: #fff;
    --fuente-principal: 'Montserrat', sans-serif;
}
.panel-group {
    --color-principal-oscuro: #055478;
    --color-principal-claro: #fff;
}
a {
    color: var(--color-principal-oscuro) !important;
    cursor: pointer;
}
a:hover{
    text-decoration:none;
}
.navbar-default {
    background-color: var(--color-secundario-claro);
}
a.user-profile{
    color: var(--color-principal-claro)!important;
    font-family: var(--fuente-principal);
    font-weight: 300;
    font-size: 14px;
}
.navbar-inverse{
background-color: var(--color-secundario-oscuro);
border-color: var(--color-secundario-oscuro);
}
.navbar-inverse .dropdown-toggle::after {
display:none;
}
.btn {
    padding: 6px 9px;
    border-radius: 5px;
}
.btn-default {
    color: var(--color-principal-claro);
    background-color: var(--color-principal-oscuro);
    border-color: var(--color-principal-oscuro);
}
.btn-default:hover {
    color: var(--color-principal-oscuro);
    background-color: var(--color-principal-claro);
    border-color: var(--color-principal-claro);
}
table .btn-default {
    color: var(--color-principal-oscuro);
    background-color: transparent;
    border-color: #ccc;
}
table .btn-default:hover {
    color: var(--color-principal-oscuro);
    background-color: var(--color-principal-claro);
    border-color: var(--color-principal-oscuro);
}
.navbar {
    margin:0;
    border-radius:0;
    border:0;
}
.navbar-inverse{
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.navbar-inverse .nav .dropdown {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.nav-pills>li>a {
    border-radius: 5px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 7px 15px;
}
.nav-stacked>li+li {
    margin-top: 0;
}
.navbar-right {
    margin-right: 0!important;
}
.panel-default > .panel-heading {
    background-color: var(--color-principal-oscuro);
    border-color: var(--color-principal-oscuro) !important;
}
.panel-default > .panel-heading a:hover{
    color: var(--color-principal-claro)!important;
}
.panel-group .panel {
    border-radius: 5px;
    overflow: hidden;
}
.panel-default {
    border-color: var(--color-principal-oscuro) !important;
}
.dropdown-menu{
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    overflow:hidden;
}
.imground {
    border: solid 4px var(--color-principal-oscuro)!important;
}
.imagenMes .imground:before {
    z-index: 999;
    border: solid 4px var(--color-principal-claro);
    border-radius: 50%;
}
.boton,.table input[type="button"] {
    background-color: var(--color-principal-claro)!important;
    color: var(--color-principal-oscuro) !important;
}
.boton:hover,.table input[type="button"]:hover {
    background-color: var(--color-principal-claro)!important;
    color: var(--color-principal-oscuro) !important;
    text-shadow: none;
}
footer {
    background-color: var(--color-principal-oscuro);
}
footer p{
    color: var(--color-principal-claro);
    font-size: 12px!important;
}
footer#footer > div{
margin-top:0!important;
}
.table-responsive {
    overflow-y: auto;
}
.table-responsive > .table tbody tr.fila_fond_naranja{
    background-color: var(--color-principal-oscuro)!important;
    position: sticky;
    top: 0;
    z-index: 1;
}
.table-responsive > .table tbody tr.fila_fond_naranja *{
    color:#fff!important;
    font-weight: 100;
    font-size: 14px;
}
.table-responsive > .table tbody tr.fila_fond_naranja td{
    border-top: 0;
    padding-left: 5px!important;
    padding-right: 5px!important;
}

