.kurse-table{
    margin-top: 20px;
    margin-bottom: 20px;
}

.kurse-table-head{
    background-color: rgba(92, 137, 113, 1);
    background-color: rgba(92, 137, 113, 1);
    color:#FFF;
    font-weight: normal;
}

.kurse-table-row{
    border-bottom: 1px solid rgba(150, 150, 150, 0.2);
    cursor: pointer;
}
.kurse-table-row-even{
    background-color: rgba(92, 137, 113, .6);
}
.kurse-table-row-uneven{
    background-color: rgba(92, 137, 113, .3);    
}
.kurse-table-row-details{

}
.kurse-table-row-details ul {
    margin: 0px !important;
}

.kurse-table .btn {
    background-color:rgba(92, 137, 113, 1) !important;
    background-color:rgba(92, 137, 113, 1) !important;
    border-color: #FFF;
}
.kurse-table .btn:hover {
    border-color: #713595 !important;
}

.kurse-table .close {
    text-shadow: none;
    background: none !important;
    border:none !important;
}

.kurse-table-row:not(.collapsed) .accordion-button-custom::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235c8971'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button-custom::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0;
    margin-right:8px;
    margin-top: 4px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235c8971'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.btn-purple,
.btn-purple:hover,
.btn-purple:focus{
    background-color:rgba(92, 137, 113, 1) !important;
    color:white !important;
    text-decoration: none !important;
}
.btn-purple:hover {
    border-color: #713595 !important;
}



.select2-dropdown{
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: rgba(92, 137, 113, 1) !important;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: rgba(159, 122, 181, 0.48) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color:  rgba(92, 137, 113, 1) !important;
    border: none !important;
    border-radius: 15px !important;
    margin: 6px 5px 0 5px!important;
    padding: 0 8px 1px 8px !important;
    color:#fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color:#fff !important;
    margin-right:4px !important;
    font: inherit;
}

.form-group .btn-primary {    
    height:44px;
}

/******** Select2 ********************/
.select2 ul li:before{
    display:none   
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color:rgba(92, 137, 113, 1) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color:rgba(92, 137, 113, 1) !important;
    border-color:rgba(92, 137, 113, 1) !important;
    color:white;
    border-radius:15px !important;
}
.select2-selection__choice__remove{
    color:white !important;
    margin-right: 4px !important;
}

ul.select2-selection__rendered:after {
    cursor: pointer;
    content: "";
    position: absolute;
    right: 7px;
    top: 22px;
    transform: translateY(-50%);
    border-top: 7px solid #333;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: 18px !important;
}

.select2-container--default.select2-container .select2-selection--multiple {
    border: solid #666666 1.5px !important;
}


.kurse-table-head div {hyphens: auto;}
.kurse-table-row * {hyphens: auto;}
.kurse-table-row-details h5 {margin-bottom:-.25rem;margin-top:.75rem;}