@font-face {
    font-family: 'Concloo Dingbats';
    font-style: normal;
    font-weight: 400;
    src: local('Concloo Dingbats'), local('ConclooDingbats'), url(/files/Concloo-Dingbats.otf) format('woff');
}
body {
    padding: 0;
    margin: 0;
    background-color: #E6E6E6; 
    background-image: url(/cmsfix/cncltile.png);
}
.content {
    -webkit-transition: -webkit-transform all .2s ease-in-out;
    -o-transition: -o-transform all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-left: 30px;
}
.content.active {
    margin-left: 260px;
}
select {-webkit-appearance: menulist-text;-moz-appearance: menulist-text;appearance: menulist-text;padding: 3px 4px;}
a.budownload {display:inline-block; width:18px; height:18px; background: url(/cmsfix/download.svg) no-repeat; }
a.buupload {display:inline-block; width:18px; height:18px; background: url(/cmsfix/upload.svg) no-repeat; }
#abarea {display:none;}
#abarea.on {display:block;}
#carea {background-color: rgba(0,0,0,.8); height: 100%; width:100%;}
#carea h1 {color:#fff;}
#mbox {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
border-radius: 8px;
box-sizing: border-box;
padding: 15px;
background-color: #000;
color: #fff;
font: normal 16px / 150% Arial, Helvetica, Geneva, sans-serif;
-webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto;}
#mbox h3 {color:#fff; margin-top:0;}
#mbox.warn {border: #f5a623 1px solid; box-shadow: 0px 0px 30px rgba(245, 166, 35, 0.4);max-height: 80%;overflow: scroll;}
#mbox table thead td {font-weight: bold;}
#mbox.ok {border: #39cc64 1px solid;
    box-shadow: 0px 0px 30px rgba(57, 204, 100, 0.4);
}
#mbox.error {border: #b60e12 1px solid;
    box-shadow: 0px 0px 30px rgba(182, 14, 18, 0.4);
}
#mbox .button {
    margin: 16px 0 0 0;
    font: normal bold 12px / 100% Arial, Helvetica, Geneva, sans-serif;
    color: #fff;
    background-color: #006fff;
    padding: 8px 16px 8px 16px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    align-items: flex-start;
    box-sizing: border-box;
    float:right;
}
#mbox .button.cancel {background-color:#888;}
#mbox .button:hover {
    background-color:#004ccc;
}
#mbox .button.cancel:hover {background-color:#444;}
.blur3 {-webkit-filter:blur(3px); -ms-filter:blur(3px); filter:blur(3px); -o-filter:blur(3px); -moz-filter:blur(3px);}
#newmenu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 204px;
    padding-left: 24px;
    background: rgba(11, 1, 11, 0.9);
    -webkit-transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
    color: #fff;
    z-index: 1000;
}
#newmenu.hide {
    -webkit-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
#newmenu-tab {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 90px;
    right: 0;
    top: 0px;
    background-position: 0px 0px;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    background: url(/cmsfix/menu-tab.png);
}
#newmenu-tab:hover {
    background-position: -60px 0px;
}
.cncltotp img {
    width: calc(100% - 24px);
    margin: 24px 0;
}
#newmenu input.button, #newmenu .mnbtn {
    margin-top: 24px;
    width: calc(100% - 24px);
    font: normal bold 12px / 100% Arial, Helvetica, Geneva, sans-serif;
    color: #fff;
    background-color: #006fff;
    padding: 8px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    align-items: flex-start;
    box-sizing: border-box;
}
#newmenu input.button:hover, #newmenu .mnbtn:hover {
    background-color:#004ccc;
}
#newmenu .pwdvrg {
    font: normal  11px / 100% Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    margin-top:6px;
    color:#f5a623;
    cursor:pointer;
   
}
#nava19 {
    margin: 24px 0;
    width: calc(100% - 24px);
    overflow: scroll;
    height: auto !important;
    max-height: calc(100% - 300px);
}
#nava19 a {
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    padding: 7px;
    margin: 2px 0;
    font: bold 15px / 120% Arial, Helvetica, Geneva, sans-serif;
    transition: background-color 0.2s
}
#nava19 a:hover, #nava19 a.on:hover {
    background-color: #006fff;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#nava19 a.on {
    background-color: #004ccc;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.username, .plslgn {
    display: block;
    width: calc(100% - 24px);
    margin-top: 24px;
    font: normal 12px / 100% Arial, Helvetica, Geneva, sans-serif;
    border: 1px solid rgba(57, 204, 100, 0.5);
    padding: 0.3em 0.6em 0.35em;
    color: #39cc64;
    border-radius: .2142857143rem;
    box-sizing: border-box;
    text-transform: lowercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.plslgn {
    border-color: rgba(245, 166, 35, 0.5);
    color: #f5a623
}
.newmenu-logo {
    width: calc(100% - 26px);
    height: 90px;
    margin-top: 26px;
    background: url(/cmsfix/cncllogo.svg) no-repeat;
    background-size: 100% auto;
}
#newmenu .bottom {
    position: absolute;
    bottom: 0;
    padding: 24px 48px 15px 24px;
    box-sizing: border-box;
    width: 100%;
    text-align: right;
}
#newmenu .bottom img {
    height: 25px;
}
.DThead {
    width: 100%;
    display: flex;
    background-color: #666;
    overflow: hidden;
    font: bold 13px / 120% Arial, Helvetica, Geneva, sans-serif;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
}
.DThead div {
    height: 23px;
    float: left;
    color: #fff;
    padding: 4px;
    font-weight: bold;
    border-right: 1px solid #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.DThead div:last-child {
    border: none;
}
.DTline {
    display: flex;
    width: 100%;
}
.DTtemp {
    display: none;
}
.DTline div {
    height: 23px;
    float: left;
    color: #000;
    padding: 4px;
    font: normal 13px / 120% Arial, Helvetica, Geneva, sans-serif;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.DTline:last-child div {
    border-bottom: none;
}
.DTline div:last-child {
    border-right: none;
}
.DTHC div {
    border: none;
    font: bold 14px / 120% Arial, Helvetica, Geneva, sans-serif;
    padding: 0;
    text-align: center;
    width: 33%;
}
.DTfoot {
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    background-color: #666;
    color: #fff;
    padding: 4px 4px 4px 5px;
    box-sizing: border-box;
    font: bold 14px / 120% Arial, Helvetica, Geneva, sans-serif;
}
.DTfoot a {
    text-decoration: none;
    color: #fff;
}
.DTsub, .DTadd, .DTup, .DTdown {
    cursor: pointer;
}
.CNCL_Tablehead div:last-child {
    border: none;
}
.DTHC {
    padding: 0 5px 0 5px;
}
.fsntry {
    width: 10%;
    min-width: 220px;
    float: left;
}
.fsntry div {
    font:normal 13px/120% Arial, Helvetica, Geneva, sans-serif;
    display: inline-block;
    margin-left: 8px;
    max-width: 190px;
}
.fsntry input {
    vertical-align: top;
}
h1 {
    color: #000;
    font: normal bold 24px / 120% Arial, Helvetica, Geneva, sans-serif;margin-top: 0;
}
h3 {
    color: #000;
    font: normal bold 20px / 120% Arial, Helvetica, Geneva, sans-serif;
}
h4 {
    color: #000;
    font: normal bold 16px / 120% Arial, Helvetica, Geneva, sans-serif;
}
.tophead {
    width: 710px;
    height: 160px;
    font: normal normal 31px / 120% Arial, Helvetica, Geneva, sans-serif;
    margin: 180px 0 0 60px;
}
.byebye {
    width: 710px;
    margin-left: 60px;
    font: normal bold 18px / 140% Arial, Helvetica, Geneva, sans-serif;
}
/* Deadline Message */
.dlm {
    width: 700px;
    overflow: hidden;
    font: normal bold 16px / 120% Arial, Helvetica, Geneva, sans-serif;
    margin-bottom: 3px;
}
/* Support Message */
.sm {
    width: 700px;
    overflow: hidden;
    font: normal normal 12px / 120% Arial, Helvetica, Geneva, sans-serif;
    margin-bottom: 10px;
}
.sm a {
    color: #000;
    text-decoration: none;
}
.sm a:hover {
    text-decoration: underline;
}
/* Form Headline */
.hl {
    width: 700px;
    font: normal bold 16px / 120% Arial, Helvetica, Geneva, sans-serif;
    margin-bottom: 10px;
    margin-top: 15px;
    overflow: hidden;
}
.num {
    text-align: right;
    float: left;
    margin-right: 5px;
    overflow: hidden;
}
.ht {
    width: 663px;
    overflow: hidden;
}
/* Form Line */
.fl {
    width: 700px;
    font: normal normal 13px / 120% Arial, Helvetica, Geneva, sans-serif;
    margin-bottom: 3px;
    overflow: hidden;
}
.flt {
    width: 130px;
    float: left;
    overflow: hidden;
}
.flf {
    width: 570px;
    overflow: hidden;
}
.mh {
    font: normal bold 10px / 120% Arial, Helvetica, Geneva, sans-serif;
    margin-left: 3px;
    margin-top: 2px;
}
/* Error */
.err {
    width: 700px;
    font: normal bold 1.5em / 120% Arial, Helvetica, Geneva, sans-serif;
    color: #f00;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
}
div#command {
    padding-top: 8px;
    padding-bottom: 0;
    border-top: 1px solid #ddd;
    margin-top: 16px;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    font-family: Arial;
}
div#command ul, div#command li {
    display: inline;
}
div#command ul li {
    margin-bottom: 20px;
}
div#command ul li input {
    padding: 3px 4px;
    margin-right: 15px;
    text-decoration: none;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font: normal normal 12px / 100% Arial, Helvetica, Geneva, sans-serif;
    display: inline-block;
}
div#command ul li a , div.gbutton {  background-color: #00cc4c;
    padding: 6px 16px;
    margin-right: 15px;
    text-decoration: none;
    border: 0px solid #00cc4c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor:pointer;
    font: normal bold 12px / 100% Arial, Helvetica, Geneva, sans-serif;
    display: inline-block;}
div.gbutton:hover { background-color: #00aa3a; }
div#command ul li.red a { background-color: #cc0000;
    padding: 6px 16px;
    margin-right: 15px;
    text-decoration: none;
    border: 0px solid #cc0000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font: normal bold 12px / 100% Arial, Helvetica, Geneva, sans-serif;
    display: inline-block;}
.bubutton, input:matches([type="button"], [type="submit"], [type="reset"]), div#command ul li input[type=submit] {
    background-color: #00cc4c;
    padding: 6px 16px;
    margin-right: 15px;
    text-decoration: none;
    border: 0px solid #00cc4c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font: normal bold 12px / 100% Arial, Helvetica, Geneva, sans-serif;
    display: inline-block;
}
div#command ul li a.cancel {background-color:#888;}
div#command ul li:hover a.cancel {background-color:#444; }
.bubutton.hover, input:matches([type="button"], [type="submit"], [type="reset"]):hover,div#command ul li:hover a, div#command ul li:hover input[type=submit] { background-color: #00aa3a; }
div#command ul li.red:hover a, div#command ul li.red:hover input[type=submit] { background-color: #aa0000; }
div#command ul li.last {
    margin-right: 0px;
}
div#command ul {
    margin-left: 0;
    padding-left: 0;
}
#PicEingabe, #PicEingabe2 {
    font: normal normal 14px / 120% Arial, Helvetica, Geneva, sans-serif;
}
.CNCL_TablePager {
    width: calc(100% - 20px);
    font: normal 14px / 120% Arial, Helvetica, Geneva, sans-serif;
    display: flex;
    padding: 2px 0;
}
.CNCL_TablePager div {
    flex: calc(100 / 3);
    text-align: center;
}
.CNCL_TablePager div:first-child {
    text-align: left;
}
.CNCL_TablePager div:last-child {
    text-align: right;
}
.CNCL_TablePager div span {
    cursor: pointer;
    padding: 4px 5px;
}
.CNCL_TablePager div span:hover {
    background-color: #666;
    color: #fff;
}
.CNCL_Tablehead {
    margin-top: 20px;
    width: calc(100% - 20px);
    background-color: #666;
    overflow: hidden;
    font: bold 14px / 120% Arial, Helvetica, Geneva, sans-serif;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
}
.CNCL_Tablehead div {
    height: 23px;
    float: left;
    color: #fff;
    padding: 4px;
    font-weight: bold;
    border-right: 1px solid #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.CNCL_Tablehead div:last-child {
    border: none;
}
.CNCL_Tablehead div:hover {
    color: #000;
    background-color: #ccc;
}
.CNCL_Tableline {
    width: calc(100% - 20px);
    background-color: #f8f8f8;
    color: #000;
    overflow: hidden;
    border-bottom: 1px solid black;
    text-decoration: none;
    font: normal 14px / 120% Arial, Helvetica, Geneva, sans-serif;
    display: flex;
}
.CNCL_Tableline:hover {
    background-color: #ccc;
}
.CNCL_Tableline:last-child {
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    background-color: #666;
    color: #fff;
    text-align: right;
    padding: 4px;
    box-sizing: border-box;
    font: bold 14px / 120% Arial, Helvetica, Geneva, sans-serif;
}
.CNCL_Tableline:last-child span {
    padding: 0 4px;
    cursor: pointer;
    margin: 0 2px;
}
.CNCL_Tableline:last-child span:hover {
    background-color: #ccc;
    color: #000;
}
.CNCL_Tableline:last-child span.active {
    background-color: #fff;
    color: #000;
}
.CNCL_Tableline div {
    height: 26px;
    float: left;
    padding: 4px;
    border-right: 1px solid #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.CNCL_Tableline div:last-child {
    border: none;
}
.CNCL_Tableline div span {
    float: right;
}
.Eventhead {
    width: 1450px;
    background-color: #666;
    overflow: hidden;
    font: normal normal 14px / 120% Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.CNCLdel {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    float: right;
    background: url(/adpref/delete_button.png) no-repeat -20px 0;
    display: inline-block;
}
.CNCLdel:hover {
    background-position: -0px 0px;
}
a.CNCLdel {
    width: 20px;
    background-position: -20px 0px;
}
a.CNCLdel:hover {
    background-position: -0px 0px;
}
.CNCLLock {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    float: right;
    background: url(/adpref/Lock.png) no-repeat -20px 0;
    display: inline-block;
}
a.CNCLLock {
    width: 20px;
    background-position: -0px 0px;
}
a.CNCLLock:hover {
    background-position: -20px 0px;
}
.CNCLFree {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    float: right;
    background: url(/adpref/fwfree.png) no-repeat -20px 0;
    display: inline-block;
}
a.CNCLFree {
    width: 20px;
    background-position: -0px 0px;
}
a.CNCLFree:hover {
    background-position: -20px 0px;
}
.CNCLDec {
    margin-left: 5px;
    width: 10px;
    height: 20px;
    float: right;
    background: url(/adpref/incdec.gif) no-repeat -20px 0;
    display: inline-block;
}
a.CNCLDec {
    width: 10px;
    background-position: -0px 0px;
}
a.CNCLDec:hover {
    background-position: -10px 0px;
}
.CNCLInc {
    margin-left: 5px;
    width: 10px;
    height: 20px;
    float: right;
    background: url(/adpref/incdec.gif) no-repeat -10px 0;
    display: inline-block;
}
a.CNCLInc {
    width: 10px;
    background-position: -20px 0px;
}
a.CNCLInc:hover {
    background-position: -30px 0px;
}
.CNCLdup {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    float: right;
    background: url(/adpref/duplicate_button.png) no-repeat;
    display: inline-block;
}
a.CNCLdup {
    width: 20px;
    background-position: 0px 0px;
}
a.CNCLdup:hover {
    background-position: -20px 0px;
}
.CNCLpre {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    float: right;
    background: url(/adpref/Preview.png) no-repeat;
    display: inline-block;
}
a.CNCLpre {
    width: 20px;
    background-position: 0px 0px;
}
a.CNCLpre:hover {
    background-position: -20px 0px;
}
.cnclsw {width: 34px; height:20px; border-radius: 10px; background-color:#fff; box-shadow: inset 1px 1px 3px #ccc; padding:1px; box-sizing: border-box; transition: all 0.25s ease-out; cursor:pointer; }
.cnclsw .slider {width:16px; height:16px; border-radius:8px; background-color:#fff; box-shadow: 1px 1px 2px #bbb; margin:1px 0 0 1px; transition: all 0.25s ease-out;}
.cnclsw.on {background-color: #00cc4c; }
.cnclsw.on .slider {margin:1px 0 0 15px;}
.button {
    border: none;
    color: #FFF;
    background-color: #888;
    font-weight: bold;
    font-family: Arial;
}
.picbutton {
    background-color: #888;
    color: #FFF;
    padding: 4px 12px;
    margin-right: 15px;
    margin-left: 0px;
    text-decoration: none;
    border: 2px solid #000;
    font-size: 12px;
    line-height: 12px;
    font-family: Arial;
    display: inline-block;
}
.picsbutton {
    background-color: #888;
    color: #FFF;
    padding: 4px 12px;
    margin-right: 15px;
    margin-left: 0px;
    text-decoration: none;
    border: 2px solid #000;
    font-size: 12px;
    line-height: 12px;
    font-family: Arial;
    display: inline-block;
}
.button:hover {
    background-color: #fff;
    color: #888;
    text-decoration: none;
    font-weight: bold;
}
.picbutton:hover {
    background-color: #fff;
    color: #888;
    text-decoration: none;
    font-weight: bold;
}
.picsbutton:hover {
    background-color: #fff;
    color: #888;
    text-decoration: none;
    font-weight: bold;
}
.ftext {
    width: 820px;
}
/* Shop */
.preview {
    background: url(/files/_pre.jpg) no-repeat left bottom;
    width: 160px;
    height: 160px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}
.close {
    background-image: url(/adpref/close.png);
    width: 30px;
    height: 30px;
    float: right;
    overflow: hidden;
}
.navi {
    width: 145px;
    height: 15px;
    margin-top: 105px;
    float: left;
    overflow: hidden;
}
.toleft {
    width: 72px;
    height: 15px;
    background: url(/adpref/PicNavi.png) no-repeat left top;
    float: left;
    overflow: hidden;
}
.toleft:hover {
    background-position: left bottom;
}
.toright {
    width: 73px;
    height: 15px;
    background: url(/adpref/PicNavi.png) no-repeat right top;
    float: right;
    overflow: hidden;
}
.toright:hover {
    background-position: right bottom;
}
div.button {
    background-color: #888;
    color: #FFF;
    padding: 4px 12px;
    margin-right: 15px;
    margin-left: 0px;
    text-decoration: none;
    border: 2px solid #000;
    font-size: 12px;
    line-height: 12px;
    font-family: Arial;
    display: inline-block;
}
div.picsbutton, div.picbutton, div.filebutton {
    background-color: #888;
    color: #FFF;
    padding: 4px 12px;
    margin-right: 15px;
    margin-left: 0px;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 12px;
    font-family: Arial;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}
div.attachbutton {background-color: #00cc4c;
padding: 6px 16px;
margin-right: 15px;
text-decoration: none;
border: 0px solid #00cc4c;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #fff;
cursor: pointer;
font: normal bold 12px / 100% Arial, Helvetica, Geneva, sans-serif;
display: inline-block;}
div.button.hover {
    background-color: #fff;
    color: #888;
}
div.picbutton:hover {
    background-color: #fff;
    color: #888;
}
div.picsbutton:hover {
    background-color: #fff;
    color: #888;
}
/* System Message Container */
#system-message-container {
    text-align: left;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
}
#system-messageHD {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0px 0px 15px #000;
    width: calc(100% - 140px);
    height: calc(100% - 140px);
    overflow: scroll;
    margin: 20px;
    position: fixed;
    padding: 50px;
    background-color: rgba(238, 238, 238, .9);
}
#system-messageHD h1 {
    color: #000;
    font: normal bold 24px / 120% Arial, Helvetica, Geneva, sans-serif;
}
/* Top Level Container */
#top-level-container {
    text-align: left;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background-image: url(/files/fix/white_bg.png);
}
#top-levelHD {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0px 0px 15px #000;
    width: auto;
    height: 80%;
    overflow: scroll;
    margin: 40px;
    position: fixed;
    padding: 50px;
    background-color: #eee;
}
#top-levelHD h1 {
    color: #000;
    font: normal bold 24px / 120% Arial, Helvetica, Geneva, sans-serif;
}
#LogListe {
    width: 770px;
    height: 175px;
    overflow: scroll;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
textarea, input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    padding: 4px;
}
#mail {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* Hover IDs */
#hover {
    visibility: hidden;
    position: fixed;
    top: 330px;
    left: 94px;
    background-color: #ffA;
    padding: 5px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: normal 12px / 120% Arial, Helvetica, Geneva, sans-serif;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px 0px;
}
/* Concloo New Formular */
fieldset legend, label {
    font: normal bold 14px / 120% Arial, Helvetica, Geneva, sans-serif;
    padding: 0px 0 4px;
    overflow: hidden;
    vertical-align: middle;
}
span.lhelp {font: bold 10px / 140% Arial, Helvetica, Geneva, sans-serif; color:#fff;
    border-radius: 50%; 
    background-color:#888; 
    padding: 0px 2px 2px 1px; 
    width: 11px; 
    height: 11px; 
    overflow:hidden; 
    display:inline-block; 
    text-align: center; 
    vertical-align: super;}
span.lhelp:hover {background-color: #006fff;}
.ivthead {
    background-color: #444;
    overflow: hidden;
    color: #fff;
    border-top: 1px solid #888;
}
.ivthead:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    behavior: url(/files/fix/PIE.htc);
    border-top-style: none;
}
.ivthcell {
    height: 15px;
    float: left;
    color: #fff;
    border-right: 1px solid #888;
    padding: 2px 4px 5px 6px;
    font: 13px 'Lato', sans-serif;
}
.ivthcell:last-child {
    border-right: 0 solid #fff;
    float: clear;
}
.ivtline {
    background-color: rgba(100, 100, 100, 0.25);
    border-bottom: 1px solid #888;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    -ms-align-items: stretch;
}
.ivtline:last-child {
    border-bottom-style: none;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    behavior: url(/files/fix/PIE.htc);
}
.ivtlinesum {
    background-color: #444;
    border-bottom: 1px solid #888;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    -ms-align-items: stretch;
}
.ivtlinesum:last-child {
    border-bottom-style: none;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    behavior: url(/files/fix/PIE.htc);
}
.ivtlcell {
    min-height: 15px;
    border-right: 1px solid #888;
    padding: 2px 6px 5px;
    font: 13px 'Lato', sans-serif;
    color: #000;
}
.ivtlcell:last-child {
    border-right: 0 solid #fff;
    float: clear;
}
/* HTML-Debug Table */
.hdbghead {
    text-align: left;
    padding: 8px;
    background-color: #004;
    color: #fff;
    width: calc(100% - 20px);
    margin: 15px 0 15px 0;
    font: normal bold 20px / 120% Arial, Helvetica, Geneva, sans-serif;
    box-sizing: border-box;
    border-radius: 6px;
}
.hdbgtable {
    width: calc(100% - 20px);
    box-sizing: border-box;
    margin-top: 15px;
}
.hdbgtable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}
.hdbgtable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}
.hdbgtable thead th:first-child {border-top-left-radius: 6px;}
.hdbgtable thead th {
    text-align: left;
    padding: 5px;
    background-color: #004;
    color: #fff;
    font: normal bold 14px / 120% Arial, Helvetica, Geneva, sans-serif;
    box-sizing: border-box;
    border-right: 2px grey solid;
}
.hdbgtable thead th:last-child {
    border-right: none;
    border-top-right-radius: 6px;
}
.hdbgtable td.hdbgsep {
    background-color: #44f;
    color: #fff;
    padding: 5px;
}
.hdbgtable td {
    padding: 5px;
    background-color: #fff;
    word-break: break-all;
    font: normal 14px / 120% Arial, Helvetica, Geneva, sans-serif;
    border-right: 2px grey solid;
}
.hdbgtable td:last-child {
    border-right: none
}
.hdbgtable tr td {
    border-bottom: 2px gray solid;
}
.hdbgtable tr:last-child td {
    border-bottom: none;
}
@media all and (max-width:730px) {
.content.active { margin-left: 30px; }
.newmenu-logo { display:none; }
#nava19 { max-height: calc(100% - 200px);}
}
.WBPGline {
    width: 1450px;
    background-color: #f8f8f8;
    color: #000;
    overflow: hidden;
    border-bottom: 1px solid black;
    text-decoration: none;
    font: normal normal 14px / 120% Arial, Helvetica, Geneva, sans-serif;
}
.WBPGline:last-child {
    border-bottom: 0px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.WBPGneutral {
    width: 1450px;
    color: #000;
    overflow: hidden;
    text-decoration: none;
    font: normal normal 14px / 120% Arial, Helvetica, Geneva, sans-serif;
}
.WBPGline:hover {
    background-color: #ccc;
    color: #000;
}
.WBPGline a {
    width: 1450px;
    background-color: #f8f8f8;
    color: #000;
    overflow: hidden;
    text-decoration: none;
}
.WBPGline a:hover {
    background-color: #ccc;
    color: #000;
}
.WBPGlang {
    width: 1450px;
    background-color: #d9d9d9;
    color: #000;
    overflow: hidden;
    border-bottom: 1px solid black;
    font: normal bold 16px / 120% Arial, Helvetica, Geneva, sans-serif;
    padding: 4px 0;
}
.WBPGldate {
    width: 140px;
    height: 15px;
    float: left;
    padding: 4px;
    border-right: 1px solid #000;
}
.WBPGltitle {
    width: 640px;
    height: 15px;
    float: left;
    padding: 4px;
    border-right: 1px solid #000;
    text-decoration: none;
}
.WBPGllink {
    width: 520px;
    height: 15px;
    float: left;
    padding: 4px;
    font-weight: normal;
}
/*.WBPGcomment {width:1150px; height:15px; float:left; padding:4px; font-weight:normal;}
.WBPGcomment span {width: 220px; display: inline-block;}
.WBPGlsort {width:80px; height: 15px; float:left; padding:4px; border-right: 1px solid #000; text-decoration:none;}
.WBPGdate {width:140px; height: 15px; float:left; color:#fff; padding:4px; border-right: 1px solid #fff; font-weight: bold;}
.WBPGsort {width:80px; height: 15px; float:left; color:#fff; padding:4px; border-right: 1px solid #fff; font-weight: bold;}
.WBPGgname {width:640px; height: 15px; float:left; color:#fff; padding:4px; border-right: 1px solid #fff; font-weight: bold;}
.WBPGdlink {width:640px; height: 15px; float:left; color:#fff; padding:4px; font-weight: bold;}*/
.WBPG, .EHF {
    height: 15px;
    float: left;
    color: #fff;
    padding: 4px;
    font-weight: bold;
}
.WBPGR, .EHFR {
    height: 15px;
    float: left;
    color: #fff;
    padding: 4px;
    font-weight: bold;
    border-right: 1px solid #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.EHF:hover, .EHFR:hover {
    color: #000;
    background-color: #ccc;
}
.WBPGF {
    width: 140px;
    height: 18px;
    float: left;
    padding: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.WBPGFR {
    width: 140px;
    height: 18px;
    float: left;
    padding: 4px;
    border-right: 1px solid #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.WBPGline:hover > a.CNCLdel {
    background-color: #ccc;
}
.WBPGline:hover > a.CNCLinv {
    background-color: #ccc;
}
.WBPGline:hover > a.CNCLfak {
    background-color: #ccc;
}
.WBPGline:hover > a.CNCLdup {
    background-color: #ccc;
}
.WBPGline:hover > a.CNCLpre {
    background-color: #ccc;
}
.WBPGline:hover > a.CNCLLock {
    background-color: #ccc;
}
.WBPGline:hover > a.CNCLFree {
    background-color: #ccc;
}
.WBPGline:hover > .WBPGFR a {
    background-color: #ccc;
}
/* Tabnav */
#tabnav {
    background: url(/adpref/tabnavbg.gif);
    background-repeat: repeat-x;
    height: 21px;
    width: 100%;
    font: normal 11px / 16px Verdana, Arial;
    overflow: hidden;
    margin-top: 10px;
}
#tabnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#tabnav li {
    display: inline;
    margin: 0;
    padding: 0;
}
#tabnav a {
    float: left;
    background: url(/adpref/tabnavleft.gif) no-repeat left -21px;
    margin: 0;
    padding: 0 0 0 7px;
    text-decoration: none;
}
#tabnav a span {
    float: left;
    display: block;
    background: url(/adpref/tabnav.gif) no-repeat right -21px;
    padding: 2px 15px 3px 7px;
    color: #000;
}
#tabnav a:hover {
    background-position: 0% -42px;
}
#tabnav a.on {
    background-position: 0% 0px;
    font-weight: bold;
}
#tabnav a:hover span {
    color: #844;
    background-position: 100% -42px;
}
#tabnav a.on span {
    color: #000;
    background-position: 100% 0px;
}
@media print {
.content.active {
    margin-left:: 0px;
}
#newmenu { display:none; }
