/***********************/
/**** Swipe to Save ****/
/**** Swipe to Save ****/
/**** Swipe to Save ****/
/***********************/
/* ListSwipe module */
ul.list-swipe {
    font-size: 0;
}
ul.list-swipe li {
    font-size: 16px;
    position: relative;
    overflow: hidden;
    cursor: ew-resize;
}
ul.list-swipe {
    overflow: hidden;
}
ul.list-swipe li {
    -webkit-transition-origin: center top;
    -moz-transition-origin: center top;
    -ms-transition-origin: center top;
    transition-origin: center top;
    width: 100%;
}
.filter-loaded ul.list-swipe li {
  display: none;
}
ul.list-swipe .list-swipe-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
ul.list-swipe .list-swipe-wrapper.animated {
    -webkit-transition: all 0.35s cubic-bezier(0,0,0.5,1);
    -moz-transition: all 0.35s cubic-bezier(0,0,0.5,1);
    -ms-transition: all 0.35s cubic-bezier(0,0,0.5,1);
    transition: all 0.35s cubic-bezier(0,0,0.5,1);
}
ul.list-swipe .list-swipe-wrapper.restore .swipe-action {
    pointer-events: none;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-delay: 0.65s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -moz-animation-duration: 0.35s;
    -moz-animation-delay: 0.65s;
    -moz-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    -ms-animation-duration: 0.35s;
    -ms-animation-delay: 0.65s;
    -ms-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
}
@-webkit-keyframes swipeFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes swipeFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes swipeFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes swipeFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
ul.list-swipe .list-swipe-wrapper.restore.action-swipe-left .swipe-action.swipe-action-left,
ul.list-swipe .list-swipe-wrapper.restore.action-swipe-right .swipe-action.swipe-action-right {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-animation-name: swipeFadeOut;
    -moz-animation-name: swipeFadeOut;
    -ms-animation-name: swipeFadeOut;
    animation-name: swipeFadeOut;
}
ul.list-swipe .swipe-action {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #f1f1f1;
    color: #999;
    font-size: 13px;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
ul.list-swipe .swipe-action.swipe-action-right {
    -webkit-transform: translate3d(-100.1%,0,0);
    -moz-transform: translate3d(-100.1%,0,0);
    -ms-transform: translate3d(-100.1%,0,0);
    transform: translate3d(-100.1%,0,0);
    text-align: right;
}
ul.list-swipe .swipe-action.swipe-action-left {
    -webkit-transform: translate3d(100.1%,0,0);
    -moz-transform: translate3d(100.1%,0,0);
    -ms-transform: translate3d(100.1%,0,0);
    transform: translate3d(100.1%,0,0);
    text-align: left;
}
ul.list-swipe .swipe-action.swipe-action-right.active {
    background: #15d79a;
    color: #fff;
}
ul.list-swipe .swipe-action.swipe-action-left.active {
    background: #d7159a;
    color: #fff;
}
/* END: ListSwipe module */

/* Swipe to Save filter */
.filter-wrapper {
    display: block;
    text-align: center;
    margin-top: 0.5em;
}
ul.list-save-filter {
    display: inline-block;
    text-align: center;
    font-size: 0 !important;
    border: 1px solid #4679BD;
    border-radius: 3px;
}
ul.list-save-filter li {
    display: inline-block !important;
    min-height: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    line-height: 14px;
    border: none;
    padding: 6px 10px !important;
    border-left: 1px solid #4679BD;
    background: #fff;
    color: #4679BD;
    cursor: pointer;
}
ul.list-save-filter li.active {
    background: #4679BD;
    color: #fff;
}
ul.list-save-filter li:first-child {
    border-left: none;
}
.label-instruction {
    display: block;
    text-align: center;
    opacity: 0.4;
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.label-instruction .label {
    color: inherit;
    font-weight: normal;
    white-space: normal;
    line-height: 1.6;
}
.label-instruction .label-my,
.label-instruction.my .label-all {
    display: none;
}
.label-instruction .label-all,
.label-instruction.my .label-my {
    display: block;
}
.label-instruction .label-empty,
.label-instruction.empty .label {
    display: none;
}
.label-instruction.empty .label.label-empty {
    display: block;
}
/* END: Swipe to Save filter */
