/* Custom styles goes here */

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

#overlay {
    background: rgba(0,0,0, 0.65); /* 65% black */
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

#overlay .indicator {
    /* border-radius: 8px; */
    width: 50px;
    height: 50px;
    margin-left: -25px; /* half width */
    margin-top: -25px; /* half height  */
    position: fixed;
    left: 50%;
    top: 50%;
    /*  box-shadow: 0 0 15px #000; */
}
.up_title {
    border-left: 5px solid Gray;
    padding-left: 5px;
}