.mymatrixtable{

}


.mymatrixtable .dimension{
    float: left;
    text-align: center;
    padding: 10px;
    border-right: #eee dotted 1px;
    border-top: #eee dotted 1px;
    margin-right: 10px;
    margin-top: auto;
    width: 115px;
}

.mymatrixtable .dimension ul{
    margin: 0px;
    padding: 0px;
}

.mymatrixtable .dimension ul>li{
    list-style-type: none;
    margin: 10px 5px;
    border: #ccc solid 1px;
    padding: 8px;
    border-radius: 5px;
    background: #eee;
    cursor: pointer;
}

.mymatrixtable .measure{
    text-align: left;
    padding: 10px;
    border-bottom: #eee dotted 1px;
    margin-left: 114px;
    margin-bottom: -1px;
    border-left: #eee dotted 1px;
}

.mymatrixtable .measure ul{
    margin: 0px;
    padding: 0px;
}

.mymatrixtable .measure ul>li{
    list-style-type: none;
    display: inline-block;
    margin: 5px;
    border: #ccc solid 1px;
    padding: 8px;
    border-radius: 5px;
    background: #eee;
    cursor: pointer;
}


.mymatrixtable .ui-profile{
    text-align: left;
    padding: 10px;
    margin-left: 114px;
    min-height: 21px;
    line-height: 45px;
}

.mymatrixtable .ui-profile ul.profiles{
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

.mymatrixtable .ui-profile ul.profiles>li{
    margin: 0 5px;
    padding: 5px;
    list-style: none;
    display: inline-block;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    min-width: 80px;
    background: #eeee;
    border-bottom-width: 1px;
    text-align: center;
    position: relative;
}

.mymatrixtable .ui-profile ul.profiles>li:hover>.delete-profile{
    display: unset;
}

.mymatrixtable .ui-profile ul.profiles>li>.delete-profile{
    display: none;
    color: #f44336;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    margin: -7px -7px 0 0;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    border: none;
    line-height: 20px;
    text-align: center;
}

.mymatrixtable .table-content{
    margin-left: 130px;
    margin-top: 10px;
}

.mymatrixtable table.matrix-table{
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.mymatrixtable table.matrix-table thead td{
    background: #eeee;
    border-bottom-width: 1px;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    position: relative;
    line-height: 32px;
}
.mymatrixtable table.matrix-table tbody td.td-dimension
{
    vertical-align: middle !important;
    background-color: #f5f5f5;
}

.mymatrixtable table.matrix-table tbody td.td-measure{
    text-align: right;
}

.mymatrixtable table.matrix-table td>div.drop-left{
    left: 0px;
    width: 50%;
    height: 32px;
    display: inline;
    position: absolute;
}

.mymatrixtable table.matrix-table td>div.drop-right{
    left: 50%;
    width: 50%;
    height: 32px;
    display: inline;
    position: absolute;
}


.mymatrixtable table.matrix-table tfoot td{
    text-align: right;
    font-weight: bold;
    background-color: #eeeeee;
}

.mymatrixtable table.matrix-table tfoot td.total{
    text-align: center;
}

div.drop-left.ui-state-highlight{
    background-color: transparent;
    border: none;
}

div.drop-left.ui-droppable-hover{
    background-color: rgba(255,247,0,0.26);
    border: none;
}

div.drop-right.ui-state-highlight{
    background-color: transparent;
    border: none;
}

div.drop-right.ui-droppable-hover{
    background-color: rgba(255, 93, 16, 0.26);
    border: none;
}

.ui-draggable-dragging{
    z-index: 100;
    opacity: 0.7;
    width: 80px;
}

.mymatrixtable .filter {
    margin-left: 130px;
    margin-top: 15px;
}


.mymatrixtable .filter>ul{
    margin: 0px;
    padding: 0px;
}

.mymatrixtable .filter>label{
    margin: 5px;
}

.mymatrixtable .filter>ul>li{
    list-style-type: none;
    display: inline-block;
    margin: 5px;
    max-width: 200px;
}


.mymatrixtable .filter.ui-state-highlight{
    min-height: 38px;
    background-color: rgba(255,247,0,0.26);
}

.mymatrixtable .filter .select2-container--below.select2-container--open{
    margin-bottom: 0px;
}

.mymatrixtable .filter .select2-container--above.select2-container--open{
    margin-top: 0px;
}

.mymatrixtable .filter  .select2-selection{
    border: 1px solid #ccc;
    border-radius: 0px;
}

.mymatrixtable .filter  .select2-selection--single{
    height: 34px;
    padding-top: 3px;
}

.mymatrixtable .filter  .container--focus{
    outline: none;
}

.mymatrixtable .filter  .select2-selection__rendered{
    height: 27px;
}

.mymatrixtable tfoot>tr.option>td{
    background-color: transparent;
    text-align: left;
    border: none;
}

.mymatrixtable .drilldown{
    cursor: pointer;
}

.mymatrixtable .drilldown-content{
    margin-left: 120px;
    margin-top: 10px;
}

