﻿/*===== Help panel =====*/
input#MC_helpModule_HelpButton {
    position:fixed;
    right:0;
    bottom:40px;
    z-index: 9999;
}

#MC_helpModule_HelpPanel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238,238,238,0.33);
    z-index: 9998;
}

#MC_helpModule_HelpPanel .helpPanel .helpPanel-Text {
            background: red;
            border: 1px solid red !important;
            padding: 4px;
            color: #fff;
}

#MC_helpModule_HelpPanel .helpPanel .helpPanel-Frame {
            display:block;
            margin-bottom:4px;
            border: 1px solid red !important;
}
        
/*Help Panel END*/