.ps-categories, .ps-categories .ps-category {
    width: 100%;
}
.ps-categories .ps-category {
    display: flex;
    clear: both;
    overflow: auto;
    width: 100%;
    margin: 5px 0;
    background: white;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.ps-categories .ps-category.category-has-error {
    border: 1px solid #ff6060;
}

.ps-category div {
    float: left;
    padding: 5px;
    display: block;
    overflow: auto;
}

.ps-category .expand {
    width: 5%;
}

.ps-category .name {
    width: 32%;
}

.ps-category .commission {
    width: 18%;
}

.ps-category .profitshare-category {
    width: 25%;
}

.ps-category .actions {
    width: 20%;
}

.ps-category .expand {
    font-size: 20px;
    font-weight: 800;
}
.ps-category .expand span {
    padding-left: 10px;
}
.ps-category .expand.plus {
    color: green;
}
.ps-category .expand.minus {
    color: red;
}
.ps-category:hover {
    cursor: pointer;
}

.ps-category .actions .btn {
    margin: 0 5px;
    width: 60%;
}

.ps-category .actions {
    text-align: center;
}

.ps-category .profitshare-category .ps-select {
    width: 100%;
}

.ps-category .profitshare-category .select2-container {
    width: calc(100% - 30px) !important;
    display: inline-block;
    margin-left: 7px;
}

.ps-category .select2-container--default .select2-selection--single {
    border-color: #c7d6db;
    height: 31px;
}

.ps-category .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999;
    line-height: 12px;
    font-size: 12px;
    font-family: Open Sans,Helvetica,Arial,FontAwesome,sans-serif!important;
    padding: 8px;
}

.ps-category .has-error input, .ps-category .has-error .select2-container--default .select2-selection--single {
    border-color: red;
    color: red;
    background: white !important;
}

.ps-category .fa-success {
    color: #72c279;
    font-size: 21px;
    position: absolute;
    right: 16px;
    top: 12px;
}

.ps-categories .ps-category .commission {
    position: initial;
}

.ps-categories .ps-category .commission input {
    width: calc(100% - 30px);
    display: inline-block;
    margin-left: 7px;
}

.ps-category .fa-danger {
    font-size: 17px;
    color: red;
    position: relative;
    top: 2px;
}

.ps-category .actions {
    position: relative;
}