#security-panel .tabbable {
    margin-top: 0;
}
#security-panel .tabbable .tab-pane {
    padding:10px 20px;
    height: 100%;
}
#security-panel .tabbable .tab-pane fieldset,
#security-panel .tabbable .tab-pane ng-form,
#security-panel .tabbable .tab-pane .tab-container {
    height: 100%;
    width: 100%;
}
#security-panel form {
    width: 100%;
}

#security-panel form .btn-link {
    text-decoration: underline;
    margin-left: 4px;
}
#security-panel .tab-container {
    padding: 4px 0 0;
    margin: 0;
}
#security-panel .tab-title {
    font-weight: 400;
    margin: 0 0 0 10px;
    padding: 0 0 4px;
}
#security-panel .tab-header {
    display: flex;
    flex-direction: row;
}
#security-panel .tab-filter {
    margin: 0 0 8px 10px;
}
#security-panel .tab-filter .btn {
    padding: 5px 10px !important;
}

#security-panel .tabbable {
    margin-top: 0;
}
#security-panel .tabbable .tab-pane {
    padding:10px 20px;
    height: 100%;
    overflow: auto;
}
#security-panel .tabbable .tab-pane fieldset,
#security-panel .tabbable .tab-pane ng-form,
#security-panel .tabbable .tab-pane .tab-container {
    height: 100%;
    width: 100%;
}
#security-panel form {
    width: 100%;
}

#security-panel form .btn-link {
    text-decoration: underline;
    margin-left: 4px;
}
#security-panel .tab-container {
    padding: 4px 0 0;
    margin: 0;
}
#security-panel .tab-title {
    font-weight: 400;
    margin: 0 0 0 10px;
    padding: 0 0 4px;
}
#security-panel .tab-header {
    display: flex;
    flex-direction: row;
}
#security-panel .tab-filter {
    margin: 0 0 8px 10px;
}
#security-panel .tab-filter .btn {
    padding: 5px 10px !important;
}


.security-container  {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.security-container rs-move-items-lists {
    width: 100%;
    height: 100%;
}

.security-container .title {
    margin-top: 10px;
    margin-bottom: -30px;
    margin-left: 10px;
}

.security-container .multiselect {
    height: 34px;

}
.security-container .multiselect-selected-text {
    padding-left: 8px;
}