body {
    background-color: #e1e1e1; 
}
body > .container{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
}
li{
    list-style: none;
}

.form-wrapper {
    border-radius: 10px;
}

.form-wrapper label {
    font-weight: bold;
}

.errors li {
    list-style: none;
    width: 100%;
    text-align: center;
}

.errors ul {
    padding-left: 0;
    margin-bottom: 0;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #00000026;
    border-color: #00000026;
}
.act a{
    margin-right: 5px;
}

#dfs{
    margin: 20px 0px;
}
.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}
#dfs span{ margin: 2px;}
#toolbarContainer{ display: none;}
@media (max-width: 768px) {
    .form-wrapper .text-right {

        text-align: center !important;
    }
}