﻿.help-box {
    background-color: #fff;
    border: 1px solid #999999;
    cursor: default;
    display: none;
    position: fixed !important;
    text-align: left;
    width: 500px;
    min-width: 400px;
    height: 88%;
    top: 60px;
    right: 8px;
    z-index: 999;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3), inset 0 -3px 3px rgba(0,0,0,0.1);
    border: solid #ccc 1px;
    border-radius: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
}

@media screen and (max-width: 1080px) {
    #bottomdiv, .help-widget {
        display: none;
    }

    #mobilebottomdiv {
        display: block;
    }

    #ToolbarControlMoblie {
        display: inline;
    }
}
