#toolbar-container {
    margin-bottom: 10px;
}

#toolbar {
    display: flex;
    justify-content: flex-end;
}

.toolbar-group {
    margin-left: 10px
}

.select.input-sm {
    height: 44px;
}

.white-card {
    background-color: #FFF;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
    overflow: visible;
    border: 1px solid #E39911;
}

.nav-pills.nav-stacked > li > .btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 4px;
    z-index: 20;
}

.button-group {
    text-align: right;
    /* margin-bottom: 5px; */
    float: right;
}

#modulePreferences .form-control {
    background-color: white;
    border-color: #cdcdcd;
}

.panel-title > a {
    cursor: pointer;
}

.form-group > .form-control-static {
    padding: 0px;
}