@-webkit-keyframes jconfirm-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes jconfirm-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.jconfirm{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden}.jconfirm .jconfirm-bg{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;-webkit-transition:all .4s;transition:all .4s}.jconfirm .jconfirm-bg.seen{opacity:1}.jconfirm .jconfirm-scrollpane{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto}.jconfirm .jconfirm-box{background:#fff;border-radius:4px;position:relative;outline:0}.jconfirm .jconfirm-box div.closeIcon{height:20px;width:20px;position:absolute;top:12px;right:12px;cursor:pointer;opacity:.6;text-align:center;display:none}.jconfirm .jconfirm-box div.closeIcon:hover{opacity:1}.jconfirm .jconfirm-box div.title{font-size:24px;font-weight:bold;font-family:inherit;padding:10px 15px 5px}.jconfirm .jconfirm-box div.content{padding-top:10px;padding:10px 15px 10px}.jconfirm .jconfirm-box div.content:empty{height:40px;position:relative;opacity:.6}.jconfirm .jconfirm-box div.content:empty:before{content:'';height:20px;width:20px;border:solid 2px #aaa;position:absolute;left:50%;margin-left:-45px;border-radius:20%;-webkit-animation:jconfirm-rotate 1s infinite;animation:jconfirm-rotate 1s infinite}.jconfirm .jconfirm-box div.content:empty:after{content:'loading..';position:absolute;left:50%;margin-left:-15px}.jconfirm .jconfirm-box .buttons{padding:10px 15px}.jconfirm .jquery-clear{clear:both}.jconfirm.rtl{direction:rtl}.jconfirm.rtl div.closeIcon{left:12px;right:auto}.jconfirm.white .jconfirm-bg{background-color:rgba(0,0,0,.2)}.jconfirm.white .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,.2);border-radius:5px}.jconfirm.white .jconfirm-box .buttons{float:right}.jconfirm.black .jconfirm-bg{background-color:rgba(0,0,0,.5)}.jconfirm.black .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,.2);background:#444;border-radius:5px;color:#fff}.jconfirm.black .jconfirm-box .buttons{float:right}.jconfirm.hololight .jconfirm-bg{background-color:rgba(0,0,0,.5)}.jconfirm.hololight .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,.4);border-radius:2px;overflow:hidden}.jconfirm.hololight .jconfirm-box div.title{font-weight:inherit;border-bottom:solid 2px #76cfdf;color:#76cfdf}.jconfirm.hololight .jconfirm-box .buttons{border-top:solid 2px #e7e7e7;width:100%;float:none;padding:0}.jconfirm.holodark .jconfirm-bg{background-color:rgba(0,0,0,.5)}.jconfirm.holodark .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,.4);border-radius:2px;background:#333;overflow:hidden}.jconfirm.holodark .jconfirm-box div.closeIcon{color:#fff}.jconfirm.holodark .jconfirm-box div.title{font-weight:inherit;border-bottom:solid 2px #76cfdf;color:#76cfdf}.jconfirm.holodark .jconfirm-box div.content{color:#fff}.jconfirm.holodark .jconfirm-box .buttons{border-top:solid 2px rgba(255,255,255,.2);width:100%;float:none;padding:0}.jconfirm .jconfirm-box.hilight{-webkit-animation:hilight .82s cubic-bezier(.36,.07,.19,.97) both;animation:hilight .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes hilight{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@keyframes hilight{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}.jconfirm{-webkit-perspective:400px;perspective:400px}.jconfirm .jconfirm-box{opacity:1;-webkit-transition-property:-webkit-transform,opacity,box-shadow;transition-property:transform,opacity,box-shadow}.jconfirm .jconfirm-box.anim-top,.jconfirm .jconfirm-box.anim-left,.jconfirm .jconfirm-box.anim-right,.jconfirm .jconfirm-box.anim-bottom,.jconfirm .jconfirm-box.anim-opacity,.jconfirm .jconfirm-box.anim-zoom,.jconfirm .jconfirm-box.anim-scale,.jconfirm .jconfirm-box.anim-none,.jconfirm .jconfirm-box.anim-rotate,.jconfirm .jconfirm-box.anim-rotatex,.jconfirm .jconfirm-box.anim-rotatey,.jconfirm .jconfirm-box.anim-scaley,.jconfirm .jconfirm-box.anim-scalex{opacity:0}.jconfirm .jconfirm-box.anim-rotate{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jconfirm .jconfirm-box.anim-rotatex{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.anim-rotatey{-webkit-transform:rotatey(90deg);-ms-transform:rotatey(90deg);transform:rotatey(90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.anim-scaley{-webkit-transform:scaley(1.5);-ms-transform:scaley(1.5);transform:scaley(1.5);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.anim-scalex{-webkit-transform:scalex(1.5);-ms-transform:scalex(1.5);transform:scalex(1.5);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.anim-top{-webkit-transform:translate(0,-100px);-ms-transform:translate(0,-100px);transform:translate(0,-100px)}.jconfirm .jconfirm-box.anim-left{-webkit-transform:translate(-100px,0);-ms-transform:translate(-100px,0);transform:translate(-100px,0)}.jconfirm .jconfirm-box.anim-right{-webkit-transform:translate(100px,0);-ms-transform:translate(100px,0);transform:translate(100px,0)}.jconfirm .jconfirm-box.anim-bottom{-webkit-transform:translate(0,100px);-ms-transform:translate(0,100px);transform:translate(0,100px)}.jconfirm .jconfirm-box.anim-zoom{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.jconfirm .jconfirm-box.anim-scale{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.jconfirm .jconfirm-box.anim-none{display:none}.jconfirm.supervan .jconfirm-bg{background-color:rgba(54,70,93,.95)}.jconfirm.supervan .jconfirm-box{background-color:transparent}.jconfirm.supervan .jconfirm-box div.closeIcon{color:#fff}.jconfirm.supervan .jconfirm-box div.title{text-align:center;color:#fff;font-size:28px;font-weight:normal}.jconfirm.supervan .jconfirm-box div.content{text-align:center;color:#fff}.jconfirm.supervan .jconfirm-box .buttons{text-align:center}@font-face{font-family:'Glyphicons Regular';src:url('fonts/glyphicons-regular.eot');src:url('fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'),url('fonts/glyphicons-regular.woff') format('woff'),url('fonts/glyphicons-regular.ttf') format('truetype'),url('fonts/glyphicons-regular.svg#glyphiconsregular') format('svg')}.glyphicons{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Regular';font-style:normal;font-weight:normal;line-height:1;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicons.x05{font-size:12px}.glyphicons.x2{font-size:48px}.glyphicons.x3{font-size:72px}.glyphicons.x4{font-size:96px}.glyphicons.x5{font-size:120px}.glyphicons.light:before{color:#f2f2f2}.glyphicons.drop:before{text-shadow:-1px 1px 3px rgba(0,0,0,.3)}.glyphicons.flip{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.glyphicons.flipv{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.glyphicons.rotate90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.glyphicons.rotate180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.glyphicons.rotate270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.glyphicons-glass:before{content:""}.glyphicons-leaf:before{content:""}.glyphicons-dog:before{content:""}.glyphicons-user:before{content:""}.glyphicons-girl:before{content:""}.glyphicons-car:before{content:""}.glyphicons-user-add:before{content:""}.glyphicons-user-remove:before{content:""}.glyphicons-film:before{content:""}.glyphicons-magic:before{content:""}.glyphicons-envelope:before{content:"✉"}.glyphicons-camera:before{content:""}.glyphicons-heart:before{content:""}.glyphicons-beach-umbrella:before{content:""}.glyphicons-train:before{content:""}.glyphicons-print:before{content:""}.glyphicons-bin:before{content:""}.glyphicons-music:before{content:""}.glyphicons-note:before{content:""}.glyphicons-heart-empty:before{content:""}.glyphicons-home:before{content:""}.glyphicons-snowflake:before{content:"❄"}.glyphicons-fire:before{content:""}.glyphicons-magnet:before{content:""}.glyphicons-parents:before{content:""}.glyphicons-binoculars:before{content:""}.glyphicons-road:before{content:""}.glyphicons-search:before{content:""}.glyphicons-cars:before{content:""}.glyphicons-notes-2:before{content:""}.glyphicons-pencil:before{content:"✏"}.glyphicons-bus:before{content:""}.glyphicons-wifi-alt:before{content:""}.glyphicons-luggage:before{content:""}.glyphicons-old-man:before{content:""}.glyphicons-woman:before{content:""}.glyphicons-file:before{content:""}.glyphicons-coins:before{content:""}.glyphicons-airplane:before{content:"✈"}.glyphicons-notes:before{content:""}.glyphicons-stats:before{content:""}.glyphicons-charts:before{content:""}.glyphicons-pie-chart:before{content:""}.glyphicons-group:before{content:""}.glyphicons-keys:before{content:""}.glyphicons-calendar:before{content:""}.glyphicons-router:before{content:""}.glyphicons-camera-small:before{content:""}.glyphicons-star-empty:before{content:""}.glyphicons-star:before{content:""}.glyphicons-link:before{content:""}.glyphicons-eye-open:before{content:""}.glyphicons-eye-close:before{content:""}.glyphicons-alarm:before{content:""}.glyphicons-clock:before{content:""}.glyphicons-stopwatch:before{content:""}.glyphicons-projector:before{content:""}.glyphicons-history:before{content:""}.glyphicons-truck:before{content:""}.glyphicons-cargo:before{content:""}.glyphicons-compass:before{content:""}.glyphicons-keynote:before{content:""}.glyphicons-paperclip:before{content:""}.glyphicons-power:before{content:""}.glyphicons-lightbulb:before{content:""}.glyphicons-tag:before{content:""}.glyphicons-tags:before{content:""}.glyphicons-cleaning:before{content:""}.glyphicons-ruler:before{content:""}.glyphicons-gift:before{content:""}.glyphicons-umbrella:before{content:"☂"}.glyphicons-book:before{content:""}.glyphicons-bookmark:before{content:""}.glyphicons-wifi:before{content:""}.glyphicons-cup:before{content:""}.glyphicons-stroller:before{content:""}.glyphicons-headphones:before{content:""}.glyphicons-headset:before{content:""}.glyphicons-warning-sign:before{content:""}.glyphicons-signal:before{content:""}.glyphicons-retweet:before{content:""}.glyphicons-refresh:before{content:""}.glyphicons-roundabout:before{content:""}.glyphicons-random:before{content:""}.glyphicons-heat:before{content:""}.glyphicons-repeat:before{content:""}.glyphicons-display:before{content:""}.glyphicons-log-book:before{content:""}.glyphicons-address-book:before{content:""}.glyphicons-building:before{content:""}.glyphicons-eyedropper:before{content:""}.glyphicons-adjust:before{content:""}.glyphicons-tint:before{content:""}.glyphicons-crop:before{content:""}.glyphicons-vector-path-square:before{content:""}.glyphicons-vector-path-circle:before{content:""}.glyphicons-vector-path-polygon:before{content:""}.glyphicons-vector-path-line:before{content:""}.glyphicons-vector-path-curve:before{content:""}.glyphicons-vector-path-all:before{content:""}.glyphicons-font:before{content:""}.glyphicons-italic:before{content:""}.glyphicons-bold:before{content:""}.glyphicons-text-underline:before{content:""}.glyphicons-text-strike:before{content:""}.glyphicons-text-height:before{content:""}.glyphicons-text-width:before{content:""}.glyphicons-text-resize:before{content:""}.glyphicons-left-indent:before{content:""}.glyphicons-right-indent:before{content:""}.glyphicons-align-left:before{content:""}.glyphicons-align-center:before{content:""}.glyphicons-align-right:before{content:""}.glyphicons-justify:before{content:""}.glyphicons-list:before{content:""}.glyphicons-text-smaller:before{content:""}.glyphicons-text-bigger:before{content:""}.glyphicons-embed:before{content:""}.glyphicons-embed-close:before{content:""}.glyphicons-table:before{content:""}.glyphicons-message-full:before{content:""}.glyphicons-message-empty:before{content:""}.glyphicons-message-in:before{content:""}.glyphicons-message-out:before{content:""}.glyphicons-message-plus:before{content:""}.glyphicons-message-minus:before{content:""}.glyphicons-message-ban:before{content:""}.glyphicons-message-flag:before{content:""}.glyphicons-message-lock:before{content:""}.glyphicons-message-new:before{content:""}.glyphicons-inbox:before{content:""}.glyphicons-inbox-plus:before{content:""}.glyphicons-inbox-minus:before{content:""}.glyphicons-inbox-lock:before{content:""}.glyphicons-inbox-in:before{content:""}.glyphicons-inbox-out:before{content:""}.glyphicons-cogwheel:before{content:""}.glyphicons-cogwheels:before{content:""}.glyphicons-picture:before{content:""}.glyphicons-adjust-alt:before{content:""}.glyphicons-database-lock:before{content:""}.glyphicons-database-plus:before{content:""}.glyphicons-database-minus:before{content:""}.glyphicons-database-ban:before{content:""}.glyphicons-folder-open:before{content:""}.glyphicons-folder-plus:before{content:""}.glyphicons-folder-minus:before{content:""}.glyphicons-folder-lock:before{content:""}.glyphicons-folder-flag:before{content:""}.glyphicons-folder-new:before{content:""}.glyphicons-edit:before{content:""}.glyphicons-new-window:before{content:""}.glyphicons-check:before{content:""}.glyphicons-unchecked:before{content:""}.glyphicons-more-windows:before{content:""}.glyphicons-show-big-thumbnails:before{content:""}.glyphicons-show-thumbnails:before{content:""}.glyphicons-show-thumbnails-with-lines:before{content:""}.glyphicons-show-lines:before{content:""}.glyphicons-playlist:before{content:""}.glyphicons-imac:before{content:""}.glyphicons-macbook:before{content:""}.glyphicons-ipad:before{content:""}.glyphicons-iphone:before{content:""}.glyphicons-iphone-transfer:before{content:""}.glyphicons-iphone-exchange:before{content:""}.glyphicons-ipod:before{content:""}.glyphicons-ipod-shuffle:before{content:""}.glyphicons-ear-plugs:before{content:""}.glyphicons-record:before{content:""}.glyphicons-step-backward:before{content:""}.glyphicons-fast-backward:before{content:""}.glyphicons-rewind:before{content:""}.glyphicons-play:before{content:""}.glyphicons-pause:before{content:""}.glyphicons-stop:before{content:""}.glyphicons-forward:before{content:""}.glyphicons-fast-forward:before{content:""}.glyphicons-step-forward:before{content:""}.glyphicons-eject:before{content:""}.glyphicons-facetime-video:before{content:""}.glyphicons-download-alt:before{content:""}.glyphicons-mute:before{content:""}.glyphicons-volume-down:before{content:""}.glyphicons-volume-up:before{content:""}.glyphicons-screenshot:before{content:""}.glyphicons-move:before{content:""}.glyphicons-more:before{content:""}.glyphicons-brightness-reduce:before{content:""}.glyphicons-brightness-increase:before{content:""}.glyphicons-circle-plus:before{content:""}.glyphicons-circle-minus:before{content:""}.glyphicons-circle-remove:before{content:""}.glyphicons-circle-ok:before{content:""}.glyphicons-circle-question-mark:before{content:""}.glyphicons-circle-info:before{content:""}.glyphicons-circle-exclamation-mark:before{content:""}.glyphicons-remove:before{content:""}.glyphicons-ok:before{content:""}.glyphicons-ban:before{content:""}.glyphicons-download:before{content:""}.glyphicons-upload:before{content:""}.glyphicons-shopping-cart:before{content:""}.glyphicons-lock:before{content:""}.glyphicons-unlock:before{content:""}.glyphicons-electricity:before{content:""}.glyphicons-ok-2:before{content:""}.glyphicons-remove-2:before{content:""}.glyphicons-cart-out:before{content:""}.glyphicons-cart-in:before{content:""}.glyphicons-left-arrow:before{content:""}.glyphicons-right-arrow:before{content:""}.glyphicons-down-arrow:before{content:""}.glyphicons-up-arrow:before{content:""}.glyphicons-resize-small:before{content:""}.glyphicons-resize-full:before{content:""}.glyphicons-circle-arrow-left:before{content:""}.glyphicons-circle-arrow-right:before{content:""}.glyphicons-circle-arrow-top:before{content:""}.glyphicons-circle-arrow-down:before{content:""}.glyphicons-play-button:before{content:""}.glyphicons-unshare:before{content:""}.glyphicons-share:before{content:""}.glyphicons-chevron-right:before{content:""}.glyphicons-chevron-left:before{content:""}.glyphicons-bluetooth:before{content:""}.glyphicons-euro:before{content:"€"}.glyphicons-usd:before{content:""}.glyphicons-gbp:before{content:""}.glyphicons-retweet-2:before{content:""}.glyphicons-moon:before{content:""}.glyphicons-sun:before{content:"☉"}.glyphicons-cloud:before{content:"☁"}.glyphicons-direction:before{content:""}.glyphicons-brush:before{content:""}.glyphicons-pen:before{content:""}.glyphicons-zoom-in:before{content:""}.glyphicons-zoom-out:before{content:""}.glyphicons-pin:before{content:""}.glyphicons-albums:before{content:""}.glyphicons-rotation-lock:before{content:""}.glyphicons-flash:before{content:""}.glyphicons-google-maps:before{content:""}.glyphicons-anchor:before{content:"⚓"}.glyphicons-conversation:before{content:""}.glyphicons-chat:before{content:""}.glyphicons-male:before{content:""}.glyphicons-female:before{content:""}.glyphicons-asterisk:before{content:"*"}.glyphicons-divide:before{content:"÷"}.glyphicons-snorkel-diving:before{content:""}.glyphicons-scuba-diving:before{content:""}.glyphicons-oxygen-bottle:before{content:""}.glyphicons-fins:before{content:""}.glyphicons-fishes:before{content:""}.glyphicons-boat:before{content:""}.glyphicons-delete:before{content:""}.glyphicons-sheriffs-star:before{content:""}.glyphicons-qrcode:before{content:""}.glyphicons-barcode:before{content:""}.glyphicons-pool:before{content:""}.glyphicons-buoy:before{content:""}.glyphicons-spade:before{content:""}.glyphicons-bank:before{content:""}.glyphicons-vcard:before{content:""}.glyphicons-electrical-plug:before{content:""}.glyphicons-flag:before{content:""}.glyphicons-credit-card:before{content:""}.glyphicons-keyboard-wireless:before{content:""}.glyphicons-keyboard-wired:before{content:""}.glyphicons-shield:before{content:""}.glyphicons-ring:before{content:"˚"}.glyphicons-cake:before{content:""}.glyphicons-drink:before{content:""}.glyphicons-beer:before{content:""}.glyphicons-fast-food:before{content:""}.glyphicons-cutlery:before{content:""}.glyphicons-pizza:before{content:""}.glyphicons-birthday-cake:before{content:""}.glyphicons-tablet:before{content:""}.glyphicons-settings:before{content:""}.glyphicons-bullets:before{content:""}.glyphicons-cardio:before{content:""}.glyphicons-t-shirt:before{content:""}.glyphicons-pants:before{content:""}.glyphicons-sweater:before{content:""}.glyphicons-fabric:before{content:""}.glyphicons-leather:before{content:""}.glyphicons-scissors:before{content:""}.glyphicons-bomb:before{content:""}.glyphicons-skull:before{content:""}.glyphicons-celebration:before{content:""}.glyphicons-tea-kettle:before{content:""}.glyphicons-french-press:before{content:""}.glyphicons-coffee-cup:before{content:""}.glyphicons-pot:before{content:""}.glyphicons-grater:before{content:""}.glyphicons-kettle:before{content:""}.glyphicons-hospital:before{content:""}.glyphicons-hospital-h:before{content:""}.glyphicons-microphone:before{content:""}.glyphicons-webcam:before{content:""}.glyphicons-temple-christianity-church:before{content:""}.glyphicons-temple-islam:before{content:""}.glyphicons-temple-hindu:before{content:""}.glyphicons-temple-buddhist:before{content:""}.glyphicons-bicycle:before{content:""}.glyphicons-life-preserver:before{content:""}.glyphicons-share-alt:before{content:""}.glyphicons-comments:before{content:""}.glyphicons-flower:before{content:"⚘"}.glyphicons-baseball:before{content:"⚾"}.glyphicons-rugby:before{content:""}.glyphicons-ax:before{content:""}.glyphicons-table-tennis:before{content:""}.glyphicons-bowling:before{content:""}.glyphicons-tree-conifer:before{content:""}.glyphicons-tree-deciduous:before{content:""}.glyphicons-more-items:before{content:""}.glyphicons-sort:before{content:""}.glyphicons-filter:before{content:""}.glyphicons-gamepad:before{content:""}.glyphicons-playing-dices:before{content:""}.glyphicons-calculator:before{content:""}.glyphicons-tie:before{content:""}.glyphicons-wallet:before{content:""}.glyphicons-piano:before{content:""}.glyphicons-sampler:before{content:""}.glyphicons-podium:before{content:""}.glyphicons-soccer-ball:before{content:""}.glyphicons-blog:before{content:""}.glyphicons-dashboard:before{content:""}.glyphicons-certificate:before{content:""}.glyphicons-bell:before{content:""}.glyphicons-candle:before{content:""}.glyphicons-pushpin:before{content:""}.glyphicons-iphone-shake:before{content:""}.glyphicons-pin-flag:before{content:""}.glyphicons-turtle:before{content:""}.glyphicons-rabbit:before{content:""}.glyphicons-globe:before{content:""}.glyphicons-briefcase:before{content:""}.glyphicons-hdd:before{content:""}.glyphicons-thumbs-up:before{content:""}.glyphicons-thumbs-down:before{content:""}.glyphicons-hand-right:before{content:""}.glyphicons-hand-left:before{content:""}.glyphicons-hand-up:before{content:""}.glyphicons-hand-down:before{content:""}.glyphicons-fullscreen:before{content:""}.glyphicons-shopping-bag:before{content:""}.glyphicons-book-open:before{content:""}.glyphicons-nameplate:before{content:""}.glyphicons-nameplate-alt:before{content:""}.glyphicons-vases:before{content:""}.glyphicons-bullhorn:before{content:""}.glyphicons-dumbbell:before{content:""}.glyphicons-suitcase:before{content:""}.glyphicons-file-import:before{content:""}.glyphicons-file-export:before{content:""}.glyphicons-bug:before{content:""}.glyphicons-crown:before{content:""}.glyphicons-smoking:before{content:""}.glyphicons-cloud-download:before{content:""}.glyphicons-cloud-upload:before{content:""}.glyphicons-restart:before{content:""}.glyphicons-security-camera:before{content:""}.glyphicons-expand:before{content:""}.glyphicons-collapse:before{content:""}.glyphicons-collapse-top:before{content:""}.glyphicons-globe-af:before{content:""}.glyphicons-global:before{content:""}.glyphicons-spray:before{content:""}.glyphicons-nails:before{content:""}.glyphicons-claw-hammer:before{content:""}.glyphicons-classic-hammer:before{content:""}.glyphicons-hand-saw:before{content:""}.glyphicons-riflescope:before{content:""}.glyphicons-electrical-socket-eu:before{content:""}.glyphicons-electrical-socket-us:before{content:""}.glyphicons-message-forward:before{content:""}.glyphicons-coat-hanger:before{content:""}.glyphicons-dress:before{content:""}.glyphicons-bathrobe:before{content:""}.glyphicons-shirt:before{content:""}.glyphicons-underwear:before{content:""}.glyphicons-log-in:before{content:""}.glyphicons-log-out:before{content:""}.glyphicons-exit:before{content:""}.glyphicons-new-window-alt:before{content:""}.glyphicons-video-sd:before{content:""}.glyphicons-video-hd:before{content:""}.glyphicons-subtitles:before{content:""}.glyphicons-sound-stereo:before{content:""}.glyphicons-sound-dolby:before{content:""}.glyphicons-sound-5-1:before{content:""}.glyphicons-sound-6-1:before{content:""}.glyphicons-sound-7-1:before{content:""}.glyphicons-copyright-mark:before{content:""}.glyphicons-registration-mark:before{content:""}.glyphicons-radar:before{content:""}.glyphicons-skateboard:before{content:""}.glyphicons-golf-course:before{content:""}.glyphicons-sorting:before{content:""}.glyphicons-sort-by-alphabet:before{content:""}.glyphicons-sort-by-alphabet-alt:before{content:""}.glyphicons-sort-by-order:before{content:""}.glyphicons-sort-by-order-alt:before{content:""}.glyphicons-sort-by-attributes:before{content:""}.glyphicons-sort-by-attributes-alt:before{content:""}.glyphicons-compressed:before{content:""}.glyphicons-package:before{content:""}.glyphicons-cloud-plus:before{content:""}.glyphicons-cloud-minus:before{content:""}.glyphicons-disk-save:before{content:""}.glyphicons-disk-open:before{content:""}.glyphicons-disk-saved:before{content:""}.glyphicons-disk-remove:before{content:""}.glyphicons-disk-import:before{content:""}.glyphicons-disk-export:before{content:""}.glyphicons-tower:before{content:""}.glyphicons-send:before{content:""}.glyphicons-git-branch:before{content:""}.glyphicons-git-create:before{content:""}.glyphicons-git-private:before{content:""}.glyphicons-git-delete:before{content:""}.glyphicons-git-merge:before{content:""}.glyphicons-git-pull-request:before{content:""}.glyphicons-git-compare:before{content:""}.glyphicons-git-commit:before{content:""}.glyphicons-construction-cone:before{content:""}.glyphicons-shoe-steps:before{content:""}.glyphicons-plus:before{content:"+"}.glyphicons-minus:before{content:"−"}.glyphicons-redo:before{content:""}.glyphicons-undo:before{content:""}.glyphicons-golf:before{content:""}.glyphicons-hockey:before{content:""}.glyphicons-pipe:before{content:""}.glyphicons-wrench:before{content:""}.glyphicons-folder-closed:before{content:""}.glyphicons-phone-alt:before{content:""}.glyphicons-earphone:before{content:""}.glyphicons-floppy-disk:before{content:""}.glyphicons-floppy-saved:before{content:""}.glyphicons-floppy-remove:before{content:""}.glyphicons-floppy-save:before{content:""}.glyphicons-floppy-open:before{content:""}.glyphicons-translate:before{content:""}.glyphicons-fax:before{content:""}.glyphicons-factory:before{content:""}.glyphicons-shop-window:before{content:""}.glyphicons-shop:before{content:""}.glyphicons-kiosk:before{content:""}.glyphicons-kiosk-wheels:before{content:""}.glyphicons-kiosk-light:before{content:""}.glyphicons-kiosk-food:before{content:""}.glyphicons-transfer:before{content:""}.glyphicons-money:before{content:""}.glyphicons-header:before{content:""}.glyphicons-blacksmith:before{content:""}.glyphicons-saw-blade:before{content:""}.glyphicons-basketball:before{content:""}.glyphicons-server:before{content:""}.glyphicons-server-plus:before{content:""}.glyphicons-server-minus:before{content:""}.glyphicons-server-ban:before{content:""}.glyphicons-server-flag:before{content:""}.glyphicons-server-lock:before{content:""}.glyphicons-server-new:before{content:""}.glyphicons-charging-station:before{content:""}.glyphicons-gas-station:before{content:""}.glyphicons-target:before{content:""}.glyphicons-bed-alt:before{content:""}.glyphicons-mosquito-net:before{content:""}.glyphicons-dining-set:before{content:""}.glyphicons-plate-of-food:before{content:""}.glyphicons-hygiene-kit:before{content:""}.glyphicons-blackboard:before{content:""}.glyphicons-marriage:before{content:""}.glyphicons-bucket:before{content:""}.glyphicons-none-color-swatch:before{content:""}.glyphicons-bring-forward:before{content:""}.glyphicons-bring-to-front:before{content:""}.glyphicons-send-backward:before{content:""}.glyphicons-send-to-back:before{content:""}.glyphicons-fit-frame-to-image:before{content:""}.glyphicons-fit-image-to-frame:before{content:""}.glyphicons-multiple-displays:before{content:""}.glyphicons-handshake:before{content:""}.glyphicons-child:before{content:""}.glyphicons-baby-formula:before{content:""}.glyphicons-medicine:before{content:""}.glyphicons-atv-vehicle:before{content:""}.glyphicons-motorcycle:before{content:""}.glyphicons-bed:before{content:""}.glyphicons-tent:before{content:"⛺"}.glyphicons-glasses:before{content:""}.glyphicons-sunglasses:before{content:""}.glyphicons-family:before{content:""}.glyphicons-education:before{content:""}.glyphicons-shoes:before{content:""}.glyphicons-map:before{content:""}.glyphicons-cd:before{content:""}.glyphicons-alert:before{content:""}.glyphicons-piggy-bank:before{content:""}.glyphicons-star-half:before{content:""}.glyphicons-cluster:before{content:""}.glyphicons-flowchart:before{content:""}.glyphicons-commodities:before{content:""}.glyphicons-duplicate:before{content:""}.glyphicons-copy:before{content:""}.glyphicons-paste:before{content:""}.glyphicons-bath-bathtub:before{content:""}.glyphicons-bath-shower:before{content:""}.glyphicons-shower:before{content:"🚿"}.glyphicons-menu-hamburger:before{content:""}.glyphicons-option-vertical:before{content:""}.glyphicons-option-horizontal:before{content:""}.glyphicons-currency-conversion:before{content:""}.glyphicons-user-ban:before{content:""}.glyphicons-user-lock:before{content:""}.glyphicons-user-flag:before{content:""}.glyphicons-user-asterisk:before{content:""}.glyphicons-user-alert:before{content:""}.glyphicons-user-key:before{content:""}.glyphicons-user-conversation:before{content:""}.glyphicons-database:before{content:""}.glyphicons-database-search:before{content:""}.glyphicons-list-alt:before{content:""}.glyphicons-hazard-sign:before{content:""}.glyphicons-hazard:before{content:""}.glyphicons-stop-sign:before{content:""}.glyphicons-lab:before{content:""}.glyphicons-lab-alt:before{content:""}.glyphicons-ice-cream:before{content:""}.glyphicons-ice-lolly:before{content:""}.glyphicons-ice-lolly-tasted:before{content:""}.glyphicons-invoice:before{content:""}.glyphicons-cart-tick:before{content:""}.glyphicons-hourglass:before{content:"⌛"}.glyphicons-cat:before{content:"🐈"}.glyphicons-lamp:before{content:""}.glyphicons-scale-classic:before{content:""}.glyphicons-eye-plus:before{content:""}.glyphicons-eye-minus:before{content:""}.glyphicons-quote:before{content:""}.glyphicons-bitcoin:before{content:""}.glyphicons-yen:before{content:"¥"}.glyphicons-ruble:before{content:"₽"}.glyphicons-erase:before{content:""}.glyphicons-podcast:before{content:""}.glyphicons-firework:before{content:""}.glyphicons-scale:before{content:""}.glyphicons-king:before{content:""}.glyphicons-queen:before{content:""}.glyphicons-pawn:before{content:""}.glyphicons-bishop:before{content:""}.glyphicons-knight:before{content:""}.glyphicons-mic-mute:before{content:""}.glyphicons-voicemail:before{content:""}.glyphicons-paragraph:before{content:"¶"}.glyphicons-person-walking:before{content:""}.glyphicons-person-wheelchair:before{content:""}.glyphicons-underground:before{content:""}.glyphicons-car-hov:before{content:""}.glyphicons-car-rental:before{content:""}.glyphicons-transport:before{content:""}.glyphicons-taxi:before{content:"🚕"}.glyphicons-ice-cream-no:before{content:""}.glyphicons-uk-rat-u:before{content:""}.glyphicons-uk-rat-pg:before{content:""}.glyphicons-uk-rat-12a:before{content:""}.glyphicons-uk-rat-12:before{content:""}.glyphicons-uk-rat-15:before{content:""}.glyphicons-uk-rat-18:before{content:""}.glyphicons-uk-rat-r18:before{content:""}.glyphicons-tv:before{content:""}.glyphicons-sms:before{content:""}.glyphicons-mms:before{content:""}.glyphicons-us-rat-g:before{content:""}.glyphicons-us-rat-pg:before{content:""}.glyphicons-us-rat-pg-13:before{content:""}.glyphicons-us-rat-restricted:before{content:""}.glyphicons-us-rat-no-one-17:before{content:""}.glyphicons-equalizer:before{content:""}.glyphicons-speakers:before{content:""}.glyphicons-remote-control:before{content:""}.glyphicons-remote-control-tv:before{content:""}.glyphicons-shredder:before{content:""}.glyphicons-folder-heart:before{content:""}.glyphicons-person-running:before{content:""}.glyphicons-person:before{content:""}.glyphicons-voice:before{content:""}.glyphicons-stethoscope:before{content:""}.glyphicons-hotspot:before{content:""}.glyphicons-activity:before{content:""}.glyphicons-watch:before{content:"⌚"}.glyphicons-scissors-alt:before{content:""}.glyphicons-car-wheel:before{content:""}.glyphicons-chevron-up:before{content:""}.glyphicons-chevron-down:before{content:""}.glyphicons-superscript:before{content:""}.glyphicons-subscript:before{content:""}.glyphicons-text-size:before{content:""}.glyphicons-text-color:before{content:""}.glyphicons-text-background:before{content:""}.glyphicons-modal-window:before{content:""}.glyphicons-newspaper:before{content:"📰"}.glyphicons-tractor:before{content:"🚜"}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}100%{-webkit-transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes swing{20%,40%,60%,80%,100%{-webkit-transform-origin:top center}20%{-webkit-transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}.flag{display:inline-block;width:16px;height:11px;background:url('flags.png') no-repeat}.flag.flag-gw{background-position:-144px -55px}.flag.flag-gu{background-position:-128px -55px}.flag.flag-gt{background-position:-112px -55px}.flag.flag-gs{background-position:-96px -55px}.flag.flag-gr{background-position:-80px -55px}.flag.flag-gq{background-position:-64px -55px}.flag.flag-gp{background-position:-48px -55px}.flag.flag-gy{background-position:-160px -55px}.flag.flag-gg{background-position:-208px -44px}.flag.flag-gf{background-position:-192px -44px}.flag.flag-ge{background-position:-176px -44px}.flag.flag-gd{background-position:-160px -44px}.flag.flag-gb{background-position:-144px -44px}.flag.flag-ga{background-position:-128px -44px}.flag.flag-gn{background-position:-32px -55px}.flag.flag-gm{background-position:-16px -55px}.flag.flag-gl{background-position:0 -55px}.flag.flag-gi{background-position:-240px -44px}.flag.flag-gh{background-position:-224px -44px}.flag.flag-lb{background-position:-208px -77px}.flag.flag-lc{background-position:-224px -77px}.flag.flag-la{background-position:-192px -77px}.flag.flag-tv{background-position:-32px -154px}.flag.flag-tw{background-position:-48px -154px}.flag.flag-tt{background-position:-16px -154px}.flag.flag-tr{background-position:0 -154px}.flag.flag-lk{background-position:0 -88px}.flag.flag-li{background-position:-240px -77px}.flag.flag-lv{background-position:-80px -88px}.flag.flag-to{background-position:-240px -143px}.flag.flag-lt{background-position:-48px -88px}.flag.flag-lu{background-position:-64px -88px}.flag.flag-lr{background-position:-16px -88px}.flag.flag-ls{background-position:-32px -88px}.flag.flag-th{background-position:-128px -143px}.flag.flag-tf{background-position:-96px -143px}.flag.flag-tg{background-position:-112px -143px}.flag.flag-td{background-position:-80px -143px}.flag.flag-tc{background-position:-64px -143px}.flag.flag-ly{background-position:-96px -88px}.flag.flag-do{background-position:-112px -33px}.flag.flag-dm{background-position:-96px -33px}.flag.flag-dj{background-position:-64px -33px}.flag.flag-dk{background-position:-80px -33px}.flag.flag-um{background-position:-112px -154px}.flag.flag-de{background-position:-48px -33px}.flag.flag-ye{background-position:-96px -165px}.flag.flag-dz{background-position:-128px -33px}.flag.flag-uy{background-position:-144px -154px}.flag.flag-yt{background-position:-112px -165px}.flag.flag-catalonia{background-position:-32px -22px}.flag.flag-vu{background-position:-16px -165px}.flag.flag-qa{background-position:-128px -121px}.flag.flag-tm{background-position:-208px -143px}.flag.flag-england{background-position:-208px -33px}.flag.flag-eh{background-position:-192px -33px}.flag.flag-wf{background-position:-48px -165px}.flag.flag-ee{background-position:-160px -33px}.flag.flag-eg{background-position:-176px -33px}.flag.flag-za{background-position:-128px -165px}.flag.flag-ec{background-position:-144px -33px}.flag.flag-us{background-position:-128px -154px}.flag.flag-eu{background-position:-16px -44px}.flag.flag-et{background-position:0 -44px}.flag.flag-zw{background-position:-176px -165px}.flag.flag-es{background-position:-240px -33px}.flag.flag-er{background-position:-224px -33px}.flag.flag-ru{background-position:-192px -121px}.flag.flag-rw{background-position:-208px -121px}.flag.flag-rs{background-position:-176px -121px}.flag.flag-re{background-position:-144px -121px}.flag.flag-it{background-position:-176px -66px}.flag.flag-ro{background-position:-160px -121px}.flag.flag-tk{background-position:-176px -143px}.flag.flag-tz{background-position:-64px -154px}.flag.flag-bd{background-position:-16px -11px}.flag.flag-be{background-position:-32px -11px}.flag.flag-bf{background-position:-48px -11px}.flag.flag-bg{background-position:-64px -11px}.flag.flag-vg{background-position:-224px -154px}.flag.flag-ba{background-position:-240px 0}.flag.flag-bb{background-position:0 -11px}.flag.flag-tibet{background-position:-144px -143px}.flag.flag-bm{background-position:-112px -11px}.flag.flag-bn{background-position:-128px -11px}.flag.flag-bo{background-position:-144px -11px}.flag.flag-bh{background-position:-80px -11px}.flag.flag-bj{background-position:-96px -11px}.flag.flag-bt{background-position:-192px -11px}.flag.flag-jm{background-position:-208px -66px}.flag.flag-bv{background-position:-208px -11px}.flag.flag-bw{background-position:-224px -11px}.flag.flag-ws{background-position:-64px -165px}.flag.flag-br{background-position:-160px -11px}.flag.flag-bs{background-position:-176px -11px}.flag.flag-je{background-position:-192px -66px}.flag.flag-by{background-position:-240px -11px}.flag.flag-bz{background-position:0 -22px}.flag.flag-tn{background-position:-224px -143px}.flag.flag-om{background-position:-144px -110px}.flag.flag-zm{background-position:-160px -165px}.flag.flag-ua{background-position:-80px -154px}.flag.flag-jo{background-position:-224px -66px}.flag.flag-mz{background-position:-192px -99px}.flag.flag-ck{background-position:-128px -22px}.flag.flag-xk{background-position:-80px -165px}.flag.flag-ci{background-position:-112px -22px}.flag.flag-ch{background-position:-96px -22px}.flag.flag-co{background-position:-192px -22px}.flag.flag-cn{background-position:-176px -22px}.flag.flag-cm{background-position:-160px -22px}.flag.flag-cl{background-position:-144px -22px}.flag.flag-ca{background-position:-16px -22px}.flag.flag-cg{background-position:-80px -22px}.flag.flag-cf{background-position:-64px -22px}.flag.flag-cd{background-position:-48px -22px}.flag.flag-cz{background-position:-32px -33px}.flag.flag-cy{background-position:-16px -33px}.flag.flag-vc{background-position:-192px -154px}.flag.flag-cr{background-position:-208px -22px}.flag.flag-cw{background-position:0 -33px}.flag.flag-cv{background-position:-240px -22px}.flag.flag-cu{background-position:-224px -22px}.flag.flag-ve{background-position:-208px -154px}.flag.flag-pr{background-position:-48px -121px}.flag.flag-ps{background-position:-64px -121px}.flag.flag-pw{background-position:-96px -121px}.flag.flag-pt{background-position:-80px -121px}.flag.flag-py{background-position:-112px -121px}.flag.flag-tl{background-position:-192px -143px}.flag.flag-iq{background-position:-128px -66px}.flag.flag-pa{background-position:-160px -110px}.flag.flag-pf{background-position:-192px -110px}.flag.flag-pg{background-position:-208px -110px}.flag.flag-pe{background-position:-176px -110px}.flag.flag-pk{background-position:-240px -110px}.flag.flag-ph{background-position:-224px -110px}.flag.flag-pn{background-position:-32px -121px}.flag.flag-kurdistan{background-position:-128px -77px}.flag.flag-pl{background-position:0 -121px}.flag.flag-pm{background-position:-16px -121px}.flag.flag-hr{background-position:-224px -55px}.flag.flag-ht{background-position:-240px -55px}.flag.flag-hu{background-position:0 -66px}.flag.flag-hk{background-position:-176px -55px}.flag.flag-hn{background-position:-208px -55px}.flag.flag-vn{background-position:0 -165px}.flag.flag-hm{background-position:-192px -55px}.flag.flag-jp{background-position:-240px -66px}.flag.flag-wales{background-position:-32px -165px}.flag.flag-me{background-position:-160px -88px}.flag.flag-md{background-position:-144px -88px}.flag.flag-mg{background-position:-176px -88px}.flag.flag-ma{background-position:-112px -88px}.flag.flag-mc{background-position:-128px -88px}.flag.flag-uz{background-position:-160px -154px}.flag.flag-mm{background-position:-240px -88px}.flag.flag-ml{background-position:-224px -88px}.flag.flag-mo{background-position:-16px -99px}.flag.flag-mn{background-position:0 -99px}.flag.flag-mh{background-position:-192px -88px}.flag.flag-mk{background-position:-208px -88px}.flag.flag-mu{background-position:-112px -99px}.flag.flag-mt{background-position:-96px -99px}.flag.flag-mw{background-position:-144px -99px}.flag.flag-mv{background-position:-128px -99px}.flag.flag-mq{background-position:-48px -99px}.flag.flag-mp{background-position:-32px -99px}.flag.flag-ms{background-position:-80px -99px}.flag.flag-mr{background-position:-64px -99px}.flag.flag-im{background-position:-80px -66px}.flag.flag-ug{background-position:-96px -154px}.flag.flag-my{background-position:-176px -99px}.flag.flag-mx{background-position:-160px -99px}.flag.flag-il{background-position:-64px -66px}.flag.flag-va{background-position:-176px -154px}.flag.flag-sa{background-position:-224px -121px}.flag.flag-ae{background-position:-16px 0}.flag.flag-ad{background-position:0 0}.flag.flag-ag{background-position:-48px 0}.flag.flag-af{background-position:-32px 0}.flag.flag-ai{background-position:-64px 0}.flag.flag-vi{background-position:-240px -154px}.flag.flag-is{background-position:-160px -66px}.flag.flag-ir{background-position:-144px -66px}.flag.flag-am{background-position:-96px 0}.flag.flag-al{background-position:-80px 0}.flag.flag-ao{background-position:-128px 0}.flag.flag-an{background-position:-112px 0}.flag.flag-as{background-position:-160px 0}.flag.flag-ar{background-position:-144px 0}.flag.flag-au{background-position:-192px 0}.flag.flag-at{background-position:-176px 0}.flag.flag-aw{background-position:-208px 0}.flag.flag-in{background-position:-96px -66px}.flag.flag-ic{background-position:-16px -66px}.flag.flag-az{background-position:-224px 0}.flag.flag-ie{background-position:-48px -66px}.flag.flag-id{background-position:-32px -66px}.flag.flag-zanzibar{background-position:-144px -165px}.flag.flag-ni{background-position:-32px -110px}.flag.flag-nl{background-position:-48px -110px}.flag.flag-no{background-position:-64px -110px}.flag.flag-na{background-position:-208px -99px}.flag.flag-nc{background-position:-224px -99px}.flag.flag-scotland{background-position:-16px -132px}.flag.flag-ne{background-position:-240px -99px}.flag.flag-nf{background-position:0 -110px}.flag.flag-ng{background-position:-16px -110px}.flag.flag-nz{background-position:-128px -110px}.flag.flag-sh{background-position:-80px -132px}.flag.flag-np{background-position:-80px -110px}.flag.flag-so{background-position:-176px -132px}.flag.flag-nr{background-position:-96px -110px}.flag.flag-nu{background-position:-112px -110px}.flag.flag-somaliland{background-position:-192px -132px}.flag.flag-fr{background-position:-112px -44px}.flag.flag-io{background-position:-112px -66px}.flag.flag-sv{background-position:0 -143px}.flag.flag-sb{background-position:-240px -121px}.flag.flag-fi{background-position:-32px -44px}.flag.flag-fj{background-position:-48px -44px}.flag.flag-fk{background-position:-64px -44px}.flag.flag-fm{background-position:-80px -44px}.flag.flag-fo{background-position:-96px -44px}.flag.flag-tj{background-position:-160px -143px}.flag.flag-sz{background-position:-48px -143px}.flag.flag-sy{background-position:-32px -143px}.flag.flag-sx{background-position:-16px -143px}.flag.flag-kg{background-position:-16px -77px}.flag.flag-ke{background-position:0 -77px}.flag.flag-ss{background-position:-224px -132px}.flag.flag-sr{background-position:-208px -132px}.flag.flag-ki{background-position:-48px -77px}.flag.flag-kh{background-position:-32px -77px}.flag.flag-kn{background-position:-80px -77px}.flag.flag-km{background-position:-64px -77px}.flag.flag-st{background-position:-240px -132px}.flag.flag-sk{background-position:-112px -132px}.flag.flag-kr{background-position:-112px -77px}.flag.flag-si{background-position:-96px -132px}.flag.flag-kp{background-position:-96px -77px}.flag.flag-kw{background-position:-144px -77px}.flag.flag-sn{background-position:-160px -132px}.flag.flag-sm{background-position:-144px -132px}.flag.flag-sl{background-position:-128px -132px}.flag.flag-sc{background-position:0 -132px}.flag.flag-kz{background-position:-176px -77px}.flag.flag-ky{background-position:-160px -77px}.flag.flag-sg{background-position:-64px -132px}.flag.flag-se{background-position:-48px -132px}.flag.flag-sd{background-position:-32px -132px}#jr_overlay{top:0;left:0;padding:0;margin:0;z-index:2147483646;position:absolute}#jr_wrap{position:absolute;width:100%;z-index:2147483647;padding:0;margin:0}#jr_inner{font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;font-size:12px;background:#fff;border:1px solid #ccc;color:#4f4f4f;margin:0 auto;height:auto;padding:20px;position:relative;box-sizing:content-box}#jr_header{display:block;color:#333;padding:5px;padding-bottom:0;margin:0;font-family:Helvetica,Arial,sans-serif;font-weight:bold;font-size:1.3em;margin-bottom:.5em}#jr_inner p{padding:5px;margin:0}#jr_inner ul{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0}#jr_inner ul li{cursor:pointer;float:left;width:120px;height:122px;margin:0 10px 10px 10px;padding:0;text-align:center}#jr_inner li a{color:#333;font-size:.8em;text-decoration:none;padding:0;margin:0}#jr_inner li a:hover{text-decoration:underline}#jr_inner .jr_icon{width:100px;height:100px;margin:1px auto;padding:0;background:transparent no-repeat scroll left top;cursor:pointer}#jr_close{clear:both;padding:0;margin:0}#jr_close a{color:#000;display:block;width:auto;margin:0;padding:0;text-decoration:underline}#jr_close p{padding:10px 0 0 0;margin:0}.hljs{display:block;overflow-x:auto;padding:.5em;background:#fff;color:#000}.hljs-comment,.hljs-quote,.hljs-variable{color:green}.hljs-keyword,.hljs-selector-tag,.hljs-built_in,.hljs-name,.hljs-tag{color:#00f}.hljs-string,.hljs-title,.hljs-section,.hljs-attribute,.hljs-literal,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-addition{color:#a31515}.hljs-deletion,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-meta{color:#2b91af}.hljs-doctag{color:gray}.hljs-attr{color:red}.hljs-symbol,.hljs-bullet,.hljs-link{color:#00b0e8}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto !important;}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078a8}.leaflet-container a.leaflet-active{outline:2px solid #ffa500}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:none;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:bold;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}.leaflet-container .leaflet-control-mouseposition{background-color:rgba(255,255,255,.7);box-shadow:0 0 5px #bbb;padding:0 5px;margin:0;color:#333;font:11px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-sidebar{position:absolute;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px;z-index:2000}.leaflet-sidebar.left{left:-500px;transition:left .5s,width .5s;padding-right:0}.leaflet-sidebar.left.visible{left:0}.leaflet-sidebar.right{right:-500px;transition:right .5s,width .5s;padding-left:0}.leaflet-sidebar.right.visible{right:0}.leaflet-sidebar>.leaflet-control{height:100%;width:100%;overflow:auto;-webkit-overflow-scrolling:touch;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:8px 24px;font-size:1.1em;background:#fff;box-shadow:0 1px 7px rgba(0,0,0,.65);-webkit-border-radius:4px;border-radius:4px}.leaflet-touch .leaflet-sidebar>.leaflet-control{box-shadow:none;border:2px solid rgba(0,0,0,.2);background-clip:padding-box}@media(max-width:767px){.leaflet-sidebar{width:100%;padding:0}.leaflet-sidebar.left.visible~.leaflet-left{left:100%}.leaflet-sidebar.right.visible~.leaflet-right{right:100%}.leaflet-sidebar.left{left:-100%}.leaflet-sidebar.left.visible{left:0}.leaflet-sidebar.right{right:-100%}.leaflet-sidebar.right.visible{right:0}.leaflet-sidebar>.leaflet-control{box-shadow:none;-webkit-border-radius:0;border-radius:0}.leaflet-touch .leaflet-sidebar>.leaflet-control{border:0}}@media(min-width:768px) and (max-width:991px){.leaflet-sidebar{width:305px}.leaflet-sidebar.left.visible~.leaflet-left{left:305px}.leaflet-sidebar.right.visible~.leaflet-right{right:305px}}@media(min-width:992px) and (max-width:1199px){.leaflet-sidebar{width:390px}.leaflet-sidebar.left.visible~.leaflet-left{left:390px}.leaflet-sidebar.right.visible~.leaflet-right{right:390px}}@media(min-width:1200px){.leaflet-sidebar{width:460px}.leaflet-sidebar.left.visible~.leaflet-left{left:460px}.leaflet-sidebar.right.visible~.leaflet-right{right:460px}}.leaflet-sidebar .close{position:absolute;right:20px;top:20px;width:31px;height:31px;color:#333;font-size:25px;line-height:1em;text-align:center;background:#fff;-webkit-border-radius:16px;border-radius:16px;cursor:pointer;z-index:1000}.leaflet-left{transition:left .5s}.leaflet-right{transition:right .5s}:root .grid-stack-item>.ui-resizable-handle{filter:none}.grid-stack{position:relative}.grid-stack.grid-stack-rtl{direction:ltr}.grid-stack.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack .grid-stack-placeholder>.placeholder-content{border:1px dashed #d3d3d3;margin:0;position:absolute;width:auto;z-index:0!important;text-align:center}.grid-stack>.grid-stack-item{min-width:8.3333333333%;position:absolute;padding:0}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;width:auto;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.grid-stack>.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle,.grid-stack>.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle{display:none}.grid-stack>.grid-stack-item.ui-draggable-dragging,.grid-stack>.grid-stack-item.ui-resizable-resizing{z-index:100}.grid-stack>.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,.grid-stack>.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,.grid-stack>.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content,.grid-stack>.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px rgba(0,0,0,.2);opacity:.8}.grid-stack>.grid-stack-item>.ui-resizable-se,.grid-stack>.grid-stack-item>.ui-resizable-sw{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.grid-stack>.grid-stack-item>.ui-resizable-se{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.grid-stack>.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:0;left:25px;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px}.grid-stack>.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:0;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack>.grid-stack-item[data-gs-width='1']{width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='1']{left:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='1']{min-width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='1']{max-width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='2']{width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='2']{left:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='2']{min-width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='2']{max-width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='3']{width:25%}.grid-stack>.grid-stack-item[data-gs-x='3']{left:25%}.grid-stack>.grid-stack-item[data-gs-min-width='3']{min-width:25%}.grid-stack>.grid-stack-item[data-gs-max-width='3']{max-width:25%}.grid-stack>.grid-stack-item[data-gs-width='4']{width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='4']{left:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='4']{min-width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='4']{max-width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='5']{width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='5']{left:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='5']{min-width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='5']{max-width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='6']{width:50%}.grid-stack>.grid-stack-item[data-gs-x='6']{left:50%}.grid-stack>.grid-stack-item[data-gs-min-width='6']{min-width:50%}.grid-stack>.grid-stack-item[data-gs-max-width='6']{max-width:50%}.grid-stack>.grid-stack-item[data-gs-width='7']{width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='7']{left:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='7']{min-width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='7']{max-width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='8']{width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='8']{left:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='8']{min-width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='8']{max-width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='9']{width:75%}.grid-stack>.grid-stack-item[data-gs-x='9']{left:75%}.grid-stack>.grid-stack-item[data-gs-min-width='9']{min-width:75%}.grid-stack>.grid-stack-item[data-gs-max-width='9']{max-width:75%}.grid-stack>.grid-stack-item[data-gs-width='10']{width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='10']{left:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='10']{min-width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='10']{max-width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='11']{width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='11']{left:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='11']{min-width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='11']{max-width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='12']{width:100%}.grid-stack>.grid-stack-item[data-gs-x='12']{left:100%}.grid-stack>.grid-stack-item[data-gs-min-width='12']{min-width:100%}.grid-stack>.grid-stack-item[data-gs-max-width='12']{max-width:100%}.grid-stack.grid-stack-1>.grid-stack-item{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-width='1']{width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-x='1']{left:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-min-width='1']{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-max-width='1']{max-width:100%}.grid-stack.grid-stack-animate,.grid-stack.grid-stack-animate .grid-stack-item{-webkit-transition:left .3s,top .3s,height .3s,width .3s;-moz-transition:left .3s,top .3s,height .3s,width .3s;-ms-transition:left .3s,top .3s,height .3s,width .3s;-o-transition:left .3s,top .3s,height .3s,width .3s;transition:left .3s,top .3s,height .3s,width .3s}.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing,.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder{-webkit-transition:left 0s,top 0s,height 0s,width 0s;-moz-transition:left 0s,top 0s,height 0s,width 0s;-ms-transition:left 0s,top 0s,height 0s,width 0s;-o-transition:left 0s,top 0s,height 0s,width 0s;transition:left 0s,top 0s,height 0s,width 0s}.grid-stack.grid-stack-2>.grid-stack-item{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-width='1']{width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-x='1']{left:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-min-width='1']{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-max-width='1']{max-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-width='2']{width:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-x='2']{left:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-min-width='2']{min-width:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-max-width='2']{max-width:100%}.grid-stack.grid-stack-3>.grid-stack-item{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width='1']{width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x='1']{left:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width='1']{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width='1']{max-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width='2']{width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x='2']{left:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width='2']{min-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width='2']{max-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width='3']{width:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x='3']{left:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width='3']{min-width:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width='3']{max-width:100%}.grid-stack.grid-stack-4>.grid-stack-item{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width='1']{width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x='1']{left:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width='1']{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width='1']{max-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width='2']{width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x='2']{left:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width='2']{min-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width='2']{max-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width='3']{width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x='3']{left:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width='3']{min-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width='3']{max-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width='4']{width:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x='4']{left:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width='4']{min-width:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width='4']{max-width:100%}.grid-stack.grid-stack-5>.grid-stack-item{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='1']{width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='1']{left:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='1']{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='1']{max-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='2']{width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='2']{left:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='2']{min-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='2']{max-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='3']{width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='3']{left:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='3']{min-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='3']{max-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='4']{width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='4']{left:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='4']{min-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='4']{max-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='5']{width:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='5']{left:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='5']{min-width:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='5']{max-width:100%}.grid-stack.grid-stack-6>.grid-stack-item{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='1']{width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='1']{left:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='1']{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='1']{max-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='2']{width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='2']{left:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='2']{min-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='2']{max-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='3']{width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='3']{left:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='3']{min-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='3']{max-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='4']{width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='4']{left:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='4']{min-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='4']{max-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='5']{width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='5']{left:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='5']{min-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='5']{max-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='6']{width:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='6']{left:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='6']{min-width:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='6']{max-width:100%}.grid-stack.grid-stack-7>.grid-stack-item{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='1']{width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='1']{left:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='1']{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='1']{max-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='2']{width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='2']{left:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='2']{min-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='2']{max-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='3']{width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='3']{left:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='3']{min-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='3']{max-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='4']{width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='4']{left:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='4']{min-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='4']{max-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='5']{width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='5']{left:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='5']{min-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='5']{max-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='6']{width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='6']{left:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='6']{min-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='6']{max-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='7']{width:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='7']{left:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='7']{min-width:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='7']{max-width:100%}.grid-stack.grid-stack-8>.grid-stack-item{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='1']{width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='1']{left:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='1']{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='1']{max-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='2']{width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='2']{left:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='2']{min-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='2']{max-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='3']{width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='3']{left:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='3']{min-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='3']{max-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='4']{width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='4']{left:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='4']{min-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='4']{max-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='5']{width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='5']{left:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='5']{min-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='5']{max-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='6']{width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='6']{left:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='6']{min-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='6']{max-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='7']{width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='7']{left:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='7']{min-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='7']{max-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='8']{width:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='8']{left:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='8']{min-width:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='8']{max-width:100%}.grid-stack.grid-stack-9>.grid-stack-item{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='1']{width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='1']{left:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='1']{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='1']{max-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='2']{width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='2']{left:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='2']{min-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='2']{max-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='3']{width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='3']{left:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='3']{min-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='3']{max-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='4']{width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='4']{left:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='4']{min-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='4']{max-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='5']{width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='5']{left:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='5']{min-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='5']{max-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='6']{width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='6']{left:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='6']{min-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='6']{max-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='7']{width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='7']{left:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='7']{min-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='7']{max-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='8']{width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='8']{left:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='8']{min-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='8']{max-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='9']{width:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='9']{left:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='9']{min-width:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='9']{max-width:100%}.grid-stack.grid-stack-10>.grid-stack-item{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='1']{width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='1']{left:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='1']{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='1']{max-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='2']{width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='2']{left:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='2']{min-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='2']{max-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='3']{width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='3']{left:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='3']{min-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='3']{max-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='4']{width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='4']{left:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='4']{min-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='4']{max-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='5']{width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='5']{left:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='5']{min-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='5']{max-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='6']{width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='6']{left:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='6']{min-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='6']{max-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='7']{width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='7']{left:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='7']{min-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='7']{max-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='8']{width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='8']{left:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='8']{min-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='8']{max-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='9']{width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='9']{left:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='9']{min-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='9']{max-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='10']{width:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='10']{left:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='10']{min-width:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='10']{max-width:100%}.grid-stack.grid-stack-11>.grid-stack-item{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='1']{width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='1']{left:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='1']{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='1']{max-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='2']{width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='2']{left:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='2']{min-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='2']{max-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='3']{width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='3']{left:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='3']{min-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='3']{max-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='4']{width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='4']{left:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='4']{min-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='4']{max-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='5']{width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='5']{left:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='5']{min-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='5']{max-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='6']{width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='6']{left:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='6']{min-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='6']{max-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='7']{width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='7']{left:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='7']{min-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='7']{max-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='8']{width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='8']{left:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='8']{min-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='8']{max-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='9']{width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='9']{left:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='9']{min-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='9']{max-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='10']{width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='10']{left:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='10']{min-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='10']{max-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='11']{width:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='11']{left:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='11']{min-width:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='11']{max-width:100%}