html, body {
    height: 100%;
    min-height: 100%;
    font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
}
nav.navbar {
    background-color: #e8ebea;  /*#005DA4;*/ /*    #215d7f;005DA4;#e8ebea*/
}

.small-xx {
    font-size: 9px;
}
.small-xxx {
    font-size: 10px;
}
.btn-ancho {
    width: 200px;
}

.btn-ancho2 {
    width: 150px;
}
.bgcolor {
    background-color: white; /* #1C4266; /*#CAD2D6;*/
}
.tablap thead th {
    background: #567489;
    color: white;
    text-align: center;
}
.tableFixHead {
    overflow-y: auto;
    height: 100px;
}

    .tableFixHead thead tr th {
        position: sticky;
        top: 0;
    }
.colormsg {
    background-color: #c6d9ec;
}

.sinlink {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.sinlinknb {
    color: black;
    text-decoration: none;
}

.colorbgmsg {
    background-color: #f2f2f2;
}

.colbg1 {
    background: #edf7fc;
}

.colbg2 {
    background: #fcfccf;
}

.colbg3 {
    background: #fce3e1;
}

.colbg4 {
    background: #ddfef6;
}
.colorbarra1 {
    background: rgb(46,54,142);
    background: linear-gradient(90deg, rgba(46,54,142,1) 35%, rgba(113,202,217,1) 100%);
}
a.bcal:hover {
  color: hotpink !important;
}
.list-group-item.active {
    background-color: #567489 !important;
    /*  border-color: #aed248; */
}

