/*
 * John Liddiard (aka JohntheFish) www.c5magic.co.uk
 * This software is licensed under the terms described in the ConcreteCMS marketplace.
 * Please find the add-on there for the latest license copy.
 */
.review-entry-form-body{
    position:relative;
}

.review-form-modal.review-entry-form-body-wrapper,
.review-form-lightbox .review-entry-form-body{
    background:rgba(255,255,255,0.95);
}

.review-form-modal.review-entry-form-body-wrapper{
    background:rgba(255,255,255,0.95);
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:10px;
    z-index:10000;
    overflow-x:hidden;
    overflow-y: auto;
}

/*
* Theme can add responsive breaks to override margins on small screens/
*/
.review-form-modal .review-entry-form-body,
.review-form-lightbox .review-entry-form-body{
    margin:10px 10%;
    padding:25px 40px;
}

.review-entry-form-inner-body .review-form-close{
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
}

/*
* Deal with vertical scrollbar
*/
html.review-form-modal-open,
html.review-form-modal-open body {
    overflow: hidden;
}


.review-form-modal .review-entry-form-inner-body {
    height: 100%;
    overflow-y: auto;
}