body{
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
div{
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.dhx_clist{
    min-height: 25px;
    max-height: 100px;
    overflow: auto;
    /*font-family: 'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;*/
    font-size: 11px;
}

div.gshDisplay {
    border-color: #cba7ad;
    opacity: 7%;
    margin-bottom: 18px;
}
