
/*Menu*/
@media all and (min-width:0px) {
    /*Applies to all media sizes*/
    .helpPanel {
        position: fixed;
        /*background-color: #474544;*/
        background-color: transparent;
        width: 360px;
        right: 0px;
        margin-right: -360px;
        /*color:white;*/
        vertical-align: middle;
        text-align: center;
        z-index: 9999;
        padding-bottom: 0px;
    }

    #btnHelpPanel {
        position: fixed;
        width: 30px;
        right: 0px;
        margin-top:5px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        z-index: 9999;

    }
    .helpPanel {
         background-color:#f6f6f6!important;
         border: 1px solid #e7e8ea;
         border-radius: 6px 6px 0 0; 
         min-height:100px;
         margin-top:5px;
    }
    .helpHeader {
    font-size: 20px;
       background-color:#265c79 !important;
    color:#ffffff !important;

    }
}


