/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-mini
for details on configuring this project to bundle and minify static web assets. */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* VERSION MOVIL */
    .carousel-caption {
        display: none;
    }

    .modal-login {
        width: 95%;
    }

    .marginIconosSuperior {
        margin-right: 2em;
    }

    #listaIconosDerecha {
        margin-right: 6em;
        margin-bottom: 2em;
    }

    #CabeceraGestionServicios {
        margin-right: 2em;
    }

    .ocultarRow {
        height: 0px;
    }

    #iconosGestion {
        margin-right: 2em;
    }

    #exp {
        bottom: -7px;
    }

    .botonesExportar {
        text-align: center;
        bottom: -16px;
    }

    .textAreaFacturasManual {
        width: 100% !important;
    }

    .lineaConTexto {
        margin: auto;
    }
}


@media screen and (min-width: 767px) {
    /* VERSION WEB */
    .modal-login {
        width: 350px;
    }

    div#idPanelDerecho {
        margin-left: 1em;
    }

    .botonesExportar {
        text-align: right;
    }

    .textAreaFacturasManual {
        width: 100% !important;
        min-height: 22% !important;
    }

    .lineaConTexto {
        width: 600px;
        margin: auto;
    }

    .submitBottom {
        margin-top: 7%;
        text-align: right;
        bottom: 0;
    }

    .fieldsetLciente {
        width: 65%
    }

    .btnAPI {
        padding: 18px 20px !important;
    }
}


.card {
    margin-top: 70px;
    max-width: 30%;
    border: 1px solid #7d7d7d;
    border-radius: 5px;
    padding: 10px;
}

body {
    font-family: 'Varela Round', sans-serif;
}

.modal-login {
    color: #636363;
}

    .modal-login .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-login .modal-header {
        border-bottom: none;
        position: relative;
        justify-content: center;
    }

    .modal-login h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
    }

    .modal-login .form-control:focus {
        border-color: #70c5c0;
    }

    .modal-login .form-control, .modal-login .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-login .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .modal-login .modal-footer {
        background: #ecf0f1;
        border-color: #dee4e7;
        text-align: center;
        justify-content: center;
        margin: 0 -20px -20px;
        border-radius: 5px;
        font-size: 13px;
    }

        .modal-login .modal-footer a {
            color: #999;
        }

    .modal-login .avatar {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #337ab7;
        /*background: #bc2929;*/
        /*background: #60c7c1;*/
        padding: 15px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .modal-login .avatar img {
            width: 100%;
        }

    .modal-login.modal-dialog {
        margin-top: 80px;
    }

    .modal-login .btn {
        color: #fff;
        border-radius: 4px;
        background: #337ab7;
        /*background: #bc2929;*/
        /*background: #60c7c1;*/
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
    }

        .modal-login .btn:hover, .modal-login .btn:focus {
            /*background: #45aba6;*/
            /*background: #a02222;*/
            background: #2c6ca2;
            outline: none;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.image-upload > input {
    visibility: hidden;
    width: 0;
    height: 0;
}

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

    .files input :focus {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.files {
    position: relative
}

    .files:after {
        pointer-events: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 50px;
        right: 0;
        height: 56px;
        content: "";
        background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
        display: block;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.hiddenFileInput > input {
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.hiddenFileInput {
    border: 1px solid #ccc;
    width: 160px;
    height: 160px;
    display: inline-block;
    overflow: hidden;
    /*for the background, optional*/
    background: center center no-repeat;
    background-size: 75% 75%;
    background-image: url(../images/upload.png);
}

/*fieldset {
    border: solid #e5e5e5 1px;
    padding: 6px;
    display: block;
}*/
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff 50% 50% repeat-x;
    color: #222222;
}

    .ui-widget-content a {
        color: #222222;
    }

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222222;
    }

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.data-invalid {
    color: white;
    font-size: 19px;
    background-color: red;
    border-radius: 4px;
    width: 30%;
}

/***Iconos pantalla inicio*/
.pater > div {
    display: inline-block;
    /*width: 37%;*/
}
/*div#pImporteE {
    padding: 0px;
}*/

.sinMargen {
    padding: 0px !important;
}

.iconos {
    text-align: center;
    font-weight: bold;
}

.disabledIcon {
    pointer-events: none;
    cursor: no-drop !important;
}

.contentImg > img {
    width: 5em;
}

.contentImgFac > img {
    width: 4em;
}

#iconosSuperior {
    overflow: hidden;
    width: 100%;
}

.panelesSuperior {
    float: left;
}

.listaIconosIzquierda {
    /*margin: 3em 3em 0em 3em;
    text-align: center;*/
    margin: 2em 3em 0em 3em;
    text-align: left;
    font-size: 48%;
}

#CabeceraIzquierda {
    text-align: center;
    font-size: 2em;
    color: #6a85a6;
    font-weight: bold;
}

#footerIzquierda {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1em;
    color: #1278f5;
    font-weight: bold;
}

.listaIconosDerecha {
    /*margin: 3em 3em 0em 3em;
    text-align: center;*/
    margin: 2em 3em 0em 3em;
    text-align: left;
    font-size: 48%;
}

#CabeceraDerecha {
    text-align: center;
    font-size: 2em;
    color: #6a85a6;
    font-weight: bold;
}

#footerDerecha {
    text-align: center;
    font-size: 1em;
    color: #1278f5;
    font-weight: bold;
}

.iconos > span {
    /*color:white;*/
    padding-top: 5px;
    margin: auto;
}

.contentImgFac {
    cursor: pointer;
}

.contentImg {
    cursor: pointer;
    /*background-color: white;
    border-radius: 50%;
    margin: 10px 50px -10px 50px;
    border-color: black;
    border-style: solid;*/
}

.container-inicio {
    width: 100% !important;
}

#CabeceraInferior {
    text-align: left;
    font-size: 2em;
    color: #6a85a6;
    font-weight: bold;
}

#CabeceraGestionServicios {
    text-align: center;
    padding-bottom: 1em;
    font-size: 2em;
    color: #6a85a6;
    font-weight: bold;
}

#iconosGestion > div {
    margin-right: 2em;
}

.top-buffer {
    margin-top: 5em;
}


div#iconosTotal {
    font-size: 0.6em;
}

div#idPanelDerecho {
    width: 62%;
    /*margin-left: 1em;*/
    border-radius: 10px 10px 10px 10px;
    border: 1px dashed;
}

@media only screen and (max-width: 700px) {
    div#idPanelDerecho {
        width: 96%;
        text-align: center;
    }

    #TotalValores-content {
        visibility: hidden;
    }
}

@media only screen and (min-width: 700px) {
    div#imgEstadoFactura {
        margin-top: -5em;
    }
}

.dataNumber {
    font-size: small;
}

.dataNumberTotal {
    font-size: large;
}

.dataNumberFac {
    font-size: medium;
}

.tituloIcono {
    font-size: medium;
}

#TotalValores {
    position: relative;
    min-height: 150px;
}

#TotalValores-content {
    position: absolute;
    bottom: 1.4em;
    font-size: 1.5em;
    left: 0;
}

#btnActualizaProcesos {
    position: absolute; /* fijo en la pantalla */
    bottom: 5px;
    left: 10px;
    /*margin: 0 auto;*/
}

#Process {
    height: 50%;
    position: relative;
}
/***FIN Procesos pantalla inicio*/

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn1 {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Seleccione un archivo';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 50px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.iconEstadoDocument {
    width: 4%;
    margin-right: 1%;
    margin-left: 1%;
}

.txtBoxDocument {
    width: 50%;
    display: inline !important;
    margin-left: 2%;
}

.container-sweetalert {
    background-image: url('../img/bg-rounded2.png');
}

/*.swal2-popup.swal2-modal.swal2-show {
    background-image: url('../img/bg-rounded2.png');
}*/

.orderColumns > thead {
    cursor: pointer;
    color: #1d79ad;
}

.orderColumns > tbody > tr > td {
    padding-left: 1.3em;
}
/*Accordion */
.mt-10 {
    margin-top: 20px;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;
}

#accordion .panel-title a {
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #f81ac1;
    /*border: 1px solid #ececec;*/
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}

    #accordion .panel-title a.collapsed {
        box-shadow: none;
        color: #676767;
        box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    }

        #accordion .panel-title a:before,
        #accordion .panel-title a.collapsed:before {
            content: "\f067";
            font-family: "Font Awesome 5 Free";
            width: 25px;
            height: 25px;
            line-height: 28px;
            font-size: 15px;
            font-weight: 900;
            color: #f81ac1;
            text-align: center;
            position: absolute;
            top: 8px;
            right: 15px;
            transform: rotate(135deg);
            transition: all 0.3s ease 0s;
        }

        #accordion .panel-title a.collapsed:before {
            color: #676767;
            transform: rotate(0);
        }

    #accordion .panel-title a:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #ececec;
        position: absolute;
        top: 0;
        right: 55px;
    }

#accordion .panel-body {
    padding: 0px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}


#accordion3 {
    padding-left: 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    #accordion3:before {
        content: "";
        width: 5px;
        height: 100%;
        background: #004e89;
        position: absolute;
        top: 0;
        left: 22px;
        z-index: -1;
    }

    #accordion3 .panel-title a {
        display: block;
        padding: 10px 30px 15px 0;
        background: #fff;
        font-size: 18px;
        font-weight: 500;
        color: #004e89;
        position: relative;
        transition: all 0.5s ease 0s;
        box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    }

        #accordion3 .panel-title a:before {
            content: "\f068";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            width: 50px;
            height: 50px;
            line-height: 40px;
            border-radius: 50%;
            background: #cad5c2;
            text-align: center;
            font-size: 17px;
            color: #004e89;
            border: 6px solid #004e89;
            position: absolute;
            top: 0;
            left: -80px;
        }

        #accordion3 .panel-title a.collapsed:before {
            content: "\f067";
            background: #fff;
        }

    #accordion3 .panel-body {
        padding: 0px 15px;
        background: #eee;
        border: none;
        border-radius: 2px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(255, 255, 255, 0.9);
        font-size: 14px;
        color: #487677;
        line-height: 25px;
    }


/*Ejemplo*/
.collapse-group {
    padding: 10px;
    border: 1px solid darkgrey;
    margin-bottom: 10px;
}

.panel-title .trigger:before {
    content: '\e082';
    font-family: 'Glyphicons Halflings';
    vertical-align: text-bottom;
}

.panel-title .trigger.collapsed:before {
    content: '\e081';
}

.accordion-style {
    background-color: #ecf5fe !important;
    color: #273f5b !important;
    cursor: pointer;
}

/*Loading*/
.modalWait {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

#hellopreloaderb > p {
    display: none;
}

#hellopreloaderb_preload {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    background: #66b5ff url(../svg/balls-triangle.svg) center center no-repeat;
    background-size: 41px;
    opacity: 0.5;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed
}

    .breadcrumb-arrow li:first-child a {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px
    }

    .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
        display: inline-block;
        vertical-align: top
    }

        .breadcrumb-arrow li:not(:first-child) {
            margin-left: -5px
        }

        .breadcrumb-arrow li + li:before {
            padding: 0;
            content: ""
        }

        .breadcrumb-arrow li span {
            padding: 0 10px
        }

        .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
            height: 36px;
            padding: 0 10px 0 25px;
            line-height: 36px
        }

        .breadcrumb-arrow li:first-child a {
            padding: 0 10px
        }

        .breadcrumb-arrow li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #3bafda;
            border: 1px solid #3bafda
        }

        .breadcrumb-arrow li:first-child a {
            padding-left: 10px
        }

        .breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent
        }

        .breadcrumb-arrow li a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #3bafda;
            border-left-style: solid;
            border-left-width: 11px
        }

        .breadcrumb-arrow li a:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #2494be
        }

        .breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
            background-color: #4fc1e9;
            border: 1px solid #4fc1e9
        }

            .breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
                border-left-color: #4fc1e9
            }

        .breadcrumb-arrow li a:active {
            background-color: #2494be;
            border: 1px solid #2494be
        }

            .breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
                border-left-color: #2494be
            }

        .breadcrumb-arrow li span {
            color: #434a54
        }

.header--test {
    background-color: white !important;
}

.entornoTest {
    font-size: xx-large;
    font-style: italic;
    color: red;
    cursor: pointer;
}

footer {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
}

.contentFooterDown {
    /*width: 800px;*/
    margin: 0 auto;
    position: relative;
    margin-bottom: 140px;
}

.linea {
    margin: 0px 20px;
    width: 21%;
    border-top: 1px solid #999;
    position: relative;
    top: 10px;
    float: left;
}

.leyenda {
    font-weight: bold;
    float: left;
}


.submitBottom {
    text-align: right;
}

.fieldsetLciente {
    margin: 5px 1px;
    border-radius: 10px 10px 10px 10px;
    background: #f2f7ff;
    font-size: 14px;
    padding-top: 10px;
}
