.searchalumni label {
    font-size: 18px;
    color: #1c2e36;
    display: block;
}
.tx-wng-alumni .structure-masonry {
    display: inline-block;
    width: 100%;
}
.tx-wng-alumni .filter-button-structure {
    margin-bottom: 20px ;
}
.listalumni table {
    border-collapse: collapse !important;
    border-color: transparent;
}
.listalumni .dataTables_paginate {
    display: none;
}
.tx-wng-alumni .listalumni {
    display: inline-block;
    width: 100%;
    overflow: auto;
}
/*.listalumni table thead tr th.sorting_desc:after {
    background: url(../Icons/sort-icon-down.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 1;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 15px;
    transition: opacity 0.3s ease;
}
.listalumni table thead tr th:hover:after {
    opacity: 1;
}
.listalumni table thead tr th:after {
    position: absolute;
    content: '';
    background: url(../Icons/sort-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 15px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    display: block !important;
}*/
.listalumni table thead tr th {
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 19px 35px 21px 25px;
}
.tx-wng-alumni .dt-more-container {
    margin: 60px auto 20px ;
    text-align: center;
}
.tx-wng-alumni .dt-more-container button {
    font-size: 20px;
    border: 1px solid #bbc0c3;
    border-radius: 4px;
    padding: 18px 33px 13px 33px;
    display: inline-block;
    background: transparent;
    color: #1c2e36;
    outline: none;
    margin-top: 20px;
}
.tx-wng-alumni .dt-more-container button:hover {
    color: #00609c;
    border: 1px solid #00609c;
    text-decoration: none;
}
.listalumni table thead {
    background: #ecf2f3;
    border-bottom: 4px solid #27bbca;
}
.listalumni table thead th {
    color: #1c2e36;
}
.listalumni table tbody {
    border-right: 1px solid #dde0e6;
    border-left: 1px solid #dde0e6;
}
.listalumni table tr.odd{
    background: #fff;
}
.listalumni table tr.even{
    background: #ecf2f3;
}
footer.footer-home , .footer-nav.footer-nav-home {
    clear: both;
}
.listalumni.listalumnifromurl {
    overflow: auto;
}