@font-face{font-family:awesome-solid;src:url(/fonts/awesome-solid.ttf)}html body{margin:0;padding:0;background-image:url(/images/templates/admin/bg2.jpg);background-attachment:fixed;background-size:cover;color:#fff;font-family:Tahoma,Geneva,Verdana,sans-serif;font-size:14px}html body *{box-sizing:border-box;outline:none}html body .error{color:red}html body .warning{color:#ff0}html body .done{color:#0f0}html body .hidden{display:none!important}html body a,html body a:visited{color:#fff}html body input[type=email],html body input[type=number],html body input[type=password],html body input[type=tel],html body input[type=text]{background:none;border:1px solid hsla(0,0%,100%,.6);height:30px;color:hsla(0,0%,100%,.8);padding:0 5px;transition:border-color .3s ease 0s}html body input[type=email]:focus,html body input[type=number]:focus,html body input[type=password]:focus,html body input[type=tel]:focus,html body input[type=text]:focus{border-color:#fff}html body input[type=email]:-moz-read-only,html body input[type=number]:-moz-read-only,html body input[type=password]:-moz-read-only,html body input[type=tel]:-moz-read-only,html body input[type=text]:-moz-read-only{border-color:hsla(0,0%,100%,.1)}html body input[type=email]:disabled,html body input[type=email]:read-only,html body input[type=number]:disabled,html body input[type=number]:read-only,html body input[type=password]:disabled,html body input[type=password]:read-only,html body input[type=tel]:disabled,html body input[type=tel]:read-only,html body input[type=text]:disabled,html body input[type=text]:read-only{border-color:hsla(0,0%,100%,.1)}html body input[type=email].error,html body input[type=number].error,html body input[type=password].error,html body input[type=tel].error,html body input[type=text].error{border:1px solid red}html body input[type=email].margined,html body input[type=number].margined,html body input[type=password].margined,html body input[type=tel].margined,html body input[type=text].margined{margin-bottom:3px}html body select{background:none;border:1px solid hsla(0,0%,100%,.6);height:30px;color:hsla(0,0%,100%,.8);padding:0 5px;transition:border-color .3s ease 0s}html body select:focus{border-color:#fff}html body select:disabled{border-color:hsla(0,0%,100%,.1)}html body select option{color:#000}html body select[multiple]{height:200px;background:#fff;min-width:150px}html body select[multiple].short{height:100px}html body textarea{background:none;border:1px solid hsla(0,0%,100%,.6);height:100px;color:hsla(0,0%,100%,.8);padding:5px;transition:border-color .3s ease 0s}html body textarea:focus{border-color:#fff}html body textarea:disabled{border-color:hsla(0,0%,100%,.1)}html body textarea[role=textbox]{color:#000}html body button{border:none;background-color:hsla(0,0%,100%,.8);padding:0 30px;height:30px;cursor:pointer;transition:all .3s ease 0s}html body button:hover{background-color:hsla(0,0%,100%,.6);color:#fff}html body button:disabled{cursor:inherit;opacity:.3}html body .inputwithsearch,html body .inputwithsearch .iws-search{position:relative}html body .inputwithsearch .iws-search .iws-result{position:absolute;left:0;right:0;background-color:#fff;color:#000;display:none;z-index:2}html body .inputwithsearch .iws-search .iws-result.active{display:block}html body .inputwithsearch .iws-search .iws-result ul{list-style:none;margin:0;padding:0}html body .inputwithsearch .iws-search .iws-result ul li{padding:5px;transition:.3s;cursor:pointer}html body .inputwithsearch .iws-search .iws-result ul li:hover{background-color:#666;color:#fff}html body .inputwithsearch .iws-null{position:absolute;left:calc(100% + 10px);top:0}html body .inputwithsearch .iws-null span{font-size:14px;cursor:pointer}html body .inputwithsearch .iws-null span:before{font-family:awesome-solid;content:"\F05E"}html body ::-webkit-input-placeholder{color:#aaa}html body ::-moz-placeholder{color:#aaa}html body :-ms-input-placeholder{color:#aaa}html body ::-ms-input-placeholder{color:#aaa}html body ::placeholder{color:#aaa}html body hr{margin:10px 0;height:1px;border:none;background-color:hsla(0,0%,100%,.6)}@media (min-width:0){html body main{padding:112px 15px 15px}}@media (min-width:1000px){html body main{padding:112px 30px 30px 280px}}html body main .content{max-width:1300px;margin:0 auto}html body main .content .content-head{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}html body main .content .content-head h1{margin:0 0 10px;text-transform:uppercase;font-weight:400}@media (min-width:0){html body main .content .content-head h1{padding:0;font-size:14px}}@media (min-width:1000px){html body main .content .content-head h1{padding:0 0 0 30px;font-size:16px}}html body main .content .content-head .content-dash{display:flex;justify-content:flex-end;margin:0 0 10px}@media (min-width:0){html body main .content .content-head .content-dash{padding:0}}@media (min-width:1000px){html body main .content .content-head .content-dash{padding:0 30px 0 0}}html body main .content .content-head .content-dash a{text-decoration:none}html body main .content .content-head .content-dash .cd-btn{margin-left:5px;cursor:pointer;transition:all .3s ease 0s;text-align:center}@media (min-width:0){html body main .content .content-head .content-dash .cd-btn{height:30px;width:30px;line-height:30px}}@media (min-width:1000px){html body main .content .content-head .content-dash .cd-btn{height:40px;width:40px;line-height:40px}}html body main .content .content-head .content-dash .cd-btn:hover{background-color:hsla(0,0%,100%,.1)}html body main .content .content-head .content-dash .cd-btn.disabled{cursor:inherit;color:hsla(0,0%,100%,.2);pointer-events:none}html body main .content .content-head .content-dash .cd-btn.disabled:hover{background-color:inherit}@media (min-width:0){html body main .content .content-head .content-dash .cd-btn span{font-size:20px}}@media (min-width:1000px){html body main .content .content-head .content-dash .cd-btn span{font-size:24px}}html body main .content .content-head .content-dash .cd-btn span:before{font-family:awesome-solid}html body main .content .content-head .content-dash .cd-btn.create span:before{content:"\F067"}html body main .content .content-head .content-dash .cd-btn.delete span:before{content:"\F05E"}html body main .content .content-head .content-dash .cd-btn.save span:before{content:"\F7C2"}html body main .content .content-head .content-dash .cd-btn.back span:before{content:"\F060"}html body main .content .content-head .content-dash .cd-btn.exectarget span:before{content:"\F05B"}html body main .content .content-head .content-dash .cd-btn.upload span:before{content:"\F574"}html body main .content .content-head .content-dash .cd-btn.sitemap span:before{content:"\F0E8"}html body main .content .data{background-color:rgba(0,0,0,.3);font-size:13px;overflow-x:auto;position:relative}@media (min-width:0){html body main .content .data{padding:15px}}@media (min-width:1000px){html body main .content .data{padding:30px}}html body main .content .data .data-langs{margin:0 0 15px;display:flex;flex-wrap:wrap}html body main .content .data .data-langs.padded{padding-top:30px}html body main .content .data .data-langs .data-langs-title{margin:0 10px 5px 0}html body main .content .data .data-langs .data-langs-btns label{margin-right:10px}html body main .content .data .data-errors{margin:0 0 20px 20px}html body main .content .data .data-errors ul{margin:0;padding:0}html body main .content .data .data-errors ul li{color:red}html body main .content .data .data-tablewrap{min-height:600px;margin:0 0 40px}html body main .content .data .data-tablewrap.compact{min-height:auto}html body main .content .data .data-tablewrap.padded{padding-top:30px}html body main .content .data .data-tablewrap .data-head{margin-bottom:10px;display:flex;align-items:center;width:100%}@media (min-width:0){html body main .content .data .data-tablewrap .data-head{justify-content:flex-start}}@media (min-width:1000px){html body main .content .data .data-tablewrap .data-head{justify-content:flex-end}}html body main .content .data .data-tablewrap .data-head .datahead-dash{display:flex;justify-content:flex-end}html body main .content .data .data-tablewrap .data-head .datahead-dash a{text-decoration:none}html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn{margin-left:5px;cursor:pointer;transition:all .3s ease 0s;text-align:center}@media (min-width:0){html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn{height:30px;width:30px;line-height:30px}}@media (min-width:1000px){html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn{height:40px;width:40px;line-height:40px}}html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn:hover{background-color:hsla(0,0%,100%,.1)}html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.disabled{cursor:inherit;color:hsla(0,0%,100%,.2);pointer-events:none}html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.disabled:hover{background-color:inherit}@media (min-width:0){html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn span{font-size:20px}}@media (min-width:1000px){html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn span{font-size:24px}}html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn span:before{font-family:awesome-solid}html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.create span:before{content:"\F067"}html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.delete span:before{content:"\F05E"}html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.save span:before{content:"\F7C2"}html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.back span:before{content:"\F060"}html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.upload span:before{content:"\F574"}html body main .content .data .data-tablewrap table.data-table{width:100%;color:hsla(0,0%,100%,.8);border-collapse:collapse}html body main .content .data .data-tablewrap table.data-table a,html body main .content .data .data-tablewrap table.data-table a:visited{color:hsla(0,0%,100%,.8)}html body main .content .data .data-tablewrap table.data-table tr{border-bottom:1px solid grey}html body main .content .data .data-tablewrap table.data-table tr.no-border,html body main .content .data .data-tablewrap table.data-table tr:last-child{border-bottom:none}html body main .content .data .data-tablewrap table.data-table tr:hover{background-color:hsla(0,0%,100%,.1)}html body main .content .data .data-tablewrap table.data-table tr:hover.no-selection{background-color:inherit}html body main .content .data .data-tablewrap table.data-table tr th{padding:5px 10px;text-align:left;white-space:nowrap}html body main .content .data .data-tablewrap table.data-table tr th a{text-decoration:none}html body main .content .data .data-tablewrap table.data-table tr th:not(:first-child){min-width:100px}html body main .content .data .data-tablewrap table.data-table tr th.wide{min-width:300px}html body main .content .data .data-tablewrap table.data-table tr th label{white-space:nowrap;cursor:pointer;transition:color .3s ease 0s;display:block}html body main .content .data .data-tablewrap table.data-table tr th label:hover{color:#fff}html body main .content .data .data-tablewrap table.data-table tr th label:after{font-family:awesome-solid;display:inline-block;margin-left:5px}html body main .content .data .data-tablewrap table.data-table tr th label.sortable:after{content:"\F0DC"}html body main .content .data .data-tablewrap table.data-table tr th label.sorted-forward:after{content:"\F0DD"}html body main .content .data .data-tablewrap table.data-table tr th label.sorted-backward:after{content:"\F0DE"}html body main .content .data .data-tablewrap table.data-table tr th label.right{text-align:right}html body main .content .data .data-tablewrap table.data-table tr td{padding:5px 10px;white-space:nowrap}html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=email],html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=number],html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=password],html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=tel],html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=text]{width:100%}html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=email].small,html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=number].small,html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=password].small,html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=tel].small,html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=text].small{width:70px}html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap select{width:100%}html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap select.small{width:auto}html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap.right{text-align:right}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions{display:flex}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions a{text-decoration:none}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn{height:40px;width:40px;margin-right:5px;cursor:pointer;transition:all .3s ease 0s;text-align:center;line-height:40px}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn:hover{background-color:hsla(0,0%,100%,.1)}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn.disabled{cursor:inherit;color:hsla(0,0%,100%,.2)}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn.disabled:hover{background-color:inherit}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn span{font-size:20px}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn span:before{font-family:awesome-solid}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn.edit span:before{content:"\F303"}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn.delete span:before{content:"\F05E"}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn.transaction span:before{content:"\F555"}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn.clone span:before{content:"\F0C5"}html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn.download span:before{content:"\F019"}html body main .content .data .data-tablewrap table.data-table tr td .dt-colorexample{width:30px;height:30px;border:1px solid hsla(0,0%,100%,.6);border-radius:15px}html body main .content .data .data-form{grid-template-columns:-webkit-min-content auto;grid-template-columns:min-content auto;color:hsla(0,0%,100%,.8)}@media (min-width:0){html body main .content .data .data-form{display:block}}@media (min-width:1000px){html body main .content .data .data-form{display:grid}}html body main .content .data .data-form.padded{padding-top:30px}html body main .content .data .data-form.subform{max-height:0;overflow:hidden;transition:max-height .3s ease 0s;margin-bottom:20px}html body main .content .data .data-form.subform.active{max-height:1000px;overflow:visible}html body main .content .data .data-form .df-title{white-space:nowrap;display:flex;align-items:center;padding-right:30px}html body main .content .data .data-form .df-title.required:after{display:inline-block;margin-left:5px;color:red;content:"*"}html body main .content .data .data-form .df-inputwrap{margin:5px 0}@media (min-width:0){html body main .content .data .data-form .df-inputwrap input[type=email],html body main .content .data .data-form .df-inputwrap input[type=number],html body main .content .data .data-form .df-inputwrap input[type=password],html body main .content .data .data-form .df-inputwrap input[type=tel],html body main .content .data .data-form .df-inputwrap input[type=text]{width:100%}}@media (min-width:1000px){html body main .content .data .data-form .df-inputwrap input[type=email],html body main .content .data .data-form .df-inputwrap input[type=number],html body main .content .data .data-form .df-inputwrap input[type=password],html body main .content .data .data-form .df-inputwrap input[type=tel],html body main .content .data .data-form .df-inputwrap input[type=text]{width:400px}}html body main .content .data .data-form .df-inputwrap input[type=email].small,html body main .content .data .data-form .df-inputwrap input[type=number].small,html body main .content .data .data-form .df-inputwrap input[type=password].small,html body main .content .data .data-form .df-inputwrap input[type=tel].small,html body main .content .data .data-form .df-inputwrap input[type=text].small{width:70px}@media (min-width:0){html body main .content .data .data-form .df-inputwrap .inputwithsearch{width:100%}}@media (min-width:1000px){html body main .content .data .data-form .df-inputwrap .inputwithsearch{width:400px}}@media (min-width:0){html body main .content .data .data-form .df-inputwrap textarea{width:100%}}@media (min-width:1000px){html body main .content .data .data-form .df-inputwrap textarea{width:400px}}html body main .content .data .data-form .df-inputwrap textarea.big{width:100%;height:300px}html body main .content .data .data-form .df-inputwrap .df-imgwrap{display:flex}html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgwrap2{margin-right:5px}html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgwrap2 img{border:1px solid hsla(0,0%,100%,.6)}@media (min-width:0){html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgwrap2 img{max-width:150px}}@media (min-width:1000px){html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgwrap2 img{max-width:200px}}html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-deletefile,html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-magnify{width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;transition:background-color .3s ease 0s;margin-bottom:5px}html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-deletefile:hover,html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-magnify:hover{background-color:hsla(0,0%,100%,.1)}html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-deletefile span,html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-magnify span{font-size:20px}html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-deletefile span:before,html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-magnify span:before{font-family:awesome-solid}html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-magnify span:before{content:"\F06E"}html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-deletefile span:before{content:"\F05E"}html body main .content .data .data-info{color:hsla(0,0%,100%,.8);margin-bottom:30px}html body main .content .data .data-info.padded{padding-top:30px}html body main .content .data .data-info .di-txt{position:relative;padding-left:40px}html body main .content .data .data-info .di-txt:before{font-family:awesome-solid;content:"\F05A";display:inline-block;margin-right:5px;font-size:24px;position:absolute;left:0;top:0}html body main .content .data .reloading{position:absolute;left:0;top:0;background-color:rgba(0,0,0,.3);width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center}html body main .content .data .reloading span{display:inline-block;-webkit-animation:reloadingspinner 1s infinite;animation:reloadingspinner 1s infinite}html body main .content .data .reloading span:before{font-family:awesome-solid;font-size:40px;color:hsla(0,0%,100%,.8);content:"\F2F1"}@-webkit-keyframes reloadingspinner{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes reloadingspinner{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}html body main .content .data .data-tabs{position:absolute;top:0;display:flex}@media (min-width:0){html body main .content .data .data-tabs{left:15px}}@media (min-width:1000px){html body main .content .data .data-tabs{left:30px}}html body main .content .data .data-tabs .data-tab{background-color:rgba(0,0,0,.3);cursor:pointer;margin-right:3px;padding:5px 10px;font-size:14px;text-transform:uppercase;color:hsla(0,0%,100%,.8);transition:all .3s ease 0s;white-space:nowrap}html body main .content .data .data-tabs .data-tab.active,html body main .content .data .data-tabs .data-tab:hover{background-color:hsla(0,0%,100%,.1);color:#fff;padding:6px 10px 4px}html body main .content .data .data-console.padded{padding-top:30px}html body main .content .data .data-inputoptions{display:flex;align-items:center}html body main .content .data .data-inputoptions .dio-btn{cursor:pointer;margin:0 5px}html body main .content .data .data-inputoptions .dio-btn.dio-editor span:before{font-family:awesome-solid;content:"\F2D0"}