.cont-expedients{
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    min-height: 70vh;
}
.title-expedients{
    background-color: #094739;
    border-radius: 5px 5px 0 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    color:White;
    padding:10px;
    width: 100%;
    
}
h1{
    text-align: center;
}
.nav-pagination{
    display: flex;
    justify-content: center;
}
.list{
    padding: 25px;
}
.cont-btn-exp{
    display: flex;
    justify-content: flex-end;
}
.btn-success:focus{
    outline: none;
    box-shadow: none;
}
.btn-success:hover{
    background-color:#1c756099;
}
#link-exp{
    text-decoration: none;
    color: white;
}
.btn-details{
    text-align: center;
    width: 5vw;
}
.btn-pages{
    background-color: #094739;
    color: inherit;
}
.btn-pages:hover{
    background-color:#1c756099;
}
.btn-secundary{
    background-color: #b99d61;
    color: inherit;
}
.btn-secundary:hover{
    background-color: #c9b487;
}

.page-link:focus{
    outline: none;
    box-shadow: none;
}
.disabled > a{
    background-color: #e6e6e6 !important;
    color:#808080 !important;
}
h3{
    text-align: center;
}
.table-cont{
    padding: 15px;
}
.close{
    border: none;
    background-color: transparent;
    transition: 0.3s;
}
.close:hover{
    border: none;
    background-color: gray;
    border-radius: 50%;
}
.nav-username{
    padding-right: 1rem;
    width: 20%;
    text-align: right;
}
.a-username{
    color: #b99d61;
    text-decoration: none !important;
}
@media screen and (max-width: 768px) {
    .nav-username {
      display: none;
    }
  }
a{
    color: #b99d61;
    text-decoration: none !important;
    transition: none;
}
a:hover{
    color: #b99d61;
    text-decoration: none !important;
    transition: none;
}
a:active{
    color: #b99d61;
    text-decoration: none !important;
    transition: none;
}