.ApplicationHelpMenu {
    width: 30px;
    height: 50px;
    position: relative;
    cursor: pointer;
    position: relative;
    background: transparent url(help_button.svg) center no-repeat padding-box;
    /*margin-top: 16px;*/
    float: right;
   
}


.ApplicationHelpMenuPopup {
    width               : calc(100% + 40px);
    height              : 94px;
    margin              : -15px -20px 0 -20px;
    padding             : 0;
    border              : none;
    position            : relative;
    box-sizing          : border-box;
    -moz-box-sizing     : border-box;
    -webkit-box-sizing  : border-box;
}

.ApplicationHelpMenuPopupItem {
    width               : 100%;
    height              : 36px;
    line-height         : 36px;
    padding             : 0 20px 0 20px;
    border              : none;
    position            : relative;
    box-sizing          : border-box;
    -moz-box-sizing     : border-box;
    -webkit-box-sizing  : border-box;
    cursor              : pointer;
}

.ApplicationHelpMenuPopupItem:hover {
    background-color    : aliceblue;
}

.ApplicationHelpMenuPopupItemTitle {
    height              : 100%;
    max-width           : 100%;
    min-width           : calc(100% - 50px);
    float               : left;
    margin              : 0;
    padding             : 0;
    border              : none;
    position            : relative;
    -moz-box-sizing     : border-box;
    -webkit-box-sizing  : border-box;
    box-sizing          : border-box;
    overflow            : auto;
}

.ApplicationHelpMenuPopupItemAction {
    height              : 100%;
    width               : 50px;
    float               : left;
    margin              : 0;
    padding             : 0;
    border              : none;
    position            : relative;
    -moz-box-sizing     : border-box;
    -webkit-box-sizing  : border-box;
    box-sizing          : border-box;
}

.ApplicationHelpMenuPopupItemIcon {
    position: relative;
    cursor: pointer;
    position: relative;
    
    margin-top: 10px;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}