﻿.hlp-main-title-div {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: rgb(0,128,128);
    background-color: rgb(76,102,130);
    background-color: var(--header-helper);
}

.hlp-main-title-txt {
    margin: 6px 0 0 15px;
    color: rgba(255,255,255,1);
    font: 400 18px Roboto,"Open Sans",Arial;
    margin: 10px 0 0 15px;
}

.hlp-main-title-btn {
    color: white !important;
    position: absolute;
    right: 20px;
    margin-top: 0;
    z-index: 9;
    height: 40px;
    width: 40px;
}

    .hlp-main-title-btn:hover {
        color: rgba(255,255,255,0.8) !important;
        background-color: rgba(0,0,0,0.05) !important;        
    }

.hlp-hidden {
    display: none;
}

.hlp-show {

}

.hlp-muddialog {
    margin: 20px 20px 20px 20px !important;
    border-top: 10px solid rgb(38,149,238);
    border-top: 10px solid rgb(143,188,139);
    border-top: 0px solid rgb(143,188,139);
    width: 9500px;    
    border-radius: 9px;
}

.hlp-text-div {
    margin-top: 20px;    
}

.hlp-text {    
}

.hlp-button-div {
    padding-bottom: 5px;
    padding-right: 5px;
}

.hlp-button {
    margin-bottom: -2px;
}

.hlp-back {
    /*backdrop-filter: blur(3px);*/
}
