#fs_container_central {
    display: none;
    background-color: rgba(43, 43, 43, 0.83);

    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.fs_central_window_container {
    height: 100%;
    width: 100%;
    display: table;
}

.fs_central_window_warper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.fs_central_window {
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.fs_close_button {

    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 28px;
    color: #bcbcbc;
    cursor: pointer;
}