#accordion-awards-regulation .btn-link:hover{
    text-decoration: none;
}
.card-header {
    background: rgba(52,73,94,0.94);
    border-bottom: 1px solid #fff;
}
.card-header:hover {
    background: #1ABB9C;
}
.card-header button{
    color: #fff;
    padding: 15px;
}
.card-header button:hover{
    color: #fff;
}
.card-body{
    padding: 15px;
}
.place-score{
    max-width: 50px;
}
.total-score-title{
    font-size: 1.3rem;
}
.total-score-txt{
    font-weight: bold;
    font-size: 1.25rem;
    background-color: rgba(0, 0, 0, 0.05);
}
#score-table tr th{
    background-color: rgba(52,73,94,0.94);
    color: #fff;
    border-right: 1px solid #fff;
}
#score-table tr th:last-of-type{
    border-right: 0;
    color: rgba(52,73,94,0.94);;
    background-color: rgba(0, 0, 0, 0.05);
}
.dataTables_paginate a{
    background: #26B99A !important;
    border-color: #169F85 !important;
    color: #fff;
}
.dataTables_paginate a{
    background: #26B99A !important;
    border-color: #169F85 !important;
    color: #fff;
}
.dataTables_paginate a:hover{
    background: #169F85 !important;
    color: #fff;
}
.page-item:first-child .page-link,.page-item:last-child .page-link{
    border-radius: 0 !important;
}
.page-item.disabled .page-link{
    color: #fff;
}
#score-table_paginate {
    margin-top: 20px;
    margin-bottom: 10px;
}
#score-table_paginate ul li.disabled,#score-table_paginate ul li.disabled a{
    background-color: #dee2e6 !important;
    color: rgba(52,73,94,0.94) !important;
}
.page-link:focus{
    box-shadow: none;
}
.tile-stats{
    border-radius: 0;
}
.tile-stats .count{
    font-size: 30px;
}
.tile-stats .icon i,.tile-stats:hover .icon i{
    color: rgba(52,73,94,0.94);
}
h3{
    margin-left: 15px;
}
.award-img-box{
    width: 100%;
    margin: 0 0 10px 0;
}
.award-img-box img{
    max-width: 150px;
}
#btnSelectClosedContest{
    display: block;
    width: auto;
    margin: 15px 0 0 0;
}
#selectContestToViewForm{
    margin-bottom: 40px;
}
.table-caption{
    background: #b5e1ff;
    font-weight: bold;
}