/* 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-success,
select.parsley-success,
textarea.parsley-success
{
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.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;
}

.modal-dialog li {
    margin-bottom: 0;
}

.container .card, .form-horizontal .card, .row .card {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.text-overflow-ellipsis
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.container input[type=checkbox].disabled, div.container input[type=checkbox].disabled:checked:before,
div.container input[type=checkbox]:disabled, div.container input[type=checkbox]:disabled:checked:before,
div.container input[type=radio].disabled, div.container input[type=radio].disabled:checked:before,
div.container input[type=radio]:disabled, div.container input[type=radio]:disabled:checked:before {
     opacity: 0;
}