﻿body {
    /*background-color:#ECECEC;*/
    font-family: Segoe UI !important;
}

#divMenu ul li a {
    color: black;
}

#divMenu .panel-heading .panel-title a {
    font-weight: 400;
}

#divMenu .panel-heading.active .panel-title a {
    font-weight: 600 !important;
}

#menuPrincipal {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f5f5f5;
}



#divMenu .active {
    border-radius: 0.3rem;
    border-left: 0.5rem solid currentColor;
    border-left-color: #174171;
    font-weight: 600 !important;
    padding-left: 0.5rem;
    /*background: linear-gradient(to right, #174171 0%, #f5f5f5 95%);
    color: white;*/
}

.menuItem {
    padding-left: 1rem;
    min-height: 3rem;
    background-color: #f5f5f5 !important;
}

    .menuItem .panel-heading {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }


#divMenu .icono {
    max-height: 1.4rem;
    margin-top: -0.3rem;
}

#sliderMenu ul li a {
    color: black;
}

#sliderMenu .panel-heading .panel-title a {
    font-weight: 400;
}

#sliderMenu .icono {
    max-height: 1.4rem;
    margin-top: -0.3rem;
}

.btn-default {
    /*color: #fff;
    background: #174171 !important;*/
        color: #557497 !important;
    background: #f9f9f9 !important;
    font-weight: 600;
    border-radius: 0.5rem;
        font-size: 0.8rem;
}

#archivos #btnCargar {
    font-size:1rem !important
}

.content-fluid, .content {
    background-color: #FFFFFF;
}
#stores img {
    max-width: 7rem;
}
h5 {
    font-size: 1.3rem;
}

.centrado {
    text-align: center;
    margin: auto auto;
}

.encabezadoTablaAzul {
    color: #ffffff;
    background-color: rgba(57,150,205,1);
}

#topdb .dataTables_filter > label > input {
    border: thin black solid !important;
    margin: 0.5rem !important;
    border-radius: 0.5rem;
    padding-left: 0.5rem;
    width: auto;
}

/*mobile grilla*/
table.dataTable>tbody>tr.child {
    border-right: 1.5px lightgrey;
    border-bottom: 1.5px solid lightgray;
    border-left: 6px solid #174171;
    border-bottom-left-radius: 5px;
    display: block;
}

.encabezadoTabla {
    color: #ffffff;
    background: rgba(57,150,205,1);
    background: -moz-linear-gradient(left, rgba(57,150,205,1) 0%, rgba(158,195,88,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,150,205,1)), color-stop(100%, rgba(158,195,88,1)));
    background: -webkit-linear-gradient(left, rgba(57,150,205,1) 0%, rgba(158,195,88,1) 100%);
    background: -o-linear-gradient(left, rgba(57,150,205,1) 0%, rgba(158,195,88,1) 100%);
    background: -ms-linear-gradient(left, rgba(57,150,205,1) 0%, rgba(158,195,88,1) 100%);
    background: linear-gradient(to right, rgba(57,150,205,1) 0%, rgba(158,195,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3996cd', endColorstr='#9ec358', GradientType=1 );
}
/** Menu movil **/
#sliderMenu {
    position: absolute;
    width: 90%;
    max-width: 350px;
    top: 124px;
    z-index: 9999;
    transform: translateX(-450px);
    -webkit-transform: translateX(-450px);
}
/*$ en input*/
.left-inner-addon {
    position: relative;
    /* width: 200px; */
}

    .left-inner-addon input {
        padding-left: 14px;
        /* width: 170px; */ /* 200px - 30px */
    }

    .left-inner-addon .img {
        position: absolute;
        pointer-events: none;
        top: 2.7rem;
        font-size: unset;
    }
/*fin $*/
.slide-in {
    animation: slide-in .5s forwards;
    -webkit-animation: slide-in .5s forwards;
}


/**pago gral*/
#divCreditos div.centrado, #divDebitos div.centrado {
    padding: 0.5rem;
}

.slide-out {
    animation: slide-out .5s forwards;
    -webkit-animation: slide-out .5s forwards;
}

@keyframes slide-in {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-450px);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-450px);
    }
}

/** Fin menu movil **/



.encabezado {
    color: #ffffff;
    height: 6rem;
    border-bottom: 0.15rem solid #174171;
}

#menuPrincipal .panel-heading {
    font-size: 1.5rem;
}

.footerCF {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    margin-right: 0px;
    margin-left: 0px;
    min-width: 100%;
}

.naming {
    font-size: 1.5rem;
    font-weight: 700;
}

.datosAfil {
    text-align: right;
    font-size: 1.2rem;
    font-weight: bold;
    color: #174171;
    padding-top: 0.5rem;
}

.cuerpo {
    padding-top: 1rem;
    background-color: #ECECEC;
}

body {
}

.pie, table, .panel-primary > .panel-heading {
    background:#f9f9f9 !important;
    /*background: #174171 !important;*/
    font-weight: 500;
    background: rgba(158,195,88,1);
    background: -moz-linear-gradient(left, rgba(158,195,88,1) 0%, rgba(57,150,205,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(158,195,88,1)), color-stop(100%, rgba(57,150,205,1)));
    background: -webkit-linear-gradient(left, rgba(158,195,88,1) 0%, rgba(57,150,205,1) 100%);
    background: -o-linear-gradient(left, rgba(158,195,88,1) 0%, rgba(57,150,205,1) 100%);
    background: -ms-linear-gradient(left, rgba(158,195,88,1) 0%, rgba(57,150,205,1) 100%);
    background: linear-gradient(to right, rgba(158,195,88,1) 0%, rgba(57,150,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ec358', endColorstr='#3996cd', GradientType=1 );
}

table {
    color: #ffffff;
    border: 1px solid #ffffff !important;
    /*text-align: center !important;*/
}

pie {
    height: 5rem;
}

btn {
    margin: 0 1rem;
}

#cardCuerpoPrincipal {
    overflow: visible;
}

#cuerpoCentral {
    min-height: 0px;
    padding: 0px;
}

#cuerpoCentral2, #cuerpoCentral3, #cuerpoCentral4, #cuerpoCentral5, #cuerpoCentral6, #cuerpoCentral7 {
    padding: 0px;
    margin-left: 1rem;
    margin-right: 1rem;
}
#cuerpoCentral3 {
    margin:0px;
}

/* width */
::-webkit-scrollbar {
    width: 1rem;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: lightgray;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #174171;
    }

.conInfo .brFin {
    display: block;
    content: "";
    margin-top: 0.75rem;
}

#listaConceptos li {
    border: 0 !important;
}

div.panel-body ul li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    cursor: pointer;
}

    div.panel-body ul li:last-child {
        border-bottom: none;
        padding: 5px 0 0 0;
    }


.table {
    margin: 0;
    padding: 0;
}

body.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}

.modal-scrollbar-measure {
    overflow: hidden;
}


.table-responsive {
    overflow-x: hidden;
    border-radius: 0.9rem;
}

.btn-primary {
    background: #4285F4;
}

.panel-primary > .panel-heading {
    /*color: #fff;*/
    /*background-color: #4285F4;*/
    /*border-color: #4285F4;*/
    border: 1px solid #ccc;
        border: 0px solid #ccc;
        text-align:center;
        color: #557497 !important;
        font-weight:700;
        /*background-color: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%) !important;*/
        background: rgba(255,255,255,1)!important;
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 10%, rgb(197 199 207 / 69%) 51%, rgba(249,249,249,1) 91%, rgba(255,255,255,1) 100%)!important;
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(249,249,249,1)), color-stop(51%, rgba(249,249,249,1)), color-stop(91%, rgba(249,249,249,1)), color-stop(100%, rgba(255,255,255,1)))!important;
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 10%, rgb(197 199 207 / 69%) 51%, rgba(249,249,249,1) 91%, rgba(255,255,255,1) 100%)!important;
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 10%, rgb(197 199 207 / 69%) 51%, rgba(249,249,249,1) 91%, rgba(255,255,255,1) 100%)!important;
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 10%, rgb(197 199 207 / 69%) 51%, rgba(249,249,249,1) 91%, rgba(255,255,255,1) 100%)!important;
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 10%, rgb(197 199 207 / 69%) 51%, rgba(249,249,249,1) 91%, rgba(255,255,255,1) 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 )!important;
        

}

.panel-primary {
    border-color: #4285F4;
    border: 0px;
}


thead {
    /*background-color: #2BBBAD;*/
    background-color: #ffffff;
    /*color: white;*/
    color: #174171;
    text-align: center !important;
}

#toast-container {
    margin-top: 30vh;
    /*margin-left: 30vw;*/
}


.picker__table th, .picker__table td {
    background-color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
    /*color: #333;*/
    color: #174171ba;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
    /*color: #333;*/
    color: #174171;
}

.select-wrapper input.select-dropdown {
    font-weight:600;
}

    .table-striped > tbody > tr:nth-of-type(odd):hover,
    .table-striped > tbody > tr:nth-of-type(even):hover {
        /*background-color: #ececec;*/
        background-color: #f5f5f5;
        color: #333;
    }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th {
    /*text-align: center !important;*/
    border-color: white;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    /*border-bottom: 2px dashed #cdcdcd9e !important;*/
    border-bottom: 1px solid #cccccc !important;
}
/*.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th,*/
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    /*border: 0px solid #ddd;*/
    border-color: white;
}

input:-webkit-autofill {
    background-color: #fff;
}

.picker__table {
    color: #FFF;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.textoAzul {
    color: #01579b !important;
}

.textoNegro {
    color: black;
}

.textoAzulNegrita {
    color: #01579b;
    font-weight: bold;
}

.textoRojo {
    color: red;
}

.textoRojoNegrita {
    color: red !important;
    font-weight: bold;
}

.textoVerde {
    color: green;
}

.textoVerdeCF {
    /*color:#174171 !important;*/
    color: #777 !important;
    font-weight: 500;
}

.textoVerdeNegrita {
    color: green;
    font-weight: bold;
}

.btnVolver a {
    color: #174171 !important;
    font-weight: 500;
    font-size: 1rem;
}

.btnVolver .fa-2x {
    font-size: 1.5em;
}

td.tdPago img {
    max-width: 5rem !important;
}

.btnVolver {
    color: #174171;
    padding-bottom: 0.5rem;
}

.titulo {
    font-size: 1.3rem;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 1rem;
}

#precio:invalid {
    color: red;
}

hr {
    margin-top: 1rem;
    margin-bottom: 0px;
    border: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-top: 0.1rem solid #174171;
}


.titulo {
    color: #777;
    background: white !important;
    border-radius: 4px;
    border-left: 5px solid currentColor;
    border-left-width: 10px;
    border-left-color: #174171;
    border-top: 0px;
    border-right: 0px;
    font-size: 1.1em;
    border-bottom: 0px;
    font-weight: 500;
    padding: 10px;
    border-left: 6px solid;
    border-radius: 5px;
    margin-bottom: 10px;
    border-color: #174171;
}

    .titulo i {
        padding: 10px;
    }

.derecha {
    float: right;
    text-align: right;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #4285F4;
    display: block;
    padding: .5rem .5rem;
    font-size: 1rem;
}

.paginate_button.active a, .btn-primary {
    background-color: #174171ba;
    border-color: #174171ba;
}

.float-right {
    float: right;
}

.btn-default:hover, .btn-default:focus, .btn-default:active  {
    background-color: #174171b8 !important;
    color: #fff !important;
}

.textoVerdeCF a {
    color: #777; /*#174171;*/
}

.btn-ver-mas {
    box-shadow: none !important;
    font-weight: 700 !important;
    color: #174171 !important;
    font-size: medium !important;
    background-color: transparent !important;
    text-align: end;
}

.note-info {
    background-color: #e1f6fc !important;
    border-color: #39c0ed !important;
}

.note-danger {
    background-color: #fee3e8 !important;
    border-color: #f93154 !important;
}

.note-success {
    background-color: #c6ffdd !important;
    border-color: #00b74a !important;
}

.note-warning {
    background-color: #fff1d6 !important;
    border-color: #ffa900 !important;
}

.note-light {
    background-color: #fbfbfb !important;
    border-color: #262626 !important;
}

.note-primary {
    background-color: #e1ecfd !important;
    border-color: #1266f1 !important;
}

.note-secondary {
    background-color: #f4e3ff !important;
    border-color: #b23cfd !important;
}

.note {
    padding: 10px;
    border-left: 6px solid;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .note .panel-heading {
        font-weight: 500;
    }

    .note .panel-heading, .note .panel-body {
        padding: 5px;
    }

td i, td a {
    color: #777 !important;
}

.interlineado {
    line-height: 2.5em !important;
}

#lblPeriodo li {
    border: 0;
}

#lblPeriodo ul li {
    list-style-type: circle;
}


.credencial {
	/*
	background-image: url('/img/1600px_sin fondo.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	*/
	background-color: #ddd;
	background: linear-gradient(207deg, rgba(23,65,113,0.7) 0%, rgba(9,9,121,0.7) 8%, rgba(1,127,64,0.7) 14%, rgba(255,255,255,0.7) 18%);
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 10px;
	
}


