﻿.columnsearchfield {
    width: 100px;
    height: 16px;
    font-size: 9pt;
    display: none;
    position: absolute;
    top: 9px;
    left: 4px;
    width: 64%;
    padding: 4px;
    border: 1px solid #999;
    font-family: "DIN Offc Pro", "Segoe UI", Arial, sans-serif;
    color: rgb(88, 88, 90);
}

.tablesorter-headerAsc {
    background-image: url(../MMUI/icons/sort_asc.png);
}

.tablesorter-headerDesc {
    background-image: url(../MMUI/icons/sort_desc.png);
}

.tablesorter-headerUnSorted {
    background-image: url(../MMUI/icons/sort_grey.png);
}

.ui-icon-close {
    width: 16px;
    height: 16px;
    background-image: url(/MMUI/icons/windows10icons/win10closeblack.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    opacity: 0.6;
}

.GroupingContainer .tablesorter-header .tablesorter-header-inner .columnsearchfield {
    display: none !important;
}

.mpListElementLogo.listed {
}

.mpListElementInfoCombiHolderThird.listed {
    border-right-style: hidden;
}

.listicontext {
    margin-left: 50px;
    margin-top: 18px;
}

.dyn_table_inputCol {
    width: 50%;
    height: 16px;
    font-size: 10pt;
    padding: 4px;
    border: 2px solid #666;
    font-family: "DIN Offc Pro","Segoe UI",Arial,sans-serif;
    color: rgb(88, 88, 90);
    min-width: 45px;
}

    .dyn_table_inputCol.text {
        width: 97%;
    }

td > .dyn_table_inputCol.text {
    width: 333px;
}

.dynamicTableFooter {
    position: absolute;
    display: none;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(217, 218, 219, 1);
    transition: all ease-in-out 0.6s;
}


.dynamicTablefooterButton1 {
    overflow: hidden;
    position: relative;
    padding: 9px;
    padding-top: 12px;
    font-weight: bold;
    font-size: 11pt;
    border: 1px solid transparent;
    background-color: rgb(88,88,90);
    color: #ffffff;
    margin: 23px;
    margin-top: 38px;
    cursor: pointer;
    text-align: center;
}


.dyn_table_button {
    width: 45px;
    height: 45px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px;
    margin-bottom: -7px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px;
    cursor: pointer;
}

    .dyn_table_button.removePR {
        box-shadow: 0px 0px 0px 3px #666;
    }



.che{
    border-bottom: 2px solid;
}



.isBaseDiv {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 49px;
    font-size: 1.4em;
    background-color: rgb(88,88,90);
}


.isNotBaseDiv {
    position: absolute;
    top: 5px;
    left: 25px;
    width: 6px;
    height: 49px;
    z-index: 1;
    background-color: darkgray;
}


.isNotBaseWhite {
    top: 0px;
    z-index: 0;
    width: 20px;
    height: 59px;
    left: 0px;
    position: absolute;
    background-color: white;
}

.baseArrowToCollaps {
    top: 4px;
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url("/MMUI/icons/mainmenuIcons/ArrowHeadRight_2b2b2b2.png");
    background-position: 21px;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-size: 15px;
    transition: transform 0.2s ease;
}

.inputCoverDiv {
    position: absolute;
    left: 10px;
    top: 19px;
    width: calc(-20px + 100%);
    height: 24px;
    background-color: #CCC;
    box-shadow: 0px 0px 0px 2px #666;
}

.MarketListBtn {
    width: 30px;
    height: 30px;
    background-size: 20px;
    float: right;
    margin-left: 10px;
    border: none;
    background-color: rgba(227, 227, 227,1);
}

.dyn_table_button_container {
    min-width: 126px;
}
