.dataTables_filter label {
    display: none;
}

.modal-detail{
    max-width: 900px;
}

.underLine{
    text-decoration: underline;
}

.detail-btn{
    margin-left: 20%;
    width: 20%;
}

.modal-body{
    padding-top: 2rem;
}

#requestTable th {
    border-right: 1px solid #dddddd;
}

#requestTable th:first-child {
    border-left: 1px solid #dddddd;
}

#requestTable td {
    border-right: 1px solid #dddddd;
}

#requestTable td:first-child {
    border-left: 1px solid #dddddd;
}

.card-header{
    padding-bottom: 0.25rem;
}

#searchDiv{
    margin-bottom: 0.25rem;
}

.card-body {
    padding: 0.5rem;
}

.dataTables_length>label>span:first-child {
    margin: .5625rem .3rem;
}

.dataTables_filter{
    display: none !important;
}

#requestTable_length{
    float: left;
    margin-left: 0;
}

@media (min-width: 768px) and (max-width: 1920px){
    #requestTable{
        max-width: 1593px !important;
    }
}

.modal-dialog{
    margin-top: 8rem;
}

.hover-template{
    text-align: center;
}

.hover-template{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(19, 39, 58, 0.75);
    color: #fff;
    z-index: 5;
    cursor: pointer;
}

.hover-template div{
    text-align: center;
    margin-top: 35%;
}

.hover-template i{
    color: #2196f3;
    font-size: 30px;
    cursor: pointer;
}

#templateList{
    overflow-y: scroll;
    max-height:70vh;
}



.modal-body{
    max-width: 2000px;
}

.modal-dialog{
    max-width: 80%;
    width: unset;
}

#templateModal{
    margin: 1.75rem auto;
}

#idRequestRegen{
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#validateTemplateError{
    margin: auto;
}

#listErrorCreateRequest{
    margin: auto;
}