﻿.btnEdit {
    background-color: Transparent;
    outline: none;
    border: none;
    box-shadow: none;
}

    .btnEdit:hover {
        background-color: Transparent;
        outline: none;
        border: none;
        box-shadow: none;
    }

    .btnEdit:focus {
        background-color: Transparent;
        outline: none;
        border: none;
        box-shadow: none;
    }

#MktQuantityValue {
    width: 40px;
}



#dtUpdateMarket::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 30px;
    opacity: 0;
    transform: translateX(-2.0em);
}
.chartfilter {
    height: 30px;
    width: 100px;
    border: none;
    outline: none;
    border-radius: 2px;
    background: #d7dce2;
}
    .chartfilter:hover {
        height: 30px;
        width: 100px;
        border: none;
        outline: none;
        border-radius: 2px;
        background: #DE8E83;
    }
    