#tableAction {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
    align-items: flex-start;
    padding-bottom: 15px;
}

#tableSpaceId {
    flex-grow: 2;
}

#tableTitleId {
    -ms-flex-item-align: start;
    align-items: flex-start;
}

#tableFilterId {
    max-width: 200px;
}

#tableSearchId  {
    max-width: 200px;
}


@media (max-width: 1000px) {
    
    #tableFilterId {
        max-width: 100%;
    }
    
    #tableSearchId  {
        max-width: 100%;
    }
    
}


#tableFilterModal {
    position: absolute;
    top: -1000px;
    left: -1000px;
    background-color: white;
    border-radius: 3px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
    padding: 5px 16px 10px 5px;
    box-sizing: border-box;
    z-index: 100;
    overflow: hidden;
    display: none;
    transition: all .2s;
}
  
#tableFilterModal.active {
    display: block;
}
  
#tableFilterModal.calck {
    display: block;
    top: -1000px;
    left: -1000px;
    transition: none;
}

#tableFilterModal .title {
    display: block; 
    font-weight: 600;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    font-size: 13px;
}

#tableFilterModal .item {
    padding: 3px 10px 3px 10px;
    text-align: left;
}

/* #tableFilterModal .item:hover {
    background-color: #d5d0d0;
} */
  
#tableFilterModal .item:hover .checkbox {
    background-color: rgba(var(--mainColor), .3);
}

#tableFilterModal .item:hover .checkbox.checked {
    background-color: rgba(var(--mainColor), 1);
}
  
#tableFilterModal .item .text {
    position: relative;
    display: inline-block; 
    text-indent: 5px;
    vertical-align: text-top;
    line-height: 12px;
    cursor: pointer;
}

#tableFilterModal .button.aplay  {
    width: 100%;
    margin-top: 10px;
    padding: 6px 25px;
}

#tableFilterId .button:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: 300;
    color: white;
    position: absolute;
    left: 7px;
    top: 7px;
}

#tableExportCSV {
    max-width: 150px;
}

#tableFilterModal .item .checkbox {
    display: inline-block;    
    width: 20px;
    height: 20px;
    color: white;   
}

#tableFilterModal .item .checkbox.checked:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    top: calc(50% - 6px);
    left: calc(50% - 5px);
}

.button.export {
    padding: 10px 25px;
}

#tablesAction .search .button:after {   
    left: 8px;
}

.form .label.white.pt  {
    padding-top: 4px;
 }
 
.form .label.white.fix  {
    width: 190px;
}

.clubPayment .text-normal {
    display: inline;
    text-transform: none;
}

.clubPayment .costPerLicense {
    width: 60px !important;;
    float: left;
}

.clubPayment .paymentTypes {
    width: calc(100% - 85px) !important;
    float: right;
}

.clubPayment .playerLicense {
    width : 100%;
    background-color: transparent;
}

.clubPayment .preview {
    cursor: pointer !important;
}
