.padded {
  padding: 14px;
}

.blockUI h5 {
    color: #333;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
}

.blockUI img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 5px;
}

/* Overlay */
.blockUI.blockOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

/* Message */
.custom-blockui-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
    text-align: center;
    z-index: 1001;
    font-size: 1em;
    color: #333;
}

.custom-blockui-message img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 8px;
}



/* Full-screen overlay */
#cspOverlay {
    display: none;               /* hidden by default */
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

/* Message container */
#cspOverlay .overlayMessage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 15px 25px;
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
    color: #333;
}

/* Loading image */
#cspOverlay .overlayMessage img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    vertical-align: middle;
}
