/*!
  iPanorama 360
  @name admin.css
  @author Max Lavrentiev
  @site http://www.avirtum.com
  @copyright (c) 2018 Max Lavrentiev (http://www.avirtum.com)
*/.ipanorama-root,.notice{margin:10px 15px 0 5px}.ipanorama-root .wp-list-table .column-title{width:25%}.ipanorama-root .wp-list-table .column-active{width:10%}.ipanorama-root .wp-list-table .column-shortcode{width:25%}.ipanorama-root .wp-list-table .column-author{width:14%}.ipanorama-root .wp-list-table .column-editor{display:none}.ipanorama-root .wp-list-table .column-created,.ipanorama-root .wp-list-table .column-modified{width:13%}.ipanorama-root.ipanorama-fullscreen{position:fixed;top:0;left:0;bottom:0;right:0;width:auto;height:auto;margin:0;padding:10px;outline:0;border:none;overflow-y:scroll;background:#f1f1f1;z-index:99999}.ipanorama-clear-fix:after,.ipanorama-clear-fix:before{display:table;content:"";line-height:0}.ipanorama-clear-fix:after{clear:both}.ipanorama-toggle{position:relative;display:inline-block;width:40px;height:22px;margin-right:5px;background-color:#bdc3c7;border:1px solid #949da4;border-radius:25px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ipanorama-toggle:before{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;content:'';position:absolute;display:block;top:-1px;left:-1px;height:22px;width:22px;background:#fbfbfb;border:1px solid #949da4;border-radius:22px;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-toggle.ipanorama-checked{background-color:#06a0fa;border-color:#06a0fa}.ipanorama-toggle.ipanorama-checked:before{-webkit-transform:translateX(18px);transform:translateX(18px);border-color:#06a0fa}.ipanorama-toggle.ipanorama-readonly{pointer-events:none;opacity:.5}.ipanorama-page-info{display:none;position:relative;padding:15px;margin-bottom:15px;color:#38393a;background-color:#e7f6ff;border:2px dashed #06a0fa}.ipanorama-page-info.ipanorama-active{display:block}.ipanorama-page-info .ipanorama-page-info-close{position:absolute;top:0;right:0;padding:0 5px;font-size:16px;cursor:pointer}.ipanorama-page-info p,.ipanorama-page-info ul{margin:0;font-size:14px}.ipanorama-page-info ul{margin:0;padding:0;list-style:disc inside}.ipanorama-page-info ul li{margin:0}.ipanorama-page-header{position:relative;display:table;width:100%;margin-bottom:10px}.ipanorama-page-header .ipanorama-title{display:table-cell;vertical-align:middle;line-height:32px;font-size:22px;font-weight:700;text-shadow:1px 1px 0 #fbfbfb}.ipanorama-page-header .ipanorama-title .xfa{padding-right:5px}.ipanorama-page-header .ipanorama-actions{display:table-cell;vertical-align:middle;text-align:right}.ipanorama-main-menu .ipanorama-item,.ipanorama-page-header .ipanorama-actions a{text-transform:uppercase;text-align:center;cursor:pointer;text-decoration:none;outline:0}.ipanorama-page-header .ipanorama-actions a{-webkit-transition:background .5s;transition:background .5s;display:inline-block;min-width:80px;padding:5px 10px;background-size:100%;background-position:0 100%;border-radius:5px;line-height:18px;font-size:10px;font-weight:700;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.ipanorama-page-header .ipanorama-actions a.ipanorama-indigo{color:#fbfbfb;background-color:#2e5564;border:1px solid #1e3742;text-shadow:0 0 3px #38393a}.ipanorama-page-header .ipanorama-actions a.ipanorama-green{color:#fbfbfb;background-color:#2fb1a1;border:1px solid #1f756a;text-shadow:0 0 3px #38393a}.ipanorama-page-header .ipanorama-actions a.ipanorama-blue{color:#fbfbfb;background-color:#2e4764;border:1px solid #162230;text-shadow:0 0 3px #38393a}.ipanorama-page-header .ipanorama-actions a:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.ipanorama-messages .notice{margin:10px 0}@-webkit-keyframes ipanorama-loading-animation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ipanorama-loading-animation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ipanorama-modal-loading-animation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ipanorama-modal-loading-animation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ipanorama-root.ipanorama-active .ipanorama-wrap{opacity:1}.ipanorama-root.ipanorama-active .ipanorama-loader-wrap{opacity:0;pointer-events:none}.ipanorama-app{position:relative}.ipanorama-app.ipanorama-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#fbfbfb;overflow:auto}.ipanorama-app.ipanorama-fullscreen .ipanorama-main-header{display:none}.ipanorama-app.ipanorama-fullscreen .ipanorama-workplace{margin-top:15px}.ipanorama-app.ipanorama-fullscreen .ipanorama-main-panel,.ipanorama-app.ipanorama-fullscreen .ipanorama-sidebar-panel,.ipanorama-app.ipanorama-fullscreen .ipanorama-stage{min-height:100vh}.ipanorama-loader-wrap{position:absolute;top:0;left:0;bottom:0;right:0;z-index:999}.ipanorama-loader-wrap .ipanorama-loader{position:absolute;top:0;left:50%;width:0;height:0}.ipanorama-loader-wrap .ipanorama-loader-bar{position:absolute;width:5px;height:50px;background-color:#06a0fa;background-image:linear-gradient(135deg,#06a0fa,#7657c7);-webkit-animation:ipanorama-loading-bar 1s infinite;animation:ipanorama-loading-bar 1s infinite}.ipanorama-loader-wrap .ipanorama-loader-bar:nth-child(1){left:-16px;top:0;-webkit-animation-delay:.2s;animation-delay:.2s}.ipanorama-loader-wrap .ipanorama-loader-bar:nth-child(2){left:-8px;top:0;-webkit-animation-delay:.3s;animation-delay:.3s}.ipanorama-loader-wrap .ipanorama-loader-bar:nth-child(3){left:0;top:0;-webkit-animation-delay:.4s;animation-delay:.4s}.ipanorama-loader-wrap .ipanorama-loader-bar:nth-child(4){left:8px;top:0;-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes ipanorama-loading-bar{0%,100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}25%,75%{opacity:1;-webkit-transform:scaleY(.4);transform:scaleY(.4)}}@keyframes ipanorama-loading-bar{0%,100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}25%,75%{opacity:1;-webkit-transform:scaleY(.4);transform:scaleY(.4)}}.ipanorama-msg{-webkit-transition:opacity .3s;transition:opacity .3s;margin:15px 0;padding:15px;background:rgba(56,57,58,.1);border:1px solid rgba(56,57,58,.2);font-size:14px;font-weight:400;text-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-msg.ipanorama-error{color:#fbfbfb;background:#ff3e3e;border:1px solid #f10000;-webkit-box-shadow:0 0 5px #ff8b8b;box-shadow:0 0 5px #ff8b8b}.ipanorama-msg.ipanorama-notice{color:#fbfbfb;background:#009688;border:1px solid #004a43;-webkit-box-shadow:0 0 5px #00e3cd;box-shadow:0 0 5px #00e3cd}.ipanorama-msg .ipanorama-msg-close{position:absolute;top:3px;right:3px;width:8px;height:8px;background:url(data:image/gif;base64,R0lGODlhCAAIAIABAP///////yH5BAEAAAEALAAAAAAIAAgAAAIOBIJhi7zcYDTpUWiTAgUAOw==);cursor:pointer}.ipanorama-wrap{position:relative;-webkit-transition:opacity .5s;transition:opacity .5s;opacity:0}.ipanorama-main-header{margin-bottom:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-main-header .ipanorama-title{height:40px;width:100%;margin:0;padding:0 10px;line-height:40px;font-size:22px;outline:0;background:#fbfbfb;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-workplace,.ipnrm.ipanorama-view{-webkit-box-sizing:border-box;position:relative}.ipanorama-workplace{box-sizing:border-box}.ipnrm.ipanorama-view{max-width:700px;height:350px;margin:0 auto 15px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC1JREFUeNpiPHPmDAM2YGxsjFWciYFEMKqBGMD4//9/rBJnz54dDSX6aQAIMABCtQiAsDRF+wAAAABJRU5ErkJggg==) #fbfbfb;border:2px solid #b9b9b9;-webkit-box-shadow:0 0 50px rgba(0,0,0,.2) inset;box-shadow:0 0 50px rgba(0,0,0,.2) inset;box-sizing:border-box}.ipanorama-main-menu{position:relative;display:table;width:100%;padding:0 5px;background:#2b2c2d;background:-webkit-gradient(linear,left top,left bottom,from(#2b2c2d),to(#242525));background:linear-gradient(to bottom,#2b2c2d,#242525);border:1px solid #000;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-main-menu .ipanorama-left-panel,.ipanorama-main-menu .ipanorama-right-panel{display:table-cell;width:50%}.ipanorama-main-menu .ipanorama-left-panel .ipanorama-list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ipanorama-main-menu .ipanorama-left-panel .ipanorama-item{margin-right:5px}.ipanorama-main-menu .ipanorama-right-panel .ipanorama-list{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ipanorama-main-menu .ipanorama-right-panel .ipanorama-item{margin-left:5px}.ipanorama-main-menu .ipanorama-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.ipanorama-main-menu .ipanorama-item,.ipanorama-main-tabs .ipanorama-tab{-webkit-transition:all .3s;display:block;position:relative;-webkit-box-sizing:border-box;-ms-user-select:none;overflow:hidden}.ipanorama-main-menu .ipanorama-item{transition:all .3s;min-width:100px;padding:5px;margin:5px 0;background:#fbfbfb;color:#38393a;border-radius:3px;font-size:10px;font-weight:700;vertical-align:middle;text-shadow:none;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ipanorama-main-menu .ipanorama-item:hover{background-size:500%}.ipanorama-main-menu .ipanorama-item.ipanorama-lite{color:#38393a;background-color:#fcd000;background-image:-webkit-gradient(linear,left bottom,left top,from(#fcd000),to(#ffe463));background-image:linear-gradient(0deg,#fcd000,#ffe463);border:1px solid #302800;text-shadow:1px 1px 0 #ffe87d}.ipanorama-main-menu .ipanorama-item.ipanorama-lite:hover{color:#38393a;-webkit-box-shadow:0 0 5px #fcd000;box-shadow:0 0 5px #fcd000}.ipanorama-main-menu .ipanorama-item.ipanorama-pro{color:#fbfbfb;background-color:#06a0fa;background-image:linear-gradient(135deg,#06a0fa,#7657c7);border:1px solid #000;text-shadow:0 0 3px #000101}.ipanorama-main-menu .ipanorama-item.ipanorama-pro:hover{color:#fbfbfb;-webkit-box-shadow:0 0 5px #0085ba;box-shadow:0 0 5px #0085ba}.ipanorama-main-menu .ipanorama-item.ipanorama-blue{color:#fbfbfb;background-color:#06a0fa;border:1px solid #03507e;text-shadow:0 0 3px #000}.ipanorama-main-menu .ipanorama-item.ipanorama-blue:hover{background-color:#0590e2;-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);box-shadow:0 0 5px rgba(0,0,0,.5)}.ipanorama-main-menu .ipanorama-item.ipanorama-green{color:#fbfbfb;background-color:#009688;border:1px solid #001714;text-shadow:0 0 3px #000}.ipanorama-main-menu .ipanorama-item.ipanorama-green:hover{background-color:#00877a;-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);box-shadow:0 0 5px rgba(0,0,0,.5)}.ipanorama-main-tabs{position:relative;background:#38393a;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.4) inset;box-shadow:0 3px 5px rgba(0,0,0,.4) inset}.ipanorama-main-tabs .ipanorama-tab{transition:all .3s;float:left;padding:10px 15px;color:#f9f9f9;border:1px solid transparent;border-top:none;text-shadow:0 0 3px #000101;line-height:30px;font-size:12px;font-weight:800;text-transform:uppercase;text-align:center;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.ipanorama-button,.ipanorama-tabs .ipanorama-tab{-webkit-transition:all .3s;cursor:pointer;text-align:center;text-transform:uppercase}.ipanorama-button,.ipanorama-main-data{-webkit-box-sizing:border-box;position:relative}.ipanorama-main-tabs .ipanorama-tab:not(.ipanorama-active):hover{color:#51bdfc}.ipanorama-main-tabs .ipanorama-tab.ipanorama-active{background:#454647;border-color:#2b2c2d #2b2c2d #036097}.ipanorama-main-tabs .ipanorama-tab.ipanorama-active:before{content:'';position:absolute;bottom:0;left:0;right:0;height:5px;background-color:#06a0fa;-webkit-box-shadow:0 0 15px rgba(0,0,0,.4);box-shadow:0 0 15px rgba(0,0,0,.4)}.ipanorama-main-tabs .ipanorama-tab .ipanorama-status{position:absolute;top:5px;right:5px;width:5px;height:5px;border-radius:50%;background:#06a0fa}.ipanorama-main-tabs .ipanorama-tab .ipanorama-counter{position:absolute;top:5px;right:5px;color:#fbfbfb;line-height:10px;font-size:10px;font-weight:400}.ipanorama-main-data{background:#fbfbfb;border:1px solid #b9b9b9;border-top:none;box-sizing:border-box}.ipanorama-main-data .ipanorama-section{display:none}.ipanorama-main-data .ipanorama-section.ipanorama-active{display:block}.ipanorama-button{transition:all .3s;display:inline-block;min-width:80px;padding:7px;margin:0;border-radius:3px;line-height:14px;letter-spacing:0;font-size:12px;font-weight:700;text-decoration:none;text-shadow:none;outline:0;box-sizing:border-box;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ipanorama-button:hover{background-size:500%}.ipanorama-button.ipanorama-long{min-width:160px}.ipanorama-button.ipanorama-default{background-color:#fbfbfb}.ipanorama-button.ipanorama-azure,.ipanorama-button.ipanorama-blue{background-color:#06a0fa;color:#fbfbfb}.ipanorama-button.ipanorama-blue{border:1px solid #0590e2}.ipanorama-button.ipanorama-blue:hover{background-color:#0590e2;-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);box-shadow:0 0 5px rgba(0,0,0,.5)}.ipanorama-button.ipanorama-green{color:#fbfbfb;background-color:#009688;border:1px solid #007d71}.ipanorama-button.ipanorama-green:hover{background-color:#00877a;-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);box-shadow:0 0 5px rgba(0,0,0,.5)}.ipanorama-button.ipanorama-orange{color:#fbfbfb;background-color:#fc7701}.ipanorama-button.ipanorama-orange:hover{background-color:#fe9232}.ipanorama-button.ipanorama-violet{color:#fbfbfb;background-color:#673ab7}.ipanorama-button.ipanorama-violet:hover{background-color:#8259cb}.ipanorama-button.ipanorama-red{color:#fbfbfb;background-color:#ff3e3e;border:1px solid #ff2424}.ipanorama-button.ipanorama-red:hover{background-color:#ff3434;-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);box-shadow:0 0 5px rgba(0,0,0,.5)}.ipanorama-button .ipanorama-checkbox{position:relative;display:block;float:left;width:16px;height:16px;min-width:16px;min-height:16px;margin:1px 5px 0 0;color:#06a0fa;background:#fbfbfb;border:2px solid #bdc3c7;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-button .ipanorama-checkbox i{position:absolute;top:-5px;left:-5px;font-size:22px;line-height:22px;opacity:0}.ipanorama-button .ipanorama-checkbox.ipanorama-selected i{opacity:1}.ipanorama-stage{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.ipanorama-main-panel{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:6px;-webkit-box-shadow:0 0 50px rgba(0,0,0,.1) inset;box-shadow:0 0 50px rgba(0,0,0,.1) inset}.ipanorama-main-panel.ipanorama-main-panel-general,.ipanorama-main-panel.ipanorama-no-margin{margin:0}.ipanorama-main-panel.ipanorama-main-panel-general .ipanorama-data{min-height:none;max-height:none}.ipanorama-main-panel .ipanorama-data{display:none;padding:10px;min-height:80vh;max-height:80vh;overflow-y:auto;overflow-x:hidden}.ipanorama-main-panel .ipanorama-data.ipanorama-active{display:block}.ipanorama-main-panel .ipanorama-data .ipanorama-data-block{display:none}.ipanorama-main-panel .ipanorama-data .ipanorama-data-block.ipanorama-active{display:block}.ipanorama-main-panel .ipanorama-title{margin:0 0 10px;font-size:14px;font-weight:700;text-transform:uppercase;text-shadow:1px 1px 0 #fbfbfb}.ipanorama-tabs{position:relative;background:#eee;background:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#d5d5d5));background:linear-gradient(to bottom,#eee,#d5d5d5);-webkit-box-shadow:0 -1px 0 #b9b9b9 inset;box-shadow:0 -1px 0 #b9b9b9 inset;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-tabs .ipanorama-tab{transition:all .3s;position:relative;float:left;padding:10px 25px;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;font-size:12px;font-weight:800;text-shadow:1px 1px 0 #fbfbfb;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ipanorama-tabs .ipanorama-tab:first-child{border-left:none}.ipanorama-tabs .ipanorama-tab:not(.ipanorama-active):hover{color:#06a0fa}.ipanorama-tabs .ipanorama-tab.ipanorama-active{background:#fbfbfb;border-left-color:#b9b9b9;border-right-color:#b9b9b9;border-bottom-color:#fbfbfb}.ipanorama-tabs .ipanorama-tab .ipanorama-status{position:absolute;top:5px;right:5px;width:5px;height:5px;background:#06a0fa;border:1px solid #0470b0;border-radius:50%}.ipanorama-sidebar-panel{position:relative;width:300px;border-right:1px solid #b9b9b9}.ipanorama-sidebar-panel.ipanorama-hidden{width:0!important;border-right:1px solid transparent}.ipanorama-sidebar-panel.ipanorama-hidden .ipanorama-data{display:none!important}.ipanorama-sidebar-panel .ipanorama-sidebar-resizer{position:absolute;top:0;bottom:0;right:-7px;width:5px;background-color:#d5d5d5;border:1px solid #bbb;border-top:none;border-bottom:none;cursor:col-resize;z-index:2}.ipanorama-sidebar-panel .ipanorama-sidebar-resizer .ipanorama-sidebar-hide{-webkit-transition:all .3s;transition:all .3s;position:absolute;height:100px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;left:-1px;right:-1px;color:#fbfbfb;background-color:rgba(0,0,0,.3);font-size:7px;text-align:center;line-height:100px;cursor:pointer}.ipanorama-sidebar-panel .ipanorama-sidebar-resizer .ipanorama-sidebar-hide:hover{background-color:rgba(0,0,0,.7)}.ipanorama-markers-wrap .ipanorama-markers-toolbar,.ipanorama-markers-wrap .ipanorama-scenes-toolbar,.ipanorama-markers-wrap .ipanorama-shapes-toolbar,.ipanorama-scenes-wrap .ipanorama-markers-toolbar,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar,.ipanorama-shapes-wrap .ipanorama-markers-toolbar,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar{display:table;width:100%;padding:10px 5px;background:#eee;border-bottom:1px solid #d5d5d5;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ipanorama-markers-wrap .ipanorama-markers-toolbar .ipanorama-left-panel,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel{display:table-cell;text-align:left}.ipanorama-markers-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .xfa,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .xfa,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .xfa,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .xfa,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .xfa,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .xfa,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .xfa,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .xfa,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .xfa{position:relative;float:left}.ipanorama-markers-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-split:before,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-split:before,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-split:before,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-split:before,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-split:before,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-split:before,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-split:before,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-split:before,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-split:before{opacity:0}.ipanorama-markers-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-split:after,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-split:after,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-split:after,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-split:after,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-split:after,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-split:after,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-split:after,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-split:after,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-split:after{top:0;left:50%;content:'';position:absolute;width:3px;height:100%;background:#38393a}.ipanorama-markers-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-markers-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-top:after{content:'';position:absolute;width:100%;height:3px;background:#38393a}.ipanorama-markers-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-top:after,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-top:after{top:0;left:0}.ipanorama-markers-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .ipanorama-left-panel .fa-bottom:after,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .ipanorama-left-panel .fa-bottom:after{bottom:0;left:0}.ipanorama-markers-wrap .ipanorama-markers-toolbar .ipanorama-right-panel,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .ipanorama-right-panel,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .ipanorama-right-panel,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .ipanorama-right-panel,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .ipanorama-right-panel,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .ipanorama-right-panel,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .ipanorama-right-panel,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .ipanorama-right-panel,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .ipanorama-right-panel{display:table-cell;width:80px}.ipanorama-markers-wrap .ipanorama-markers-toolbar .ipanorama-right-panel .xfa,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .ipanorama-right-panel .xfa,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .ipanorama-right-panel .xfa,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .ipanorama-right-panel .xfa,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .ipanorama-right-panel .xfa,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .ipanorama-right-panel .xfa,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .ipanorama-right-panel .xfa,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .ipanorama-right-panel .xfa,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .ipanorama-right-panel .xfa{float:right}.ipanorama-markers-wrap .ipanorama-markers-toolbar .xfa,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .xfa,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .xfa,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .xfa,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .xfa,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .xfa,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .xfa,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .xfa,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .xfa{display:block;margin:0 5px;font-size:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ipanorama-markers-wrap .ipanorama-markers-toolbar .xfa.ipanorama-active,.ipanorama-markers-wrap .ipanorama-markers-toolbar .xfa:not(.fa-split):hover,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .xfa.ipanorama-active,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .xfa:not(.fa-split):hover,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .xfa.ipanorama-active,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .xfa:not(.fa-split):hover,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .xfa.ipanorama-active,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .xfa:not(.fa-split):hover,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .xfa.ipanorama-active,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .xfa:not(.fa-split):hover,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .xfa.ipanorama-active,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .xfa:not(.fa-split):hover,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .xfa.ipanorama-active,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .xfa:not(.fa-split):hover,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .xfa.ipanorama-active,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .xfa:not(.fa-split):hover,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .xfa.ipanorama-active,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .xfa:not(.fa-split):hover{color:#06a0fa}.ipanorama-markers-wrap .ipanorama-markers-toolbar .xfa.ipanorama-active:after,.ipanorama-markers-wrap .ipanorama-markers-toolbar .xfa:not(.fa-split):hover:after,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .xfa.ipanorama-active:after,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .xfa:not(.fa-split):hover:after,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .xfa.ipanorama-active:after,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .xfa:not(.fa-split):hover:after,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .xfa.ipanorama-active:after,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .xfa:not(.fa-split):hover:after,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .xfa.ipanorama-active:after,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .xfa:not(.fa-split):hover:after,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .xfa.ipanorama-active:after,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .xfa:not(.fa-split):hover:after,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .xfa.ipanorama-active:after,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .xfa:not(.fa-split):hover:after,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .xfa.ipanorama-active:after,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .xfa:not(.fa-split):hover:after,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .xfa.ipanorama-active:after,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .xfa:not(.fa-split):hover:after{background:#06a0fa}.ipanorama-markers-wrap .ipanorama-markers-toolbar .xfa.fa-split,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .xfa.fa-split,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .xfa.fa-split,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .xfa.fa-split,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .xfa.fa-split,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .xfa.fa-split,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .xfa.fa-split,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .xfa.fa-split,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .xfa.fa-split{cursor:normal}.ipanorama-markers-wrap .ipanorama-markers-toolbar .xfa.fa-color-red:hover,.ipanorama-markers-wrap .ipanorama-scenes-toolbar .xfa.fa-color-red:hover,.ipanorama-markers-wrap .ipanorama-shapes-toolbar .xfa.fa-color-red:hover,.ipanorama-scenes-wrap .ipanorama-markers-toolbar .xfa.fa-color-red:hover,.ipanorama-scenes-wrap .ipanorama-scenes-toolbar .xfa.fa-color-red:hover,.ipanorama-scenes-wrap .ipanorama-shapes-toolbar .xfa.fa-color-red:hover,.ipanorama-shapes-wrap .ipanorama-markers-toolbar .xfa.fa-color-red:hover,.ipanorama-shapes-wrap .ipanorama-scenes-toolbar .xfa.fa-color-red:hover,.ipanorama-shapes-wrap .ipanorama-shapes-toolbar .xfa.fa-color-red:hover{color:#ff3e3e}.ipanorama-markers-wrap .ipanorama-markers-list,.ipanorama-markers-wrap .ipanorama-scenes-list,.ipanorama-markers-wrap .ipanorama-shapes-list,.ipanorama-scenes-wrap .ipanorama-markers-list,.ipanorama-scenes-wrap .ipanorama-scenes-list,.ipanorama-scenes-wrap .ipanorama-shapes-list,.ipanorama-shapes-wrap .ipanorama-markers-list,.ipanorama-shapes-wrap .ipanorama-scenes-list,.ipanorama-shapes-wrap .ipanorama-shapes-list{padding:10px;min-height:80vh;max-height:80vh;overflow-y:auto;overflow-x:hidden}.ipanorama-markers-wrap .ipanorama-marker,.ipanorama-markers-wrap .ipanorama-scene,.ipanorama-markers-wrap .ipanorama-shape,.ipanorama-scenes-wrap .ipanorama-marker,.ipanorama-scenes-wrap .ipanorama-scene,.ipanorama-scenes-wrap .ipanorama-shape,.ipanorama-shapes-wrap .ipanorama-marker,.ipanorama-shapes-wrap .ipanorama-scene,.ipanorama-shapes-wrap .ipanorama-shape{position:relative;margin:0 0 5px;padding:5px 105px 5px 25px;background:#fbfbfb;background-image:-webkit-gradient(linear,left top,left bottom,from(#fbfbfb),to(#d5d5d5));background-image:linear-gradient(180deg,#fbfbfb,#d5d5d5);border:2px solid #bbb;cursor:pointer}.ipanorama-markers-wrap .ipanorama-marker:hover,.ipanorama-markers-wrap .ipanorama-scene:hover,.ipanorama-markers-wrap .ipanorama-shape:hover,.ipanorama-scenes-wrap .ipanorama-marker:hover,.ipanorama-scenes-wrap .ipanorama-scene:hover,.ipanorama-scenes-wrap .ipanorama-shape:hover,.ipanorama-shapes-wrap .ipanorama-marker:hover,.ipanorama-shapes-wrap .ipanorama-scene:hover,.ipanorama-shapes-wrap .ipanorama-shape:hover{border-color:#06a0fa}.ipanorama-markers-wrap .ipanorama-marker.ipanorama-active,.ipanorama-markers-wrap .ipanorama-scene.ipanorama-active,.ipanorama-markers-wrap .ipanorama-shape.ipanorama-active,.ipanorama-scenes-wrap .ipanorama-marker.ipanorama-active,.ipanorama-scenes-wrap .ipanorama-scene.ipanorama-active,.ipanorama-scenes-wrap .ipanorama-shape.ipanorama-active,.ipanorama-shapes-wrap .ipanorama-marker.ipanorama-active,.ipanorama-shapes-wrap .ipanorama-scene.ipanorama-active,.ipanorama-shapes-wrap .ipanorama-shape.ipanorama-active{background:#9cd9fd;border-color:#06a0fa}.ipanorama-markers-wrap .ipanorama-marker>.xfa,.ipanorama-markers-wrap .ipanorama-scene>.xfa,.ipanorama-markers-wrap .ipanorama-shape>.xfa,.ipanorama-scenes-wrap .ipanorama-marker>.xfa,.ipanorama-scenes-wrap .ipanorama-scene>.xfa,.ipanorama-scenes-wrap .ipanorama-shape>.xfa,.ipanorama-shapes-wrap .ipanorama-marker>.xfa,.ipanorama-shapes-wrap .ipanorama-scene>.xfa,.ipanorama-shapes-wrap .ipanorama-shape>.xfa{position:absolute;top:5px;left:5px;font-size:18px}.ipanorama-markers-wrap .ipanorama-marker .ipanorama-btn,.ipanorama-markers-wrap .ipanorama-scene .ipanorama-btn,.ipanorama-markers-wrap .ipanorama-shape .ipanorama-btn,.ipanorama-scenes-wrap .ipanorama-marker .ipanorama-btn,.ipanorama-scenes-wrap .ipanorama-scene .ipanorama-btn,.ipanorama-scenes-wrap .ipanorama-shape .ipanorama-btn,.ipanorama-shapes-wrap .ipanorama-marker .ipanorama-btn,.ipanorama-shapes-wrap .ipanorama-scene .ipanorama-btn,.ipanorama-shapes-wrap .ipanorama-shape .ipanorama-btn{cursor:pointer}.ipanorama-markers-wrap .ipanorama-marker .ipanorama-btn.ipanorama-inactive,.ipanorama-markers-wrap .ipanorama-scene .ipanorama-btn.ipanorama-inactive,.ipanorama-markers-wrap .ipanorama-shape .ipanorama-btn.ipanorama-inactive,.ipanorama-scenes-wrap .ipanorama-marker .ipanorama-btn.ipanorama-inactive,.ipanorama-scenes-wrap .ipanorama-scene .ipanorama-btn.ipanorama-inactive,.ipanorama-scenes-wrap .ipanorama-shape .ipanorama-btn.ipanorama-inactive,.ipanorama-shapes-wrap .ipanorama-marker .ipanorama-btn.ipanorama-inactive,.ipanorama-shapes-wrap .ipanorama-scene .ipanorama-btn.ipanorama-inactive,.ipanorama-shapes-wrap .ipanorama-shape .ipanorama-btn.ipanorama-inactive{opacity:.2}.ipanorama-markers-wrap .ipanorama-marker .ipanorama-btn:hover,.ipanorama-markers-wrap .ipanorama-scene .ipanorama-btn:hover,.ipanorama-markers-wrap .ipanorama-shape .ipanorama-btn:hover,.ipanorama-scenes-wrap .ipanorama-marker .ipanorama-btn:hover,.ipanorama-scenes-wrap .ipanorama-scene .ipanorama-btn:hover,.ipanorama-scenes-wrap .ipanorama-shape .ipanorama-btn:hover,.ipanorama-shapes-wrap .ipanorama-marker .ipanorama-btn:hover,.ipanorama-shapes-wrap .ipanorama-scene .ipanorama-btn:hover,.ipanorama-shapes-wrap .ipanorama-shape .ipanorama-btn:hover{opacity:1;color:#06a0fa}.ipanorama-markers-wrap .ipanorama-marker .ipanorama-label,.ipanorama-markers-wrap .ipanorama-scene .ipanorama-label,.ipanorama-markers-wrap .ipanorama-shape .ipanorama-label,.ipanorama-scenes-wrap .ipanorama-marker .ipanorama-label,.ipanorama-scenes-wrap .ipanorama-scene .ipanorama-label,.ipanorama-scenes-wrap .ipanorama-shape .ipanorama-label,.ipanorama-shapes-wrap .ipanorama-marker .ipanorama-label,.ipanorama-shapes-wrap .ipanorama-scene .ipanorama-label,.ipanorama-shapes-wrap .ipanorama-shape .ipanorama-label{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ipanorama-markers-wrap .ipanorama-marker .ipanorama-label:before,.ipanorama-markers-wrap .ipanorama-scene .ipanorama-label:before,.ipanorama-markers-wrap .ipanorama-shape .ipanorama-label:before,.ipanorama-scenes-wrap .ipanorama-marker .ipanorama-label:before,.ipanorama-scenes-wrap .ipanorama-scene .ipanorama-label:before,.ipanorama-scenes-wrap .ipanorama-shape .ipanorama-label:before,.ipanorama-shapes-wrap .ipanorama-marker .ipanorama-label:before,.ipanorama-shapes-wrap .ipanorama-scene .ipanorama-label:before,.ipanorama-shapes-wrap .ipanorama-shape .ipanorama-label:before{content:'.';color:transparent}.ipanorama-markers-wrap .ipanorama-marker .ipanorama-actions,.ipanorama-markers-wrap .ipanorama-scene .ipanorama-actions,.ipanorama-markers-wrap .ipanorama-shape .ipanorama-actions,.ipanorama-scenes-wrap .ipanorama-marker .ipanorama-actions,.ipanorama-scenes-wrap .ipanorama-scene .ipanorama-actions,.ipanorama-scenes-wrap .ipanorama-shape .ipanorama-actions,.ipanorama-shapes-wrap .ipanorama-marker .ipanorama-actions,.ipanorama-shapes-wrap .ipanorama-scene .ipanorama-actions,.ipanorama-shapes-wrap .ipanorama-shape .ipanorama-actions{position:absolute;top:4px;right:5px;font-size:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ipanorama-block{position:relative}.ipanorama-block.ipanorama-block-folded .ipanorama-block-data{display:none}.ipanorama-block.ipanorama-block-folded .ipanorama-block-state:before{content:'\f0fe'}.ipanorama-block .ipanorama-block-header{margin-top:-1px;padding:5px;font-weight:700;background:#d5d5d5;border:1px solid #afafaf;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ipanorama-block .ipanorama-block-header:hover{background:#bbb;color:#000}.ipanorama-block .ipanorama-block-title{display:inline-block}.ipanorama-block .ipanorama-block-state{float:right;margin-right:6px}.ipanorama-block .ipanorama-block-state:before{content:'\f146';font-family:fontawesome;font-size:16px}.ipanorama-block .ipanorama-block-data{padding:10px}.ipanorama-table{width:400px;font-size:12px;border-collapse:collapse}.ipanorama-table.ipanorama-long{width:100%}.ipanorama-table.ipanorama-half{width:100px}.ipanorama-table.ipanorama-quarter{width:75px}.ipanorama-table th{padding:10px;color:#06a0fa;background:#fbfbfb;border:1px solid rgba(56,57,58,.5);border-bottom:2px solid #06a0fa;font-weight:700;text-align:center;text-transform:uppercase}.ipanorama-table tr:nth-child(2n+2) td{background:rgba(56,57,58,.03)}.ipanorama-table td{padding:10px;border:1px solid rgba(56,57,58,.5);border-top:1px solid transparent}.ipanorama-control{position:relative;margin-bottom:5px}.ipanorama-control:first-child .ipanorama-info{margin-top:0}.ipanorama-control .ipanorama-info,.ipanorama-control .ipanorama-tips{margin:15px 0;padding:10px 15px;color:rgba(56,57,58,.8);font-weight:700;position:relative;font-size:12px}.ipanorama-control .ipanorama-info{background:rgba(56,57,58,.1);border:1px dashed rgba(56,57,58,.5)}.ipanorama-control .ipanorama-tips{background:rgba(252,208,0,.1);border:1px dashed #fcd000}.ipanorama-control .ipanorama-warn{position:relative;display:block;margin-bottom:5px;padding:5px 15px 5px 30px;color:#856404;background-color:#fff3cd;-webkit-box-shadow:0 0 15px #fff3cd;box-shadow:0 0 15px #fff3cd;font-size:12px;font-weight:400;border:1px solid #ffe187;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-control .ipanorama-warn:before{content:'';display:block;position:absolute;top:50%;left:5px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:20px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tJREFUeNqsVE1sVFUU/s59943DzIAVmEGTmjaQxgWIUkCJSKhGY+LPwg0RTAWipIm4UJYkLhpjYmJ04UZi1EZXKrGCicToxvqTCNEm/vE/CsMApUMLw7Qz0/dzj+e+6ZPOtLPzZU7m5t7znXPud75zqTr5D9p+pIB6CaR1DhwS+/UrSGYBNm0hKgItZCCwzkDVig8mRp49Iva1rB9ivTg6a4ejeumPNtVpwNRyiZ/3HKaxXzfZGJxdO+rdf+BJOKnL4GDhCsm/jgWNCLrwST+ujm7ilAQTw+Tvvbrw2W6yBbbBac6snM+b8cHFIz363PAAEQNh44glEAqH9nCqaxidT52ESszjU8FJotkWgZ00nImjA2rybA8WdcBfsx/+2ldB6eVQk+e6nYljL8FJk/VtxWsO6y0kuHCu/XafWzj4vOUtvHMb/N7XG0czZTjld4SKL3Zy945Pw9t6fwB7zXD2pjDXjFdR6s/BQfanOtiRGylpThCCQoaxjZI9hPWM89drg8Yru+xVMNc0eVebqyv99Ixz5cfH+Bahc0a2yidAQVUWGurGKbD1kzNVOtanLx7u5+wDH8IEc7ps6mhYzVrOPfvePo6EFjEMTBdBXhnwqyC7Vv81iNz8+y9TWOukYFpuUItMhUtWI7x1HdhdBn3mwADKp9dDW0T0E6GOyZUFwAKYGW902h7Yq1f+vts58+6ASWYpWLYRQcc9dlIcmYi0VFBZo8ZGdkmauL5I2xRUoK6NQk38Agg9cYWRj0hKjR/th3+jN4qhHGglADb1hM5/sJemLq3k5E1KeRanj78pzZHcVp96TkttwupYl84P7eXFq14kkYy4BXBLI1t04eBz7LZoXLjm5RvhbXgbwfq3ZPQ2yzQ0+1iMvnBouzv+3cOKfZFN+XRG5T/aB6+agm4ZTAEH2S0wd/TB3L4VwYq+xtRwc5Uc1JMq//ErfP3kEk3lE7vUpW8ft1JocoyzF78EcpsjpL4wHO3FHMe8kJXY+PePqBWPvkDhN0+wOv8VIu54gefDNIOj7s57mawaxLVzK7TXtf2NxPTFp8m/3MWkQpEXx82I/2EaUaPGtMRiERKx0SaVKwbdOz/XZum9Q2HHXRmn4q1m0oG8WxxH5Liq2dKZ6GaW2IdFmey7Jt1zKly6YWgW/f99/wowAMMPm4eDB+EsAAAAAElFTkSuQmCC)}.ipanorama-control .ipanorama-helper{display:block;position:absolute;top:0;right:2px;width:15px;height:15px;color:#fbfbfb;background:#38393a;border-radius:50%;line-height:14px;text-align:center;cursor:help;opacity:.6;z-index:1}.ipanorama-control .ipanorama-helper:hover{opacity:1}.ipanorama-control .ipanorama-helper:before{content:'i';font-size:12px;line-height:12px;font-weight:700}.ipanorama-control .ipanorama-label{line-height:18px;font-size:12px;font-weight:700;text-shadow:1px 1px 0 #fbfbfb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipanorama-control .ipanorama-label.ipanorama-offset-top{padding-top:6px}.ipanorama-control .ipanorama-advice{display:inline-block;padding:5px 10px;font-size:12px;font-weight:400;color:#0085ba;border:1px dashed #0085ba;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-control .ipanorama-border-tabs,.ipanorama-control .ipanorama-unit{position:relative;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap}.ipanorama-control .ipanorama-checkboxlist,.ipanorama-control .ipanorama-color-value,.ipanorama-control .ipanorama-number,.ipanorama-control .ipanorama-select,.ipanorama-control .ipanorama-text,.ipanorama-control .ipanorama-textarea,.ipanorama-control .ipanorama-unit-value{min-height:32px;margin:0 0 5px;padding:5px 10px;color:#38393a;background-color:#fbfbfb;border:1px solid #bbb;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;font-size:14px;line-height:20px;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-control .ipanorama-checkboxlist.ipanorama-invalid,.ipanorama-control .ipanorama-color-value.ipanorama-invalid,.ipanorama-control .ipanorama-number.ipanorama-invalid,.ipanorama-control .ipanorama-select.ipanorama-invalid,.ipanorama-control .ipanorama-text.ipanorama-invalid,.ipanorama-control .ipanorama-textarea.ipanorama-invalid,.ipanorama-control .ipanorama-unit-value.ipanorama-invalid{border-color:#ff3e3e;outline-color:#ff3e3e}.ipanorama-control .ipanorama-checkboxlist.ipanorama-attention,.ipanorama-control .ipanorama-color-value.ipanorama-attention,.ipanorama-control .ipanorama-number.ipanorama-attention,.ipanorama-control .ipanorama-select.ipanorama-attention,.ipanorama-control .ipanorama-text.ipanorama-attention,.ipanorama-control .ipanorama-textarea.ipanorama-attention,.ipanorama-control .ipanorama-unit-value.ipanorama-attention{background-color:#bdc3c7;color:#fbfbfb}.ipanorama-control .ipanorama-checkboxlist.ipanorama-no-blr,.ipanorama-control .ipanorama-color-value.ipanorama-no-blr,.ipanorama-control .ipanorama-number.ipanorama-no-blr,.ipanorama-control .ipanorama-select.ipanorama-no-blr,.ipanorama-control .ipanorama-text.ipanorama-no-blr,.ipanorama-control .ipanorama-textarea.ipanorama-no-blr,.ipanorama-control .ipanorama-unit-value.ipanorama-no-blr{border-top-left-radius:0;border-bottom-left-radius:0}.ipanorama-control .ipanorama-checkboxlist.ipanorama-no-brr,.ipanorama-control .ipanorama-color-value.ipanorama-no-brr,.ipanorama-control .ipanorama-number.ipanorama-no-brr,.ipanorama-control .ipanorama-select.ipanorama-no-brr,.ipanorama-control .ipanorama-text.ipanorama-no-brr,.ipanorama-control .ipanorama-textarea.ipanorama-no-brr,.ipanorama-control .ipanorama-unit-value.ipanorama-no-brr{border-top-right-radius:0;border-bottom-right-radius:0}.ipanorama-control .ipanorama-checkboxlist.ipanorama-no-b-radius,.ipanorama-control .ipanorama-color-value.ipanorama-no-b-radius,.ipanorama-control .ipanorama-number.ipanorama-no-b-radius,.ipanorama-control .ipanorama-select.ipanorama-no-b-radius,.ipanorama-control .ipanorama-text.ipanorama-no-b-radius,.ipanorama-control .ipanorama-textarea.ipanorama-no-b-radius,.ipanorama-control .ipanorama-unit-value.ipanorama-no-b-radius{border-radius:0}.ipanorama-control .ipanorama-checkboxlist,.ipanorama-control .ipanorama-color,.ipanorama-control .ipanorama-number,.ipanorama-control .ipanorama-select,.ipanorama-control .ipanorama-text,.ipanorama-control .ipanorama-textarea,.ipanorama-control .ipanorama-unit{width:400px;height:auto}.ipanorama-control .ipanorama-checkboxlist.ipanorama-long,.ipanorama-control .ipanorama-color.ipanorama-long,.ipanorama-control .ipanorama-number.ipanorama-long,.ipanorama-control .ipanorama-select.ipanorama-long,.ipanorama-control .ipanorama-text.ipanorama-long,.ipanorama-control .ipanorama-textarea.ipanorama-long,.ipanorama-control .ipanorama-unit.ipanorama-long{width:100%}.ipanorama-control .ipanorama-checkboxlist.ipanorama-half,.ipanorama-control .ipanorama-color.ipanorama-half,.ipanorama-control .ipanorama-number.ipanorama-half,.ipanorama-control .ipanorama-select.ipanorama-half,.ipanorama-control .ipanorama-text.ipanorama-half,.ipanorama-control .ipanorama-textarea.ipanorama-half,.ipanorama-control .ipanorama-unit.ipanorama-half{width:100px}.ipanorama-control .ipanorama-checkboxlist.ipanorama-quarter,.ipanorama-control .ipanorama-color.ipanorama-quarter,.ipanorama-control .ipanorama-number.ipanorama-quarter,.ipanorama-control .ipanorama-select.ipanorama-quarter,.ipanorama-control .ipanorama-text.ipanorama-quarter,.ipanorama-control .ipanorama-textarea.ipanorama-quarter,.ipanorama-control .ipanorama-unit.ipanorama-quarter{width:75px}.ipanorama-control .ipanorama-number.ipanorama-can-lock:-moz-read-only,.ipanorama-control .ipanorama-text.ipanorama-can-lock:-moz-read-only,.ipanorama-control .ipanorama-textarea.ipanorama-can-lock:-moz-read-only,.ipanorama-control .ipanorama-unit.ipanorama-can-lock:-moz-read-only{background-color:#e9e9e9;color:#bdc3c7}.ipanorama-control .ipanorama-number.ipanorama-can-lock:read-only,.ipanorama-control .ipanorama-text.ipanorama-can-lock:read-only,.ipanorama-control .ipanorama-textarea.ipanorama-can-lock:read-only,.ipanorama-control .ipanorama-unit.ipanorama-can-lock:read-only{background-color:#e9e9e9;color:#bdc3c7}.ipanorama-control .ipanorama-select{padding:4px 10px 5px;text-transform:lowercase;cursor:pointer}.ipanorama-control .ipanorama-select.ipanorama-capitalize{text-transform:capitalize}.ipanorama-control .ipanorama-border-tabs{display:flex;flex-flow:row nowrap}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-all,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-bottom,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-left,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-right,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-top{position:relative;width:100%;margin:5px;padding:5px;color:#38393a;background-color:#d5d5d5;line-height:20px;font-size:10px;font-weight:700;text-align:center;text-transform:uppercase;border:1px solid #bdc3c7;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-all.ipanorama-active,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-bottom.ipanorama-active,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-left.ipanorama-active,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-right.ipanorama-active,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-top.ipanorama-active{background-color:#fbfbfb}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-all.ipanorama-active:before,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-bottom.ipanorama-active:before,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-left.ipanorama-active:before,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-right.ipanorama-active:before,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-top.ipanorama-active:before{border-color:#06a0fa}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-all.ipanorama-enable:after,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-bottom.ipanorama-enable:after,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-left.ipanorama-enable:after,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-right.ipanorama-enable:after,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-top.ipanorama-enable:after{content:'';position:absolute;top:5px;right:5px;width:5px;height:5px;background-color:#06a0fa;border-radius:50%}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-all:before,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-bottom:before,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-left:before,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-right:before,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-top:before{content:'';position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-all:first-child,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-bottom:first-child,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-left:first-child,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-right:first-child,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-top:first-child{margin-left:0}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-all:last-child,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-bottom:last-child,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-left:last-child,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-right:last-child,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-top:last-child{margin-right:0}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-all:before{border:3px solid #38393a}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-top:before{border-top:3px solid #38393a}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-right:before{border-right:3px solid #38393a}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-bottom:before{border-bottom:3px solid #38393a}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-left:before{border-left:3px solid #38393a}.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-all:hover:before,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-bottom:hover:before,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-left:hover:before,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-right:hover:before,.ipanorama-control .ipanorama-border-tabs .ipanorama-tab-top:hover:before{border-color:#06a0fa}.ipanorama-control .ipanorama-unit{display:flex;flex-flow:row nowrap}.ipanorama-control .ipanorama-color,.ipanorama-control .ipanorama-input-group{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:horizontal;-ms-flex-flow:row nowrap;position:relative;-webkit-box-direction:normal}.ipanorama-control .ipanorama-unit .ipanorama-unit-value{position:relative;width:100%;height:auto;border-top-right-radius:0;border-bottom-right-radius:0}.ipanorama-control .ipanorama-color .ipanorama-color-btn,.ipanorama-control .ipanorama-unit .ipanorama-unit-type{height:auto;background-color:#fbfbfb;background-image:linear-gradient(135deg,#fbfbfb,#d5d5d5);border:1px solid #bbb;vertical-align:middle;-webkit-box-sizing:border-box;margin:0 0 5px;font-size:14px;text-align:center;text-decoration:none;cursor:pointer}.ipanorama-control .ipanorama-unit .ipanorama-unit-type{max-width:40px;padding:0 0 3px 2px;border-left:none;border-radius:0 3px 3px 0;line-height:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box}.ipanorama-control .ipanorama-color{display:flex;flex-flow:row nowrap}.ipanorama-control .ipanorama-color .ipanorama-color-value{position:relative;width:100%;border-top-left-radius:0;border-bottom-left-radius:0}.ipanorama-control .ipanorama-color .ipanorama-color-btn{position:relative;min-width:31px;padding:5px 0 5px 5px;border-right:none;border-radius:3px 0 0 3px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box}.ipanorama-control .ipanorama-color .ipanorama-color-btn>div{position:absolute;top:3px;left:3px;right:3px;bottom:3px;background:url(data:image/gif;base64,R0lGODlhEAAQAIABAMzMzP///yH5BAEAAAEALAAAAAAQABAAAAImhBEZh8q6DnxOVjMtTJTriF2NF5IjeDIdmpWs2KbfGtfwbdq5WAAAOw==) #fbfbfb}.ipanorama-control .ipanorama-color .ipanorama-color-btn>div>div{position:absolute;top:0;left:0;width:100%;height:100%}.ipanorama-control .ipanorama-btn{-webkit-transition:background .5s;transition:background .5s;position:relative;min-width:25px;height:auto;margin:0 0 5px;padding:5px;background-color:#fbfbfb;background-size:100%;background-position:0 100%;border:1px solid #bbb;border-radius:3px;font-size:14px;line-height:20px;text-align:center;text-transform:uppercase;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.ipanorama-control .ipanorama-btn.ipanorama-no-bl,.ipanorama-control .ipanorama-btn.ipanorama-no-blr{border-top-left-radius:0;border-bottom-left-radius:0}.ipanorama-control .ipanorama-btn.ipanorama-no-br,.ipanorama-control .ipanorama-btn.ipanorama-no-brr{border-top-right-radius:0;border-bottom-right-radius:0}.ipanorama-control .ipanorama-btn:hover{background-size:500%}.ipanorama-control .ipanorama-btn.ipanorama-default{background-color:#fbfbfb;background-image:linear-gradient(135deg,#fbfbfb,#d5d5d5)}.ipanorama-control .ipanorama-btn.ipanorama-azure{color:#fbfbfb;text-shadow:0 0 3px #000101;background-color:#06a0fa;background-image:linear-gradient(135deg,#06a0fa,#7657c7);border-color:#036097}.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell .ipanorama-btn:hover,.ipanorama-control .ipanorama-marker-canvas-wrap .ipanorama-btn:hover{color:#06a0fa}.ipanorama-control .ipanorama-btn.ipanorama-no-b-radius{border-radius:0}.ipanorama-control .ipanorama-btn.ipanorama-no-bl{border-left:none}.ipanorama-control .ipanorama-btn.ipanorama-no-br{border-right:none}.ipanorama-control .ipanorama-toggle{margin-top:5px;margin-bottom:5px}.ipanorama-control .ipanorama-input-group{display:flex;flex-flow:row nowrap;width:400px;margin-bottom:5px}.ipanorama-control .ipanorama-input-group.ipanorama-long{width:100%}.ipanorama-control .ipanorama-input-group.ipanorama-double{width:50%}.ipanorama-control .ipanorama-input-group.ipanorama-half{width:100px}.ipanorama-control .ipanorama-input-group.ipanorama-quarter{width:75px}.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell.ipanorama-pinch{width:auto}.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell.ipanorama-rgap{margin-right:5px}.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell.ipanorama-lgap{margin-left:5px}.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell.ipanorama-nogap{margin-left:0;margin-right:0}.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell.ipanorama-text-center{text-align:center}.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell .ipanorama-btn,.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell .ipanorama-number,.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell .ipanorama-select,.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell .ipanorama-text{margin-bottom:0}.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell .ipanorama-btn{min-width:40px;height:100%}.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell .ipanorama-btn span{position:relative;display:block;height:100%;width:100%}.ipanorama-control .ipanorama-input-group .ipanorama-input-group-cell .ipanorama-btn span .xfa{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:16px}.ipanorama-control .ipanorama-notepad{width:100%;min-height:500px;margin:0;padding:15px;border:none;outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-control .ipanorama-textarea{min-height:150px}.ipanorama-control .ipanorama-checkbox{position:relative;width:16px;height:16px;min-width:16px;min-height:16px;margin:1px 5px 0 0;color:#06a0fa;background:#fbfbfb;border:2px solid #bdc3c7;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.ipanorama-control .ipanorama-checkbox:before{content:'';position:absolute;top:2px;left:2px;right:2px;bottom:2px;background:#06a0fa;opacity:0}.ipanorama-control .ipanorama-checkbox.ipanorama-checked:before{opacity:1}.ipanorama-control .ipanorama-checkbox.ipanorama-readonly{pointer-events:none}.ipanorama-control .ipanorama-checkboxlist{padding:0;min-height:160px;max-height:160px;overflow-y:auto;overflow-x:hidden}.ipanorama-control .ipanorama-checkboxlist ul{margin:0;padding:5px 0;list-style:none}.ipanorama-control .ipanorama-checkboxlist li{padding:2px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.ipanorama-control .ipanorama-marker-canvas-wrap{position:relative;width:100%;height:140px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC1JREFUeNpiPHPmDAM2YGxsjFWciYFEMKqBGMD4//9/rBJnz54dDSX6aQAIMABCtQiAsDRF+wAAAABJRU5ErkJggg==) #fbfbfb;border:2px solid #7b7b7b;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.ipanorama-control .ipanorama-marker-canvas-wrap .ipanorama-btn{position:absolute;top:5px;left:5px;width:25px;height:25px;margin:0;padding:0;font-size:18px;line-height:22px}.ipanorama-control .ipanorama-marker-canvas-wrap .ipanorama-marker-canvas{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.ipanorama-marker-wrap{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-marker-wrap .ipanorama-marker{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2}.ipanorama-marker-wrap .ipanorama-marker .ipanorama-marker-lbl .ipanorama-marker-ico,.ipanorama-marker-wrap .ipanorama-marker .ipanorama-marker-lbl .ipanorama-marker-txt{display:table-cell;white-space:nowrap}.ipanorama-marker-wrap .ipanorama-marker .ipanorama-marker-lbl .ipanorama-marker-ico+.ipanorama-marker-txt{padding-left:5px}body.ipanorama-modal-open{overflow:hidden}.ipanorama-modals .ipanorama-modal{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;z-index:99999;background:rgba(0,0,0,.8)}.ipanorama-modals .ipanorama-modal .ipanorama-modal-dialog{-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);position:relative;width:98%;max-width:600px;margin:30px auto;background-color:#eee;opacity:1}.ipanorama-modals .ipanorama-modal.ipanorama-no-max-width .ipanorama-modal-dialog{max-width:none}.ipanorama-modals .ipanorama-modal .ipanorama-modal-header{position:relative;background-color:#06a0fa;color:#fbfbfb;-webkit-box-shadow:0 3px 15px rgba(0,0,0,.5);box-shadow:0 3px 15px rgba(0,0,0,.5);padding:10px}.ipanorama-modals .ipanorama-modal .ipanorama-modal-header .ipanorama-modal-title i{padding-right:5px}.ipanorama-modals .ipanorama-modal .ipanorama-modal-header .ipanorama-modal-placeholder{position:relative;margin-top:20px}.ipanorama-modals .ipanorama-modal .ipanorama-modal-header .ipanorama-modal-placeholder:before{content:'';position:absolute;top:-10px;left:-10px;right:-10px;bottom:-15px;background:#eee}.ipanorama-modals .ipanorama-modal .ipanorama-modal-header .ipanorama-modal-placeholder .ipanorama-control{margin:5px}.ipanorama-modals .ipanorama-modal .ipanorama-modal-close{position:absolute;right:10px;top:3px;background-color:transparent;font-size:24px;line-height:1;color:rgba(251,251,251,.9);cursor:pointer}.ipanorama-modals .ipanorama-modal .ipanorama-modal-close:hover{color:#fbfbfb}.ipanorama-modals .ipanorama-modal .ipanorama-modal-title{font-size:14px;font-weight:700}.ipanorama-modals .ipanorama-modal .ipanorama-modal-data{position:relative;padding:20px 15px;overflow-y:auto;overflow-x:hidden}.ipanorama-modals .ipanorama-modal .ipanorama-modal-data.ipanorama-modal-loading:before{-webkit-animation:ipanorama-modal-loading-animation 1.2s linear infinite;animation:ipanorama-modal-loading-animation 1.2s linear infinite;content:'';position:absolute;display:block;top:50%;left:50%;width:28px;height:28px;margin-top:-14px;margin-left:-14px;border:5px solid #06a0fa;border-radius:100%;border-top-color:rgba(6,160,250,.2);-webkit-box-sizing:border-box;box-sizing:border-box}.ipanorama-modals .ipanorama-modal .ipanorama-modal-data.ipanorama-modal-loading .ipanorama-modal-group{opacity:0;pointer-events:none}.ipanorama-modals .ipanorama-modal .ipanorama-modal-group{margin-top:15px;text-align:center;opacity:1;pointer-events:auto}.ipanorama-modals .ipanorama-modal .ipanorama-modal-group:first-child{margin:0}.ipanorama-modals .ipanorama-modal .ipanorama-modal-icons{text-align:center}.ipanorama-modals .ipanorama-modal .ipanorama-modal-icons .ipanorama-modal-icon{-webkit-transition:all .3s;transition:all .3s;position:relative;display:inline-block;width:100px;padding:7px 0;margin:5px 5px 5px 0;background-color:#fbfbfb;border:1px solid #bdc3c7;border-radius:3px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.15);box-shadow:0 0 15px rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.ipanorama-modals .ipanorama-modal .ipanorama-modal-icons .ipanorama-modal-icon i{margin:0 5px;font-size:20px}.ipanorama-modals .ipanorama-modal .ipanorama-modal-icons .ipanorama-modal-icon.ipanorama-active,.ipanorama-modals .ipanorama-modal .ipanorama-modal-icons .ipanorama-modal-icon:hover{color:#fbfbfb;background-color:#06a0fa;border-color:#0470b0;-webkit-box-shadow:0 0 15px rgba(6,160,250,.35);box-shadow:0 0 15px rgba(6,160,250,.35);text-shadow:none}.ipanorama-modals .ipanorama-modal .ipanorama-modal-effects .ipanorama-modal-effect{-webkit-transition:all .3s;transition:all .3s;position:relative;display:inline-block;min-width:140px;padding:7px 0;margin:5px 5px 5px 0;background-color:#fbfbfb;border:1px solid #bdc3c7;border-radius:3px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.15);box-shadow:0 0 15px rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.ipanorama-modals .ipanorama-modal .ipanorama-modal-effects .ipanorama-modal-effect.ipanorama-active,.ipanorama-modals .ipanorama-modal .ipanorama-modal-effects .ipanorama-modal-effect:hover{color:#fbfbfb;background-color:#06a0fa;border-color:#0470b0;-webkit-box-shadow:0 0 15px rgba(6,160,250,.35);box-shadow:0 0 15px rgba(6,160,250,.35);text-shadow:none}.ipanorama-modals .ipanorama-modal .ipanorama-modal-label{font-weight:700;margin-bottom:5px}.ipanorama-modals .ipanorama-modal .ipanorama-modal-btn{-webkit-transition:background .5s;transition:background .5s;position:relative;display:inline-block;min-width:80px;padding:7px;margin:5px;border-radius:3px;line-height:16px;letter-spacing:0;font-size:12px;font-weight:700;text-transform:uppercase;text-decoration:none;text-shadow:none;text-align:center;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:#fbfbfb;background-color:#06a0fa}.ipanorama-modals .ipanorama-modal .ipanorama-modal-btn[disabled]{cursor:not-allowed;opacity:.6}.ipanorama-modals .ipanorama-modal .ipanorama-modal-btn:hover{background-color:#0590e2}.ipanorama-modals .ipanorama-modal .ipanorama-modal-btn.ipanorama-modal-btn-delete,.ipanorama-modals .ipanorama-modal .ipanorama-modal-btn.ipanorama-modal-btn-select{background-color:#0085ba;background-image:none;border-color:#004e6e}.ipanorama-modals .ipanorama-modal .ipanorama-modal-btn.ipanorama-modal-btn-delete:hover,.ipanorama-modals .ipanorama-modal .ipanorama-modal-btn.ipanorama-modal-btn-select:hover{background-color:#0073a1;background-image:none}.ipanorama-modals .ipanorama-modal .ipanorama-modal-btn.ipanorama-modal-btn-close{background-color:#38393a;background-image:none;border-color:#121313}.ipanorama-modals .ipanorama-modal .ipanorama-modal-btn.ipanorama-modal-btn-close:hover{background-color:#2b2c2d;background-image:none}.ipanorama-modals .ipanorama-modal .ipanorama-modal-btn.ipanorama-modal-btn-full-width{display:block;margin:5px 0}.ipanorama-modals .ipanorama-modal .ipanorama-modal-long{width:100%}.ipanorama-modals .ipanorama-modal .ipanorama-modal-footer{position:relative;padding:15px;background-color:#eee;-webkit-box-shadow:0 3px 15px rgba(0,0,0,.5);box-shadow:0 3px 15px rgba(0,0,0,.5);text-align:right}.ipanorama-color-picker,.ipanorama-color-picker .ipanorama-pallete{background-color:#fbfbfb;-webkit-box-sizing:border-box;overflow:hidden}.ipanorama-modals .ipanorama-modal .ipanorama-modal-footer .ipanorama-modal-btn{margin:0}.ipanorama-modals .ipanorama-modal .ipanorama-modal-footer .ipanorama-modal-text{padding:7px 15px;float:left}.ipanorama-color-picker{position:absolute;top:-9999px;left:0;padding:5px;border:2px solid #bdc3c7;border-radius:3px;font-family:Arial,Helvetica,sans-serif;opacity:0;pointer-events:none;box-sizing:border-box;z-index:99999}.ipanorama-color-picker.ipanorama-active{opacity:1;pointer-events:auto}.ipanorama-color-picker .ipanorama-data{margin-bottom:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.ipanorama-color-picker .ipanorama-data:last-child{margin-bottom:0;padding-top:5px;border-top:2px solid #bdc3c7}.ipanorama-color-picker .ipanorama-pallete{position:relative;height:180px;width:160px;box-sizing:border-box}.ipanorama-color-picker .ipanorama-pallete:before{content:'';position:absolute;width:100%;height:100%;background-color:transparent;background-image:url(data:image/png;base64,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);background-size:100% 100%}.ipanorama-color-picker .ipanorama-pallete .ipanorama-thumb{position:absolute;top:50px;left:50px;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;border:1px solid #000;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 0 1px rgba(251,251,251,.7);box-shadow:0 0 0 1px rgba(251,251,251,.7);cursor:pointer}.ipanorama-color-picker .ipanorama-hue{position:relative;margin-left:5px;height:180px;width:21px;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,red),color-stop(17%,#f0f),color-stop(33%,#00f),color-stop(50%,#0ff),color-stop(67%,#0f0),color-stop(83%,#ff0),to(red));background:linear-gradient(red 0,#f0f 17%,#00f 33%,#0ff 50%,#0f0 67%,#ff0 83%,red 100%);border:1px solid #d3dadd;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.ipanorama-color-picker .ipanorama-hue .ipanorama-thumb{position:absolute;margin-top:-4px;width:19px;height:8px;background:url(data:image/gif;base64,R0lGODlhEwAIAJECAP///wAAAP///wAAACH5BAEAAAIALAAAAAATAAgAAAIZhI6pB2ELRQsuqkmrlTk/i1Hfho0bZ55SAQA7) no-repeat;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:n-resize}.ipanorama-color-picker .ipanorama-panel{margin-left:5px}.ipanorama-color-picker .ipanorama-panel .ipanorama-line{width:100%;margin:7px 0 6px;border-top:1px solid #bdc3c7}.ipanorama-color-picker .ipanorama-panel .ipanorama-input{position:relative;margin-bottom:5px;padding:2px 5px;background-color:#eee;border:1px solid #bdc3c7}.ipanorama-color-picker .ipanorama-panel .ipanorama-input:last-child{margin-bottom:0}.ipanorama-color-picker .ipanorama-panel .ipanorama-input span{display:block;font-size:10px;text-shadow:1px 1px 0 #fbfbfb}.ipanorama-color-picker .ipanorama-panel .ipanorama-input input{display:inline-block;width:35px;margin-left:5px;padding:1px 5px;color:#38393a;border:1px solid #bdc3c7;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:right;font-size:10px}.ipanorama-color-picker .ipanorama-panel .ipanorama-input .ipanorama-thumb{position:absolute;top:0;right:0;width:6px;height:19px;background:url(data:image/gif;base64,R0lGODlhBgATAIABAAAAAP///yH5BAEAAAEALAAAAAAGABMAAAIPjI+pywZw3ms0SOhw3bwAADs=) no-repeat;opacity:.5;cursor:n-resize}.ipanorama-color-picker .ipanorama-panel .ipanorama-input .ipanorama-thumb:hover{opacity:1}.ipanorama-color-picker .ipanorama-alpha{position:relative;height:24px;width:186px;background:url(data:image/gif;base64,R0lGODlhEAAQAIABAMzMzP///yH5BAEAAAEALAAAAAAQABAAAAImhBEZh8q6DnxOVjMtTJTriF2NF5IjeDIdmpWs2KbfGtfwbdq5WAAAOw==) #fbfbfb;border:1px solid #d3dadd;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.ipanorama-color-picker .ipanorama-alpha .ipanorama-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear,right top,left top,from(#333),to(rgba(0,0,0,0)));background:linear-gradient(to left,#333,rgba(0,0,0,0))}.ipanorama-color-picker .ipanorama-alpha .ipanorama-thumb{position:absolute;margin-left:-4px;width:8px;height:22px;background-color:transparent;background-image:url(data:image/gif;base64,R0lGODlhCAATAJECAP///wAAAP///wAAACH5BAEAAAIALAAAAAAIABMAAAIYRI4gluKs3Iuy2ouz3rz7ClDPQTHkgiQFADs=);background-size:100% 100%;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:w-resize}.ipanorama-color-picker .ipanorama-preview{position:relative;width:26px;height:26px;background-color:#fbfbfb;background-image:-webkit-gradient(linear,left top,left bottom,from(#fbfbfb),to(#eee));background-image:linear-gradient(to bottom,#fbfbfb,#eee);border:1px solid #d3dadd;border-radius:3px 0 0 3px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1}.ipanorama-color-picker .ipanorama-preview>div{position:absolute;top:4px;left:4px;right:4px;bottom:4px;background:url(data:image/gif;base64,R0lGODlhEAAQAIABAMzMzP///yH5BAEAAAEALAAAAAAQABAAAAImhBEZh8q6DnxOVjMtTJTriF2NF5IjeDIdmpWs2KbfGtfwbdq5WAAAOw==) #fbfbfb}.ipanorama-color-picker .ipanorama-preview>div>div{position:absolute;top:0;left:0;width:100%;height:100%}.ipanorama-color-picker .ipanorama-input-color{width:160px;height:26px;line-height:26px;margin:0;padding:0 5px;color:#38393a;background-color:#fbfbfb;border:1px solid #bdc3c7;border-left:none;border-radius:0 3px 3px 0;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2}.ipanorama-color-picker .ipanorama-submit{margin-left:5px;width:60px;height:26px;line-height:27px;color:#fbfbfb;background-color:#06a0fa;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:12px;font-weight:700;cursor:pointer}.ipanorama-color-picker .ipanorama-submit:hover{background-color:#0590e2;-webkit-box-shadow:0 0 15px rgba(6,160,250,.25);box-shadow:0 0 15px rgba(6,160,250,.25)}@media screen and (max-width:782px){.ipanorama .wp-list-table .column-title{width:100%}.ipanorama-messages{padding-bottom:1px}.ipanorama-main-tabs .ipanorama-tab{display:block;float:none}.ipanorama-main-tabs .ipanorama-tab:last-child{float:none;height:50px}.ipanorama-control .ipanorama-btn,.ipanorama-control .ipanorama-color,.ipanorama-control .ipanorama-number,.ipanorama-control .ipanorama-select,.ipanorama-control .ipanorama-text,.ipanorama-control .ipanorama-unit{height:36px}.ipanorama-control .ipanorama-color .ipanorama-color-btn,.ipanorama-control .ipanorama-color .ipanorama-color-value,.ipanorama-control .ipanorama-unit .ipanorama-unit-type,.ipanorama-control .ipanorama-unit .ipanorama-unit-value{height:100%}}