/* JQuery Modal*/
.blfpst-modal-content {
    position: fixed;
    display: none;
    z-index: 2;
    width: 50%;
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #aaa;
    background: #fff;
}

.blfpst-modal-content p {
    margin: 0;
    padding: 0;
}

.blfpst-modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

body {
    background: #f0f0f0;
}

.target_table_column {
    width: 200px;
}

.target_and_or_select {
    width: 70px;
}

.target_condition_line {
    padding-bottom: 10px;
}

.calendar_table {
    width: 100%;
}

.calendar_cell {
    width: 14.2%;
    min-height: 120px;
    height: 120px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 0;
}

.calendar_old_cell {
    background-color: #DDDDDD;
}

.calendar_today_cell {
    background-color: #DDDDFF;
}

.calendar_current_month_cell {
    background-color: #ffffff;
}

.calendar_cell_date {
    padding: 0px 8px 4px 8px;
    height: 20px;
    float: left;
    width: 100%;
    color: #FFFFFF;
    background-color: #b0b1b3;
}

.calendar_cell_content {
    padding: 8px 4px 8px 12px;
    text-align: right;
    position: relative;
    bottom: 0;
    height: 20px;
}

.calendar_cell li {
    padding: 4px 8px 0 8px;
    margin-bottom: 0;
}

.calendar_head_sunday {
    color: #ac1b1b;
    background-color: #ffffff;
    font-weight: bold;
}

.calendar_head_saturday {
    color: #ac1b1b;
    background-color: #ffffff;
    font-weight: bold;
}

.calendar_head {
    background-color: #ffffff;
    font-weight: bold;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 5px 0 3px;
    padding: 0;
    list-style-type: none;
    color: #843534;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

body.mobile.modal-open #wpwrap {
    position: static;
}