/*
 table view 
.mcfw-table-header th, .rs-table td {
    padding: 8px 4px;
    border-bottom: solid 1px #f4f6fc; 
}
.mcfw-table-header th .iv-icon, .rs-table td .iv-icon {
    font-size: 12px;
    line-height: 12px; }

.mcfw-table-header > thead > tr > th {
    background-color: #DEE4F5;
    font-weight: bold;
    cursor: pointer; 
}

.mcfw-table-header > thead > tr > th:hover {
    background-color: #c9d1e8;
}


.mcfw-table-header > thead > tr > th:first-child {
    padding-left: 0px;
    }
.mcfw-table-header > thead > tr > th:last-child {
    padding-right: 0px; }

.mcfw-table-header > tbody > tr > td {
    background-color: #fff; }

.mcfw-table-header > tbody > tr:nth-child(even) > td {
    background-color: #fafafa; }

.mcfw-table-header.striped > tbody > tr:nth-child(even) > td {
    background-color: #fafafa; }

.mcfw-table-header-c {
    -ms-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.mcfw-table-header-c .title-c {
    margin-right:5px;
}

.mcfw-table-header .arrow-up:before {
    font-family: mcfw-icomoon-ultimate;
    content: "\edb9";
    content: "\edba";
    font-size:9px;
}

.mcfw-table-header .arrow-down:before {
    font-family: mcfw-icomoon-ultimate;
    content: "\edc1";
    content: "\edc2";
    font-size:9px;
}

.mcfw-table-header .hidden {
    display:none;
}

 ------ 
 filter 
 ------ 
.mcfw-table-filter-header th, .rs-table td {
    padding: 5px;
    border-bottom: solid 1px #f4f6fc; 
}
.mcfw-table-filter-header th .iv-icon, .rs-table td .iv-icon {
    font-size: 12px;
    line-height: 12px; }

.mcfw-table-filter-header > thead > tr > th {
    background-color: #e4e4e4;
    font-weight: bold;
    cursor: pointer; 
}

.mcfw-table-filter-header > thead > tr > th:hover {
    background-color: #c9d1e8;
}


.mcfw-table-filter-header > thead > tr > th:first-child {
    padding-left: 5px; }
.mcfw-table-filter-header > thead > tr > th:last-child {
    padding-right: 5px; }

.mcfw-table-filter-header > tbody > tr > td {
    background-color: #fff; }

.mcfw-table-filter-header > tbody > tr:nth-child(even) > td {
    background-color: #fafafa; }

.mcfw-table-filter-header.striped > tbody > tr:nth-child(even) > td {
    background-color: #fafafa; }

.mcfw-table-filter-header-c {
    -ms-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.mcfw-table-filter-header-c .title-c {
    margin-right:5px;
}

.mcfw-table-filter-header .arrow-up:before {
    font-family: mcfw-icomoon-ultimate;
    content: "\edb9";
    content: "\edba";
    font-size:9px;
}

.mcfw-table-filter-header .arrow-down:before {
    font-family: mcfw-icomoon-ultimate;
    content: "\edc1";
    content: "\edc2";
    font-size:9px;
}

.mcfw-table-filter-header .hidden {
    display:none;
}




 ------- 
 GENERAL 
 ------- 

.mcfw-table {
    
}

.mcfw-table tr {
    
}

.mcfw-table > tbody > tr > td {
    border-left: 1px solid #efefef;
    padding:6px;
}





.relation-component {
    display:flex;
    flex-flow: row;
}

.clear_filter_btn {
    margin-top:2px;
    height:31px;
    width:26px;
    min-width:26px;
    margin-left:-28px;
    text-align: center;
}

.clear_filter_btn:hover {
    background:#efefef;
    cursor:pointer;
}

.clear_filter_btn > span::before {
    content: "\ed6d";
    color: #8f8f8f;
    font-family: 'mcfw-icomoon-ultimate';
    line-height: 32px;
}


.relation-placeh {
    height:36px;
    width:16px;
    min-width:16px;
    border-bottom: 1px solid #dfdfdf;
    background:#efefef;
    text-align: center;
}

.relation-placeh:hover {
    background:#cfcfcf;
    cursor:pointer;   
}

.relation-placeh > span::before {
    content: "\ee89";
    color: #8f8f8f;
    font-size: 8px;
    font-family: 'mcfw-icomoon-ultimate';
    line-height: 36px;
}


*/
