@charset "UTF-8";*{padding:0;margin:0}html{font-size:100%}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}a{color:#1dafec;text-decoration:none;-webkit-transition:all .3s ;-moz-transition:all .3s ;-o-transition:all .3s ;-ms-transition:all .3s ;transition:all .3s }a:hover{color:#13a1dd}.content{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:220px;-webkit-transition:padding .5s ;-moz-transition:padding .5s ;-o-transition:padding .5s ;-ms-transition:padding .5s ;transition:padding .5s }.content.toggle{padding-left:50px}.content .content-inner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:1rem}.hide-me{display:none !important}.input-container{position:relative;padding:0 1.5rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-container i{position:absolute;left:1.5rem;height:40px;line-height:40px;text-align:center;z-index:1;width:40px;background:#DBDBDB;border-top-left-radius:4px;border-bottom-left-radius:4px}.input-container input{padding-left:3rem}.input-container input[type='submit']{padding:10px}.input-container .select-wrapper select{padding-left:3rem}.form{width:100%}.input-container-with-label{margin:0 auto 1rem auto;display:block;width:100%;max-width:360px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 1.5rem .5rem 1.5rem}.input-container-with-label.textarea{max-width:none}.input-container-with-label .checkboxes input[type='checkbox']{display:none}.input-container-with-label .checkboxes input[type='checkbox']:checked+label{background:#76b828;color:#fff}.input-container-with-label .checkboxes label{width:100%;max-width:310px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.5rem;border:1px solid rgba(0,0,0,0.14);border-radius:4px;margin-bottom:.5rem}.input-container-with-label textarea{max-width:310px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:100%;width:100%;border:1px solid rgba(0,0,0,0.14);border-radius:4px;padding:.5rem;font-size:.9rem;outline:none;min-height:80px}.input-container-with-label label{padding-bottom:.5rem;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-container-with-label span.error{display:block;padding-bottom:5px;color:#ff0000}.input-container-with-label span.correct{display:block;padding-bottom:5px;color:#76b828}.input-container-with-label .input-container{padding:0}.input-container-with-label .input-container i{left:0}.input-container-with-label .input-container input{max-width:310px}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;border:1px solid rgba(0,0,0,0.14);padding:10px;max-width:310px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;outline:none;font-size:16px;line-heigt:20px;-webkit-transition:background .3s ;-moz-transition:background .3s ;-o-transition:background .3s ;-ms-transition:background .3s ;transition:background .3s }input[type='button'],input[type='submit']{background:#1dafec;color:#fff;cursor:pointer}input[type='button']:hover,input[type='submit']:hover{background:#13a1dd}input[type='checkbox']{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;width:auto;position:relative;top:-2px;display:inline-block}input[type='checkbox']+label{display:inline-block}input[type='checkbox'].checkbox-ui{display:none}input[type='radio']{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio;width:auto;position:relative;top:-2px;display:inline-block}input[type='radio']+label{display:inline-block}input[type='radio'].checkbox-ui{display:none}.select-wrapper{display:block;width:100%;max-width:310px;border:1px solid rgba(0,0,0,0.14);position:relative;border-radius:4px}.select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;background:#fff;outline:none;font-size:16px;line-heigt:20px;-webkit-transition:all .3s ;-moz-transition:all .3s ;-o-transition:all .3s ;-ms-transition:all .3s ;transition:all .3s ;position:relative;border:none}.select-wrapper:before{content:"▲";position:absolute;z-index:1;right:0;top:5px;font-size:.8rem;right:5px}.select-wrapper:after{z-index:1;content:"▼";position:absolute;bottom:5px;font-size:.8rem;right:5px}.button{display:inline-block;width:auto;border:1px solid rgba(0,0,0,0.14);padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;outline:none;font-size:1rem;line-heigt:20px;-webkit-transition:all .3s ;-moz-transition:all .3s ;-o-transition:all .3s ;-ms-transition:all .3s ;transition:all .3s ;cursor:pointer;background:#1dafec;color:#fff}.button:hover{background:#13a1dd}.button i{padding-right:5px}.button i.no-padding{padding:0}.button.blue,.button.active{background:#1dafec;color:#fff}.button.blue:hover,.button.active:hover,.button.blue.active,.button.active.active{color:#fff;background:#13a1dd}.button.gray{background:rgba(0,0,0,0.14);color:#000}.button.gray:hover,.button.gray.active{background:rgba(0,0,0,0.3)}.button.green{background:#76b828;color:#fff}.button.green:hover,.button.green.active{background:#69a323}.button.red{background:#ff0000;color:#fff}.button.red:hover,.button.red.active{background:#dd0000}.buttons-top{display:block;width:100%;padding-bottom:.5rem}.buttons-top .button{margin-bottom:.5rem;margin-right:5px}.buttons-top .table-list-search-container{margin-bottom:.5rem;padding:0}.buttons-top .table-list-search-container i{left:0}.table-list-search-container{display:inline-block;float:right;position:relative}.table-list-checkbox-action{white-space:nowrap}.buttons-bottom{display:block;width:100%;padding-top:.5rem}.buttons-bottom .button{margin-top:.5rem;margin-right:5px}.table-list{border-radius:4px;overflow:hidden;border:1px solid rgba(0,0,0,0.14);overflow-x:auto;display:block;width:100%}.table-list.no-scroll{overflow-x:hidden}.table-list .table-list-inner{display:table;width:100%;min-width:685px;padding-bottom:1rem;border-radius:4px;border-collapse:collapse}.table-list .table-list-inner .row{display:table-row;width:100%;border-bottom:1px solid rgba(0,0,0,0.14)}.table-list .table-list-inner .row:nth-of-type(odd){background:#f1f1f1}.table-list .table-list-inner .row:last-of-type{border:none}.table-list .table-list-inner .row.head-row{font-weight:bold}.table-list .table-list-inner .row.head-row .table-list-get:hover{background:#e0e0e0}.table-list .table-list-inner .row.head-row .sort-col{cursor:pointer}.table-list .table-list-inner .row .cell{display:table-cell;padding:.5rem;text-align:left;max-width:250px;overflow:hidden;vertical-align:middle}.table-list .table-list-inner .row .cell.checkbox-cell,.table-list .table-list-inner .row .cell.select-col{width:20px;text-align:center}.table-list .table-list-inner .row .cell.select-col input{top:0}.table-list .table-list-inner .row .cell.action-cell{width:100%;display:block}.table-list .table-list-inner .row .cell.main-cell .main-cell-title{height:100%;display:block}.table-list .table-list-inner .row .cell.main-cell .main-cell-action{font-size:.8rem}.action{cursor:pointer}.action.red{color:#ff0000}.action.red:hover{color:#dd0000}.action.white{color:#fff}.action.white:hover{color:#ccc}.action.green{color:#76b828}.action.green:hover{color:#69a323}.action.blue{color:#1dafec}.action.blue:hover{color:#13a1dd}.action.gray{color:rgba(0,0,0,0.14)}.action.gray:hover{color:rgba(0,0,0,0.3)}.action:after{color:#000;content:" | "}.action:last-of-type:after{content:""}.ui-widget-overlay,.ui-front{background:rgba(0,0,0,0.5);opacity:1;z-index:99999}.ui-dialog{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;max-width:320px;width:100%;-webkit-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.14);-moz-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.14);box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.14);position:relative;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.ui-dialog .targets{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1rem 1rem 0 1rem}.ui-dialog-titlebar-close{display:none}span.error{display:block;padding-bottom:5px;color:#ff0000}span.correct{display:block;padding-bottom:5px;color:#76b828}.cke,.cke_inner,.cke_top,.cke_bottom,.cke_contents{border-radius:4px}.cke_button{border-radius:4px;cursor:pointer !important}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{display:none}.switch input:checked+.slider{background-color:#76b828}.switch input:checked+.slider::before{-webkit-transform:translateX(26px);ms-transform:translateX(26px);transform:translateX(26px)}.switch input:focus+.slider{box-shadow:0 0 1px rgba(0,0,0,0.14)}.switch .slider{position:absolute;cursor:pointer;top:0;border-radius:34px;left:0;right:0;bottom:0;background-color:#ff0000;-webkit-transition:all .4s ;-moz-transition:all .4s ;-o-transition:all .4s ;-ms-transition:all .4s ;transition:all .4s }.switch .slider::before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:all .4s ;-moz-transition:all .4s ;-o-transition:all .4s ;-ms-transition:all .4s ;transition:all .4s ;border-radius:50%}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid rgba(0,0,0,0.14);background:#76b828}.ui-checkboxradio-label{display:inline-block !important;max-width:none !important;width:auto !important}.E404-inner{text-align:center}.E404-inner span{display:block}.E404-inner .smiley{font-size:6rem}.E404-inner .E404-text{font-size:2rem}#noscript{position:fixed;width:100%;display:table;height:100vh;background:rgba(0,0,0,0.7);top:0;left:0;z-index:99999}#noscript .message{display:table-cell;vertical-align:middle;text-align:center;padding:1rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#noscript .message span{color:red;background:#fff;display:inline-block;padding:.5rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.cke .cke_contents{padding:1rem;font-size:.9rem}.cke .cke_contents p{padding-bottom:8px}.cke .cke_contents ul li,.cke .cke_contents ol li{margin-left:20px}.cke .cke_contents blockquote{font-style:italic}.cke .cke_contents blockquote>p{display:inline-block}.cke .cke_contents blockquote::after{content:"“"}.cke .cke_contents blockquote::before{content:"„"}#gap-top{height:50px}#menu-top{background:#1dafec;position:fixed;top:0;z-index:999;height:50px;width:100%;display:table;font-size:1.2rem;color:#fff;border-bottom:1px solid #fff}#menu-top a{color:#fff}#menu-top a:hover{color:#000}#menu-top .menu-top-bar{display:table-cell;vertical-align:middle}#menu-top .menu-top-bar>li{list-style:none;display:inline-block;height:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ;-moz-transition:all .3s ;-o-transition:all .3s ;-ms-transition:all .3s ;transition:all .3s ;position:relative;color:#fff}#menu-top .menu-top-bar>li:hover{background:#13a1dd}#menu-top .menu-top-bar>li:hover>.sub-menu{display:block}#menu-top .menu-top-bar>li:hover>a{color:#fff}#menu-top .menu-top-bar>li:hover.navButton{background:#1dafec}#menu-top .menu-top-bar>li>a{color:#fff;padding:0 1rem;height:50px;display:block;line-height:50px;cursor:pointer}#menu-top .menu-top-bar>li>a img{height:40px;width:auto;padding:5px 0}#menu-top .menu-top-bar>li>a.overflow{white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis}#menu-top .menu-top-bar>li .sub-menu{background:#1dafec;display:none;position:absolute;font-size:1rem;min-width:100%}#menu-top .menu-top-bar>li .sub-menu:hover{display:block}#menu-top .menu-top-bar>li .sub-menu li{list-style:none;padding:8px 1rem 0 1rem}#menu-top .menu-top-bar>li .sub-menu li:last-of-type{padding:8px 1rem}#menu-top .menu-top-bar>li .sub-menu li a{white-space:nowrap;vertical-align:middle;color:#fff}#menu-top .menu-top-bar>li .sub-menu li a.text:hover{color:#fff}#menu-top .menu-top-bar>li .sub-menu li a>span{font-size:.8rem;display:block}#menu-top-left{width:40%}#menu-top-left>li{float:left}#menu-top-right{width:60%}#menu-top-right>li{float:right}#menu-top-right>li .sub-menu{right:0}#menu-top-right>li.diskquota{width:200px;border:1px solid #fff;border-radius:4px;overflow:hidden;height:30px;margin:10px 0;cursor:pointer;position:relative}#menu-top-right>li.diskquota:hover{background:#76b828}#menu-top-right>li.diskquota>div{background:#13a1dd;height:28px;border-radius:4px}#menu-top-right>li.diskquota>div.orange{background:orange}#menu-top-right>li.diskquota>div.red{background:red}#menu-top-right>li.diskquota span{position:absolute;width:100%;text-align:center;line-height:30px;display:block;top:0;font-size:.9rem}#menu-left{-webkit-transition:width .5s ;-moz-transition:width .5s ;-o-transition:width .5s ;-ms-transition:width .5s ;transition:width .5s ;position:fixed;width:220px;background:#1dafec;height:100vh;top:0;z-index:99;padding:50px 0 0 0;overflow-x:hidden;overflow-y:auto;font-size:16px}#menu-left a{color:#fff}#menu-left a:hover{color:#000}#menu-left::-webkit-scrollbar{display:none}#menu-left .nav{padding-bottom:120px;width:100%}#menu-left .nav>li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #fff;list-style:none;position:relative}#menu-left .nav>li span{-webkit-transition:opacity .5s ;-moz-transition:opacity .5s ;-o-transition:opacity .5s ;-ms-transition:opacity .5s ;transition:opacity .5s }#menu-left .nav>li:last-of-type{border:none}#menu-left .nav>li>a{color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:16px;display:block;white-space:nowrap;width:100%;cursor:pointer}#menu-left .nav>li>a:hover{background:#13a1dd;color:#fff}#menu-left .nav>li.toggle-menu i{-webkit-transition:all .5s ;-moz-transition:all .5s ;-o-transition:all .5s ;-ms-transition:all .5s ;transition:all .5s }#menu-left .nav>li.toggle-menu .undo{display:none}#menu-left .nav>li.open>a:hover,#menu-left .nav>li.active>a:hover{background:#1dafec}#menu-left .nav>li.open .arrow:hover+a,#menu-left .nav>li.active .arrow:hover+a{background:#1dafec}#menu-left .nav>li .arrow{display:block;color:#fff;position:absolute;right:0;line-height:50px;top:0;width:50px;z-index:9;cursor:pointer;height:50px;background:#1dafec;-webkit-transition:opacity .5s ;-moz-transition:opacity .5s ;-o-transition:opacity .5s ;-ms-transition:opacity .5s ;transition:opacity .5s ;text-align:center}#menu-left .nav>li .arrow:before{display:block;-webkit-transition:all .3s ;-moz-transition:all .3s ;-o-transition:all .3s ;-ms-transition:all .3s ;transition:all .3s }#menu-left .nav>li .arrow.left:before{-webkit-transform:rotate(-90deg);ms-transform:rotate(-90deg);transform:rotate(-90deg)}#menu-left .nav>li .arrow:hover+a{background:#13a1dd;color:#fff}#menu-left .nav>li.active .arrow{display:none}#menu-left .nav>li.active .sub-menu{display:block}#menu-left .nav>li.active:after{right:0;border:8px solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:17px;background:transparent}#menu-left .nav>li .sub-menu{display:none;width:100%;list-style:none}#menu-left .nav>li .sub-menu li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:5px 0 0 0}#menu-left .nav>li .sub-menu li>a{padding:0 1rem 1rem 1rem;display:block;white-space:nowrap;width:100%;font-size:.8rem}.version{position:fixed;width:210px;bottom:0;background:#1dafec;z-index:999;color:#fff;padding:5px;border-top:1px solid rgba(255,255,255,0.5);white-space:nowrap;font-size:.8rem;transition:all .5s}#menu-left.toggle{width:50px}#menu-left.toggle.hover{width:220px}#menu-left.toggle.hover .nav>li>a span{opacity:1}#menu-left.toggle.hover .nav>li .arrow{display:block}#menu-left.toggle.hover .nav>li.active .sub-menu,#menu-left.toggle.hover .nav>li.open .sub-menu{display:block !important}#menu-left.toggle.hover .nav>li.active .arrow{display:none}#menu-left.toggle .nav>li>a span{opacity:0}#menu-left.toggle .nav>li .arrow{display:none}#menu-left.toggle .nav>li.toggle-menu .undo{display:inline}#menu-left.toggle .nav>li.toggle-menu .normal{display:none}#menu-left.toggle .nav>li.toggle-menu i{-webkit-transform:rotate(180deg);ms-transform:rotate(180deg);transform:rotate(180deg)}#menu-left.toggle .nav>li.active .sub-menu,#menu-left.toggle .nav>li.open .sub-menu{display:none !important}#navButton{width:auto;cursor:pointer;top:0;right:0;font-size:1.5em;position:relative;height:40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#navButton a{display:block;right:0;padding:4px 10px 4px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#navButton a .menuIconContainer{display:inline-block;cursor:pointer;vertical-align:middle;margin-top:-5px;width:auto}#navButton a .menuIconContainer .bar1,#navButton a .menuIconContainer .bar2,#navButton a .menuIconContainer .bar3{display:block;width:30px;position:relative;height:2px;background-color:#fff;margin:6px 0;left:0;-webkit-transition:all .5s ;-moz-transition:all .5s ;-o-transition:all .5s ;-ms-transition:all .5s ;transition:all .5s }#navButton a .menuIconContainer.change .bar1,#navButton a .menuIconContainer.change .bar2,#navButton a .menuIconContainer.change .bar3{height:2px}#navButton a .menuIconContainer.change .bar1{-webkit-transform:rotate(-45deg) translate(-5px, 6px);ms-transform:rotate(-45deg) translate(-5px, 6px);transform:rotate(-45deg) translate(-5px, 6px)}#navButton a .menuIconContainer.change .bar2{left:-60px;opacity:0}#navButton a .menuIconContainer.change .bar3{-webkit-transform:rotate(45deg) translate(-5px, -6px);ms-transform:rotate(45deg) translate(-5px, -6px);transform:rotate(45deg) translate(-5px, -6px)}#dashboard-inner{width:100%;display:-ms-flex;display:-moz-flex;display:-webkit-box;display:-webkit-flex;display:flex}#dashboard-inner .flex-row{display:block;width:33.33%;overflow:hidden;margin-right:1rem}#dashboard-inner .flex-row:last-of-type{margin-right:0}#dashboard-inner .flex-row .section{border-radius:4px;overflow:hidden;border:1px solid rgba(0,0,0,0.14);overflow-x:auto;display:block;width:100%;margin-bottom:1rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#dashboard-inner .flex-row .section.accordions .accordion-header.close i{-webkit-transform:rotate(-90deg);ms-transform:rotate(-90deg);transform:rotate(-90deg)}#dashboard-inner .flex-row .section.accordions .accordion-header{margin:0;border:none;border-bottom:1px solid rgba(0,0,0,0.14);background:#13a1dd;outline:none;display:block;cursor:pointer;position:relative;padding:.5em .5em .5em .7em;font-size:100%;color:#fff;font-weight:normal;-webkit-transition:all .3s ;-moz-transition:all .3s ;-o-transition:all .3s ;-ms-transition:all .3s ;transition:all .3s }#dashboard-inner .flex-row .section.accordions .accordion-header i{-webkit-transition:all .3s ;-moz-transition:all .3s ;-o-transition:all .3s ;-ms-transition:all .3s ;transition:all .3s }#dashboard-inner .flex-row .section.accordions .accordion-content{border:none;padding:1rem}#dashboard-inner .flex-row .section.accordions .accordion-content a{-webkit-transition:all .3s ;-moz-transition:all .3s ;-o-transition:all .3s ;-ms-transition:all .3s ;transition:all .3s ;color:#000}#dashboard-inner .flex-row .section.accordions .accordion-content a:hover{color:#1dafec}#overview .box-link{display:block;padding:5px;display:-ms-flex;display:-moz-flex;display:-webkit-box;display:-webkit-flex;display:flex}#overview .box-link:nth-child(odd){background:rgba(0,0,0,0.14)}#overview .box-link strong{width:30%}#overview .box-link .title{width:70%}#overview .box-link .title i{padding-right:5px}#notes #text-notes{width:100%;max-width:100%;min-width:100%;height:300px;max-height:300px;min-height:300px;font-size:.8rem;border-radius:4px;border:1px solid rgba(0,0,0,0.14);padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;resize:none}.last-item{display:block;padding:5px;display:-ms-flex;display:-moz-flex;display:-webkit-box;display:-webkit-flex;display:flex}.last-item:nth-child(odd){background:rgba(0,0,0,0.14)}.last-item .lang{width:15%}.last-item .title{width:85%}.login-forms{width:100%;height:100vh;display:table}.login-forms .login-inner{display:table-cell;vertical-align:middle}.login-forms .login-inner form{-webkit-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.14);-moz-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.14);box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.14);position:relative;width:100%;max-width:320px;margin:0 auto;border-radius:4px;padding-top:1.5rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.login-forms .login-inner form .logo{width:60px;position:absolute;top:-45px;left:130px;display:block;background:#fff;border-radius:50%;-webkit-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.14);-moz-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.14);box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.14);padding:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.login-forms .login-inner form div{margin-top:1.5rem;padding:0 1.5rem}.login-forms .login-inner form div:first-of-type{margin:0}.login-forms .login-inner form div span{display:block;padding-bottom:5px}.login-forms .login-inner form div span.error{color:#ff0000}.login-forms .login-inner form div span.correct{color:#76b828}.login-forms .login-inner form .forgot{margin-top:1.5rem;display:block;background:rgba(0,0,0,0.14);height:40px;width:100%;color:#000;line-height:40px;text-align:center}.login-forms .login-inner form .homepage{position:absolute;bottom:-40px;color:#000}.table-list .table-list-inner.table{display:-ms-flex;display:-moz-flex;display:-webkit-box;display:-webkit-flex;-webkit-flex-wrap:wrap;display:flex;flex-wrap:wrap}.table-list .table-list-inner.table .head-row{display:none}.table-list .table-list-inner.table .list-item{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:25%;overflow:hidden;border:10px solid #fff;border-top:none;border-bottom:10px solid #fff;border-left:7.5px solid #fff;border-right:7.5px solid #fff}.table-list .table-list-inner.table .list-item:nth-of-type(4n+2){border-left:none}.table-list .table-list-inner.table .list-item:nth-of-type(4n+3){border-left:2.5px solid #fff;border-right:5px solid #fff}.table-list .table-list-inner.table .list-item:nth-of-type(4n+4){border-left:5px solid #fff;border-right:2.5px solid #fff}.table-list .table-list-inner.table .list-item:nth-of-type(4n+1){border-right:none}.table-list .table-list-inner.table .list-item .table-image-inner{width:100%;padding-top:100%;background-image:url('../../../images/chess.png');background-repeat:repeat;position:relative}.table-list .table-list-inner.table .list-item .table-image-inner .table-image-actions{opacity:0;-webkit-transition:opacity .3s ;-moz-transition:opacity .3s ;-o-transition:opacity .3s ;-ms-transition:opacity .3s ;transition:opacity .3s ;position:absolute;z-index:9;background:rgba(60,60,60,0.7);top:0;left:0;width:100%}.table-list .table-list-inner.table .list-item .table-image-inner .table-image-actions:hover{opacity:1}.table-list .table-list-inner.table .list-item .table-image-inner .table-image-actions .table-image-actions-inner{position:relative;top:0;left:0;width:100%;padding-top:100%}.table-list .table-list-inner.table .list-item .table-image-inner .table-image-actions .table-image-actions-inner .actions-top{top:10px;padding:0 10px;position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;left:0;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.table-list .table-list-inner.table .list-item .table-image-inner .table-image-actions .table-image-actions-inner .actions-middle{position:absolute;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;left:0;width:100%;top:50%;-webkit-transform:translateY(-50%);ms-transform:translateY(-50%);transform:translateY(-50%)}.table-list .table-list-inner.table .list-item .table-image-inner .table-image-actions .table-image-actions-inner .actions-middle a{font-size:2rem;cursor:pointer;color:#ccc}.table-list .table-list-inner.table .list-item .table-image-inner .table-image-actions .table-image-actions-inner .actions-middle a:hover{color:#fff}.table-list .table-list-inner.table .list-item .table-image-inner .table-image-actions .table-image-actions-inner .actions-bottom{position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 10px;left:0;bottom:10px}.table-list .table-list-inner.table .list-item .table-image-inner .table-image-actions .table-image-actions-inner .actions-bottom .action:after{color:#fff}.table-list .table-list-inner.table .list-item .table-image-inner .table-image-img{position:absolute;top:0;left:0;width:100%;padding-top:100%;background-size:cover;background-position:center}.table-list .table-list-inner .row .cell.img-thumbnail-cell{cursor:pointer;width:100px}.table-list .table-list-inner .row .cell.img-thumbnail-cell:hover .img-thumbnail-chess .img-thumbnail .lightbox-eye{opacity:1}.table-list .table-list-inner .row .cell.img-thumbnail-cell:hover .img-thumbnail-chess .img-thumbnail .lightbox-eye i{bottom:5px}.table-list .table-list-inner .row .cell.img-thumbnail-cell .img-thumbnail-chess{background-image:url('../../../images/chess.png');background-repeat:repeat;position:relative;overflow:hidden;-webkit-transition:filter .3s ;-moz-transition:filter .3s ;-o-transition:filter .3s ;-ms-transition:filter .3s ;transition:filter .3s }.table-list .table-list-inner .row .cell.img-thumbnail-cell .img-thumbnail-chess .img-thumbnail{width:100px;-webkit-transition:filter .3s ;-moz-transition:filter .3s ;-o-transition:filter .3s ;-ms-transition:filter .3s ;transition:filter .3s ;height:100px;background-size:cover;background-position:center}.table-list .table-list-inner .row .cell.img-thumbnail-cell .img-thumbnail-chess .img-thumbnail .lightbox-eye{display:block;position:relative;width:100px;height:100px;background:rgba(60,60,60,0.7);opacity:0;cursor:pointer;color:#fff;overflow:hidden}.table-list .table-list-inner .row .cell.img-thumbnail-cell .img-thumbnail-chess .img-thumbnail .lightbox-eye i{position:absolute;right:5px;bottom:-25px;-webkit-transition:bottom .5s ;-moz-transition:bottom .5s ;-o-transition:bottom .5s ;-ms-transition:bottom .5s ;transition:bottom .5s }.edit-image-wrapper{display:-ms-flex;display:-moz-flex;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.edit-image-wrapper .edit-image-field{width:60%}.edit-image-wrapper .edit-image-field img{width:100%;height:auto}.edit-image-wrapper .edit-image-info{width:40%;padding-left:1rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.edit-image-wrapper .edit-image-info .box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1rem;border:1px solid rgba(0,0,0,0.14);margin-bottom:1rem;border-radius:4px}.edit-image-wrapper .edit-image-info .label{font-size:1rem;display:block;padding-bottom:.3rem}.edit-image-wrapper .edit-image-info .input-container{position:relative;width:100%;max-width:100%;padding:0;margin:0 0 1rem 0}.edit-image-wrapper .edit-image-info .input-container input{max-width:100%;padding:10px 3rem}.edit-image-wrapper .edit-image-info .input-container .icon{left:0;top:0;padding:0;border-top-left-radius:4px;border-bottom-left-radius:4px;position:absolute;height:40px;line-height:40px;text-align:center;z-index:1;width:40px;background:rgba(0,0,0,0.14)}.edit-image-wrapper .edit-image-info .input-container .measure{right:0;top:0;padding:0;border-top-right-radius:4px;border-bottom-right-radius:4px;position:absolute;height:40px;line-height:40px;text-align:center;z-index:1;width:40px;background:rgba(0,0,0,0.14)}.edit-image-wrapper .edit-image-info .edit-image-tools .button{margin-bottom:1rem}.edit-image img{max-width:100%}#lightbox-img{width:100vw;height:100vh;background:rgba(60,60,60,0.9);z-index:9999;position:fixed;top:0;left:0;display:table}#lightbox-img .lightbox-img-inner{max-width:1000px;width:100%;vertical-align:middle;margin:0 auto;padding:20px;text-align:center;display:table-cell}#lightbox-img .lightbox-img-inner .lightbox-img-image{background-image:url('../../../images/chess.png');background-repeat:repeat;max-width:100%}#lightbox-img .lightbox-img-inner .lightbox-img-image.max-height{height:100%;width:auto;max-height:90vh}#lightbox-img .lightbox-img-close{position:fixed;z-index:10000;cursor:pointer;top:20px;right:20px;font-size:2rem;line-height:2rem;color:#fff}.table-list .table-list-inner .row .cell.video-thumbnail-cell{cursor:pointer;width:100px}.table-list .table-list-inner .row .cell.video-thumbnail-cell:hover .video-thumbnail .lightbox-eye{opacity:1}.table-list .table-list-inner .row .cell.video-thumbnail-cell:hover .video-thumbnail .lightbox-eye i{bottom:5px}.table-list .table-list-inner .row .cell.video-thumbnail-cell .video-thumbnail{width:100px;-webkit-transition:filter .3s ;-moz-transition:filter .3s ;-o-transition:filter .3s ;-ms-transition:filter .3s ;transition:filter .3s ;height:80px;background-size:cover;background-position:center;position:relative}.table-list .table-list-inner .row .cell.video-thumbnail-cell .video-thumbnail img{width:100px;height:80px}.table-list .table-list-inner .row .cell.video-thumbnail-cell .video-thumbnail .lightbox-eye{display:block;top:0;position:absolute;z-index:9;width:100px;height:80px;background:rgba(60,60,60,0.7);opacity:0;cursor:pointer;color:#fff;overflow:hidden}.table-list .table-list-inner .row .cell.video-thumbnail-cell .video-thumbnail .lightbox-eye i{position:absolute;right:5px;bottom:-25px;-webkit-transition:bottom .5s ;-moz-transition:bottom .5s ;-o-transition:bottom .5s ;-ms-transition:bottom .5s ;transition:bottom .5s }#lightbox-video{width:100vw;height:100vh;background:rgba(60,60,60,0.9);z-index:9999;position:fixed;top:0;left:0;display:table}#lightbox-video .lightbox-video-inner{width:100%;vertical-align:middle;margin:0 auto;padding:20px;text-align:center;display:table-cell}#lightbox-video .lightbox-video-inner .lightbox-video-video{max-width:100%}#lightbox-video .lightbox-video-inner .lightbox-video-video.max-height{height:100%;width:auto;max-height:90vh}#lightbox-video .lightbox-video-close{position:fixed;z-index:10000;cursor:pointer;top:20px;right:20px;font-size:2rem;line-height:2rem;color:#fff}.table-list .table-list-inner .row .cell.file-thumbnail-cell{cursor:pointer;width:100px}.table-list .table-list-inner .row .cell.file-thumbnail-cell:hover .file-thumbnail .lightbox-eye{opacity:1}.table-list .table-list-inner .row .cell.file-thumbnail-cell:hover .file-thumbnail .lightbox-eye i{bottom:5px}.table-list .table-list-inner .row .cell.file-thumbnail-cell .file-thumbnail{width:100px;-webkit-transition:filter .3s ;-moz-transition:filter .3s ;-o-transition:filter .3s ;-ms-transition:filter .3s ;transition:filter .3s ;height:100px;background-size:cover;background-position:center;position:relative}.table-list .table-list-inner .row .cell.file-thumbnail-cell .file-thumbnail img{width:100px;height:100px}.table-list .table-list-inner .row .cell.file-thumbnail-cell .file-thumbnail .lightbox-eye{display:block;top:0;position:absolute;z-index:9;width:100px;height:100px;background:rgba(60,60,60,0.7);opacity:0;cursor:pointer;color:#fff;overflow:hidden}.table-list .table-list-inner .row .cell.file-thumbnail-cell .file-thumbnail .lightbox-eye i{position:absolute;right:5px;bottom:-25px;-webkit-transition:bottom .5s ;-moz-transition:bottom .5s ;-o-transition:bottom .5s ;-ms-transition:bottom .5s ;transition:bottom .5s }#galleries .table-list .table-list-inner{min-width:450px}#galleries .table-list .table-list-inner .row .cell.gallery-thumbnail-cell{cursor:pointer;width:100px}#galleries .table-list .table-list-inner .row .cell.gallery-thumbnail-cell:hover .gallery-thumbnail .lightbox-eye{opacity:1}#galleries .table-list .table-list-inner .row .cell.gallery-thumbnail-cell:hover .gallery-thumbnail .lightbox-eye i{bottom:5px}#galleries .table-list .table-list-inner .row .cell.gallery-thumbnail-cell .gallery-thumbnail{width:100px;-webkit-transition:filter .3s ;-moz-transition:filter .3s ;-o-transition:filter .3s ;-ms-transition:filter .3s ;transition:filter .3s ;height:100px;background-size:cover;background-position:center;position:relative}#galleries .table-list .table-list-inner .row .cell.gallery-thumbnail-cell .gallery-thumbnail img{width:100px;height:100px}#galleries .table-list .table-list-inner .row .cell.gallery-thumbnail-cell .gallery-thumbnail .lightbox-eye{display:block;top:0;position:absolute;z-index:9;width:100px;height:100px;background:rgba(60,60,60,0.7);opacity:0;cursor:pointer;color:#fff;overflow:hidden}#galleries .table-list .table-list-inner .row .cell.gallery-thumbnail-cell .gallery-thumbnail .lightbox-eye i{position:absolute;right:5px;bottom:-25px;-webkit-transition:bottom .5s ;-moz-transition:bottom .5s ;-o-transition:bottom .5s ;-ms-transition:bottom .5s ;transition:bottom .5s }#lightbox-gallery{width:100vw;height:100vh;background:rgba(60,60,60,0.9);z-index:999;position:fixed;top:0;left:0;display:block}#lightbox-gallery .lightbox-gallery-inner{display:block;white-space:nowrap;position:relative;left:0;top:0;height:100vh;-webkit-transition:left .7s ease-in-out ;-moz-transition:left .7s ease-in-out ;-o-transition:left .7s ease-in-out ;-ms-transition:left .7s ease-in-out ;transition:left .7s ease-in-out }#lightbox-gallery .lightbox-gallery-inner .gallery-item{display:inline-block;width:100%;height:90vh;margin:5vh 0;vertical-align:middle}#lightbox-gallery .lightbox-gallery-inner .gallery-item img{width:90%;height:auto;display:block;position:relative;top:50%;-webkit-transform:translateY(-50%);ms-transform:translateY(-50%);transform:translateY(-50%);margin:0 auto;background-image:url('../../../images/chess.png');background-repeat:repeat;overflow:hidden}#lightbox-gallery .lightbox-gallery-inner .gallery-item img.max-height{width:auto;height:100%}#lightbox-gallery .lightbox-gallery-image-counter{position:absolute;bottom:2rem;right:2rem;z-index:10000;color:#fff;font-size:2rem;background:#1dafec;display:block;border-radius:50%;height:60px;line-height:60px;min-width:60px;text-align:center;padding:5px;white-space:nowrap}#lightbox-gallery .lightbox-gallery-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);ms-transform:translateY(-50%);transform:translateY(-50%);z-index:10000;cursor:pointer}#lightbox-gallery .lightbox-gallery-arrow img{width:auto;height:100px}#lightbox-gallery .lightbox-gallery-arrow.lightbox-gallery-next{right:2rem}#lightbox-gallery .lightbox-gallery-arrow.lightbox-gallery-previous{left:2rem}#lightbox-gallery .lightbox-gallery-close{position:fixed;z-index:10000;cursor:pointer;top:20px;right:20px;font-size:2rem;line-height:2rem;color:#fff}#edit-gallery .gallery-images{width:100%;border:1px solid rgba(0,0,0,0.14);border-radius:4px;overflow:hidden;display:-ms-flex;display:-moz-flex;display:-webkit-box;display:-webkit-flex;-webkit-flex-wrap:wrap;display:flex;flex-wrap:wrap}#edit-gallery .gallery-images .ui-state-highlight{width:25%;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,0.14);border:5px solid #fff}#edit-gallery .gallery-images .img-thumbnail-cell{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:25%;overflow:hidden;border:10px solid #fff;border-top:none;border-bottom:10px solid #fff;border-left:7.5px solid #fff;border-right:7.5px solid #fff}#edit-gallery .gallery-images .img-thumbnail-cell.selected{cursor:move}#edit-gallery .gallery-images .img-thumbnail-cell.selected .img-thumbnail-chess .img-thumbnail{border:2px solid #76b828;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:99%}#edit-gallery .gallery-images .img-thumbnail-cell.show-images-for-gallery{cursor:pointer}#edit-gallery .gallery-images .img-thumbnail-cell:nth-of-type(4n+1){border-left:none}#edit-gallery .gallery-images .img-thumbnail-cell:nth-of-type(4n+2){border-left:2.5px solid #fff;border-right:5px solid #fff}#edit-gallery .gallery-images .img-thumbnail-cell:nth-of-type(4n+3){border-left:5px solid #fff;border-right:2.5px solid #fff}#edit-gallery .gallery-images .img-thumbnail-cell:nth-of-type(4n+4){border-right:none}#edit-gallery .gallery-images .img-thumbnail-cell .img-thumbnail-plus{border:4px dashed rgba(0,0,0,0.14);-webkit-transition:background .3s ;-moz-transition:background .3s ;-o-transition:background .3s ;-ms-transition:background .3s ;transition:background .3s ;border-radius:4px;width:100%;padding-top:98%;position:relative;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,0.14)}#edit-gallery .gallery-images .img-thumbnail-cell .img-thumbnail-plus:hover{background:rgba(0,0,0,0.14)}#edit-gallery .gallery-images .img-thumbnail-cell .img-thumbnail-plus:hover i{font-size:2.5rem}#edit-gallery .gallery-images .img-thumbnail-cell .img-thumbnail-plus i{position:absolute;font-size:2rem;-webkit-transition:font-size .3s ;-moz-transition:font-size .3s ;-o-transition:font-size .3s ;-ms-transition:font-size .3s ;transition:font-size .3s ;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#edit-gallery .gallery-images .img-thumbnail-cell .img-thumbnail-chess{width:100%;padding-top:100%;background-image:url('../../../images/chess.png');background-repeat:repeat;position:relative;overflow:hidden}#edit-gallery .gallery-images .img-thumbnail-cell .img-thumbnail-chess .remove-image{color:#ff0000;position:absolute;cursor:pointer;top:.5rem;right:.5rem}#edit-gallery .gallery-images .img-thumbnail-cell .img-thumbnail-chess .remove-image i{line-height:1.5rem;font-size:1.5rem}#edit-gallery .gallery-images .img-thumbnail-cell .img-thumbnail-chess .img-thumbnail{-webkit-transition:border .3s ;-moz-transition:border .3s ;-o-transition:border .3s ;-ms-transition:border .3s ;transition:border .3s ;position:absolute;top:0;left:0;width:100%;padding-top:100%;background-size:cover;background-position:center}#select-images{position:fixed;top:0;left:0;z-index:999;width:100%;height:100vh;background:rgba(60,60,60,0.9);padding:4vh;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#select-images #select-images-form{width:100%;border:1px solid rgba(0,0,0,0.14);border-radius:4px;height:92vh;max-width:1200px;margin:0 auto;background:#fff;position:relative;overflow:hidden}#select-images #select-images-form .select-images-form-top{padding:.5rem 1rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#e9e9e9;position:absolute;z-index:99;top:0;left:0;display:block;width:100%}#select-images #select-images-form .select-images-form-top span{display:inline-block;font-weight:bold}#select-images #select-images-form .select-images-form-bottom{z-index:99;padding:.5rem 1rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#e9e9e9;position:absolute;bottom:0;left:0;display:block;width:100%}#select-images #select-images-form .select-images-form-images{height:92vh;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:3rem 1rem 4rem 1rem;overflow-y:auto;overflow-x:hidden;display:-ms-flex;display:-moz-flex;display:-webkit-box;display:-webkit-flex;-webkit-flex-wrap:wrap;display:flex;flex-wrap:wrap}#select-images #select-images-form .select-images-form-images .image-item{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:25%;overflow:hidden;border:10px solid #fff;border-top:none;border-bottom:10px solid #fff;border-left:7.5px solid #fff;cursor:move;border-right:7.5px solid #fff}#select-images #select-images-form .select-images-form-images .image-item:nth-of-type(4n+1){border-left:none}#select-images #select-images-form .select-images-form-images .image-item:nth-of-type(4n+2){border-left:2.5px solid #fff;border-right:5px solid #fff}#select-images #select-images-form .select-images-form-images .image-item:nth-of-type(4n+3){border-left:5px solid #fff;border-right:2.5px solid #fff}#select-images #select-images-form .select-images-form-images .image-item:nth-of-type(4n+4){border-right:none}#select-images #select-images-form .select-images-form-images .image-item .img-thumbnail-chess{width:100%;display:block;padding-top:100%;background-image:url('../../../images/chess.png');background-repeat:repeat;position:relative;overflow:hidden}#select-images #select-images-form .select-images-form-images .image-item .img-thumbnail-chess input[type="checkbox"]{position:absolute;bottom:.5rem;right:.5rem;top:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;padding:0;width:20px;height:20px;text-align:center;line-height:14px;z-index:9;font-size:28px;color:#fff}#select-images #select-images-form .select-images-form-images .image-item .img-thumbnail-chess input[type="checkbox"]:checked{background:#1dafec}#select-images #select-images-form .select-images-form-images .image-item .img-thumbnail-chess input[type="checkbox"]:checked::after{content:"✓"}#select-images #select-images-form .select-images-form-images .image-item .img-thumbnail-chess input[type="checkbox"]:checked+.img-thumbnail{-webkit-filter:brightness(.6);filter:brightness(.6)}#select-images #select-images-form .select-images-form-images .image-item .img-thumbnail-chess .img-thumbnail{position:absolute;top:0;left:0;width:100%;padding-top:100%;background-size:cover;background-position:center}#select-images .select-images-close{position:fixed;z-index:10000;cursor:pointer;top:20px;right:20px;font-size:2rem;line-height:2rem;color:#fff;text-shadow:0 0 6px #000}#active-blocks-from-site{width:100%;max-width:400px;margin:0 auto}#active-blocks-from-site .ui-state-highlight{width:100%;padding:1.5rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border:1px solid rgba(0,0,0,0.14);background:rgba(0,0,0,0.14);margin:.5rem 0}.block-item{width:100%;padding:1rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border:1px solid rgba(0,0,0,0.14);margin:.5rem 0;text-align:center;position:relative;overflow:hidden;-webkit-transition:background .3s ;-moz-transition:background .3s ;-o-transition:background .3s ;-ms-transition:background .3s ;transition:background .3s ;background:#fff}.block-item.sortable{cursor:move}.block-item:hover.sortable{background:#DBDBDB}.block-item .lang{position:absolute;top:3px;left:5px;font-size:.75rem;color:#000}.block-item .remove-block{color:#ff0000;position:absolute;top:5px;right:5px;cursor:pointer;-webkit-transition:top .5s ;-moz-transition:top .5s ;-o-transition:top .5s ;-ms-transition:top .5s ;transition:top .5s }.block-item .add-block{color:#fff;position:absolute;top:0;right:0;width:50px;border-bottom-right-radius:4px;border-top-right-radius:4px;background:#1dafec;cursor:pointer;-webkit-transition:background .5s ;-moz-transition:background .5s ;-o-transition:background .5s ;-ms-transition:background .5s ;transition:background .5s ;display:block;padding:1rem 0}.block-item .add-block:hover{background:#13a1dd}.input-container-with-label.editblocksform{width:100%;max-width:400px;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-container-with-label.editblocksform button{width:49%;padding:1rem}#lightbox-block{width:100vw;height:100vh;background:rgba(60,60,60,0.9);z-index:9999;position:fixed;top:0;left:0;display:table}#lightbox-block .lightbox-block-inner{width:100%;display:table-cell}#lightbox-block .lightbox-block-inner .select-blocks{padding:1rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:800px;margin:5vh auto;height:90vh;overflow:auto;background:#fff;border-radius:4px;border:1px solid rgba(0,0,0,0.14)}#lightbox-block .lightbox-block-close{position:fixed;z-index:10000;cursor:pointer;top:20px;right:20px;font-size:2rem;line-height:2rem;color:#fff}#editparentitems .error{font-size:.8rem;display:block;padding-bottom:.5rem}#editparentitems .saved{font-size:.8rem;display:block;color:#76b828;padding-bottom:.5rem}#itemCollection .item-container{width:100%;border:1px solid rgba(0,0,0,0.14);border-radius:4px;margin-bottom:1rem;padding:1rem 1rem .5rem 1rem;padding-bottom:.5rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#itemCollection .item-container .item-container-inner{padding-bottom:.5rem}#itemCollection .item-container .item-container-inner .title{font-weight:bold;padding-bottom:.5rem}#itemCollection .item-container .item-container-inner .comment{font-size:.8rem;padding-bottom:.5rem;color:#444}#itemCollection .item-container .item-container-inner input[type="text"],#itemCollection .item-container .item-container-inner input[type="email"],#itemCollection .item-container .item-container-inner input[type="tel"]{max-width:none}#itemCollection .item-container .item-container-inner .img{background:url(../../../images/chess.png);width:100%;max-width:500px;margin:1rem auto;display:block}#itemCollection .item-container .item-container-inner .video{width:100%;max-width:500px;margin:1rem auto;display:block}#itemCollection .item-container .submit-block-item{display:block}#itemCollection .item-container .category-id{margin:0;padding:0;font-size:.7em;text-align:right}.link-type label{display:block;padding-top:.5rem}.link-type .input-container{padding:0}.link-type .input-container i{left:0}#change-resources,#show-images-for-gallery-popup{position:fixed;top:0;left:0;z-index:99999;width:100%;height:100vh;background:rgba(60,60,60,0.9);padding:4vh;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#change-resources #change-resources-form,#show-images-for-gallery-popup #change-resources-form,#change-resources #show-images-for-gallery-popup-form,#show-images-for-gallery-popup #show-images-for-gallery-popup-form{width:100%;border:1px solid rgba(0,0,0,0.14);border-radius:4px;height:92vh;max-width:1200px;margin:0 auto;background:#fff;position:relative;overflow:hidden}#change-resources #change-resources-form .change-resources-form-top,#show-images-for-gallery-popup #change-resources-form .change-resources-form-top,#change-resources #show-images-for-gallery-popup-form .change-resources-form-top,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-top,#change-resources #change-resources-form .show-images-for-gallery-popup-top,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-top,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-top,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-top{padding:.5rem 1rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#e9e9e9;position:absolute;z-index:99;top:0;left:0;display:block;width:100%}#change-resources #change-resources-form .change-resources-form-top span,#show-images-for-gallery-popup #change-resources-form .change-resources-form-top span,#change-resources #show-images-for-gallery-popup-form .change-resources-form-top span,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-top span,#change-resources #change-resources-form .show-images-for-gallery-popup-top span,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-top span,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-top span,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-top span{display:inline-block;font-weight:bold}#change-resources #change-resources-form .change-resources-form-top .change-resources-search-container,#show-images-for-gallery-popup #change-resources-form .change-resources-form-top .change-resources-search-container,#change-resources #show-images-for-gallery-popup-form .change-resources-form-top .change-resources-search-container,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-top .change-resources-search-container,#change-resources #change-resources-form .show-images-for-gallery-popup-top .change-resources-search-container,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-top .change-resources-search-container,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-top .change-resources-search-container,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-top .change-resources-search-container,#change-resources #change-resources-form .change-resources-form-top .show-images-for-gallery-popup-search-container,#show-images-for-gallery-popup #change-resources-form .change-resources-form-top .show-images-for-gallery-popup-search-container,#change-resources #show-images-for-gallery-popup-form .change-resources-form-top .show-images-for-gallery-popup-search-container,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-top .show-images-for-gallery-popup-search-container,#change-resources #change-resources-form .show-images-for-gallery-popup-top .show-images-for-gallery-popup-search-container,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-top .show-images-for-gallery-popup-search-container,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-top .show-images-for-gallery-popup-search-container,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-top .show-images-for-gallery-popup-search-container{display:inline-block;float:right;position:relative;padding:0}#change-resources #change-resources-form .change-resources-form-top .change-resources-search-container .fa,#show-images-for-gallery-popup #change-resources-form .change-resources-form-top .change-resources-search-container .fa,#change-resources #show-images-for-gallery-popup-form .change-resources-form-top .change-resources-search-container .fa,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-top .change-resources-search-container .fa,#change-resources #change-resources-form .show-images-for-gallery-popup-top .change-resources-search-container .fa,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-top .change-resources-search-container .fa,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-top .change-resources-search-container .fa,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-top .change-resources-search-container .fa,#change-resources #change-resources-form .change-resources-form-top .show-images-for-gallery-popup-search-container .fa,#show-images-for-gallery-popup #change-resources-form .change-resources-form-top .show-images-for-gallery-popup-search-container .fa,#change-resources #show-images-for-gallery-popup-form .change-resources-form-top .show-images-for-gallery-popup-search-container .fa,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-top .show-images-for-gallery-popup-search-container .fa,#change-resources #change-resources-form .show-images-for-gallery-popup-top .show-images-for-gallery-popup-search-container .fa,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-top .show-images-for-gallery-popup-search-container .fa,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-top .show-images-for-gallery-popup-search-container .fa,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-top .show-images-for-gallery-popup-search-container .fa{left:0}#change-resources #change-resources-form .change-resources-form-bottom,#show-images-for-gallery-popup #change-resources-form .change-resources-form-bottom,#change-resources #show-images-for-gallery-popup-form .change-resources-form-bottom,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-bottom,#change-resources #change-resources-form .show-images-for-gallery-popup-form-bottom,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-bottom,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-bottom,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-bottom{z-index:99;padding:.5rem 1rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#e9e9e9;position:absolute;bottom:0;left:0;display:block;width:100%}#change-resources #change-resources-form .change-resources-form-resources,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources{height:92vh;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:4rem 0;overflow-y:auto;overflow-x:auto;width:100%}#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row{cursor:pointer}#change-resources #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner,#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner{display:table;width:100%;min-width:685px;padding-bottom:1rem;border-radius:4px;border-collapse:collapse}#change-resources #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row,#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row{display:table-row;width:100%;border-bottom:1px solid rgba(0,0,0,0.14)}#change-resources #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row:nth-of-type(odd),#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row:nth-of-type(odd),#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row:nth-of-type(odd),#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row:nth-of-type(odd),#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row:nth-of-type(odd),#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row:nth-of-type(odd),#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row:nth-of-type(odd),#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row:nth-of-type(odd),#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row:nth-of-type(odd),#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row:nth-of-type(odd),#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row:nth-of-type(odd),#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row:nth-of-type(odd),#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row:nth-of-type(odd),#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row:nth-of-type(odd),#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row:nth-of-type(odd),#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row:nth-of-type(odd){background:#f1f1f1}#change-resources #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row:last-of-type,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row:last-of-type,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row:last-of-type,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row:last-of-type,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row:last-of-type,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row:last-of-type,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row:last-of-type,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row:last-of-type,#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row:last-of-type,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row:last-of-type,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row:last-of-type,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row:last-of-type,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row:last-of-type,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row:last-of-type,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row:last-of-type,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row:last-of-type{border:none}#change-resources #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell,#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell{display:table-cell;padding:.5rem;text-align:left;overflow:hidden;vertical-align:middle}#change-resources #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.checkbox-cell,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.checkbox-cell,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.checkbox-cell,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.checkbox-cell,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.checkbox-cell,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.checkbox-cell,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.checkbox-cell,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.checkbox-cell,#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.checkbox-cell,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.checkbox-cell,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.checkbox-cell,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.checkbox-cell,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.checkbox-cell,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.checkbox-cell,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.checkbox-cell,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.checkbox-cell,#change-resources #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.select-col,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.select-col,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.select-col,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.select-col,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.select-col,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.select-col,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.select-col,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.select-col,#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.select-col,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.select-col,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.select-col,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.select-col,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.select-col,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.select-col,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.select-col,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.select-col{width:20px;text-align:center}#change-resources #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.radio-cell,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.radio-cell,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.radio-cell,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.radio-cell,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.radio-cell,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.radio-cell,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.radio-cell,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.radio-cell,#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.radio-cell,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.radio-cell,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.radio-cell,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.radio-cell,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.radio-cell,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.radio-cell,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.radio-cell,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.radio-cell{width:20px}#change-resources #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail,#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail{width:100px}#change-resources #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail img,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail img,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail img,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail img,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail img,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail img,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail img,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail img,#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail img,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail img,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail img,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail img,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail img,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail img,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail img,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail img{width:100px;height:auto}#change-resources #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess{background-image:url('../../../images/chess.png');background-repeat:repeat;position:relative;overflow:hidden;-webkit-transition:filter .3s ;-moz-transition:filter .3s ;-o-transition:filter .3s ;-ms-transition:filter .3s ;transition:filter .3s }#change-resources #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .change-resources-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#change-resources #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#show-images-for-gallery-popup #change-resources-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#change-resources #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .change-resources-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#change-resources #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#show-images-for-gallery-popup #change-resources-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#change-resources #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail,#show-images-for-gallery-popup #show-images-for-gallery-popup-form .show-images-for-gallery-popup-form-resources .show-images-for-gallery-popup-form-resources-inner .row .cell.resource-thumbnail .img-thumbnail-chess .img-thumbnail{width:100px;-webkit-transition:filter .3s ;-moz-transition:filter .3s ;-o-transition:filter .3s ;-ms-transition:filter .3s ;transition:filter .3s ;height:100px;background-size:cover;background-position:center}#change-resources .change-resources-close,#show-images-for-gallery-popup .change-resources-close,#change-resources .show-images-for-gallery-popup-close,#show-images-for-gallery-popup .show-images-for-gallery-popup-close{position:fixed;z-index:10000;cursor:pointer;top:20px;right:20px;font-size:2rem;line-height:2rem;color:#fff;text-shadow:0 0 6px #000}#active-sites-from-plugin{width:100%;max-width:400px;margin:0 auto}#active-sites-from-plugin .ui-state-highlight{width:100%;padding:1.5rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border:1px solid rgba(0,0,0,0.14);background:rgba(0,0,0,0.14);margin:.5rem 0}.site-item,.plugin-item{width:100%;padding:1rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border:1px solid rgba(0,0,0,0.14);margin:.5rem 0;text-align:center;position:relative;overflow:hidden;-webkit-transition:background .3s ;-moz-transition:background .3s ;-o-transition:background .3s ;-ms-transition:background .3s ;transition:background .3s ;background:#fff}.site-item.sortable,.plugin-item.sortable{cursor:move}.site-item:hover.sortable,.plugin-item:hover.sortable{background:#DBDBDB}.site-item .lang,.plugin-item .lang,.site-item .standart,.plugin-item .standart{position:absolute;top:3px;left:5px;font-size:.75rem;color:#000}.site-item .remove-site,.plugin-item .remove-site{color:#ff0000;position:absolute;top:5px;right:5px;cursor:pointer;-webkit-transition:top .5s ;-moz-transition:top .5s ;-o-transition:top .5s ;-ms-transition:top .5s ;transition:top .5s }.site-item .add-site,.plugin-item .add-site{color:#fff;position:absolute;top:0;right:0;width:50px;border-bottom-right-radius:4px;border-top-right-radius:4px;background:#1dafec;cursor:pointer;-webkit-transition:background .5s ;-moz-transition:background .5s ;-o-transition:background .5s ;-ms-transition:background .5s ;transition:background .5s ;display:block;padding:1rem 0}.site-item .add-site:hover,.plugin-item .add-site:hover{background:#13a1dd}#editpluginhassites .input-container-with-label{width:100%;max-width:400px;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#editpluginhassites .input-container-with-label button{width:49%;padding:1rem}#lightbox-plugin{width:100vw;height:100vh;background:rgba(60,60,60,0.9);z-index:9999;position:fixed;top:0;left:0;display:table}#lightbox-plugin .lightbox-plugin-inner{width:100%;display:table-cell}#lightbox-plugin .lightbox-plugin-inner .select-sites{padding:1rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:800px;margin:5vh auto;height:90vh;overflow:auto;background:#fff;border-radius:4px;border:1px solid rgba(0,0,0,0.14)}#lightbox-plugin .lightbox-plugin-close{position:fixed;z-index:10000;cursor:pointer;top:20px;right:20px;font-size:2rem;line-height:2rem;color:#fff}#all-plugins{width:100%;max-width:400px;margin:0 auto}#all-plugins .ui-state-highlight{width:100%;padding:1.5rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border:1px solid rgba(0,0,0,0.14);background:rgba(0,0,0,0.14);margin:.5rem 0}#all-plugins .button{width:100%}.overflow-table{width:100%;overflow:hidden;border-radius:4px;border:3px dashed rgba(0,0,0,0.14);overflow-x:auto}#add-files-form.dz-drag-hover .dz-default{background:rgba(0,0,0,0.14)}#add-files-form.dz-started{min-width:575px;display:table;width:100%}#add-files-form.dz-started .dz-default{display:none}#add-files-form .dz-default{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;overflow:hidden;width:100%;min-height:31vh;position:relative}#add-files-form .dz-default span{display:block;position:absolute;-webkit-transform:translateY(-50%);ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:100%;text-align:center;color:rgba(0,0,0,0.14)}#add-files-form .dz-preview{white-space:nowrap;display:table;width:100%}#add-files-form .dz-preview:nth-of-type(odd){background:#f1f1f1}#add-files-form .dz-preview.dz-success>div.dz-image img{-webkit-filter:brightness(.5);filter:brightness(.5)}#add-files-form .dz-preview.dz-success>div.dz-image::after{display:block}#add-files-form .dz-preview.dz-error>div.dz-image::before{display:block}#add-files-form .dz-preview .dz-remove{vertical-align:middle;display:table-cell;padding:.5rem;color:#ff0000;width:10%;text-align:center}#add-files-form .dz-preview .dz-remove:hover{color:#dd0000}#add-files-form .dz-preview.dz-file-preview .dz-image{background-image:url('../../../images/file.png');background-size:cover}#add-files-form .dz-preview>div{vertical-align:middle;display:inline-block;padding:.5rem}#add-files-form .dz-preview>div.dz-image{position:relative;height:120px;width:120px}#add-files-form .dz-preview>div.dz-image img{display:block;border-radius:4px;-webkit-transition:.4 filter ;-moz-transition:.4 filter ;-o-transition:.4 filter ;-ms-transition:.4 filter ;transition:.4 filter }#add-files-form .dz-preview>div.dz-image::after{font:normal normal normal 28px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f00c";color:#76b828;position:absolute;text-shadow:0 1px 1px #fff;width:100%;text-align:center;left:0;top:50%;-webkit-transform:translateY(-50%);ms-transform:translateY(-50%);transform:translateY(-50%);display:none}#add-files-form .dz-preview>div.dz-image::before{font:normal normal normal 28px/1 FontAwesome;text-rendering:auto;text-shadow:0 1px 1px #fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f00d";color:#ff0000;position:absolute;width:100%;text-align:center;left:0;top:50%;-webkit-transform:translateY(-50%);ms-transform:translateY(-50%);transform:translateY(-50%);display:none}#add-files-form .dz-preview>div.dz-error-mark,#add-files-form .dz-preview>div.dz-success-mark{display:none}#add-files-form .dz-preview>div.dz-details{width:20%}#add-files-form .dz-preview>div.dz-details .dz-filename{white-space:nowrap;width:100%;display:block;overflow:hidden;text-overflow:ellipsis}#add-files-form .dz-preview>div.dz-progress{padding:0;width:40%;border:1px solid rgba(0,0,0,0.14);border-radius:4px}#add-files-form .dz-preview>div.dz-progress .dz-upload{background:#76b828;height:20px;display:block;width:0;border-radius:4px}#add-files-form .dz-preview>div.dz-error-message{display:none}#export table{width:100%}#export table .ui-checkboxradio-label{width:100% !important}#import .import_label{text-align:center}#import .import_label+input{display:none}#import #file-preview span{text-align:center;width:100%;display:block}#robot-sitemap-inner .CodeMirror{border:1px solid rgba(0,0,0,0.14);border-radius:4px;overflow:hidden;margin-bottom:.5rem;min-height:55vh}#robot-sitemap-inner form{margin-bottom:2rem}#edit-template-items{position:relative;min-heigth:100vh}#edit-template-items .items-menu{position:fixed;top:50%;-webkit-transform:translateY(-50%);ms-transform:translateY(-50%);transform:translateY(-50%);left:0;width:4rem;padding-left:220px;-webkit-transition:padding .5s ;-moz-transition:padding .5s ;-o-transition:padding .5s ;-ms-transition:padding .5s ;transition:padding .5s }#edit-template-items .items-menu.toggle{padding-left:50px}#edit-template-items .items-menu .items-menu-inner{padding-top:50px}#edit-template-items .items-menu .items-menu-inner button{width:2rem;padding:0px;height:2rem;line-height:1;font-size:.9rem;text-align:center;margin:4px 1rem}#edit-template-items .items-menu .items-menu-inner button i{padding:0}#edit-template-items .items{padding-left:3rem}#edit-template-items .items .ui-state-highlight{width:100%;display:block;height:100px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,0.14)}#edit-template-items .items .item{background:#fff;-webkit-transition:background .7s ;-moz-transition:background .7s ;-o-transition:background .7s ;-ms-transition:background .7s ;transition:background .7s ;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;border:2px solid rgba(0,0,0,0.14);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;margin:1rem 0;padding:1rem}#edit-template-items .items .item:first-of-type{margin-top:0}#edit-template-items .items .item.selected{cursor:move;border:2px solid #76b828}#edit-template-items .items .item.new{background:#76b828}#edit-template-items .items .item .delete-template-item{position:absolute;top:.5rem;right:.5rem;color:red;cursor:pointer}#edit-template-items .items .item .input-container-with-label{margin:0 0 1rem 0;padding:0 0 .5rem 0}#edit-template-items .items .item .input-container-with-label.textarea{margin-bottom:0;padding-bottom:0}#edit-template-items .items .item .category-id{margin:0;padding:0;font-size:.7em;text-align:right}#edit-template-items .error-wrapper{padding-left:3rem}#editfile h3{margin-bottom:1rem}#editfile .CodeMirror{border:1px solid rgba(0,0,0,0.14);border-radius:4px;overflow:hidden;margin-bottom:.5rem;min-height:55vh}#editfile .all-items{display:block;widht:100%;overflow:hidden;margin:1rem 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#editfile .all-items .item{display:inline-block;padding:.5rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(0,0,0,0.14);border-radius:4px;overflow:hidden;background:rgba(0,0,0,0.14)}#editfile .all-items h4{margin-bottom:.5rem}#editormanager .folders .folder{border-radius:4px;overflow:hidden;margin:1rem 0}#editormanager .folders .folder:first-of-type{margin-top:0}#editormanager .folders .folder .accordion-header.close .fa-angle-down{-webkit-transform:rotate(-90deg);ms-transform:rotate(-90deg);transform:rotate(-90deg)}#editormanager .folders .folder .accordion-header{margin:0;border:none;border-bottom:1px solid rgba(0,0,0,0.14);background:#13a1dd;outline:none;display:block;cursor:pointer;position:relative;padding:.5em .5em .5em .7em;font-size:100%;color:#fff;font-weight:normal;-webkit-transition:all .3s ;-moz-transition:all .3s ;-o-transition:all .3s ;-ms-transition:all .3s ;transition:all .3s }#editormanager .folders .folder .accordion-header i{-webkit-transition:all .3s ;-moz-transition:all .3s ;-o-transition:all .3s ;-ms-transition:all .3s ;transition:all .3s }#editormanager .folders .folder .files{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border:1px solid rgba(0,0,0,0.14);display:table;width:100%}#editormanager .folders .folder .files .row{display:table-row;width:100%;border-bottom:1px solid rgba(0,0,0,0.14)}#editormanager .folders .folder .files .row:nth-of-type(odd){background:#f1f1f1}#editormanager .folders .folder .files .row:last-of-type{border:none}#editormanager .folders .folder .files .row.head-row{font-weight:bold}#editormanager .folders .folder .files .row.head-row .table-list-get:hover{background:#e0e0e0}#editormanager .folders .folder .files .row.head-row .sort-col{cursor:pointer}#editormanager .folders .folder .files .row span{display:table-cell;padding:.5rem;text-align:left;overflow:hidden;vertical-align:middle}.chart-container{height:40vh;width:100%;border:1px solid rgba(0,0,0,0.14);border-radius:4px;padding:1rem;margin-bottom:1rem;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#statistic .buttons-top>span{display:inline-block;padding:0 10px 10px 0}#statistic .buttons-top>span label{display:inline-block}#statistic .buttons-top>span input{display:inline-block}#statistic .buttons-top>span input[type="date"]{padding:5px 10px;width:auto}#statistic .head-info{border:1px solid rgba(0,0,0,0.14);border-radius:4px;padding:1rem;margin-bottom:1rem}#statistic .head-info.no-padding-bottom{padding-bottom:0}#statistic .head-info>span{display:inline-block;padding:0 1rem 1rem 0}#statistic .head-info>span label{display:inline-block}#statistic .head-info>span input{display:inline-block}#statistic .head-info>span input[type="date"]{padding:5px 10px;width:auto}#statistic .head-info+hr{border:3px solid #1dafec;margin:2rem -1rem}#statistic .head-info h3{padding-bottom:5px}#statistic .head-info #embed-api-auth-container{padding-bottom:1rem;font-size:.8rem;color:rgba(0,0,0,0.3)}#statistic .head-info .data-container{width:100%;background:#f1f1f1;border:1px solid rgba(0,0,0,0.14);border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-weight:300;padding:.5rem 1rem;white-space:nowrap}@media (max-width: 768px){html{font-size:90%}}@media (max-width: 450px){html{font-size:85%}}@media (max-width: 768px){.input-container input{padding-left:3.3rem}.input-container .select-wrapper select{padding-left:3.3rem}}@media (max-width: 450px){.input-container input{padding-left:3.5rem}.input-container .select-wrapper select{padding-left:3.5rem}}@media (max-width: 768px){.content{padding-left:50px}#gap-top{height:40px}#menu-top-left{width:60%}#menu-top-right{width:40%}#menu-top{height:40px}#menu-top .menu-top-bar>li{height:40px}#menu-top .menu-top-bar>li>a{height:40px;line-height:40px}#menu-top .menu-top-bar>li>a img{height:30px}#menu-top .menu-top-bar>li>a span{display:none}#menu-top .menu-top-bar>li.navButton{display:block !important}.version{width:40px;padding:5px;font-size:.75rem}#menu-left{width:50px;padding:40px 0 0 0}#menu-left .nav>li>a span{opacity:0}#menu-left .nav>li .arrow{display:none}#menu-left .nav>li.toggle-menu{display:none}#menu-left .nav>li.active .sub-menu,#menu-left .nav>li.open .sub-menu{display:none !important}#menu-left.mobile-open{width:220px}#menu-left.mobile-open .nav>li>a span{opacity:1}#menu-left.mobile-open .nav>li .arrow{display:block}#menu-left.mobile-open .nav>li.active .arrow{display:none}#menu-left.mobile-open .nav>li.active .sub-menu,#menu-left.mobile-open .nav>li.open .sub-menu{display:block !important}#menu-left.mobile-open>.version{width:210px;text-align:left}#menu-top-right>li.diskquota{width:150px;margin:10px 0;height:20px}#menu-top-right>li.diskquota>div{height:18px}#menu-top-right>li.diskquota span{line-height:20px}}@media (max-width: 500px){.content{padding-left:0}.content.toggle{padding-left:0}.version{width:0;padding:5px 0}#menu-left{width:0}#menu-left.toggle{width:0}#menu-left.mobile-open{width:220px}#menu-left.mobile-open .version{width:210px;padding:5px}#menu-top-right>li.diskquota{width:100px}}@media (max-width: 400px){#menu-top-right>li.diskquota{width:70px}}@media (max-width: 1024px){.edit-image-wrapper{display:-webkit-flex;-webkit-flex-wrap:wrap;display:flex;flex-wrap:wrap}.edit-image-wrapper .edit-image-field{width:100%}.edit-image-wrapper .edit-image-info{width:100%;padding-left:0;padding-top:1rem}.edit-image-wrapper .edit-image-info .input-container input{padding:10px 3.3rem}.edit-image-wrapper .edit-image-info .input-container .select-wrapper select{padding:10px 3.3rem}}@media (max-width: 450px){.edit-image-wrapper .edit-image-info .input-container input{padding:10px 3.5rem}.edit-image-wrapper .edit-image-info .input-container .select-wrapper select{padding:10px 3.5rem}}@media (max-width: 768px){#edit-gallery .gallery-images .ui-state-highlight{width:33.3%}#edit-gallery .gallery-images .img-thumbnail-cell{width:33.33%;border-left:3.3px solid #fff;border-right:3.3px solid #fff}#edit-gallery .gallery-images .img-thumbnail-cell:nth-of-type(3n+1){border-left:none;border-right:6.6px solid #fff}#edit-gallery .gallery-images .img-thumbnail-cell:nth-of-type(3n+2){border-left:3.3px solid #fff;border-right:3.3px solid #fff}#edit-gallery .gallery-images .img-thumbnail-cell:nth-of-type(3n+3){border-left:6.6px solid #fff;border-right:none}}@media (max-width: 500px){#edit-gallery .gallery-images .ui-state-highlight{width:50%}#edit-gallery .gallery-images .img-thumbnail-cell{width:50%}#edit-gallery .gallery-images .img-thumbnail-cell:nth-of-type(2n+1){border-left:none;border-right:5px solid #fff}#edit-gallery .gallery-images .img-thumbnail-cell:nth-of-type(2n+2){border-left:5px solid #fff;border-right:none}}@media (max-width: 768px){#select-images #select-images-form .select-images-form-images .image-item{width:33.33%;border-left:3.3px solid #fff;border-right:3.3px solid #fff}#select-images #select-images-form .select-images-form-images .image-item:nth-of-type(3n+1){border-left:none;border-right:6.6px solid #fff}#select-images #select-images-form .select-images-form-images .image-item:nth-of-type(3n+2){border-left:3.3px solid #fff;border-right:3.3px solid #fff}#select-images #select-images-form .select-images-form-images .image-item:nth-of-type(3n+3){border-left:6.6px solid #fff;border-right:none}}@media (max-width: 500px){#select-images #select-images-form .select-images-form-images .image-item{width:50%}#select-images #select-images-form .select-images-form-images .image-item:nth-of-type(2n+1){border-left:none;border-right:5px solid #fff}#select-images #select-images-form .select-images-form-images .image-item:nth-of-type(2n+2){border-left:5px solid #fff;border-right:none}}@media (max-height: 520px){#edit-template-items .items-menu{position:relative;top:0;-webkit-transform:translateY(0);ms-transform:translateY(0);transform:translateY(0);left:0;width:100%;padding-left:0 !important}#edit-template-items .items-menu .items-menu-inner{padding-top:0 !important}#edit-template-items .items-menu .items-menu-inner .button{margin:0 10px 10px 0}#edit-template-items .items,#edit-template-items .error-wrapper{padding-left:0 !important}}@media (max-width: 768px){#edit-template-items .items-menu{padding-left:50px}#edit-template-items .items,#edit-template-items .error-wrapper{padding-left:50px}}@media (max-width: 500px){#edit-template-items .items-menu{position:relative;top:0;-webkit-transform:translateY(0);ms-transform:translateY(0);transform:translateY(0);left:0;width:100%;padding-left:0 !important}#edit-template-items .items-menu .items-menu-inner{padding-top:0 !important}#edit-template-items .items-menu .items-menu-inner .button{margin:0 10px 10px 0}#edit-template-items .items,#edit-template-items .error-wrapper{padding-left:0 !important}}@media (max-width: 450px){#change-resources #change-resources-form .change-resources-form-top .change-resources-search-container input{max-width:130px}}@media (max-width: 600px){#statistic .head-info .flex-grid{display:-webkit-flex;-webkit-flex-wrap:wrap;display:flex;flex-wrap:wrap;background:transparent;border-radius:0}#statistic .head-info .flex-grid>div#view-name{width:100%;white-space:normal;background:#1dafec;border-radius:4px}#statistic .head-info .flex-grid>div#active-users-container{width:100%}#statistic .head-info #view-selector-container .ViewSelector2{display:-webkit-flex;-webkit-flex-wrap:wrap;display:flex;flex-wrap:wrap}#statistic .head-info #view-selector-container .ViewSelector2 .ViewSelector2-item{width:100%;padding:0}#statistic .head-info #view-selector-container .ViewSelector2 .ViewSelector2-item label{padding-bottom:.5rem;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#statistic .head-info #view-selector-container .ViewSelector2 .ViewSelector2-item select{padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;outline:none;font-size:16px;line-height:20px;-webkit-transition:all .3s ;-moz-transition:all .3s ;-o-transition:all .3s ;-ms-transition:all .3s ;transition:all .3s ;border:none;display:block;width:100%;border:1px solid rgba(0,0,0,0.14);position:relative;border-radius:4px}#statistic .head-info #view-selector-container .ViewSelector2 .ViewSelector2-item select:before{content:"▲";position:absolute;z-index:1;right:0;top:5px;font-size:.8rem;right:5px}#statistic .head-info #view-selector-container .ViewSelector2 .ViewSelector2-item select:after{z-index:1;content:"▼";position:absolute;bottom:5px;font-size:.8rem;right:5px}}@media (max-width: 1024px){#dashboard-inner{display:-webkit-flex;-webkit-flex-wrap:wrap;display:flex;flex-wrap:wrap}#dashboard-inner .flex-row{width:100%;margin-right:0}}