﻿@font-face {
    font-family: "open-sans";
    src: url("../font-open-sans/OpenSans-Regular.ttf");
}

* {
    font-size: 13px;
    font-family: open-sans;
}

html, body {
    height: 100%;
}

/* Style the form */
.regForm {
    /*background-color: #ffffff;*/
    margin: 5px auto;
    /*padding: 50px;*/
    width: 97%;
    min-width: 300px;
}
.centercheck {
    text-align: center;
    vertical-align: middle;
}

.select2-container--open {
    z-index: 9999999
}

/* Style the input fields */
input [type=text] {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

.swal-wide {
    border-radius: 50px !important;
    width: 20em !important;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
/*.tab {
  display: none;
}*/

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #007bff;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    /* Mark the active step: */
    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
    font-size: larger;
}

.form-check .custom-control-label {
    color: #2c2b2c;
    font-size: 15pt;
    line-height: 2;
    padding-left: 22px;
    text-transform: capitalize;
}

    .form-check .custom-control-label::after,
    .form-check .custom-control-label::before {
        height: 20px;
        width: 20px;
        -ms-transform: scale(1.4); /* IE */
        -moz-transform: scale(1.4); /* FF */
        -webkit-transform: scale(1.4); /* Safari and Chrome */
        -o-transform: scale(1.4); /* Opera */
        padding: 15px;
    }

    .form-check .custom-control-label::before {
        background-color: #fff;
        border: 2px solid red;
        border-radius: 50%;
    }

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    border: 2px solid red;
    border-radius: 50%
}

/* When I remove background the icon goes back to that default size */
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent !important;
    border-color: red !important;
    border-radius: 50%
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../img/closef.svg);
}

.wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 200px;
    background-color: white;
}

.card {
    height: 100%;
}

.control-label {
    font-size: small;
   
}

.control-label-lg {
    font-size: medium;
    color:red;
   
}


.card-title {
    margin-bottom: .75rem;
    font-size: 18pt;
    font-weight: bolder;
    align-content: center;
    /*text-align: center;*/
    padding-bottom: 1.3rem;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    padding-bottom: 1.7rem;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-xs {
        width: 5px;
        height: 5px;
        text-align: center;
        padding: 3px 0;
        font-size: 7px;
        line-height: 1.428571429;
        border-radius: 3px;
    }

    .btn-circle.btn-sm {
        width: 20px;
        height: 20px;
        text-align: center;
        padding: 3px 0;
        font-size: xx-small;
        line-height: 1.55;
        border-radius: 10px;
    }

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

.bd-pasillos-btns {
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}

    .bd-pasillos-btns > button {
        margin-left: .3rem;
        margin-bottom: .3rem;
    }

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

    .bd-callout h4 {
        margin-top: 0;
        margin-bottom: .25rem;
        font-size: small;
    }

    .bd-callout p:last-child {
        margin-bottom: 0
    }

    .bd-callout code {
        border-radius: .25rem
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem
    }

.bd-callout-info {
    border-left-color: #5bc0de
}

    .bd-callout-info h4 {
        color: #5bc0de
    }

.bd-callout-warning {
    border-left-color: #f0ad4e
}

    .bd-callout-warning h4 {
        color: #f0ad4e
    }

.bd-callout-danger {
    border-left-color: #d9534f
}

    .bd-callout-danger h4 {
        color: #d9534f
    }

.bd-callout-success {
    border-left-color: #28a745
}

    .bd-callout-success h4 {
        color: #28a745
    }

.bd-callout-primary {
    border-left-color: #003061;
}

    .bd-callout-primary h4 {
        color: #003061;
    }

.containerPic {
    position: relative;
    width: 75px;
    max-width: 85px;
    margin-left: 5px;
}

    .containerPic img {
        width: 100%;
        height: 75px;
        border-radius: 5px;
        box-shadow: 0 0 10px #D8D8D8;
        padding-left: 2px
    }

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity = 70) !important;
    display: none;
    z-index: 100;
}

#overlayContent {
    position: fixed;
    width: 100%;
    top: 100px;
    text-align: center;
    display: none;
    overflow: hidden;
    z-index: 100;
}

#contentGallery {
    margin: 0px auto;
}

#imgBig, #imgSmall {
    cursor: pointer;
}
/* width */
*::-webkit-scrollbar {
    width: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 10px;
}

    /* Handle on hover */
    *::-webkit-scrollbar-thumb:hover {
        background: blue;
    }

html, body {
    height: 100%;
}

#footer {
    clear: both;
    height: 70px;
    position: relative;
    bottom: 0px;
    background-color: Transparent;
}

.footerbtm {
    position: relative;
    width: 100%;
    bottom: 0px;
    background-color: #003061;
    color: white !important;
    text-align: center;
    border-top: 3px solid #9B9898;

}

.footerbtmmini {
    position: absolute;
    bottom: 0px;
    height: 15px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    background-color: #003061;
    color: white;
    text-align: center;
    border-top: 1px solid #9B9898;
    font-size: xx-small;
}

.navcallmini {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    right: 0px;
    overflow: hidden;
    background-color: #003061;
    color: white;
    text-align: center;
    border-bottom: 1px solid #9B9898;
    font-size: 5px;
}

.navcall {
    background-color: #003061;
    border-bottom: 3px solid #9B9898;
}

.container {
    width: 100%;
    max-width: 1650px;
}

.navbar-text {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff !important;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px dashed #9B9898;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: #003061;
    font-size: medium;
}

.datosimportantes {
    cursor: pointer;
    color: #1e41c7;
    font-weight: bold;
    /*text-shadow: 1px 1px #5bc0de;*/
}

.incidenciapedimento {
    color: darkred;
    font-weight: bolder;
}

    .incidenciapedimento:before {
        font-family: "Font Awesome 5 Free";
        content: "\f057";
    }

.modal-fullscreen {
    width: 100%;
    height: 100%;
    max-width: 1500px !important;
    margin: 0;
    top: 0;
    left: 0;
}

td.details-control {
    background: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTYuMTU4IDQ5Ni4xNTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Ni4xNTggNDk2LjE1ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8cGF0aCBzdHlsZT0iZmlsbDojMzJCRUE2OyIgZD0iTTAsMjQ4LjA4NUMwLDExMS4wNjMsMTExLjA2OSwwLjAwMywyNDguMDc1LDAuMDAzYzEzNy4wMTMsMCwyNDguMDgzLDExMS4wNjEsMjQ4LjA4MywyNDguMDgyICBjMCwxMzcuMDAyLTExMS4wNywyNDguMDctMjQ4LjA4MywyNDguMDdDMTExLjA2OSw0OTYuMTU1LDAsMzg1LjA4NywwLDI0OC4wODV6Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNMzgzLjU0NiwyMDYuNTVIMjg5LjA4di05My45MzhjMC0zLjk3Ni0zLjIyNC03LjE5OS03LjIwMS03LjE5OUgyMTMuNzUgIGMtMy45NzcsMC03LjIsMy4yMjQtNy4yLDcuMTk5djkzLjkzOGgtOTMuOTM3Yy0zLjk3NywwLTcuMiwzLjIyNS03LjIsNy4ydjY5LjE4N2MwLDMuOTc2LDMuMjI0LDcuMTk5LDcuMiw3LjE5OWg5My45Mzd2OTMuNDEgIGMwLDMuOTc2LDMuMjI0LDcuMTk5LDcuMiw3LjE5OWg2OC4xMjljMy45NzgsMCw3LjIwMS0zLjIyNCw3LjIwMS03LjE5OXYtOTMuNDFoOTQuNDY2YzMuOTc2LDAsNy4xOTktMy4yMjQsNy4xOTktNy4xOTlWMjEzLjc1ICBDMzkwLjc0NSwyMDkuNzc0LDM4Ny41MjEsMjA2LjU1LDM4My41NDYsMjA2LjU1eiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K") no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTYuMTU4IDQ5Ni4xNTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Ni4xNTggNDk2LjE1ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8cGF0aCBzdHlsZT0iZmlsbDojRTA0RjVGOyIgZD0iTTAsMjQ4LjA4NUMwLDExMS4wNjMsMTExLjA2OSwwLjAwMywyNDguMDc1LDAuMDAzYzEzNy4wMTMsMCwyNDguMDgzLDExMS4wNjEsMjQ4LjA4MywyNDguMDgyICBjMCwxMzcuMDAyLTExMS4wNywyNDguMDctMjQ4LjA4MywyNDguMDdDMTExLjA2OSw0OTYuMTU1LDAsMzg1LjA4NywwLDI0OC4wODV6Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNMzgzLjU0NiwyMDYuMjg2SDExMi42MTJjLTMuOTc2LDAtNy4xOTksMy4yMjUtNy4xOTksNy4ydjY5LjE4N2MwLDMuOTc2LDMuMjI0LDcuMTk5LDcuMTk5LDcuMTk5ICBoMjcwLjkzNGMzLjk3NiwwLDcuMTk5LTMuMjI0LDcuMTk5LTcuMTk5di02OS4xODdDMzkwLjc0NSwyMDkuNTExLDM4Ny41MjEsMjA2LjI4NiwzODMuNTQ2LDIwNi4yODZ6Ii8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=") no-repeat center center;
    cursor: pointer;
}
td.select-checkbox {
    text-align: center;
    cursor: pointer;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #FACEC0;
}
/* Safari */
:-webkit-full-screen {
    background-color: #fff;
}

/* IE11 */
:-ms-fullscreen {
    background-color: #fff;
}

/* Standard syntax */
:fullscreen {
    background-color: #fff;
}

.panelglosa {
    display: none;
}

.panelglosaOpen {
    width: 100%
}

.PedimentoScreen {
    overflow-y: auto;
    height: 1000px;
    overflow-x: hidden;
    max-height: 1050px;
}
/*#contenedorglosa {
    overflow-y: auto;
    top: 0px;
}*/
.menulateral {
    padding: .7rem;
    margin-top: 0px;
}

.AllHeight {
    height: 100%;
}

.FAllHeight {
    height: 98%;
}

.MenuLateralItem {
    margin-top: 5px;
}

.table > :not(:last-child) > :last-child > * {
    background-color: #E9EBED;
    border-bottom: 2px solid #000;
    font-weight: 900;
    color: #000;
}

.collapsedd {
    display: none; /* hide it for small displays */
}

@media (min-width: 992px) {
    .collapsedd {
        display: block;
        margin-left: -25%; /* same width as sidebar */
    }
}

#row-main {
    overflow-x: hidden; /* necessary to hide collapsed sidebar */
}

#contentD {
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

#listadodocumento {
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

.esaccion {
    cursor: pointer;
}

.headerGrupotbl {
    background-color: #EDEDED !important;
}

.pilldocs {
    cursor: pointer;
    font-size: small;
}

    .pilldocs > span {
        font-size: small;
    }

    .pilldocs:hover {
        background-color: #fff !important;
        border: 1px solid #212529;
        color: #212529 !important;
    }

        .pilldocs:hover .badge {
            background-color: #fff !important;
            color: #212529 !important;
        }

.encabezado {
    font-size: 11.9px;
    color: rgb(0,0,0);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    border: #000 solid 1px;
    background-color: #d1d1d1;
    text-align: center;
    font-family: Courier New,serif !important;
}

.pedimento {
    font-family: Courier New,serif !important;
}

.celda {
    border: #000 solid 1px;
}

.fuente6 {
    font-size: 9px;
}

.fuente7 {
    font-size: 10px;
}

.fuente8 {
    font-size: 11.9px;
}

.negrita {
    font-weight: bold;
}

.bgg {
    background-color: #d1d1d1;
}

.np {
    padding: 0px;
}

.centrado {
    text-align: center;
}

.cbt {
    border-top: #000 solid 1px;
}

.cbb {
    border-bottom: #000 solid 1px;
}

.cbr {
    border-right: #000 solid 1px;
}

.cbl {
    border-left: #000 solid 1px;
}

.jrm {
    margin-right: 0px;
}

.jlm {
    margin-left: 0px;
}

.frameqr {
    width: 175px;
    height: 175px;
}

.watermark {
    position: relative;
}

    .watermark::after {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: xx-large;
        content: "SIN VALIDEZ OFICIAL";
        color: red;
    }

.grish {
    background-color: #d1d1d1;
}

.containersp {
    width: 100%;
    max-width: 1650px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-height:945px) {
    .scroll {
        max-height: 700px;
        overflow: auto;
    }
}

.psmall {
    font-size: x-small;
}

.modal-header {
    background-color: #003061;
    border-bottom: 1px solid #9B9898;
    color: #fff
}

.modal-footer {
    background-color: #003061;
    border-top: 1px solid #9B9898;
    color: #fff
}

.axur {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

.btnvalkbtnvalk {
    position: fixed; /* Fixed/sticky position */
    top: 25px; /* Place the button at the bottom of the page */
    left: 160px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    animation: 2.50s infinite beatHeart;
    text-align: center;
}

.btnmenucollapse {
    position: fixed; /* Fixed/sticky position */
    top: 7px; /* Place the button at the bottom of the page */
    left: 7px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    animation: 2.50s infinite beatHeart;
    text-align: center;
}

@keyframes beatHeart {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.btnmenucollapse:hover {
    background-color: #0d6efd; /* Add a dark-grey background on hover */
    color: #fff;
}

.oculto {
    display: none;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.subnav {
    float: left;
    overflow: hidden;
}

    .subnav .subnavbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .subnav:hover .subnavbtn {
        background-color: #9B9898;
        border-radius: 7px
    }

.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #9B9898;
    width: 100%;
    z-index: 1;
}

    .subnav-content a {
        float: left;
        color: white;
        text-decoration: none;
    }

        .subnav-content a:hover {
            background-color: #003061;
            color: #9B9898;
            border-radius: 7px
        }

.subnav:hover .subnav-content {
    display: block;
}

.center {
    margin: auto;
}

.accordionDoc {
    height: 550px;
    overflow-y: auto;
}

.accordionDocin {
    height: 640px;
}

.tarifabody {
    height: 200px;
    overflow-y: auto;
}
/*
    Azul OP #003061
    Naranja OP #9B9898

*/
/*.pinch-zoom-parent {
    height: 80vh;
    width: 90vw;
}*/
.APPheader {
    background-color: #003061;
    border-bottom: 1px solid #9B9898;
    color: #fff
}

.APPfooter {
    background-color: #003061;
    border-top: 1px solid #9B9898;
    color: #fff
}

.revisado {
    color: darkgreen;
    font-weight: bolder;
}

    .revisado:before {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #D6D7DA 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.55rem;
    border-top-right-radius: 0.55rem;
}
.texttotales{
    font-size:xx-large;
    color:midnightblue;
}
.texttotaleslabel {
    font-size: larger;
    color:navy;   
}
.totalspn {
    border-bottom: 1px double #000;
    font-size: inherit;
}
.breadcrumb-item.active {
    color: #1114a3;
}
.breadcrumb-item{
    font-size:medium
}
