/* styles for help widget */
.ui-widget {
    font-family: 'Knowledge2017';
    font-weight: 400;
}
.ui-dialog .invisible { /*To override bootstrap default style*/
    visibility: visible !important;
}
.ui-dialog { /*Overriding jquery style*/
    padding: 0;
}
.helpText {
    color: #4D4D4D;
    font-size: 18px;
    cursor: help;
}
.ui-widget-content {
    background: none;
    background-color: #ffffff;
}
.ui-dialog .ui-widget-content h3 {
    line-height: 1.5em;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.ui-dialog .ui-widget-content a {
    color: #D64000;
}
.help-block {
    font-size: 14px;
    padding-top: 10px;
}
.help p {
    font-size: 14px;
    font-weight: 400;
}
.help ul, .help ol {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.help ul {
    list-style-type: disc;
}
.help ul li, .help ol li {
    font-size: 14px;
}
.ui-dialog.dialogActive .ui-dialog-title{display: none;}

.ui-dialog.dialogActive {
    margin: 5px;
    border-top: solid 10px #D64000;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-dialog.dialogActive .ui-dialog-titlebar-close {
    z-index: 1;
    border: none;
    background: none;
    margin-right: -2px;
    margin-top: -6px;
}
.ui-dialog.dialogActive .ui-dialog-content{max-height: 52vh !important;margin-top: 5px;}
.helpText.help-active{color: #D64000;}
.ui-dialog.dialogActive .ui-widget-content h3:before {
    content: "\f05a";
    float: left;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    padding-right: 3px;
}
.ui-dialog.dialogActive .ui-widget-content h3 {
    line-height: 1.5em;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    color: #D64000;
}
/* end of help widget css */