@charset "utf-8";
/* CSS Document */

table#wooopenclose_pro-schedules td.schedule-name {
    text-align: left;
}

table#wooopenclose_pro-schedules ul.actions {
    display: flex;
    margin: 0;
}

table#wooopenclose_pro-schedules ul.actions > li {
    list-style: none;
    margin: 0 5px 0 0;
}

table#wooopenclose_pro-schedules ul.actions > li > a{
    cursor: pointer;
}


/**
 * Schedules style
 */
.woc_section .woc_day_content .woc_repeat label {
    min-width: 100px;
}

.woc-button {
    background: #00BCD4;
    color: #fff;
    display: inline-block;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 2px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.woc-button:hover {
    background: #11808e;
}

.woc-button.woc-button-green {
    background: #4caf50;
}

.woc-button.woc-button-green:hover {
    background: #3a883d;
}

.woc-button.woc-button-medium {
    margin: 10px 0 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: sans-serif;
    padding: 12px 20px;
}


.wooopenclose_pro-store-status {
    position: absolute;
    top: 0;
    right: 0;
    background: #009688;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    border-bottom-left-radius: 5px;
    padding: 3px 10px;
    cursor: pointer;
    transition: 0.3s;
    font-family: inherit;
    -webkit-user-select: none;
}

.wooopenclose_pro-store-status.wooopenclose_pro-store-close {
    background: #e91e63;
}
