﻿

@media screen and (max-width: 800px) {
    #contenedor {
        width: 100%;
    }
}

.primary-secondary-gradient {
    background: -webkit-linear-gradient(40deg, #146bb4, #015faa) !important;
    background: linear-gradient(40deg, #146bb4, #015faa) !important;
}


.table_height .dropdown-menu {
    font-size: 12px;

}

.table_height td, .table_height th {
    padding: .1rem;
}


.agrupar_list {
    height: 44px;
    padding-bottom: 6px;
    border-top-width: 1px;
    border: none;
    background-color: #ffffff
}

.table_height thead .sorting:before, .table_height thead .sorting:after, .table_height thead .sorting_asc:before, .table_height thead .sorting_asc:after, .table_height thead .sorting_desc:before, .table_height thead .sorting_desc:after, .table_height thead .sorting_asc_disabled:before, .table_height thead .sorting_asc_disabled:after, .table_height thead .sorting_desc_disabled:before, .table_height thead .sorting_desc_disabled:after {
    bottom: 0 !important;
}

.frm-sizing .input-group select {
    max-width: 50px;
}

.frm-sizing .input-group input.frm-code {
    max-width: 60px;
}

.input-group-btn select {
    max-width: 75px;
}

.bootbox .modal-footer {
    border-top:none;
}

.bootbox .modal-header {
    border-bottom: none;
}

.frm-code {
    max-width: 60px;
}

.frmGroupCustomize .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .15rem .5rem;
    background-color: #3bacc5;
    
}

.frmGroupCustomize .input-group-sm > .input-group-prepend > .input-group-text label {
    color: #fff;
}

.frmStyle .form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    color: #000000;
}

.bg-border-info-50, input.error, select.error {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.bg-border-warning-50 {
    color: #495057;
    background-color: #fff;
    border-color: #ffc107;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 5, 0.25);
}

.error {
    color: red;
    font-weight: 400;
}

.border-col-blue {
    border-right: 3px solid #146bb4;
}

.datepicker table tr td span:hover {
    background: #eee !important;
    background-image: linear-gradient(to bottom,#08c,#04c) !important;
    color: #fff !important;
}

.overlay {
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    display: none;
}

.overlay.is-active {
    display: block;
}

.info-card-tab.is-active {
    position: relative;
    z-index: 1041;
}

.thead-info-estado {
    background: #b5eef7;
}

.tableFormat thead tr th {
    font-weight: 900;
    border-top: 2px solid #868080;
    border-bottom: 2px solid #868080;
    color: #54667a;
}


.tableFormat td, .tableFormat th {
    padding: .1rem;
}

.tableFormat td {
    border-top: 1px solid #fff !important;
}

.toogleInputWarning:focus, .toogleSelectWarning:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffc107;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 5, 0.25);
}


.borderGrisTr {
    border-top: 2px solid #c5bebe;
}

.table-preliquidacion td, .table-preliquidacion th {
    border-top: none;
    padding:0.1rem !important;  
}

.frmPreliquidacion .table td, .table th {
    padding: .1rem;
}
/**Formulario de preliquidacion*/
.frmPreliquidacion h6 {
    font-size: 12px;
    font-weight: 700;
}

.frmPreliquidacion p {
    font-size: 12px;
    font-weight: 400;
}

.frmPreliquidacion h5 {
    font-size: 14px;
}

.frmPreliquidacion input {
    height: 25px;
}

/*Tabla de preliquidacion*/
.table-preliquidacion {
    font-size: 12px;
}

.table-preliquidacion tfoot {
    font-weight: 700;
    border-top: 2px solid #868080;
}

.table-preliquidacion tfoot .totalStyle {
    border-bottom-style: double;
    border-bottom-width: 6px;
    border-color: #868080;
    border-top-style: solid;
    border-top-width: 2px;
    border-color: #868080;
    font-weight: 900;
    font-size: 13px;
}

.table-preliquidacion tfoot .totalObligacionStyle {
    height: 16px;
    border-top-color: #fff;
    border-top-style: hidden;
}

.table-preliquidacion thead tr th {
    font-weight: 900;
    border-top: 2px solid #868080;
    border-bottom: 2px solid #868080;
}
.table-preliquidacion tbody input[type="text"] {
    font-size: 12px;
}

span.widthMes {
    width: 70px;
    display: inline-block;
}

.btnRemoveDeclaracion {
    padding: .1rem .3rem;
    font-size: 9px;
}

.btnRemoveraccesorios {
    padding: .1rem .3rem;
    font-size: 9px;
}

.borderGrisTr input.inputCapital.textIngreso {
    margin-top: 5px;
}

.table-preliquidacion  tr input.padBottom {
    margin-bottom: 5px;
}

.dropify-wrapper .dropify-message {
    top: 32%;
}

.dropify-wrapper {
    height: 62px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1px;
}

.bg-border-danger-50, input.error, select.error {
    color: #495057;
    background-color: #fff;
    border-color: rgba(255, 0, 0, .50);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, .35);
}

.bg-border-danger-50:focus{
    color: #495057;
    background-color: #fff;
    border-color: rgba(255, 0, 0, .50);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, .35);
}

.labelEdit {
    padding: 2px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 100% !important;
}

.modal-body.Fondo {
    background: #f2f7f8 !important;
}

.btn8_4 {
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
}
.btn6_3 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
}
.label-gris {
    background-color: #8b99a5;
}
}

#verticalcenter .modal-header {
    justify-content: flex-end;
}

.withEstadoCta {
    width: 350px;
    display: inline-block;
}

#tableNotificarPago .label-warning {
    width: 100px;
}

.frmPreliquidacion span.spbco {
    width: 88px;
    display: inline-block;
}

.frmPreliquidacion span.spcta {
    width: 140px;
    display: inline-block;
}

#tableNotificarPago tbody tr td{
    font-size: 13px;
}

#detCompensacion thead{
    font-size: 11px;
}

#detCompensacion thead .form-control-sm, .tableHistorial thead .form-control-sm {
    height: calc(1.125rem + 1px);
}
.w-2 {
    width: 2% !important;
}

.tableHistorial {
    font-size: 13px;
}

.tableHistorial tbody tr td {
    font-size: 11px;
}

.tableHistorial tfoot th {
    text-align: right!important;
}

    .tableHistorial tr.dtrg-group td {
        font-size: 13px;
        background-color: #b5eef7!important;
    }

   /*Estilos param QR*/



h5.Titulos {
    margin-bottom: 2px !important;
}

hr.Titulos {
    margin-bottom: 3px !important;
}

div.CardQR {
    margin-bottom: 5px !important;
    border: 1px solid !important;
    border-color: #01c0c830 !important;
    padding-bottom: 1px;
    padding-top: 1px;
}

div.CardQR div.card-body {
        padding-bottom: 2px !important;
        padding-top: 2px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


table.table {
    margin-bottom: 1px;
}

div#ModalDetalle div.modal-header {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}


div#ModalDetalle div.modal-body {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
}


a.InfoUser {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
header.topbar.topbarQR {
    background: linear-gradient(to top, #13ccf10f 0%, #13ccf13b 100%) !important;
    border-bottom: 1px solid !important;
    border-bottom-color: rgba(196, 6, 6, 0.22) !important;
}
table.tableQRtr tbody tr td {
    padding-bottom: 2px;
    padding-top: 2px;
}

div.BoxTexto {
    padding-left: 0px !important;
    color: #54667a !important;
}

div.DatosContrib {
    margin-bottom: 5px !important;
    position: fixed;
    top: 74px;
    /*width: auto;*/
    width: 100%;
    left: 0px
}

div.DatosContrib div.card-body {
        padding-bottom: 10px !important;
        padding-top: 5px !important;
        }

#datosMovil {
    margin-left: 0px;
    padding-top: 5px;

}



/*Estilo param Imagen de Alcaldia*/

div#ChangeProfile {
    cursor: pointer;
}

span.Horario {
    padding-bottom: 0px!important;
    padding-top: 0px!important;
    padding-left: 4px!important;
    padding-right: 4px!important;
}

.card_permiso {
    margin-bottom: 5px !important;
}

.card_permiso_body{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.checkboxClass.custom-checkbox {
    margin-bottom: 0px !important;
}
.checkboxTexto {
    line-height: 18px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #2c2b2e !important;
    font-family: "Rubik", sans-serif !important;
}

button.collapsed {
    padding-bottom: 0px;
    padding-top: 0px
}

#select2-Materiales_0__MaterialId-container {
    color: #54667a !important;
    /*display: initial !important;*/

}

.Color_red {
    color: #f62d51 !important;
}

.btn_Consumir {
    padding-top: 0px !important;
    padding-bottom: 0px!important;
    height: 21px!important;
}



.JfiltrosDatatable {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    height: 22px !important;
}


.notifyMenu {
    position: relative !important;
    top: -7px !important;
    right: 195px !important;
}

.notifyLicencia {
    top: -4px !important;
    right: -6px !important;
    border: 5px solid #ffbc34 !important;
}

.NotificacionL {
    position: relative !important;
    top: 0px !important;
    right: -7px !important;
    color: #ffbc34 !important;
}
.Table_Forma1 td, .Table_Forma1 th {
    padding: .1rem !important;
}

.preliquidacionConvenio td, .preliquidacionConvenioth {
    padding: .1rem;
}

.TitleConvenio {
    padding: 0.2rem;
}

.head-xs {
    padding: 0.25rem 1.25rem !important;
    
}

.texto-azul {
    color: #146bb4 !important;
}
.padding-0 {
    padding:0rem !important
}

.padding-top-0 {
    padding-top: 0rem !important
}
.padding-bottom-0 {
    padding-bottom: 0rem !important
}

.CuotaConvenio {
    float: right !important;
    font-weight: bold !important;
    color: #000000a6 !important;
}

.swal2-icon::before {
    display: flex;
    align-items: center;
    height: 94%;
    font-size: 4.75em;
}
.swal2-icon.swal2-warning::before {
    content: '!';
}
.CargaCenter {
    margin-top: 207px !important;
}
.notify {
    position: relative;
    top: -25px;
    right: -7px;
}

.BtnActualizarD .heartbit {
    position: absolute;
    top: -24px;
    right: -7px;
    height: 31px;
    width: 25px;
    z-index: 20;
    border: 30px solid #f62f02;
    border-radius: 100px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.BtnActualizarD .point {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #f63535;
    position: absolute;
    right: 17px;
    top: 0px;
}

.margen_0 {
    margin-bottom: 0px !important;
    padding: 0rem !important;
}


.infoContrib {
    padding: 6px !important;
    border: 1px solid !important;
    border-color: #01c0c830 !important;
    padding-bottom: 1px !important;
    padding-top: 1px !important;
}

.Modal-98 {
    max-width: 98%;
}