.himp-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.5);
    z-index: 99;
    width: 100%;
    height: 100%;   
}

.himp-panel {
    width: 692px;
    height: 528px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -346px;
    background: white;
    z-index: 100;
    margin-top: -264px;
    border-radius: 7px;
}

.himp-header {
    height:142px;
    background-image: url('/static/global/img/home-sky2.gif');
    background-size: 45%;
    display:flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.himp-title {
    font-size: 32px;
    text-shadow: 2px 2px 5px black;
    margin-top: -10px
}

.himp-close-box {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: -10px;
    margin-right: -10px;
    width: 65px;
    height: 30px;
    cursor: pointer;
}

.himp-close-box-text {
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: darkblue;
}

div.himp-panel .himp-close-x-icon {
    font-size: 32px;
    position: absolute;
    top:0px;
    right: 0px;
    color: darkblue;
}

div.himp-panel .himp-white-circle-icon-bg {
    font-size: 32px;
    position: absolute;
    top:0px;
    right: 0px;
}

.himp-enroll-icon-box {
    text-align: center;
    margin-top: -50px;
}

.himp-content {
    color: black;
}

.himp-button-box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: whitesmoke;
    color: #2d40ad;
    font-size: 19px;
}

.himp-button {
    border: 1px;
    border-radius: 7px;
    border-style: solid;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 270px;
    text-align: center;
    cursor: pointer;
}

.himp-view-more-data {
    float: left;
    margin-left: 50px;
    
}

.himp-view-take-action {
    float: right;
    margin-right: 50px;
}
