.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #858796;
}

.datatable table {
    -moz-border-radius: 5px !important;
    border-collapse: collapse !important;
    border: none !important;
}

.table>:not(caption)>*>* {
    color: #858796 !important;
}
.big-checkbox {
    width: 35px;
    height: 35px;
}

.form-check-input-reverse{
    margin-left: 10px;
}

#show_eye,#hide_eye {
    text-decoration: none !important;
}

.tooltip-inner {
    background-color: #4e73df;
    box-shadow: 0px 0px 4px #575757;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #4e73df !important;
}
.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #4e73df !important;
}
.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #4e73df !important;
}
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #4e73df !important;
}
.displayBadge{
    margin-top: 5%;
    display: none;
    text-align :center;
    color: white;
}

.required {
    border-color: #e74a3b !important;
}

div.dt-buttons {
    float: right;
}

div.dataTables_filter {
    margin-right: 10px;
}

.table-bordered {
    border-radius: 10px;
}
.receipt-action,.refund-action {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
/*************StyleSheet TX*********************/
.tx_body {
    margin: 0px;
    background-image: url(../img/TX/bg1.png);
    height: 100%;
    font-size: 14px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.top_panel {
    height: 38px;
    width: 100%;
    border-bottom: 1px solid #DADADA;
    box-shadow: 0 1px 0 #FCFCFC;
    background: -moz-linear-gradient(top, #f6f5f6 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f6), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f5f6 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f5f6 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f5f6 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f6f5f6 0%,#efefef 100%); /* W3C */
}

.top_panel {
    height: 38px;
    width: 100%;
    border-bottom: 1px solid #DADADA;
    box-shadow: 0 1px 0 #FCFCFC;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.top_panel, .label {
    color: #8f8f8f;
    font-size: 11px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.user-signup {
    display: block;
    height: 40px;
    float: left;
    line-height: 30px;
    position: absolute;
    cursor: pointer;
    padding-left: 0px;
    padding-top: 4px;
    width: 380px;
}

.user-signup a {
    color: #333;
}

.user-signup a:hover {
    color: #96C846;
}

a:hover {
    text-decoration: none !important;
}

.user_info {
    display: block;
    height: 15px;
    line-height: 15px;
    padding-left: 20px;
    z-index: 2;
}

.user a {
    color: inherit;
}

.user_avatar {
    display: block;
    float: left;
    margin: 2px 7px 0 0;
}

.top_links {
    float: right;
}

.top_links > ul {
    padding: 0;
    margin: 0;
}

.top_links > ul > li {
    display: inline-block;
    float: right;
    position: relative;
    margin-left: 8px;
    padding: 0 6px;
    height: 38px;
    line-height: 38px;
    background-position: 10px 8px;
}

.top_links > ul > li:last-child {
    margin-left: 0;
}

.top_links > ul > li:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.top_links > ul > li > a {
    height: 38px;
    padding-left: 27px;
    display: block;
}

.top_links > ul > li.search_icon {
    width: 21px;
    cursor: pointer;
}

.top_links > ul > li.search_icon .top_tooltip {
    border-top: 2px solid transparent;
}
.i_22_perfil {
    background: url("../img/TX/i_22_perfil.png") no-repeat scroll transparent;
}
.i_22_vehi {
    background: url("../img/TX/i_22_vehi2.png") no-repeat scroll transparent;
}
.i_22_doc_val {
    background: url("../img/TX/i_22_doc_val.png") no-repeat scroll transparent;
}
.i_22_certlar {
    background: url("../img/TX/i_22_certlar.png") no-repeat scroll transparent;
}
.footer-tx {
    clear: both;
    padding: 4px 0;
    text-align: center;
    border-top: 1px solid #DADADA;
    box-shadow: 0 1px 0 #FCFCFC;
    background: #f6f5f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f5f6 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f6), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f5f6 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f5f6 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f5f6 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f6f5f6 0%,#efefef 100%); /* W3C */
    /*position: relative;
    margin-top: 10px;*/
    bottom: 0;
    display: block;
    width: 100%;
    padding: 15px;
    float:left;
}
.pci-logo {
    float: right;
    width: 90px !important;
}
.container-tx {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1199px) {
    .cardMain {
        background-color: #fff;
        margin: 15px;
        padding-top: 30px;
        flex: 0 0 54% !important;
        max-width: 60% !important;
    }
}
@media screen and (min-width: 1025px) {
    .wrapper {
        width: 1015px;
    }

    .footer-tx {
        position: fixed;
        z-index: 1;
    }

}

@media screen and (max-width: 1024px) {
    .wrapper {
        width: 94%;/* Check here width */
    }

    div.contents {
        /*width: 85.798%;	*/
        width: 100%;
    }

    .footer-tx {
        position: fixed;
        z-index: 999999;
    }
    .pci-logo {
        float: none;
        width: 90px !important;
        margin-top: 20px;
    }
}

@media screen and (max-width: 800px) {
    ul.tab_nav > li {
        background-position: center center;
        width: 60px;
        height: 50px;
    }

    ul.tab_nav > li .tab_label, ul.tab_nav > li .tab_info {
        display: inline-block;
        font-size: 1px;
        color: #f9f9f9;
    }

}


@media screen and (max-width: 768px) {

    .user > .label, .user > .user_info {
        display: none;
    }

    .top_links > ul > li,
    .top_links > ul > li.search_icon {
        width: 35px !important;
    }
    .i_22_perfil, .i_22_doc_val, .i_22_vehi, .i_22_certlar {
        background-position-x: 6px !important;
    }
    .top_links > ul > li > a{
        padding-left:0px !important;
    }
    .top_links > ul > li > a > .label {
        display: none;
    }

    .top_links > ul > li > a > span.small_count {
        margin-right: 8px;
        margin-top: 5px;
    }

    div.logo {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 240px;
    }

    nav.top_buttons {
        float: none;
        margin: 0 auto;
        padding: 0 18px;
    }

}
@media screen and (max-width: 767px) {
    .cardMain {
        flex: 0 0 94.5% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 479px) {
    header.main_header {
        padding-bottom: 0;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(images/separator_menu.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .jp-card-container {
        width: 315px !important;
    }

    nav.top_buttons {
        width: 300px; /*antes: 208px*/
        height: 60px;
        padding: 0;
        padding-right: 18px;
        background: url("images/separator_short.png") no-repeat scroll 0 43px, url("images/separator_short.png") no-repeat scroll 0 144px;
    }

    nav.top_buttons ul li {
        margin-bottom: 18px;
    }
}

/**************Stylesheet APC*******************/

.topbar             { background: #005295; }
.fixed-top           { background: #005295; }
footer .footer-apc  { background: #004277;  position:absolute; bottom:0px; width:100%}

.legal-footer {
    background: #14377d;
    color: #999;
    padding: 30px;
    bottom: 0px;
}
.bg-dark {
    background-color: #14377d!important;
}

.dropdown-item {
    color: #337ab7!important;
}

.btn-link-apc {
    color: #ffffff;
}

footer .footer-apc,
footer .footer-apc a,
footer .footer-apc a:active,
footer .footer-apc a:focus,
footer .footer-apc a:link,
footer .footer-apc a:visited {
    color: #999;

}

footer .footer-apc a:hover {
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

/**************CSS Ena*******************/

#topHeaderBorder {
    height:4px;
    background-color:#273144;
    display:block;
    width:100%;
    padding:0px;
    margin:0px;
}
.header {
    color: #FFFFFF;
    /*width: 100%;*/
    width: 100%;
    margin: auto;
    background-color:#25327B !important;
}

.header a {
    color: #FFFFFF;
}

.header .topheader {
    /*background: url("images/botom-border.png") repeat-x scroll center bottom #FFFFFF;*/
    /*height: 126px;*/
    height: 100px;
    padding-top:10px;
    padding-bottom:10px;
    width: 60%;
    margin: auto;
}

#topheaderContactDiv {
    width:33.33333333333333%;
    color:#FFFFFF;
    float:left;
    font:15px/22px 'helvetica', Arial, sans-serif;
    line-height:78px;
    padding-left:15px;
}

#topheaderContactDiv a {
    font-size:15px;
}

#topheaderContactDiv span {
    padding-left:5px;
    padding-right:5px;
    color:#677999;
}

#topheaderLogoDiv {
    width:33.33333333333333%;
    float:left;
    text-align:center;
    padding-left:15px;
    padding-right:15px;
}

#socialMediaDiv {
    width:28.33333333333333%;
    float:left;
}

#socialMediaIconsCont {
    height:78px;
    float:right;
    margin-right:15px;
}

#socialMediaIconsCont ul {
    line-height:78px;
}

#socialMediaIconsCont ul li {
    list-style:none;
    display:inline-block;
    line-height:78px;
    width:20px;
    height:20px;
}

#socialMediaIconsContFooter {
    width:84px;
    height:55px;
    float:left;
    margin-right:15px;
}

#socialMediaIconsContFooter ul {
    line-height:55px;
}

#socialMediaIconsContFooter ul li {
    list-style:none;
    display:inline-block;
    line-height:55px;
    width:20px;
    height:20px;
}

.topstrip {
    background-color: #2C3E59;
    display: block;
    height: 16px;
    width: 100%;
}

.inner {
    margin: 0 auto;
    width: 100%;
}

.site-footer{
    background-color:#404040;
    padding: 50px 0;
    width: 100%;
    height:auto;
    float:left;
    margin: auto;
}

#footer {
    margin: auto;
}
#footer .foottop {
    /*background: url("images/botom-border.png") repeat-x scroll center bottom transparent;
    height: 64px;*/
    height: 55px;
    width: 100%;
    background-color:#2cafda;
}

#footer .footlinks {
    float: left;
    padding: 20px 0 0;
}

#footer .footlinks ul {
    float: left;
    margin: 0;
    padding: 0;
}

#footer .footlinks ul li {
    float: left;
    padding: 0 10px 0 0;
}
#footer ul {
    list-style: none outside none;
}
#footer .footlinks ul li a {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 13px;
    height: 18px;
    letter-spacing: 0.5px;
    padding: 5px 10px 0;
}

#footer .footlinks ul li a:hover {
    box-shadow: 0 0 2px #CCCCCC;
}
#footer .footbotom p, #footer .footbotom p a {
    font-size: 12px;
}
#footer .footbotom {
    /*background: url("images/black1.png") repeat scroll 0 0 transparent;*/
    background-color:#404040;
    padding: 10px 0;
    width: 65%;
    height:auto;
    margin: auto;
}

#footer .footbotom p {
    float: left;
    font-size: 12px;
    margin-left: 10px;
}
#footer .footbotom p {
    float: left;
}

#footer .footbotom p a {
    color: #FFFFFF;
}


#footerLogoDiv {
    text-align:center;
    font-family:'helvetica', Arial, sans-serif;
    float:left;
}

#footerContactDiv {
    color:#FFFFFF;
    float:left;
    padding-right:20px;
    padding-left:20px;
}
.footer-widget-title {
    font-size:16px;
    color:#FFFFFF;
    margin-bottom:20px;
    font-family:'helvetica', Arial, sans-serif;
}

.textwidget ul {
    margin:0px;
}

.textwidget ul li {
    list-style:none;
    border-bottom:1px solid #3a3a3a;
    padding:15px 0;
    font-size:16px;
}

.textwidget ul li a {
    font-size:16px;
    color:#FFFFFF;
    font-family:'helvetica', Arial, sans-serif;
}

#footerMobileAppStoreDiv {
    float:left;
    text-align:center;
    padding-left: 10px;
    padding-right: 10px;
}

#footerSupportDiv {
    float:left;
    text-align:center;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-img {
    border:2px solid;
    border-radius:20px;
}

.footer-android:hover {
    background-color:#000000;
    border-color:#FFFFFF;
}

.footer-ios:hover {
    background-color:#000000;
    border-color:#FFFFFF;
}

.card-body {
    color: #858796 !important;
}

.card-header-actions .card-header {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
}

.pointer-link {
    cursor: pointer;
}

[v-cloak] {
    display: none;
}

.loading-text {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    color: #333;
}

/* 0) Oculta la loading-center y el componente por defecto */
.loading-cloak-wrapper .loading-center {
    display: none;
}
.loading-cloak-wrapper .component-wrapper {
    display: none;
}

/* 1) Mientras exista el atributo v-cloak en el wrapper… */
.loading-cloak-wrapper[v-cloak] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 9999;
}

/* 2) …muestra solo el loading-center */
.loading-cloak-wrapper[v-cloak] .loading-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 3) en cambio oculta el componente real */
.loading-cloak-wrapper[v-cloak] .component-wrapper {
    display: none;
}

/* 4) Tras montar, Vue quita v-cloak del wrapper… */

/* 5) …y ahora: loading-center (display:none) + component-wrapper (display:block) */
.loading-cloak-wrapper .component-wrapper {
    display: block;
}


.lds-ring {
  /* change color here */
  color: #1c4c5b
}
.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
}

.commerce-logo {
    vertical-align: middle;
    width: 20%;
    height: 20%;
    /*border-radius: 50%;*/
}

.chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
}

.form-select {
    color: #6e707e;
}

.border-right-2 {
    border-right: 2px solid #858796 !important;
}

.border-right-3 {
    border-right: 3px solid #858796 !important;
}

.border-right-4 {
    border-right: 4px solid #858796 !important;
}

.border-right-5 {
    border-right: 5px solid #858796 !important;
}

.center-th-content th {
    text-align: center !important;
}

@media (min-width: 768px) {
    .sidebar {
        width: 15rem !important;
    }
    .sidebar .nav-item .nav-link {
        width: 15rem;
    }

    .chart-pie {
        height: 20rem !important;
    }
}

/**************CSS btn links de pago*******************/
.actions-grid{
  --btn: 38px;
  display: grid;
  grid-template-columns: repeat(3, var(--btn)); 
  gap: 4px;
  justify-content: start;
}

.actions-grid .ag{ width: var(--btn); }
.actions-grid .ag .btn{
  width: var(--btn);
  height: var(--btn);
  padding: 0;
  margin: 0;
  display: flex; align-items: center; justify-content: center;
}

.actions-grid .ag .btn-group{ width: var(--btn); }

td.actions-col{ white-space: normal !important; padding: 6px 8px; }

@media (max-width: 992px){
  .actions-grid{ grid-template-columns: repeat(2, var(--btn)); }
}
@media (max-width: 576px){
  .actions-grid{ grid-template-columns: repeat(1, var(--btn)); }
}