div#menu_file_pp {
    display: block;
}

div#menu_file_pp a {
    display: inline-block;
    border-radius: 0px;
    padding: 5px 5px 5px 35px;
    margin: 5px;
    text-decoration: none;
}

label {
    font-weight: bold;
}

table.table tr td:last-child {
    min-width: 90px;
    text-align: center;
}

table.table tr td:last-child a {
    display: inline-block;
    padding: 5px 8px;
    font-size: 10pt;
}

ul#pagination-digg td a {
    padding: 2px;
    display: block;
    background: rgb(229, 37, 49);
    width: 26px;
    height: 26px;
    margin: 6px;
    font-size: 11pt;
    text-decoration: none;
    color: rgb(248, 249, 250);
    line-height: 16pt;
    border-radius: 5px;
}

ul#pagination-digg td a.backdis, ul#pagination-digg td a.nextdis {
    background-color: rgb(213, 213, 213);
    cursor: no-drop;
}

ul#pagination-digg td a.selected {
    background-color: rgb(174, 24, 38);
}

.submenu_file {
    background: rgb(255, 206, 206);
    margin-bottom: 5px;
    padding: 5px;
}

.submenu_file a {
    display: inline-block;
    margin: 2px;
    padding: 2px 10px;
    text-decoration: none;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(80, 80, 80);
    background: rgb(223, 223, 223);
}

.submenu_file a.active {
    background-color: rgb(239, 148, 165);
    color: rgb(255, 255, 255);
}

.msjSaveAjs {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 3;
}

.body-msj {
    position: absolute;
    background: rgb(255, 255, 255);
    text-align: center;
    font-size: 14pt;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 350px;
    height: auto;
    border-radius: 9px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.body-msj a {
    cursor: pointer;
    font-weight: bold;
}

.bodyPop form {
    padding: 15px 30px;
}

fieldset .form-control {
    margin: 0px;
}

.cerrarPop {
    color: rgb(255, 255, 255);
    position: absolute;
    right: 0px;
    margin: 0px 30px;
    cursor: pointer;
}

.popPupNew {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
}

.bodyPop {
    position: relative;
}

.bodyPop form {
    background: rgb(189, 189, 189);
    margin: 60px;
    padding: 15px;
    border-radius: 15px;
}
.msjSaveAjs.bg-msj-2 {
    background: #558b5be3;
}

.msjSaveAjs.bg-msj-1 {
    background: #55688be3;
}
.body-msj{
        font-weight:bold;
}
.msjSaveAjs.bg-msj-2 .body-msj{
    color: #558b5b;
}

.msjSaveAjs.bg-msj-1 .body-msj{
    color: #55688b;
}

ul.ul_ajs_autocomplete {
    padding: 0;
    margin: 0;
    max-height: 271px;
    overflow: auto;
    position: absolute;
    width: calc(100% - 25px);
    z-index: 2;
}
ul.ul_ajs_autocomplete li {
    padding: 5px 10px;
    cursor: pointer;
}

.ul_ajs_autocomplete li:nth-child(odd) {
    background-color:#ffd1d1
}
.ul_ajs_autocomplete li:nth-child(even) {
    background-color:#ffeaea
}
.ul_ajs_autocomplete li:hover{
    background-color:#dc3545;
    color:#ffffff
}
.error-message {
    font-size: 10pt;
    color: red;
}
.form-angular {
    background-color: #cbcbcb;
    padding: 15px;
}
.msjsave {
    background-color: #a3ddff;
    color: #0d3468;
}
.msjtrue {
    background-color: #a3ffae;
    color: #12680d;
}

form#reporteForm {
    padding: 15px;
    border-radius: 5px;
    background: #b5b5b5;
    margin-bottom: 30px;
}
.web_v2 form {
    padding: 20px;
    background: #cfcfcf;
    border-radius: 5px;
}
  ul#pagination-digg a {
    padding: 5px 10px;
    display: block;
    background: #c5d7f2;
    color: #2196F3;
    margin: 2px;
    border-radius: 5px;
}
.menu-orden {
    right: 4px;
    position: absolute;
    top: 4px;
}

thead th {
    position: relative;
}

.menu-orden a {
  background: #bbd5ff;
    margin: 1px;
    border-radius: 3px;
    padding: 2px;
    color: #000000;
    border: 1px solid #37a5ff;
}

.menu-orden a.active {
    background: #0087f5;
    color: #ffffff;
}
th.th_orden {
    padding-right: 60px;
}
.paginador-container {
    margin: 20px 0;
    text-align: center;
    font-family: Arial, sans-serif;
}
.paginador-list {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}
.paginador-list a, .paginador-list span {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.paginador-list a.pag-item:hover, .paginador-list a.pag-nav:hover {
    background-color: #f0f0f0;
}
.paginador-list a.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    pointer-events: none;
}
.paginador-list .pag-puntos span {
    border: none;
    background: transparent;
}
@media (max-width: 768px) {
    tr {
        display: flex;
        flex-direction: column;
    }

    tr th {
        display: none;
    }

    tr td {
        display: block !important;
        width: 100% !important;
        padding: 2px 10px 0px !important;
    }

    tr td:first-child {
        padding-top: 10px !important;
    }

    tr td:last-child {
        padding-bottom: 10px !important;
    }

    span.lbl-td {
        font-weight: bold;
        display: block;
    }
}
