﻿@font-face {
    font-family: 'Roboto-Bold';
    src: url('../Fonts/roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../Fonts/roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../Fonts/roboto/Roboto-Regular.ttf') format('truetype');
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
}

body {
    overflow-x: hidden;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

#ContenidoPagina_mainPanel {
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    padding: 0px 0px 50px 0px;
}

@media (max-width: 769px) {
    .content-wrap {
        padding: 0px 0px 70px 0px;
    }

}

.content-wrap-table {
    padding: 0px 0px 113px 0px;
}

@media (max-width: 769px) {
    .content-wrap-table {
        padding: 0px 0px 90px 0px;
    }
}

.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.p-5 {
    padding: 20px;
}

.pt-5 {
    padding-top: 20px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-5 {
    margin-top: 20px;
}

.mb-5 {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .mt-35 {
        margin-top: 35px;
    }
}

.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select:focus {
    outline: #007DC1 auto 1px;
}

input:focus {
    outline: #007DC1 auto 1px;
}
/*@media (min-width: 992px) {
    .col-md-12 {
        width: 70%;
    }
}*/

.panel-bancos .col-md-6 {
    margin-bottom: 25px;
}

.panel-title {
    padding-bottom: 30px;
}

.img-bancos {
    margin-bottom: 40px;
}

.form-control {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pt-11 {
    padding-top: 11px;
}

.contenidoBancos {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contenidoBancos div {
        padding: 0px 5px;
    }

@media (max-width: 768px) {
    .contenidoBancos {
        display: block;
    }
}

.panel-bancos .panel-title {
    font-size: 20px;
    font-weight: 700;
    color: #182952;
}

.img-thumbnail {
    box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24) !important;
}


/*Footer Style*/
/*#region
|------------------------------------------------------------------------------
|Footer
|------------------------------------------------------------------------------
*/
.imgLogoGTI {
    width: 145px;
}
.footer-style {
    bottom: 0;
    width: 100%;
    color: white;
    padding: 0px;
    margin-top: 20px;
    padding-bottom: 0px;
    height: 275px;
}

@media (max-width: 769px) {
    .footer-style {
        position: inherit;
    }
}

.footer-style .footer-date {
    background-color: #FFF;
    color: #182A52;
    text-align: center;
    margin-top: 15px;
}

.footer-style section {
    background-color: #182A52;
    padding: 10px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.footer-style .info-icons {
    padding: 0px 25px;
}

.info-icons .svg-inline--fa {
    color: #71B71E;
    margin-right: 5px;
}

.info-icons p {
    font-family: 'Roboto-Regular';
    margin-bottom: 5px;
}


.footer-style .svg-inline--fa {
    vertical-align: -0.100em;
}

.footer-style .rounded-social-buttons {
    text-align: center;
}

    .footer-style .rounded-social-buttons .social-button {
        display: inline-block;
        position: relative;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border: 0.125rem solid transparent;
        padding: 0;
        text-decoration: none;
        text-align: center;
        color: #fefefe;
        font-size: 1.5625rem;
        font-weight: normal;
        line-height: 2em;
        border-radius: 1.6875rem;
        transition: all 0.5s ease;
        margin-right: 0.25rem;
        margin-bottom: 0.25rem;
    }

        .footer-style .rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }

    .footer-style .rounded-social-buttons .fa-facebook-f, .fa-youtube, .fa-instagram {
        font-size: 27px;
    }

    .footer-style .rounded-social-buttons .social-button.facebook {
        color: #fff;
        background: #3b5998;
        border-color: #182A52;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    }

        .footer-style .rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
            color: #fff;
            background: #3b5998;
            border-color: #182A52;
        }

    .footer-style .rounded-social-buttons .social-button.youtube {
        color: #fff;
        background: #bb0000;
        border-color: #182A52;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    }

        .footer-style .rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
            color: #fff;
            background: #bb0000;
            border-color: #182A52;
        }

    .footer-style .rounded-social-buttons .social-button.instagram {
        color: #fff;
        background: linear-gradient(49.59deg, #FCBB45 15.29%, #F75274 41.22%, #D53692 69.96%, #8F39CE 102.9%, #5B4FE9 140.75%);
        border-color: #182A52;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    }

        .footer-style .rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
            color: #fff;
            background: linear-gradient(49.59deg, #FCBB45 15.29%, #F75274 41.22%, #D53692 69.96%, #8F39CE 102.9%, #5B4FE9 140.75%);
            border-color: #182A52;
        }


/*#endregion */



/*Consulta externa Style*/
/*#region
|------------------------------------------------------------------------------
|Consulta externa Tabla
|------------------------------------------------------------------------------
*/
.pad-filters {
    padding: 15px 20px;
}

.txtCliente {
    font-family: Roboto-Medium;
    color: #414141;
    font-size: 20px;
}

.colCliente {
    margin-bottom: 20px;
    margin-top: 25px;
}

.tableHeader {
    display: block;
    color: #182952;
    font-family: Roboto-Medium;
    text-align: center !important;
    padding: 17px;
    margin-top: 0px;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    overflow: scroll;
    display: block;
    overflow-x: auto;
}

.btnBuscar {
    background-image: url(../Images/search.svg);
    background-repeat: no-repeat;
    background-position-y: 6px;
    background-position-x: 38px;
    padding-left: 40px;
    width: 170px;
    color: #FAFAFA;
    background-color: #182952;
    border: 2px solid #182952;
    border-radius: 50px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .btnBuscar:hover,
    .btnBuscar:active,
    .btnBuscar:focus,
    .btnBuscar:active:hover,
    .btnBuscar:active:focus {
        color: #FAFAFA;
        background-color: #182952;
        border-color: #182952;
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    }

.btnPagar {
    padding: 5px 30px;
    color: #fafafa;
    font-size: 14px !important;
    background-color: #F29222;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .btnPagar:hover,
    .btnPagar:active,
    .btnPagar:focus,
    .btnPagar:active:hover,
    .btnPagar:active:focus {
        color: #FAFAFA;
        background-color: #F29222;
        border-color: #F29222;
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    }

.ui-jqgrid {
    box-sizing: unset !important;
}

.ui-dialog {
    padding: 0px;
}

    .ui-dialog .ui-widget-header {
        background: #F29222 !important;
        color: #ffffff !important;
        font-size: 16px !important;
        text-align: center !important;
        padding: 10px 25px !important;
    }

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-dialog .ui-dialog-title {
    float: none;
    margin: 0px;
}

.mensajeServicio {
    height: 150px !important;
    text-align: center !important;
}


/*estilos del grid*/
@media (max-width: 755px) {
    #ContenedorGrid thead {
        display: none !important;
    }
}

#ContenedorGrid table {
    margin: auto;
    border-collapse: collapse;
    display: block;
    max-width: 100%;
}

#ContenedorGrid th {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

#ContenedorGrid td {
    white-space: nowrap;
    border-bottom: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #dddddd;
    background: #f6f6f6 url(images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #182952;
}


.ui-jqgrid .ui-jqgrid-titlebar {
    padding: 5px 10px;
}

.ui-widget-header {
    border: 1px solid #ffffff;
    background: #182952;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

.ui-jqgrid .ui-jqgrid-titlebar-close {
    display: none;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    padding: 5px 10px;
    text-align: left;
    font-size: 12px;
}

.ui-jqgrid tr.ui-row-ltr td {
    padding: 5px 10px;
    font-size: 12px;
}

#imgLogo {
    width: 90px;
}

/*#endregion */



.btn-block {
    background-color: transparent;
    border: none;
}

.tablaRubros{
    margin:auto;
    text-align: center;
}

.tablaRubros tr:first-child {
    border-bottom: solid 1px;
}

.tablaRubros tr td {
    border-color: #e9e9e9;
    padding: 6px 18px;
    vertical-align: middle;
}

    .tablaRubros tbody tbody tr:hover {
        background-color: #f9f5f5;
    }

    .tablaRubros tbody tr:nth-of-type(odd) {
        background-color: #e7e7e7;
    }

.tablaRubros td, .tablaRubros th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


.grecaptcha-badge {
    display: none;
}