
.emptytext{
    display:block;
    textindent:5px;
    color: lightgrey;
    width:100%;
    height:22px;
}

.mscomboinput {
    border: none;
    outline:none;
    padding:0px;
    padding-right:25px;
    display:inline-block;
    float:left;
    text-indent:1px;
    overflow: visible;
    margin:0px;
    line-height:22px;
    height:22px;
    position:relative;
    color:#2e2e2e;
    spellcheck:false;
}

.mscomboitem{
    line-height:22px;
    box-shadow: 0px 1px 1px lightgrey, -1px 1px 1px lightgrey, 1px 1px 1px lightgrey;
    padding:0px;
    padding-right:25px;
    display:inline-block;
    float:left;

    text-indent:2px;
    border-radius: 4px;
    border-color:lightgrey;
    background-color:white;
    overflow: visible;
    color: #202020;
    margin:2px;
    height:22px;
    position:relative;
    cursor: pointer;
}
.mscomboitem:hover {
    background-color: #D2ECFC;
}

.dashitemcombo{
    display:inline-block;

    text-indent:5px;
    border-radius: 4px;
    overflow: visible;
    border:1px solid;
    border-color:#e5e5e5;
    background-color:whitesmoke;
    color: #2e2e2e;
    line-height:26px;
    min-height:28px;
    box-sizing: border-box;
    overflow-x: hidden;
}


.dashitemcombo:hover {
    background-color: #FCF5D2;
}

.crossdiv{
    position:absolute;
    width:15px;
    height:100%;
    display:block;
    right:0px;
    top:0px;
    z-order:1000;
    cursor: pointer;
    color:#a3a3a3;
}

.mscombodropdown{
    position:absolute;
    width:400px;
    height:200px;
    background-color:white;
    box-shadow: 0px 4px 5px gray,
    -5px 4px 7px gray, 5px 4px 7px gray;
    border-width:1px;
    border-radius: 5px;
    min-height: 24px;
    max-height: 200px;
    overflow-y:auto;
}

.mscombomenu{
    position:absolute;
    width:125px;
    height:29px;
    background-color:white;
    box-shadow: 0px 4px 5px gray,
    -5px 4px 7px gray, 5px 4px 7px gray;
    border-width:1px;
    border-radius: 5px;
    padding-left:4px;
}

.mscombodropdownitem{
    width:90%;
    background-color:white;
    color:#202020;
    display:inline-block;
    text-indent:5px;
    margin:2px;

}
.mscombo-mouseover{
    background-color:lightgrey;
}
.mscombo-mouseout{
    background-color:white;
}
