.navbar-default {
    background: darkblue;
    color: white;
}
.footer{
    background-color: #eee;
}
.navbar-default a {
    color: white !important;
}
#result-box table > thead{
    background: #eee;
}
#result-box table > tfoot{
    background: #eee;
    padding-top:5px;
    padding-bottom:5px;
}
#result-box table> tfoot th{
    text-align: center!important;
    font-weight: normal!important;
}
.upload-loader {
    display: none;
}

.result-loader {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 1000px;
    border-radius: 8px;
    position: relative;
    display: none;
}

.result-loader img {
    position: absolute;
    display: block;

    background: white;
    padding: 10px;
    top: 20%;
    left: 50%;
}

/*bootstrap select2*/
.select2-container {
    width: 100%;
}

.select2-container a.select2-choice {
    font-size: 14px;
    height: 30px;
    padding: 4px 8px;
    line-height: 1.42857;
}

.select2-container .select2-choice .select2-arrow {
    padding-top: 2px;
}