diff --git a/assets/sass/form/_fieldset.scss b/assets/sass/form/_fieldset.scss index 38dffef3..60f24f1c 100644 --- a/assets/sass/form/_fieldset.scss +++ b/assets/sass/form/_fieldset.scss @@ -86,11 +86,13 @@ fieldset, .fieldset { // In the related sidebar, subpixel rounding issues in browsers result in // 1px of white (from the bkgd) showing up to the right of the table at // some browser widths. So this makes the table a smidge bigger so the - // bckground of the table header is always full bleed. - overflow: hidden; - .table { - width: calc(100% + 1px); - max-width: none; + // background of the table header is always full bleed. + .listing-wrapper { + overflow: hidden; + .table { + width: calc(100% + 1px); + max-width: none; + } } } diff --git a/dist/index.css b/dist/index.css index 12d84b17..7a5e1333 100644 --- a/dist/index.css +++ b/dist/index.css @@ -1,4 +1,4 @@ -/*! 📝 Bukwild 💾 9.11.17 👍 */ +/*! 📝 Bukwild 💾 10.10.17 👍 */ @import url(//fonts.googleapis.com/css?family=Cabin:400,700|Roboto+Slab:100,300,400);@charset "UTF-8"; /** * Bootstrap variables @@ -7451,8 +7451,7 @@ fieldset, .fieldset { fieldset .legend > .pull-right, .fieldset .legend > .pull-right { margin-right: -3px; } } fieldset.standard-list, .fieldset.standard-list { - padding: 0; - overflow: hidden; } + padding: 0; } fieldset.standard-list .legend, .fieldset.standard-list .legend { margin: 0; } fieldset.standard-list .listing, .fieldset.standard-list .listing { @@ -7467,9 +7466,11 @@ fieldset, .fieldset { fieldset.standard-list .legend > a:hover, fieldset.standard-list .legend > a:focus, .fieldset.standard-list .legend > a:hover, .fieldset.standard-list .legend > a:focus { color: #d08a46; border-bottom-color: #d08a46; } - fieldset.standard-list .table, .fieldset.standard-list .table { - width: calc(100% + 1px); - max-width: none; } + fieldset.standard-list .listing-wrapper, .fieldset.standard-list .listing-wrapper { + overflow: hidden; } + fieldset.standard-list .listing-wrapper .table, .fieldset.standard-list .listing-wrapper .table { + width: calc(100% + 1px); + max-width: none; } fieldset.disabled, .fieldset.disabled { opacity: .7; } fieldset.disabled .legend, .fieldset.disabled .legend { diff --git a/dist/index.js b/dist/index.js index a2c94fc2..60b083db 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,4 +1,4 @@ -/*! 📝 Bukwild 💾 9.11.17 👍 */ +/*! 📝 Bukwild 💾 10.10.17 👍 */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); diff --git a/dist/index.min.css b/dist/index.min.css index 9bffe44c..9d03595a 100644 --- a/dist/index.min.css +++ b/dist/index.min.css @@ -1,4 +1,4 @@ -/*! 📝 Bukwild 💾 9.11.17 👍 */ +/*! 📝 Bukwild 💾 10.10.17 👍 */ @import url(//fonts.googleapis.com/css?family=Cabin:400,700|Roboto+Slab:100,300,400);/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. @@ -15,7 +15,7 @@ */.bootstrap-timepicker{position:relative}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}.bootstrap-timepicker .add-on{cursor:pointer}.bootstrap-timepicker .add-on i{display:inline-block;width:16px;height:16px}.bootstrap-timepicker-widget.dropdown-menu{padding:2px 3px 2px 2px}.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;left:9px;position:absolute;top:-7px}.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;left:10px;position:absolute;top:-6px}.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table td span{width:100%}.bootstrap-timepicker-widget table td a{border:1px solid transparent;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table td a:hover{text-decoration:none;background-color:#eee;border-radius:4px;border-color:#ddd}.bootstrap-timepicker-widget table td a i{margin-top:2px}.bootstrap-timepicker-widget table td input{width:25px;margin:0;text-align:center}.bootstrap-timepicker-widget .modal-content{padding:4px}@media (min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}@media (max-width:767px){.bootstrap-timepicker,.bootstrap-timepicker .dropdown-menu{width:100%}}/*! jQuery UI - v1.11.2 - 2014-10-16 * http://jqueryui.com * Includes: core.css, sortable.css -* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.jcrop-holder{direction:ltr;text-align:left}.jcrop-hline,.jcrop-vline{background:#fff url(data:image/gif;base64,R0lGODlhCAAIAPAAAKqqqgAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAAACwAAAAACAAIAEACDYwDqXm3xhyQ8cF4myoAIfkECQoAAAAsAAAAAAgACABAAg9EHqCphtdMew5OtnBlFBQAIfkECQoAAAAsAAAAAAgACABAAg8EgmFom9ziO6lVq3CmrAAAIfkECQoAAAAsAAAAAAgACABAAg+EgwFpt+waTOqh9vCVqQAAIfkECQoAAAAsAAAAAAgACABAAg2EEal5t8ZckPHBeJsqACH5BAkKAAAALAAAAAAIAAgAQAIPDA6hqYbXTHsOTrZwZTQUACH5BAkKAAAALAAAAAAIAAgAQAIPTIBgaJvc4jupVatwpqwAACH5BAUKAAAALAAAAAAIAAgAQAIPjIEQabfsGkzqofbwlakAADs=);font-size:0;position:absolute}.jcrop-vline{height:100%;width:1px!important}.jcrop-vline.right{right:0}.jcrop-hline{height:1px!important;width:100%}.jcrop-hline.bottom{bottom:0}.jcrop-tracker{height:100%;width:100%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}.jcrop-handle{background-color:#333;border:1px solid #eee;width:7px;height:7px;font-size:1px}.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px}.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%}.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%}.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0}.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0}.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px}.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%}.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px}.jcrop-dragbar.ord-n{margin-top:-4px}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px}.jcrop-dragbar.ord-e{margin-right:-4px;right:0}.jcrop-dragbar.ord-w{margin-left:-4px}.jcrop-light .jcrop-hline,.jcrop-light .jcrop-vline{background:#fff;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#fff;border-radius:3px}.jcrop-dark .jcrop-hline,.jcrop-dark .jcrop-vline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#fff;border-color:#000;border-radius:3px}.solid-line .jcrop-hline,.solid-line .jcrop-vline{background:#fff}.jcrop-holder img,img.jcrop-preview{max-width:none}.has-warning .twitter-typeahead .tt-hint,.has-warning .twitter-typeahead .tt-input{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .twitter-typeahead .tt-hint:focus,.has-warning .twitter-typeahead .tt-input:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-error .twitter-typeahead .tt-hint,.has-error .twitter-typeahead .tt-input{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .twitter-typeahead .tt-hint:focus,.has-error .twitter-typeahead .tt-input:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-success .twitter-typeahead .tt-hint,.has-success .twitter-typeahead .tt-input{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .twitter-typeahead .tt-hint:focus,.has-success .twitter-typeahead .tt-input:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.input-group .twitter-typeahead:first-child .tt-hint,.input-group .twitter-typeahead:first-child .tt-input{border-bottom-left-radius:4px;border-top-left-radius:4px;width:100%}.input-group .twitter-typeahead:last-child .tt-hint,.input-group .twitter-typeahead:last-child .tt-input{border-bottom-right-radius:4px;border-top-right-radius:4px;width:100%}.input-group.input-group-sm .twitter-typeahead .tt-hint,.input-group.input-group-sm .twitter-typeahead .tt-input{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group.input-group-sm .twitter-typeahead .tt-hint,select.input-group.input-group-sm .twitter-typeahead .tt-input{height:30px;line-height:30px}select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint,select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,textarea.input-group.input-group-sm .twitter-typeahead .tt-input{height:auto}.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint,.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input{border-radius:0}.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint,.input-group.input-group-sm .twitter-typeahead:first-child .tt-input{border-bottom-left-radius:3px;border-top-left-radius:3px;border-bottom-right-radius:0;border-top-right-radius:0}.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint,.input-group.input-group-sm .twitter-typeahead:last-child .tt-input{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.input-group.input-group-lg .twitter-typeahead .tt-hint,.input-group.input-group-lg .twitter-typeahead .tt-input{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group.input-group-lg .twitter-typeahead .tt-hint,select.input-group.input-group-lg .twitter-typeahead .tt-input{height:46px;line-height:46px}select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint,select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,textarea.input-group.input-group-lg .twitter-typeahead .tt-input{height:auto}.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint,.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input{border-radius:0}.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint,.input-group.input-group-lg .twitter-typeahead:first-child .tt-input{border-bottom-left-radius:6px;border-top-left-radius:6px;border-bottom-right-radius:0;border-top-right-radius:0}.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint,.input-group.input-group-lg .twitter-typeahead:last-child .tt-input{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:6px;border-top-right-radius:6px}.twitter-typeahead{width:100%;float:left}.input-group .twitter-typeahead{display:table-cell!important}.twitter-typeahead .tt-hint{color:#999}.twitter-typeahead .tt-input{z-index:2}.twitter-typeahead .tt-input[disabled],.twitter-typeahead .tt-input[readonly],fieldset[disabled] .twitter-typeahead .tt-input{cursor:not-allowed;background-color:#eee!important}.tt-dropdown-menu,.tt-menu{position:absolute;top:100%;left:0;z-index:1000;min-width:160px;width:100%;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px}.tt-dropdown-menu .tt-suggestion,.tt-menu .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333}.tt-dropdown-menu .tt-suggestion.tt-cursor,.tt-dropdown-menu .tt-suggestion:hover,.tt-menu .tt-suggestion.tt-cursor,.tt-menu .tt-suggestion:hover{cursor:pointer;text-decoration:none;outline:0;background-color:#f5f5f5;color:#262626}.tt-dropdown-menu .tt-suggestion.tt-cursor a,.tt-dropdown-menu .tt-suggestion:hover a,.tt-menu .tt-suggestion.tt-cursor a,.tt-menu .tt-suggestion:hover a{color:#262626}.tt-dropdown-menu .tt-suggestion p,.tt-menu .tt-suggestion p{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{min-height:100%}body{background-color:#efefef}.label{font-size:12px;padding-bottom:.25em}.dropdown{cursor:pointer}#redactor-modal-box #redactor-modal footer button .glyphicon,.btn .glyphicon,.control-label .glyphicon{position:relative;top:1px}a{color:inherit}#redactor-modal-box #redactor-modal footer button,.btn,a{outline:none!important}a,a:hover{text-decoration:none}a{transition:background .3s,color .3s}a:active,a:focus,a:hover{transition:background .1s,color .1s}a:active{color:#67bfb6}.help-block a,p a{border-bottom:1px dotted #ccc}.h1 b,.h1 strong,.h2 b,.h2 strong,.h3 b,.h3 strong,.h4 b,.h4 strong,.h5 b,.h5 strong,.h6 b,.h6 strong,h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong,h4 b,h4 strong,h5 b,h5 strong,h6 b,h6 strong{font-weight:400}#main{position:relative;padding:30px;padding-bottom:60px;margin-left:200px;transition:margin-left .25s;max-width:1080px}body.forgot #main,body.reset #main{margin-left:0}@media (max-width:768px){#main{margin-left:0;padding-left:15px;padding-right:15px;padding-top:15px}}@media (max-width:480px){#main{padding-left:10px;padding-right:10px;padding-top:10px}#main .row{margin-left:-10px;margin-right:-10px}#main .row .padded-col,#main .row [class*=col-]{padding-left:10px;padding-right:10px}}#redactor-modal-box #redactor-modal footer button.outline,.btn.outline{background:none;border:1px solid hsla(0,0%,100%,.85);color:hsla(0,0%,100%,.85)}#redactor-modal-box #redactor-modal footer button.outline:active,#redactor-modal-box #redactor-modal footer button.outline:focus,#redactor-modal-box #redactor-modal footer button.outline:hover,.btn.outline:active,.btn.outline:focus,.btn.outline:hover{background:hsla(0,0%,100%,.15);border-color:#fff;color:#fff}#redactor-modal-box #redactor-modal footer button.outline:active span,#redactor-modal-box #redactor-modal footer button.outline:focus span,#redactor-modal-box #redactor-modal footer button.outline:hover span,.btn.outline:active span,.btn.outline:focus span,.btn.outline:hover span{color:#fff}#redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],.btn.outline.dropdown-toggle[aria-expanded=true]{box-shadow:none;background:hsla(0,0%,100%,.25)}#redactor-modal-box #redactor-modal footer button.outline:active,.btn.outline:active{box-shadow:none;transition:transform .3s}#redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,.btn.outline:active .glyphicon{transition:transform .1s;transform:scale(1.2)}#redactor-modal-box #redactor-modal footer .input-group-btn button.outline,.input-group-btn #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn .btn.outline{z-index:2}#redactor-modal-box #redactor-modal footer .legend button.outline,#redactor-modal-box #redactor-modal footer .search button.outline,#redactor-modal-box #redactor-modal footer button.outline.secondary,.btn.outline.secondary,.legend #redactor-modal-box #redactor-modal footer button.outline,.legend .btn.outline,.search #redactor-modal-box #redactor-modal footer button.outline,.search .btn.outline{background:none;border:1px solid rgba(176,87,0,.85);color:rgba(176,87,0,.85)}#redactor-modal-box #redactor-modal footer .legend button.outline:active,#redactor-modal-box #redactor-modal footer .legend button.outline:focus,#redactor-modal-box #redactor-modal footer .legend button.outline:hover,#redactor-modal-box #redactor-modal footer .search button.outline:active,#redactor-modal-box #redactor-modal footer .search button.outline:focus,#redactor-modal-box #redactor-modal footer .search button.outline:hover,#redactor-modal-box #redactor-modal footer button.outline.secondary:active,#redactor-modal-box #redactor-modal footer button.outline.secondary:focus,#redactor-modal-box #redactor-modal footer button.outline.secondary:hover,.btn.outline.secondary:active,.btn.outline.secondary:focus,.btn.outline.secondary:hover,.legend #redactor-modal-box #redactor-modal footer button.outline:active,.legend #redactor-modal-box #redactor-modal footer button.outline:focus,.legend #redactor-modal-box #redactor-modal footer button.outline:hover,.legend .btn.outline:active,.legend .btn.outline:focus,.legend .btn.outline:hover,.search #redactor-modal-box #redactor-modal footer button.outline:active,.search #redactor-modal-box #redactor-modal footer button.outline:focus,.search #redactor-modal-box #redactor-modal footer button.outline:hover,.search .btn.outline:active,.search .btn.outline:focus,.search .btn.outline:hover{background:rgba(176,87,0,.15);border-color:#b05700;color:#b05700}#redactor-modal-box #redactor-modal footer .legend button.outline:active span,#redactor-modal-box #redactor-modal footer .legend button.outline:focus span,#redactor-modal-box #redactor-modal footer .legend button.outline:hover span,#redactor-modal-box #redactor-modal footer .search button.outline:active span,#redactor-modal-box #redactor-modal footer .search button.outline:focus span,#redactor-modal-box #redactor-modal footer .search button.outline:hover span,#redactor-modal-box #redactor-modal footer button.outline.secondary:active span,#redactor-modal-box #redactor-modal footer button.outline.secondary:focus span,#redactor-modal-box #redactor-modal footer button.outline.secondary:hover span,.btn.outline.secondary:active span,.btn.outline.secondary:focus span,.btn.outline.secondary:hover span,.legend #redactor-modal-box #redactor-modal footer button.outline:active span,.legend #redactor-modal-box #redactor-modal footer button.outline:focus span,.legend #redactor-modal-box #redactor-modal footer button.outline:hover span,.legend .btn.outline:active span,.legend .btn.outline:focus span,.legend .btn.outline:hover span,.search #redactor-modal-box #redactor-modal footer button.outline:active span,.search #redactor-modal-box #redactor-modal footer button.outline:focus span,.search #redactor-modal-box #redactor-modal footer button.outline:hover span,.search .btn.outline:active span,.search .btn.outline:focus span,.search .btn.outline:hover span{color:#b05700}#redactor-modal-box #redactor-modal footer .legend button.outline.dropdown-toggle[aria-expanded=true],#redactor-modal-box #redactor-modal footer .search button.outline.dropdown-toggle[aria-expanded=true],#redactor-modal-box #redactor-modal footer button.outline.secondary.dropdown-toggle[aria-expanded=true],.btn.outline.secondary.dropdown-toggle[aria-expanded=true],.legend #redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],.legend .btn.outline.dropdown-toggle[aria-expanded=true],.search #redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],.search .btn.outline.dropdown-toggle[aria-expanded=true]{box-shadow:none;background:rgba(176,87,0,.25)}#redactor-modal-box #redactor-modal footer .legend button.outline:active,#redactor-modal-box #redactor-modal footer .search button.outline:active,#redactor-modal-box #redactor-modal footer button.outline.secondary:active,.btn.outline.secondary:active,.legend #redactor-modal-box #redactor-modal footer button.outline:active,.legend .btn.outline:active,.search #redactor-modal-box #redactor-modal footer button.outline:active,.search .btn.outline:active{box-shadow:none;transition:transform .3s}#redactor-modal-box #redactor-modal footer .legend button.outline:active .glyphicon,#redactor-modal-box #redactor-modal footer .search button.outline:active .glyphicon,#redactor-modal-box #redactor-modal footer button.outline.secondary:active .glyphicon,.btn.outline.secondary:active .glyphicon,.legend #redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,.legend .btn.outline:active .glyphicon,.search #redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,.search .btn.outline:active .glyphicon{transition:transform .1s;transform:scale(1.2)}#redactor-modal-box #redactor-modal footer .input-group-btn .legend button.outline,#redactor-modal-box #redactor-modal footer .input-group-btn .search button.outline,#redactor-modal-box #redactor-modal footer .input-group-btn button.outline.secondary,.input-group-btn #redactor-modal-box #redactor-modal footer button.outline.secondary,.input-group-btn .btn.outline.secondary,.input-group-btn .legend #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn .legend .btn.outline,.input-group-btn .search #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn .search .btn.outline{z-index:2}.popover{line-height:1}.tooltip{font-weight:400;font-family:Cabin}.pull-right .dropdown-menu{left:auto;right:0}.dropdown-menu .glyphicon-ok{margin-left:-15px;font-size:12px;left:-1px}#redactor-modal-box #redactor-modal footer button,#redactor-modal-box #redactor-modal input[type=text],#redactor-modal-box #redactor-modal select,.btn,.form-control{padding-top:7px;padding-bottom:5px}#redactor-modal-box #redactor-modal .input-group-sm>input[type=text],#redactor-modal-box #redactor-modal .input-group-sm>select,#redactor-modal-box #redactor-modal footer .btn-group-sm>button,#redactor-modal-box #redactor-modal footer .input-group-sm>.input-group-btn>button,.btn-group-sm>.btn,.btn-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm{padding-top:4px;padding-bottom:2px}button.close{margin-top:-3px}.spinner-46{display:inline-block;vertical-align:middle;width:18px;height:18px;background-image:url(/assets/decoy/img/67c44d66.gif);background-size:cover;opacity:0}.breadcrumbs{background:hsla(0,0%,100%,.93);position:relative;left:0;right:0;top:0;z-index:700;font-size:12px;box-shadow:0 2px 0 #ddd;margin-left:200px;transition:margin-left .25s;padding:0 30px;border-top:4px solid #67bfb6;line-height:24px}body.forgot .breadcrumbs,body.reset .breadcrumbs{margin-left:0}@media (max-width:768px){.breadcrumbs{margin-left:0;padding:0 15px}}@media (max-width:480px){.breadcrumbs{padding-left:0 10px}}.breadcrumbs .inner{max-width:1020px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumbs a,.breadcrumbs span{color:#777}.breadcrumbs a .glyphicon,.breadcrumbs span .glyphicon{display:inline-block;padding:0 2px}.breadcrumbs a:focus,.breadcrumbs a:hover,.breadcrumbs a span:focus,.breadcrumbs a span:hover{color:#333}.breadcrumbs a:active,.breadcrumbs a span:active{color:#67bfb6}.breadcrumbs img{height:12px;margin-right:4px;position:relative;top:-2px}.breadcrumbs .back{float:right;background:#fefefe;position:relative;z-index:1;box-shadow:-6px 0 12px #fefefe}.breadcrumbs.affix{position:fixed}.breadcrumbs.affix+*{margin-top:28px}.notification-area{border:transparent;border-bottom-color:#d6e9c6;border-radius:0;margin:0;margin-left:200px;transition:margin-left .25s;padding:0 30px;z-index:0;overflow:hidden;max-height:0;transition:max-height .35s;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}body.forgot .notification-area,body.reset .notification-area{margin-left:0}@media (max-width:768px){.notification-area{margin-left:0}}.notification-area .notification-wrap{max-width:1020px}@media (max-width:768px){.notification-area{padding-left:15px;padding-right:15px}}@media (max-width:480px){.notification-area{padding-left:10px;padding-right:10px}}.notification-area .message pre{margin:10px 0 0}.notification-area .close{margin-top:15px;opacity:.5}.notification-area .close:hover{opacity:.7}.notification-area.alert-success{border-bottom-color:#d6e9c6}.notification-area.alert-success .close{color:#3c763d}.notification-area.alert-danger{border-bottom-color:#ebccd1}.notification-area.alert-danger .close{color:#a94442}.notification-area p{padding:15px 0;margin:0}.notification-area p a{color:inherit}.notification-area p .glyphicon{margin-right:5px}.notification-area.show{transition:max-height .35s .15s;max-height:300px;border-bottom-style:solid;border-bottom-width:1px}.header{background-color:#67bfb6;padding:30px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);position:relative;z-index:701;margin-left:200px;transition:margin-left .25s;padding-bottom:26px}body.forgot .header,body.reset .header{margin-left:0}@media (max-width:768px){.header{margin-left:0}}.header .title{font-size:46px;color:#fff;margin:0;max-width:1020px;position:relative}@media (max-width:992px){.header .title{font-size:39px}}.header .title br.mobile-break{display:none}.header .title .site{font-weight:400}.header .title .site:after{content:" /"}.header .title .controller{font-weight:100}.header .badge{position:relative;top:-5px;background-color:#333}.header .pull-right{float:none!important;position:absolute;right:0;line-height:0;bottom:4px;background:rgba(103,191,182,.9);box-shadow:-6px 0 12px #67bfb6}.header .pull-right .new:after{content:"New"}.header .description{font-size:22px;color:hsla(0,0%,100%,.5);margin:0;margin-top:3px;line-height:1.5em;max-width:1020px}@media (max-width:992px){.header .description{font-size:18px}}.header .description a{color:hsla(0,0%,100%,.5);border-bottom:1px dotted #ccc}.header .description a:hover{color:hsla(0,0%,100%,.7)}.header .description a:active{color:#fff}.header .nav-hamburger{display:none}@media (max-width:768px){.header{padding-top:0;padding-bottom:12px}.header .title{text-align:center}.header .title .site{font-size:20px;font-weight:200;padding-top:16px;display:block}.header .title .site:after{content:none}.header .title .controller{font-weight:400;font-size:30px;display:block;padding-top:10px;padding-bottom:12px}.header .pull-right{top:10px;bottom:auto;right:-15px}.header .pull-right .new:after{content:""}.header .pull-right .mobile-break{display:block}.header .nav-hamburger{display:block;position:absolute;left:15px;top:10px;z-index:1}.header .description{font-size:18px;margin:0 10%;line-height:1.2em;text-align:center}}@media (max-width:480px){.header .nav-hamburger{left:10px}.header .pull-right{right:-20px}.header .description{font-size:16px;margin:0}}.table .actions>a{cursor:pointer}.table .visibility{width:18px;height:18px;padding:1px;display:inline-block;line-height:0;font-size:13px;vertical-align:middle}.table .visibility .glyphicon-eye-close{color:#ccc}.table .select-all{cursor:pointer}.table tr.error td,.table tr.warning td{text-align:center;vertical-align:middle}.listing .ui-sortable .placeholder{background:#e2e2e2}.listing .ui-sortable .placeholder+tr td{border-top-color:#fff}.listing .ui-sortable tr{cursor:move}.listing .ui-sortable tr [type=checkbox]{cursor:pointer}.listing .ui-sortable.ui-sortable-disabled tr{cursor:auto}.listing .ui-sortable-helper{background:#f3f3f3!important;border:1px dashed #ddd;box-shadow:0 5px 10px rgba(0,0,0,.2);border-left:none;border-right:none;display:block!important;white-space:nowrap;font-size:0}.listing .ui-sortable-helper td{display:inline-block;font-size:14px;border:none}@media (max-width:768px){.listing .ui-sortable-helper td{display:none}.listing .ui-sortable-helper td:first-child+td,.listing .ui-sortable-helper td:last-child{display:inline-block}}.listing .ui-sortable-helper:after{content:"";display:table;clear:both}.list-form-group label{position:relative}.list-form-group label .btn-group{display:block;margin-top:5px;float:right;margin-left:100%}@media (max-width:992px){.list-form-group label{display:block}.list-form-group label .btn-group{margin-top:-2px;margin-left:10px}#redactor-modal-box #redactor-modal footer .list-form-group label .btn-group button,.list-form-group label .btn-group #redactor-modal-box #redactor-modal footer button,.list-form-group label .btn-group .btn{padding-top:0;padding-bottom:0}}.list-form-group .standard-list{border-radius:4px;border:1px solid #ccc;overflow:hidden}.list-form-group table{margin-bottom:0}.list-form-group table thead{background:#f5f5f5}.list-form-group table thead th{color:#333!important}.list-form-group table thead .select-all:hover{color:#67bfb6!important}.list-form-group table td:first-child,.list-form-group table th:first-child{padding-left:15px}.list-form-group table td[class*=actions],.list-form-group table th[class*=actions]{padding-right:15px}@media (max-width:768px){.list-form-group table td[class*=actions],.list-form-group table th[class*=actions]{padding-right:8px}}.list-form-group .help-block{margin-top:5px}.standard-list .legend .stat{margin-right:8px}@media (max-width:768px){.standard-list .legend .stat{font-size:13px}}.standard-list .legend .badge{margin-left:3px;background:rgba(176,87,0,.7);color:#ffd7b0;padding-bottom:4px;position:relative;top:-1px}body.index .standard-list .legend>.pull-right.btn-toolbar{margin-right:-1px}.listing.table tbody .no-results{cursor:auto}.listing.table tbody .no-results:hover,.listing.table tbody .no-results:nth-child(2n):hover{background:none}.listing.table tbody .no-results td:first-child{padding:0}.listing.table tbody .no-results p{overflow:hidden;text-align:center;padding:50px 15px;margin:0;width:auto;white-space:normal}.listing.table tbody .no-results p,.listing.table tbody .no-results p a{color:#737373}.listing.table tbody .no-results p a{border-bottom:1px dotted #ccc}.listing.table tbody .no-results p a:hover{color:#67bfb6}.listing.table tbody .no-results .nowrap{white-space:nowrap}.listing.table tbody .no-results p{transition:padding .3s,height .3s,opacity .3s}.listing.table tbody .no-results.remove td{border-top:none}.listing.table tbody .no-results.remove td p{padding:0;height:0;opacity:0}.pagination-wrapper{margin:30px 0;text-align:center}@media (max-width:768px){.pagination-wrapper{margin:10px 0}}.pagination-wrapper ul{margin:0 7px}.pagination-wrapper .pagination-mobile{display:none}@media (max-width:768px){.pagination-wrapper .pagination-desktop{display:none}.pagination-wrapper .pagination-mobile{display:inline-block}}#redactor-modal-box #redactor-modal footer .standard-list button.full-list,.standard-list #redactor-modal-box #redactor-modal footer button.full-list,.standard-list .btn.full-list{border-bottom:none;border-left:none;border-right:none;border-top-style:dashed;border-radius:0}.search{background:#f9cea4;text-align:center;overflow:hidden;display:none}.search .conditions{padding:2px;display:inline-block;position:relative;text-align:right;box-sizing:border-box;margin-right:92px}@media (max-width:585px){.search .conditions{text-align:initial;margin-right:0;width:100%}}.search .conditions .intro{position:relative;top:2px;color:#b05700}.search .conditions .condition{margin:6px}@media (max-width:585px){.search .conditions .condition{margin:0;padding:5px 43px 5px 5px;position:relative}.search .conditions .condition:nth-child(2n){background:#fdd4ac}}@media (max-width:992px){.search .conditions .intro{display:none}}.search .conditions .add,.search .conditions .subtract{border-radius:13px;width:26px;height:26px;padding:0}@media (max-width:585px){.search .conditions .add,.search .conditions .subtract{position:absolute;right:5px;top:50%;margin-top:-13px!important}}.search .conditions .subtract .glyphicon{top:2px}.search .conditions button[type=submit]{position:absolute;bottom:11px;right:-61px}@media (max-width:585px){.search .conditions button[type=submit]{position:relative;bottom:0;right:0;left:-1px;width:98%;margin:5px}}.search .conditions .input-group,.search .conditions input,.search .conditions select{box-sizing:border-box;width:135px;border:none;box-shadow:none}@media (min-width:768px) and (max-width:825px){.search .conditions .input-group,.search .conditions input,.search .conditions select{width:100px}}@media (max-width:768px){.search .conditions .input-group,.search .conditions input,.search .conditions select{width:135px}}@media (max-width:585px){.search .conditions .input-group,.search .conditions input,.search .conditions select{width:100%}}#redactor-modal-box #redactor-modal footer .search .conditions .input-group button,#redactor-modal-box #redactor-modal footer .search .conditions input button,#redactor-modal-box #redactor-modal footer .search .conditions select button,.search .conditions .input-group #redactor-modal-box #redactor-modal footer button,.search .conditions .input-group .btn,.search .conditions input #redactor-modal-box #redactor-modal footer button,.search .conditions input .btn,.search .conditions select #redactor-modal-box #redactor-modal footer button,.search .conditions select .btn{border:none;line-height:22px}.search .conditions input,.search .conditions select{display:inline-block}.search .conditions .input-group{display:inline-table;vertical-align:middle}.search .conditions .input-group .input-field{width:100%}.search .conditions .condition>*{margin:0 3px}@media (max-width:992px){.search .conditions .condition>.fields{margin-left:0}}@media (max-width:585px){.search .conditions .condition>*{margin:2px 0}}@media (max-width:585px){.search .conditions .comparisons{width:46%;margin-right:1%}}.search .conditions .input-field[type=text]{padding-left:8px;padding-right:8px}@media (max-width:585px){.search .conditions .input-field{width:52%;margin-left:1%}}@media (max-width:585px){.search .conditions .date-field{margin:0;width:52%}.search .conditions .input-group .input-group-addon{position:relative;right:25px}}#redactor-modal-box #redactor-modal footer .search-controls button.search-toggle,.search-controls #redactor-modal-box #redactor-modal footer button.search-toggle,.search-controls .search-toggle.btn{z-index:2;margin-right:27px;background:#ffd7b0}#redactor-modal-box #redactor-modal footer .search-controls button.search-toggle.outline:hover,.search-controls #redactor-modal-box #redactor-modal footer button.search-toggle.outline:hover,.search-controls .search-toggle.btn.btn.outline:hover{background:#f3c496}#redactor-modal-box #redactor-modal footer .search-controls button.search-clear,.search-controls #redactor-modal-box #redactor-modal footer button.search-clear,.search-controls .search-clear.btn{z-index:1;position:absolute;right:0}#redactor-modal-box #redactor-modal footer .search-controls.closed button.search-toggle,.search-controls.closed #redactor-modal-box #redactor-modal footer button.search-toggle,.search-controls.closed .search-toggle.btn{margin-right:0}#redactor-modal-box #redactor-modal footer .search-controls.closed button,.search-controls.closed #redactor-modal-box #redactor-modal footer button,.search-controls.closed .btn{border-radius:4px!important}#redactor-modal-box #redactor-modal footer .search-controls.initialized button.search-toggle,.search-controls.initialized #redactor-modal-box #redactor-modal footer button.search-toggle,.search-controls.initialized .search-toggle.btn{transition:margin-right .4s ease-out}.search-controls .glyphicon{top:1px}@media (max-width:577px){.datepicker{left:auto!important;right:14%}}@media (max-width:577px){.datepicker:before{right:36px;left:auto}}@media (max-width:577px){.datepicker:after{right:37px;left:auto}}.table{table-layout:fixed}.table td,.table th{word-wrap:normal;white-space:nowrap}.table.columns-1 th{width:76.9230769231%}.table.columns-1 th:first-child+th{width:100%}.table.columns-2 th{width:38.4615384615%}.table.columns-2 th:first-child+th{width:61.5384615385%}.table.columns-3 th{width:25.641025641%}.table.columns-3 th:first-child+th{width:48.7179487179%}.table.columns-4 th{width:19.2307692308%}.table.columns-4 th:first-child+th{width:42.3076923077%}.table.columns-5 th{width:15.3846153846%}.table.columns-5 th:first-child+th{width:38.4615384615%}.table.columns-6 th{width:12.8205128205%}.table.columns-6 th:first-child+th{width:35.8974358974%}.table th{box-sizing:content-box}.table th:first-child{width:10px}.table th:last-child{padding-right:10px;text-align:right}.table th:last-child.actions-1,.table th:last-child.actions-2{width:46px}.table th:last-child.actions-3{width:76px}.table th:last-child.actions-4{width:96px}.table th:last-child.actions-5{width:126px}.table td{width:100%;overflow:hidden;text-overflow:ellipsis}.table td:last-child{text-align:right;overflow:visible}.table td:first-child{text-align:left;overflow:visible}.table td.hide+td,.table th.hide+th{padding-left:15px}.table thead{background:#fff1e3}.table thead th{color:rgba(176,87,0,.5);font-size:12px}.table thead th.select-all:hover{color:#b05700}.table thead:hover th{color:rgba(176,87,0,.7)}.table>thead>tr>th,.table td{border-top:1px solid #ddd;border-bottom:none}.table tbody tr:hover{background-color:#f6f6f6}.table tr:nth-child(2n){background-color:#fdfdfd}.table img{border:1px solid #ddd;margin-right:5px;max-height:100px;max-width:100%;width:auto}.table img.gravatar,.table img[src*=".gif"]{max-width:42px;max-height:42px}@media (max-width:480px){.table img,.table img.gravatar,.table img[src*=".gif"]{max-width:none;max-height:22px}}.table>tbody>tr>td{vertical-align:middle}.table>tbody>tr>td input[type=checkbox],.table>tbody>tr>td input[type=radio]{margin:0}.table .label{margin:0 2px}.table td>a>p,.table td>p{margin:0}@media (max-width:768px){.table[class*=columns-] th:first-child+th{width:100%}.table td,.table th{display:none}.table td:first-child+td,.table td:last-child,.table th:first-child+th,.table th:last-child{display:table-cell}}@media (max-width:480px){.table td:last-child,.table th:last-child{padding-left:0}}tr.is-trashed{background-image:linear-gradient(45deg,hsla(0,0%,83%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,83%,.25) 0,hsla(0,0%,83%,.25) 75%,transparent 0,transparent);background-size:40px 40px;color:gray}tr.is-trashed .glyphicon-trash{opacity:.3}.form-actions{position:fixed;bottom:0;z-index:700;width:calc(100% - 200px);padding:0 30px;text-align:left;left:200px;transition:left .25s;height:60px;line-height:60px;background:hsla(0,0%,89%,.7)}body.forgot .form-actions,body.reset .form-actions{left:0}@media (max-width:768px){.form-actions{left:0;padding:0 10px;width:100%}}@media (max-width:480px){.form-actions .save-back{display:none}.form-actions .save-new{border-bottom-right-radius:4px!important;border-top-right-radius:4px!important}}.tt-dropdown-menu{z-index:701!important}.tt-dropdown-menu .tt-suggestion{padding:4px 12px}.many-to-many-form .tt-menu{left:auto!important;right:0!important}.many-to-many-form .twitter-typeahead{margin-bottom:-1px}.tt-dropdown-menu,.tt-menu{min-width:275px}.bootstrap-file .btn-file{position:relative;overflow:hidden}.bootstrap-file .btn-file input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;font-size:100px;opacity:0;cursor:inherit;display:block}.bootstrap-file input[readonly]{background-color:#fff!important;cursor:text!important}.form-vertical .form-inline input[type=checkbox],.form-vertical .form-inline input[type=radio]{margin-right:5px}.checkbox,.radio{margin-top:7px;margin-bottom:7px}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-left:0}.checkbox-inline,.radio-inline{margin-right:10px}.checkbox-inline:last-child,.radio-inline:last-child{margin-right:0}@media (max-width:992px){.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:0}}.checkbox input+.label,.radio input+.label{margin-right:3px}.date-field .input-group{width:150px}.datepicker{margin-left:4px}.dropdown-menu{z-index:701!important}.datetime-field .input-groups:after{content:"";display:table;clear:both}.datetime-field .input-groups .input-group{float:left}body:not(:-moz-handler-blocked) fieldset{display:table-cell}.fieldset,fieldset{background:#fff;border:1px solid #ddd;box-shadow:0 2px 0 #ddd;border-radius:4px;margin-bottom:30px;word-wrap:break-word;word-wrap:normal}.fieldset:after,fieldset:after{content:"";display:table;clear:both}@media (max-width:768px){.fieldset,fieldset{margin-bottom:15px}}@media (max-width:480px){.fieldset,fieldset{margin-bottom:10px}}.fieldset .legend,fieldset .legend{font-size:16px;font-weight:300;font-family:Roboto Slab;background:#ffd7b0;padding:7px 15px}.fieldset .legend,.fieldset .legend>a,fieldset .legend,fieldset .legend>a{color:#b05700}@media (max-width:768px){.fieldset .legend,fieldset .legend{padding-left:8px;padding-right:8px}}.fieldset .legend>.pull-right,fieldset .legend>.pull-right{max-width:50%;margin-top:-2px;font-family:Cabin;margin-right:-10px}@media (max-width:768px){.fieldset .legend>.pull-right,fieldset .legend>.pull-right{margin-right:-3px}}.fieldset.standard-list,fieldset.standard-list{padding:0;overflow:hidden}.fieldset.standard-list .legend,fieldset.standard-list .legend{margin:0}.fieldset.standard-list .listing,fieldset.standard-list .listing{margin-bottom:0}.fieldset.standard-list td:first-child,.fieldset.standard-list th:first-child,fieldset.standard-list td:first-child,fieldset.standard-list th:first-child{padding-left:15px}.fieldset.standard-list td[class*=actions],.fieldset.standard-list th[class*=actions],fieldset.standard-list td[class*=actions],fieldset.standard-list th[class*=actions]{padding-right:15px}@media (max-width:768px){.fieldset.standard-list td[class*=actions],.fieldset.standard-list th[class*=actions],fieldset.standard-list td[class*=actions],fieldset.standard-list th[class*=actions]{padding-right:8px}}.fieldset.standard-list .legend>a:focus,.fieldset.standard-list .legend>a:hover,fieldset.standard-list .legend>a:focus,fieldset.standard-list .legend>a:hover{color:#d08a46;border-bottom-color:#d08a46}.fieldset.standard-list .table,fieldset.standard-list .table{width:calc(100% + 1px);max-width:none}.fieldset.disabled,fieldset.disabled{opacity:.7}.fieldset.disabled .legend,fieldset.disabled .legend{background:#d8d8d8}.fieldset.disabled .legend,.fieldset.disabled .legend>a,fieldset.disabled .legend,fieldset.disabled .legend>a{color:#585858}.fieldset.disabled p,fieldset.disabled p{text-align:center;padding:50px 15px}.fieldset.disabled p .glyphicon,fieldset.disabled p .glyphicon{display:none}.form-group.upload .download{color:inherit}.form-group.upload .download a{color:#1e8aaa}.form-group.upload .upload-delete,.form-group.upload .upload-delete a{color:#d14}.form-group.upload .download,.form-group.upload .status,.form-group.upload .upload-delete{display:block;margin-top:5px}.form-horizontal .form-group.upload .download,.form-horizontal .form-group.upload .status,.form-horizontal .form-group.upload .upload-delete{padding-top:0}.form-group.upload .download .glyphicon,.form-group.upload .status .glyphicon,.form-group.upload .upload-delete .glyphicon{margin-right:2px}.form-group.upload .download-link{padding:2px 4px;border:1px solid #eee;font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:12px}.form-group,fieldset>p{padding:15px;border-bottom:1px solid #ddd;margin-bottom:0}@media (max-width:768px){.form-group,fieldset>p{padding:8px}}.form-horizontal .form-group,.form-horizontal fieldset>p{margin-right:0;margin-left:0}.form-group:hover,fieldset>p:hover{background-color:#fdfdfd}.form-group.disabled,fieldset>p.disabled{opacity:.7;background:#fafafa}fieldset>:last-child{border-bottom:none}.form-vertical .control-label{display:block}.form-vertical .form-inline .control-label{display:inline-block;margin-right:10px}.form-horizontal .control-label{width:150px;float:left}@media (max-width:992px){.form-horizontal .control-label{float:none;text-align:left;margin-bottom:5px;padding-top:0;display:inline-block;width:auto}}.form-horizontal .control-label+div{margin-left:165px}@media (max-width:992px){.form-horizontal .control-label+div{margin-left:0}}.glyphicon.required{color:#bbb}.glyphicon.required:hover{color:#333}.glyphicon.required+.tooltip{white-space:nowrap}.tooltip{text-shadow:none}textarea.form-control{height:6.8em;resize:vertical}textarea.form-control.wysiwyg{height:16em}#redactor-modal-box #redactor-modal input[type=text]:focus,#redactor-modal-box #redactor-modal select:focus,.form-control:focus{box-shadow:inset 0 1px 1px rgba(255,138,23,.075)}.help-block{margin-bottom:0}.has-error .help-block+.help-block{color:#737373;margin-top:0}.form-control-static+.help-block{margin-top:-5px}.has-error .help-block:first-of-type a{color:#a94442}.image-upload{position:relative}.image-upload .image-holder{display:none;margin-top:5px;border:1px solid #ccc;border-radius:4px;overflow:hidden}.image-upload.has-image .image-holder{display:block}.image-upload.has-image .bootstrap-file{display:none}.image-upload .title{display:inline-block;vertical-align:middle;margin-left:10px;padding:2px 5px;border-radius:4px;outline:none;background:transparent;position:absolute;width:50%;left:25%;text-align:center;top:4px;border:1px solid transparent;transition:border-color .2s}.image-upload .title:focus{border:1px solid #ccc}#redactor-modal-box #redactor-modal footer .image-upload .redactor-modal-close-btn,.image-upload #redactor-modal-box #redactor-modal footer .redactor-modal-close-btn,.image-upload .btn-default{background:none}#redactor-modal-box #redactor-modal footer .image-upload .input-group .btn-group button,.image-upload .input-group .btn-group #redactor-modal-box #redactor-modal footer button,.image-upload .input-group .btn-group .btn{padding:9px 10px;border-radius:0;height:33px;transition:background-color .25s,color .25s}#redactor-modal-box #redactor-modal footer .image-upload .input-group .btn-group button:not(.active):hover,.image-upload .input-group .btn-group #redactor-modal-box #redactor-modal footer button:not(.active):hover,.image-upload .input-group .btn-group .btn:not(.active):hover{background-color:#67bfb6;color:#fff}#redactor-modal-box #redactor-modal footer .image-upload .input-group .btn-group button:active,.image-upload .input-group .btn-group #redactor-modal-box #redactor-modal footer button:active,.image-upload .input-group .btn-group .btn:active{box-shadow:none}.image-upload .input-group .btn-group .active{background-color:#ccc;box-shadow:none}.image-upload .delete{padding:9px 10px;border-radius:0 4px 0 0;top:0;height:33px;transition:background-color .25s,color .25s}.image-upload .delete:hover{background-color:red;color:#fff}.image-upload .toolbar{background:#f5f5f5;border-bottom:1px solid #ccc;border-radius:4px 4px 0 0;width:calc(100% + 1px)}.image-upload .img-thumbnail{border-top:0;border-radius:0 0 4px 4px;position:relative}.image-upload .focal-point{position:absolute;z-index:1000;color:#fff;opacity:0;transition:opacity .3s}.image-upload .delete{float:right}.image-upload .preview{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEXW1tb///9kNAxTAAAAFElEQVQI12NgsP/AQAz+f4CBGAwAJIIdTTn0+w0AAAAASUVORK5CYII=)}.image-upload .preview .source{max-width:100%}.image-upload .preview .jcrop-holder{background:none!important}.form-group.locale .radio input[disabled]+.locale-label{color:rgba(51,51,51,.3)}.form-group.locale .radio input[disabled]+.locale-label a{color:rgba(51,51,51,.6);border-bottom:1px dotted #ccc}.form-group.locale .radio input[disabled]+.locale-label a:hover{color:#333}.form-group.locale .radio input[disabled]+.locale-label a:active{color:#67bfb6}fieldset.localize .compare .radio a{border-bottom:1px dotted #ccc}#redactor-modal-box #redactor-modal footer fieldset.localize .create button,fieldset.localize .create #redactor-modal-box #redactor-modal footer button,fieldset.localize .create .btn{margin-top:10px}.form-group.locale .radio label img,fieldset.localize .radio label img{width:15px;margin-left:2px;border-right:4px solid #fff;box-sizing:content-box}.popover.localize-compare .popover-title{font-weight:700}.popover.localize-compare .popover-content{line-height:1.428571429;color:#555}.popover.localize-compare .popover-content .wysiwyg p{margin:0}.popover.localize-compare .popover-content img{max-width:100%}.many-to-many-checklist input[type=checkbox],.many-to-many-checklist input[type=radio]{position:relative;margin-right:8px}.many-to-many-checklist img{padding-right:8px;width:30px}.many-to-many-checklist .edit{margin-left:8px;display:none}.many-to-many-checklist .checkbox:hover .edit,.many-to-many-checklist .radio:hover .edit{display:inline-block}.many-to-many-checklist.two-col .checkbox,.many-to-many-checklist.two-col .radio{display:inline-block;width:50%;padding:0 5px 0 0;margin-bottom:5px;margin-top:0}@media (max-width:480px){.many-to-many-checklist.two-col .checkbox,.many-to-many-checklist.two-col .radio{width:auto;display:block}}.many-to-many-checklist.two-col .checkbox label,.many-to-many-checklist.two-col .radio label{position:relative;display:block;background-color:#f9f9f9;border-radius:3px;padding:7px;padding-left:30px;white-space:nowrap}.many-to-many-checklist.two-col .checkbox .title,.many-to-many-checklist.two-col .radio .title{display:inline-block;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;width:100%}.many-to-many-checklist.two-col .checkbox .edit,.many-to-many-checklist.two-col .radio .edit{position:absolute;right:10px;top:10px}.many-to-many-checklist.two-col:hover .checkbox label,.many-to-many-checklist.two-col:hover .radio label{background:#f1f1f1}.many-to-many-form{display:inline-block;position:relative;line-height:0}#redactor-modal-box #redactor-modal footer .many-to-many-form button.outline[disabled],.many-to-many-form #redactor-modal-box #redactor-modal footer button.outline[disabled],.many-to-many-form .btn.outline[disabled]{opacity:.3}#redactor-modal-box #redactor-modal .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .many-to-many-form select,.many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.many-to-many-form #redactor-modal-box #redactor-modal select,.many-to-many-form .form-control{box-shadow:none;-webkit-appearance:none;outline:none;background:none;padding-left:23px;width:54px}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .legend .many-to-many-form select,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.legend .many-to-many-form #redactor-modal-box #redactor-modal select,.legend .many-to-many-form .form-control{border-color:rgba(176,87,0,.85);color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input.placeholder[type=text],#redactor-modal-box #redactor-modal .legend .many-to-many-form select.placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input.placeholder[type=text],.legend .many-to-many-form #redactor-modal-box #redactor-modal select.placeholder,.legend .many-to-many-form .form-control.placeholder{color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]:-moz-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]::-moz-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select:-moz-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select::-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select:-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select::-moz-placeholder,.legend .many-to-many-form .form-control:-moz-placeholder,.legend .many-to-many-form .form-control::-moz-placeholder{color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]:-ms-input-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select:-ms-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-ms-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select:-ms-input-placeholder,.legend .many-to-many-form .form-control:-ms-input-placeholder{color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]::-webkit-input-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select::-webkit-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-webkit-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select::-webkit-input-placeholder,.legend .many-to-many-form .form-control::-webkit-input-placeholder{color:#b05700}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select,.header .many-to-many-form .form-control{border-color:hsla(0,0%,100%,.85);color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input.placeholder[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select.placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input.placeholder[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select.placeholder,.header .many-to-many-form .form-control.placeholder{color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]:-moz-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]::-moz-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select:-moz-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select::-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select:-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select::-moz-placeholder,.header .many-to-many-form .form-control:-moz-placeholder,.header .many-to-many-form .form-control::-moz-placeholder{color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]:-ms-input-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select:-ms-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-ms-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select:-ms-input-placeholder,.header .many-to-many-form .form-control:-ms-input-placeholder{color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]::-webkit-input-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select::-webkit-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-webkit-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select::-webkit-input-placeholder,.header .many-to-many-form .form-control::-webkit-input-placeholder{color:#fff}.many-to-many-form .tt-dropdown-menu{font-size:12px;text-align:left}.many-to-many-form .tt-dropdown-menu .tt-suggestion{padding-left:8px;padding-right:8px}.many-to-many-form .glyphicon-search{font-size:12px;position:absolute;left:7px;top:7px}.many-to-many-form .twitter-typeahead input{transition:all .5s ease}.many-to-many-form .twitter-typeahead input:focus{width:125px}.many-to-many-form .twitter-typeahead input[disabled]{background:none!important;width:125px}.header .many-to-many-form{z-index:701}.header .many-to-many-form .glyphicon-search{left:10px;top:10px;font-size:14px}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select,.header .many-to-many-form .form-control{padding-left:28px;width:70px}#redactor-modal-box #redactor-modal .header .many-to-many-form input[disabled][type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]:focus,#redactor-modal-box #redactor-modal .header .many-to-many-form select:focus,#redactor-modal-box #redactor-modal .header .many-to-many-form select[disabled],.header .many-to-many-form #redactor-modal-box #redactor-modal input[disabled][type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:focus,.header .many-to-many-form #redactor-modal-box #redactor-modal select:focus,.header .many-to-many-form #redactor-modal-box #redactor-modal select[disabled],.header .many-to-many-form .form-control:focus,.header .many-to-many-form .form-control[disabled]{padding-left:28px;width:150px}@media (max-width:768px){#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select,.header .many-to-many-form .form-control{width:37px;padding-left:23px}}.time-field .input-group{width:150px}.bootstrap-timepicker-widget{width:200px;left:112px}.form-group.video-encoder .progress{margin-bottom:0}.form-group.video-encoder .progress .progress-bar{font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-size:12px;text-shadow:none;text-transform:capitalize}.form-group.video-encoder video{max-width:100%}.form-group.video-encoder .player{margin-top:5px;display:inline-block;line-height:0;border:1px solid #ddd;border-radius:0 0 4px 4px}.form-group.video-encoder .stats{background:#f5f5f5;padding:4px}.form-group.video-encoder .stats span{vertical-align:middle}.form-group.video-encoder .stats .label{display:inline-block;color:#737373;font-weight:400}.form-group.video-encoder .stats .badge{background:#aaa;margin-left:2px}.form-group.video-encoder .stats .badge a{color:#fff}.cke_bottom,.cke_chrome,.cke_top{background:#f5f5f5}.wysiwyg-wrap .cke_combo_button{margin-bottom:3px}.form-group .redactor-box{margin-bottom:0;border:1px solid #ccc;border-radius:4px;overflow:hidden}.form-group .redactor-box .redactor-toolbar{background:#f5f5f5;border-radius:4px 4px 0 0;box-shadow:none;border-bottom:1px solid #ccc}.form-group .redactor-box .redactor-toolbar li a:hover{background:#67bfb6;color:#fff}.form-group .redactor-box .redactor-editor{border:none;padding:8px 12px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);font-family:inherit!important;line-height:inherit;background:none}.form-group .redactor-box .redactor-editor a{border:none}.form-group .redactor-box .redactor-editor b,.form-group .redactor-box .redactor-editor strong{font-size:inherit}.form-group .redactor-box .redactor-editor h1,.form-group .redactor-box .redactor-editor h2,.form-group .redactor-box .redactor-editor h3,.form-group .redactor-box .redactor-editor h4,.form-group .redactor-box .redactor-editor h5,.form-group .redactor-box .redactor-editor h6{font-family:inherit;font-weight:inherit;line-height:inherit}.form-group .redactor-box textarea{border-radius:0;font-family:Menlo,Monaco,Consolas,Courier New,monospace;padding:8px 12px;background:#1d1f21;color:#36ca0e}body .redactor-dropdown:not(.redactor-dropdown-box-fontcolor) a:hover{background:#67bfb6!important;color:#fff!important}body .redactor-dropdown.redactor-dropdown-box-fontcolor a:hover{border-color:#67bfb6!important}#redactor-droparea-placeholder input[type=file]{display:inline}#redactor-modal-box #redactor-modal{font-family:inherit}#redactor-modal-box #redactor-modal:after{content:"";display:table;clear:both}#redactor-modal-box #redactor-modal input[type=checkbox],#redactor-modal-box #redactor-modal input[type=radio]{margin-right:5px}#redactor-modal-box #redactor-modal footer{float:left;padding:0 40px 40px}#redactor-modal-box #redactor-modal footer:after{content:"";display:table;clear:both}#redactor-modal-box #redactor-modal footer button{float:right;width:auto!important;font-family:inherit;margin-right:2px}.admins.index .listing .group{text-transform:capitalize}.admin-permissions .permissions-list{transition:height .3s;overflow:hidden}.admin-permissions .permissions-list .permissions-list-inner{padding-top:6px}@media (max-width:768px){.admin-permissions .permissions-list .permissions-list-inner{padding-top:0}}.admin-permissions.closed .permissions-list{height:0!important}.admin-permissions .controller{padding-top:6px;border-bottom:1px dashed #ddd}.admin-permissions .controller:after{content:"";display:table;clear:both}.admin-permissions .controller:last-of-type{border-bottom:none}.admin-permissions .controller .title{font-weight:700;float:left;max-width:110px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:768px){.admin-permissions .controller .title{float:none;width:auto;margin-bottom:2px;display:block}}.admin-permissions .controller-permissions{margin-left:120px}@media (max-width:768px){.admin-permissions .controller-permissions{margin-left:0}}.admin-permissions .controller-permission{font-weight:400;width:120px;margin-bottom:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-permissions .controller-permission span{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.changes.index .listing .activity img{width:24px}.changes.index .listing .activity b{font-size:13px}.changes.index .listing .glyphicon-filter{position:relative;top:2px}.changes.index .listing span.glyphicon{opacity:.3}.changes-modal .modal-footer img{width:22px;border:1px solid #ddd;margin-right:3px}.changes-modal dl{margin-bottom:0}#commands{margin-left:-15px;margin-right:-15px}#commands:after{content:"";display:table;clear:both}#commands table{width:100%;margin:8px 0}#commands td:first-child{padding-right:10px;width:1px}#commands td:last-child{font-weight:700}#commands td:last-child p{margin:0}#commands td:last-child p:not(:last-of-type){display:inline-block}#commands td:last-child small{font-weight:400}#commands td{padding-top:3px;padding-bottom:3px}#commands td img{width:18px;height:18px;margin-left:5px;display:none}body.index #main{padding-bottom:0}body.elements.field{background:#fff}body.elements.field #main{padding:0;margin:0}body.elements.field #main fieldset{background:none;border:none;margin:0;box-shadow:none}body.elements.field .legend .glyphicon-chevron-right{font-size:7px;top:-2px;margin:0 3px}body.elements.field .form-actions{position:static;padding:8px;line-height:inherit;height:auto}#redactor-modal-box #redactor-modal footer body.elements.field .form-actions button,body.elements.field .form-actions #redactor-modal-box #redactor-modal footer button,body.elements.field .form-actions .btn{padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px}body.elements.index #main{padding-bottom:60px}body.elements.index .row{position:relative}body.elements.index .tab-sidebar{width:200px;position:absolute;right:15px;top:0;margin-bottom:90px}body.elements.index .tab-sidebar.affix{position:fixed;right:30px}@media (min-width:1280px){body.elements.index .tab-sidebar.affix{right:auto;left:1050px}}body.elements.index .tab-content{margin-right:260px;overflow:visible}@media (min-width:769px){body.elements.index .tab-content{padding-left:30px}}body.elements.index .tab-pane{margin-left:-15px;margin-right:-15px}body.elements.index .tab-pane:after{content:"";display:table;clear:both}@media (max-width:768px){body.elements.index .tab-pane{margin-left:0;margin-right:0}body.elements.index .tab-pane:after{content:"";display:table;clear:both}}body.elements.index .nav-pills a{color:#777;background:#fff;margin:4px 0;font-size:13px;font-weight:300;font-family:Roboto Slab;padding:7px 15px}@media (max-width:768px){body.elements.index .nav-pills a{padding-left:8px;padding-right:8px}}body.elements.index .nav-pills a:hover{color:#6a6a6a;background:#fafafa}@media (min-width:769px){body.elements.index .nav-pills li:first-child a{margin-top:0}}body.elements.index .nav-pills>.active>a,body.elements.index .nav-pills>.active>a:focus,body.elements.index .nav-pills>.active>a:hover,body.elements.index .nav-pills a:active{color:#fff;background:#67bfb6}body.elements.index .nav-pills{margin-left:0}@media (max-width:768px){body.elements.index .tab-sidebar{width:auto;padding:15px;margin-bottom:0;padding-top:0!important;position:static!important}body.elements.index .locale{width:200px;margin-right:15px;margin-bottom:4px}body.elements.index .nav-pills li{display:inline-block}body.elements.index .nav-pills li a{margin:2px 1px}body.elements.index .tab-content{margin-right:0;padding:0 15px}}body.elements.index fieldset.locale .legend{color:#fff;background:#67bfb6}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline,body.elements.index fieldset.locale .legend .btn.outline{background:none;border:1px solid hsla(0,0%,100%,.85);color:hsla(0,0%,100%,.85)}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:focus,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:hover,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:focus,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:hover,body.elements.index fieldset.locale .legend .btn.outline:active,body.elements.index fieldset.locale .legend .btn.outline:focus,body.elements.index fieldset.locale .legend .btn.outline:hover{background:hsla(0,0%,100%,.15);border-color:#fff;color:#fff}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active span,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:focus span,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:hover span,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active span,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:focus span,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:hover span,body.elements.index fieldset.locale .legend .btn.outline:active span,body.elements.index fieldset.locale .legend .btn.outline:focus span,body.elements.index fieldset.locale .legend .btn.outline:hover span{color:#fff}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline.dropdown-toggle[aria-expanded=true],body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],body.elements.index fieldset.locale .legend .btn.outline.dropdown-toggle[aria-expanded=true]{box-shadow:none;background:hsla(0,0%,100%,.25)}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active,body.elements.index fieldset.locale .legend .btn.outline:active{box-shadow:none;transition:transform .3s}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active .glyphicon,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,body.elements.index fieldset.locale .legend .btn.outline:active .glyphicon{transition:transform .1s;transform:scale(1.2)}#redactor-modal-box #redactor-modal footer .input-group-btn body.elements.index fieldset.locale .legend button.outline,.input-group-btn body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn body.elements.index fieldset.locale .legend .btn.outline{z-index:2}body.elements.index fieldset.locale .legend{border-radius:4px}body.forgot .form-actions,body.reset .form-actions{position:static;width:100%}body.login.index{margin:0;padding:0}body.login.index #main{display:table;width:100%;height:100%;position:absolute;margin:0;padding:0;max-width:none}body.login.index #main .ui{display:table-cell;vertical-align:middle;position:relative;z-index:2;padding:20px;box-sizing:border-box}body.login.index #main .ui .max-width{margin-left:auto;margin-right:auto;max-width:840px;position:relative}@media (max-width:768px){body.login.index #main .ui .max-width{top:0}}body.login.index .bkgd{position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;box-sizing:border-box;background-size:cover;opacity:.1}body.login.index .branding{width:50%;position:relative;float:left}@media (max-width:768px){body.login.index .branding{width:100%!important;padding-bottom:40px;position:static;max-width:380px;margin:0 auto;float:none}}@media (max-width:480px){body.login.index .branding{padding-bottom:20px}}body.login.index .branding h1{font-weight:400;font-size:75px;line-height:.85em;margin-top:0;margin-bottom:15px;transition:all .8s;opacity:0;position:relative;top:-5px}@media (max-width:768px){body.login.index .branding h1{margin-top:0}}@media (max-width:480px){body.login.index .branding h1{font-size:58px}}body.login.index .branding h1.show{top:0;opacity:1}body.login.index .branding h4{margin-left:4px;transition:all .8s;opacity:0;position:relative;top:-5px}body.login.index .branding h4.show{top:0;opacity:1}body.login.index .form{float:right;padding:30px;max-width:380px;border-radius:6px;box-sizing:border-box}@media (max-width:768px){body.login.index .form{padding:15px;float:none}}body.login.index .form .form-group{margin-bottom:5px;padding:5px;border-bottom:none}body.login.index .form .control-label{width:100px;text-align:right}#redactor-modal-box #redactor-modal body.login.index .form input[type=text],#redactor-modal-box #redactor-modal body.login.index .form select,body.login.index .form #redactor-modal-box #redactor-modal input[type=text],body.login.index .form #redactor-modal-box #redactor-modal select,body.login.index .form .form-control{width:190px}body.login.index .form .checkbox input{margin-right:5px}body.login.index .form .form-actions{margin-bottom:0}body.login.index .form .form-actions .buttons{display:inline-block}#redactor-modal-box #redactor-modal footer body.login.index .form .form-actions button,body.login.index .form .form-actions #redactor-modal-box #redactor-modal footer button,body.login.index .form .form-actions .btn{margin-bottom:0}body.login.index .form .buttons{margin-left:110px}@media (max-width:768px){body.login.index .form{position:static;width:100%;margin:0 auto}body.login.index .form .control-label{text-align:left}#redactor-modal-box #redactor-modal body.login.index .form input[type=text],#redactor-modal-box #redactor-modal body.login.index .form select,body.login.index .form #redactor-modal-box #redactor-modal input[type=text],body.login.index .form #redactor-modal-box #redactor-modal select,body.login.index .form .form-control{width:100%}body.login.index .form .fake-label .control-label{display:none}body.login.index .form .checkbox{margin:0}body.login.index .form .buttons{margin-left:0}}body.login.index{background:#67bfb6}@media (max-width:768px){body.login.index{background:linear-gradient(0deg,#67bfb6,#48aba1)}body.login.index .bkgd{background-image:url(/assets/decoy/img/8793d876.jpg);background-position:cover;background-position:50%}body.login.index #decoy-animation{display:none!important}}body.login.index .branding h1{color:#fff;text-shadow:1px 2px 1px #409990}body.login.index .branding h4,body.login.index .branding h4 a{color:#fff;color:hsla(0,0%,100%,.5)}body.login.index .branding h4 a:hover,body.login.index .branding h4 a a:hover{text-decoration:none;color:hsla(0,0%,100%,.7)}body.login.index .form{background:#fff;box-shadow:inset 0 3px 8px rgba(0,0,0,.3);border:1px solid #48aba1}body.login.index .form input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}.moderation .nav-tabs{border-bottom:none}.moderation .nav-tabs a{color:#777}.moderation .nav-tabs a .badge{background-color:#777}.moderation .nav-tabs .active a{color:#333}.moderation .nav-tabs .active a .badge{background-color:#333}.moderation .listing{background:#fff;border:1px solid #ddd;box-shadow:0 2px 0 #ddd;border-radius:4px;margin-bottom:30px;word-wrap:break-word;padding:30px 15px 0;border-radius:0 0 4px 4px;min-height:1px}.moderation .listing:after{content:"";display:table;clear:both}@media (max-width:768px){.moderation .listing{margin-bottom:15px}}@media (max-width:480px){.moderation .listing{margin-bottom:10px}}.moderation .listing .item{padding:8px;margin-bottom:30px;position:relative;padding-bottom:50px;min-height:100px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;border:2px solid #eee}.moderation .listing .item .rollover{display:none;position:absolute;z-index:1;background-color:rgba(0,0,0,.8);color:#f5f5f5;padding:4px;left:8px;right:8px}.moderation .listing .item .rollover .stats{opacity:.5}.moderation .listing .item .rollover .stats:hover{opacity:1}.moderation .listing .item .rollover .caption{margin-bottom:5px}.moderation .listing .item .rollover a{color:#f5f5f5}.moderation .listing .item:hover .rollover{display:block}.moderation .listing .item img{width:100%}.moderation .listing .item.text-layout .rollover{position:inherit;left:inherit;right:inherit}.moderation .listing .item.text-layout .text{font-size:24px;line-height:1.3}@media (max-width:979px) and (min-width:768px){.moderation .listing .item.text-layout .text{font-size:18px}}.moderation .listing .item .actions{position:absolute;left:0;bottom:0;right:0;padding:8px;text-align:center}#redactor-modal-box #redactor-modal footer .moderation .listing .item .actions>button,.moderation .listing .item #redactor-modal-box #redactor-modal footer .actions>button,.moderation .listing .item .actions>.btn{width:49%}.moderation .listing .item label{display:none}.moderation .listing .item select{margin:0;margin-top:6px;width:100%}.moderation .listing .item.approved{border:2px solid #7cc27c}.moderation .listing .item.approved .actions .approve{opacity:.3}.moderation .listing .item.denied{border:2px solid #fbb450}.moderation .listing .item.denied .actions .deny{opacity:.3}.moderation .listing .item.approved-outro{border:2px solid #7cc27c}.moderation .listing .item.denied-outro{border:2px solid #fbb450}.moderation .none{padding-bottom:30px;text-align:center}.moderation{position:relative;width:auto}.moderation .categories{position:absolute;right:0;width:auto}@media (max-width:768px){.moderation .categories{position:static}}.moderation .reload{text-align:center}body.workers.index .actions .status{display:inline-block;padding:3px 7px;margin-bottom:0;font-size:12px;line-height:1.5;color:#b05700;border:1px dashed #b05700;border-radius:3px;margin-right:2px}@media (max-width:480px){body.workers.index .actions{max-width:none;float:none!important;margin-top:10px}}body.workers.index .worker-entry{padding:15px}body.workers.index .worker-entry h3{margin:0}body.workers.index .worker-entry p{margin-bottom:5px}body.workers.index .worker-entry>ul{color:#999;margin-bottom:5px}body.workers.index .worker-entry .log{word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;font-family:Monaco,Menlo,Consolas,Courier New,monospace;background:#1d1f21;color:#36ca0e;padding:8px;border-radius:4px;font-size:12px;overflow:hidden;height:400px;margin-top:15px;transition:all .3s;overflow:scroll}body.workers.index .worker-entry .log.closed{display:block;padding-top:0;padding-bottom:0;margin-top:0;height:0;overflow:hidden}#ajax-progress{border-radius:0;height:3px;margin:0;background:none;box-shadow:none;position:absolute;width:100%;top:-3px;left:0}#ajax-progress .progress-bar-info{background-color:#67bfb6}.bottom-nav{position:fixed;bottom:0;background-color:#242424;z-index:702;font-size:16px;width:200px;height:60px;left:0;transition:left .25s}.bottom-nav,.bottom-nav a{color:#8c8c8c}.bottom-nav.show{left:0}@media (max-width:768px){.bottom-nav{left:-200px}}.bottom-nav .subtitle{font-size:10px}.bottom-nav .subtitle,.bottom-nav .subtitle a{color:#555}.bottom-nav .subtitle a:hover{color:#eee}.bottom-nav .subtitle a:active,.bottom-nav .subtitle a:focus{color:#67bfb6}.bottom-nav .left{padding:12px 10px 0}.bottom-nav .left .logout{transition:background .3s,color .3s}.bottom-nav .left .logout:active,.bottom-nav .left .logout:focus,.bottom-nav .left .logout:hover{transition:background .1s,color .1s}.bottom-nav .left .logout:hover{color:#eee}.bottom-nav .left .logout:active,.bottom-nav .left .logout:focus{color:#67bfb6}.bottom-nav .left .glyphicon-log-out{font-size:12px;top:0}.bottom-nav .left .glyphicon-heart{margin-right:3px}.bottom-nav .right{display:block;position:absolute;right:0;top:0;bottom:0;padding:12px 10px 0;text-align:center;transition:background .3s,color .3s}.bottom-nav .right .glyphicon-globe{top:2px}.bottom-nav .right:active,.bottom-nav .right:focus,.bottom-nav .right:hover{transition:background .1s,color .1s}.bottom-nav .right:hover{background:#2b2b2b}.bottom-nav .right:hover,.bottom-nav .right:hover *{color:#eee}.bottom-nav .right:active,.bottom-nav .right:focus{background:#67bfb6}.bottom-nav .right:active,.bottom-nav .right:active *,.bottom-nav .right:focus,.bottom-nav .right:focus *{color:#fff}@media (max-width:480px){.bottom-nav{height:45px}.bottom-nav .subtitle{display:none}}.navigation .top-level-nav{padding:0;margin:0;border-top:1px solid #2e2e2e}.navigation .top-level-nav .main-nav a{display:block;border-bottom:1px solid #2e2e2e;color:#8c8c8c;font-weight:300;font-weight:700;font-size:12px;padding:10px;cursor:pointer}.navigation .top-level-nav .main-nav a .glyphicon{display:inline-block;padding-right:5px}.navigation .top-level-nav .main-nav .top-level{position:relative;background-color:#3b3b3b}.navigation .top-level-nav .main-nav .top-level:active{color:#eee;background:#67bfb6}.navigation .top-level-nav .main-nav .top-level:hover,.navigation .top-level-nav .main-nav .top-level:hover .glyphicon{color:#eee}.navigation .top-level-nav .main-nav .top-level.parent:after{color:#4c4c4c;transition:all .25s;content:"\203A";display:block;position:absolute;font-size:24px;font-weight:400;right:10px;bottom:4px}.navigation .top-level-nav .main-nav .top-level:active:after{color:#eee;transition:color .1s}.navigation .top-level-nav .main-nav.active .top-level{color:#eee}.navigation .top-level-nav .main-nav.active .top-level .glyphicon{color:#67bfb6}.navigation .top-level-nav .main-nav.active .top-level:active .glyphicon{color:#eee;transition:color .1s}.navigation .top-level-nav .main-nav.open .top-level.parent:after{transform:rotate(90deg);bottom:0}.navigation .top-level-nav .main-nav .subnav{background-color:#242424;overflow:hidden;max-height:0;transition:max-height .45s}.navigation .top-level-nav .main-nav .subnav a{font-size:12px;font-weight:300;padding:8px;position:relative;border-bottom:1px solid #292929;padding-left:29px}.navigation .top-level-nav .main-nav .subnav a .glyphicon{margin-left:-20px}.navigation .top-level-nav .main-nav .subnav a:after{content:"";border:1px solid #404040;background-color:#404040;border-radius:50%;height:6px;width:6px;display:block;position:absolute;left:13px;bottom:12px}.navigation .top-level-nav .main-nav .subnav a:hover{background-color:#2e2e2e;color:#eee}.navigation .top-level-nav .main-nav .subnav a:hover:after{border:1px solid #eee;background-color:#eee}.navigation .top-level-nav .main-nav .subnav a:active{background:#67bfb6}.navigation .top-level-nav .main-nav .subnav a.active{color:#eee;background-color:#2e2e2e}.navigation .top-level-nav .main-nav .subnav a.active:after{border:1px solid #67bfb6;background-color:#67bfb6}.navigation .top-level-nav .main-nav.open .subnav{max-height:500px}@media (max-width:768px){.navigation{left:-200px}}.sidebar{position:fixed;top:0;left:0;width:200px;background-color:#333;color:#aaa;z-index:702;border-top:4px solid #67bfb6;overflow-y:auto;overflow-x:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);bottom:60px;box-sizing:content-box;transition:left .25s}@media (max-width:768px){.sidebar{bottom:45px;left:-200px}}.sidebar.show{left:0}@media (max-width:768px){.sidebar.show{box-shadow:0 0 25px rgba(51,51,51,.4)}}.sidebar a,.sidebar a:hover{text-decoration:none!important}.sidebar .close-nav{display:none}@media (max-width:768px){.sidebar .close-nav{display:inline-block;position:absolute;top:7px;right:7px}.sidebar .close-nav .close{opacity:1;color:#fff;font-size:14px;padding:1px 0 4px 2px}}.sidebar .dashboard{padding:10px;padding-left:8px;display:block;line-height:40px}.sidebar .dashboard:after{content:"";display:table;clear:both}.sidebar .dashboard:hover{background-color:#383838}@media (max-width:768px){.sidebar .dashboard{line-height:26px}}.sidebar .dashboard .name{color:#dedede;padding-left:4px;font-family:Roboto Slab;font-weight:300;font-size:16px}.sidebar .dashboard .gravatar{float:right;width:40px;height:40px}@media (max-width:768px){.sidebar .dashboard .gravatar{display:none}}/*! +* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.jcrop-holder{direction:ltr;text-align:left}.jcrop-hline,.jcrop-vline{background:#fff url(data:image/gif;base64,R0lGODlhCAAIAPAAAKqqqgAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAAACwAAAAACAAIAEACDYwDqXm3xhyQ8cF4myoAIfkECQoAAAAsAAAAAAgACABAAg9EHqCphtdMew5OtnBlFBQAIfkECQoAAAAsAAAAAAgACABAAg8EgmFom9ziO6lVq3CmrAAAIfkECQoAAAAsAAAAAAgACABAAg+EgwFpt+waTOqh9vCVqQAAIfkECQoAAAAsAAAAAAgACABAAg2EEal5t8ZckPHBeJsqACH5BAkKAAAALAAAAAAIAAgAQAIPDA6hqYbXTHsOTrZwZTQUACH5BAkKAAAALAAAAAAIAAgAQAIPTIBgaJvc4jupVatwpqwAACH5BAUKAAAALAAAAAAIAAgAQAIPjIEQabfsGkzqofbwlakAADs=);font-size:0;position:absolute}.jcrop-vline{height:100%;width:1px!important}.jcrop-vline.right{right:0}.jcrop-hline{height:1px!important;width:100%}.jcrop-hline.bottom{bottom:0}.jcrop-tracker{height:100%;width:100%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}.jcrop-handle{background-color:#333;border:1px solid #eee;width:7px;height:7px;font-size:1px}.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px}.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%}.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%}.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0}.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0}.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px}.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%}.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px}.jcrop-dragbar.ord-n{margin-top:-4px}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px}.jcrop-dragbar.ord-e{margin-right:-4px;right:0}.jcrop-dragbar.ord-w{margin-left:-4px}.jcrop-light .jcrop-hline,.jcrop-light .jcrop-vline{background:#fff;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#fff;border-radius:3px}.jcrop-dark .jcrop-hline,.jcrop-dark .jcrop-vline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#fff;border-color:#000;border-radius:3px}.solid-line .jcrop-hline,.solid-line .jcrop-vline{background:#fff}.jcrop-holder img,img.jcrop-preview{max-width:none}.has-warning .twitter-typeahead .tt-hint,.has-warning .twitter-typeahead .tt-input{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .twitter-typeahead .tt-hint:focus,.has-warning .twitter-typeahead .tt-input:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-error .twitter-typeahead .tt-hint,.has-error .twitter-typeahead .tt-input{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .twitter-typeahead .tt-hint:focus,.has-error .twitter-typeahead .tt-input:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-success .twitter-typeahead .tt-hint,.has-success .twitter-typeahead .tt-input{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .twitter-typeahead .tt-hint:focus,.has-success .twitter-typeahead .tt-input:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.input-group .twitter-typeahead:first-child .tt-hint,.input-group .twitter-typeahead:first-child .tt-input{border-bottom-left-radius:4px;border-top-left-radius:4px;width:100%}.input-group .twitter-typeahead:last-child .tt-hint,.input-group .twitter-typeahead:last-child .tt-input{border-bottom-right-radius:4px;border-top-right-radius:4px;width:100%}.input-group.input-group-sm .twitter-typeahead .tt-hint,.input-group.input-group-sm .twitter-typeahead .tt-input{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group.input-group-sm .twitter-typeahead .tt-hint,select.input-group.input-group-sm .twitter-typeahead .tt-input{height:30px;line-height:30px}select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint,select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,textarea.input-group.input-group-sm .twitter-typeahead .tt-input{height:auto}.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint,.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input{border-radius:0}.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint,.input-group.input-group-sm .twitter-typeahead:first-child .tt-input{border-bottom-left-radius:3px;border-top-left-radius:3px;border-bottom-right-radius:0;border-top-right-radius:0}.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint,.input-group.input-group-sm .twitter-typeahead:last-child .tt-input{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.input-group.input-group-lg .twitter-typeahead .tt-hint,.input-group.input-group-lg .twitter-typeahead .tt-input{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group.input-group-lg .twitter-typeahead .tt-hint,select.input-group.input-group-lg .twitter-typeahead .tt-input{height:46px;line-height:46px}select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint,select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,textarea.input-group.input-group-lg .twitter-typeahead .tt-input{height:auto}.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint,.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input{border-radius:0}.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint,.input-group.input-group-lg .twitter-typeahead:first-child .tt-input{border-bottom-left-radius:6px;border-top-left-radius:6px;border-bottom-right-radius:0;border-top-right-radius:0}.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint,.input-group.input-group-lg .twitter-typeahead:last-child .tt-input{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:6px;border-top-right-radius:6px}.twitter-typeahead{width:100%;float:left}.input-group .twitter-typeahead{display:table-cell!important}.twitter-typeahead .tt-hint{color:#999}.twitter-typeahead .tt-input{z-index:2}.twitter-typeahead .tt-input[disabled],.twitter-typeahead .tt-input[readonly],fieldset[disabled] .twitter-typeahead .tt-input{cursor:not-allowed;background-color:#eee!important}.tt-dropdown-menu,.tt-menu{position:absolute;top:100%;left:0;z-index:1000;min-width:160px;width:100%;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px}.tt-dropdown-menu .tt-suggestion,.tt-menu .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333}.tt-dropdown-menu .tt-suggestion.tt-cursor,.tt-dropdown-menu .tt-suggestion:hover,.tt-menu .tt-suggestion.tt-cursor,.tt-menu .tt-suggestion:hover{cursor:pointer;text-decoration:none;outline:0;background-color:#f5f5f5;color:#262626}.tt-dropdown-menu .tt-suggestion.tt-cursor a,.tt-dropdown-menu .tt-suggestion:hover a,.tt-menu .tt-suggestion.tt-cursor a,.tt-menu .tt-suggestion:hover a{color:#262626}.tt-dropdown-menu .tt-suggestion p,.tt-menu .tt-suggestion p{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{min-height:100%}body{background-color:#efefef}.label{font-size:12px;padding-bottom:.25em}.dropdown{cursor:pointer}#redactor-modal-box #redactor-modal footer button .glyphicon,.btn .glyphicon,.control-label .glyphicon{position:relative;top:1px}a{color:inherit}#redactor-modal-box #redactor-modal footer button,.btn,a{outline:none!important}a,a:hover{text-decoration:none}a{transition:background .3s,color .3s}a:active,a:focus,a:hover{transition:background .1s,color .1s}a:active{color:#67bfb6}.help-block a,p a{border-bottom:1px dotted #ccc}.h1 b,.h1 strong,.h2 b,.h2 strong,.h3 b,.h3 strong,.h4 b,.h4 strong,.h5 b,.h5 strong,.h6 b,.h6 strong,h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong,h4 b,h4 strong,h5 b,h5 strong,h6 b,h6 strong{font-weight:400}#main{position:relative;padding:30px;padding-bottom:60px;margin-left:200px;transition:margin-left .25s;max-width:1080px}body.forgot #main,body.reset #main{margin-left:0}@media (max-width:768px){#main{margin-left:0;padding-left:15px;padding-right:15px;padding-top:15px}}@media (max-width:480px){#main{padding-left:10px;padding-right:10px;padding-top:10px}#main .row{margin-left:-10px;margin-right:-10px}#main .row .padded-col,#main .row [class*=col-]{padding-left:10px;padding-right:10px}}#redactor-modal-box #redactor-modal footer button.outline,.btn.outline{background:none;border:1px solid hsla(0,0%,100%,.85);color:hsla(0,0%,100%,.85)}#redactor-modal-box #redactor-modal footer button.outline:active,#redactor-modal-box #redactor-modal footer button.outline:focus,#redactor-modal-box #redactor-modal footer button.outline:hover,.btn.outline:active,.btn.outline:focus,.btn.outline:hover{background:hsla(0,0%,100%,.15);border-color:#fff;color:#fff}#redactor-modal-box #redactor-modal footer button.outline:active span,#redactor-modal-box #redactor-modal footer button.outline:focus span,#redactor-modal-box #redactor-modal footer button.outline:hover span,.btn.outline:active span,.btn.outline:focus span,.btn.outline:hover span{color:#fff}#redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],.btn.outline.dropdown-toggle[aria-expanded=true]{box-shadow:none;background:hsla(0,0%,100%,.25)}#redactor-modal-box #redactor-modal footer button.outline:active,.btn.outline:active{box-shadow:none;transition:transform .3s}#redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,.btn.outline:active .glyphicon{transition:transform .1s;transform:scale(1.2)}#redactor-modal-box #redactor-modal footer .input-group-btn button.outline,.input-group-btn #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn .btn.outline{z-index:2}#redactor-modal-box #redactor-modal footer .legend button.outline,#redactor-modal-box #redactor-modal footer .search button.outline,#redactor-modal-box #redactor-modal footer button.outline.secondary,.btn.outline.secondary,.legend #redactor-modal-box #redactor-modal footer button.outline,.legend .btn.outline,.search #redactor-modal-box #redactor-modal footer button.outline,.search .btn.outline{background:none;border:1px solid rgba(176,87,0,.85);color:rgba(176,87,0,.85)}#redactor-modal-box #redactor-modal footer .legend button.outline:active,#redactor-modal-box #redactor-modal footer .legend button.outline:focus,#redactor-modal-box #redactor-modal footer .legend button.outline:hover,#redactor-modal-box #redactor-modal footer .search button.outline:active,#redactor-modal-box #redactor-modal footer .search button.outline:focus,#redactor-modal-box #redactor-modal footer .search button.outline:hover,#redactor-modal-box #redactor-modal footer button.outline.secondary:active,#redactor-modal-box #redactor-modal footer button.outline.secondary:focus,#redactor-modal-box #redactor-modal footer button.outline.secondary:hover,.btn.outline.secondary:active,.btn.outline.secondary:focus,.btn.outline.secondary:hover,.legend #redactor-modal-box #redactor-modal footer button.outline:active,.legend #redactor-modal-box #redactor-modal footer button.outline:focus,.legend #redactor-modal-box #redactor-modal footer button.outline:hover,.legend .btn.outline:active,.legend .btn.outline:focus,.legend .btn.outline:hover,.search #redactor-modal-box #redactor-modal footer button.outline:active,.search #redactor-modal-box #redactor-modal footer button.outline:focus,.search #redactor-modal-box #redactor-modal footer button.outline:hover,.search .btn.outline:active,.search .btn.outline:focus,.search .btn.outline:hover{background:rgba(176,87,0,.15);border-color:#b05700;color:#b05700}#redactor-modal-box #redactor-modal footer .legend button.outline:active span,#redactor-modal-box #redactor-modal footer .legend button.outline:focus span,#redactor-modal-box #redactor-modal footer .legend button.outline:hover span,#redactor-modal-box #redactor-modal footer .search button.outline:active span,#redactor-modal-box #redactor-modal footer .search button.outline:focus span,#redactor-modal-box #redactor-modal footer .search button.outline:hover span,#redactor-modal-box #redactor-modal footer button.outline.secondary:active span,#redactor-modal-box #redactor-modal footer button.outline.secondary:focus span,#redactor-modal-box #redactor-modal footer button.outline.secondary:hover span,.btn.outline.secondary:active span,.btn.outline.secondary:focus span,.btn.outline.secondary:hover span,.legend #redactor-modal-box #redactor-modal footer button.outline:active span,.legend #redactor-modal-box #redactor-modal footer button.outline:focus span,.legend #redactor-modal-box #redactor-modal footer button.outline:hover span,.legend .btn.outline:active span,.legend .btn.outline:focus span,.legend .btn.outline:hover span,.search #redactor-modal-box #redactor-modal footer button.outline:active span,.search #redactor-modal-box #redactor-modal footer button.outline:focus span,.search #redactor-modal-box #redactor-modal footer button.outline:hover span,.search .btn.outline:active span,.search .btn.outline:focus span,.search .btn.outline:hover span{color:#b05700}#redactor-modal-box #redactor-modal footer .legend button.outline.dropdown-toggle[aria-expanded=true],#redactor-modal-box #redactor-modal footer .search button.outline.dropdown-toggle[aria-expanded=true],#redactor-modal-box #redactor-modal footer button.outline.secondary.dropdown-toggle[aria-expanded=true],.btn.outline.secondary.dropdown-toggle[aria-expanded=true],.legend #redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],.legend .btn.outline.dropdown-toggle[aria-expanded=true],.search #redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],.search .btn.outline.dropdown-toggle[aria-expanded=true]{box-shadow:none;background:rgba(176,87,0,.25)}#redactor-modal-box #redactor-modal footer .legend button.outline:active,#redactor-modal-box #redactor-modal footer .search button.outline:active,#redactor-modal-box #redactor-modal footer button.outline.secondary:active,.btn.outline.secondary:active,.legend #redactor-modal-box #redactor-modal footer button.outline:active,.legend .btn.outline:active,.search #redactor-modal-box #redactor-modal footer button.outline:active,.search .btn.outline:active{box-shadow:none;transition:transform .3s}#redactor-modal-box #redactor-modal footer .legend button.outline:active .glyphicon,#redactor-modal-box #redactor-modal footer .search button.outline:active .glyphicon,#redactor-modal-box #redactor-modal footer button.outline.secondary:active .glyphicon,.btn.outline.secondary:active .glyphicon,.legend #redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,.legend .btn.outline:active .glyphicon,.search #redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,.search .btn.outline:active .glyphicon{transition:transform .1s;transform:scale(1.2)}#redactor-modal-box #redactor-modal footer .input-group-btn .legend button.outline,#redactor-modal-box #redactor-modal footer .input-group-btn .search button.outline,#redactor-modal-box #redactor-modal footer .input-group-btn button.outline.secondary,.input-group-btn #redactor-modal-box #redactor-modal footer button.outline.secondary,.input-group-btn .btn.outline.secondary,.input-group-btn .legend #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn .legend .btn.outline,.input-group-btn .search #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn .search .btn.outline{z-index:2}.popover{line-height:1}.tooltip{font-weight:400;font-family:Cabin}.pull-right .dropdown-menu{left:auto;right:0}.dropdown-menu .glyphicon-ok{margin-left:-15px;font-size:12px;left:-1px}#redactor-modal-box #redactor-modal footer button,#redactor-modal-box #redactor-modal input[type=text],#redactor-modal-box #redactor-modal select,.btn,.form-control{padding-top:7px;padding-bottom:5px}#redactor-modal-box #redactor-modal .input-group-sm>input[type=text],#redactor-modal-box #redactor-modal .input-group-sm>select,#redactor-modal-box #redactor-modal footer .btn-group-sm>button,#redactor-modal-box #redactor-modal footer .input-group-sm>.input-group-btn>button,.btn-group-sm>.btn,.btn-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm{padding-top:4px;padding-bottom:2px}button.close{margin-top:-3px}.spinner-46{display:inline-block;vertical-align:middle;width:18px;height:18px;background-image:url(/assets/decoy/img/67c44d66.gif);background-size:cover;opacity:0}.breadcrumbs{background:hsla(0,0%,100%,.93);position:relative;left:0;right:0;top:0;z-index:700;font-size:12px;box-shadow:0 2px 0 #ddd;margin-left:200px;transition:margin-left .25s;padding:0 30px;border-top:4px solid #67bfb6;line-height:24px}body.forgot .breadcrumbs,body.reset .breadcrumbs{margin-left:0}@media (max-width:768px){.breadcrumbs{margin-left:0;padding:0 15px}}@media (max-width:480px){.breadcrumbs{padding-left:0 10px}}.breadcrumbs .inner{max-width:1020px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumbs a,.breadcrumbs span{color:#777}.breadcrumbs a .glyphicon,.breadcrumbs span .glyphicon{display:inline-block;padding:0 2px}.breadcrumbs a:focus,.breadcrumbs a:hover,.breadcrumbs a span:focus,.breadcrumbs a span:hover{color:#333}.breadcrumbs a:active,.breadcrumbs a span:active{color:#67bfb6}.breadcrumbs img{height:12px;margin-right:4px;position:relative;top:-2px}.breadcrumbs .back{float:right;background:#fefefe;position:relative;z-index:1;box-shadow:-6px 0 12px #fefefe}.breadcrumbs.affix{position:fixed}.breadcrumbs.affix+*{margin-top:28px}.notification-area{border:transparent;border-bottom-color:#d6e9c6;border-radius:0;margin:0;margin-left:200px;transition:margin-left .25s;padding:0 30px;z-index:0;overflow:hidden;max-height:0;transition:max-height .35s;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}body.forgot .notification-area,body.reset .notification-area{margin-left:0}@media (max-width:768px){.notification-area{margin-left:0}}.notification-area .notification-wrap{max-width:1020px}@media (max-width:768px){.notification-area{padding-left:15px;padding-right:15px}}@media (max-width:480px){.notification-area{padding-left:10px;padding-right:10px}}.notification-area .message pre{margin:10px 0 0}.notification-area .close{margin-top:15px;opacity:.5}.notification-area .close:hover{opacity:.7}.notification-area.alert-success{border-bottom-color:#d6e9c6}.notification-area.alert-success .close{color:#3c763d}.notification-area.alert-danger{border-bottom-color:#ebccd1}.notification-area.alert-danger .close{color:#a94442}.notification-area p{padding:15px 0;margin:0}.notification-area p a{color:inherit}.notification-area p .glyphicon{margin-right:5px}.notification-area.show{transition:max-height .35s .15s;max-height:300px;border-bottom-style:solid;border-bottom-width:1px}.header{background-color:#67bfb6;padding:30px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);position:relative;z-index:701;margin-left:200px;transition:margin-left .25s;padding-bottom:26px}body.forgot .header,body.reset .header{margin-left:0}@media (max-width:768px){.header{margin-left:0}}.header .title{font-size:46px;color:#fff;margin:0;max-width:1020px;position:relative}@media (max-width:992px){.header .title{font-size:39px}}.header .title br.mobile-break{display:none}.header .title .site{font-weight:400}.header .title .site:after{content:" /"}.header .title .controller{font-weight:100}.header .badge{position:relative;top:-5px;background-color:#333}.header .pull-right{float:none!important;position:absolute;right:0;line-height:0;bottom:4px;background:rgba(103,191,182,.9);box-shadow:-6px 0 12px #67bfb6}.header .pull-right .new:after{content:"New"}.header .description{font-size:22px;color:hsla(0,0%,100%,.5);margin:0;margin-top:3px;line-height:1.5em;max-width:1020px}@media (max-width:992px){.header .description{font-size:18px}}.header .description a{color:hsla(0,0%,100%,.5);border-bottom:1px dotted #ccc}.header .description a:hover{color:hsla(0,0%,100%,.7)}.header .description a:active{color:#fff}.header .nav-hamburger{display:none}@media (max-width:768px){.header{padding-top:0;padding-bottom:12px}.header .title{text-align:center}.header .title .site{font-size:20px;font-weight:200;padding-top:16px;display:block}.header .title .site:after{content:none}.header .title .controller{font-weight:400;font-size:30px;display:block;padding-top:10px;padding-bottom:12px}.header .pull-right{top:10px;bottom:auto;right:-15px}.header .pull-right .new:after{content:""}.header .pull-right .mobile-break{display:block}.header .nav-hamburger{display:block;position:absolute;left:15px;top:10px;z-index:1}.header .description{font-size:18px;margin:0 10%;line-height:1.2em;text-align:center}}@media (max-width:480px){.header .nav-hamburger{left:10px}.header .pull-right{right:-20px}.header .description{font-size:16px;margin:0}}.table .actions>a{cursor:pointer}.table .visibility{width:18px;height:18px;padding:1px;display:inline-block;line-height:0;font-size:13px;vertical-align:middle}.table .visibility .glyphicon-eye-close{color:#ccc}.table .select-all{cursor:pointer}.table tr.error td,.table tr.warning td{text-align:center;vertical-align:middle}.listing .ui-sortable .placeholder{background:#e2e2e2}.listing .ui-sortable .placeholder+tr td{border-top-color:#fff}.listing .ui-sortable tr{cursor:move}.listing .ui-sortable tr [type=checkbox]{cursor:pointer}.listing .ui-sortable.ui-sortable-disabled tr{cursor:auto}.listing .ui-sortable-helper{background:#f3f3f3!important;border:1px dashed #ddd;box-shadow:0 5px 10px rgba(0,0,0,.2);border-left:none;border-right:none;display:block!important;white-space:nowrap;font-size:0}.listing .ui-sortable-helper td{display:inline-block;font-size:14px;border:none}@media (max-width:768px){.listing .ui-sortable-helper td{display:none}.listing .ui-sortable-helper td:first-child+td,.listing .ui-sortable-helper td:last-child{display:inline-block}}.listing .ui-sortable-helper:after{content:"";display:table;clear:both}.list-form-group label{position:relative}.list-form-group label .btn-group{display:block;margin-top:5px;float:right;margin-left:100%}@media (max-width:992px){.list-form-group label{display:block}.list-form-group label .btn-group{margin-top:-2px;margin-left:10px}#redactor-modal-box #redactor-modal footer .list-form-group label .btn-group button,.list-form-group label .btn-group #redactor-modal-box #redactor-modal footer button,.list-form-group label .btn-group .btn{padding-top:0;padding-bottom:0}}.list-form-group .standard-list{border-radius:4px;border:1px solid #ccc;overflow:hidden}.list-form-group table{margin-bottom:0}.list-form-group table thead{background:#f5f5f5}.list-form-group table thead th{color:#333!important}.list-form-group table thead .select-all:hover{color:#67bfb6!important}.list-form-group table td:first-child,.list-form-group table th:first-child{padding-left:15px}.list-form-group table td[class*=actions],.list-form-group table th[class*=actions]{padding-right:15px}@media (max-width:768px){.list-form-group table td[class*=actions],.list-form-group table th[class*=actions]{padding-right:8px}}.list-form-group .help-block{margin-top:5px}.standard-list .legend .stat{margin-right:8px}@media (max-width:768px){.standard-list .legend .stat{font-size:13px}}.standard-list .legend .badge{margin-left:3px;background:rgba(176,87,0,.7);color:#ffd7b0;padding-bottom:4px;position:relative;top:-1px}body.index .standard-list .legend>.pull-right.btn-toolbar{margin-right:-1px}.listing.table tbody .no-results{cursor:auto}.listing.table tbody .no-results:hover,.listing.table tbody .no-results:nth-child(2n):hover{background:none}.listing.table tbody .no-results td:first-child{padding:0}.listing.table tbody .no-results p{overflow:hidden;text-align:center;padding:50px 15px;margin:0;width:auto;white-space:normal}.listing.table tbody .no-results p,.listing.table tbody .no-results p a{color:#737373}.listing.table tbody .no-results p a{border-bottom:1px dotted #ccc}.listing.table tbody .no-results p a:hover{color:#67bfb6}.listing.table tbody .no-results .nowrap{white-space:nowrap}.listing.table tbody .no-results p{transition:padding .3s,height .3s,opacity .3s}.listing.table tbody .no-results.remove td{border-top:none}.listing.table tbody .no-results.remove td p{padding:0;height:0;opacity:0}.pagination-wrapper{margin:30px 0;text-align:center}@media (max-width:768px){.pagination-wrapper{margin:10px 0}}.pagination-wrapper ul{margin:0 7px}.pagination-wrapper .pagination-mobile{display:none}@media (max-width:768px){.pagination-wrapper .pagination-desktop{display:none}.pagination-wrapper .pagination-mobile{display:inline-block}}#redactor-modal-box #redactor-modal footer .standard-list button.full-list,.standard-list #redactor-modal-box #redactor-modal footer button.full-list,.standard-list .btn.full-list{border-bottom:none;border-left:none;border-right:none;border-top-style:dashed;border-radius:0}.search{background:#f9cea4;text-align:center;overflow:hidden;display:none}.search .conditions{padding:2px;display:inline-block;position:relative;text-align:right;box-sizing:border-box;margin-right:92px}@media (max-width:585px){.search .conditions{text-align:initial;margin-right:0;width:100%}}.search .conditions .intro{position:relative;top:2px;color:#b05700}.search .conditions .condition{margin:6px}@media (max-width:585px){.search .conditions .condition{margin:0;padding:5px 43px 5px 5px;position:relative}.search .conditions .condition:nth-child(2n){background:#fdd4ac}}@media (max-width:992px){.search .conditions .intro{display:none}}.search .conditions .add,.search .conditions .subtract{border-radius:13px;width:26px;height:26px;padding:0}@media (max-width:585px){.search .conditions .add,.search .conditions .subtract{position:absolute;right:5px;top:50%;margin-top:-13px!important}}.search .conditions .subtract .glyphicon{top:2px}.search .conditions button[type=submit]{position:absolute;bottom:11px;right:-61px}@media (max-width:585px){.search .conditions button[type=submit]{position:relative;bottom:0;right:0;left:-1px;width:98%;margin:5px}}.search .conditions .input-group,.search .conditions input,.search .conditions select{box-sizing:border-box;width:135px;border:none;box-shadow:none}@media (min-width:768px) and (max-width:825px){.search .conditions .input-group,.search .conditions input,.search .conditions select{width:100px}}@media (max-width:768px){.search .conditions .input-group,.search .conditions input,.search .conditions select{width:135px}}@media (max-width:585px){.search .conditions .input-group,.search .conditions input,.search .conditions select{width:100%}}#redactor-modal-box #redactor-modal footer .search .conditions .input-group button,#redactor-modal-box #redactor-modal footer .search .conditions input button,#redactor-modal-box #redactor-modal footer .search .conditions select button,.search .conditions .input-group #redactor-modal-box #redactor-modal footer button,.search .conditions .input-group .btn,.search .conditions input #redactor-modal-box #redactor-modal footer button,.search .conditions input .btn,.search .conditions select #redactor-modal-box #redactor-modal footer button,.search .conditions select .btn{border:none;line-height:22px}.search .conditions input,.search .conditions select{display:inline-block}.search .conditions .input-group{display:inline-table;vertical-align:middle}.search .conditions .input-group .input-field{width:100%}.search .conditions .condition>*{margin:0 3px}@media (max-width:992px){.search .conditions .condition>.fields{margin-left:0}}@media (max-width:585px){.search .conditions .condition>*{margin:2px 0}}@media (max-width:585px){.search .conditions .comparisons{width:46%;margin-right:1%}}.search .conditions .input-field[type=text]{padding-left:8px;padding-right:8px}@media (max-width:585px){.search .conditions .input-field{width:52%;margin-left:1%}}@media (max-width:585px){.search .conditions .date-field{margin:0;width:52%}.search .conditions .input-group .input-group-addon{position:relative;right:25px}}#redactor-modal-box #redactor-modal footer .search-controls button.search-toggle,.search-controls #redactor-modal-box #redactor-modal footer button.search-toggle,.search-controls .search-toggle.btn{z-index:2;margin-right:27px;background:#ffd7b0}#redactor-modal-box #redactor-modal footer .search-controls button.search-toggle.outline:hover,.search-controls #redactor-modal-box #redactor-modal footer button.search-toggle.outline:hover,.search-controls .search-toggle.btn.btn.outline:hover{background:#f3c496}#redactor-modal-box #redactor-modal footer .search-controls button.search-clear,.search-controls #redactor-modal-box #redactor-modal footer button.search-clear,.search-controls .search-clear.btn{z-index:1;position:absolute;right:0}#redactor-modal-box #redactor-modal footer .search-controls.closed button.search-toggle,.search-controls.closed #redactor-modal-box #redactor-modal footer button.search-toggle,.search-controls.closed .search-toggle.btn{margin-right:0}#redactor-modal-box #redactor-modal footer .search-controls.closed button,.search-controls.closed #redactor-modal-box #redactor-modal footer button,.search-controls.closed .btn{border-radius:4px!important}#redactor-modal-box #redactor-modal footer .search-controls.initialized button.search-toggle,.search-controls.initialized #redactor-modal-box #redactor-modal footer button.search-toggle,.search-controls.initialized .search-toggle.btn{transition:margin-right .4s ease-out}.search-controls .glyphicon{top:1px}@media (max-width:577px){.datepicker{left:auto!important;right:14%}}@media (max-width:577px){.datepicker:before{right:36px;left:auto}}@media (max-width:577px){.datepicker:after{right:37px;left:auto}}.table{table-layout:fixed}.table td,.table th{word-wrap:normal;white-space:nowrap}.table.columns-1 th{width:76.9230769231%}.table.columns-1 th:first-child+th{width:100%}.table.columns-2 th{width:38.4615384615%}.table.columns-2 th:first-child+th{width:61.5384615385%}.table.columns-3 th{width:25.641025641%}.table.columns-3 th:first-child+th{width:48.7179487179%}.table.columns-4 th{width:19.2307692308%}.table.columns-4 th:first-child+th{width:42.3076923077%}.table.columns-5 th{width:15.3846153846%}.table.columns-5 th:first-child+th{width:38.4615384615%}.table.columns-6 th{width:12.8205128205%}.table.columns-6 th:first-child+th{width:35.8974358974%}.table th{box-sizing:content-box}.table th:first-child{width:10px}.table th:last-child{padding-right:10px;text-align:right}.table th:last-child.actions-1,.table th:last-child.actions-2{width:46px}.table th:last-child.actions-3{width:76px}.table th:last-child.actions-4{width:96px}.table th:last-child.actions-5{width:126px}.table td{width:100%;overflow:hidden;text-overflow:ellipsis}.table td:last-child{text-align:right;overflow:visible}.table td:first-child{text-align:left;overflow:visible}.table td.hide+td,.table th.hide+th{padding-left:15px}.table thead{background:#fff1e3}.table thead th{color:rgba(176,87,0,.5);font-size:12px}.table thead th.select-all:hover{color:#b05700}.table thead:hover th{color:rgba(176,87,0,.7)}.table>thead>tr>th,.table td{border-top:1px solid #ddd;border-bottom:none}.table tbody tr:hover{background-color:#f6f6f6}.table tr:nth-child(2n){background-color:#fdfdfd}.table img{border:1px solid #ddd;margin-right:5px;max-height:100px;max-width:100%;width:auto}.table img.gravatar,.table img[src*=".gif"]{max-width:42px;max-height:42px}@media (max-width:480px){.table img,.table img.gravatar,.table img[src*=".gif"]{max-width:none;max-height:22px}}.table>tbody>tr>td{vertical-align:middle}.table>tbody>tr>td input[type=checkbox],.table>tbody>tr>td input[type=radio]{margin:0}.table .label{margin:0 2px}.table td>a>p,.table td>p{margin:0}@media (max-width:768px){.table[class*=columns-] th:first-child+th{width:100%}.table td,.table th{display:none}.table td:first-child+td,.table td:last-child,.table th:first-child+th,.table th:last-child{display:table-cell}}@media (max-width:480px){.table td:last-child,.table th:last-child{padding-left:0}}tr.is-trashed{background-image:linear-gradient(45deg,hsla(0,0%,83%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,83%,.25) 0,hsla(0,0%,83%,.25) 75%,transparent 0,transparent);background-size:40px 40px;color:gray}tr.is-trashed .glyphicon-trash{opacity:.3}.form-actions{position:fixed;bottom:0;z-index:700;width:calc(100% - 200px);padding:0 30px;text-align:left;left:200px;transition:left .25s;height:60px;line-height:60px;background:hsla(0,0%,89%,.7)}body.forgot .form-actions,body.reset .form-actions{left:0}@media (max-width:768px){.form-actions{left:0;padding:0 10px;width:100%}}@media (max-width:480px){.form-actions .save-back{display:none}.form-actions .save-new{border-bottom-right-radius:4px!important;border-top-right-radius:4px!important}}.tt-dropdown-menu{z-index:701!important}.tt-dropdown-menu .tt-suggestion{padding:4px 12px}.many-to-many-form .tt-menu{left:auto!important;right:0!important}.many-to-many-form .twitter-typeahead{margin-bottom:-1px}.tt-dropdown-menu,.tt-menu{min-width:275px}.bootstrap-file .btn-file{position:relative;overflow:hidden}.bootstrap-file .btn-file input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;font-size:100px;opacity:0;cursor:inherit;display:block}.bootstrap-file input[readonly]{background-color:#fff!important;cursor:text!important}.form-vertical .form-inline input[type=checkbox],.form-vertical .form-inline input[type=radio]{margin-right:5px}.checkbox,.radio{margin-top:7px;margin-bottom:7px}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-left:0}.checkbox-inline,.radio-inline{margin-right:10px}.checkbox-inline:last-child,.radio-inline:last-child{margin-right:0}@media (max-width:992px){.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:0}}.checkbox input+.label,.radio input+.label{margin-right:3px}.date-field .input-group{width:150px}.datepicker{margin-left:4px}.dropdown-menu{z-index:701!important}.datetime-field .input-groups:after{content:"";display:table;clear:both}.datetime-field .input-groups .input-group{float:left}body:not(:-moz-handler-blocked) fieldset{display:table-cell}.fieldset,fieldset{background:#fff;border:1px solid #ddd;box-shadow:0 2px 0 #ddd;border-radius:4px;margin-bottom:30px;word-wrap:break-word;word-wrap:normal}.fieldset:after,fieldset:after{content:"";display:table;clear:both}@media (max-width:768px){.fieldset,fieldset{margin-bottom:15px}}@media (max-width:480px){.fieldset,fieldset{margin-bottom:10px}}.fieldset .legend,fieldset .legend{font-size:16px;font-weight:300;font-family:Roboto Slab;background:#ffd7b0;padding:7px 15px}.fieldset .legend,.fieldset .legend>a,fieldset .legend,fieldset .legend>a{color:#b05700}@media (max-width:768px){.fieldset .legend,fieldset .legend{padding-left:8px;padding-right:8px}}.fieldset .legend>.pull-right,fieldset .legend>.pull-right{max-width:50%;margin-top:-2px;font-family:Cabin;margin-right:-10px}@media (max-width:768px){.fieldset .legend>.pull-right,fieldset .legend>.pull-right{margin-right:-3px}}.fieldset.standard-list,fieldset.standard-list{padding:0}.fieldset.standard-list .legend,fieldset.standard-list .legend{margin:0}.fieldset.standard-list .listing,fieldset.standard-list .listing{margin-bottom:0}.fieldset.standard-list td:first-child,.fieldset.standard-list th:first-child,fieldset.standard-list td:first-child,fieldset.standard-list th:first-child{padding-left:15px}.fieldset.standard-list td[class*=actions],.fieldset.standard-list th[class*=actions],fieldset.standard-list td[class*=actions],fieldset.standard-list th[class*=actions]{padding-right:15px}@media (max-width:768px){.fieldset.standard-list td[class*=actions],.fieldset.standard-list th[class*=actions],fieldset.standard-list td[class*=actions],fieldset.standard-list th[class*=actions]{padding-right:8px}}.fieldset.standard-list .legend>a:focus,.fieldset.standard-list .legend>a:hover,fieldset.standard-list .legend>a:focus,fieldset.standard-list .legend>a:hover{color:#d08a46;border-bottom-color:#d08a46}.fieldset.standard-list .listing-wrapper,fieldset.standard-list .listing-wrapper{overflow:hidden}.fieldset.standard-list .listing-wrapper .table,fieldset.standard-list .listing-wrapper .table{width:calc(100% + 1px);max-width:none}.fieldset.disabled,fieldset.disabled{opacity:.7}.fieldset.disabled .legend,fieldset.disabled .legend{background:#d8d8d8}.fieldset.disabled .legend,.fieldset.disabled .legend>a,fieldset.disabled .legend,fieldset.disabled .legend>a{color:#585858}.fieldset.disabled p,fieldset.disabled p{text-align:center;padding:50px 15px}.fieldset.disabled p .glyphicon,fieldset.disabled p .glyphicon{display:none}.form-group.upload .download{color:inherit}.form-group.upload .download a{color:#1e8aaa}.form-group.upload .upload-delete,.form-group.upload .upload-delete a{color:#d14}.form-group.upload .download,.form-group.upload .status,.form-group.upload .upload-delete{display:block;margin-top:5px}.form-horizontal .form-group.upload .download,.form-horizontal .form-group.upload .status,.form-horizontal .form-group.upload .upload-delete{padding-top:0}.form-group.upload .download .glyphicon,.form-group.upload .status .glyphicon,.form-group.upload .upload-delete .glyphicon{margin-right:2px}.form-group.upload .download-link{padding:2px 4px;border:1px solid #eee;font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:12px}.form-group,fieldset>p{padding:15px;border-bottom:1px solid #ddd;margin-bottom:0}@media (max-width:768px){.form-group,fieldset>p{padding:8px}}.form-horizontal .form-group,.form-horizontal fieldset>p{margin-right:0;margin-left:0}.form-group:hover,fieldset>p:hover{background-color:#fdfdfd}.form-group.disabled,fieldset>p.disabled{opacity:.7;background:#fafafa}fieldset>:last-child{border-bottom:none}.form-vertical .control-label{display:block}.form-vertical .form-inline .control-label{display:inline-block;margin-right:10px}.form-horizontal .control-label{width:150px;float:left}@media (max-width:992px){.form-horizontal .control-label{float:none;text-align:left;margin-bottom:5px;padding-top:0;display:inline-block;width:auto}}.form-horizontal .control-label+div{margin-left:165px}@media (max-width:992px){.form-horizontal .control-label+div{margin-left:0}}.glyphicon.required{color:#bbb}.glyphicon.required:hover{color:#333}.glyphicon.required+.tooltip{white-space:nowrap}.tooltip{text-shadow:none}textarea.form-control{height:6.8em;resize:vertical}textarea.form-control.wysiwyg{height:16em}#redactor-modal-box #redactor-modal input[type=text]:focus,#redactor-modal-box #redactor-modal select:focus,.form-control:focus{box-shadow:inset 0 1px 1px rgba(255,138,23,.075)}.help-block{margin-bottom:0}.has-error .help-block+.help-block{color:#737373;margin-top:0}.form-control-static+.help-block{margin-top:-5px}.has-error .help-block:first-of-type a{color:#a94442}.image-upload{position:relative}.image-upload .image-holder{display:none;margin-top:5px;border:1px solid #ccc;border-radius:4px;overflow:hidden}.image-upload.has-image .image-holder{display:block}.image-upload.has-image .bootstrap-file{display:none}.image-upload .title{display:inline-block;vertical-align:middle;margin-left:10px;padding:2px 5px;border-radius:4px;outline:none;background:transparent;position:absolute;width:50%;left:25%;text-align:center;top:4px;border:1px solid transparent;transition:border-color .2s}.image-upload .title:focus{border:1px solid #ccc}#redactor-modal-box #redactor-modal footer .image-upload .redactor-modal-close-btn,.image-upload #redactor-modal-box #redactor-modal footer .redactor-modal-close-btn,.image-upload .btn-default{background:none}#redactor-modal-box #redactor-modal footer .image-upload .input-group .btn-group button,.image-upload .input-group .btn-group #redactor-modal-box #redactor-modal footer button,.image-upload .input-group .btn-group .btn{padding:9px 10px;border-radius:0;height:33px;transition:background-color .25s,color .25s}#redactor-modal-box #redactor-modal footer .image-upload .input-group .btn-group button:not(.active):hover,.image-upload .input-group .btn-group #redactor-modal-box #redactor-modal footer button:not(.active):hover,.image-upload .input-group .btn-group .btn:not(.active):hover{background-color:#67bfb6;color:#fff}#redactor-modal-box #redactor-modal footer .image-upload .input-group .btn-group button:active,.image-upload .input-group .btn-group #redactor-modal-box #redactor-modal footer button:active,.image-upload .input-group .btn-group .btn:active{box-shadow:none}.image-upload .input-group .btn-group .active{background-color:#ccc;box-shadow:none}.image-upload .delete{padding:9px 10px;border-radius:0 4px 0 0;top:0;height:33px;transition:background-color .25s,color .25s}.image-upload .delete:hover{background-color:red;color:#fff}.image-upload .toolbar{background:#f5f5f5;border-bottom:1px solid #ccc;border-radius:4px 4px 0 0;width:calc(100% + 1px)}.image-upload .img-thumbnail{border-top:0;border-radius:0 0 4px 4px;position:relative}.image-upload .focal-point{position:absolute;z-index:1000;color:#fff;opacity:0;transition:opacity .3s}.image-upload .delete{float:right}.image-upload .preview{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEXW1tb///9kNAxTAAAAFElEQVQI12NgsP/AQAz+f4CBGAwAJIIdTTn0+w0AAAAASUVORK5CYII=)}.image-upload .preview .source{max-width:100%}.image-upload .preview .jcrop-holder{background:none!important}.form-group.locale .radio input[disabled]+.locale-label{color:rgba(51,51,51,.3)}.form-group.locale .radio input[disabled]+.locale-label a{color:rgba(51,51,51,.6);border-bottom:1px dotted #ccc}.form-group.locale .radio input[disabled]+.locale-label a:hover{color:#333}.form-group.locale .radio input[disabled]+.locale-label a:active{color:#67bfb6}fieldset.localize .compare .radio a{border-bottom:1px dotted #ccc}#redactor-modal-box #redactor-modal footer fieldset.localize .create button,fieldset.localize .create #redactor-modal-box #redactor-modal footer button,fieldset.localize .create .btn{margin-top:10px}.form-group.locale .radio label img,fieldset.localize .radio label img{width:15px;margin-left:2px;border-right:4px solid #fff;box-sizing:content-box}.popover.localize-compare .popover-title{font-weight:700}.popover.localize-compare .popover-content{line-height:1.428571429;color:#555}.popover.localize-compare .popover-content .wysiwyg p{margin:0}.popover.localize-compare .popover-content img{max-width:100%}.many-to-many-checklist input[type=checkbox],.many-to-many-checklist input[type=radio]{position:relative;margin-right:8px}.many-to-many-checklist img{padding-right:8px;width:30px}.many-to-many-checklist .edit{margin-left:8px;display:none}.many-to-many-checklist .checkbox:hover .edit,.many-to-many-checklist .radio:hover .edit{display:inline-block}.many-to-many-checklist.two-col .checkbox,.many-to-many-checklist.two-col .radio{display:inline-block;width:50%;padding:0 5px 0 0;margin-bottom:5px;margin-top:0}@media (max-width:480px){.many-to-many-checklist.two-col .checkbox,.many-to-many-checklist.two-col .radio{width:auto;display:block}}.many-to-many-checklist.two-col .checkbox label,.many-to-many-checklist.two-col .radio label{position:relative;display:block;background-color:#f9f9f9;border-radius:3px;padding:7px;padding-left:30px;white-space:nowrap}.many-to-many-checklist.two-col .checkbox .title,.many-to-many-checklist.two-col .radio .title{display:inline-block;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;width:100%}.many-to-many-checklist.two-col .checkbox .edit,.many-to-many-checklist.two-col .radio .edit{position:absolute;right:10px;top:10px}.many-to-many-checklist.two-col:hover .checkbox label,.many-to-many-checklist.two-col:hover .radio label{background:#f1f1f1}.many-to-many-form{display:inline-block;position:relative;line-height:0}#redactor-modal-box #redactor-modal footer .many-to-many-form button.outline[disabled],.many-to-many-form #redactor-modal-box #redactor-modal footer button.outline[disabled],.many-to-many-form .btn.outline[disabled]{opacity:.3}#redactor-modal-box #redactor-modal .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .many-to-many-form select,.many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.many-to-many-form #redactor-modal-box #redactor-modal select,.many-to-many-form .form-control{box-shadow:none;-webkit-appearance:none;outline:none;background:none;padding-left:23px;width:54px}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .legend .many-to-many-form select,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.legend .many-to-many-form #redactor-modal-box #redactor-modal select,.legend .many-to-many-form .form-control{border-color:rgba(176,87,0,.85);color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input.placeholder[type=text],#redactor-modal-box #redactor-modal .legend .many-to-many-form select.placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input.placeholder[type=text],.legend .many-to-many-form #redactor-modal-box #redactor-modal select.placeholder,.legend .many-to-many-form .form-control.placeholder{color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]:-moz-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]::-moz-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select:-moz-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select::-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select:-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select::-moz-placeholder,.legend .many-to-many-form .form-control:-moz-placeholder,.legend .many-to-many-form .form-control::-moz-placeholder{color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]:-ms-input-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select:-ms-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-ms-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select:-ms-input-placeholder,.legend .many-to-many-form .form-control:-ms-input-placeholder{color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]::-webkit-input-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select::-webkit-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-webkit-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select::-webkit-input-placeholder,.legend .many-to-many-form .form-control::-webkit-input-placeholder{color:#b05700}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select,.header .many-to-many-form .form-control{border-color:hsla(0,0%,100%,.85);color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input.placeholder[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select.placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input.placeholder[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select.placeholder,.header .many-to-many-form .form-control.placeholder{color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]:-moz-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]::-moz-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select:-moz-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select::-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select:-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select::-moz-placeholder,.header .many-to-many-form .form-control:-moz-placeholder,.header .many-to-many-form .form-control::-moz-placeholder{color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]:-ms-input-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select:-ms-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-ms-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select:-ms-input-placeholder,.header .many-to-many-form .form-control:-ms-input-placeholder{color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]::-webkit-input-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select::-webkit-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-webkit-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select::-webkit-input-placeholder,.header .many-to-many-form .form-control::-webkit-input-placeholder{color:#fff}.many-to-many-form .tt-dropdown-menu{font-size:12px;text-align:left}.many-to-many-form .tt-dropdown-menu .tt-suggestion{padding-left:8px;padding-right:8px}.many-to-many-form .glyphicon-search{font-size:12px;position:absolute;left:7px;top:7px}.many-to-many-form .twitter-typeahead input{transition:all .5s ease}.many-to-many-form .twitter-typeahead input:focus{width:125px}.many-to-many-form .twitter-typeahead input[disabled]{background:none!important;width:125px}.header .many-to-many-form{z-index:701}.header .many-to-many-form .glyphicon-search{left:10px;top:10px;font-size:14px}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select,.header .many-to-many-form .form-control{padding-left:28px;width:70px}#redactor-modal-box #redactor-modal .header .many-to-many-form input[disabled][type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]:focus,#redactor-modal-box #redactor-modal .header .many-to-many-form select:focus,#redactor-modal-box #redactor-modal .header .many-to-many-form select[disabled],.header .many-to-many-form #redactor-modal-box #redactor-modal input[disabled][type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:focus,.header .many-to-many-form #redactor-modal-box #redactor-modal select:focus,.header .many-to-many-form #redactor-modal-box #redactor-modal select[disabled],.header .many-to-many-form .form-control:focus,.header .many-to-many-form .form-control[disabled]{padding-left:28px;width:150px}@media (max-width:768px){#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select,.header .many-to-many-form .form-control{width:37px;padding-left:23px}}.time-field .input-group{width:150px}.bootstrap-timepicker-widget{width:200px;left:112px}.form-group.video-encoder .progress{margin-bottom:0}.form-group.video-encoder .progress .progress-bar{font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-size:12px;text-shadow:none;text-transform:capitalize}.form-group.video-encoder video{max-width:100%}.form-group.video-encoder .player{margin-top:5px;display:inline-block;line-height:0;border:1px solid #ddd;border-radius:0 0 4px 4px}.form-group.video-encoder .stats{background:#f5f5f5;padding:4px}.form-group.video-encoder .stats span{vertical-align:middle}.form-group.video-encoder .stats .label{display:inline-block;color:#737373;font-weight:400}.form-group.video-encoder .stats .badge{background:#aaa;margin-left:2px}.form-group.video-encoder .stats .badge a{color:#fff}.cke_bottom,.cke_chrome,.cke_top{background:#f5f5f5}.wysiwyg-wrap .cke_combo_button{margin-bottom:3px}.form-group .redactor-box{margin-bottom:0;border:1px solid #ccc;border-radius:4px;overflow:hidden}.form-group .redactor-box .redactor-toolbar{background:#f5f5f5;border-radius:4px 4px 0 0;box-shadow:none;border-bottom:1px solid #ccc}.form-group .redactor-box .redactor-toolbar li a:hover{background:#67bfb6;color:#fff}.form-group .redactor-box .redactor-editor{border:none;padding:8px 12px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);font-family:inherit!important;line-height:inherit;background:none}.form-group .redactor-box .redactor-editor a{border:none}.form-group .redactor-box .redactor-editor b,.form-group .redactor-box .redactor-editor strong{font-size:inherit}.form-group .redactor-box .redactor-editor h1,.form-group .redactor-box .redactor-editor h2,.form-group .redactor-box .redactor-editor h3,.form-group .redactor-box .redactor-editor h4,.form-group .redactor-box .redactor-editor h5,.form-group .redactor-box .redactor-editor h6{font-family:inherit;font-weight:inherit;line-height:inherit}.form-group .redactor-box textarea{border-radius:0;font-family:Menlo,Monaco,Consolas,Courier New,monospace;padding:8px 12px;background:#1d1f21;color:#36ca0e}body .redactor-dropdown:not(.redactor-dropdown-box-fontcolor) a:hover{background:#67bfb6!important;color:#fff!important}body .redactor-dropdown.redactor-dropdown-box-fontcolor a:hover{border-color:#67bfb6!important}#redactor-droparea-placeholder input[type=file]{display:inline}#redactor-modal-box #redactor-modal{font-family:inherit}#redactor-modal-box #redactor-modal:after{content:"";display:table;clear:both}#redactor-modal-box #redactor-modal input[type=checkbox],#redactor-modal-box #redactor-modal input[type=radio]{margin-right:5px}#redactor-modal-box #redactor-modal footer{float:left;padding:0 40px 40px}#redactor-modal-box #redactor-modal footer:after{content:"";display:table;clear:both}#redactor-modal-box #redactor-modal footer button{float:right;width:auto!important;font-family:inherit;margin-right:2px}.admins.index .listing .group{text-transform:capitalize}.admin-permissions .permissions-list{transition:height .3s;overflow:hidden}.admin-permissions .permissions-list .permissions-list-inner{padding-top:6px}@media (max-width:768px){.admin-permissions .permissions-list .permissions-list-inner{padding-top:0}}.admin-permissions.closed .permissions-list{height:0!important}.admin-permissions .controller{padding-top:6px;border-bottom:1px dashed #ddd}.admin-permissions .controller:after{content:"";display:table;clear:both}.admin-permissions .controller:last-of-type{border-bottom:none}.admin-permissions .controller .title{font-weight:700;float:left;max-width:110px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:768px){.admin-permissions .controller .title{float:none;width:auto;margin-bottom:2px;display:block}}.admin-permissions .controller-permissions{margin-left:120px}@media (max-width:768px){.admin-permissions .controller-permissions{margin-left:0}}.admin-permissions .controller-permission{font-weight:400;width:120px;margin-bottom:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-permissions .controller-permission span{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.changes.index .listing .activity img{width:24px}.changes.index .listing .activity b{font-size:13px}.changes.index .listing .glyphicon-filter{position:relative;top:2px}.changes.index .listing span.glyphicon{opacity:.3}.changes-modal .modal-footer img{width:22px;border:1px solid #ddd;margin-right:3px}.changes-modal dl{margin-bottom:0}#commands{margin-left:-15px;margin-right:-15px}#commands:after{content:"";display:table;clear:both}#commands table{width:100%;margin:8px 0}#commands td:first-child{padding-right:10px;width:1px}#commands td:last-child{font-weight:700}#commands td:last-child p{margin:0}#commands td:last-child p:not(:last-of-type){display:inline-block}#commands td:last-child small{font-weight:400}#commands td{padding-top:3px;padding-bottom:3px}#commands td img{width:18px;height:18px;margin-left:5px;display:none}body.index #main{padding-bottom:0}body.elements.field{background:#fff}body.elements.field #main{padding:0;margin:0}body.elements.field #main fieldset{background:none;border:none;margin:0;box-shadow:none}body.elements.field .legend .glyphicon-chevron-right{font-size:7px;top:-2px;margin:0 3px}body.elements.field .form-actions{position:static;padding:8px;line-height:inherit;height:auto}#redactor-modal-box #redactor-modal footer body.elements.field .form-actions button,body.elements.field .form-actions #redactor-modal-box #redactor-modal footer button,body.elements.field .form-actions .btn{padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px}body.elements.index #main{padding-bottom:60px}body.elements.index .row{position:relative}body.elements.index .tab-sidebar{width:200px;position:absolute;right:15px;top:0;margin-bottom:90px}body.elements.index .tab-sidebar.affix{position:fixed;right:30px}@media (min-width:1280px){body.elements.index .tab-sidebar.affix{right:auto;left:1050px}}body.elements.index .tab-content{margin-right:260px;overflow:visible}@media (min-width:769px){body.elements.index .tab-content{padding-left:30px}}body.elements.index .tab-pane{margin-left:-15px;margin-right:-15px}body.elements.index .tab-pane:after{content:"";display:table;clear:both}@media (max-width:768px){body.elements.index .tab-pane{margin-left:0;margin-right:0}body.elements.index .tab-pane:after{content:"";display:table;clear:both}}body.elements.index .nav-pills a{color:#777;background:#fff;margin:4px 0;font-size:13px;font-weight:300;font-family:Roboto Slab;padding:7px 15px}@media (max-width:768px){body.elements.index .nav-pills a{padding-left:8px;padding-right:8px}}body.elements.index .nav-pills a:hover{color:#6a6a6a;background:#fafafa}@media (min-width:769px){body.elements.index .nav-pills li:first-child a{margin-top:0}}body.elements.index .nav-pills>.active>a,body.elements.index .nav-pills>.active>a:focus,body.elements.index .nav-pills>.active>a:hover,body.elements.index .nav-pills a:active{color:#fff;background:#67bfb6}body.elements.index .nav-pills{margin-left:0}@media (max-width:768px){body.elements.index .tab-sidebar{width:auto;padding:15px;margin-bottom:0;padding-top:0!important;position:static!important}body.elements.index .locale{width:200px;margin-right:15px;margin-bottom:4px}body.elements.index .nav-pills li{display:inline-block}body.elements.index .nav-pills li a{margin:2px 1px}body.elements.index .tab-content{margin-right:0;padding:0 15px}}body.elements.index fieldset.locale .legend{color:#fff;background:#67bfb6}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline,body.elements.index fieldset.locale .legend .btn.outline{background:none;border:1px solid hsla(0,0%,100%,.85);color:hsla(0,0%,100%,.85)}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:focus,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:hover,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:focus,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:hover,body.elements.index fieldset.locale .legend .btn.outline:active,body.elements.index fieldset.locale .legend .btn.outline:focus,body.elements.index fieldset.locale .legend .btn.outline:hover{background:hsla(0,0%,100%,.15);border-color:#fff;color:#fff}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active span,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:focus span,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:hover span,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active span,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:focus span,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:hover span,body.elements.index fieldset.locale .legend .btn.outline:active span,body.elements.index fieldset.locale .legend .btn.outline:focus span,body.elements.index fieldset.locale .legend .btn.outline:hover span{color:#fff}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline.dropdown-toggle[aria-expanded=true],body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],body.elements.index fieldset.locale .legend .btn.outline.dropdown-toggle[aria-expanded=true]{box-shadow:none;background:hsla(0,0%,100%,.25)}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active,body.elements.index fieldset.locale .legend .btn.outline:active{box-shadow:none;transition:transform .3s}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active .glyphicon,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,body.elements.index fieldset.locale .legend .btn.outline:active .glyphicon{transition:transform .1s;transform:scale(1.2)}#redactor-modal-box #redactor-modal footer .input-group-btn body.elements.index fieldset.locale .legend button.outline,.input-group-btn body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn body.elements.index fieldset.locale .legend .btn.outline{z-index:2}body.elements.index fieldset.locale .legend{border-radius:4px}body.forgot .form-actions,body.reset .form-actions{position:static;width:100%}body.login.index{margin:0;padding:0}body.login.index #main{display:table;width:100%;height:100%;position:absolute;margin:0;padding:0;max-width:none}body.login.index #main .ui{display:table-cell;vertical-align:middle;position:relative;z-index:2;padding:20px;box-sizing:border-box}body.login.index #main .ui .max-width{margin-left:auto;margin-right:auto;max-width:840px;position:relative}@media (max-width:768px){body.login.index #main .ui .max-width{top:0}}body.login.index .bkgd{position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;box-sizing:border-box;background-size:cover;opacity:.1}body.login.index .branding{width:50%;position:relative;float:left}@media (max-width:768px){body.login.index .branding{width:100%!important;padding-bottom:40px;position:static;max-width:380px;margin:0 auto;float:none}}@media (max-width:480px){body.login.index .branding{padding-bottom:20px}}body.login.index .branding h1{font-weight:400;font-size:75px;line-height:.85em;margin-top:0;margin-bottom:15px;transition:all .8s;opacity:0;position:relative;top:-5px}@media (max-width:768px){body.login.index .branding h1{margin-top:0}}@media (max-width:480px){body.login.index .branding h1{font-size:58px}}body.login.index .branding h1.show{top:0;opacity:1}body.login.index .branding h4{margin-left:4px;transition:all .8s;opacity:0;position:relative;top:-5px}body.login.index .branding h4.show{top:0;opacity:1}body.login.index .form{float:right;padding:30px;max-width:380px;border-radius:6px;box-sizing:border-box}@media (max-width:768px){body.login.index .form{padding:15px;float:none}}body.login.index .form .form-group{margin-bottom:5px;padding:5px;border-bottom:none}body.login.index .form .control-label{width:100px;text-align:right}#redactor-modal-box #redactor-modal body.login.index .form input[type=text],#redactor-modal-box #redactor-modal body.login.index .form select,body.login.index .form #redactor-modal-box #redactor-modal input[type=text],body.login.index .form #redactor-modal-box #redactor-modal select,body.login.index .form .form-control{width:190px}body.login.index .form .checkbox input{margin-right:5px}body.login.index .form .form-actions{margin-bottom:0}body.login.index .form .form-actions .buttons{display:inline-block}#redactor-modal-box #redactor-modal footer body.login.index .form .form-actions button,body.login.index .form .form-actions #redactor-modal-box #redactor-modal footer button,body.login.index .form .form-actions .btn{margin-bottom:0}body.login.index .form .buttons{margin-left:110px}@media (max-width:768px){body.login.index .form{position:static;width:100%;margin:0 auto}body.login.index .form .control-label{text-align:left}#redactor-modal-box #redactor-modal body.login.index .form input[type=text],#redactor-modal-box #redactor-modal body.login.index .form select,body.login.index .form #redactor-modal-box #redactor-modal input[type=text],body.login.index .form #redactor-modal-box #redactor-modal select,body.login.index .form .form-control{width:100%}body.login.index .form .fake-label .control-label{display:none}body.login.index .form .checkbox{margin:0}body.login.index .form .buttons{margin-left:0}}body.login.index{background:#67bfb6}@media (max-width:768px){body.login.index{background:linear-gradient(0deg,#67bfb6,#48aba1)}body.login.index .bkgd{background-image:url(/assets/decoy/img/8793d876.jpg);background-position:cover;background-position:50%}body.login.index #decoy-animation{display:none!important}}body.login.index .branding h1{color:#fff;text-shadow:1px 2px 1px #409990}body.login.index .branding h4,body.login.index .branding h4 a{color:#fff;color:hsla(0,0%,100%,.5)}body.login.index .branding h4 a:hover,body.login.index .branding h4 a a:hover{text-decoration:none;color:hsla(0,0%,100%,.7)}body.login.index .form{background:#fff;box-shadow:inset 0 3px 8px rgba(0,0,0,.3);border:1px solid #48aba1}body.login.index .form input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}.moderation .nav-tabs{border-bottom:none}.moderation .nav-tabs a{color:#777}.moderation .nav-tabs a .badge{background-color:#777}.moderation .nav-tabs .active a{color:#333}.moderation .nav-tabs .active a .badge{background-color:#333}.moderation .listing{background:#fff;border:1px solid #ddd;box-shadow:0 2px 0 #ddd;border-radius:4px;margin-bottom:30px;word-wrap:break-word;padding:30px 15px 0;border-radius:0 0 4px 4px;min-height:1px}.moderation .listing:after{content:"";display:table;clear:both}@media (max-width:768px){.moderation .listing{margin-bottom:15px}}@media (max-width:480px){.moderation .listing{margin-bottom:10px}}.moderation .listing .item{padding:8px;margin-bottom:30px;position:relative;padding-bottom:50px;min-height:100px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;border:2px solid #eee}.moderation .listing .item .rollover{display:none;position:absolute;z-index:1;background-color:rgba(0,0,0,.8);color:#f5f5f5;padding:4px;left:8px;right:8px}.moderation .listing .item .rollover .stats{opacity:.5}.moderation .listing .item .rollover .stats:hover{opacity:1}.moderation .listing .item .rollover .caption{margin-bottom:5px}.moderation .listing .item .rollover a{color:#f5f5f5}.moderation .listing .item:hover .rollover{display:block}.moderation .listing .item img{width:100%}.moderation .listing .item.text-layout .rollover{position:inherit;left:inherit;right:inherit}.moderation .listing .item.text-layout .text{font-size:24px;line-height:1.3}@media (max-width:979px) and (min-width:768px){.moderation .listing .item.text-layout .text{font-size:18px}}.moderation .listing .item .actions{position:absolute;left:0;bottom:0;right:0;padding:8px;text-align:center}#redactor-modal-box #redactor-modal footer .moderation .listing .item .actions>button,.moderation .listing .item #redactor-modal-box #redactor-modal footer .actions>button,.moderation .listing .item .actions>.btn{width:49%}.moderation .listing .item label{display:none}.moderation .listing .item select{margin:0;margin-top:6px;width:100%}.moderation .listing .item.approved{border:2px solid #7cc27c}.moderation .listing .item.approved .actions .approve{opacity:.3}.moderation .listing .item.denied{border:2px solid #fbb450}.moderation .listing .item.denied .actions .deny{opacity:.3}.moderation .listing .item.approved-outro{border:2px solid #7cc27c}.moderation .listing .item.denied-outro{border:2px solid #fbb450}.moderation .none{padding-bottom:30px;text-align:center}.moderation{position:relative;width:auto}.moderation .categories{position:absolute;right:0;width:auto}@media (max-width:768px){.moderation .categories{position:static}}.moderation .reload{text-align:center}body.workers.index .actions .status{display:inline-block;padding:3px 7px;margin-bottom:0;font-size:12px;line-height:1.5;color:#b05700;border:1px dashed #b05700;border-radius:3px;margin-right:2px}@media (max-width:480px){body.workers.index .actions{max-width:none;float:none!important;margin-top:10px}}body.workers.index .worker-entry{padding:15px}body.workers.index .worker-entry h3{margin:0}body.workers.index .worker-entry p{margin-bottom:5px}body.workers.index .worker-entry>ul{color:#999;margin-bottom:5px}body.workers.index .worker-entry .log{word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;font-family:Monaco,Menlo,Consolas,Courier New,monospace;background:#1d1f21;color:#36ca0e;padding:8px;border-radius:4px;font-size:12px;overflow:hidden;height:400px;margin-top:15px;transition:all .3s;overflow:scroll}body.workers.index .worker-entry .log.closed{display:block;padding-top:0;padding-bottom:0;margin-top:0;height:0;overflow:hidden}#ajax-progress{border-radius:0;height:3px;margin:0;background:none;box-shadow:none;position:absolute;width:100%;top:-3px;left:0}#ajax-progress .progress-bar-info{background-color:#67bfb6}.bottom-nav{position:fixed;bottom:0;background-color:#242424;z-index:702;font-size:16px;width:200px;height:60px;left:0;transition:left .25s}.bottom-nav,.bottom-nav a{color:#8c8c8c}.bottom-nav.show{left:0}@media (max-width:768px){.bottom-nav{left:-200px}}.bottom-nav .subtitle{font-size:10px}.bottom-nav .subtitle,.bottom-nav .subtitle a{color:#555}.bottom-nav .subtitle a:hover{color:#eee}.bottom-nav .subtitle a:active,.bottom-nav .subtitle a:focus{color:#67bfb6}.bottom-nav .left{padding:12px 10px 0}.bottom-nav .left .logout{transition:background .3s,color .3s}.bottom-nav .left .logout:active,.bottom-nav .left .logout:focus,.bottom-nav .left .logout:hover{transition:background .1s,color .1s}.bottom-nav .left .logout:hover{color:#eee}.bottom-nav .left .logout:active,.bottom-nav .left .logout:focus{color:#67bfb6}.bottom-nav .left .glyphicon-log-out{font-size:12px;top:0}.bottom-nav .left .glyphicon-heart{margin-right:3px}.bottom-nav .right{display:block;position:absolute;right:0;top:0;bottom:0;padding:12px 10px 0;text-align:center;transition:background .3s,color .3s}.bottom-nav .right .glyphicon-globe{top:2px}.bottom-nav .right:active,.bottom-nav .right:focus,.bottom-nav .right:hover{transition:background .1s,color .1s}.bottom-nav .right:hover{background:#2b2b2b}.bottom-nav .right:hover,.bottom-nav .right:hover *{color:#eee}.bottom-nav .right:active,.bottom-nav .right:focus{background:#67bfb6}.bottom-nav .right:active,.bottom-nav .right:active *,.bottom-nav .right:focus,.bottom-nav .right:focus *{color:#fff}@media (max-width:480px){.bottom-nav{height:45px}.bottom-nav .subtitle{display:none}}.navigation .top-level-nav{padding:0;margin:0;border-top:1px solid #2e2e2e}.navigation .top-level-nav .main-nav a{display:block;border-bottom:1px solid #2e2e2e;color:#8c8c8c;font-weight:300;font-weight:700;font-size:12px;padding:10px;cursor:pointer}.navigation .top-level-nav .main-nav a .glyphicon{display:inline-block;padding-right:5px}.navigation .top-level-nav .main-nav .top-level{position:relative;background-color:#3b3b3b}.navigation .top-level-nav .main-nav .top-level:active{color:#eee;background:#67bfb6}.navigation .top-level-nav .main-nav .top-level:hover,.navigation .top-level-nav .main-nav .top-level:hover .glyphicon{color:#eee}.navigation .top-level-nav .main-nav .top-level.parent:after{color:#4c4c4c;transition:all .25s;content:"\203A";display:block;position:absolute;font-size:24px;font-weight:400;right:10px;bottom:4px}.navigation .top-level-nav .main-nav .top-level:active:after{color:#eee;transition:color .1s}.navigation .top-level-nav .main-nav.active .top-level{color:#eee}.navigation .top-level-nav .main-nav.active .top-level .glyphicon{color:#67bfb6}.navigation .top-level-nav .main-nav.active .top-level:active .glyphicon{color:#eee;transition:color .1s}.navigation .top-level-nav .main-nav.open .top-level.parent:after{transform:rotate(90deg);bottom:0}.navigation .top-level-nav .main-nav .subnav{background-color:#242424;overflow:hidden;max-height:0;transition:max-height .45s}.navigation .top-level-nav .main-nav .subnav a{font-size:12px;font-weight:300;padding:8px;position:relative;border-bottom:1px solid #292929;padding-left:29px}.navigation .top-level-nav .main-nav .subnav a .glyphicon{margin-left:-20px}.navigation .top-level-nav .main-nav .subnav a:after{content:"";border:1px solid #404040;background-color:#404040;border-radius:50%;height:6px;width:6px;display:block;position:absolute;left:13px;bottom:12px}.navigation .top-level-nav .main-nav .subnav a:hover{background-color:#2e2e2e;color:#eee}.navigation .top-level-nav .main-nav .subnav a:hover:after{border:1px solid #eee;background-color:#eee}.navigation .top-level-nav .main-nav .subnav a:active{background:#67bfb6}.navigation .top-level-nav .main-nav .subnav a.active{color:#eee;background-color:#2e2e2e}.navigation .top-level-nav .main-nav .subnav a.active:after{border:1px solid #67bfb6;background-color:#67bfb6}.navigation .top-level-nav .main-nav.open .subnav{max-height:500px}@media (max-width:768px){.navigation{left:-200px}}.sidebar{position:fixed;top:0;left:0;width:200px;background-color:#333;color:#aaa;z-index:702;border-top:4px solid #67bfb6;overflow-y:auto;overflow-x:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);bottom:60px;box-sizing:content-box;transition:left .25s}@media (max-width:768px){.sidebar{bottom:45px;left:-200px}}.sidebar.show{left:0}@media (max-width:768px){.sidebar.show{box-shadow:0 0 25px rgba(51,51,51,.4)}}.sidebar a,.sidebar a:hover{text-decoration:none!important}.sidebar .close-nav{display:none}@media (max-width:768px){.sidebar .close-nav{display:inline-block;position:absolute;top:7px;right:7px}.sidebar .close-nav .close{opacity:1;color:#fff;font-size:14px;padding:1px 0 4px 2px}}.sidebar .dashboard{padding:10px;padding-left:8px;display:block;line-height:40px}.sidebar .dashboard:after{content:"";display:table;clear:both}.sidebar .dashboard:hover{background-color:#383838}@media (max-width:768px){.sidebar .dashboard{line-height:26px}}.sidebar .dashboard .name{color:#dedede;padding-left:4px;font-family:Roboto Slab;font-weight:300;font-size:16px}.sidebar .dashboard .gravatar{float:right;width:40px;height:40px}@media (max-width:768px){.sidebar .dashboard .gravatar{display:none}}/*! * Datepicker for Bootstrap v1.7.0 (https://github.com/uxsolutions/bootstrap-datepicker) * * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) diff --git a/dist/index.min.js b/dist/index.min.js index ea7cc1e1..de9343ff 100644 --- a/dist/index.min.js +++ b/dist/index.min.js @@ -1,4 +1,4 @@ -/*! 📝 Bukwild 💾 9.11.17 👍 */ +/*! 📝 Bukwild 💾 10.10.17 👍 */ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("decoy",[],e):"object"==typeof exports?exports.decoy=e():t.decoy=e()}(this,function(){return function(t){function e(n){if(i[n])return i[n].exports;var r=i[n]={exports:{},id:n,loaded:!1};return t[n].call(r.exports,r,r.exports,e),r.loaded=!0,r.exports}var i={};return e.m=t,e.c=i,e.p="/assets/decoy/",e(0)}(function(t){for(var e in t)if(Object.prototype.hasOwnProperty.call(t,e))switch(typeof t[e]){case"function":break;case"object":t[e]=function(e){var i=e.slice(1),n=t[e[0]];return function(t,e,r){n.apply(this,[t,e,r].concat(i))}}(t[e]);break;default:t[e]=t[t[e]]}return t}([function(t,e,i){i(12).init()},function(t,e,i){(function(e){t.exports=e.$=i(52)}).call(e,function(){return this}())},function(t,e,i){var n;(function(t,r){(function(){function s(t,e){if(t!==e){var i=null===t,n=t===E,r=t===t,s=null===e,o=e===E,a=e===e;if(t>e&&!s||!r||i&&!o&&a||n&&a)return 1;if(t-1;);return i}function u(t,e){for(var i=t.length;i--&&e.indexOf(t.charAt(i))>-1;);return i}function d(t,e){return s(t.criteria,e.criteria)||t.index-e.index}function p(t,e,i){for(var n=-1,r=t.criteria,o=e.criteria,a=r.length,l=i.length;++n=l)return h;var c=i[n];return h*("asc"===c||c===!0?1:-1)}}return t.index-e.index}function f(t){return Vt[t]}function g(t){return qt[t]}function m(t,e,i){return e?t=Kt[t]:i&&(t=Jt[t]),"\\"+t}function v(t){return"\\"+Jt[t]}function y(t,e,i){for(var n=t.length,r=e+(i?0:-1);i?r--:++r=9&&t<=13||32==t||160==t||5760==t||6158==t||t>=8192&&(t<=8202||8232==t||8233==t||8239==t||8287==t||12288==t||65279==t)}function w(t,e){for(var i=-1,n=t.length,r=-1,s=[];++i=W?fi(e):null,h=e.length;l&&(s=Jt,o=!1,e=l);t:for(;++rr?0:r+i),n=n===E||n>r?r:+n||0,n<0&&(n+=r),r=i>n?0:n>>>0,i>>>=0;ir?0:r+e),i=i===E||i>r?r:+i||0,i<0&&(i+=r),r=e>i?0:i-e>>>0,e>>>=0;for(var s=Us(r);++n=W,l=o?fi():null,h=[];l?(n=Jt,s=!1):(o=!1,l=e?[]:h);t:for(;++i>>1,o=t[s];(i?o<=e:o2?i[r-2]:E,o=r>2?i[2]:E,a=r>1?i[r-1]:E;for("function"==typeof s?(s=si(s,a,5),r-=2):(s="function"==typeof a?a:E,r-=s?1:0),o&&Qi(i[0],i[1],o)&&(s=r<3?E:s,r=1);++n-1?i[s]:E}return Ae(i,n,t)}}function wi(t){return function(e,i,n){return e&&e.length?(i=Ui(i,n,3),o(e,i,t)):-1}}function Ti(t){return function(e,i,n){return i=Ui(i,n,3),Ae(e,i,t,!0)}}function Ci(t){return function(){for(var e,i=arguments.length,r=t?i:-1,s=0,o=Us(i);t?r--:++r=W)return e.plant(n).value();for(var r=0,s=i?o[r].apply(this,t):n;++r=e||!xo(e))return"";var r=e-n;return i=null==i?" ":i+"",ms(i,mo(r/i.length)).slice(0,r)}function Li(t,e,i,n){function r(){for(var e=-1,a=arguments.length,l=-1,h=n.length,c=Us(h+a);++ll))return!1;for(;++a-1&&t%1==0&&t-1&&t%1==0&&t<=$o}function nn(t){return t===t&&!Ir(t)}function rn(t,e){var i=t[1],n=e[1],r=i|n,s=r-1;)po.call(e,s,1);return e}function Dn(t,e,i){var n=[];if(!t||!t.length)return n;var r=-1,s=[],o=t.length;for(e=Ui(e,i,3);++r-1:!!r&&Wi(t,e,i)>-1}function tr(t,e,i){var n=Da(t)?le:Be;return e=Ui(e,i,3),n(t,e)}function er(t,e){return tr(t,Ls(e))}function ir(t,e,i){var n=Da(t)?ae:Ee;return e=Ui(e,i,3),n(t,function(t,i,n){return!e(t,i,n)})}function nr(t,e,i){if(i?Qi(t,e,i):null==e){t=cn(t);var n=t.length;return n>0?t[Ve(0,n-1)]:E}var r=-1,s=qr(t),n=s.length,o=n-1;for(e=Co(e<0?0:+e||0,n);++r0&&(i=e.apply(this,arguments)),t<=1&&(e=E),i}}function pr(t,e,i){function n(){p&&oo(p),h&&oo(h),g=0,h=p=f=E}function r(e,i){i&&oo(i),h=p=f=E,e&&(g=ga(),c=t.apply(d,l),p||h||(l=d=E))}function s(){var t=e-(ga()-u);t<=0||t>e?r(f,h):p=uo(s,t)}function o(){r(v,p)}function a(){if(l=arguments,u=ga(),d=this,f=v&&(p||!y),m===!1)var i=y&&!p;else{h||y||(g=u);var n=m-(u-g),r=n<=0||n>m;r?(h&&(h=oo(h)),g=u,c=t.apply(d,l)):h||(h=uo(o,n))}return r&&p?p=oo(p):p||e===m||(p=uo(s,e)),i&&(r=!0,c=t.apply(d,l)),!r||p||h||(l=d=E),c}var l,h,c,u,d,p,f,g=0,m=!1,v=!0;if("function"!=typeof t)throw new Xs(G);if(e=e<0?0:+e||0,i===!0){var y=!0;v=!1}else Ir(i)&&(y=!!i.leading,m="maxWait"in i&&To(+i.maxWait||0,e),v="trailing"in i?!!i.trailing:v);return a.cancel=n,a}function fr(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new Xs(G);var i=function(){var n=arguments,r=e?e.apply(this,n):n[0],s=i.cache;if(s.has(r))return s.get(r);var o=t.apply(this,n);return i.cache=s.set(r,o),o};return i.cache=new fr.Cache,i}function gr(t){if("function"!=typeof t)throw new Xs(G);return function(){return!t.apply(this,arguments)}}function mr(t){return dr(2,t)}function vr(t,e){if("function"!=typeof t)throw new Xs(G);return e=To(e===E?t.length-1:+e||0,0),function(){for(var i=arguments,n=-1,r=To(i.length-e,0),s=Us(r);++ne}function kr(t,e){return t>=e}function _r(t){return b(t)&&Ki(t)&&to.call(t,"callee")&&!ho.call(t,"callee")}function Sr(t){return t===!0||t===!1||b(t)&&io.call(t)==X}function Er(t){return b(t)&&io.call(t)==K}function Ar(t){return!!t&&1===t.nodeType&&b(t)&&!Ur(t)}function Dr(t){return null==t||(Ki(t)&&(Da(t)||Wr(t)||_r(t)||b(t)&&Lr(t.splice))?!t.length:!Ua(t).length)}function Mr(t,e,i,n){i="function"==typeof i?si(i,n,3):E;var r=i?i(t,e):E;return r===E?Fe(t,e,i):!!r}function Rr(t){return b(t)&&"string"==typeof t.message&&io.call(t)==J}function $r(t){return"number"==typeof t&&xo(t)}function Lr(t){return Ir(t)&&io.call(t)==Q}function Ir(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Fr(t,e,i,n){return i="function"==typeof i?si(i,n,3):E,Pe(t,Hi(e),i)}function Or(t){return Nr(t)&&t!=+t}function Pr(t){return null!=t&&(Lr(t)?ro.test(Zs.call(t)):b(t)&&Ot.test(t))}function Br(t){return null===t}function Nr(t){return"number"==typeof t||b(t)&&io.call(t)==tt}function Ur(t){var e;if(!b(t)||io.call(t)!=et||_r(t)||!to.call(t,"constructor")&&(e=t.constructor,"function"==typeof e&&!(e instanceof e)))return!1;var i;return Me(t,function(t,e){i=e}),i===E||to.call(t,i)}function jr(t){return Ir(t)&&io.call(t)==it}function Wr(t){return"string"==typeof t||b(t)&&io.call(t)==rt}function Hr(t){return b(t)&&en(t.length)&&!!zt[io.call(t)]}function zr(t){return t===E}function Gr(t,e){return t0;++n=Co(e,i)&&t=0&&t.indexOf(e,i)==i}function ds(t){return t=h(t),t&&Tt.test(t)?t.replace(xt,g):t}function ps(t){return t=h(t),t&&Mt.test(t)?t.replace(Dt,m):t||"(?:)"}function fs(t,e,i){t=h(t),e=+e;var n=t.length;if(n>=e||!xo(e))return t;var r=(e-n)/2,s=yo(r),o=mo(r);return i=$i("",o,i),i.slice(0,s)+t+i}function gs(t,e,i){return(i?Qi(t,e,i):null==e)?e=0:e&&(e=+e),t=bs(t),_o(t,e||(Ft.test(t)?16:10))}function ms(t,e){var i="";if(t=h(t),e=+e,e<1||!t||!xo(e))return i;do e%2&&(i+=t),e=yo(e/2),t+=t;while(e);return i}function vs(t,e,i){return t=h(t),i=null==i?0:Co(i<0?0:+i||0,t.length),t.lastIndexOf(e,i)==i}function ys(t,i,n){var r=e.templateSettings;n&&Qi(t,i,n)&&(i=n=E),t=h(t),i=me(ve({},n||i),r,ge);var s,o,a=me(ve({},i.imports),r.imports,ge),l=Ua(a),c=ti(a,l),u=0,d=i.interpolate||Nt,p="__p += '",f=qs((i.escape||Nt).source+"|"+d.source+"|"+(d===_t?Lt:Nt).source+"|"+(i.evaluate||Nt).source+"|$","g"),g="//# sourceURL="+("sourceURL"in i?i.sourceURL:"lodash.templateSources["+ ++Ht+"]")+"\n";t.replace(f,function(e,i,n,r,a,l){return n||(n=r),p+=t.slice(u,l).replace(Ut,v),i&&(s=!0,p+="' +\n__e("+i+") +\n'"),a&&(o=!0,p+="';\n"+a+";\n__p += '"),n&&(p+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),u=l+e.length,e}),p+="';\n";var m=i.variable;m||(p="with (obj) {\n"+p+"\n}\n"),p=(o?p.replace(mt,""):p).replace(vt,"$1").replace(yt,"$1;"),p="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(s?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+p+"return __p\n}";var y=Ja(function(){return Hs(l,g+"return "+p).apply(E,c)});if(y.source=p,Rr(y))throw y;return y}function bs(t,e,i){var n=t;return(t=h(t))?(i?Qi(n,e,i):null==e)?t.slice(C(t),k(t)+1):(e+="",t.slice(c(t,e),u(t,e)+1)):t}function xs(t,e,i){var n=t;return t=h(t),t?(i?Qi(n,e,i):null==e)?t.slice(C(t)):t.slice(c(t,e+"")):t}function ws(t,e,i){var n=t;return t=h(t),t?(i?Qi(n,e,i):null==e)?t.slice(0,k(t)+1):t.slice(0,u(t,e+"")+1):t}function Ts(t,e,i){i&&Qi(t,e,i)&&(e=E);var n=B,r=N;if(null!=e)if(Ir(e)){var s="separator"in e?e.separator:s;n="length"in e?+e.length||0:n,r="omission"in e?h(e.omission):r}else n=+e||0;if(t=h(t),n>=t.length)return t;var o=n-r.length;if(o<1)return r;var a=t.slice(0,o);if(null==s)return a+r;if(jr(s)){if(t.slice(o).search(s)){var l,c,u=t.slice(0,o);for(s.global||(s=qs(s.source,(It.exec(s)||"")+"g")),s.lastIndex=0;l=s.exec(u);)c=l.index;a=a.slice(0,null==c?o:c)}}else if(t.indexOf(s,o)!=o){var d=a.lastIndexOf(s);d>-1&&(a=a.slice(0,d))}return a+r}function Cs(t){return t=h(t),t&&wt.test(t)?t.replace(bt,_):t}function ks(t,e,i){return i&&Qi(t,e,i)&&(e=E),t=h(t),t.match(e||jt)||[]}function _s(t,e,i){return i&&Qi(t,e,i)&&(e=E),b(t)?As(t):xe(t,e)}function Ss(t){return function(){return t}}function Es(t){return t}function As(t){return Ne(we(t,!0))}function Ds(t,e){return Ue(t,we(e,!0))}function Ms(t,e,i){if(null==i){var n=Ir(e),r=n?Ua(e):E,s=r&&r.length?Le(e,r):E;(s?s.length:n)||(s=!1,i=e,e=t,t=this)}s||(s=Le(e,Ua(e)));var o=!0,a=-1,l=Lr(t),h=s.length;i===!1?o=!1:Ir(i)&&"chain"in i&&(o=i.chain);for(;++a>>1,$o=9007199254740991,Lo=go&&new go,Io={};e.support={},e.templateSettings={escape:Ct,evaluate:kt,interpolate:_t,variable:"",imports:{_:e}};var Fo=function(){function t(){}return function(e){if(Ir(e)){t.prototype=e;var i=new t;t.prototype=E}return i||{}}}(),Oo=ui(Re),Po=ui($e,!0),Bo=di(),No=di(!0),Uo=Lo?function(t,e){return Lo.set(t,e),t}:Es,jo=Lo?function(t){return Lo.get(t)}:$s,Wo=He("length"),Ho=function(){var t=0,e=0;return function(i,n){var r=ga(),s=j-(r-e);if(e=r,s>0){if(++t>=U)return i}else t=0;return Uo(i,n)}}(),zo=vr(function(t,e){return b(t)&&Ki(t)?Ce(t,De(e,!1,!0)):[]}),Go=wi(),Vo=wi(!0),qo=vr(function(t){for(var e=t.length,i=e,n=Us(u),r=Wi(),s=r==a,o=[];i--;){var l=t[i]=Ki(l=t[i])?l:[];n[i]=s&&l.length>=120?fi(i&&l):null}var h=t[0],c=-1,u=h?h.length:0,d=n[0];t:for(;++c2?t[e-2]:E,n=e>1?t[e-1]:E;return e>2&&"function"==typeof i?e-=2:(i=e>1&&"function"==typeof n?(--e,n):E,n=E),t.length=e,Bn(t,i,n)}),ea=vr(function(t){return t=De(t),this.thru(function(e){return Zt(Da(e)?e:[un(e)],t)})}),ia=vr(function(t,e){return ye(t,De(e))}),na=hi(function(t,e,i){to.call(t,i)?++t[i]:t[i]=1}),ra=xi(Oo),sa=xi(Po,!0),oa=ki(ee,Oo),aa=ki(ie,Po),la=hi(function(t,e,i){to.call(t,i)?t[i].push(e):t[i]=[e]}),ha=hi(function(t,e,i){t[i]=e}),ca=vr(function(t,e,i){var n=-1,r="function"==typeof e,s=Zi(e),o=Ki(t)?Us(t.length):[];return Oo(t,function(t){var a=r?e:s&&null!=t?t[e]:E;o[++n]=a?a.apply(t,i):Xi(t,e,i)}),o}),ua=hi(function(t,e,i){t[i?0:1].push(e)},function(){return[[],[]]}),da=Mi(ce,Oo),pa=Mi(ue,Po),fa=vr(function(t,e){if(null==t)return[];var i=e[2];return i&&Qi(e[0],e[1],i)&&(e.length=1),Je(t,De(e),[])}),ga=ko||function(){return(new js).getTime()},ma=vr(function(t,e,i){var n=D;if(i.length){var r=w(i,ma.placeholder);n|=I}return Oi(t,n,e,i,r)}),va=vr(function(t,e){e=e.length?De(e):Kr(t);for(var i=-1,n=e.length;++i0||e<0)?new r(i):(t<0?i=i.takeRight(-t):t&&(i=i.drop(t)),e!==E&&(e=+e||0,i=e<0?i.dropRight(-e):i.take(e-t)),i)},r.prototype.takeRightWhile=function(t,e){return this.reverse().takeWhile(t,e).reverse()},r.prototype.toArray=function(){return this.take(Ao)},Re(r.prototype,function(t,i){var s=/^(?:filter|map|reject)|While$/.test(i),o=/^(?:first|last)$/.test(i),a=e[o?"take"+("last"==i?"Right":""):i];a&&(e.prototype[i]=function(){var e=o?[1]:arguments,i=this.__chain__,l=this.__wrapped__,h=!!this.__actions__.length,c=l instanceof r,u=e[0],d=c||Da(l);d&&s&&"function"==typeof u&&1!=u.length&&(c=d=!1);var p=function(t){return o&&i?a(t,1)[0]:a.apply(E,he([t],e))},f={func:Hn,args:[p],thisArg:E},g=c&&!h;if(o&&!i)return g?(l=l.clone(),l.__actions__.push(f),t.call(l)):a.call(E,this.value())[0];if(!o&&d){l=g?l:new r(this);var m=t.apply(l,e);return m.__actions__.push(f),new n(m,i)}return this.thru(p)})}),ee(["join","pop","push","replace","shift","sort","splice","split","unshift"],function(t){var i=(/^(?:replace|split)$/.test(t)?Qs:Ks)[t],n=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",r=/^(?:join|pop|replace|shift)$/.test(t);e.prototype[t]=function(){var t=arguments;return r&&!this.__chain__?i.apply(this.value(),t):this[n](function(e){return i.apply(e,t)})}}),Re(r.prototype,function(t,i){var n=e[i];if(n){var r=n.name,s=Io[r]||(Io[r]=[]);s.push({name:i,func:n})}}),Io[Ri(E,M).name]=[{name:"wrapper",func:E}],r.prototype.clone=x,r.prototype.reverse=Z,r.prototype.value=nt,e.prototype.chain=zn,e.prototype.commit=Gn,e.prototype.concat=ea,e.prototype.plant=Vn,e.prototype.reverse=qn,e.prototype.toString=Yn,e.prototype.run=e.prototype.toJSON=e.prototype.valueOf=e.prototype.value=Xn,e.prototype.collect=e.prototype.map,e.prototype.head=e.prototype.first,e.prototype.select=e.prototype.filter,e.prototype.tail=e.prototype.rest,e}var E,A="3.10.1",D=1,M=2,R=4,$=8,L=16,I=32,F=64,O=128,P=256,B=30,N="...",U=150,j=16,W=200,H=1,z=2,G="Expected a function",V="__lodash_placeholder__",q="[object Arguments]",Y="[object Array]",X="[object Boolean]",K="[object Date]",J="[object Error]",Q="[object Function]",Z="[object Map]",tt="[object Number]",et="[object Object]",it="[object RegExp]",nt="[object Set]",rt="[object String]",st="[object WeakMap]",ot="[object ArrayBuffer]",at="[object Float32Array]",lt="[object Float64Array]",ht="[object Int8Array]",ct="[object Int16Array]",ut="[object Int32Array]",dt="[object Uint8Array]",pt="[object Uint8ClampedArray]",ft="[object Uint16Array]",gt="[object Uint32Array]",mt=/\b__p \+= '';/g,vt=/\b(__p \+=) '' \+/g,yt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,bt=/&(?:amp|lt|gt|quot|#39|#96);/g,xt=/[&<>"'`]/g,wt=RegExp(bt.source),Tt=RegExp(xt.source),Ct=/<%-([\s\S]+?)%>/g,kt=/<%([\s\S]+?)%>/g,_t=/<%=([\s\S]+?)%>/g,St=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,Et=/^\w*$/,At=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\n\\]|\\.)*?)\2)\]/g,Dt=/^[:!,]|[\\^$.*+?()[\]{}|\/]|(^[0-9a-fA-Fnrtuvx])|([\n\r\u2028\u2029])/g,Mt=RegExp(Dt.source),Rt=/[\u0300-\u036f\ufe20-\ufe23]/g,$t=/\\(\\)?/g,Lt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,It=/\w*$/,Ft=/^0[xX]/,Ot=/^\[object .+?Constructor\]$/,Pt=/^\d+$/,Bt=/[\xc0-\xd6\xd8-\xde\xdf-\xf6\xf8-\xff]/g,Nt=/($^)/,Ut=/['\n\r\u2028\u2029\\]/g,jt=function(){var t="[A-Z\\xc0-\\xd6\\xd8-\\xde]",e="[a-z\\xdf-\\xf6\\xf8-\\xff]+";return RegExp(t+"+(?="+t+e+")|"+t+"?"+e+"|"+t+"+|[0-9]+","g")}(),Wt=["Array","ArrayBuffer","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Math","Number","Object","RegExp","Set","String","_","clearTimeout","isFinite","parseFloat","parseInt","setTimeout","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap"],Ht=-1,zt={};zt[at]=zt[lt]=zt[ht]=zt[ct]=zt[ut]=zt[dt]=zt[pt]=zt[ft]=zt[gt]=!0,zt[q]=zt[Y]=zt[ot]=zt[X]=zt[K]=zt[J]=zt[Q]=zt[Z]=zt[tt]=zt[et]=zt[it]=zt[nt]=zt[rt]=zt[st]=!1;var Gt={};Gt[q]=Gt[Y]=Gt[ot]=Gt[X]=Gt[K]=Gt[at]=Gt[lt]=Gt[ht]=Gt[ct]=Gt[ut]=Gt[tt]=Gt[et]=Gt[it]=Gt[rt]=Gt[dt]=Gt[pt]=Gt[ft]=Gt[gt]=!0,Gt[J]=Gt[Q]=Gt[Z]=Gt[nt]=Gt[st]=!1;var Vt={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss"},qt={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},Yt={"&":"&","<":"<",">":">",""":'"',"'":"'","`":"`"},Xt={function:!0,object:!0},Kt={0:"x30",1:"x31",2:"x32",3:"x33",4:"x34",5:"x35",6:"x36",7:"x37",8:"x38",9:"x39",A:"x41",B:"x42",C:"x43",D:"x44",E:"x45",F:"x46",a:"x61",b:"x62",c:"x63",d:"x64",e:"x65",f:"x66",n:"x6e",r:"x72",t:"x74",u:"x75",v:"x76",x:"x78"},Jt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Qt=Xt[typeof e]&&e&&!e.nodeType&&e,Zt=Xt[typeof t]&&t&&!t.nodeType&&t,te=Qt&&Zt&&"object"==typeof r&&r&&r.Object&&r,ee=Xt[typeof self]&&self&&self.Object&&self,ie=Xt[typeof window]&&window&&window.Object&&window,ne=(Zt&&Zt.exports===Qt&&Qt,te||ie!==(this&&this.window)&&ie||ee||this),re=S();ne._=re,n=function(){return re}.call(e,i,e,t),!(n!==E&&(t.exports=n))}).call(this)}).call(e,i(7)(t),function(){return this}())},function(t,e,i){var n,r;(function(s){!function(o){var a="object"==typeof self&&self.self===self&&self||"object"==typeof s&&s.global===s&&s;n=[i(2),i(1),e],r=function(t,e,i){a.Backbone=o(a,i,t,e)}.apply(e,n),!(void 0!==r&&(t.exports=r))}(function(t,e,i,n){var r=t.Backbone,s=Array.prototype.slice;e.VERSION="1.3.3",e.$=n,e.noConflict=function(){return t.Backbone=r,this},e.emulateHTTP=!1,e.emulateJSON=!1;var o=function(t,e,n){switch(t){case 1:return function(){return i[e](this[n])};case 2:return function(t){return i[e](this[n],t)};case 3:return function(t,r){return i[e](this[n],l(t,this),r)};case 4:return function(t,r,s){return i[e](this[n],l(t,this),r,s)};default:return function(){var t=s.call(arguments);return t.unshift(this[n]),i[e].apply(i,t)}}},a=function(t,e,n){i.each(e,function(e,r){i[r]&&(t.prototype[r]=o(e,r,n))})},l=function(t,e){return i.isFunction(t)?t:i.isObject(t)&&!e._isModel(t)?h(t):i.isString(t)?function(e){return e.get(t)}:t},h=function(t){var e=i.matches(t);return function(t){return e(t.attributes)}},c=e.Events={},u=/\s+/,d=function(t,e,n,r,s){var o,a=0;if(n&&"object"==typeof n){void 0!==r&&"context"in s&&void 0===s.context&&(s.context=r);for(o=i.keys(n);athis.length&&(r=this.length),r<0&&(r+=this.length+1);var s,o,a=[],l=[],h=[],c=[],u={},d=e.add,p=e.merge,f=e.remove,g=!1,m=this.comparator&&null==r&&e.sort!==!1,v=i.isString(this.comparator)?this.comparator:null;for(o=0;o7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(P,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var e=this.root.slice(0,-1)||"/";return this.location.replace(e+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var n=document.body,r=n.insertBefore(this.iframe,n.firstChild).contentWindow;r.document.open(),r.document.close(),r.location.hash="#"+this.fragment}var s=window.addEventListener||function(t,e){return attachEvent("on"+t,e)};if(this._usePushState?s("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?s("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var t=window.removeEventListener||function(t,e){return detachEvent("on"+t,e)};this._usePushState?t("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&t("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),F.started=!1},route:function(t,e){this.handlers.unshift({route:t,callback:e})},checkUrl:function(t){var e=this.getFragment();return e===this.fragment&&this.iframe&&(e=this.getHash(this.iframe.contentWindow)),e!==this.fragment&&(this.iframe&&this.navigate(e),void this.loadUrl())},loadUrl:function(t){return!!this.matchRoot()&&(t=this.fragment=this.getFragment(t),i.some(this.handlers,function(e){if(e.route.test(t))return e.callback(t),!0}))},navigate:function(t,e){if(!F.started)return!1;e&&e!==!0||(e={trigger:!!e}),t=this.getFragment(t||"");var i=this.root;""!==t&&"?"!==t.charAt(0)||(i=i.slice(0,-1)||"/");var n=i+t;if(t=this.decodeFragment(t.replace(B,"")),this.fragment!==t){if(this.fragment=t,this._usePushState)this.history[e.replace?"replaceState":"pushState"]({},document.title,n);else{if(!this._wantsHashChange)return this.location.assign(n);if(this._updateHash(this.location,t,e.replace),this.iframe&&t!==this.getHash(this.iframe.contentWindow)){var r=this.iframe.contentWindow;e.replace||(r.document.open(),r.document.close()),this._updateHash(r.location,t,e.replace)}}return e.trigger?this.loadUrl(t):void 0}},_updateHash:function(t,e,i){if(i){var n=t.href.replace(/(javascript:|#).*$/,"");t.replace(n+"#"+e)}else t.hash="#"+e}}),e.history=new F;var N=function(t,e){var n,r=this;return n=t&&i.has(t,"constructor")?t.constructor:function(){return r.apply(this,arguments)},i.extend(n,r,e),n.prototype=i.create(r.prototype,t),n.prototype.constructor=n,n.__super__=r.prototype,n};b.extend=w.extend=M.extend=S.extend=F.extend=N;var U=function(){throw new Error('A "url" property or function must be specified')},j=function(t,e){var i=e.error;e.error=function(n){i&&i.call(e.context,t,n,e),t.trigger("error",t,n,e)}};return e})}).call(e,function(){return this}())},function(t,e,i){var n;n=function(){return function(t){return window.LOCALIZATIONS[t]}}.call(e,i,e,t),!(void 0!==n&&(t.exports=n))},function(t,e,i){var n;n=function(t){var e=(i(1),i(2)),n=i(3),r=i(69),s=n.View.extend({found:!1,data:{},id:null,title:null,selection:null,route:null,throttle:150,last_query:null,initialize:function(){e.bindAll(this),this.route=this.$el.data("controller-route"),this.route||(this.route=window.location.pathname),this.$input=this.$('input[type="text"]'),this.bloodhound=new r({limit:15,remote:{url:this.url(),rateLimitWait:this.throttle,wildcard:"%QUERY"},datumTokenizer:function(t){return r.tokenizers.whitespace(t.val)},queryTokenizer:r.tokenizers.whitespace}),this.bloodhound.initialize(),this.$input.typeahead({highlight:!0,hint:!1},{displayKey:"title",source:this.bloodhound.ttAdapter()}),this.$input.on("typeahead:open",e.bind(function(){this.$input.off("input change",this.match),this.$input.on("typeahead:select typeahead:autocomplete",this.match)},this)),this.$input.on("typeahead:close",e.bind(function(){this.$input.off("typeahead:select typeahead:autocomplete",this.match),this.$input.on("input change",this.match)},this))},url:function(){return this.route+"/autocomplete?query=%QUERY"},match:function(t,e,i){e?(this.found=!0,this.title=e.title,this.id=e.id,this.selection=e):this.title!=this.$input.val()&&(this.found=!1,this.title=this.selection=this.id=null)},add:function(t){this.bloodhound.add(t)}});return s}.call(e,i,e,t),!(void 0!==n&&(t.exports=n))},function(t,e){/*! diff --git a/example/public/assets/decoy/index.css b/example/public/assets/decoy/index.css index 12d84b17..7a5e1333 100644 --- a/example/public/assets/decoy/index.css +++ b/example/public/assets/decoy/index.css @@ -1,4 +1,4 @@ -/*! 📝 Bukwild 💾 9.11.17 👍 */ +/*! 📝 Bukwild 💾 10.10.17 👍 */ @import url(//fonts.googleapis.com/css?family=Cabin:400,700|Roboto+Slab:100,300,400);@charset "UTF-8"; /** * Bootstrap variables @@ -7451,8 +7451,7 @@ fieldset, .fieldset { fieldset .legend > .pull-right, .fieldset .legend > .pull-right { margin-right: -3px; } } fieldset.standard-list, .fieldset.standard-list { - padding: 0; - overflow: hidden; } + padding: 0; } fieldset.standard-list .legend, .fieldset.standard-list .legend { margin: 0; } fieldset.standard-list .listing, .fieldset.standard-list .listing { @@ -7467,9 +7466,11 @@ fieldset, .fieldset { fieldset.standard-list .legend > a:hover, fieldset.standard-list .legend > a:focus, .fieldset.standard-list .legend > a:hover, .fieldset.standard-list .legend > a:focus { color: #d08a46; border-bottom-color: #d08a46; } - fieldset.standard-list .table, .fieldset.standard-list .table { - width: calc(100% + 1px); - max-width: none; } + fieldset.standard-list .listing-wrapper, .fieldset.standard-list .listing-wrapper { + overflow: hidden; } + fieldset.standard-list .listing-wrapper .table, .fieldset.standard-list .listing-wrapper .table { + width: calc(100% + 1px); + max-width: none; } fieldset.disabled, .fieldset.disabled { opacity: .7; } fieldset.disabled .legend, .fieldset.disabled .legend { diff --git a/example/public/assets/decoy/index.js b/example/public/assets/decoy/index.js index a0aac1c3..b017b817 100644 --- a/example/public/assets/decoy/index.js +++ b/example/public/assets/decoy/index.js @@ -1,4 +1,4 @@ -/*! 📝 Bukwild 💾 9.11.17 👍 */ +/*! 📝 Bukwild 💾 10.10.17 👍 */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); diff --git a/example/public/assets/decoy/index.min.css b/example/public/assets/decoy/index.min.css index 9bffe44c..9d03595a 100644 --- a/example/public/assets/decoy/index.min.css +++ b/example/public/assets/decoy/index.min.css @@ -1,4 +1,4 @@ -/*! 📝 Bukwild 💾 9.11.17 👍 */ +/*! 📝 Bukwild 💾 10.10.17 👍 */ @import url(//fonts.googleapis.com/css?family=Cabin:400,700|Roboto+Slab:100,300,400);/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. @@ -15,7 +15,7 @@ */.bootstrap-timepicker{position:relative}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}.bootstrap-timepicker .add-on{cursor:pointer}.bootstrap-timepicker .add-on i{display:inline-block;width:16px;height:16px}.bootstrap-timepicker-widget.dropdown-menu{padding:2px 3px 2px 2px}.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;left:9px;position:absolute;top:-7px}.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;left:10px;position:absolute;top:-6px}.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table td span{width:100%}.bootstrap-timepicker-widget table td a{border:1px solid transparent;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table td a:hover{text-decoration:none;background-color:#eee;border-radius:4px;border-color:#ddd}.bootstrap-timepicker-widget table td a i{margin-top:2px}.bootstrap-timepicker-widget table td input{width:25px;margin:0;text-align:center}.bootstrap-timepicker-widget .modal-content{padding:4px}@media (min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}@media (max-width:767px){.bootstrap-timepicker,.bootstrap-timepicker .dropdown-menu{width:100%}}/*! jQuery UI - v1.11.2 - 2014-10-16 * http://jqueryui.com * Includes: core.css, sortable.css -* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.jcrop-holder{direction:ltr;text-align:left}.jcrop-hline,.jcrop-vline{background:#fff url(data:image/gif;base64,R0lGODlhCAAIAPAAAKqqqgAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAAACwAAAAACAAIAEACDYwDqXm3xhyQ8cF4myoAIfkECQoAAAAsAAAAAAgACABAAg9EHqCphtdMew5OtnBlFBQAIfkECQoAAAAsAAAAAAgACABAAg8EgmFom9ziO6lVq3CmrAAAIfkECQoAAAAsAAAAAAgACABAAg+EgwFpt+waTOqh9vCVqQAAIfkECQoAAAAsAAAAAAgACABAAg2EEal5t8ZckPHBeJsqACH5BAkKAAAALAAAAAAIAAgAQAIPDA6hqYbXTHsOTrZwZTQUACH5BAkKAAAALAAAAAAIAAgAQAIPTIBgaJvc4jupVatwpqwAACH5BAUKAAAALAAAAAAIAAgAQAIPjIEQabfsGkzqofbwlakAADs=);font-size:0;position:absolute}.jcrop-vline{height:100%;width:1px!important}.jcrop-vline.right{right:0}.jcrop-hline{height:1px!important;width:100%}.jcrop-hline.bottom{bottom:0}.jcrop-tracker{height:100%;width:100%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}.jcrop-handle{background-color:#333;border:1px solid #eee;width:7px;height:7px;font-size:1px}.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px}.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%}.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%}.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0}.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0}.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px}.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%}.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px}.jcrop-dragbar.ord-n{margin-top:-4px}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px}.jcrop-dragbar.ord-e{margin-right:-4px;right:0}.jcrop-dragbar.ord-w{margin-left:-4px}.jcrop-light .jcrop-hline,.jcrop-light .jcrop-vline{background:#fff;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#fff;border-radius:3px}.jcrop-dark .jcrop-hline,.jcrop-dark .jcrop-vline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#fff;border-color:#000;border-radius:3px}.solid-line .jcrop-hline,.solid-line .jcrop-vline{background:#fff}.jcrop-holder img,img.jcrop-preview{max-width:none}.has-warning .twitter-typeahead .tt-hint,.has-warning .twitter-typeahead .tt-input{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .twitter-typeahead .tt-hint:focus,.has-warning .twitter-typeahead .tt-input:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-error .twitter-typeahead .tt-hint,.has-error .twitter-typeahead .tt-input{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .twitter-typeahead .tt-hint:focus,.has-error .twitter-typeahead .tt-input:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-success .twitter-typeahead .tt-hint,.has-success .twitter-typeahead .tt-input{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .twitter-typeahead .tt-hint:focus,.has-success .twitter-typeahead .tt-input:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.input-group .twitter-typeahead:first-child .tt-hint,.input-group .twitter-typeahead:first-child .tt-input{border-bottom-left-radius:4px;border-top-left-radius:4px;width:100%}.input-group .twitter-typeahead:last-child .tt-hint,.input-group .twitter-typeahead:last-child .tt-input{border-bottom-right-radius:4px;border-top-right-radius:4px;width:100%}.input-group.input-group-sm .twitter-typeahead .tt-hint,.input-group.input-group-sm .twitter-typeahead .tt-input{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group.input-group-sm .twitter-typeahead .tt-hint,select.input-group.input-group-sm .twitter-typeahead .tt-input{height:30px;line-height:30px}select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint,select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,textarea.input-group.input-group-sm .twitter-typeahead .tt-input{height:auto}.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint,.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input{border-radius:0}.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint,.input-group.input-group-sm .twitter-typeahead:first-child .tt-input{border-bottom-left-radius:3px;border-top-left-radius:3px;border-bottom-right-radius:0;border-top-right-radius:0}.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint,.input-group.input-group-sm .twitter-typeahead:last-child .tt-input{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.input-group.input-group-lg .twitter-typeahead .tt-hint,.input-group.input-group-lg .twitter-typeahead .tt-input{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group.input-group-lg .twitter-typeahead .tt-hint,select.input-group.input-group-lg .twitter-typeahead .tt-input{height:46px;line-height:46px}select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint,select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,textarea.input-group.input-group-lg .twitter-typeahead .tt-input{height:auto}.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint,.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input{border-radius:0}.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint,.input-group.input-group-lg .twitter-typeahead:first-child .tt-input{border-bottom-left-radius:6px;border-top-left-radius:6px;border-bottom-right-radius:0;border-top-right-radius:0}.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint,.input-group.input-group-lg .twitter-typeahead:last-child .tt-input{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:6px;border-top-right-radius:6px}.twitter-typeahead{width:100%;float:left}.input-group .twitter-typeahead{display:table-cell!important}.twitter-typeahead .tt-hint{color:#999}.twitter-typeahead .tt-input{z-index:2}.twitter-typeahead .tt-input[disabled],.twitter-typeahead .tt-input[readonly],fieldset[disabled] .twitter-typeahead .tt-input{cursor:not-allowed;background-color:#eee!important}.tt-dropdown-menu,.tt-menu{position:absolute;top:100%;left:0;z-index:1000;min-width:160px;width:100%;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px}.tt-dropdown-menu .tt-suggestion,.tt-menu .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333}.tt-dropdown-menu .tt-suggestion.tt-cursor,.tt-dropdown-menu .tt-suggestion:hover,.tt-menu .tt-suggestion.tt-cursor,.tt-menu .tt-suggestion:hover{cursor:pointer;text-decoration:none;outline:0;background-color:#f5f5f5;color:#262626}.tt-dropdown-menu .tt-suggestion.tt-cursor a,.tt-dropdown-menu .tt-suggestion:hover a,.tt-menu .tt-suggestion.tt-cursor a,.tt-menu .tt-suggestion:hover a{color:#262626}.tt-dropdown-menu .tt-suggestion p,.tt-menu .tt-suggestion p{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{min-height:100%}body{background-color:#efefef}.label{font-size:12px;padding-bottom:.25em}.dropdown{cursor:pointer}#redactor-modal-box #redactor-modal footer button .glyphicon,.btn .glyphicon,.control-label .glyphicon{position:relative;top:1px}a{color:inherit}#redactor-modal-box #redactor-modal footer button,.btn,a{outline:none!important}a,a:hover{text-decoration:none}a{transition:background .3s,color .3s}a:active,a:focus,a:hover{transition:background .1s,color .1s}a:active{color:#67bfb6}.help-block a,p a{border-bottom:1px dotted #ccc}.h1 b,.h1 strong,.h2 b,.h2 strong,.h3 b,.h3 strong,.h4 b,.h4 strong,.h5 b,.h5 strong,.h6 b,.h6 strong,h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong,h4 b,h4 strong,h5 b,h5 strong,h6 b,h6 strong{font-weight:400}#main{position:relative;padding:30px;padding-bottom:60px;margin-left:200px;transition:margin-left .25s;max-width:1080px}body.forgot #main,body.reset #main{margin-left:0}@media (max-width:768px){#main{margin-left:0;padding-left:15px;padding-right:15px;padding-top:15px}}@media (max-width:480px){#main{padding-left:10px;padding-right:10px;padding-top:10px}#main .row{margin-left:-10px;margin-right:-10px}#main .row .padded-col,#main .row [class*=col-]{padding-left:10px;padding-right:10px}}#redactor-modal-box #redactor-modal footer button.outline,.btn.outline{background:none;border:1px solid hsla(0,0%,100%,.85);color:hsla(0,0%,100%,.85)}#redactor-modal-box #redactor-modal footer button.outline:active,#redactor-modal-box #redactor-modal footer button.outline:focus,#redactor-modal-box #redactor-modal footer button.outline:hover,.btn.outline:active,.btn.outline:focus,.btn.outline:hover{background:hsla(0,0%,100%,.15);border-color:#fff;color:#fff}#redactor-modal-box #redactor-modal footer button.outline:active span,#redactor-modal-box #redactor-modal footer button.outline:focus span,#redactor-modal-box #redactor-modal footer button.outline:hover span,.btn.outline:active span,.btn.outline:focus span,.btn.outline:hover span{color:#fff}#redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],.btn.outline.dropdown-toggle[aria-expanded=true]{box-shadow:none;background:hsla(0,0%,100%,.25)}#redactor-modal-box #redactor-modal footer button.outline:active,.btn.outline:active{box-shadow:none;transition:transform .3s}#redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,.btn.outline:active .glyphicon{transition:transform .1s;transform:scale(1.2)}#redactor-modal-box #redactor-modal footer .input-group-btn button.outline,.input-group-btn #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn .btn.outline{z-index:2}#redactor-modal-box #redactor-modal footer .legend button.outline,#redactor-modal-box #redactor-modal footer .search button.outline,#redactor-modal-box #redactor-modal footer button.outline.secondary,.btn.outline.secondary,.legend #redactor-modal-box #redactor-modal footer button.outline,.legend .btn.outline,.search #redactor-modal-box #redactor-modal footer button.outline,.search .btn.outline{background:none;border:1px solid rgba(176,87,0,.85);color:rgba(176,87,0,.85)}#redactor-modal-box #redactor-modal footer .legend button.outline:active,#redactor-modal-box #redactor-modal footer .legend button.outline:focus,#redactor-modal-box #redactor-modal footer .legend button.outline:hover,#redactor-modal-box #redactor-modal footer .search button.outline:active,#redactor-modal-box #redactor-modal footer .search button.outline:focus,#redactor-modal-box #redactor-modal footer .search button.outline:hover,#redactor-modal-box #redactor-modal footer button.outline.secondary:active,#redactor-modal-box #redactor-modal footer button.outline.secondary:focus,#redactor-modal-box #redactor-modal footer button.outline.secondary:hover,.btn.outline.secondary:active,.btn.outline.secondary:focus,.btn.outline.secondary:hover,.legend #redactor-modal-box #redactor-modal footer button.outline:active,.legend #redactor-modal-box #redactor-modal footer button.outline:focus,.legend #redactor-modal-box #redactor-modal footer button.outline:hover,.legend .btn.outline:active,.legend .btn.outline:focus,.legend .btn.outline:hover,.search #redactor-modal-box #redactor-modal footer button.outline:active,.search #redactor-modal-box #redactor-modal footer button.outline:focus,.search #redactor-modal-box #redactor-modal footer button.outline:hover,.search .btn.outline:active,.search .btn.outline:focus,.search .btn.outline:hover{background:rgba(176,87,0,.15);border-color:#b05700;color:#b05700}#redactor-modal-box #redactor-modal footer .legend button.outline:active span,#redactor-modal-box #redactor-modal footer .legend button.outline:focus span,#redactor-modal-box #redactor-modal footer .legend button.outline:hover span,#redactor-modal-box #redactor-modal footer .search button.outline:active span,#redactor-modal-box #redactor-modal footer .search button.outline:focus span,#redactor-modal-box #redactor-modal footer .search button.outline:hover span,#redactor-modal-box #redactor-modal footer button.outline.secondary:active span,#redactor-modal-box #redactor-modal footer button.outline.secondary:focus span,#redactor-modal-box #redactor-modal footer button.outline.secondary:hover span,.btn.outline.secondary:active span,.btn.outline.secondary:focus span,.btn.outline.secondary:hover span,.legend #redactor-modal-box #redactor-modal footer button.outline:active span,.legend #redactor-modal-box #redactor-modal footer button.outline:focus span,.legend #redactor-modal-box #redactor-modal footer button.outline:hover span,.legend .btn.outline:active span,.legend .btn.outline:focus span,.legend .btn.outline:hover span,.search #redactor-modal-box #redactor-modal footer button.outline:active span,.search #redactor-modal-box #redactor-modal footer button.outline:focus span,.search #redactor-modal-box #redactor-modal footer button.outline:hover span,.search .btn.outline:active span,.search .btn.outline:focus span,.search .btn.outline:hover span{color:#b05700}#redactor-modal-box #redactor-modal footer .legend button.outline.dropdown-toggle[aria-expanded=true],#redactor-modal-box #redactor-modal footer .search button.outline.dropdown-toggle[aria-expanded=true],#redactor-modal-box #redactor-modal footer button.outline.secondary.dropdown-toggle[aria-expanded=true],.btn.outline.secondary.dropdown-toggle[aria-expanded=true],.legend #redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],.legend .btn.outline.dropdown-toggle[aria-expanded=true],.search #redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],.search .btn.outline.dropdown-toggle[aria-expanded=true]{box-shadow:none;background:rgba(176,87,0,.25)}#redactor-modal-box #redactor-modal footer .legend button.outline:active,#redactor-modal-box #redactor-modal footer .search button.outline:active,#redactor-modal-box #redactor-modal footer button.outline.secondary:active,.btn.outline.secondary:active,.legend #redactor-modal-box #redactor-modal footer button.outline:active,.legend .btn.outline:active,.search #redactor-modal-box #redactor-modal footer button.outline:active,.search .btn.outline:active{box-shadow:none;transition:transform .3s}#redactor-modal-box #redactor-modal footer .legend button.outline:active .glyphicon,#redactor-modal-box #redactor-modal footer .search button.outline:active .glyphicon,#redactor-modal-box #redactor-modal footer button.outline.secondary:active .glyphicon,.btn.outline.secondary:active .glyphicon,.legend #redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,.legend .btn.outline:active .glyphicon,.search #redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,.search .btn.outline:active .glyphicon{transition:transform .1s;transform:scale(1.2)}#redactor-modal-box #redactor-modal footer .input-group-btn .legend button.outline,#redactor-modal-box #redactor-modal footer .input-group-btn .search button.outline,#redactor-modal-box #redactor-modal footer .input-group-btn button.outline.secondary,.input-group-btn #redactor-modal-box #redactor-modal footer button.outline.secondary,.input-group-btn .btn.outline.secondary,.input-group-btn .legend #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn .legend .btn.outline,.input-group-btn .search #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn .search .btn.outline{z-index:2}.popover{line-height:1}.tooltip{font-weight:400;font-family:Cabin}.pull-right .dropdown-menu{left:auto;right:0}.dropdown-menu .glyphicon-ok{margin-left:-15px;font-size:12px;left:-1px}#redactor-modal-box #redactor-modal footer button,#redactor-modal-box #redactor-modal input[type=text],#redactor-modal-box #redactor-modal select,.btn,.form-control{padding-top:7px;padding-bottom:5px}#redactor-modal-box #redactor-modal .input-group-sm>input[type=text],#redactor-modal-box #redactor-modal .input-group-sm>select,#redactor-modal-box #redactor-modal footer .btn-group-sm>button,#redactor-modal-box #redactor-modal footer .input-group-sm>.input-group-btn>button,.btn-group-sm>.btn,.btn-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm{padding-top:4px;padding-bottom:2px}button.close{margin-top:-3px}.spinner-46{display:inline-block;vertical-align:middle;width:18px;height:18px;background-image:url(/assets/decoy/img/67c44d66.gif);background-size:cover;opacity:0}.breadcrumbs{background:hsla(0,0%,100%,.93);position:relative;left:0;right:0;top:0;z-index:700;font-size:12px;box-shadow:0 2px 0 #ddd;margin-left:200px;transition:margin-left .25s;padding:0 30px;border-top:4px solid #67bfb6;line-height:24px}body.forgot .breadcrumbs,body.reset .breadcrumbs{margin-left:0}@media (max-width:768px){.breadcrumbs{margin-left:0;padding:0 15px}}@media (max-width:480px){.breadcrumbs{padding-left:0 10px}}.breadcrumbs .inner{max-width:1020px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumbs a,.breadcrumbs span{color:#777}.breadcrumbs a .glyphicon,.breadcrumbs span .glyphicon{display:inline-block;padding:0 2px}.breadcrumbs a:focus,.breadcrumbs a:hover,.breadcrumbs a span:focus,.breadcrumbs a span:hover{color:#333}.breadcrumbs a:active,.breadcrumbs a span:active{color:#67bfb6}.breadcrumbs img{height:12px;margin-right:4px;position:relative;top:-2px}.breadcrumbs .back{float:right;background:#fefefe;position:relative;z-index:1;box-shadow:-6px 0 12px #fefefe}.breadcrumbs.affix{position:fixed}.breadcrumbs.affix+*{margin-top:28px}.notification-area{border:transparent;border-bottom-color:#d6e9c6;border-radius:0;margin:0;margin-left:200px;transition:margin-left .25s;padding:0 30px;z-index:0;overflow:hidden;max-height:0;transition:max-height .35s;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}body.forgot .notification-area,body.reset .notification-area{margin-left:0}@media (max-width:768px){.notification-area{margin-left:0}}.notification-area .notification-wrap{max-width:1020px}@media (max-width:768px){.notification-area{padding-left:15px;padding-right:15px}}@media (max-width:480px){.notification-area{padding-left:10px;padding-right:10px}}.notification-area .message pre{margin:10px 0 0}.notification-area .close{margin-top:15px;opacity:.5}.notification-area .close:hover{opacity:.7}.notification-area.alert-success{border-bottom-color:#d6e9c6}.notification-area.alert-success .close{color:#3c763d}.notification-area.alert-danger{border-bottom-color:#ebccd1}.notification-area.alert-danger .close{color:#a94442}.notification-area p{padding:15px 0;margin:0}.notification-area p a{color:inherit}.notification-area p .glyphicon{margin-right:5px}.notification-area.show{transition:max-height .35s .15s;max-height:300px;border-bottom-style:solid;border-bottom-width:1px}.header{background-color:#67bfb6;padding:30px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);position:relative;z-index:701;margin-left:200px;transition:margin-left .25s;padding-bottom:26px}body.forgot .header,body.reset .header{margin-left:0}@media (max-width:768px){.header{margin-left:0}}.header .title{font-size:46px;color:#fff;margin:0;max-width:1020px;position:relative}@media (max-width:992px){.header .title{font-size:39px}}.header .title br.mobile-break{display:none}.header .title .site{font-weight:400}.header .title .site:after{content:" /"}.header .title .controller{font-weight:100}.header .badge{position:relative;top:-5px;background-color:#333}.header .pull-right{float:none!important;position:absolute;right:0;line-height:0;bottom:4px;background:rgba(103,191,182,.9);box-shadow:-6px 0 12px #67bfb6}.header .pull-right .new:after{content:"New"}.header .description{font-size:22px;color:hsla(0,0%,100%,.5);margin:0;margin-top:3px;line-height:1.5em;max-width:1020px}@media (max-width:992px){.header .description{font-size:18px}}.header .description a{color:hsla(0,0%,100%,.5);border-bottom:1px dotted #ccc}.header .description a:hover{color:hsla(0,0%,100%,.7)}.header .description a:active{color:#fff}.header .nav-hamburger{display:none}@media (max-width:768px){.header{padding-top:0;padding-bottom:12px}.header .title{text-align:center}.header .title .site{font-size:20px;font-weight:200;padding-top:16px;display:block}.header .title .site:after{content:none}.header .title .controller{font-weight:400;font-size:30px;display:block;padding-top:10px;padding-bottom:12px}.header .pull-right{top:10px;bottom:auto;right:-15px}.header .pull-right .new:after{content:""}.header .pull-right .mobile-break{display:block}.header .nav-hamburger{display:block;position:absolute;left:15px;top:10px;z-index:1}.header .description{font-size:18px;margin:0 10%;line-height:1.2em;text-align:center}}@media (max-width:480px){.header .nav-hamburger{left:10px}.header .pull-right{right:-20px}.header .description{font-size:16px;margin:0}}.table .actions>a{cursor:pointer}.table .visibility{width:18px;height:18px;padding:1px;display:inline-block;line-height:0;font-size:13px;vertical-align:middle}.table .visibility .glyphicon-eye-close{color:#ccc}.table .select-all{cursor:pointer}.table tr.error td,.table tr.warning td{text-align:center;vertical-align:middle}.listing .ui-sortable .placeholder{background:#e2e2e2}.listing .ui-sortable .placeholder+tr td{border-top-color:#fff}.listing .ui-sortable tr{cursor:move}.listing .ui-sortable tr [type=checkbox]{cursor:pointer}.listing .ui-sortable.ui-sortable-disabled tr{cursor:auto}.listing .ui-sortable-helper{background:#f3f3f3!important;border:1px dashed #ddd;box-shadow:0 5px 10px rgba(0,0,0,.2);border-left:none;border-right:none;display:block!important;white-space:nowrap;font-size:0}.listing .ui-sortable-helper td{display:inline-block;font-size:14px;border:none}@media (max-width:768px){.listing .ui-sortable-helper td{display:none}.listing .ui-sortable-helper td:first-child+td,.listing .ui-sortable-helper td:last-child{display:inline-block}}.listing .ui-sortable-helper:after{content:"";display:table;clear:both}.list-form-group label{position:relative}.list-form-group label .btn-group{display:block;margin-top:5px;float:right;margin-left:100%}@media (max-width:992px){.list-form-group label{display:block}.list-form-group label .btn-group{margin-top:-2px;margin-left:10px}#redactor-modal-box #redactor-modal footer .list-form-group label .btn-group button,.list-form-group label .btn-group #redactor-modal-box #redactor-modal footer button,.list-form-group label .btn-group .btn{padding-top:0;padding-bottom:0}}.list-form-group .standard-list{border-radius:4px;border:1px solid #ccc;overflow:hidden}.list-form-group table{margin-bottom:0}.list-form-group table thead{background:#f5f5f5}.list-form-group table thead th{color:#333!important}.list-form-group table thead .select-all:hover{color:#67bfb6!important}.list-form-group table td:first-child,.list-form-group table th:first-child{padding-left:15px}.list-form-group table td[class*=actions],.list-form-group table th[class*=actions]{padding-right:15px}@media (max-width:768px){.list-form-group table td[class*=actions],.list-form-group table th[class*=actions]{padding-right:8px}}.list-form-group .help-block{margin-top:5px}.standard-list .legend .stat{margin-right:8px}@media (max-width:768px){.standard-list .legend .stat{font-size:13px}}.standard-list .legend .badge{margin-left:3px;background:rgba(176,87,0,.7);color:#ffd7b0;padding-bottom:4px;position:relative;top:-1px}body.index .standard-list .legend>.pull-right.btn-toolbar{margin-right:-1px}.listing.table tbody .no-results{cursor:auto}.listing.table tbody .no-results:hover,.listing.table tbody .no-results:nth-child(2n):hover{background:none}.listing.table tbody .no-results td:first-child{padding:0}.listing.table tbody .no-results p{overflow:hidden;text-align:center;padding:50px 15px;margin:0;width:auto;white-space:normal}.listing.table tbody .no-results p,.listing.table tbody .no-results p a{color:#737373}.listing.table tbody .no-results p a{border-bottom:1px dotted #ccc}.listing.table tbody .no-results p a:hover{color:#67bfb6}.listing.table tbody .no-results .nowrap{white-space:nowrap}.listing.table tbody .no-results p{transition:padding .3s,height .3s,opacity .3s}.listing.table tbody .no-results.remove td{border-top:none}.listing.table tbody .no-results.remove td p{padding:0;height:0;opacity:0}.pagination-wrapper{margin:30px 0;text-align:center}@media (max-width:768px){.pagination-wrapper{margin:10px 0}}.pagination-wrapper ul{margin:0 7px}.pagination-wrapper .pagination-mobile{display:none}@media (max-width:768px){.pagination-wrapper .pagination-desktop{display:none}.pagination-wrapper .pagination-mobile{display:inline-block}}#redactor-modal-box #redactor-modal footer .standard-list button.full-list,.standard-list #redactor-modal-box #redactor-modal footer button.full-list,.standard-list .btn.full-list{border-bottom:none;border-left:none;border-right:none;border-top-style:dashed;border-radius:0}.search{background:#f9cea4;text-align:center;overflow:hidden;display:none}.search .conditions{padding:2px;display:inline-block;position:relative;text-align:right;box-sizing:border-box;margin-right:92px}@media (max-width:585px){.search .conditions{text-align:initial;margin-right:0;width:100%}}.search .conditions .intro{position:relative;top:2px;color:#b05700}.search .conditions .condition{margin:6px}@media (max-width:585px){.search .conditions .condition{margin:0;padding:5px 43px 5px 5px;position:relative}.search .conditions .condition:nth-child(2n){background:#fdd4ac}}@media (max-width:992px){.search .conditions .intro{display:none}}.search .conditions .add,.search .conditions .subtract{border-radius:13px;width:26px;height:26px;padding:0}@media (max-width:585px){.search .conditions .add,.search .conditions .subtract{position:absolute;right:5px;top:50%;margin-top:-13px!important}}.search .conditions .subtract .glyphicon{top:2px}.search .conditions button[type=submit]{position:absolute;bottom:11px;right:-61px}@media (max-width:585px){.search .conditions button[type=submit]{position:relative;bottom:0;right:0;left:-1px;width:98%;margin:5px}}.search .conditions .input-group,.search .conditions input,.search .conditions select{box-sizing:border-box;width:135px;border:none;box-shadow:none}@media (min-width:768px) and (max-width:825px){.search .conditions .input-group,.search .conditions input,.search .conditions select{width:100px}}@media (max-width:768px){.search .conditions .input-group,.search .conditions input,.search .conditions select{width:135px}}@media (max-width:585px){.search .conditions .input-group,.search .conditions input,.search .conditions select{width:100%}}#redactor-modal-box #redactor-modal footer .search .conditions .input-group button,#redactor-modal-box #redactor-modal footer .search .conditions input button,#redactor-modal-box #redactor-modal footer .search .conditions select button,.search .conditions .input-group #redactor-modal-box #redactor-modal footer button,.search .conditions .input-group .btn,.search .conditions input #redactor-modal-box #redactor-modal footer button,.search .conditions input .btn,.search .conditions select #redactor-modal-box #redactor-modal footer button,.search .conditions select .btn{border:none;line-height:22px}.search .conditions input,.search .conditions select{display:inline-block}.search .conditions .input-group{display:inline-table;vertical-align:middle}.search .conditions .input-group .input-field{width:100%}.search .conditions .condition>*{margin:0 3px}@media (max-width:992px){.search .conditions .condition>.fields{margin-left:0}}@media (max-width:585px){.search .conditions .condition>*{margin:2px 0}}@media (max-width:585px){.search .conditions .comparisons{width:46%;margin-right:1%}}.search .conditions .input-field[type=text]{padding-left:8px;padding-right:8px}@media (max-width:585px){.search .conditions .input-field{width:52%;margin-left:1%}}@media (max-width:585px){.search .conditions .date-field{margin:0;width:52%}.search .conditions .input-group .input-group-addon{position:relative;right:25px}}#redactor-modal-box #redactor-modal footer .search-controls button.search-toggle,.search-controls #redactor-modal-box #redactor-modal footer button.search-toggle,.search-controls .search-toggle.btn{z-index:2;margin-right:27px;background:#ffd7b0}#redactor-modal-box #redactor-modal footer .search-controls button.search-toggle.outline:hover,.search-controls #redactor-modal-box #redactor-modal footer button.search-toggle.outline:hover,.search-controls .search-toggle.btn.btn.outline:hover{background:#f3c496}#redactor-modal-box #redactor-modal footer .search-controls button.search-clear,.search-controls #redactor-modal-box #redactor-modal footer button.search-clear,.search-controls .search-clear.btn{z-index:1;position:absolute;right:0}#redactor-modal-box #redactor-modal footer .search-controls.closed button.search-toggle,.search-controls.closed #redactor-modal-box #redactor-modal footer button.search-toggle,.search-controls.closed .search-toggle.btn{margin-right:0}#redactor-modal-box #redactor-modal footer .search-controls.closed button,.search-controls.closed #redactor-modal-box #redactor-modal footer button,.search-controls.closed .btn{border-radius:4px!important}#redactor-modal-box #redactor-modal footer .search-controls.initialized button.search-toggle,.search-controls.initialized #redactor-modal-box #redactor-modal footer button.search-toggle,.search-controls.initialized .search-toggle.btn{transition:margin-right .4s ease-out}.search-controls .glyphicon{top:1px}@media (max-width:577px){.datepicker{left:auto!important;right:14%}}@media (max-width:577px){.datepicker:before{right:36px;left:auto}}@media (max-width:577px){.datepicker:after{right:37px;left:auto}}.table{table-layout:fixed}.table td,.table th{word-wrap:normal;white-space:nowrap}.table.columns-1 th{width:76.9230769231%}.table.columns-1 th:first-child+th{width:100%}.table.columns-2 th{width:38.4615384615%}.table.columns-2 th:first-child+th{width:61.5384615385%}.table.columns-3 th{width:25.641025641%}.table.columns-3 th:first-child+th{width:48.7179487179%}.table.columns-4 th{width:19.2307692308%}.table.columns-4 th:first-child+th{width:42.3076923077%}.table.columns-5 th{width:15.3846153846%}.table.columns-5 th:first-child+th{width:38.4615384615%}.table.columns-6 th{width:12.8205128205%}.table.columns-6 th:first-child+th{width:35.8974358974%}.table th{box-sizing:content-box}.table th:first-child{width:10px}.table th:last-child{padding-right:10px;text-align:right}.table th:last-child.actions-1,.table th:last-child.actions-2{width:46px}.table th:last-child.actions-3{width:76px}.table th:last-child.actions-4{width:96px}.table th:last-child.actions-5{width:126px}.table td{width:100%;overflow:hidden;text-overflow:ellipsis}.table td:last-child{text-align:right;overflow:visible}.table td:first-child{text-align:left;overflow:visible}.table td.hide+td,.table th.hide+th{padding-left:15px}.table thead{background:#fff1e3}.table thead th{color:rgba(176,87,0,.5);font-size:12px}.table thead th.select-all:hover{color:#b05700}.table thead:hover th{color:rgba(176,87,0,.7)}.table>thead>tr>th,.table td{border-top:1px solid #ddd;border-bottom:none}.table tbody tr:hover{background-color:#f6f6f6}.table tr:nth-child(2n){background-color:#fdfdfd}.table img{border:1px solid #ddd;margin-right:5px;max-height:100px;max-width:100%;width:auto}.table img.gravatar,.table img[src*=".gif"]{max-width:42px;max-height:42px}@media (max-width:480px){.table img,.table img.gravatar,.table img[src*=".gif"]{max-width:none;max-height:22px}}.table>tbody>tr>td{vertical-align:middle}.table>tbody>tr>td input[type=checkbox],.table>tbody>tr>td input[type=radio]{margin:0}.table .label{margin:0 2px}.table td>a>p,.table td>p{margin:0}@media (max-width:768px){.table[class*=columns-] th:first-child+th{width:100%}.table td,.table th{display:none}.table td:first-child+td,.table td:last-child,.table th:first-child+th,.table th:last-child{display:table-cell}}@media (max-width:480px){.table td:last-child,.table th:last-child{padding-left:0}}tr.is-trashed{background-image:linear-gradient(45deg,hsla(0,0%,83%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,83%,.25) 0,hsla(0,0%,83%,.25) 75%,transparent 0,transparent);background-size:40px 40px;color:gray}tr.is-trashed .glyphicon-trash{opacity:.3}.form-actions{position:fixed;bottom:0;z-index:700;width:calc(100% - 200px);padding:0 30px;text-align:left;left:200px;transition:left .25s;height:60px;line-height:60px;background:hsla(0,0%,89%,.7)}body.forgot .form-actions,body.reset .form-actions{left:0}@media (max-width:768px){.form-actions{left:0;padding:0 10px;width:100%}}@media (max-width:480px){.form-actions .save-back{display:none}.form-actions .save-new{border-bottom-right-radius:4px!important;border-top-right-radius:4px!important}}.tt-dropdown-menu{z-index:701!important}.tt-dropdown-menu .tt-suggestion{padding:4px 12px}.many-to-many-form .tt-menu{left:auto!important;right:0!important}.many-to-many-form .twitter-typeahead{margin-bottom:-1px}.tt-dropdown-menu,.tt-menu{min-width:275px}.bootstrap-file .btn-file{position:relative;overflow:hidden}.bootstrap-file .btn-file input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;font-size:100px;opacity:0;cursor:inherit;display:block}.bootstrap-file input[readonly]{background-color:#fff!important;cursor:text!important}.form-vertical .form-inline input[type=checkbox],.form-vertical .form-inline input[type=radio]{margin-right:5px}.checkbox,.radio{margin-top:7px;margin-bottom:7px}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-left:0}.checkbox-inline,.radio-inline{margin-right:10px}.checkbox-inline:last-child,.radio-inline:last-child{margin-right:0}@media (max-width:992px){.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:0}}.checkbox input+.label,.radio input+.label{margin-right:3px}.date-field .input-group{width:150px}.datepicker{margin-left:4px}.dropdown-menu{z-index:701!important}.datetime-field .input-groups:after{content:"";display:table;clear:both}.datetime-field .input-groups .input-group{float:left}body:not(:-moz-handler-blocked) fieldset{display:table-cell}.fieldset,fieldset{background:#fff;border:1px solid #ddd;box-shadow:0 2px 0 #ddd;border-radius:4px;margin-bottom:30px;word-wrap:break-word;word-wrap:normal}.fieldset:after,fieldset:after{content:"";display:table;clear:both}@media (max-width:768px){.fieldset,fieldset{margin-bottom:15px}}@media (max-width:480px){.fieldset,fieldset{margin-bottom:10px}}.fieldset .legend,fieldset .legend{font-size:16px;font-weight:300;font-family:Roboto Slab;background:#ffd7b0;padding:7px 15px}.fieldset .legend,.fieldset .legend>a,fieldset .legend,fieldset .legend>a{color:#b05700}@media (max-width:768px){.fieldset .legend,fieldset .legend{padding-left:8px;padding-right:8px}}.fieldset .legend>.pull-right,fieldset .legend>.pull-right{max-width:50%;margin-top:-2px;font-family:Cabin;margin-right:-10px}@media (max-width:768px){.fieldset .legend>.pull-right,fieldset .legend>.pull-right{margin-right:-3px}}.fieldset.standard-list,fieldset.standard-list{padding:0;overflow:hidden}.fieldset.standard-list .legend,fieldset.standard-list .legend{margin:0}.fieldset.standard-list .listing,fieldset.standard-list .listing{margin-bottom:0}.fieldset.standard-list td:first-child,.fieldset.standard-list th:first-child,fieldset.standard-list td:first-child,fieldset.standard-list th:first-child{padding-left:15px}.fieldset.standard-list td[class*=actions],.fieldset.standard-list th[class*=actions],fieldset.standard-list td[class*=actions],fieldset.standard-list th[class*=actions]{padding-right:15px}@media (max-width:768px){.fieldset.standard-list td[class*=actions],.fieldset.standard-list th[class*=actions],fieldset.standard-list td[class*=actions],fieldset.standard-list th[class*=actions]{padding-right:8px}}.fieldset.standard-list .legend>a:focus,.fieldset.standard-list .legend>a:hover,fieldset.standard-list .legend>a:focus,fieldset.standard-list .legend>a:hover{color:#d08a46;border-bottom-color:#d08a46}.fieldset.standard-list .table,fieldset.standard-list .table{width:calc(100% + 1px);max-width:none}.fieldset.disabled,fieldset.disabled{opacity:.7}.fieldset.disabled .legend,fieldset.disabled .legend{background:#d8d8d8}.fieldset.disabled .legend,.fieldset.disabled .legend>a,fieldset.disabled .legend,fieldset.disabled .legend>a{color:#585858}.fieldset.disabled p,fieldset.disabled p{text-align:center;padding:50px 15px}.fieldset.disabled p .glyphicon,fieldset.disabled p .glyphicon{display:none}.form-group.upload .download{color:inherit}.form-group.upload .download a{color:#1e8aaa}.form-group.upload .upload-delete,.form-group.upload .upload-delete a{color:#d14}.form-group.upload .download,.form-group.upload .status,.form-group.upload .upload-delete{display:block;margin-top:5px}.form-horizontal .form-group.upload .download,.form-horizontal .form-group.upload .status,.form-horizontal .form-group.upload .upload-delete{padding-top:0}.form-group.upload .download .glyphicon,.form-group.upload .status .glyphicon,.form-group.upload .upload-delete .glyphicon{margin-right:2px}.form-group.upload .download-link{padding:2px 4px;border:1px solid #eee;font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:12px}.form-group,fieldset>p{padding:15px;border-bottom:1px solid #ddd;margin-bottom:0}@media (max-width:768px){.form-group,fieldset>p{padding:8px}}.form-horizontal .form-group,.form-horizontal fieldset>p{margin-right:0;margin-left:0}.form-group:hover,fieldset>p:hover{background-color:#fdfdfd}.form-group.disabled,fieldset>p.disabled{opacity:.7;background:#fafafa}fieldset>:last-child{border-bottom:none}.form-vertical .control-label{display:block}.form-vertical .form-inline .control-label{display:inline-block;margin-right:10px}.form-horizontal .control-label{width:150px;float:left}@media (max-width:992px){.form-horizontal .control-label{float:none;text-align:left;margin-bottom:5px;padding-top:0;display:inline-block;width:auto}}.form-horizontal .control-label+div{margin-left:165px}@media (max-width:992px){.form-horizontal .control-label+div{margin-left:0}}.glyphicon.required{color:#bbb}.glyphicon.required:hover{color:#333}.glyphicon.required+.tooltip{white-space:nowrap}.tooltip{text-shadow:none}textarea.form-control{height:6.8em;resize:vertical}textarea.form-control.wysiwyg{height:16em}#redactor-modal-box #redactor-modal input[type=text]:focus,#redactor-modal-box #redactor-modal select:focus,.form-control:focus{box-shadow:inset 0 1px 1px rgba(255,138,23,.075)}.help-block{margin-bottom:0}.has-error .help-block+.help-block{color:#737373;margin-top:0}.form-control-static+.help-block{margin-top:-5px}.has-error .help-block:first-of-type a{color:#a94442}.image-upload{position:relative}.image-upload .image-holder{display:none;margin-top:5px;border:1px solid #ccc;border-radius:4px;overflow:hidden}.image-upload.has-image .image-holder{display:block}.image-upload.has-image .bootstrap-file{display:none}.image-upload .title{display:inline-block;vertical-align:middle;margin-left:10px;padding:2px 5px;border-radius:4px;outline:none;background:transparent;position:absolute;width:50%;left:25%;text-align:center;top:4px;border:1px solid transparent;transition:border-color .2s}.image-upload .title:focus{border:1px solid #ccc}#redactor-modal-box #redactor-modal footer .image-upload .redactor-modal-close-btn,.image-upload #redactor-modal-box #redactor-modal footer .redactor-modal-close-btn,.image-upload .btn-default{background:none}#redactor-modal-box #redactor-modal footer .image-upload .input-group .btn-group button,.image-upload .input-group .btn-group #redactor-modal-box #redactor-modal footer button,.image-upload .input-group .btn-group .btn{padding:9px 10px;border-radius:0;height:33px;transition:background-color .25s,color .25s}#redactor-modal-box #redactor-modal footer .image-upload .input-group .btn-group button:not(.active):hover,.image-upload .input-group .btn-group #redactor-modal-box #redactor-modal footer button:not(.active):hover,.image-upload .input-group .btn-group .btn:not(.active):hover{background-color:#67bfb6;color:#fff}#redactor-modal-box #redactor-modal footer .image-upload .input-group .btn-group button:active,.image-upload .input-group .btn-group #redactor-modal-box #redactor-modal footer button:active,.image-upload .input-group .btn-group .btn:active{box-shadow:none}.image-upload .input-group .btn-group .active{background-color:#ccc;box-shadow:none}.image-upload .delete{padding:9px 10px;border-radius:0 4px 0 0;top:0;height:33px;transition:background-color .25s,color .25s}.image-upload .delete:hover{background-color:red;color:#fff}.image-upload .toolbar{background:#f5f5f5;border-bottom:1px solid #ccc;border-radius:4px 4px 0 0;width:calc(100% + 1px)}.image-upload .img-thumbnail{border-top:0;border-radius:0 0 4px 4px;position:relative}.image-upload .focal-point{position:absolute;z-index:1000;color:#fff;opacity:0;transition:opacity .3s}.image-upload .delete{float:right}.image-upload .preview{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEXW1tb///9kNAxTAAAAFElEQVQI12NgsP/AQAz+f4CBGAwAJIIdTTn0+w0AAAAASUVORK5CYII=)}.image-upload .preview .source{max-width:100%}.image-upload .preview .jcrop-holder{background:none!important}.form-group.locale .radio input[disabled]+.locale-label{color:rgba(51,51,51,.3)}.form-group.locale .radio input[disabled]+.locale-label a{color:rgba(51,51,51,.6);border-bottom:1px dotted #ccc}.form-group.locale .radio input[disabled]+.locale-label a:hover{color:#333}.form-group.locale .radio input[disabled]+.locale-label a:active{color:#67bfb6}fieldset.localize .compare .radio a{border-bottom:1px dotted #ccc}#redactor-modal-box #redactor-modal footer fieldset.localize .create button,fieldset.localize .create #redactor-modal-box #redactor-modal footer button,fieldset.localize .create .btn{margin-top:10px}.form-group.locale .radio label img,fieldset.localize .radio label img{width:15px;margin-left:2px;border-right:4px solid #fff;box-sizing:content-box}.popover.localize-compare .popover-title{font-weight:700}.popover.localize-compare .popover-content{line-height:1.428571429;color:#555}.popover.localize-compare .popover-content .wysiwyg p{margin:0}.popover.localize-compare .popover-content img{max-width:100%}.many-to-many-checklist input[type=checkbox],.many-to-many-checklist input[type=radio]{position:relative;margin-right:8px}.many-to-many-checklist img{padding-right:8px;width:30px}.many-to-many-checklist .edit{margin-left:8px;display:none}.many-to-many-checklist .checkbox:hover .edit,.many-to-many-checklist .radio:hover .edit{display:inline-block}.many-to-many-checklist.two-col .checkbox,.many-to-many-checklist.two-col .radio{display:inline-block;width:50%;padding:0 5px 0 0;margin-bottom:5px;margin-top:0}@media (max-width:480px){.many-to-many-checklist.two-col .checkbox,.many-to-many-checklist.two-col .radio{width:auto;display:block}}.many-to-many-checklist.two-col .checkbox label,.many-to-many-checklist.two-col .radio label{position:relative;display:block;background-color:#f9f9f9;border-radius:3px;padding:7px;padding-left:30px;white-space:nowrap}.many-to-many-checklist.two-col .checkbox .title,.many-to-many-checklist.two-col .radio .title{display:inline-block;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;width:100%}.many-to-many-checklist.two-col .checkbox .edit,.many-to-many-checklist.two-col .radio .edit{position:absolute;right:10px;top:10px}.many-to-many-checklist.two-col:hover .checkbox label,.many-to-many-checklist.two-col:hover .radio label{background:#f1f1f1}.many-to-many-form{display:inline-block;position:relative;line-height:0}#redactor-modal-box #redactor-modal footer .many-to-many-form button.outline[disabled],.many-to-many-form #redactor-modal-box #redactor-modal footer button.outline[disabled],.many-to-many-form .btn.outline[disabled]{opacity:.3}#redactor-modal-box #redactor-modal .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .many-to-many-form select,.many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.many-to-many-form #redactor-modal-box #redactor-modal select,.many-to-many-form .form-control{box-shadow:none;-webkit-appearance:none;outline:none;background:none;padding-left:23px;width:54px}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .legend .many-to-many-form select,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.legend .many-to-many-form #redactor-modal-box #redactor-modal select,.legend .many-to-many-form .form-control{border-color:rgba(176,87,0,.85);color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input.placeholder[type=text],#redactor-modal-box #redactor-modal .legend .many-to-many-form select.placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input.placeholder[type=text],.legend .many-to-many-form #redactor-modal-box #redactor-modal select.placeholder,.legend .many-to-many-form .form-control.placeholder{color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]:-moz-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]::-moz-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select:-moz-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select::-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select:-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select::-moz-placeholder,.legend .many-to-many-form .form-control:-moz-placeholder,.legend .many-to-many-form .form-control::-moz-placeholder{color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]:-ms-input-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select:-ms-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-ms-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select:-ms-input-placeholder,.legend .many-to-many-form .form-control:-ms-input-placeholder{color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]::-webkit-input-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select::-webkit-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-webkit-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select::-webkit-input-placeholder,.legend .many-to-many-form .form-control::-webkit-input-placeholder{color:#b05700}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select,.header .many-to-many-form .form-control{border-color:hsla(0,0%,100%,.85);color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input.placeholder[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select.placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input.placeholder[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select.placeholder,.header .many-to-many-form .form-control.placeholder{color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]:-moz-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]::-moz-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select:-moz-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select::-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select:-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select::-moz-placeholder,.header .many-to-many-form .form-control:-moz-placeholder,.header .many-to-many-form .form-control::-moz-placeholder{color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]:-ms-input-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select:-ms-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-ms-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select:-ms-input-placeholder,.header .many-to-many-form .form-control:-ms-input-placeholder{color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]::-webkit-input-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select::-webkit-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-webkit-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select::-webkit-input-placeholder,.header .many-to-many-form .form-control::-webkit-input-placeholder{color:#fff}.many-to-many-form .tt-dropdown-menu{font-size:12px;text-align:left}.many-to-many-form .tt-dropdown-menu .tt-suggestion{padding-left:8px;padding-right:8px}.many-to-many-form .glyphicon-search{font-size:12px;position:absolute;left:7px;top:7px}.many-to-many-form .twitter-typeahead input{transition:all .5s ease}.many-to-many-form .twitter-typeahead input:focus{width:125px}.many-to-many-form .twitter-typeahead input[disabled]{background:none!important;width:125px}.header .many-to-many-form{z-index:701}.header .many-to-many-form .glyphicon-search{left:10px;top:10px;font-size:14px}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select,.header .many-to-many-form .form-control{padding-left:28px;width:70px}#redactor-modal-box #redactor-modal .header .many-to-many-form input[disabled][type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]:focus,#redactor-modal-box #redactor-modal .header .many-to-many-form select:focus,#redactor-modal-box #redactor-modal .header .many-to-many-form select[disabled],.header .many-to-many-form #redactor-modal-box #redactor-modal input[disabled][type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:focus,.header .many-to-many-form #redactor-modal-box #redactor-modal select:focus,.header .many-to-many-form #redactor-modal-box #redactor-modal select[disabled],.header .many-to-many-form .form-control:focus,.header .many-to-many-form .form-control[disabled]{padding-left:28px;width:150px}@media (max-width:768px){#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select,.header .many-to-many-form .form-control{width:37px;padding-left:23px}}.time-field .input-group{width:150px}.bootstrap-timepicker-widget{width:200px;left:112px}.form-group.video-encoder .progress{margin-bottom:0}.form-group.video-encoder .progress .progress-bar{font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-size:12px;text-shadow:none;text-transform:capitalize}.form-group.video-encoder video{max-width:100%}.form-group.video-encoder .player{margin-top:5px;display:inline-block;line-height:0;border:1px solid #ddd;border-radius:0 0 4px 4px}.form-group.video-encoder .stats{background:#f5f5f5;padding:4px}.form-group.video-encoder .stats span{vertical-align:middle}.form-group.video-encoder .stats .label{display:inline-block;color:#737373;font-weight:400}.form-group.video-encoder .stats .badge{background:#aaa;margin-left:2px}.form-group.video-encoder .stats .badge a{color:#fff}.cke_bottom,.cke_chrome,.cke_top{background:#f5f5f5}.wysiwyg-wrap .cke_combo_button{margin-bottom:3px}.form-group .redactor-box{margin-bottom:0;border:1px solid #ccc;border-radius:4px;overflow:hidden}.form-group .redactor-box .redactor-toolbar{background:#f5f5f5;border-radius:4px 4px 0 0;box-shadow:none;border-bottom:1px solid #ccc}.form-group .redactor-box .redactor-toolbar li a:hover{background:#67bfb6;color:#fff}.form-group .redactor-box .redactor-editor{border:none;padding:8px 12px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);font-family:inherit!important;line-height:inherit;background:none}.form-group .redactor-box .redactor-editor a{border:none}.form-group .redactor-box .redactor-editor b,.form-group .redactor-box .redactor-editor strong{font-size:inherit}.form-group .redactor-box .redactor-editor h1,.form-group .redactor-box .redactor-editor h2,.form-group .redactor-box .redactor-editor h3,.form-group .redactor-box .redactor-editor h4,.form-group .redactor-box .redactor-editor h5,.form-group .redactor-box .redactor-editor h6{font-family:inherit;font-weight:inherit;line-height:inherit}.form-group .redactor-box textarea{border-radius:0;font-family:Menlo,Monaco,Consolas,Courier New,monospace;padding:8px 12px;background:#1d1f21;color:#36ca0e}body .redactor-dropdown:not(.redactor-dropdown-box-fontcolor) a:hover{background:#67bfb6!important;color:#fff!important}body .redactor-dropdown.redactor-dropdown-box-fontcolor a:hover{border-color:#67bfb6!important}#redactor-droparea-placeholder input[type=file]{display:inline}#redactor-modal-box #redactor-modal{font-family:inherit}#redactor-modal-box #redactor-modal:after{content:"";display:table;clear:both}#redactor-modal-box #redactor-modal input[type=checkbox],#redactor-modal-box #redactor-modal input[type=radio]{margin-right:5px}#redactor-modal-box #redactor-modal footer{float:left;padding:0 40px 40px}#redactor-modal-box #redactor-modal footer:after{content:"";display:table;clear:both}#redactor-modal-box #redactor-modal footer button{float:right;width:auto!important;font-family:inherit;margin-right:2px}.admins.index .listing .group{text-transform:capitalize}.admin-permissions .permissions-list{transition:height .3s;overflow:hidden}.admin-permissions .permissions-list .permissions-list-inner{padding-top:6px}@media (max-width:768px){.admin-permissions .permissions-list .permissions-list-inner{padding-top:0}}.admin-permissions.closed .permissions-list{height:0!important}.admin-permissions .controller{padding-top:6px;border-bottom:1px dashed #ddd}.admin-permissions .controller:after{content:"";display:table;clear:both}.admin-permissions .controller:last-of-type{border-bottom:none}.admin-permissions .controller .title{font-weight:700;float:left;max-width:110px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:768px){.admin-permissions .controller .title{float:none;width:auto;margin-bottom:2px;display:block}}.admin-permissions .controller-permissions{margin-left:120px}@media (max-width:768px){.admin-permissions .controller-permissions{margin-left:0}}.admin-permissions .controller-permission{font-weight:400;width:120px;margin-bottom:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-permissions .controller-permission span{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.changes.index .listing .activity img{width:24px}.changes.index .listing .activity b{font-size:13px}.changes.index .listing .glyphicon-filter{position:relative;top:2px}.changes.index .listing span.glyphicon{opacity:.3}.changes-modal .modal-footer img{width:22px;border:1px solid #ddd;margin-right:3px}.changes-modal dl{margin-bottom:0}#commands{margin-left:-15px;margin-right:-15px}#commands:after{content:"";display:table;clear:both}#commands table{width:100%;margin:8px 0}#commands td:first-child{padding-right:10px;width:1px}#commands td:last-child{font-weight:700}#commands td:last-child p{margin:0}#commands td:last-child p:not(:last-of-type){display:inline-block}#commands td:last-child small{font-weight:400}#commands td{padding-top:3px;padding-bottom:3px}#commands td img{width:18px;height:18px;margin-left:5px;display:none}body.index #main{padding-bottom:0}body.elements.field{background:#fff}body.elements.field #main{padding:0;margin:0}body.elements.field #main fieldset{background:none;border:none;margin:0;box-shadow:none}body.elements.field .legend .glyphicon-chevron-right{font-size:7px;top:-2px;margin:0 3px}body.elements.field .form-actions{position:static;padding:8px;line-height:inherit;height:auto}#redactor-modal-box #redactor-modal footer body.elements.field .form-actions button,body.elements.field .form-actions #redactor-modal-box #redactor-modal footer button,body.elements.field .form-actions .btn{padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px}body.elements.index #main{padding-bottom:60px}body.elements.index .row{position:relative}body.elements.index .tab-sidebar{width:200px;position:absolute;right:15px;top:0;margin-bottom:90px}body.elements.index .tab-sidebar.affix{position:fixed;right:30px}@media (min-width:1280px){body.elements.index .tab-sidebar.affix{right:auto;left:1050px}}body.elements.index .tab-content{margin-right:260px;overflow:visible}@media (min-width:769px){body.elements.index .tab-content{padding-left:30px}}body.elements.index .tab-pane{margin-left:-15px;margin-right:-15px}body.elements.index .tab-pane:after{content:"";display:table;clear:both}@media (max-width:768px){body.elements.index .tab-pane{margin-left:0;margin-right:0}body.elements.index .tab-pane:after{content:"";display:table;clear:both}}body.elements.index .nav-pills a{color:#777;background:#fff;margin:4px 0;font-size:13px;font-weight:300;font-family:Roboto Slab;padding:7px 15px}@media (max-width:768px){body.elements.index .nav-pills a{padding-left:8px;padding-right:8px}}body.elements.index .nav-pills a:hover{color:#6a6a6a;background:#fafafa}@media (min-width:769px){body.elements.index .nav-pills li:first-child a{margin-top:0}}body.elements.index .nav-pills>.active>a,body.elements.index .nav-pills>.active>a:focus,body.elements.index .nav-pills>.active>a:hover,body.elements.index .nav-pills a:active{color:#fff;background:#67bfb6}body.elements.index .nav-pills{margin-left:0}@media (max-width:768px){body.elements.index .tab-sidebar{width:auto;padding:15px;margin-bottom:0;padding-top:0!important;position:static!important}body.elements.index .locale{width:200px;margin-right:15px;margin-bottom:4px}body.elements.index .nav-pills li{display:inline-block}body.elements.index .nav-pills li a{margin:2px 1px}body.elements.index .tab-content{margin-right:0;padding:0 15px}}body.elements.index fieldset.locale .legend{color:#fff;background:#67bfb6}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline,body.elements.index fieldset.locale .legend .btn.outline{background:none;border:1px solid hsla(0,0%,100%,.85);color:hsla(0,0%,100%,.85)}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:focus,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:hover,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:focus,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:hover,body.elements.index fieldset.locale .legend .btn.outline:active,body.elements.index fieldset.locale .legend .btn.outline:focus,body.elements.index fieldset.locale .legend .btn.outline:hover{background:hsla(0,0%,100%,.15);border-color:#fff;color:#fff}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active span,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:focus span,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:hover span,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active span,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:focus span,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:hover span,body.elements.index fieldset.locale .legend .btn.outline:active span,body.elements.index fieldset.locale .legend .btn.outline:focus span,body.elements.index fieldset.locale .legend .btn.outline:hover span{color:#fff}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline.dropdown-toggle[aria-expanded=true],body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],body.elements.index fieldset.locale .legend .btn.outline.dropdown-toggle[aria-expanded=true]{box-shadow:none;background:hsla(0,0%,100%,.25)}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active,body.elements.index fieldset.locale .legend .btn.outline:active{box-shadow:none;transition:transform .3s}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active .glyphicon,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,body.elements.index fieldset.locale .legend .btn.outline:active .glyphicon{transition:transform .1s;transform:scale(1.2)}#redactor-modal-box #redactor-modal footer .input-group-btn body.elements.index fieldset.locale .legend button.outline,.input-group-btn body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn body.elements.index fieldset.locale .legend .btn.outline{z-index:2}body.elements.index fieldset.locale .legend{border-radius:4px}body.forgot .form-actions,body.reset .form-actions{position:static;width:100%}body.login.index{margin:0;padding:0}body.login.index #main{display:table;width:100%;height:100%;position:absolute;margin:0;padding:0;max-width:none}body.login.index #main .ui{display:table-cell;vertical-align:middle;position:relative;z-index:2;padding:20px;box-sizing:border-box}body.login.index #main .ui .max-width{margin-left:auto;margin-right:auto;max-width:840px;position:relative}@media (max-width:768px){body.login.index #main .ui .max-width{top:0}}body.login.index .bkgd{position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;box-sizing:border-box;background-size:cover;opacity:.1}body.login.index .branding{width:50%;position:relative;float:left}@media (max-width:768px){body.login.index .branding{width:100%!important;padding-bottom:40px;position:static;max-width:380px;margin:0 auto;float:none}}@media (max-width:480px){body.login.index .branding{padding-bottom:20px}}body.login.index .branding h1{font-weight:400;font-size:75px;line-height:.85em;margin-top:0;margin-bottom:15px;transition:all .8s;opacity:0;position:relative;top:-5px}@media (max-width:768px){body.login.index .branding h1{margin-top:0}}@media (max-width:480px){body.login.index .branding h1{font-size:58px}}body.login.index .branding h1.show{top:0;opacity:1}body.login.index .branding h4{margin-left:4px;transition:all .8s;opacity:0;position:relative;top:-5px}body.login.index .branding h4.show{top:0;opacity:1}body.login.index .form{float:right;padding:30px;max-width:380px;border-radius:6px;box-sizing:border-box}@media (max-width:768px){body.login.index .form{padding:15px;float:none}}body.login.index .form .form-group{margin-bottom:5px;padding:5px;border-bottom:none}body.login.index .form .control-label{width:100px;text-align:right}#redactor-modal-box #redactor-modal body.login.index .form input[type=text],#redactor-modal-box #redactor-modal body.login.index .form select,body.login.index .form #redactor-modal-box #redactor-modal input[type=text],body.login.index .form #redactor-modal-box #redactor-modal select,body.login.index .form .form-control{width:190px}body.login.index .form .checkbox input{margin-right:5px}body.login.index .form .form-actions{margin-bottom:0}body.login.index .form .form-actions .buttons{display:inline-block}#redactor-modal-box #redactor-modal footer body.login.index .form .form-actions button,body.login.index .form .form-actions #redactor-modal-box #redactor-modal footer button,body.login.index .form .form-actions .btn{margin-bottom:0}body.login.index .form .buttons{margin-left:110px}@media (max-width:768px){body.login.index .form{position:static;width:100%;margin:0 auto}body.login.index .form .control-label{text-align:left}#redactor-modal-box #redactor-modal body.login.index .form input[type=text],#redactor-modal-box #redactor-modal body.login.index .form select,body.login.index .form #redactor-modal-box #redactor-modal input[type=text],body.login.index .form #redactor-modal-box #redactor-modal select,body.login.index .form .form-control{width:100%}body.login.index .form .fake-label .control-label{display:none}body.login.index .form .checkbox{margin:0}body.login.index .form .buttons{margin-left:0}}body.login.index{background:#67bfb6}@media (max-width:768px){body.login.index{background:linear-gradient(0deg,#67bfb6,#48aba1)}body.login.index .bkgd{background-image:url(/assets/decoy/img/8793d876.jpg);background-position:cover;background-position:50%}body.login.index #decoy-animation{display:none!important}}body.login.index .branding h1{color:#fff;text-shadow:1px 2px 1px #409990}body.login.index .branding h4,body.login.index .branding h4 a{color:#fff;color:hsla(0,0%,100%,.5)}body.login.index .branding h4 a:hover,body.login.index .branding h4 a a:hover{text-decoration:none;color:hsla(0,0%,100%,.7)}body.login.index .form{background:#fff;box-shadow:inset 0 3px 8px rgba(0,0,0,.3);border:1px solid #48aba1}body.login.index .form input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}.moderation .nav-tabs{border-bottom:none}.moderation .nav-tabs a{color:#777}.moderation .nav-tabs a .badge{background-color:#777}.moderation .nav-tabs .active a{color:#333}.moderation .nav-tabs .active a .badge{background-color:#333}.moderation .listing{background:#fff;border:1px solid #ddd;box-shadow:0 2px 0 #ddd;border-radius:4px;margin-bottom:30px;word-wrap:break-word;padding:30px 15px 0;border-radius:0 0 4px 4px;min-height:1px}.moderation .listing:after{content:"";display:table;clear:both}@media (max-width:768px){.moderation .listing{margin-bottom:15px}}@media (max-width:480px){.moderation .listing{margin-bottom:10px}}.moderation .listing .item{padding:8px;margin-bottom:30px;position:relative;padding-bottom:50px;min-height:100px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;border:2px solid #eee}.moderation .listing .item .rollover{display:none;position:absolute;z-index:1;background-color:rgba(0,0,0,.8);color:#f5f5f5;padding:4px;left:8px;right:8px}.moderation .listing .item .rollover .stats{opacity:.5}.moderation .listing .item .rollover .stats:hover{opacity:1}.moderation .listing .item .rollover .caption{margin-bottom:5px}.moderation .listing .item .rollover a{color:#f5f5f5}.moderation .listing .item:hover .rollover{display:block}.moderation .listing .item img{width:100%}.moderation .listing .item.text-layout .rollover{position:inherit;left:inherit;right:inherit}.moderation .listing .item.text-layout .text{font-size:24px;line-height:1.3}@media (max-width:979px) and (min-width:768px){.moderation .listing .item.text-layout .text{font-size:18px}}.moderation .listing .item .actions{position:absolute;left:0;bottom:0;right:0;padding:8px;text-align:center}#redactor-modal-box #redactor-modal footer .moderation .listing .item .actions>button,.moderation .listing .item #redactor-modal-box #redactor-modal footer .actions>button,.moderation .listing .item .actions>.btn{width:49%}.moderation .listing .item label{display:none}.moderation .listing .item select{margin:0;margin-top:6px;width:100%}.moderation .listing .item.approved{border:2px solid #7cc27c}.moderation .listing .item.approved .actions .approve{opacity:.3}.moderation .listing .item.denied{border:2px solid #fbb450}.moderation .listing .item.denied .actions .deny{opacity:.3}.moderation .listing .item.approved-outro{border:2px solid #7cc27c}.moderation .listing .item.denied-outro{border:2px solid #fbb450}.moderation .none{padding-bottom:30px;text-align:center}.moderation{position:relative;width:auto}.moderation .categories{position:absolute;right:0;width:auto}@media (max-width:768px){.moderation .categories{position:static}}.moderation .reload{text-align:center}body.workers.index .actions .status{display:inline-block;padding:3px 7px;margin-bottom:0;font-size:12px;line-height:1.5;color:#b05700;border:1px dashed #b05700;border-radius:3px;margin-right:2px}@media (max-width:480px){body.workers.index .actions{max-width:none;float:none!important;margin-top:10px}}body.workers.index .worker-entry{padding:15px}body.workers.index .worker-entry h3{margin:0}body.workers.index .worker-entry p{margin-bottom:5px}body.workers.index .worker-entry>ul{color:#999;margin-bottom:5px}body.workers.index .worker-entry .log{word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;font-family:Monaco,Menlo,Consolas,Courier New,monospace;background:#1d1f21;color:#36ca0e;padding:8px;border-radius:4px;font-size:12px;overflow:hidden;height:400px;margin-top:15px;transition:all .3s;overflow:scroll}body.workers.index .worker-entry .log.closed{display:block;padding-top:0;padding-bottom:0;margin-top:0;height:0;overflow:hidden}#ajax-progress{border-radius:0;height:3px;margin:0;background:none;box-shadow:none;position:absolute;width:100%;top:-3px;left:0}#ajax-progress .progress-bar-info{background-color:#67bfb6}.bottom-nav{position:fixed;bottom:0;background-color:#242424;z-index:702;font-size:16px;width:200px;height:60px;left:0;transition:left .25s}.bottom-nav,.bottom-nav a{color:#8c8c8c}.bottom-nav.show{left:0}@media (max-width:768px){.bottom-nav{left:-200px}}.bottom-nav .subtitle{font-size:10px}.bottom-nav .subtitle,.bottom-nav .subtitle a{color:#555}.bottom-nav .subtitle a:hover{color:#eee}.bottom-nav .subtitle a:active,.bottom-nav .subtitle a:focus{color:#67bfb6}.bottom-nav .left{padding:12px 10px 0}.bottom-nav .left .logout{transition:background .3s,color .3s}.bottom-nav .left .logout:active,.bottom-nav .left .logout:focus,.bottom-nav .left .logout:hover{transition:background .1s,color .1s}.bottom-nav .left .logout:hover{color:#eee}.bottom-nav .left .logout:active,.bottom-nav .left .logout:focus{color:#67bfb6}.bottom-nav .left .glyphicon-log-out{font-size:12px;top:0}.bottom-nav .left .glyphicon-heart{margin-right:3px}.bottom-nav .right{display:block;position:absolute;right:0;top:0;bottom:0;padding:12px 10px 0;text-align:center;transition:background .3s,color .3s}.bottom-nav .right .glyphicon-globe{top:2px}.bottom-nav .right:active,.bottom-nav .right:focus,.bottom-nav .right:hover{transition:background .1s,color .1s}.bottom-nav .right:hover{background:#2b2b2b}.bottom-nav .right:hover,.bottom-nav .right:hover *{color:#eee}.bottom-nav .right:active,.bottom-nav .right:focus{background:#67bfb6}.bottom-nav .right:active,.bottom-nav .right:active *,.bottom-nav .right:focus,.bottom-nav .right:focus *{color:#fff}@media (max-width:480px){.bottom-nav{height:45px}.bottom-nav .subtitle{display:none}}.navigation .top-level-nav{padding:0;margin:0;border-top:1px solid #2e2e2e}.navigation .top-level-nav .main-nav a{display:block;border-bottom:1px solid #2e2e2e;color:#8c8c8c;font-weight:300;font-weight:700;font-size:12px;padding:10px;cursor:pointer}.navigation .top-level-nav .main-nav a .glyphicon{display:inline-block;padding-right:5px}.navigation .top-level-nav .main-nav .top-level{position:relative;background-color:#3b3b3b}.navigation .top-level-nav .main-nav .top-level:active{color:#eee;background:#67bfb6}.navigation .top-level-nav .main-nav .top-level:hover,.navigation .top-level-nav .main-nav .top-level:hover .glyphicon{color:#eee}.navigation .top-level-nav .main-nav .top-level.parent:after{color:#4c4c4c;transition:all .25s;content:"\203A";display:block;position:absolute;font-size:24px;font-weight:400;right:10px;bottom:4px}.navigation .top-level-nav .main-nav .top-level:active:after{color:#eee;transition:color .1s}.navigation .top-level-nav .main-nav.active .top-level{color:#eee}.navigation .top-level-nav .main-nav.active .top-level .glyphicon{color:#67bfb6}.navigation .top-level-nav .main-nav.active .top-level:active .glyphicon{color:#eee;transition:color .1s}.navigation .top-level-nav .main-nav.open .top-level.parent:after{transform:rotate(90deg);bottom:0}.navigation .top-level-nav .main-nav .subnav{background-color:#242424;overflow:hidden;max-height:0;transition:max-height .45s}.navigation .top-level-nav .main-nav .subnav a{font-size:12px;font-weight:300;padding:8px;position:relative;border-bottom:1px solid #292929;padding-left:29px}.navigation .top-level-nav .main-nav .subnav a .glyphicon{margin-left:-20px}.navigation .top-level-nav .main-nav .subnav a:after{content:"";border:1px solid #404040;background-color:#404040;border-radius:50%;height:6px;width:6px;display:block;position:absolute;left:13px;bottom:12px}.navigation .top-level-nav .main-nav .subnav a:hover{background-color:#2e2e2e;color:#eee}.navigation .top-level-nav .main-nav .subnav a:hover:after{border:1px solid #eee;background-color:#eee}.navigation .top-level-nav .main-nav .subnav a:active{background:#67bfb6}.navigation .top-level-nav .main-nav .subnav a.active{color:#eee;background-color:#2e2e2e}.navigation .top-level-nav .main-nav .subnav a.active:after{border:1px solid #67bfb6;background-color:#67bfb6}.navigation .top-level-nav .main-nav.open .subnav{max-height:500px}@media (max-width:768px){.navigation{left:-200px}}.sidebar{position:fixed;top:0;left:0;width:200px;background-color:#333;color:#aaa;z-index:702;border-top:4px solid #67bfb6;overflow-y:auto;overflow-x:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);bottom:60px;box-sizing:content-box;transition:left .25s}@media (max-width:768px){.sidebar{bottom:45px;left:-200px}}.sidebar.show{left:0}@media (max-width:768px){.sidebar.show{box-shadow:0 0 25px rgba(51,51,51,.4)}}.sidebar a,.sidebar a:hover{text-decoration:none!important}.sidebar .close-nav{display:none}@media (max-width:768px){.sidebar .close-nav{display:inline-block;position:absolute;top:7px;right:7px}.sidebar .close-nav .close{opacity:1;color:#fff;font-size:14px;padding:1px 0 4px 2px}}.sidebar .dashboard{padding:10px;padding-left:8px;display:block;line-height:40px}.sidebar .dashboard:after{content:"";display:table;clear:both}.sidebar .dashboard:hover{background-color:#383838}@media (max-width:768px){.sidebar .dashboard{line-height:26px}}.sidebar .dashboard .name{color:#dedede;padding-left:4px;font-family:Roboto Slab;font-weight:300;font-size:16px}.sidebar .dashboard .gravatar{float:right;width:40px;height:40px}@media (max-width:768px){.sidebar .dashboard .gravatar{display:none}}/*! +* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.jcrop-holder{direction:ltr;text-align:left}.jcrop-hline,.jcrop-vline{background:#fff url(data:image/gif;base64,R0lGODlhCAAIAPAAAKqqqgAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgAAACwAAAAACAAIAEACDYwDqXm3xhyQ8cF4myoAIfkECQoAAAAsAAAAAAgACABAAg9EHqCphtdMew5OtnBlFBQAIfkECQoAAAAsAAAAAAgACABAAg8EgmFom9ziO6lVq3CmrAAAIfkECQoAAAAsAAAAAAgACABAAg+EgwFpt+waTOqh9vCVqQAAIfkECQoAAAAsAAAAAAgACABAAg2EEal5t8ZckPHBeJsqACH5BAkKAAAALAAAAAAIAAgAQAIPDA6hqYbXTHsOTrZwZTQUACH5BAkKAAAALAAAAAAIAAgAQAIPTIBgaJvc4jupVatwpqwAACH5BAUKAAAALAAAAAAIAAgAQAIPjIEQabfsGkzqofbwlakAADs=);font-size:0;position:absolute}.jcrop-vline{height:100%;width:1px!important}.jcrop-vline.right{right:0}.jcrop-hline{height:1px!important;width:100%}.jcrop-hline.bottom{bottom:0}.jcrop-tracker{height:100%;width:100%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}.jcrop-handle{background-color:#333;border:1px solid #eee;width:7px;height:7px;font-size:1px}.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px}.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%}.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%}.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0}.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0}.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px}.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%}.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px}.jcrop-dragbar.ord-n{margin-top:-4px}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px}.jcrop-dragbar.ord-e{margin-right:-4px;right:0}.jcrop-dragbar.ord-w{margin-left:-4px}.jcrop-light .jcrop-hline,.jcrop-light .jcrop-vline{background:#fff;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#fff;border-radius:3px}.jcrop-dark .jcrop-hline,.jcrop-dark .jcrop-vline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#fff;border-color:#000;border-radius:3px}.solid-line .jcrop-hline,.solid-line .jcrop-vline{background:#fff}.jcrop-holder img,img.jcrop-preview{max-width:none}.has-warning .twitter-typeahead .tt-hint,.has-warning .twitter-typeahead .tt-input{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .twitter-typeahead .tt-hint:focus,.has-warning .twitter-typeahead .tt-input:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-error .twitter-typeahead .tt-hint,.has-error .twitter-typeahead .tt-input{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .twitter-typeahead .tt-hint:focus,.has-error .twitter-typeahead .tt-input:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-success .twitter-typeahead .tt-hint,.has-success .twitter-typeahead .tt-input{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .twitter-typeahead .tt-hint:focus,.has-success .twitter-typeahead .tt-input:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.input-group .twitter-typeahead:first-child .tt-hint,.input-group .twitter-typeahead:first-child .tt-input{border-bottom-left-radius:4px;border-top-left-radius:4px;width:100%}.input-group .twitter-typeahead:last-child .tt-hint,.input-group .twitter-typeahead:last-child .tt-input{border-bottom-right-radius:4px;border-top-right-radius:4px;width:100%}.input-group.input-group-sm .twitter-typeahead .tt-hint,.input-group.input-group-sm .twitter-typeahead .tt-input{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group.input-group-sm .twitter-typeahead .tt-hint,select.input-group.input-group-sm .twitter-typeahead .tt-input{height:30px;line-height:30px}select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint,select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,textarea.input-group.input-group-sm .twitter-typeahead .tt-input{height:auto}.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint,.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input{border-radius:0}.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint,.input-group.input-group-sm .twitter-typeahead:first-child .tt-input{border-bottom-left-radius:3px;border-top-left-radius:3px;border-bottom-right-radius:0;border-top-right-radius:0}.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint,.input-group.input-group-sm .twitter-typeahead:last-child .tt-input{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.input-group.input-group-lg .twitter-typeahead .tt-hint,.input-group.input-group-lg .twitter-typeahead .tt-input{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group.input-group-lg .twitter-typeahead .tt-hint,select.input-group.input-group-lg .twitter-typeahead .tt-input{height:46px;line-height:46px}select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint,select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,textarea.input-group.input-group-lg .twitter-typeahead .tt-input{height:auto}.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint,.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input{border-radius:0}.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint,.input-group.input-group-lg .twitter-typeahead:first-child .tt-input{border-bottom-left-radius:6px;border-top-left-radius:6px;border-bottom-right-radius:0;border-top-right-radius:0}.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint,.input-group.input-group-lg .twitter-typeahead:last-child .tt-input{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:6px;border-top-right-radius:6px}.twitter-typeahead{width:100%;float:left}.input-group .twitter-typeahead{display:table-cell!important}.twitter-typeahead .tt-hint{color:#999}.twitter-typeahead .tt-input{z-index:2}.twitter-typeahead .tt-input[disabled],.twitter-typeahead .tt-input[readonly],fieldset[disabled] .twitter-typeahead .tt-input{cursor:not-allowed;background-color:#eee!important}.tt-dropdown-menu,.tt-menu{position:absolute;top:100%;left:0;z-index:1000;min-width:160px;width:100%;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px}.tt-dropdown-menu .tt-suggestion,.tt-menu .tt-suggestion{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333}.tt-dropdown-menu .tt-suggestion.tt-cursor,.tt-dropdown-menu .tt-suggestion:hover,.tt-menu .tt-suggestion.tt-cursor,.tt-menu .tt-suggestion:hover{cursor:pointer;text-decoration:none;outline:0;background-color:#f5f5f5;color:#262626}.tt-dropdown-menu .tt-suggestion.tt-cursor a,.tt-dropdown-menu .tt-suggestion:hover a,.tt-menu .tt-suggestion.tt-cursor a,.tt-menu .tt-suggestion:hover a{color:#262626}.tt-dropdown-menu .tt-suggestion p,.tt-menu .tt-suggestion p{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{min-height:100%}body{background-color:#efefef}.label{font-size:12px;padding-bottom:.25em}.dropdown{cursor:pointer}#redactor-modal-box #redactor-modal footer button .glyphicon,.btn .glyphicon,.control-label .glyphicon{position:relative;top:1px}a{color:inherit}#redactor-modal-box #redactor-modal footer button,.btn,a{outline:none!important}a,a:hover{text-decoration:none}a{transition:background .3s,color .3s}a:active,a:focus,a:hover{transition:background .1s,color .1s}a:active{color:#67bfb6}.help-block a,p a{border-bottom:1px dotted #ccc}.h1 b,.h1 strong,.h2 b,.h2 strong,.h3 b,.h3 strong,.h4 b,.h4 strong,.h5 b,.h5 strong,.h6 b,.h6 strong,h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong,h4 b,h4 strong,h5 b,h5 strong,h6 b,h6 strong{font-weight:400}#main{position:relative;padding:30px;padding-bottom:60px;margin-left:200px;transition:margin-left .25s;max-width:1080px}body.forgot #main,body.reset #main{margin-left:0}@media (max-width:768px){#main{margin-left:0;padding-left:15px;padding-right:15px;padding-top:15px}}@media (max-width:480px){#main{padding-left:10px;padding-right:10px;padding-top:10px}#main .row{margin-left:-10px;margin-right:-10px}#main .row .padded-col,#main .row [class*=col-]{padding-left:10px;padding-right:10px}}#redactor-modal-box #redactor-modal footer button.outline,.btn.outline{background:none;border:1px solid hsla(0,0%,100%,.85);color:hsla(0,0%,100%,.85)}#redactor-modal-box #redactor-modal footer button.outline:active,#redactor-modal-box #redactor-modal footer button.outline:focus,#redactor-modal-box #redactor-modal footer button.outline:hover,.btn.outline:active,.btn.outline:focus,.btn.outline:hover{background:hsla(0,0%,100%,.15);border-color:#fff;color:#fff}#redactor-modal-box #redactor-modal footer button.outline:active span,#redactor-modal-box #redactor-modal footer button.outline:focus span,#redactor-modal-box #redactor-modal footer button.outline:hover span,.btn.outline:active span,.btn.outline:focus span,.btn.outline:hover span{color:#fff}#redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],.btn.outline.dropdown-toggle[aria-expanded=true]{box-shadow:none;background:hsla(0,0%,100%,.25)}#redactor-modal-box #redactor-modal footer button.outline:active,.btn.outline:active{box-shadow:none;transition:transform .3s}#redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,.btn.outline:active .glyphicon{transition:transform .1s;transform:scale(1.2)}#redactor-modal-box #redactor-modal footer .input-group-btn button.outline,.input-group-btn #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn .btn.outline{z-index:2}#redactor-modal-box #redactor-modal footer .legend button.outline,#redactor-modal-box #redactor-modal footer .search button.outline,#redactor-modal-box #redactor-modal footer button.outline.secondary,.btn.outline.secondary,.legend #redactor-modal-box #redactor-modal footer button.outline,.legend .btn.outline,.search #redactor-modal-box #redactor-modal footer button.outline,.search .btn.outline{background:none;border:1px solid rgba(176,87,0,.85);color:rgba(176,87,0,.85)}#redactor-modal-box #redactor-modal footer .legend button.outline:active,#redactor-modal-box #redactor-modal footer .legend button.outline:focus,#redactor-modal-box #redactor-modal footer .legend button.outline:hover,#redactor-modal-box #redactor-modal footer .search button.outline:active,#redactor-modal-box #redactor-modal footer .search button.outline:focus,#redactor-modal-box #redactor-modal footer .search button.outline:hover,#redactor-modal-box #redactor-modal footer button.outline.secondary:active,#redactor-modal-box #redactor-modal footer button.outline.secondary:focus,#redactor-modal-box #redactor-modal footer button.outline.secondary:hover,.btn.outline.secondary:active,.btn.outline.secondary:focus,.btn.outline.secondary:hover,.legend #redactor-modal-box #redactor-modal footer button.outline:active,.legend #redactor-modal-box #redactor-modal footer button.outline:focus,.legend #redactor-modal-box #redactor-modal footer button.outline:hover,.legend .btn.outline:active,.legend .btn.outline:focus,.legend .btn.outline:hover,.search #redactor-modal-box #redactor-modal footer button.outline:active,.search #redactor-modal-box #redactor-modal footer button.outline:focus,.search #redactor-modal-box #redactor-modal footer button.outline:hover,.search .btn.outline:active,.search .btn.outline:focus,.search .btn.outline:hover{background:rgba(176,87,0,.15);border-color:#b05700;color:#b05700}#redactor-modal-box #redactor-modal footer .legend button.outline:active span,#redactor-modal-box #redactor-modal footer .legend button.outline:focus span,#redactor-modal-box #redactor-modal footer .legend button.outline:hover span,#redactor-modal-box #redactor-modal footer .search button.outline:active span,#redactor-modal-box #redactor-modal footer .search button.outline:focus span,#redactor-modal-box #redactor-modal footer .search button.outline:hover span,#redactor-modal-box #redactor-modal footer button.outline.secondary:active span,#redactor-modal-box #redactor-modal footer button.outline.secondary:focus span,#redactor-modal-box #redactor-modal footer button.outline.secondary:hover span,.btn.outline.secondary:active span,.btn.outline.secondary:focus span,.btn.outline.secondary:hover span,.legend #redactor-modal-box #redactor-modal footer button.outline:active span,.legend #redactor-modal-box #redactor-modal footer button.outline:focus span,.legend #redactor-modal-box #redactor-modal footer button.outline:hover span,.legend .btn.outline:active span,.legend .btn.outline:focus span,.legend .btn.outline:hover span,.search #redactor-modal-box #redactor-modal footer button.outline:active span,.search #redactor-modal-box #redactor-modal footer button.outline:focus span,.search #redactor-modal-box #redactor-modal footer button.outline:hover span,.search .btn.outline:active span,.search .btn.outline:focus span,.search .btn.outline:hover span{color:#b05700}#redactor-modal-box #redactor-modal footer .legend button.outline.dropdown-toggle[aria-expanded=true],#redactor-modal-box #redactor-modal footer .search button.outline.dropdown-toggle[aria-expanded=true],#redactor-modal-box #redactor-modal footer button.outline.secondary.dropdown-toggle[aria-expanded=true],.btn.outline.secondary.dropdown-toggle[aria-expanded=true],.legend #redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],.legend .btn.outline.dropdown-toggle[aria-expanded=true],.search #redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],.search .btn.outline.dropdown-toggle[aria-expanded=true]{box-shadow:none;background:rgba(176,87,0,.25)}#redactor-modal-box #redactor-modal footer .legend button.outline:active,#redactor-modal-box #redactor-modal footer .search button.outline:active,#redactor-modal-box #redactor-modal footer button.outline.secondary:active,.btn.outline.secondary:active,.legend #redactor-modal-box #redactor-modal footer button.outline:active,.legend .btn.outline:active,.search #redactor-modal-box #redactor-modal footer button.outline:active,.search .btn.outline:active{box-shadow:none;transition:transform .3s}#redactor-modal-box #redactor-modal footer .legend button.outline:active .glyphicon,#redactor-modal-box #redactor-modal footer .search button.outline:active .glyphicon,#redactor-modal-box #redactor-modal footer button.outline.secondary:active .glyphicon,.btn.outline.secondary:active .glyphicon,.legend #redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,.legend .btn.outline:active .glyphicon,.search #redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,.search .btn.outline:active .glyphicon{transition:transform .1s;transform:scale(1.2)}#redactor-modal-box #redactor-modal footer .input-group-btn .legend button.outline,#redactor-modal-box #redactor-modal footer .input-group-btn .search button.outline,#redactor-modal-box #redactor-modal footer .input-group-btn button.outline.secondary,.input-group-btn #redactor-modal-box #redactor-modal footer button.outline.secondary,.input-group-btn .btn.outline.secondary,.input-group-btn .legend #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn .legend .btn.outline,.input-group-btn .search #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn .search .btn.outline{z-index:2}.popover{line-height:1}.tooltip{font-weight:400;font-family:Cabin}.pull-right .dropdown-menu{left:auto;right:0}.dropdown-menu .glyphicon-ok{margin-left:-15px;font-size:12px;left:-1px}#redactor-modal-box #redactor-modal footer button,#redactor-modal-box #redactor-modal input[type=text],#redactor-modal-box #redactor-modal select,.btn,.form-control{padding-top:7px;padding-bottom:5px}#redactor-modal-box #redactor-modal .input-group-sm>input[type=text],#redactor-modal-box #redactor-modal .input-group-sm>select,#redactor-modal-box #redactor-modal footer .btn-group-sm>button,#redactor-modal-box #redactor-modal footer .input-group-sm>.input-group-btn>button,.btn-group-sm>.btn,.btn-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm{padding-top:4px;padding-bottom:2px}button.close{margin-top:-3px}.spinner-46{display:inline-block;vertical-align:middle;width:18px;height:18px;background-image:url(/assets/decoy/img/67c44d66.gif);background-size:cover;opacity:0}.breadcrumbs{background:hsla(0,0%,100%,.93);position:relative;left:0;right:0;top:0;z-index:700;font-size:12px;box-shadow:0 2px 0 #ddd;margin-left:200px;transition:margin-left .25s;padding:0 30px;border-top:4px solid #67bfb6;line-height:24px}body.forgot .breadcrumbs,body.reset .breadcrumbs{margin-left:0}@media (max-width:768px){.breadcrumbs{margin-left:0;padding:0 15px}}@media (max-width:480px){.breadcrumbs{padding-left:0 10px}}.breadcrumbs .inner{max-width:1020px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumbs a,.breadcrumbs span{color:#777}.breadcrumbs a .glyphicon,.breadcrumbs span .glyphicon{display:inline-block;padding:0 2px}.breadcrumbs a:focus,.breadcrumbs a:hover,.breadcrumbs a span:focus,.breadcrumbs a span:hover{color:#333}.breadcrumbs a:active,.breadcrumbs a span:active{color:#67bfb6}.breadcrumbs img{height:12px;margin-right:4px;position:relative;top:-2px}.breadcrumbs .back{float:right;background:#fefefe;position:relative;z-index:1;box-shadow:-6px 0 12px #fefefe}.breadcrumbs.affix{position:fixed}.breadcrumbs.affix+*{margin-top:28px}.notification-area{border:transparent;border-bottom-color:#d6e9c6;border-radius:0;margin:0;margin-left:200px;transition:margin-left .25s;padding:0 30px;z-index:0;overflow:hidden;max-height:0;transition:max-height .35s;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}body.forgot .notification-area,body.reset .notification-area{margin-left:0}@media (max-width:768px){.notification-area{margin-left:0}}.notification-area .notification-wrap{max-width:1020px}@media (max-width:768px){.notification-area{padding-left:15px;padding-right:15px}}@media (max-width:480px){.notification-area{padding-left:10px;padding-right:10px}}.notification-area .message pre{margin:10px 0 0}.notification-area .close{margin-top:15px;opacity:.5}.notification-area .close:hover{opacity:.7}.notification-area.alert-success{border-bottom-color:#d6e9c6}.notification-area.alert-success .close{color:#3c763d}.notification-area.alert-danger{border-bottom-color:#ebccd1}.notification-area.alert-danger .close{color:#a94442}.notification-area p{padding:15px 0;margin:0}.notification-area p a{color:inherit}.notification-area p .glyphicon{margin-right:5px}.notification-area.show{transition:max-height .35s .15s;max-height:300px;border-bottom-style:solid;border-bottom-width:1px}.header{background-color:#67bfb6;padding:30px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);position:relative;z-index:701;margin-left:200px;transition:margin-left .25s;padding-bottom:26px}body.forgot .header,body.reset .header{margin-left:0}@media (max-width:768px){.header{margin-left:0}}.header .title{font-size:46px;color:#fff;margin:0;max-width:1020px;position:relative}@media (max-width:992px){.header .title{font-size:39px}}.header .title br.mobile-break{display:none}.header .title .site{font-weight:400}.header .title .site:after{content:" /"}.header .title .controller{font-weight:100}.header .badge{position:relative;top:-5px;background-color:#333}.header .pull-right{float:none!important;position:absolute;right:0;line-height:0;bottom:4px;background:rgba(103,191,182,.9);box-shadow:-6px 0 12px #67bfb6}.header .pull-right .new:after{content:"New"}.header .description{font-size:22px;color:hsla(0,0%,100%,.5);margin:0;margin-top:3px;line-height:1.5em;max-width:1020px}@media (max-width:992px){.header .description{font-size:18px}}.header .description a{color:hsla(0,0%,100%,.5);border-bottom:1px dotted #ccc}.header .description a:hover{color:hsla(0,0%,100%,.7)}.header .description a:active{color:#fff}.header .nav-hamburger{display:none}@media (max-width:768px){.header{padding-top:0;padding-bottom:12px}.header .title{text-align:center}.header .title .site{font-size:20px;font-weight:200;padding-top:16px;display:block}.header .title .site:after{content:none}.header .title .controller{font-weight:400;font-size:30px;display:block;padding-top:10px;padding-bottom:12px}.header .pull-right{top:10px;bottom:auto;right:-15px}.header .pull-right .new:after{content:""}.header .pull-right .mobile-break{display:block}.header .nav-hamburger{display:block;position:absolute;left:15px;top:10px;z-index:1}.header .description{font-size:18px;margin:0 10%;line-height:1.2em;text-align:center}}@media (max-width:480px){.header .nav-hamburger{left:10px}.header .pull-right{right:-20px}.header .description{font-size:16px;margin:0}}.table .actions>a{cursor:pointer}.table .visibility{width:18px;height:18px;padding:1px;display:inline-block;line-height:0;font-size:13px;vertical-align:middle}.table .visibility .glyphicon-eye-close{color:#ccc}.table .select-all{cursor:pointer}.table tr.error td,.table tr.warning td{text-align:center;vertical-align:middle}.listing .ui-sortable .placeholder{background:#e2e2e2}.listing .ui-sortable .placeholder+tr td{border-top-color:#fff}.listing .ui-sortable tr{cursor:move}.listing .ui-sortable tr [type=checkbox]{cursor:pointer}.listing .ui-sortable.ui-sortable-disabled tr{cursor:auto}.listing .ui-sortable-helper{background:#f3f3f3!important;border:1px dashed #ddd;box-shadow:0 5px 10px rgba(0,0,0,.2);border-left:none;border-right:none;display:block!important;white-space:nowrap;font-size:0}.listing .ui-sortable-helper td{display:inline-block;font-size:14px;border:none}@media (max-width:768px){.listing .ui-sortable-helper td{display:none}.listing .ui-sortable-helper td:first-child+td,.listing .ui-sortable-helper td:last-child{display:inline-block}}.listing .ui-sortable-helper:after{content:"";display:table;clear:both}.list-form-group label{position:relative}.list-form-group label .btn-group{display:block;margin-top:5px;float:right;margin-left:100%}@media (max-width:992px){.list-form-group label{display:block}.list-form-group label .btn-group{margin-top:-2px;margin-left:10px}#redactor-modal-box #redactor-modal footer .list-form-group label .btn-group button,.list-form-group label .btn-group #redactor-modal-box #redactor-modal footer button,.list-form-group label .btn-group .btn{padding-top:0;padding-bottom:0}}.list-form-group .standard-list{border-radius:4px;border:1px solid #ccc;overflow:hidden}.list-form-group table{margin-bottom:0}.list-form-group table thead{background:#f5f5f5}.list-form-group table thead th{color:#333!important}.list-form-group table thead .select-all:hover{color:#67bfb6!important}.list-form-group table td:first-child,.list-form-group table th:first-child{padding-left:15px}.list-form-group table td[class*=actions],.list-form-group table th[class*=actions]{padding-right:15px}@media (max-width:768px){.list-form-group table td[class*=actions],.list-form-group table th[class*=actions]{padding-right:8px}}.list-form-group .help-block{margin-top:5px}.standard-list .legend .stat{margin-right:8px}@media (max-width:768px){.standard-list .legend .stat{font-size:13px}}.standard-list .legend .badge{margin-left:3px;background:rgba(176,87,0,.7);color:#ffd7b0;padding-bottom:4px;position:relative;top:-1px}body.index .standard-list .legend>.pull-right.btn-toolbar{margin-right:-1px}.listing.table tbody .no-results{cursor:auto}.listing.table tbody .no-results:hover,.listing.table tbody .no-results:nth-child(2n):hover{background:none}.listing.table tbody .no-results td:first-child{padding:0}.listing.table tbody .no-results p{overflow:hidden;text-align:center;padding:50px 15px;margin:0;width:auto;white-space:normal}.listing.table tbody .no-results p,.listing.table tbody .no-results p a{color:#737373}.listing.table tbody .no-results p a{border-bottom:1px dotted #ccc}.listing.table tbody .no-results p a:hover{color:#67bfb6}.listing.table tbody .no-results .nowrap{white-space:nowrap}.listing.table tbody .no-results p{transition:padding .3s,height .3s,opacity .3s}.listing.table tbody .no-results.remove td{border-top:none}.listing.table tbody .no-results.remove td p{padding:0;height:0;opacity:0}.pagination-wrapper{margin:30px 0;text-align:center}@media (max-width:768px){.pagination-wrapper{margin:10px 0}}.pagination-wrapper ul{margin:0 7px}.pagination-wrapper .pagination-mobile{display:none}@media (max-width:768px){.pagination-wrapper .pagination-desktop{display:none}.pagination-wrapper .pagination-mobile{display:inline-block}}#redactor-modal-box #redactor-modal footer .standard-list button.full-list,.standard-list #redactor-modal-box #redactor-modal footer button.full-list,.standard-list .btn.full-list{border-bottom:none;border-left:none;border-right:none;border-top-style:dashed;border-radius:0}.search{background:#f9cea4;text-align:center;overflow:hidden;display:none}.search .conditions{padding:2px;display:inline-block;position:relative;text-align:right;box-sizing:border-box;margin-right:92px}@media (max-width:585px){.search .conditions{text-align:initial;margin-right:0;width:100%}}.search .conditions .intro{position:relative;top:2px;color:#b05700}.search .conditions .condition{margin:6px}@media (max-width:585px){.search .conditions .condition{margin:0;padding:5px 43px 5px 5px;position:relative}.search .conditions .condition:nth-child(2n){background:#fdd4ac}}@media (max-width:992px){.search .conditions .intro{display:none}}.search .conditions .add,.search .conditions .subtract{border-radius:13px;width:26px;height:26px;padding:0}@media (max-width:585px){.search .conditions .add,.search .conditions .subtract{position:absolute;right:5px;top:50%;margin-top:-13px!important}}.search .conditions .subtract .glyphicon{top:2px}.search .conditions button[type=submit]{position:absolute;bottom:11px;right:-61px}@media (max-width:585px){.search .conditions button[type=submit]{position:relative;bottom:0;right:0;left:-1px;width:98%;margin:5px}}.search .conditions .input-group,.search .conditions input,.search .conditions select{box-sizing:border-box;width:135px;border:none;box-shadow:none}@media (min-width:768px) and (max-width:825px){.search .conditions .input-group,.search .conditions input,.search .conditions select{width:100px}}@media (max-width:768px){.search .conditions .input-group,.search .conditions input,.search .conditions select{width:135px}}@media (max-width:585px){.search .conditions .input-group,.search .conditions input,.search .conditions select{width:100%}}#redactor-modal-box #redactor-modal footer .search .conditions .input-group button,#redactor-modal-box #redactor-modal footer .search .conditions input button,#redactor-modal-box #redactor-modal footer .search .conditions select button,.search .conditions .input-group #redactor-modal-box #redactor-modal footer button,.search .conditions .input-group .btn,.search .conditions input #redactor-modal-box #redactor-modal footer button,.search .conditions input .btn,.search .conditions select #redactor-modal-box #redactor-modal footer button,.search .conditions select .btn{border:none;line-height:22px}.search .conditions input,.search .conditions select{display:inline-block}.search .conditions .input-group{display:inline-table;vertical-align:middle}.search .conditions .input-group .input-field{width:100%}.search .conditions .condition>*{margin:0 3px}@media (max-width:992px){.search .conditions .condition>.fields{margin-left:0}}@media (max-width:585px){.search .conditions .condition>*{margin:2px 0}}@media (max-width:585px){.search .conditions .comparisons{width:46%;margin-right:1%}}.search .conditions .input-field[type=text]{padding-left:8px;padding-right:8px}@media (max-width:585px){.search .conditions .input-field{width:52%;margin-left:1%}}@media (max-width:585px){.search .conditions .date-field{margin:0;width:52%}.search .conditions .input-group .input-group-addon{position:relative;right:25px}}#redactor-modal-box #redactor-modal footer .search-controls button.search-toggle,.search-controls #redactor-modal-box #redactor-modal footer button.search-toggle,.search-controls .search-toggle.btn{z-index:2;margin-right:27px;background:#ffd7b0}#redactor-modal-box #redactor-modal footer .search-controls button.search-toggle.outline:hover,.search-controls #redactor-modal-box #redactor-modal footer button.search-toggle.outline:hover,.search-controls .search-toggle.btn.btn.outline:hover{background:#f3c496}#redactor-modal-box #redactor-modal footer .search-controls button.search-clear,.search-controls #redactor-modal-box #redactor-modal footer button.search-clear,.search-controls .search-clear.btn{z-index:1;position:absolute;right:0}#redactor-modal-box #redactor-modal footer .search-controls.closed button.search-toggle,.search-controls.closed #redactor-modal-box #redactor-modal footer button.search-toggle,.search-controls.closed .search-toggle.btn{margin-right:0}#redactor-modal-box #redactor-modal footer .search-controls.closed button,.search-controls.closed #redactor-modal-box #redactor-modal footer button,.search-controls.closed .btn{border-radius:4px!important}#redactor-modal-box #redactor-modal footer .search-controls.initialized button.search-toggle,.search-controls.initialized #redactor-modal-box #redactor-modal footer button.search-toggle,.search-controls.initialized .search-toggle.btn{transition:margin-right .4s ease-out}.search-controls .glyphicon{top:1px}@media (max-width:577px){.datepicker{left:auto!important;right:14%}}@media (max-width:577px){.datepicker:before{right:36px;left:auto}}@media (max-width:577px){.datepicker:after{right:37px;left:auto}}.table{table-layout:fixed}.table td,.table th{word-wrap:normal;white-space:nowrap}.table.columns-1 th{width:76.9230769231%}.table.columns-1 th:first-child+th{width:100%}.table.columns-2 th{width:38.4615384615%}.table.columns-2 th:first-child+th{width:61.5384615385%}.table.columns-3 th{width:25.641025641%}.table.columns-3 th:first-child+th{width:48.7179487179%}.table.columns-4 th{width:19.2307692308%}.table.columns-4 th:first-child+th{width:42.3076923077%}.table.columns-5 th{width:15.3846153846%}.table.columns-5 th:first-child+th{width:38.4615384615%}.table.columns-6 th{width:12.8205128205%}.table.columns-6 th:first-child+th{width:35.8974358974%}.table th{box-sizing:content-box}.table th:first-child{width:10px}.table th:last-child{padding-right:10px;text-align:right}.table th:last-child.actions-1,.table th:last-child.actions-2{width:46px}.table th:last-child.actions-3{width:76px}.table th:last-child.actions-4{width:96px}.table th:last-child.actions-5{width:126px}.table td{width:100%;overflow:hidden;text-overflow:ellipsis}.table td:last-child{text-align:right;overflow:visible}.table td:first-child{text-align:left;overflow:visible}.table td.hide+td,.table th.hide+th{padding-left:15px}.table thead{background:#fff1e3}.table thead th{color:rgba(176,87,0,.5);font-size:12px}.table thead th.select-all:hover{color:#b05700}.table thead:hover th{color:rgba(176,87,0,.7)}.table>thead>tr>th,.table td{border-top:1px solid #ddd;border-bottom:none}.table tbody tr:hover{background-color:#f6f6f6}.table tr:nth-child(2n){background-color:#fdfdfd}.table img{border:1px solid #ddd;margin-right:5px;max-height:100px;max-width:100%;width:auto}.table img.gravatar,.table img[src*=".gif"]{max-width:42px;max-height:42px}@media (max-width:480px){.table img,.table img.gravatar,.table img[src*=".gif"]{max-width:none;max-height:22px}}.table>tbody>tr>td{vertical-align:middle}.table>tbody>tr>td input[type=checkbox],.table>tbody>tr>td input[type=radio]{margin:0}.table .label{margin:0 2px}.table td>a>p,.table td>p{margin:0}@media (max-width:768px){.table[class*=columns-] th:first-child+th{width:100%}.table td,.table th{display:none}.table td:first-child+td,.table td:last-child,.table th:first-child+th,.table th:last-child{display:table-cell}}@media (max-width:480px){.table td:last-child,.table th:last-child{padding-left:0}}tr.is-trashed{background-image:linear-gradient(45deg,hsla(0,0%,83%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,83%,.25) 0,hsla(0,0%,83%,.25) 75%,transparent 0,transparent);background-size:40px 40px;color:gray}tr.is-trashed .glyphicon-trash{opacity:.3}.form-actions{position:fixed;bottom:0;z-index:700;width:calc(100% - 200px);padding:0 30px;text-align:left;left:200px;transition:left .25s;height:60px;line-height:60px;background:hsla(0,0%,89%,.7)}body.forgot .form-actions,body.reset .form-actions{left:0}@media (max-width:768px){.form-actions{left:0;padding:0 10px;width:100%}}@media (max-width:480px){.form-actions .save-back{display:none}.form-actions .save-new{border-bottom-right-radius:4px!important;border-top-right-radius:4px!important}}.tt-dropdown-menu{z-index:701!important}.tt-dropdown-menu .tt-suggestion{padding:4px 12px}.many-to-many-form .tt-menu{left:auto!important;right:0!important}.many-to-many-form .twitter-typeahead{margin-bottom:-1px}.tt-dropdown-menu,.tt-menu{min-width:275px}.bootstrap-file .btn-file{position:relative;overflow:hidden}.bootstrap-file .btn-file input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;font-size:100px;opacity:0;cursor:inherit;display:block}.bootstrap-file input[readonly]{background-color:#fff!important;cursor:text!important}.form-vertical .form-inline input[type=checkbox],.form-vertical .form-inline input[type=radio]{margin-right:5px}.checkbox,.radio{margin-top:7px;margin-bottom:7px}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-left:0}.checkbox-inline,.radio-inline{margin-right:10px}.checkbox-inline:last-child,.radio-inline:last-child{margin-right:0}@media (max-width:992px){.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:0}}.checkbox input+.label,.radio input+.label{margin-right:3px}.date-field .input-group{width:150px}.datepicker{margin-left:4px}.dropdown-menu{z-index:701!important}.datetime-field .input-groups:after{content:"";display:table;clear:both}.datetime-field .input-groups .input-group{float:left}body:not(:-moz-handler-blocked) fieldset{display:table-cell}.fieldset,fieldset{background:#fff;border:1px solid #ddd;box-shadow:0 2px 0 #ddd;border-radius:4px;margin-bottom:30px;word-wrap:break-word;word-wrap:normal}.fieldset:after,fieldset:after{content:"";display:table;clear:both}@media (max-width:768px){.fieldset,fieldset{margin-bottom:15px}}@media (max-width:480px){.fieldset,fieldset{margin-bottom:10px}}.fieldset .legend,fieldset .legend{font-size:16px;font-weight:300;font-family:Roboto Slab;background:#ffd7b0;padding:7px 15px}.fieldset .legend,.fieldset .legend>a,fieldset .legend,fieldset .legend>a{color:#b05700}@media (max-width:768px){.fieldset .legend,fieldset .legend{padding-left:8px;padding-right:8px}}.fieldset .legend>.pull-right,fieldset .legend>.pull-right{max-width:50%;margin-top:-2px;font-family:Cabin;margin-right:-10px}@media (max-width:768px){.fieldset .legend>.pull-right,fieldset .legend>.pull-right{margin-right:-3px}}.fieldset.standard-list,fieldset.standard-list{padding:0}.fieldset.standard-list .legend,fieldset.standard-list .legend{margin:0}.fieldset.standard-list .listing,fieldset.standard-list .listing{margin-bottom:0}.fieldset.standard-list td:first-child,.fieldset.standard-list th:first-child,fieldset.standard-list td:first-child,fieldset.standard-list th:first-child{padding-left:15px}.fieldset.standard-list td[class*=actions],.fieldset.standard-list th[class*=actions],fieldset.standard-list td[class*=actions],fieldset.standard-list th[class*=actions]{padding-right:15px}@media (max-width:768px){.fieldset.standard-list td[class*=actions],.fieldset.standard-list th[class*=actions],fieldset.standard-list td[class*=actions],fieldset.standard-list th[class*=actions]{padding-right:8px}}.fieldset.standard-list .legend>a:focus,.fieldset.standard-list .legend>a:hover,fieldset.standard-list .legend>a:focus,fieldset.standard-list .legend>a:hover{color:#d08a46;border-bottom-color:#d08a46}.fieldset.standard-list .listing-wrapper,fieldset.standard-list .listing-wrapper{overflow:hidden}.fieldset.standard-list .listing-wrapper .table,fieldset.standard-list .listing-wrapper .table{width:calc(100% + 1px);max-width:none}.fieldset.disabled,fieldset.disabled{opacity:.7}.fieldset.disabled .legend,fieldset.disabled .legend{background:#d8d8d8}.fieldset.disabled .legend,.fieldset.disabled .legend>a,fieldset.disabled .legend,fieldset.disabled .legend>a{color:#585858}.fieldset.disabled p,fieldset.disabled p{text-align:center;padding:50px 15px}.fieldset.disabled p .glyphicon,fieldset.disabled p .glyphicon{display:none}.form-group.upload .download{color:inherit}.form-group.upload .download a{color:#1e8aaa}.form-group.upload .upload-delete,.form-group.upload .upload-delete a{color:#d14}.form-group.upload .download,.form-group.upload .status,.form-group.upload .upload-delete{display:block;margin-top:5px}.form-horizontal .form-group.upload .download,.form-horizontal .form-group.upload .status,.form-horizontal .form-group.upload .upload-delete{padding-top:0}.form-group.upload .download .glyphicon,.form-group.upload .status .glyphicon,.form-group.upload .upload-delete .glyphicon{margin-right:2px}.form-group.upload .download-link{padding:2px 4px;border:1px solid #eee;font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:12px}.form-group,fieldset>p{padding:15px;border-bottom:1px solid #ddd;margin-bottom:0}@media (max-width:768px){.form-group,fieldset>p{padding:8px}}.form-horizontal .form-group,.form-horizontal fieldset>p{margin-right:0;margin-left:0}.form-group:hover,fieldset>p:hover{background-color:#fdfdfd}.form-group.disabled,fieldset>p.disabled{opacity:.7;background:#fafafa}fieldset>:last-child{border-bottom:none}.form-vertical .control-label{display:block}.form-vertical .form-inline .control-label{display:inline-block;margin-right:10px}.form-horizontal .control-label{width:150px;float:left}@media (max-width:992px){.form-horizontal .control-label{float:none;text-align:left;margin-bottom:5px;padding-top:0;display:inline-block;width:auto}}.form-horizontal .control-label+div{margin-left:165px}@media (max-width:992px){.form-horizontal .control-label+div{margin-left:0}}.glyphicon.required{color:#bbb}.glyphicon.required:hover{color:#333}.glyphicon.required+.tooltip{white-space:nowrap}.tooltip{text-shadow:none}textarea.form-control{height:6.8em;resize:vertical}textarea.form-control.wysiwyg{height:16em}#redactor-modal-box #redactor-modal input[type=text]:focus,#redactor-modal-box #redactor-modal select:focus,.form-control:focus{box-shadow:inset 0 1px 1px rgba(255,138,23,.075)}.help-block{margin-bottom:0}.has-error .help-block+.help-block{color:#737373;margin-top:0}.form-control-static+.help-block{margin-top:-5px}.has-error .help-block:first-of-type a{color:#a94442}.image-upload{position:relative}.image-upload .image-holder{display:none;margin-top:5px;border:1px solid #ccc;border-radius:4px;overflow:hidden}.image-upload.has-image .image-holder{display:block}.image-upload.has-image .bootstrap-file{display:none}.image-upload .title{display:inline-block;vertical-align:middle;margin-left:10px;padding:2px 5px;border-radius:4px;outline:none;background:transparent;position:absolute;width:50%;left:25%;text-align:center;top:4px;border:1px solid transparent;transition:border-color .2s}.image-upload .title:focus{border:1px solid #ccc}#redactor-modal-box #redactor-modal footer .image-upload .redactor-modal-close-btn,.image-upload #redactor-modal-box #redactor-modal footer .redactor-modal-close-btn,.image-upload .btn-default{background:none}#redactor-modal-box #redactor-modal footer .image-upload .input-group .btn-group button,.image-upload .input-group .btn-group #redactor-modal-box #redactor-modal footer button,.image-upload .input-group .btn-group .btn{padding:9px 10px;border-radius:0;height:33px;transition:background-color .25s,color .25s}#redactor-modal-box #redactor-modal footer .image-upload .input-group .btn-group button:not(.active):hover,.image-upload .input-group .btn-group #redactor-modal-box #redactor-modal footer button:not(.active):hover,.image-upload .input-group .btn-group .btn:not(.active):hover{background-color:#67bfb6;color:#fff}#redactor-modal-box #redactor-modal footer .image-upload .input-group .btn-group button:active,.image-upload .input-group .btn-group #redactor-modal-box #redactor-modal footer button:active,.image-upload .input-group .btn-group .btn:active{box-shadow:none}.image-upload .input-group .btn-group .active{background-color:#ccc;box-shadow:none}.image-upload .delete{padding:9px 10px;border-radius:0 4px 0 0;top:0;height:33px;transition:background-color .25s,color .25s}.image-upload .delete:hover{background-color:red;color:#fff}.image-upload .toolbar{background:#f5f5f5;border-bottom:1px solid #ccc;border-radius:4px 4px 0 0;width:calc(100% + 1px)}.image-upload .img-thumbnail{border-top:0;border-radius:0 0 4px 4px;position:relative}.image-upload .focal-point{position:absolute;z-index:1000;color:#fff;opacity:0;transition:opacity .3s}.image-upload .delete{float:right}.image-upload .preview{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEXW1tb///9kNAxTAAAAFElEQVQI12NgsP/AQAz+f4CBGAwAJIIdTTn0+w0AAAAASUVORK5CYII=)}.image-upload .preview .source{max-width:100%}.image-upload .preview .jcrop-holder{background:none!important}.form-group.locale .radio input[disabled]+.locale-label{color:rgba(51,51,51,.3)}.form-group.locale .radio input[disabled]+.locale-label a{color:rgba(51,51,51,.6);border-bottom:1px dotted #ccc}.form-group.locale .radio input[disabled]+.locale-label a:hover{color:#333}.form-group.locale .radio input[disabled]+.locale-label a:active{color:#67bfb6}fieldset.localize .compare .radio a{border-bottom:1px dotted #ccc}#redactor-modal-box #redactor-modal footer fieldset.localize .create button,fieldset.localize .create #redactor-modal-box #redactor-modal footer button,fieldset.localize .create .btn{margin-top:10px}.form-group.locale .radio label img,fieldset.localize .radio label img{width:15px;margin-left:2px;border-right:4px solid #fff;box-sizing:content-box}.popover.localize-compare .popover-title{font-weight:700}.popover.localize-compare .popover-content{line-height:1.428571429;color:#555}.popover.localize-compare .popover-content .wysiwyg p{margin:0}.popover.localize-compare .popover-content img{max-width:100%}.many-to-many-checklist input[type=checkbox],.many-to-many-checklist input[type=radio]{position:relative;margin-right:8px}.many-to-many-checklist img{padding-right:8px;width:30px}.many-to-many-checklist .edit{margin-left:8px;display:none}.many-to-many-checklist .checkbox:hover .edit,.many-to-many-checklist .radio:hover .edit{display:inline-block}.many-to-many-checklist.two-col .checkbox,.many-to-many-checklist.two-col .radio{display:inline-block;width:50%;padding:0 5px 0 0;margin-bottom:5px;margin-top:0}@media (max-width:480px){.many-to-many-checklist.two-col .checkbox,.many-to-many-checklist.two-col .radio{width:auto;display:block}}.many-to-many-checklist.two-col .checkbox label,.many-to-many-checklist.two-col .radio label{position:relative;display:block;background-color:#f9f9f9;border-radius:3px;padding:7px;padding-left:30px;white-space:nowrap}.many-to-many-checklist.two-col .checkbox .title,.many-to-many-checklist.two-col .radio .title{display:inline-block;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;width:100%}.many-to-many-checklist.two-col .checkbox .edit,.many-to-many-checklist.two-col .radio .edit{position:absolute;right:10px;top:10px}.many-to-many-checklist.two-col:hover .checkbox label,.many-to-many-checklist.two-col:hover .radio label{background:#f1f1f1}.many-to-many-form{display:inline-block;position:relative;line-height:0}#redactor-modal-box #redactor-modal footer .many-to-many-form button.outline[disabled],.many-to-many-form #redactor-modal-box #redactor-modal footer button.outline[disabled],.many-to-many-form .btn.outline[disabled]{opacity:.3}#redactor-modal-box #redactor-modal .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .many-to-many-form select,.many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.many-to-many-form #redactor-modal-box #redactor-modal select,.many-to-many-form .form-control{box-shadow:none;-webkit-appearance:none;outline:none;background:none;padding-left:23px;width:54px}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .legend .many-to-many-form select,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.legend .many-to-many-form #redactor-modal-box #redactor-modal select,.legend .many-to-many-form .form-control{border-color:rgba(176,87,0,.85);color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input.placeholder[type=text],#redactor-modal-box #redactor-modal .legend .many-to-many-form select.placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input.placeholder[type=text],.legend .many-to-many-form #redactor-modal-box #redactor-modal select.placeholder,.legend .many-to-many-form .form-control.placeholder{color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]:-moz-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]::-moz-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select:-moz-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select::-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select:-moz-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select::-moz-placeholder,.legend .many-to-many-form .form-control:-moz-placeholder,.legend .many-to-many-form .form-control::-moz-placeholder{color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]:-ms-input-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select:-ms-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-ms-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select:-ms-input-placeholder,.legend .many-to-many-form .form-control:-ms-input-placeholder{color:#b05700}#redactor-modal-box #redactor-modal .legend .many-to-many-form input[type=text]::-webkit-input-placeholder,#redactor-modal-box #redactor-modal .legend .many-to-many-form select::-webkit-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-webkit-input-placeholder,.legend .many-to-many-form #redactor-modal-box #redactor-modal select::-webkit-input-placeholder,.legend .many-to-many-form .form-control::-webkit-input-placeholder{color:#b05700}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select,.header .many-to-many-form .form-control{border-color:hsla(0,0%,100%,.85);color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input.placeholder[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select.placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input.placeholder[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select.placeholder,.header .many-to-many-form .form-control.placeholder{color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]:-moz-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]::-moz-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select:-moz-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select::-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select:-moz-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select::-moz-placeholder,.header .many-to-many-form .form-control:-moz-placeholder,.header .many-to-many-form .form-control::-moz-placeholder{color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]:-ms-input-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select:-ms-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:-ms-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select:-ms-input-placeholder,.header .many-to-many-form .form-control:-ms-input-placeholder{color:#fff}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]::-webkit-input-placeholder,#redactor-modal-box #redactor-modal .header .many-to-many-form select::-webkit-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]::-webkit-input-placeholder,.header .many-to-many-form #redactor-modal-box #redactor-modal select::-webkit-input-placeholder,.header .many-to-many-form .form-control::-webkit-input-placeholder{color:#fff}.many-to-many-form .tt-dropdown-menu{font-size:12px;text-align:left}.many-to-many-form .tt-dropdown-menu .tt-suggestion{padding-left:8px;padding-right:8px}.many-to-many-form .glyphicon-search{font-size:12px;position:absolute;left:7px;top:7px}.many-to-many-form .twitter-typeahead input{transition:all .5s ease}.many-to-many-form .twitter-typeahead input:focus{width:125px}.many-to-many-form .twitter-typeahead input[disabled]{background:none!important;width:125px}.header .many-to-many-form{z-index:701}.header .many-to-many-form .glyphicon-search{left:10px;top:10px;font-size:14px}#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select,.header .many-to-many-form .form-control{padding-left:28px;width:70px}#redactor-modal-box #redactor-modal .header .many-to-many-form input[disabled][type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text]:focus,#redactor-modal-box #redactor-modal .header .many-to-many-form select:focus,#redactor-modal-box #redactor-modal .header .many-to-many-form select[disabled],.header .many-to-many-form #redactor-modal-box #redactor-modal input[disabled][type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text]:focus,.header .many-to-many-form #redactor-modal-box #redactor-modal select:focus,.header .many-to-many-form #redactor-modal-box #redactor-modal select[disabled],.header .many-to-many-form .form-control:focus,.header .many-to-many-form .form-control[disabled]{padding-left:28px;width:150px}@media (max-width:768px){#redactor-modal-box #redactor-modal .header .many-to-many-form input[type=text],#redactor-modal-box #redactor-modal .header .many-to-many-form select,.header .many-to-many-form #redactor-modal-box #redactor-modal input[type=text],.header .many-to-many-form #redactor-modal-box #redactor-modal select,.header .many-to-many-form .form-control{width:37px;padding-left:23px}}.time-field .input-group{width:150px}.bootstrap-timepicker-widget{width:200px;left:112px}.form-group.video-encoder .progress{margin-bottom:0}.form-group.video-encoder .progress .progress-bar{font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-size:12px;text-shadow:none;text-transform:capitalize}.form-group.video-encoder video{max-width:100%}.form-group.video-encoder .player{margin-top:5px;display:inline-block;line-height:0;border:1px solid #ddd;border-radius:0 0 4px 4px}.form-group.video-encoder .stats{background:#f5f5f5;padding:4px}.form-group.video-encoder .stats span{vertical-align:middle}.form-group.video-encoder .stats .label{display:inline-block;color:#737373;font-weight:400}.form-group.video-encoder .stats .badge{background:#aaa;margin-left:2px}.form-group.video-encoder .stats .badge a{color:#fff}.cke_bottom,.cke_chrome,.cke_top{background:#f5f5f5}.wysiwyg-wrap .cke_combo_button{margin-bottom:3px}.form-group .redactor-box{margin-bottom:0;border:1px solid #ccc;border-radius:4px;overflow:hidden}.form-group .redactor-box .redactor-toolbar{background:#f5f5f5;border-radius:4px 4px 0 0;box-shadow:none;border-bottom:1px solid #ccc}.form-group .redactor-box .redactor-toolbar li a:hover{background:#67bfb6;color:#fff}.form-group .redactor-box .redactor-editor{border:none;padding:8px 12px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);font-family:inherit!important;line-height:inherit;background:none}.form-group .redactor-box .redactor-editor a{border:none}.form-group .redactor-box .redactor-editor b,.form-group .redactor-box .redactor-editor strong{font-size:inherit}.form-group .redactor-box .redactor-editor h1,.form-group .redactor-box .redactor-editor h2,.form-group .redactor-box .redactor-editor h3,.form-group .redactor-box .redactor-editor h4,.form-group .redactor-box .redactor-editor h5,.form-group .redactor-box .redactor-editor h6{font-family:inherit;font-weight:inherit;line-height:inherit}.form-group .redactor-box textarea{border-radius:0;font-family:Menlo,Monaco,Consolas,Courier New,monospace;padding:8px 12px;background:#1d1f21;color:#36ca0e}body .redactor-dropdown:not(.redactor-dropdown-box-fontcolor) a:hover{background:#67bfb6!important;color:#fff!important}body .redactor-dropdown.redactor-dropdown-box-fontcolor a:hover{border-color:#67bfb6!important}#redactor-droparea-placeholder input[type=file]{display:inline}#redactor-modal-box #redactor-modal{font-family:inherit}#redactor-modal-box #redactor-modal:after{content:"";display:table;clear:both}#redactor-modal-box #redactor-modal input[type=checkbox],#redactor-modal-box #redactor-modal input[type=radio]{margin-right:5px}#redactor-modal-box #redactor-modal footer{float:left;padding:0 40px 40px}#redactor-modal-box #redactor-modal footer:after{content:"";display:table;clear:both}#redactor-modal-box #redactor-modal footer button{float:right;width:auto!important;font-family:inherit;margin-right:2px}.admins.index .listing .group{text-transform:capitalize}.admin-permissions .permissions-list{transition:height .3s;overflow:hidden}.admin-permissions .permissions-list .permissions-list-inner{padding-top:6px}@media (max-width:768px){.admin-permissions .permissions-list .permissions-list-inner{padding-top:0}}.admin-permissions.closed .permissions-list{height:0!important}.admin-permissions .controller{padding-top:6px;border-bottom:1px dashed #ddd}.admin-permissions .controller:after{content:"";display:table;clear:both}.admin-permissions .controller:last-of-type{border-bottom:none}.admin-permissions .controller .title{font-weight:700;float:left;max-width:110px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:768px){.admin-permissions .controller .title{float:none;width:auto;margin-bottom:2px;display:block}}.admin-permissions .controller-permissions{margin-left:120px}@media (max-width:768px){.admin-permissions .controller-permissions{margin-left:0}}.admin-permissions .controller-permission{font-weight:400;width:120px;margin-bottom:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-permissions .controller-permission span{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.changes.index .listing .activity img{width:24px}.changes.index .listing .activity b{font-size:13px}.changes.index .listing .glyphicon-filter{position:relative;top:2px}.changes.index .listing span.glyphicon{opacity:.3}.changes-modal .modal-footer img{width:22px;border:1px solid #ddd;margin-right:3px}.changes-modal dl{margin-bottom:0}#commands{margin-left:-15px;margin-right:-15px}#commands:after{content:"";display:table;clear:both}#commands table{width:100%;margin:8px 0}#commands td:first-child{padding-right:10px;width:1px}#commands td:last-child{font-weight:700}#commands td:last-child p{margin:0}#commands td:last-child p:not(:last-of-type){display:inline-block}#commands td:last-child small{font-weight:400}#commands td{padding-top:3px;padding-bottom:3px}#commands td img{width:18px;height:18px;margin-left:5px;display:none}body.index #main{padding-bottom:0}body.elements.field{background:#fff}body.elements.field #main{padding:0;margin:0}body.elements.field #main fieldset{background:none;border:none;margin:0;box-shadow:none}body.elements.field .legend .glyphicon-chevron-right{font-size:7px;top:-2px;margin:0 3px}body.elements.field .form-actions{position:static;padding:8px;line-height:inherit;height:auto}#redactor-modal-box #redactor-modal footer body.elements.field .form-actions button,body.elements.field .form-actions #redactor-modal-box #redactor-modal footer button,body.elements.field .form-actions .btn{padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px}body.elements.index #main{padding-bottom:60px}body.elements.index .row{position:relative}body.elements.index .tab-sidebar{width:200px;position:absolute;right:15px;top:0;margin-bottom:90px}body.elements.index .tab-sidebar.affix{position:fixed;right:30px}@media (min-width:1280px){body.elements.index .tab-sidebar.affix{right:auto;left:1050px}}body.elements.index .tab-content{margin-right:260px;overflow:visible}@media (min-width:769px){body.elements.index .tab-content{padding-left:30px}}body.elements.index .tab-pane{margin-left:-15px;margin-right:-15px}body.elements.index .tab-pane:after{content:"";display:table;clear:both}@media (max-width:768px){body.elements.index .tab-pane{margin-left:0;margin-right:0}body.elements.index .tab-pane:after{content:"";display:table;clear:both}}body.elements.index .nav-pills a{color:#777;background:#fff;margin:4px 0;font-size:13px;font-weight:300;font-family:Roboto Slab;padding:7px 15px}@media (max-width:768px){body.elements.index .nav-pills a{padding-left:8px;padding-right:8px}}body.elements.index .nav-pills a:hover{color:#6a6a6a;background:#fafafa}@media (min-width:769px){body.elements.index .nav-pills li:first-child a{margin-top:0}}body.elements.index .nav-pills>.active>a,body.elements.index .nav-pills>.active>a:focus,body.elements.index .nav-pills>.active>a:hover,body.elements.index .nav-pills a:active{color:#fff;background:#67bfb6}body.elements.index .nav-pills{margin-left:0}@media (max-width:768px){body.elements.index .tab-sidebar{width:auto;padding:15px;margin-bottom:0;padding-top:0!important;position:static!important}body.elements.index .locale{width:200px;margin-right:15px;margin-bottom:4px}body.elements.index .nav-pills li{display:inline-block}body.elements.index .nav-pills li a{margin:2px 1px}body.elements.index .tab-content{margin-right:0;padding:0 15px}}body.elements.index fieldset.locale .legend{color:#fff;background:#67bfb6}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline,body.elements.index fieldset.locale .legend .btn.outline{background:none;border:1px solid hsla(0,0%,100%,.85);color:hsla(0,0%,100%,.85)}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:focus,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:hover,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:focus,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:hover,body.elements.index fieldset.locale .legend .btn.outline:active,body.elements.index fieldset.locale .legend .btn.outline:focus,body.elements.index fieldset.locale .legend .btn.outline:hover{background:hsla(0,0%,100%,.15);border-color:#fff;color:#fff}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active span,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:focus span,#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:hover span,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active span,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:focus span,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:hover span,body.elements.index fieldset.locale .legend .btn.outline:active span,body.elements.index fieldset.locale .legend .btn.outline:focus span,body.elements.index fieldset.locale .legend .btn.outline:hover span{color:#fff}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline.dropdown-toggle[aria-expanded=true],body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline.dropdown-toggle[aria-expanded=true],body.elements.index fieldset.locale .legend .btn.outline.dropdown-toggle[aria-expanded=true]{box-shadow:none;background:hsla(0,0%,100%,.25)}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active,body.elements.index fieldset.locale .legend .btn.outline:active{box-shadow:none;transition:transform .3s}#redactor-modal-box #redactor-modal footer body.elements.index fieldset.locale .legend button.outline:active .glyphicon,body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline:active .glyphicon,body.elements.index fieldset.locale .legend .btn.outline:active .glyphicon{transition:transform .1s;transform:scale(1.2)}#redactor-modal-box #redactor-modal footer .input-group-btn body.elements.index fieldset.locale .legend button.outline,.input-group-btn body.elements.index fieldset.locale .legend #redactor-modal-box #redactor-modal footer button.outline,.input-group-btn body.elements.index fieldset.locale .legend .btn.outline{z-index:2}body.elements.index fieldset.locale .legend{border-radius:4px}body.forgot .form-actions,body.reset .form-actions{position:static;width:100%}body.login.index{margin:0;padding:0}body.login.index #main{display:table;width:100%;height:100%;position:absolute;margin:0;padding:0;max-width:none}body.login.index #main .ui{display:table-cell;vertical-align:middle;position:relative;z-index:2;padding:20px;box-sizing:border-box}body.login.index #main .ui .max-width{margin-left:auto;margin-right:auto;max-width:840px;position:relative}@media (max-width:768px){body.login.index #main .ui .max-width{top:0}}body.login.index .bkgd{position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;box-sizing:border-box;background-size:cover;opacity:.1}body.login.index .branding{width:50%;position:relative;float:left}@media (max-width:768px){body.login.index .branding{width:100%!important;padding-bottom:40px;position:static;max-width:380px;margin:0 auto;float:none}}@media (max-width:480px){body.login.index .branding{padding-bottom:20px}}body.login.index .branding h1{font-weight:400;font-size:75px;line-height:.85em;margin-top:0;margin-bottom:15px;transition:all .8s;opacity:0;position:relative;top:-5px}@media (max-width:768px){body.login.index .branding h1{margin-top:0}}@media (max-width:480px){body.login.index .branding h1{font-size:58px}}body.login.index .branding h1.show{top:0;opacity:1}body.login.index .branding h4{margin-left:4px;transition:all .8s;opacity:0;position:relative;top:-5px}body.login.index .branding h4.show{top:0;opacity:1}body.login.index .form{float:right;padding:30px;max-width:380px;border-radius:6px;box-sizing:border-box}@media (max-width:768px){body.login.index .form{padding:15px;float:none}}body.login.index .form .form-group{margin-bottom:5px;padding:5px;border-bottom:none}body.login.index .form .control-label{width:100px;text-align:right}#redactor-modal-box #redactor-modal body.login.index .form input[type=text],#redactor-modal-box #redactor-modal body.login.index .form select,body.login.index .form #redactor-modal-box #redactor-modal input[type=text],body.login.index .form #redactor-modal-box #redactor-modal select,body.login.index .form .form-control{width:190px}body.login.index .form .checkbox input{margin-right:5px}body.login.index .form .form-actions{margin-bottom:0}body.login.index .form .form-actions .buttons{display:inline-block}#redactor-modal-box #redactor-modal footer body.login.index .form .form-actions button,body.login.index .form .form-actions #redactor-modal-box #redactor-modal footer button,body.login.index .form .form-actions .btn{margin-bottom:0}body.login.index .form .buttons{margin-left:110px}@media (max-width:768px){body.login.index .form{position:static;width:100%;margin:0 auto}body.login.index .form .control-label{text-align:left}#redactor-modal-box #redactor-modal body.login.index .form input[type=text],#redactor-modal-box #redactor-modal body.login.index .form select,body.login.index .form #redactor-modal-box #redactor-modal input[type=text],body.login.index .form #redactor-modal-box #redactor-modal select,body.login.index .form .form-control{width:100%}body.login.index .form .fake-label .control-label{display:none}body.login.index .form .checkbox{margin:0}body.login.index .form .buttons{margin-left:0}}body.login.index{background:#67bfb6}@media (max-width:768px){body.login.index{background:linear-gradient(0deg,#67bfb6,#48aba1)}body.login.index .bkgd{background-image:url(/assets/decoy/img/8793d876.jpg);background-position:cover;background-position:50%}body.login.index #decoy-animation{display:none!important}}body.login.index .branding h1{color:#fff;text-shadow:1px 2px 1px #409990}body.login.index .branding h4,body.login.index .branding h4 a{color:#fff;color:hsla(0,0%,100%,.5)}body.login.index .branding h4 a:hover,body.login.index .branding h4 a a:hover{text-decoration:none;color:hsla(0,0%,100%,.7)}body.login.index .form{background:#fff;box-shadow:inset 0 3px 8px rgba(0,0,0,.3);border:1px solid #48aba1}body.login.index .form input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}.moderation .nav-tabs{border-bottom:none}.moderation .nav-tabs a{color:#777}.moderation .nav-tabs a .badge{background-color:#777}.moderation .nav-tabs .active a{color:#333}.moderation .nav-tabs .active a .badge{background-color:#333}.moderation .listing{background:#fff;border:1px solid #ddd;box-shadow:0 2px 0 #ddd;border-radius:4px;margin-bottom:30px;word-wrap:break-word;padding:30px 15px 0;border-radius:0 0 4px 4px;min-height:1px}.moderation .listing:after{content:"";display:table;clear:both}@media (max-width:768px){.moderation .listing{margin-bottom:15px}}@media (max-width:480px){.moderation .listing{margin-bottom:10px}}.moderation .listing .item{padding:8px;margin-bottom:30px;position:relative;padding-bottom:50px;min-height:100px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;border:2px solid #eee}.moderation .listing .item .rollover{display:none;position:absolute;z-index:1;background-color:rgba(0,0,0,.8);color:#f5f5f5;padding:4px;left:8px;right:8px}.moderation .listing .item .rollover .stats{opacity:.5}.moderation .listing .item .rollover .stats:hover{opacity:1}.moderation .listing .item .rollover .caption{margin-bottom:5px}.moderation .listing .item .rollover a{color:#f5f5f5}.moderation .listing .item:hover .rollover{display:block}.moderation .listing .item img{width:100%}.moderation .listing .item.text-layout .rollover{position:inherit;left:inherit;right:inherit}.moderation .listing .item.text-layout .text{font-size:24px;line-height:1.3}@media (max-width:979px) and (min-width:768px){.moderation .listing .item.text-layout .text{font-size:18px}}.moderation .listing .item .actions{position:absolute;left:0;bottom:0;right:0;padding:8px;text-align:center}#redactor-modal-box #redactor-modal footer .moderation .listing .item .actions>button,.moderation .listing .item #redactor-modal-box #redactor-modal footer .actions>button,.moderation .listing .item .actions>.btn{width:49%}.moderation .listing .item label{display:none}.moderation .listing .item select{margin:0;margin-top:6px;width:100%}.moderation .listing .item.approved{border:2px solid #7cc27c}.moderation .listing .item.approved .actions .approve{opacity:.3}.moderation .listing .item.denied{border:2px solid #fbb450}.moderation .listing .item.denied .actions .deny{opacity:.3}.moderation .listing .item.approved-outro{border:2px solid #7cc27c}.moderation .listing .item.denied-outro{border:2px solid #fbb450}.moderation .none{padding-bottom:30px;text-align:center}.moderation{position:relative;width:auto}.moderation .categories{position:absolute;right:0;width:auto}@media (max-width:768px){.moderation .categories{position:static}}.moderation .reload{text-align:center}body.workers.index .actions .status{display:inline-block;padding:3px 7px;margin-bottom:0;font-size:12px;line-height:1.5;color:#b05700;border:1px dashed #b05700;border-radius:3px;margin-right:2px}@media (max-width:480px){body.workers.index .actions{max-width:none;float:none!important;margin-top:10px}}body.workers.index .worker-entry{padding:15px}body.workers.index .worker-entry h3{margin:0}body.workers.index .worker-entry p{margin-bottom:5px}body.workers.index .worker-entry>ul{color:#999;margin-bottom:5px}body.workers.index .worker-entry .log{word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;font-family:Monaco,Menlo,Consolas,Courier New,monospace;background:#1d1f21;color:#36ca0e;padding:8px;border-radius:4px;font-size:12px;overflow:hidden;height:400px;margin-top:15px;transition:all .3s;overflow:scroll}body.workers.index .worker-entry .log.closed{display:block;padding-top:0;padding-bottom:0;margin-top:0;height:0;overflow:hidden}#ajax-progress{border-radius:0;height:3px;margin:0;background:none;box-shadow:none;position:absolute;width:100%;top:-3px;left:0}#ajax-progress .progress-bar-info{background-color:#67bfb6}.bottom-nav{position:fixed;bottom:0;background-color:#242424;z-index:702;font-size:16px;width:200px;height:60px;left:0;transition:left .25s}.bottom-nav,.bottom-nav a{color:#8c8c8c}.bottom-nav.show{left:0}@media (max-width:768px){.bottom-nav{left:-200px}}.bottom-nav .subtitle{font-size:10px}.bottom-nav .subtitle,.bottom-nav .subtitle a{color:#555}.bottom-nav .subtitle a:hover{color:#eee}.bottom-nav .subtitle a:active,.bottom-nav .subtitle a:focus{color:#67bfb6}.bottom-nav .left{padding:12px 10px 0}.bottom-nav .left .logout{transition:background .3s,color .3s}.bottom-nav .left .logout:active,.bottom-nav .left .logout:focus,.bottom-nav .left .logout:hover{transition:background .1s,color .1s}.bottom-nav .left .logout:hover{color:#eee}.bottom-nav .left .logout:active,.bottom-nav .left .logout:focus{color:#67bfb6}.bottom-nav .left .glyphicon-log-out{font-size:12px;top:0}.bottom-nav .left .glyphicon-heart{margin-right:3px}.bottom-nav .right{display:block;position:absolute;right:0;top:0;bottom:0;padding:12px 10px 0;text-align:center;transition:background .3s,color .3s}.bottom-nav .right .glyphicon-globe{top:2px}.bottom-nav .right:active,.bottom-nav .right:focus,.bottom-nav .right:hover{transition:background .1s,color .1s}.bottom-nav .right:hover{background:#2b2b2b}.bottom-nav .right:hover,.bottom-nav .right:hover *{color:#eee}.bottom-nav .right:active,.bottom-nav .right:focus{background:#67bfb6}.bottom-nav .right:active,.bottom-nav .right:active *,.bottom-nav .right:focus,.bottom-nav .right:focus *{color:#fff}@media (max-width:480px){.bottom-nav{height:45px}.bottom-nav .subtitle{display:none}}.navigation .top-level-nav{padding:0;margin:0;border-top:1px solid #2e2e2e}.navigation .top-level-nav .main-nav a{display:block;border-bottom:1px solid #2e2e2e;color:#8c8c8c;font-weight:300;font-weight:700;font-size:12px;padding:10px;cursor:pointer}.navigation .top-level-nav .main-nav a .glyphicon{display:inline-block;padding-right:5px}.navigation .top-level-nav .main-nav .top-level{position:relative;background-color:#3b3b3b}.navigation .top-level-nav .main-nav .top-level:active{color:#eee;background:#67bfb6}.navigation .top-level-nav .main-nav .top-level:hover,.navigation .top-level-nav .main-nav .top-level:hover .glyphicon{color:#eee}.navigation .top-level-nav .main-nav .top-level.parent:after{color:#4c4c4c;transition:all .25s;content:"\203A";display:block;position:absolute;font-size:24px;font-weight:400;right:10px;bottom:4px}.navigation .top-level-nav .main-nav .top-level:active:after{color:#eee;transition:color .1s}.navigation .top-level-nav .main-nav.active .top-level{color:#eee}.navigation .top-level-nav .main-nav.active .top-level .glyphicon{color:#67bfb6}.navigation .top-level-nav .main-nav.active .top-level:active .glyphicon{color:#eee;transition:color .1s}.navigation .top-level-nav .main-nav.open .top-level.parent:after{transform:rotate(90deg);bottom:0}.navigation .top-level-nav .main-nav .subnav{background-color:#242424;overflow:hidden;max-height:0;transition:max-height .45s}.navigation .top-level-nav .main-nav .subnav a{font-size:12px;font-weight:300;padding:8px;position:relative;border-bottom:1px solid #292929;padding-left:29px}.navigation .top-level-nav .main-nav .subnav a .glyphicon{margin-left:-20px}.navigation .top-level-nav .main-nav .subnav a:after{content:"";border:1px solid #404040;background-color:#404040;border-radius:50%;height:6px;width:6px;display:block;position:absolute;left:13px;bottom:12px}.navigation .top-level-nav .main-nav .subnav a:hover{background-color:#2e2e2e;color:#eee}.navigation .top-level-nav .main-nav .subnav a:hover:after{border:1px solid #eee;background-color:#eee}.navigation .top-level-nav .main-nav .subnav a:active{background:#67bfb6}.navigation .top-level-nav .main-nav .subnav a.active{color:#eee;background-color:#2e2e2e}.navigation .top-level-nav .main-nav .subnav a.active:after{border:1px solid #67bfb6;background-color:#67bfb6}.navigation .top-level-nav .main-nav.open .subnav{max-height:500px}@media (max-width:768px){.navigation{left:-200px}}.sidebar{position:fixed;top:0;left:0;width:200px;background-color:#333;color:#aaa;z-index:702;border-top:4px solid #67bfb6;overflow-y:auto;overflow-x:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);bottom:60px;box-sizing:content-box;transition:left .25s}@media (max-width:768px){.sidebar{bottom:45px;left:-200px}}.sidebar.show{left:0}@media (max-width:768px){.sidebar.show{box-shadow:0 0 25px rgba(51,51,51,.4)}}.sidebar a,.sidebar a:hover{text-decoration:none!important}.sidebar .close-nav{display:none}@media (max-width:768px){.sidebar .close-nav{display:inline-block;position:absolute;top:7px;right:7px}.sidebar .close-nav .close{opacity:1;color:#fff;font-size:14px;padding:1px 0 4px 2px}}.sidebar .dashboard{padding:10px;padding-left:8px;display:block;line-height:40px}.sidebar .dashboard:after{content:"";display:table;clear:both}.sidebar .dashboard:hover{background-color:#383838}@media (max-width:768px){.sidebar .dashboard{line-height:26px}}.sidebar .dashboard .name{color:#dedede;padding-left:4px;font-family:Roboto Slab;font-weight:300;font-size:16px}.sidebar .dashboard .gravatar{float:right;width:40px;height:40px}@media (max-width:768px){.sidebar .dashboard .gravatar{display:none}}/*! * Datepicker for Bootstrap v1.7.0 (https://github.com/uxsolutions/bootstrap-datepicker) * * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) diff --git a/example/public/assets/decoy/index.min.js b/example/public/assets/decoy/index.min.js index ea7cc1e1..de9343ff 100644 --- a/example/public/assets/decoy/index.min.js +++ b/example/public/assets/decoy/index.min.js @@ -1,4 +1,4 @@ -/*! 📝 Bukwild 💾 9.11.17 👍 */ +/*! 📝 Bukwild 💾 10.10.17 👍 */ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("decoy",[],e):"object"==typeof exports?exports.decoy=e():t.decoy=e()}(this,function(){return function(t){function e(n){if(i[n])return i[n].exports;var r=i[n]={exports:{},id:n,loaded:!1};return t[n].call(r.exports,r,r.exports,e),r.loaded=!0,r.exports}var i={};return e.m=t,e.c=i,e.p="/assets/decoy/",e(0)}(function(t){for(var e in t)if(Object.prototype.hasOwnProperty.call(t,e))switch(typeof t[e]){case"function":break;case"object":t[e]=function(e){var i=e.slice(1),n=t[e[0]];return function(t,e,r){n.apply(this,[t,e,r].concat(i))}}(t[e]);break;default:t[e]=t[t[e]]}return t}([function(t,e,i){i(12).init()},function(t,e,i){(function(e){t.exports=e.$=i(52)}).call(e,function(){return this}())},function(t,e,i){var n;(function(t,r){(function(){function s(t,e){if(t!==e){var i=null===t,n=t===E,r=t===t,s=null===e,o=e===E,a=e===e;if(t>e&&!s||!r||i&&!o&&a||n&&a)return 1;if(t-1;);return i}function u(t,e){for(var i=t.length;i--&&e.indexOf(t.charAt(i))>-1;);return i}function d(t,e){return s(t.criteria,e.criteria)||t.index-e.index}function p(t,e,i){for(var n=-1,r=t.criteria,o=e.criteria,a=r.length,l=i.length;++n=l)return h;var c=i[n];return h*("asc"===c||c===!0?1:-1)}}return t.index-e.index}function f(t){return Vt[t]}function g(t){return qt[t]}function m(t,e,i){return e?t=Kt[t]:i&&(t=Jt[t]),"\\"+t}function v(t){return"\\"+Jt[t]}function y(t,e,i){for(var n=t.length,r=e+(i?0:-1);i?r--:++r=9&&t<=13||32==t||160==t||5760==t||6158==t||t>=8192&&(t<=8202||8232==t||8233==t||8239==t||8287==t||12288==t||65279==t)}function w(t,e){for(var i=-1,n=t.length,r=-1,s=[];++i=W?fi(e):null,h=e.length;l&&(s=Jt,o=!1,e=l);t:for(;++rr?0:r+i),n=n===E||n>r?r:+n||0,n<0&&(n+=r),r=i>n?0:n>>>0,i>>>=0;ir?0:r+e),i=i===E||i>r?r:+i||0,i<0&&(i+=r),r=e>i?0:i-e>>>0,e>>>=0;for(var s=Us(r);++n=W,l=o?fi():null,h=[];l?(n=Jt,s=!1):(o=!1,l=e?[]:h);t:for(;++i>>1,o=t[s];(i?o<=e:o2?i[r-2]:E,o=r>2?i[2]:E,a=r>1?i[r-1]:E;for("function"==typeof s?(s=si(s,a,5),r-=2):(s="function"==typeof a?a:E,r-=s?1:0),o&&Qi(i[0],i[1],o)&&(s=r<3?E:s,r=1);++n-1?i[s]:E}return Ae(i,n,t)}}function wi(t){return function(e,i,n){return e&&e.length?(i=Ui(i,n,3),o(e,i,t)):-1}}function Ti(t){return function(e,i,n){return i=Ui(i,n,3),Ae(e,i,t,!0)}}function Ci(t){return function(){for(var e,i=arguments.length,r=t?i:-1,s=0,o=Us(i);t?r--:++r=W)return e.plant(n).value();for(var r=0,s=i?o[r].apply(this,t):n;++r=e||!xo(e))return"";var r=e-n;return i=null==i?" ":i+"",ms(i,mo(r/i.length)).slice(0,r)}function Li(t,e,i,n){function r(){for(var e=-1,a=arguments.length,l=-1,h=n.length,c=Us(h+a);++ll))return!1;for(;++a-1&&t%1==0&&t-1&&t%1==0&&t<=$o}function nn(t){return t===t&&!Ir(t)}function rn(t,e){var i=t[1],n=e[1],r=i|n,s=r-1;)po.call(e,s,1);return e}function Dn(t,e,i){var n=[];if(!t||!t.length)return n;var r=-1,s=[],o=t.length;for(e=Ui(e,i,3);++r-1:!!r&&Wi(t,e,i)>-1}function tr(t,e,i){var n=Da(t)?le:Be;return e=Ui(e,i,3),n(t,e)}function er(t,e){return tr(t,Ls(e))}function ir(t,e,i){var n=Da(t)?ae:Ee;return e=Ui(e,i,3),n(t,function(t,i,n){return!e(t,i,n)})}function nr(t,e,i){if(i?Qi(t,e,i):null==e){t=cn(t);var n=t.length;return n>0?t[Ve(0,n-1)]:E}var r=-1,s=qr(t),n=s.length,o=n-1;for(e=Co(e<0?0:+e||0,n);++r0&&(i=e.apply(this,arguments)),t<=1&&(e=E),i}}function pr(t,e,i){function n(){p&&oo(p),h&&oo(h),g=0,h=p=f=E}function r(e,i){i&&oo(i),h=p=f=E,e&&(g=ga(),c=t.apply(d,l),p||h||(l=d=E))}function s(){var t=e-(ga()-u);t<=0||t>e?r(f,h):p=uo(s,t)}function o(){r(v,p)}function a(){if(l=arguments,u=ga(),d=this,f=v&&(p||!y),m===!1)var i=y&&!p;else{h||y||(g=u);var n=m-(u-g),r=n<=0||n>m;r?(h&&(h=oo(h)),g=u,c=t.apply(d,l)):h||(h=uo(o,n))}return r&&p?p=oo(p):p||e===m||(p=uo(s,e)),i&&(r=!0,c=t.apply(d,l)),!r||p||h||(l=d=E),c}var l,h,c,u,d,p,f,g=0,m=!1,v=!0;if("function"!=typeof t)throw new Xs(G);if(e=e<0?0:+e||0,i===!0){var y=!0;v=!1}else Ir(i)&&(y=!!i.leading,m="maxWait"in i&&To(+i.maxWait||0,e),v="trailing"in i?!!i.trailing:v);return a.cancel=n,a}function fr(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new Xs(G);var i=function(){var n=arguments,r=e?e.apply(this,n):n[0],s=i.cache;if(s.has(r))return s.get(r);var o=t.apply(this,n);return i.cache=s.set(r,o),o};return i.cache=new fr.Cache,i}function gr(t){if("function"!=typeof t)throw new Xs(G);return function(){return!t.apply(this,arguments)}}function mr(t){return dr(2,t)}function vr(t,e){if("function"!=typeof t)throw new Xs(G);return e=To(e===E?t.length-1:+e||0,0),function(){for(var i=arguments,n=-1,r=To(i.length-e,0),s=Us(r);++ne}function kr(t,e){return t>=e}function _r(t){return b(t)&&Ki(t)&&to.call(t,"callee")&&!ho.call(t,"callee")}function Sr(t){return t===!0||t===!1||b(t)&&io.call(t)==X}function Er(t){return b(t)&&io.call(t)==K}function Ar(t){return!!t&&1===t.nodeType&&b(t)&&!Ur(t)}function Dr(t){return null==t||(Ki(t)&&(Da(t)||Wr(t)||_r(t)||b(t)&&Lr(t.splice))?!t.length:!Ua(t).length)}function Mr(t,e,i,n){i="function"==typeof i?si(i,n,3):E;var r=i?i(t,e):E;return r===E?Fe(t,e,i):!!r}function Rr(t){return b(t)&&"string"==typeof t.message&&io.call(t)==J}function $r(t){return"number"==typeof t&&xo(t)}function Lr(t){return Ir(t)&&io.call(t)==Q}function Ir(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Fr(t,e,i,n){return i="function"==typeof i?si(i,n,3):E,Pe(t,Hi(e),i)}function Or(t){return Nr(t)&&t!=+t}function Pr(t){return null!=t&&(Lr(t)?ro.test(Zs.call(t)):b(t)&&Ot.test(t))}function Br(t){return null===t}function Nr(t){return"number"==typeof t||b(t)&&io.call(t)==tt}function Ur(t){var e;if(!b(t)||io.call(t)!=et||_r(t)||!to.call(t,"constructor")&&(e=t.constructor,"function"==typeof e&&!(e instanceof e)))return!1;var i;return Me(t,function(t,e){i=e}),i===E||to.call(t,i)}function jr(t){return Ir(t)&&io.call(t)==it}function Wr(t){return"string"==typeof t||b(t)&&io.call(t)==rt}function Hr(t){return b(t)&&en(t.length)&&!!zt[io.call(t)]}function zr(t){return t===E}function Gr(t,e){return t0;++n=Co(e,i)&&t=0&&t.indexOf(e,i)==i}function ds(t){return t=h(t),t&&Tt.test(t)?t.replace(xt,g):t}function ps(t){return t=h(t),t&&Mt.test(t)?t.replace(Dt,m):t||"(?:)"}function fs(t,e,i){t=h(t),e=+e;var n=t.length;if(n>=e||!xo(e))return t;var r=(e-n)/2,s=yo(r),o=mo(r);return i=$i("",o,i),i.slice(0,s)+t+i}function gs(t,e,i){return(i?Qi(t,e,i):null==e)?e=0:e&&(e=+e),t=bs(t),_o(t,e||(Ft.test(t)?16:10))}function ms(t,e){var i="";if(t=h(t),e=+e,e<1||!t||!xo(e))return i;do e%2&&(i+=t),e=yo(e/2),t+=t;while(e);return i}function vs(t,e,i){return t=h(t),i=null==i?0:Co(i<0?0:+i||0,t.length),t.lastIndexOf(e,i)==i}function ys(t,i,n){var r=e.templateSettings;n&&Qi(t,i,n)&&(i=n=E),t=h(t),i=me(ve({},n||i),r,ge);var s,o,a=me(ve({},i.imports),r.imports,ge),l=Ua(a),c=ti(a,l),u=0,d=i.interpolate||Nt,p="__p += '",f=qs((i.escape||Nt).source+"|"+d.source+"|"+(d===_t?Lt:Nt).source+"|"+(i.evaluate||Nt).source+"|$","g"),g="//# sourceURL="+("sourceURL"in i?i.sourceURL:"lodash.templateSources["+ ++Ht+"]")+"\n";t.replace(f,function(e,i,n,r,a,l){return n||(n=r),p+=t.slice(u,l).replace(Ut,v),i&&(s=!0,p+="' +\n__e("+i+") +\n'"),a&&(o=!0,p+="';\n"+a+";\n__p += '"),n&&(p+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),u=l+e.length,e}),p+="';\n";var m=i.variable;m||(p="with (obj) {\n"+p+"\n}\n"),p=(o?p.replace(mt,""):p).replace(vt,"$1").replace(yt,"$1;"),p="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(s?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+p+"return __p\n}";var y=Ja(function(){return Hs(l,g+"return "+p).apply(E,c)});if(y.source=p,Rr(y))throw y;return y}function bs(t,e,i){var n=t;return(t=h(t))?(i?Qi(n,e,i):null==e)?t.slice(C(t),k(t)+1):(e+="",t.slice(c(t,e),u(t,e)+1)):t}function xs(t,e,i){var n=t;return t=h(t),t?(i?Qi(n,e,i):null==e)?t.slice(C(t)):t.slice(c(t,e+"")):t}function ws(t,e,i){var n=t;return t=h(t),t?(i?Qi(n,e,i):null==e)?t.slice(0,k(t)+1):t.slice(0,u(t,e+"")+1):t}function Ts(t,e,i){i&&Qi(t,e,i)&&(e=E);var n=B,r=N;if(null!=e)if(Ir(e)){var s="separator"in e?e.separator:s;n="length"in e?+e.length||0:n,r="omission"in e?h(e.omission):r}else n=+e||0;if(t=h(t),n>=t.length)return t;var o=n-r.length;if(o<1)return r;var a=t.slice(0,o);if(null==s)return a+r;if(jr(s)){if(t.slice(o).search(s)){var l,c,u=t.slice(0,o);for(s.global||(s=qs(s.source,(It.exec(s)||"")+"g")),s.lastIndex=0;l=s.exec(u);)c=l.index;a=a.slice(0,null==c?o:c)}}else if(t.indexOf(s,o)!=o){var d=a.lastIndexOf(s);d>-1&&(a=a.slice(0,d))}return a+r}function Cs(t){return t=h(t),t&&wt.test(t)?t.replace(bt,_):t}function ks(t,e,i){return i&&Qi(t,e,i)&&(e=E),t=h(t),t.match(e||jt)||[]}function _s(t,e,i){return i&&Qi(t,e,i)&&(e=E),b(t)?As(t):xe(t,e)}function Ss(t){return function(){return t}}function Es(t){return t}function As(t){return Ne(we(t,!0))}function Ds(t,e){return Ue(t,we(e,!0))}function Ms(t,e,i){if(null==i){var n=Ir(e),r=n?Ua(e):E,s=r&&r.length?Le(e,r):E;(s?s.length:n)||(s=!1,i=e,e=t,t=this)}s||(s=Le(e,Ua(e)));var o=!0,a=-1,l=Lr(t),h=s.length;i===!1?o=!1:Ir(i)&&"chain"in i&&(o=i.chain);for(;++a>>1,$o=9007199254740991,Lo=go&&new go,Io={};e.support={},e.templateSettings={escape:Ct,evaluate:kt,interpolate:_t,variable:"",imports:{_:e}};var Fo=function(){function t(){}return function(e){if(Ir(e)){t.prototype=e;var i=new t;t.prototype=E}return i||{}}}(),Oo=ui(Re),Po=ui($e,!0),Bo=di(),No=di(!0),Uo=Lo?function(t,e){return Lo.set(t,e),t}:Es,jo=Lo?function(t){return Lo.get(t)}:$s,Wo=He("length"),Ho=function(){var t=0,e=0;return function(i,n){var r=ga(),s=j-(r-e);if(e=r,s>0){if(++t>=U)return i}else t=0;return Uo(i,n)}}(),zo=vr(function(t,e){return b(t)&&Ki(t)?Ce(t,De(e,!1,!0)):[]}),Go=wi(),Vo=wi(!0),qo=vr(function(t){for(var e=t.length,i=e,n=Us(u),r=Wi(),s=r==a,o=[];i--;){var l=t[i]=Ki(l=t[i])?l:[];n[i]=s&&l.length>=120?fi(i&&l):null}var h=t[0],c=-1,u=h?h.length:0,d=n[0];t:for(;++c2?t[e-2]:E,n=e>1?t[e-1]:E;return e>2&&"function"==typeof i?e-=2:(i=e>1&&"function"==typeof n?(--e,n):E,n=E),t.length=e,Bn(t,i,n)}),ea=vr(function(t){return t=De(t),this.thru(function(e){return Zt(Da(e)?e:[un(e)],t)})}),ia=vr(function(t,e){return ye(t,De(e))}),na=hi(function(t,e,i){to.call(t,i)?++t[i]:t[i]=1}),ra=xi(Oo),sa=xi(Po,!0),oa=ki(ee,Oo),aa=ki(ie,Po),la=hi(function(t,e,i){to.call(t,i)?t[i].push(e):t[i]=[e]}),ha=hi(function(t,e,i){t[i]=e}),ca=vr(function(t,e,i){var n=-1,r="function"==typeof e,s=Zi(e),o=Ki(t)?Us(t.length):[];return Oo(t,function(t){var a=r?e:s&&null!=t?t[e]:E;o[++n]=a?a.apply(t,i):Xi(t,e,i)}),o}),ua=hi(function(t,e,i){t[i?0:1].push(e)},function(){return[[],[]]}),da=Mi(ce,Oo),pa=Mi(ue,Po),fa=vr(function(t,e){if(null==t)return[];var i=e[2];return i&&Qi(e[0],e[1],i)&&(e.length=1),Je(t,De(e),[])}),ga=ko||function(){return(new js).getTime()},ma=vr(function(t,e,i){var n=D;if(i.length){var r=w(i,ma.placeholder);n|=I}return Oi(t,n,e,i,r)}),va=vr(function(t,e){e=e.length?De(e):Kr(t);for(var i=-1,n=e.length;++i0||e<0)?new r(i):(t<0?i=i.takeRight(-t):t&&(i=i.drop(t)),e!==E&&(e=+e||0,i=e<0?i.dropRight(-e):i.take(e-t)),i)},r.prototype.takeRightWhile=function(t,e){return this.reverse().takeWhile(t,e).reverse()},r.prototype.toArray=function(){return this.take(Ao)},Re(r.prototype,function(t,i){var s=/^(?:filter|map|reject)|While$/.test(i),o=/^(?:first|last)$/.test(i),a=e[o?"take"+("last"==i?"Right":""):i];a&&(e.prototype[i]=function(){var e=o?[1]:arguments,i=this.__chain__,l=this.__wrapped__,h=!!this.__actions__.length,c=l instanceof r,u=e[0],d=c||Da(l);d&&s&&"function"==typeof u&&1!=u.length&&(c=d=!1);var p=function(t){return o&&i?a(t,1)[0]:a.apply(E,he([t],e))},f={func:Hn,args:[p],thisArg:E},g=c&&!h;if(o&&!i)return g?(l=l.clone(),l.__actions__.push(f),t.call(l)):a.call(E,this.value())[0];if(!o&&d){l=g?l:new r(this);var m=t.apply(l,e);return m.__actions__.push(f),new n(m,i)}return this.thru(p)})}),ee(["join","pop","push","replace","shift","sort","splice","split","unshift"],function(t){var i=(/^(?:replace|split)$/.test(t)?Qs:Ks)[t],n=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",r=/^(?:join|pop|replace|shift)$/.test(t);e.prototype[t]=function(){var t=arguments;return r&&!this.__chain__?i.apply(this.value(),t):this[n](function(e){return i.apply(e,t)})}}),Re(r.prototype,function(t,i){var n=e[i];if(n){var r=n.name,s=Io[r]||(Io[r]=[]);s.push({name:i,func:n})}}),Io[Ri(E,M).name]=[{name:"wrapper",func:E}],r.prototype.clone=x,r.prototype.reverse=Z,r.prototype.value=nt,e.prototype.chain=zn,e.prototype.commit=Gn,e.prototype.concat=ea,e.prototype.plant=Vn,e.prototype.reverse=qn,e.prototype.toString=Yn,e.prototype.run=e.prototype.toJSON=e.prototype.valueOf=e.prototype.value=Xn,e.prototype.collect=e.prototype.map,e.prototype.head=e.prototype.first,e.prototype.select=e.prototype.filter,e.prototype.tail=e.prototype.rest,e}var E,A="3.10.1",D=1,M=2,R=4,$=8,L=16,I=32,F=64,O=128,P=256,B=30,N="...",U=150,j=16,W=200,H=1,z=2,G="Expected a function",V="__lodash_placeholder__",q="[object Arguments]",Y="[object Array]",X="[object Boolean]",K="[object Date]",J="[object Error]",Q="[object Function]",Z="[object Map]",tt="[object Number]",et="[object Object]",it="[object RegExp]",nt="[object Set]",rt="[object String]",st="[object WeakMap]",ot="[object ArrayBuffer]",at="[object Float32Array]",lt="[object Float64Array]",ht="[object Int8Array]",ct="[object Int16Array]",ut="[object Int32Array]",dt="[object Uint8Array]",pt="[object Uint8ClampedArray]",ft="[object Uint16Array]",gt="[object Uint32Array]",mt=/\b__p \+= '';/g,vt=/\b(__p \+=) '' \+/g,yt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,bt=/&(?:amp|lt|gt|quot|#39|#96);/g,xt=/[&<>"'`]/g,wt=RegExp(bt.source),Tt=RegExp(xt.source),Ct=/<%-([\s\S]+?)%>/g,kt=/<%([\s\S]+?)%>/g,_t=/<%=([\s\S]+?)%>/g,St=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,Et=/^\w*$/,At=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\n\\]|\\.)*?)\2)\]/g,Dt=/^[:!,]|[\\^$.*+?()[\]{}|\/]|(^[0-9a-fA-Fnrtuvx])|([\n\r\u2028\u2029])/g,Mt=RegExp(Dt.source),Rt=/[\u0300-\u036f\ufe20-\ufe23]/g,$t=/\\(\\)?/g,Lt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,It=/\w*$/,Ft=/^0[xX]/,Ot=/^\[object .+?Constructor\]$/,Pt=/^\d+$/,Bt=/[\xc0-\xd6\xd8-\xde\xdf-\xf6\xf8-\xff]/g,Nt=/($^)/,Ut=/['\n\r\u2028\u2029\\]/g,jt=function(){var t="[A-Z\\xc0-\\xd6\\xd8-\\xde]",e="[a-z\\xdf-\\xf6\\xf8-\\xff]+";return RegExp(t+"+(?="+t+e+")|"+t+"?"+e+"|"+t+"+|[0-9]+","g")}(),Wt=["Array","ArrayBuffer","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Math","Number","Object","RegExp","Set","String","_","clearTimeout","isFinite","parseFloat","parseInt","setTimeout","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap"],Ht=-1,zt={};zt[at]=zt[lt]=zt[ht]=zt[ct]=zt[ut]=zt[dt]=zt[pt]=zt[ft]=zt[gt]=!0,zt[q]=zt[Y]=zt[ot]=zt[X]=zt[K]=zt[J]=zt[Q]=zt[Z]=zt[tt]=zt[et]=zt[it]=zt[nt]=zt[rt]=zt[st]=!1;var Gt={};Gt[q]=Gt[Y]=Gt[ot]=Gt[X]=Gt[K]=Gt[at]=Gt[lt]=Gt[ht]=Gt[ct]=Gt[ut]=Gt[tt]=Gt[et]=Gt[it]=Gt[rt]=Gt[dt]=Gt[pt]=Gt[ft]=Gt[gt]=!0,Gt[J]=Gt[Q]=Gt[Z]=Gt[nt]=Gt[st]=!1;var Vt={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss"},qt={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},Yt={"&":"&","<":"<",">":">",""":'"',"'":"'","`":"`"},Xt={function:!0,object:!0},Kt={0:"x30",1:"x31",2:"x32",3:"x33",4:"x34",5:"x35",6:"x36",7:"x37",8:"x38",9:"x39",A:"x41",B:"x42",C:"x43",D:"x44",E:"x45",F:"x46",a:"x61",b:"x62",c:"x63",d:"x64",e:"x65",f:"x66",n:"x6e",r:"x72",t:"x74",u:"x75",v:"x76",x:"x78"},Jt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Qt=Xt[typeof e]&&e&&!e.nodeType&&e,Zt=Xt[typeof t]&&t&&!t.nodeType&&t,te=Qt&&Zt&&"object"==typeof r&&r&&r.Object&&r,ee=Xt[typeof self]&&self&&self.Object&&self,ie=Xt[typeof window]&&window&&window.Object&&window,ne=(Zt&&Zt.exports===Qt&&Qt,te||ie!==(this&&this.window)&&ie||ee||this),re=S();ne._=re,n=function(){return re}.call(e,i,e,t),!(n!==E&&(t.exports=n))}).call(this)}).call(e,i(7)(t),function(){return this}())},function(t,e,i){var n,r;(function(s){!function(o){var a="object"==typeof self&&self.self===self&&self||"object"==typeof s&&s.global===s&&s;n=[i(2),i(1),e],r=function(t,e,i){a.Backbone=o(a,i,t,e)}.apply(e,n),!(void 0!==r&&(t.exports=r))}(function(t,e,i,n){var r=t.Backbone,s=Array.prototype.slice;e.VERSION="1.3.3",e.$=n,e.noConflict=function(){return t.Backbone=r,this},e.emulateHTTP=!1,e.emulateJSON=!1;var o=function(t,e,n){switch(t){case 1:return function(){return i[e](this[n])};case 2:return function(t){return i[e](this[n],t)};case 3:return function(t,r){return i[e](this[n],l(t,this),r)};case 4:return function(t,r,s){return i[e](this[n],l(t,this),r,s)};default:return function(){var t=s.call(arguments);return t.unshift(this[n]),i[e].apply(i,t)}}},a=function(t,e,n){i.each(e,function(e,r){i[r]&&(t.prototype[r]=o(e,r,n))})},l=function(t,e){return i.isFunction(t)?t:i.isObject(t)&&!e._isModel(t)?h(t):i.isString(t)?function(e){return e.get(t)}:t},h=function(t){var e=i.matches(t);return function(t){return e(t.attributes)}},c=e.Events={},u=/\s+/,d=function(t,e,n,r,s){var o,a=0;if(n&&"object"==typeof n){void 0!==r&&"context"in s&&void 0===s.context&&(s.context=r);for(o=i.keys(n);athis.length&&(r=this.length),r<0&&(r+=this.length+1);var s,o,a=[],l=[],h=[],c=[],u={},d=e.add,p=e.merge,f=e.remove,g=!1,m=this.comparator&&null==r&&e.sort!==!1,v=i.isString(this.comparator)?this.comparator:null;for(o=0;o7),this._useHashChange=this._wantsHashChange&&this._hasHashChange,this._wantsPushState=!!this.options.pushState,this._hasPushState=!(!this.history||!this.history.pushState),this._usePushState=this._wantsPushState&&this._hasPushState,this.fragment=this.getFragment(),this.root=("/"+this.root+"/").replace(P,"/"),this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!this.atRoot()){var e=this.root.slice(0,-1)||"/";return this.location.replace(e+"#"+this.getPath()),!0}this._hasPushState&&this.atRoot()&&this.navigate(this.getHash(),{replace:!0})}if(!this._hasHashChange&&this._wantsHashChange&&!this._usePushState){this.iframe=document.createElement("iframe"),this.iframe.src="javascript:0",this.iframe.style.display="none",this.iframe.tabIndex=-1;var n=document.body,r=n.insertBefore(this.iframe,n.firstChild).contentWindow;r.document.open(),r.document.close(),r.location.hash="#"+this.fragment}var s=window.addEventListener||function(t,e){return attachEvent("on"+t,e)};if(this._usePushState?s("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe?s("hashchange",this.checkUrl,!1):this._wantsHashChange&&(this._checkUrlInterval=setInterval(this.checkUrl,this.interval)),!this.options.silent)return this.loadUrl()},stop:function(){var t=window.removeEventListener||function(t,e){return detachEvent("on"+t,e)};this._usePushState?t("popstate",this.checkUrl,!1):this._useHashChange&&!this.iframe&&t("hashchange",this.checkUrl,!1),this.iframe&&(document.body.removeChild(this.iframe),this.iframe=null),this._checkUrlInterval&&clearInterval(this._checkUrlInterval),F.started=!1},route:function(t,e){this.handlers.unshift({route:t,callback:e})},checkUrl:function(t){var e=this.getFragment();return e===this.fragment&&this.iframe&&(e=this.getHash(this.iframe.contentWindow)),e!==this.fragment&&(this.iframe&&this.navigate(e),void this.loadUrl())},loadUrl:function(t){return!!this.matchRoot()&&(t=this.fragment=this.getFragment(t),i.some(this.handlers,function(e){if(e.route.test(t))return e.callback(t),!0}))},navigate:function(t,e){if(!F.started)return!1;e&&e!==!0||(e={trigger:!!e}),t=this.getFragment(t||"");var i=this.root;""!==t&&"?"!==t.charAt(0)||(i=i.slice(0,-1)||"/");var n=i+t;if(t=this.decodeFragment(t.replace(B,"")),this.fragment!==t){if(this.fragment=t,this._usePushState)this.history[e.replace?"replaceState":"pushState"]({},document.title,n);else{if(!this._wantsHashChange)return this.location.assign(n);if(this._updateHash(this.location,t,e.replace),this.iframe&&t!==this.getHash(this.iframe.contentWindow)){var r=this.iframe.contentWindow;e.replace||(r.document.open(),r.document.close()),this._updateHash(r.location,t,e.replace)}}return e.trigger?this.loadUrl(t):void 0}},_updateHash:function(t,e,i){if(i){var n=t.href.replace(/(javascript:|#).*$/,"");t.replace(n+"#"+e)}else t.hash="#"+e}}),e.history=new F;var N=function(t,e){var n,r=this;return n=t&&i.has(t,"constructor")?t.constructor:function(){return r.apply(this,arguments)},i.extend(n,r,e),n.prototype=i.create(r.prototype,t),n.prototype.constructor=n,n.__super__=r.prototype,n};b.extend=w.extend=M.extend=S.extend=F.extend=N;var U=function(){throw new Error('A "url" property or function must be specified')},j=function(t,e){var i=e.error;e.error=function(n){i&&i.call(e.context,t,n,e),t.trigger("error",t,n,e)}};return e})}).call(e,function(){return this}())},function(t,e,i){var n;n=function(){return function(t){return window.LOCALIZATIONS[t]}}.call(e,i,e,t),!(void 0!==n&&(t.exports=n))},function(t,e,i){var n;n=function(t){var e=(i(1),i(2)),n=i(3),r=i(69),s=n.View.extend({found:!1,data:{},id:null,title:null,selection:null,route:null,throttle:150,last_query:null,initialize:function(){e.bindAll(this),this.route=this.$el.data("controller-route"),this.route||(this.route=window.location.pathname),this.$input=this.$('input[type="text"]'),this.bloodhound=new r({limit:15,remote:{url:this.url(),rateLimitWait:this.throttle,wildcard:"%QUERY"},datumTokenizer:function(t){return r.tokenizers.whitespace(t.val)},queryTokenizer:r.tokenizers.whitespace}),this.bloodhound.initialize(),this.$input.typeahead({highlight:!0,hint:!1},{displayKey:"title",source:this.bloodhound.ttAdapter()}),this.$input.on("typeahead:open",e.bind(function(){this.$input.off("input change",this.match),this.$input.on("typeahead:select typeahead:autocomplete",this.match)},this)),this.$input.on("typeahead:close",e.bind(function(){this.$input.off("typeahead:select typeahead:autocomplete",this.match),this.$input.on("input change",this.match)},this))},url:function(){return this.route+"/autocomplete?query=%QUERY"},match:function(t,e,i){e?(this.found=!0,this.title=e.title,this.id=e.id,this.selection=e):this.title!=this.$input.val()&&(this.found=!1,this.title=this.selection=this.id=null)},add:function(t){this.bloodhound.add(t)}});return s}.call(e,i,e,t),!(void 0!==n&&(t.exports=n))},function(t,e){/*! diff --git a/views/shared/list/_standard.php b/views/shared/list/_standard.php index 18ba4e84..86a3a49f 100644 --- a/views/shared/list/_standard.php +++ b/views/shared/list/_standard.php @@ -8,14 +8,19 @@ render(); + if ($layout == 'sidebar') { + echo View::make('decoy::shared.list._sidebar_header', $__data)->render(); // Create the page title for a full page layout - else if ($layout == 'full') echo View::make('decoy::shared.list._full_header', $__data)->render(); + } else if ($layout == 'full') { + echo View::make('decoy::shared.list._full_header', $__data)->render(); + } - // Render the full table. This could be broken up into smaller chunks but leaving - // it as is until the need arises - echo View::make('decoy::shared.list._table', $__data)->render(); + // Render the full table. This could be broken up into smaller chunks but + // leaving it as is until the need arises + echo '
' + .View::make('decoy::shared.list._table', $__data)->render() + .'
'; // Add sidebar pagination if (!empty($layout) && $layout != 'full' && $count > count($listing)): ?>