/* 
 * performlist: Performlist is an HTML5 library for making fast scrolling lists (like Contact list) 
 * v0.2.4 
 * 
 * By mysegfault <maxime.alexandre@mobile-spot.com>, https://github.com/mysegfault/performlist 
 * MIT Licence 
 * 
 */

.perform-list,.perform-list *,.perform-list :after,.perform-list :before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.perform-list a,.perform-list button,.perform-list input{-ms-touch-action:none!important}.perform-list-labels{color:#fff;text-align:center}.perform-list-container-parent{position:relative;background-color:#000}.perform-list.perform-list-container{position:relative;overflow:hidden}.perform-list.perform-list-container.browser-scroll{overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch}.perform-list .perform-list-category-item,.perform-list .perform-list-category-title{word-break:break-word;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.perform-list-filters{margin:0;position:absolute;top:0;right:0;overflow:hidden;text-align:center;color:#fff;display:box;display:-webkit-box;-webkit-box-align:center;-moz-box-orient:vertical;-webkit-box-orient:vertical;box-orient:vertical}.perform-list-filters-button{border:0;cursor:pointer;background:0 0;color:#fff;text-decoration:none;font-size:.9em;display:block;width:100%;box-flex:1;-webkit-box-flex:1}.perform-list-filters-button.hover{color:#FFD901;font-weight:500;font-size:1em}.perform-list-filters-button.hidden{display:none!important}.perform-list.os-is-android .perform-list-scroller{-webkit-transform:translateZ(0)}.perform-list .cursor-pointer{cursor:pointer}.perform-list .white-space-no-wrap{white-space:nowrap}.perform-list .padding-all-little{padding:5px}.perform-list .display-inline-block{display:inline-block}.perform-list .text-centered{text-align:center}