/* Scroll bar *//*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */.jspScrollable,.jspContainer{width:100% !important}.jspContainer{overflow:hidden;position:relative}.jspPane{position:absolute;padding:0 !important}.jspVerticalBar{position:absolute;top:0;right:0;width:15px;height:100%;background:red}.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:15px;background:red}.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{position:relative}.jspDrag{position:relative;top:0;left:5px;cursor:pointer}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}.jspArrow{text-indent:-20000px;display:block;cursor:pointer}.jspArrow.jspDisabled{cursor:default}.jspHorizontalBar .jspArrow{width:15px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:none}.jspCorner{background:#eeeef4;float:left;height:100%}.jspVerticalBar,.jspArrow,.jspDrag div,.jspTrack{background-color:transparent}.jspDrag{background-color:#CBCBCB;width:5px}.jspArrow{width:15px;height:15px}.jspDrag div.jspDragBottom{position:absolute;bottom:0;left:0;width:100%}/* Custom scroll bar */.scrollbar-idle .jspVerticalBar{display:none !important}.scrollbar-idle .jspPane{width:100% !important}.jspHorizontalBar{display:none !important}/* WHAM Fake Select */.fake-select-container{position:relative}.wham-fake-select-button{display:inline-block}.wham-fake-select{position:absolute;z-index:10;display:none;left:0;right:0;margin-top:-1px}.wham-fake-select .inner{max-height:130px;overflow:auto;min-width:100px}.wham-fake-select li a{display:block;line-height:15px}/* Input */.wham-form input[type=text],.wham-form input[type=email],.wham-form input[type=tel],.wham-form input[type=password]{-webkit-appearance:none;-moz-appearance:none;appearance:none}/* Skin */.wham-fake-select-button,.wham-fake-checkbox,.wham-fake-radio{background:url("/themes/pof/assets/images/form-ui-sprite.png") no-repeat}.wham-form input[type=text],.wham-form input[type=email],.wham-form input[type=tel],.wham-form input[type=password],.wham-fake-select-button{height:30px;line-height:30px;width:250px;padding:0 10px}.wham-fake-select-button{padding-right:30px;width:230px}.wham-form textarea{width:828px;padding:10px;resize:none}.wham-form textarea + .counter{clear:right;float:right;margin-right:30px;color:#0B2063}.wham-form input[type=text],.wham-form input[type=email],.wham-form input[type=tel],.wham-form input[type=password],.wham-form textarea,.wham-fake-select-button,.wham-fake-select{border:1px solid #CBCBCB;color:#A0A0A2;background-color:#FFF;font-size:12px}.wham-fake-select-button{background-position:right 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wham-fake-select li a{height:20px;line-height:20px;color:inherit;padding:0 10px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wham-fake-select li a:hover,.wham-fake-select li a.active{background-color:#F4F4F4}.wham-fake-select li a.disabled{color:#CBCBCB;background-color:transparent}.wham-fake-radio,.wham-fake-checkbox{width:18px;margin-right:8px}.wham-fake-radio,.wham-fake-radio + label,.wham-fake-checkbox,.wham-fake-checkbox + label{height:18px;display:inline-block;line-height:20px;vertical-align:top;color:#0B2063;cursor:pointer}.wham-fake-checkbox{background-position:-18px -30px}.wham-fake-checkbox.active{background-position:0 -30px}.wham-fake-radio{background-position:-18px -48px}.wham-fake-radio.active{background-position:0 -48px}.wham-form .error-message{color:#FF3278;line-height:1;margin-top:7px}/* Inputs that will be transformed */.wham-form input[type="checkbox"],.wham-form select{display:none}/* date (splitted) */.wham-form input[type="text"].wham-input-date-day,.wham-form input[type="text"].wham-input-date-month{width:20px}.wham-form input[type="text"].wham-input-date-year{width:40px}.wham-form input[type="text"].wham-input-date-month,.wham-form input[type="text"].wham-input-date-year{margin-left:10px}