body {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-weight: 900;
}

.form-control {
    height: 44px !important;
    font-size: 16px !important;
}

.btn-default {
    background-color: rgb(233, 233, 233) !important;
    width: 100% !important;
    height: 45px !important;
}

.btn {
    height: 45px !important;
    padding: 0px 30px !important;
}

.btn-primary {
    color: black !important;
    background-color: white !important;
    border-color: black !important;
    width: 100%;
}

.footer {
    margin-top: 50px;
    padding: 50px 0px 150px 0px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 600px) {

}