
div[type='DropDown']{
    height: inherit;
    display: none;
}

div[type='dropdown'] *{
    vertical-align: top;
}

/*    div[type='dropdown'] input[type='number'] { */
    div[type='dropdown'] input[type='text'] {
        padding: 2px;
        text-align: right;
        width: 48px;
        background-color: #fff;
        border: 1px solid var(--menuheaderselected_BG) !important;
        /*border-radius: 0px;*/
        margin: 0 1px;
        height: inherit;
        outline: none;
        padding-top: 4px;
        -moz-appearance: textfield;
    }

/*div[type='dropdown'] input[type='number'].error{*/
    div[type='dropdown'] input[type='text'].error {
        /*background-color: #ffd7d7 !important;
    color: #ffd7d7 !important;*/
        border-color: #ff6e58 !important;
    }

    div[type='dropdown'] img {
        /*border-radius: 2px;*/
        height: inherit;
        cursor: pointer;
        /*user-drag: none;*/
        user-select: none;
        -moz-user-select: none;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        position: relative;
    }

    div[type='dropdown'][disabled] img {
        pointer-events:none;
        opacity:0.5;
    }

.DropDwn {
    background-color: #152921;
    padding: 1px;
    border-radius: 0 5px 5px 0;
    outline: none;
    vertical-align: -7.5px;
    margin-left: -1px;
    height: 25px;
    width: 25px;
}

.DropDwnTxt {
    border-radius: 5px 0 0 5px !important;
    border: 1px solid #152921 !important;
    height: 25px;
    color: black;
    padding-left: 4px;
    outline: 0px;
    background-color: white;
    /*border:1px solid #ccc;*/
    display: inline-block;
}

.dgBorderP5Bw {
    border: 1px solid darkgray;
    border-radius: 5px;
    padding: 5px;
    background-color: white;
}

.lgrBorderP5Bw {
    border: 1px solid #152921; /*var(--bordercolored)*/
    border-radius: 5px;
    padding: 5px;
    background-color: white;
}

.DownLoad {
    background-color: #ffd100;
    padding: 1px;
    border-radius: 5px;
    outline: none;
    height: 28px;
    width: 28px;
    cursor: pointer;
}