/*=======================================*/
.puHLSM_PopUpContainer {
    /*border: solid 1px #e0e9f5;*/
    /*border-color: #b1b8c4;*/
    /*border: solid 1px #B1B8C4;*/
    box-shadow: 3px 3px #e0e9f5;
    border-radius: 15px;
    min-width: 200px;
    max-width: 350px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
    /*background-color: white;*/
    background-color: #e0e9f5;
}

.puHLSM_PopUpHead {
    display: inline-block;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #020242;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 26px;
    cursor: move;
    /* border: 1px solid red;*/
}

.puHLSM_Popup_Close {
    /* border: 1px solid blue;*/
    /*display: inline-block;*/
    /*inline-block not compatible with float right */
    display: block;
    position: relative;
    top: 4px;
    float: right;
    height: 18px;
    width: 18px;
    cursor: pointer;


}

.puHLSM_Popup_Message {
    background-color: white;
    padding-left: 10px;
    padding-right: 4px;
    color: #020242;
    font: 14px Arial, Helvetica, sans-serif;
    margin-top: 5px;
    padding-top: 3px;
    border-radius: 10px;
    border: solid 1px #B1B8C4;
    cursor: pointer;
}

.puHLSM_Popup_Holder {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.puHLSM_Popup_MSG {
    width: 100%;
    overflow-wrap: normal;
    word-wrap: normal;
}

.csHLSM_Container {
    width: 100%;
}

.csHLSM_Header {
    text-align: center;
    /*border:1px solid red;*/
}

.csHLSM_Button_Container {
    width: 200px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    /*border:1px solid purple;*/
    text-align: center;
}

.csHLSM_Button_Container_Yes, .csHLSM_Button_Container_No {
    display: inline-block;
    width: 75px;
    text-align: center;
    /*border:1px solid blue;*/
}

.csHLSM_Button {
    font: 14px Arial, Helvetica, sans-serif;
}