@charset "UTF-8";

.downSB{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.downSB P{
    margin-bottom: 0;
    color: #00395d;
    font-size: 24px;
}

.downSB .select2-selection--single{
    border-color: #00395d;
    height: 38px !important;
    border-radius: 5px;
    border-width: 2px;
}

.downSB .select2-selection__rendered{
    line-height: 38px !important;
}

.downSB .select2-selection__arrow{
    height: 34px !important;
}

.downSB .select2-selection__placeholder{
    font-size: 18px;
}

.form-group{
    width: 70%;
}

#downSearch{
    width: 98%;
}

#downloadBtn,
#downloadBtn:hover,
#downloadBtn:focus,
#downloadBtn:active{
    border-color: #00395d;
    border-radius: 5px;
    padding: 3px 6px;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    height: 38px;
    color: #00395d;
    font-size: 24px;
    border-width: 2px;
}

.bigd-container-p div.row:last-child{
    margin-top: 50px;
}

.downTable{
    width: 70%;
    margin: 0 auto;
}

.downTable p{
    margin-bottom: 5px;
    color: #00395d;
}

.downTable .table > thead > tr > th,
.downTable .table > tbody > tr > td{
    height: 50px;
    vertical-align: middle;
    word-break: break-all;
    font-size: 16px;
}

.downTable .table > thead > tr > th{
    border-top: 2px solid #000000 !important;
    border-bottom: 2px solid #000000 !important;
}

.downTable .table > tbody > tr > td{
    border-top: 0;
}

.downTable .table > tbody > tr:last-child > td{
    border-bottom: 2px solid #000000;
}

.downTable .table > tbody a{
    text-decoration: underline;
    color: #00395d;
}

@media all and (max-width: 768px) {
    .form-group,
    .downTable{
        width: 90%;
    }
}

@media all and (max-width: 1199px) {
    .form-group,
    .downTable{
        width: 85%;
    }
}
