// This style overrides all other bootstrap or admin-lte style sheets thank to #id selector.
.skin-default {
    .ui-select-bootstrap .ui-select-choices-row.active > a {
        color: $btn-primary-color;
        background-color: $brand-primary;
    }

    // Content Header.
    .content-header {
        background: transparent;
    }
}

.dl-group {
    .dl-list {
        .dl-horizontal {
            min-height: 45px;
            margin-bottom: 0px;

            dt {
                line-height: 45px;
                text-align: left;
            }

            dd {
                line-height: 45px;
            }
        }

        border-bottom: 1px solid #d2d6de;
    }

    margin-bottom: 20px;
}

