/*Weptile Product Calendar*/

.weptile-popup-services {
    border: 1px solid #FF0095;
    border-radius: 4px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background: #FF0095;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

.weptile-popup-services:hover {
    background: #9D00FF;
}

.weptile-popup-product {
    border-radius: 2px;
    background: #FF0095;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 15px;
    margin: 20px 20px;
    box-shadow: 10px 10px 1px rgba(0, 0, 0, 0.12);
    transition: .5s;
    cursor: pointer;
    width: 37%;
    float: left;
    box-sizing: unset;
    font-weight: bold;
    text-transform: uppercase;
}

.weptile-popup-product:hover {
    background: #9D00FF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    transition: .5s;
    text-shadow: 3px 3px 10px #000000;
}

.weptile-popup-disabled-product {
    background: grey;
    cursor: not-allowed;
}

.weptile-popup-disabled-product:hover {
    background: grey;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    transition: .5s;
    text-shadow: 3px 3px 10px #000000;
}

.weptile-popup-product-content {
    max-height: 94vh;
    border-radius: 4px;
    display: none;
    background-color: white;
    padding: 10px;
    text-align: center;
    width: 40%;
    overflow-y: scroll;
}

.weptile-popup-product-content a {
    color: #FF0095;
    font-weight: bold;
}

.weptile-product-popup-container {
    border-radius: 4px;
    display: none;
    background-color: white;
    padding: 10px;
    text-align: center;
    max-width: 40%;
    width: 100%;
}

.send-notification-popup {
    border-radius: 4px;
    display: none;
    background-color: white;
    text-align: center;
    max-width: 40%;
    padding: 30px;
}

.send-notification-popup .dates {
    margin-top: 20px;
    margin-bottom: 25px;
}

.send-notification-popup .dates input {
    text-align: center;
}

.send-notification-popup button {
    width: 50%;
}

p.send-notification-popup-message {
    margin-bottom: 0px;
    font-weight: bold;
}

.weptile-product-popup-container a {
    color: #FF0095;
    font-weight: bold;
}

.calendar-container {
    background-color: white;
    border-radius: 4px;
    /* clear: both; */
}

.weptile-popup-product-image img {
    width: 50%;
}

.weptile-popup-product-add-to-cart,
.weptile-popup-product-description {
    padding-bottom: 20px;
}

#calendar td.fc-day.fc-widget-content {
    padding-top: 12px;
}

#calendar .fc-toolbar .fc-right {
    float: right;
    padding: 10px;
}

#calendar .fc-toolbar .fc-left {
    float: left;
    padding: 10px;
}

#calendar .fc-future.fc-day,
#calendar .fc-today.fc-day {
    background: url('../images/82-dog-paw-icon.png') 50% 50% no-repeat;
    cursor: pointer;
}

#calendar .fc-today.fc-day {
    background-color: #fcf8e3;
}

#calendar .fc-future.fc-day-number,
#calendar .fc-today.fc-day-number {
    cursor: pointer;
}

/*#calendar .fc-state-disabled {*/
/*    width: 100px;*/
/*}*/

#calendar .fc-widget-header th {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

#calendar.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 10px !important;
    width: 40% !important;
}

.weptile-product-popup-container button.wc-bookings-booking-form-button.single_add_to_cart_button.button.alt.disabled {
    width: 50%;
    height: auto;
}

#calendar .fc-content-skeleton tr {
    font-family: 'Roboto', sans-serif;
    text-align: center !important;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.button {
    width: 30%;
}

.weptile-popup-calendar td.fc-day.fc-widget-content.fc-future {
    background: green;
    height: 48px;
}

.weptile-popup-calendar td.fc-day.fc-widget-content.fc-past {
    background: gray;
    height: 48px;
}

.weptile-popup-calendar.fc.fc-ltr.fc-unthemed {
    width: 99%;
}

.weptile-date-picker {
    text-align: center;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
}

.weptile-date-picker span.fc-day-number {
    font-size: 15px;
    text-align: center !important;
    color: rgba(51, 51, 51, 0.53);
    font-family: 'Roboto', sans-serif;
    float: none !important;
}

.weptile-date-picker .fc-day-top {
    text-align: center;
}

.weptile-popup-product-content .wccf_field_container.wccf_field_container_product.wccf_field_container_text.wccf_field_container_product_text {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.weptile-popup-product-content .wccf_field_container.wccf_field_container_product.wccf_field_container_text.wccf_field_container_product_text input {
    border-radius: 4px;
}

.weptile-popup-calendar td.fc-day-number.fc-future {
    cursor: pointer;
}

.weptile-popup-calendar .fc-basic-view .fc-body .fc-row {
    min-height: 30px !important;
    height: 30px !important;
    overflow: hidden;
}

.calculating-spin {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.weptile-weekly-orders th {
    width: 25%;
    text-align: center;
}

.weptile-weekly-service-cancel-popup {
    background: white;
    padding: 3%;
    border-radius: 4px;
}

.weptile-weekly-service-cancel-popup .button {
    width: 20%;
}

.calculated-cost {
    margin-top: 10px;
}

.weptile-popup-product-custom-fields {
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.weptile-popup-product-custom-fields label,
.weptile-popup-product-custom-fields i {
    float: left;
    width: 100%;
    text-align: left;
}

textarea.sendanote {
    width: 100%;
}

.weptile-popup-product-custom-fields input {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    padding: 0;
}

input.pickup {
    margin-bottom: 15px;
}

.weptile-booking-after-message {
    float: left;
    width: 100%;
}

.weptile-booking-after-message span {
    width: 47%;
    margin-top: 10px;
    float: left;
}

.weptile-booking-after-message .button {
    width: 70% ! important;
    border-radius: 4px;
}

.fc-past {
    cursor: not-allowed;
}

#calendar .fc-state-disabled {
    opacity: .1;
    cursor: not-allowed;
}

button.fc-state-disabled:hover {
    background: #FF0095 !important;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.button {
    width: 100px;
}

button.fc-prev-button.fc-button.fc-state-default.fc-corner-left.button:hover,
button.fc-next-button.fc-button.fc-state-default.fc-corner-right.button:hover,
button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.button:hover,
button.weptile-book-button.button:hover .one-time-popup-container a:hover,
.double-booking-cancel-confirm-popup a:hover,
.send-notification-open-popup:hover {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    text-shadow: 3px 3px 10px #000000;
}

button.fc-prev-button.fc-button.fc-state-default.fc-corner-left.button,
button.fc-next-button.fc-button.fc-state-default.fc-corner-right.button,
button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.button,
button.weptile-book-button.button,
button.fc-prev-button.fc-button.fc-state-default.fc-corner-left.button:hover,
button.fc-next-button.fc-button.fc-state-default.fc-corner-right.button:hover,
button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.button:hover,
button.weptile-book-button.button:hover,
.one-time-popup-container a:hover,
.double-booking-cancel-confirm-popup a:hover,
.send-notification-open-popup:hover {
    transition: .5s;
    border: none;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right,
button.fc-prev-button.fc-button.fc-state-default.fc-corner-left,
button.fc-next-button.fc-button.fc-state-default.fc-corner-right,
button.send-notification-open-popup,
button.send-notification-send {
    background: rgba(255, 0, 149, 0.05) !important;
    color: #323232;
    white-space: nowrap;
    cursor: pointer;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    border: 1px solid #ff0095;
    border-radius: 0;
    transition: .5s;
    vertical-align: middle;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 7px 7px 1px rgba(0, 0, 0, 0.12);
    padding: 5px 10px;
    font-weight: bold;
}

button.send-notification-open-popup {
    float: right;
    margin-right: 20px;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right:hover,
button.fc-prev-button.fc-button.fc-state-default.fc-corner-left:hover,
button.fc-next-button.fc-button.fc-state-default.fc-corner-right:hover,
.one-time-popup-container a:hover,
.double-booking-cancel-confirm-popup a:hover,
.send-notification-open-popup:hover {
    box-shadow: none;
    text-shadow: none;
    background: rgba(255, 0, 149, 0.15) !important;
}

/*button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {*/
/*    width: 100px;*/
/*}*/

a.fc-day-grid-event.fc-h-event.fc-event {
    font-size: 12px;
    color: #323232 !important;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 2px;
}

.service-cancel-popup {
    border-radius: 4px;
    display: none;
    background-color: white;
    padding: 50px;
    text-align: center;
    max-width: 40%;
    min-width: 20%;
}

a.calendar-popup-service-cancel,
a.calendar-popup-service-cancel-weekly {
    border-radius: 2px;
    background: #FF0095;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    padding: 15px;
    margin: 20px 20px;
    box-shadow: 10px 10px 1px rgba(0, 0, 0, 0.12);
    transition: .5s;
    cursor: pointer;
}

td.fc-event-container,
a.popup-login {
    cursor: pointer;
}

.past-event {
    /* background: #9E9E9E !important; */
    opacity: 0.4;
}

.select2-search,
.select2-results,
.frontend-calendar-select-user {
    text-align: center;
}

.frontend-calendar-select-user {
    width: 250px;
    max-width: 100%;
}

.walker-page-container,
.driver-page-container{
    padding-left: 20px;
    padding-right: 20px;
}

.walker-filter-container a,
.driver-filter-container a {
    width: 120px;
    margin-right: 5px;
    cursor: pointer;
    background: rgba(255, 0, 149, 0.05);
    border: 1px solid #ff0095;
    font-size: 20px;
    color: #323232 !important;
    text-align: center;
    line-height: 1;
    display: block;
    padding: 8px;
    /* border-right: 1px solid rgba(255, 255, 255, 0.5); */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 7px 7px 1px rgba(0, 0, 0, 0.12);
    float: left;
    opacity: 1;
}

.walker-filter-container a:hover,
.driver-filter-container a:hover {
    background: rgba(255, 0, 149, 0.15);
}

.walker-tab-container.pickups.col-md-12,
.walker-tab-container.dropoffs.col-md-12,
.walker-filter-container,
.driver-tab-container.pickups.col-md-12,
.driver-tab-container.dropoffs.col-md-12,
.driver-filter-container {
    width: 100%;
    float: left;
}

.walker-tab-container .ui-state-default,
.driver-tab-container .ui-state-default {
    text-align: center;
}

.walker-filter-container.col-md-12,
.driver-filter-container.col-md-12 {
    margin-bottom: 20px;
}

.walker-page-active,
.driver-page-active {
    opacity: 0.3 !important;
}

li.ui-state-default.ui-sortable-handle {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

li.ui-state-default.ui-sortable-handle.finished {
    background: rgba(76, 175, 80, 0.05) !important;
    border-color: #4CAF50 !important;
}

li.ui-state-default.ui-sortable-handle.cancelled {
    background: rgba(158, 158, 158, 0.05) !important;
    border-color: #9E9E9E !important;
}

li.ui-state-default.ui-sortable-handle .event-title {
    /*color: white;*/
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    padding: 5px;
}

input#walker-dropoff-datepicker,
input#walker-pickup-datepicker,
input#driver-dropoff-datepicker,
input#driver-pickup-datepicker {
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
}

.walker-datepicker,
.driver-datepicker {
    font-weight: bold;
    float: left;
    width: 100%;
}

.walker-tab-container,
.driver-tab-container {
    min-height: 300px;
}

body.page.page-id-11837,
body.page.page-id-15558 {
    background-color: white;
    background-image: url(http://soulmuttstoronto.com/wp-content/uploads/2013/06/BACKGROUNDFIXED.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: 50% -139.89px;
}

#feeds .fts-jal-fb-group-header-desc {
    color: #ffffff;
}

.fts-jal-fb-group-display > div {
    float: left;
    width: 31%;
    padding-right: 2% !important;
}

body .fts-simple-fb-wrapper {
    max-width: 100% !important;
}

.fts-jal-fb-group-display > div:nth-child(3n) {
    padding-right: 0px !important;
}

@media screen and (min-width: 640px) {
    #scb-wrapper.scb-fixed {
        top: 0px !important;
        bottom: inherit !important;
    }

    .wb-calendar {
        margin-top: 35px !important;
    }
}

.weptile-popup-message {
    width: 100%;
    text-align: center;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: Normal;
    font-style: Normal;
    font-size: 20px;
}

.frontend-select-walker-container,
.frontend-select-driver-container {
    padding-left: 20px;
    margin-bottom: 10px;
}

.frontend-select-walker-container .select2-container,
.frontend-select-driver-container .select2-container {
    width: 25%;
    text-align: center;
}

.frontend-select-walker-container .select2-container a,
.frontend-select-driver-container .select2-container a {
    min-height: 33px;
    padding: 5px 0 0 0;
}

.ui-timepicker-wrapper {
    z-index: 9999999999 !important;
    text-align: center;
}

input#walker-datepicker,
input#driver-datepicker {
    text-align: center;
    min-height: 33px;
    padding: 0 5px;
}

.popup-date-field {
    width: 45%;
}

.weptileL {
    float: left;
}

.weptileR {
    float: right;
}

.popup-date-info {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

@media screen and (min-width: 375px) and (max-width: 768px) {
    .buttons {
        padding-right: 50px;
    }

    .buttons h5 {
        margin-right: -50px;
    }

    a.calendar-popup-service-cancel,
    a.calendar-popup-service-cancel-weekly,
    a.calendar-popup-service-change {
        font-size: 20px;
        padding: 5px;
        margin: 10px 5px;
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 375px) {
    a.calendar-popup-service-cancel,
    a.calendar-popup-service-cancel-weeklycalendar-popup-service-change {
        font-size: 15px;
        padding: 5px;
        margin: 10px 5px;
        width: 100%;
        float: left;
    }

    .buttons {
        padding-right: 50px;
    }

    .buttons h5 {
        margin-right: -50px;
    }

    .weptile-popup-product {
        font-size: 15px;
        padding: 10px;
        margin: 20px 5px;
    }
}

@media screen and (max-width: 769px) {
    .weptile-product-popup-container {
        max-width: 90%;
    }

    .weptile-popup-product-content {
        max-width: 90%;
        width: 90%;
    }
}

#admin-calendar .fc-content {
    text-align: center;
}

.cancel-container {
    width: 100%;
    float: left;
}

.booking-item {
    margin-bottom: 25px;
}

.cancel-container a.calendar-popup-service-cancel,
.cancel-container a.calendar-popup-service-cancel-weekly,
.cancel-container a.calendar-popup-service-change,
.weptile-popup-product-service-list a.calendar-popup-service-back,
a.calendar-popup-service-cancel-last-minute {
    border-radius: 2px;
    background: #FF0095;
    color: white;
    font-family: 'Roboto',sans-serif;
    font-size: 20px;
    padding: 10px;
    margin: 20px 20px;
    box-shadow: 10px 10px 1px rgba(0, 0, 0, 0.12);
    transition: .5s;
    cursor: pointer;
    font-weight: bold;
}

.weptile-popup-product-custom-fields input[type="checkbox"] {
    width: auto;
}

.regular-time-container {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    float: left;
}

.one-time-popup-container,
.double-booking-cancel-confirm-popup {
    background: white;
    border-radius: 4px;
    padding: 40px;
    width: 350px;
    text-align: center;
}

.one-time-popup-container input {
    width: 100%;
    margin-bottom: 20px;
}

.one-time-popup-container a,
.double-booking-cancel-confirm-popup a {
    padding: 10px 20px;
    background: #FF0095 !important;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    border: none;
    margin: 0 5px 10px 5px;
    transition: .5s;
    box-shadow: 7px 7px 1px rgba(0, 0, 0, 0.12);
    font-weight: bold;
    text-transform: uppercase;
}

.walker-filter-container.col-md-12,
.driver-filter-container.col-md-12 {
    width: 80%;
}

.unlock-container {
    float: right;
    margin-top: 8px;
}

.unlock-container input {
    transform: scale(2.0);
    margin-right: 10px;
}

.unlock-container span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

@media screen and (max-width: 480px) {
    .unlock-contanier {
        width: 100%;
        text-align: right;
        margin-bottom: 5px;
    }

    .walker-filter-container.col-md-12,
    .driver-filter-container.col-md-12 {
        width: 100%;
        margin-top: 5px;
    }

    .walker-filter-container a,
    .driver-filter-container a {
        width: 38%;
        font-size: 15px;
    }

    .frontend-select-walker-container .select2-container,
    .frontend-select-driver-container .select2-container {
        width: 95%;
    }

    .walker-datepicker .fc-button-group,
    .driver-datepicker .fc-button-group {
        width: 100%;
        margin-top: 3px;
    }

    .walker-datepicker .fc-button-group .fc-button,
    .driver-datepicker .fc-button-group .fc-button {
        margin: 0px 2px 0px 0px !important;
        font-size: 20px !important;
    }
}


/*@media screen and (max-width:768px){
	
	.page-template-template-walker #content-main {
        width:100%;
    }
}*/

.one-time-popup-container .van-pickup-from-house {
    margin-top: 15px;
    height: 15px;
    font-size: 15px;
}

.one-time-popup-container .van-pickup-from-house input {
    width: auto;
}

.sync-server-button-container {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.sync-server-button-container a {
    width: 120px;
    display: none;
    cursor: pointer;
    background: #FF0095;
    font-size: 20px;
    color: white !important;
    text-align: center;
    line-height: 1;
    padding: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 7px 7px 1px rgba(0, 0, 0, 0.12);
    opacity: 1;
}

#content-main .sync-server-button-container a:hover {
    text-decoration: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    text-shadow: 3px 3px 10px #000000;
    background: #9D00FF !important;
}

.sync-server-button-container a i {
    float: none;
}

.walker-global-line-page .walker-filter-container,
.driver-global-line-page .driver-filter-container {
    width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    #content-main {
        width: 80%;
    }
}

.select-dog-container {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.select-dog-container.popup {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}

.select-dog-container span {
    width: 100%;
    float: left;
}

select.select-dog {
    width: 50%;
    padding: 0 0 0 5px;
    background-position-y: center;
}

.calendar-message {
    padding-left: 10px;
    padding-bottom: 5px;
}

p.week-message {
    width: auto;
    display: inline-block;
    padding: 5px 20px;
    background: #E91E63;
    color: white;
    font-weight: bold;
}

.calendar-admin-actions {
    padding: 10px 10px;
}

span.note-icon {
    float: right;
    margin-right: 10px;
}

.info-card {
    display: none;
    margin-bottom: 15px;
    background: white;
    padding: 15px 15px;
    border-radius: 0px;
    text-align: left;
}

.customer-details-item span.name {
    font-weight: bold;
}

.info-card > div {
    width: 49%;
}

@media screen and (min-width: 1024px) {
    .booking-finish-container {
        position: relative;
        left: 50%;
    }
}

.info-card-actions-container a.info-card-action {
    width: 150px;
    cursor: pointer;
    background: rgba(255, 0, 149, 0.05);
    border: 1px solid #ff0095;
    font-size: 15px;
    color: #323232 !important;
    text-align: center;
    line-height: 15px;
    display: block;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 7px 7px 1px rgba(0, 0, 0, 0.12);
    margin-bottom: 5px;
}

.info-card-actions-container a.info-card-action.active {
    background: rgba(158, 158, 158, 0.15);
    border-color: #9E9E9E;
}

.booking-times-container > * {
    width: 50%;
}

.booking-times-container span {
    font-weight: bold;
}

.booking-times-container input {
    text-align: center;
}

a.save-booking-times {
    width: 50px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.booking-times-container {
    margin-top: 10px;
}

.statistics {
    margin-bottom: 10px;
    text-align: center;
}

.statistics span {
    font-weight: bold;
    margin: 0px 5px;
}

a.walker-notification-sign,
a.driver-notification-sign {
    position: fixed;
    font-weight: bold;
    font-size: 15px;
    color: white !important;
    cursor: pointer;
    background: orange;
    padding: 10px 35px;
    border-radius: 4px;
    display: none;
    width: 15px;
    text-align: center;
    margin-bottom: 5px;
    left: -85px;
}

.walker-notification-popup,
.driver-notification-popup {
    display: none;
    background: white;
    padding: 25px 50px;
    border-radius: 4px;
}

.walker-notification-popup span,
.driver-notification-popup span {
    font-weight: bold;
}

span.walker-notification-popup-close,
span.driver-notification-popup-close {
    margin-top: -20px;
    margin-right: -20px;
    float: right;
    font-size: 15px;
    cursor: pointer;
}

a.booking-finish {
    width: 200px;
    cursor: pointer;
    background: rgba(255, 0, 149, 0.05);
    border: 1px solid #ff0095;
    font-size: 17px;
    color: #323232 !important;
    text-align: center;
    line-height: 20px;
    display: block;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 7px 7px 1px rgba(0, 0, 0, 0.12);
    margin-bottom: 5px;
}

a.booking-finish.active {
    background: rgba(76, 175, 80, 0.15);
    border-color: #4CAF50;
}

.off-leash {
    background: rgb(255, 242, 249) !important;
    border: 1px solid #ff0095 !important;
    transition: all 0.5s ease;
}

.off-leash:hover {
    background: rgb(255, 217, 239) !important;
}

.off-leash .info-card {
    border: 1px solid rgba(255, 0, 149, 0.2);
}

li.ui-state-default.ui-sortable-handle.off-leash.finished:hover {
    background: rgba(76, 175, 80, 0.15) !important;
}

.off-leash.finished .info-card {
    border: 1px solid rgba(76, 175, 80, 0.2);
}

li.ui-state-default.ui-sortable-handle.off-leash.canceled:hover {
    background: rgba(158, 158, 158, 0.15) !important;
}

.off-leash.canceled .info-card {
    border: 1px solid rgba(158, 158, 158, 0.3);
}

[class*=off-leash] > div {
    color: #323232 !important
}

.double-off-leash {
    background: rgb(251, 242, 247) !important;
    border: 2px dashed #b5006a !important;
    transition: all 0.5s ease;
}

.double-off-leash:hover {
    background: rgb(244, 217, 233) !important;
}

.house-dropoff {
    background: #ffe4ba !important;
    border: 1px solid orange !important;
    transition: all 0.5s ease;
}

.house-dropoff:hover {
    background: #ffc861 !important;
}

.double-house-dropoff {
    background: #f3deba !important;
    border: 2px dashed #d28800 !important;
    transition: all 0.5s ease;
}

.double-house-dropoff:hover {
    background: #e2b461 !important;
}

.van-pickup {
    background: #bae9f9 !important;
    border: 1px solid #00b0f0 !important;
    transition: all 0.5s ease;
}

.van-pickup:hover {
    background: #61cef6 !important;
}

.double-van-pickup {
    background: #badae4 !important;
    border: 2px dashed #0079A5 !important;
    transition: all 0.5s ease;
}

.double-van-pickup:hover {
    background: #61acc8 !important;
}

.boarding {
    background: #e4bae4 !important;
    color: #323232 !important;
    border: 1px solid #990099 !important;
    transition: all 0.5s ease;
}

.boarding:hover {
    background: #bf61bf !important;
}

.double-boarding {
    background: #dabada !important;
    border: 2px dashed #770377 !important;
    transition: all 0.5s ease;
}

.double-boarding:hover {
    background: #ac61ac !important;
}

#content-main [class*="walker"] a:hover,
#content-main [class*="driver"] a:hover,
.page-content [class*="walker"] a:hover,
.page-content [class*="driver"] a:hover {
    text-decoration: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.double-booking-cancel-confirm-popup {
    z-index: 999999999999 !important;
}

button.weptile-book-button {
    margin-left: auto !important;
    margin-right: auto !important;
}

.weptile-book-button.button,
.weptile-book-button-daycare.button,
.weptile-book-button.button,
.weptile-book-button-daycare.button {
    display: inline !important;
}

.walker-global-line-page li.ui-state-default.ui-sortable-handle,
.driver-global-line-page li.ui-state-default.ui-sortable-handle {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.select2-container .select2-selection {
    border: 1px solid #ff0066;
    border-radius: 0px;
    min-width: 277px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    background: #fff2f9;
    box-shadow: 7px 7px 1px rgba(0, 0, 0, 0.12);
    height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
}

.select2-container .select2-selection .select2-selection__arrow {
    background: #fff2f9;
    color: #fff;
    border-radius: 0px;
    border-left: 1px solid #ff0095;
    padding: 5px 0 0 0;
    right: -25px;
}

.select2-dropdown {
    min-width: 279px;
    border: 1px solid #ff0066;
    border-top: 1px dashed #ff0066;
    padding: 5px 0 0 0;
    border-radius: 0px;
    box-shadow: 7px 7px 1px rgba(0, 0, 0, 0.12);
}

.select2-search input[type="search"] {
    border: 1px solid #ff0066;
}

.select2-results .select2-results__option--highlighted[aria-selected] {
    background: #ff0095;
}

.weptile-popup-product-content .message {
    font-weight: bold;
    color: red;
    margin: 10px 0px;
}

.frontend-select-walker-container .select2-container,
.frontend-select-driver-container .select2-container {
    min-width: 250px;
}

.weptile-popup-product-content .message {
    font-weight: bold;
    color: red;
    margin: 10px 0px;
}

#calendar .fc-widget-content {
    overflow-y: hidden;
}

.fc-content.last-minute-cancel,
.last-minute-cancel {
    -webkit-animation: mymove 2s infinite;
    animation: mymove 2s infinite;
    opacity: 0.8;
}

@-webkit-keyframes mymove {
    0% {
        background: #e92064;
        color: #fff;
    }
    50% {
        background: inherit;
        color: inherit;
    }
    100% {
        background: #e92064;
        color: #fff;
    }
}

@keyframes mymove {
    0% {
        background: #e92064;
        color: #fff;
    }
    50% {
        background: inherit;
        color: inherit;
    }
    100% {
        background: #e92064;
        color: #fff;
    }
}

.page-template-template-calendar h3 { color: black; padding: 0 1em; }

.fc-view-container table {
    margin: 0;
}

.fc-view-container table tr {
    line-height: 2;
}

.weptile-book-button {
    background: none repeat scroll 0 0 #FF0095;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 0 none;
    border-top: 0 none;
    border-bottom: 0 none;
    border-radius: 0;
    box-shadow: 7px 7px 1px rgba(0, 0, 0, 0.12);
    height: 40px;
    text-align: center;
    width: 225px;
    color: #FFFFFF !important;
    display: table-cell;
    padding: 7px;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.send-notification-popup input {
    padding: 0;
}

.wb-walker ul,
.wb-driver ul{
    list-style: none;
}