.fancybox-wrap.fancybox-pray-popup .fancybox-close {
    display: none;
}

.fancybox-wrap.fancybox-pray-popup .loading {
    height: 100%;
    width: 600px;
    z-index: 10;
    background: #efeae3 url("../../../img/ajax-loader.gif") no-repeat 50% 50%;
    margin: 0 auto;
}

.com-prayers-popup {
}
.com-prayers-popup .pop_up {
    width: 600px;
    background: #efeae3;
    padding: 10px;
    margin: 0 auto;
}

.com-prayers-popup .pop_up .close {
    height: 13px;
}
.com-prayers-popup .pop_up .close span{
    display: block;
    cursor: hand;
    cursor: pointer;
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAdSURBVDhPYzhMARjVTCIY1UwiGNVMIhh5mg8fBgCOgpI+5LpUNwAAAABJRU5ErkJggg==);
    width:12px;
    height:13px;
}

.com-prayers-second-popup .second_pop_up .close {
    height: 13px;
}
.com-prayers-second-popup .second_pop_up .close span{
    display: block;
    cursor: hand;
    cursor: pointer;
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAdSURBVDhPYzhMARjVTCIY1UwiGNVMIhh5mg8fBgCOgpI+5LpUNwAAAABJRU5ErkJggg==);
    width:12px;
    height:13px;
}

.com-prayers-popup .pop_up label {
    display: block;
    margin-top: 8px;
}
.com-prayers-popup .pop_up .motion-integration {
    padding-top: 10px;
}
.com-prayers-popup .pop_up .motion-integration .checkbox {
    width: auto;
    height: auto;
    background: none;
}
.com-prayers-popup .pop_up .motion-integration .checkbox input {
    margin-right: 5px;
}
.com-prayers-popup .pop_up .motion-integration .checkbox label {
    display: inherit;
    margin-top: 8px;
}
.com-prayers-popup .pop_up .note_holder textarea {
    width: 543px;
    height: 90px;
}
.com-prayers-popup .pop_up .start_date_holder,
.com-prayers-popup .pop_up .end_date_holder,
.com-prayers-popup .pop_up .recurring_holder,
.com-prayers-popup .pop_up .recurring_days_in_week_holder {
    float: left;
    margin-right: 15px;
}
.com-prayers-popup .pop_up .end_date_holder {
    display: none;
}
.com-prayers-popup .pop_up .recurring_days_in_week_holder {
    display: none;
}
.com-prayers-popup .pop_up .recurring_days_in_week_holder table {
    text-align: center;
}
.com-prayers-popup .pop_up .user_name_holder {
    width: 100%;
    float: none;
    display: block;
}
.com-prayers-popup .pop_up .user_name_holder .firstname,
.com-prayers-popup .pop_up .user_name_holder .lastname {
    display: inline;
    float: left;
}

.com-prayers-popup .pop_up .user_name_holder input {
    width: 254px;
}
.com-prayers-popup .pop_up .user_name_holder .firstname {
    margin-right: 19px;
}

.com-prayers-popup .pop_up .submit_holder {
    margin: 20px 0 10px 0;
}

/*** Second popup ***/
.second-pray-popup .loading {
    height: 100%;
    width: 380px;
    z-index: 10;
    background: #352C24 url("../../../img/ajax-loader.gif") no-repeat 50% 50%;
    margin: 0 auto;
}
.com-prayers-second-popup .second_pop_up .email_holder label,
.com-prayers-second-popup .second_pop_up .password_holder label {
    display: block;
    margin-top: 8px;
}
.com-prayers-second-popup .second_pop_up .submit_holder {
    margin: 20px 0 0 0;
}

/*** Set Reminder Popup ***/
.set-reminder-fancybox-wrap {
    width: 600px !important;
}
.set-reminder-fancybox-wrap .fancybox-inner {
    width: auto !important;
}
.set-reminder-popup .loading {
    width: 500px;
    height: 100%;
    z-index: 10;
    background: url("../../../img/ajax-loader.gif") no-repeat 50% 50%;
    margin: 0 auto;
}

.com-prayers-set-reminder-popup .set_reminder_pop_up .title {
    font-size: 32px;
    margin-bottom: 20px;
}
.com-prayers-set-reminder-popup .set_reminder_pop_up .fields {
    background: #fff;
    color: #222;
    padding: 20px 20px 20px 30px;
    margin-bottom: 10px;
}
.com-prayers-set-reminder-popup .set_reminder_pop_up .fields input,
.com-prayers-set-reminder-popup .set_reminder_pop_up .fields select {
    margin: 0 5px;
}
.com-prayers-set-reminder-popup .set_reminder_pop_up .fields input#PrayerReminderStartTime {
    width: 50px;
}
.com-prayers-set-reminder-popup .set_reminder_pop_up .fields select#PrayerReminderRepeat {
    width: 35px;
}
.com-prayers-set-reminder-popup .set_reminder_pop_up .fields select#PrayerReminderEvery {
    width: 70px;
}
.com-prayers-set-reminder-popup .set_reminder_pop_up .fields .notify {
    margin-top: 10px;
}
.com-prayers-set-reminder-popup .set_reminder_pop_up .submit_holder {
    text-align: right;
}
.com-prayers-set-reminder-popup .set_reminder_pop_up .fields .field_error {
    color: #BD0000;
    margin-top: 10px;
}
.com-prayers-set-reminder-popup .set_reminder_pop_up .fields .message {
    color: #444;
    font-size: 19px;
    margin-top: 10px;
}
.com-prayers-set-reminder-popup .set_reminder_pop_up .fields .message.error {
    color: #BD0000;
}
.com-prayers-popup .not-this-person {
    margin-top: 10px;
}