#availpro-modal-overlay {
	opacity: 0.5;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: black;
}

#availpro-modal-loader {
    position: fixed;
    z-index: 10001;
    top: 150px;
    display: none;
    width: 100%;
    height: 100%;
}

#availpro-modal-wrapper {
    position: absolute;
    z-index: 10002;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
}

#availpro-modal-content {
    border-radius: 8px;
    box-shadow: 4px 5px 0 #d3d3d3;
    position: relative;
    width: 45em;
    padding: 15px;
    margin: 0 auto;
    background-color: #fff;
}

#availpro-modal-content.availpro-modal-confirm {
    width: 300px;
}

#availpro-modal-close {
    border-radius: 20px;
    box-shadow: 2px 3px 0 #d3d3d3;

    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    color: #555;
}

#availpro-modal-close {
    right: -15px\9;
    top: -15px\9;
}

#availpro-modal-close:hover {
    cursor: pointer;
}