/* entites modul */

.entities-entity-table{
    width: 100%;
}

.entities-entity-table td{
    padding: 10px;
}

.entities-entity-table th{
    border-bottom: 1px solid #0069AA;
    font-weight: bold;
    padding: 10px;
}

.entities-entity-table tr:nth-child(odd) td{
    background: #E3EBF2;
}

.entities-entity-table tr:hover td{
    background: #c3d4e9;
}

.entities-entity-table-ctrl{
    text-align: right;
}

.entities-entity-table-summary{
    font-style: italic;
    font-weight: normal !important;
    text-align: right;
}

.entities-text-danger{
    color: red !important;
}

.entities-text-primary{
    color: #0069AA !important;
}

.entities-button{
    font-family: Verdana;
    background-color: #C3D4E9;
    border: 1px solid #C3D4E9;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding: 6px 12px;
    margin-bottom: 5px;
}

.entities-button.primary{
    background-color: #0069aa;
    border-color: #0069aa;
    color: white;
}

.entities-create-button{
    /*margin-top: 15px;*/
    margin-left: auto;
}

.entities-input, .entities-select{
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #0069AA;
    font-size: 13px;
    margin: 0;
    padding: 6px;
    width: 100%;
}


.entities-input.entities-search{
    width: 250px;
}

.entities-group-ctrl{
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 10px;
}

.entities-button.entities-pagination-button{
    height: 30px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0 1px;
    width: 30px;
}

.entities-button.entities-pagination-button.active{
    border-color: #0069AA;
}

.entities-entity-pagination{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 10px 0;
}

.entities-pagination-select{
    margin-left: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
}

.entities-no-result{
    background: #E3EBF2;
    padding: 50px 0;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

.entities-field-checkbox-input-wrapper{
    display: block;
    margin-bottom: 2px;
}


.entity-tabs {
    background-color: #C3D4E9;
    border-bottom: 1px solid #0069AA;
    position: relative;
    margin-bottom: 12px;
}

.entity-tab {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #0069aa;
    cursor: pointer;
    font: bold 14px Verdana, sans-serif;
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0 1px -1px -1px;
    padding: 0 15px;
}

.entity-tab.active {
    background-color: #EFF4F5;
    border-left: 1px solid #0069AA;
    border-right: 1px solid #0069AA;
    border-top: 1px solid #0069AA;
}

.entity-tab-content {
    display: none;
}

.entity-tab-content.active {
    display: block;
}

/* Accordion Button */
.ef_accordion-btn{
    background:#C3D4E9;
    height:auto;
    cursor:pointer;
    margin-top:10px;
    padding:10px;
    margin-bottom: 5px;
    user-select: none;
}

.ef_accordion-content-inner{
    background-color: #C3D4E9;
    overflow: hidden;
}

.ef_accordion-content{
    display:none
}

.ef_accordion-btn .arrow{
    transition: transform 0.3s;
}

.ef_accordion-btn.open .arrow {
    transform: rotate(-180deg);
}

.ef_accordion-btn svg{
    float:right
}
