/*
 +--------------------------------------------------------+
 | Copyright 2000-2020 by ImageWare Components GmbH       |
 | Any changes to this file and any usage apart from the  |
 | original license agreement require prior written       |
 | permission by ImageWare Components GmbH, Germany       |
 +--------------------------------------------------------+
*/

@font-face {
    font-family: "SpecialCharacterFont";
    src: local('Tahoma'), local('Arial'), url('fonts/NotoSansDisplay-Regular.woff');
    unicode-range: U+0100-01FF;
}

* {
    font-size: 100%;
    font-family: SpecialCharacterFont, Verdana, Helvetica, Arial, Lucida, sans-serif;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

a:visited, a:link {
    text-decoration: none;
}

p {
    width: 500px;
    line-height: 1.5em;
    white-space: normal;
    margin: 1em;
    padding: .2em;
}

#inform {
    margin: 0;
    padding-left: 0;
    padding-top: .5em;
}

form {
    margin: 0;
}

.alert .ui-dialog-titlebar {
    background: #c0c0c0;
    color: #fcfdfc;
    letter-spacing: 2px;
    text-shadow: 0 0 8px #4D6984;
}

.describe .ui-dialog-titlebar {
    padding: 0;
    margin: 0;
    background: #c0c0c0;
}

.describe .ui-dialog-title-1 .ui-dialog-title {
    height: 1em;
    vertical-align: top;
    padding: 2px;
    color: #fcfdfc;
    letter-spacing: 2px;
    text-shadow: 0 0 8px #4D6984;
}

#disabledButton {
    padding-left: 6px;
    padding-right: 6px;
    background: #fff;
    color: #c0c0c0;
    border: solid 3px #f0f0f0;
    border-radius: .8em;
    box-shadow: 1px 1px 2px rgba(85, 102, 119, .9);
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    -moz-box-shadow: 1px 1px 2px rgba(85, 102, 119, .9);
    -webkit-box-shadow: 1px 1px 2px rgba(85, 102, 119, .9);
}

input[type=text], input[type=password], textarea {
    border: solid 1px #c0c0c0;
    border-radius: .3em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
}

input:focus, textarea:focus {
    color: #000;
    background: #fff;
    border: solid 1px #678;
    box-shadow: 1px 1px 1px 1px #dedede inset;
    -moz-box-shadow: 1px 1px 1px 1px #dedede inset;
    -webkit-box-shadow: 1px 1px 1px 1px #dedede inset;
}

label, select, input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button, input[type=button], input[type=submit] {
    padding-left: 6px;
    padding-right: 6px;
    margin: 2px;
    cursor: pointer;
    background: #ffffff;
    border: solid 3px #4D6984;
    border-radius: .8em;
    box-shadow: 1px 1px 2px rgba(85, 102, 119, .9);
    color: #000;
    font-family: inherit;
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-box-shadow: 1px 1px 2px rgba(85, 102, 119, .9);
    -moz-box-shadow: 1px 1px 2px rgba(85, 102, 119, .9);
}

.modalform_button_positiv {
    font-family: inherit;
    font-size: 70%;
}

.modalform_button_cancel {
    font-family: inherit;
    font-size: 70%;
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
    padding-left: 6px;
    padding-right: 6px;
    background: #9eb2c6;
    color: #fff;
    border: outset 3px #9eb2c6;
    border-radius: .8em;
}

button:active, input[type=button]:active, input[type=submit]:active {
    padding-left: 6px;
    padding-right: 6px;
    background: #4D6984;
    color: #fff;
    border: inset 3px #93b2c6;
    border-radius: .8em;
    box-shadow: 1px 1px 0 0 #fff inset, 1px 1px 2px rgba(85, 102, 119,
    .9);
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    -moz-box-shadow: 1px 1px 0 0 #fff inset, 1px 1px 2px rgba(85, 102,
    119, .9);
    -webkit-box-shadow: 1px 1px 0 0 #fff inset, 1px 1px 2px rgba(85,
    102, 119, .9);
}

#jumper_manual {
    height: 1.4em;
    border: solid 1px #4D6984;
    border-radius: .3em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
}

select {
    padding: 1px;
    border: solid 1px #4D6984;
    border-radius: .3em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    width: 300px;
}

#submitXXX {
    border: solid 1px #4D6984;
    border-radius: .3em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
}

.tab_selected {
    border: inset 1px #4D6984;
    border-radius: .3em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    background: #fff;
}

.tab_default {

}

option {
    background: #fff;
    border-bottom: dotted 1px #4D6984;
    border-radius: .2em;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
}

option:hover {
    background: #e6e6e6;
}

option:checked {
    background: #d0d8ff;
}

body {
    color: #444;
    background: #fcfdfc;
    margin: -3px 0 0 0; /*trbl*/
    padding: 0;
    font-variant: normal;
    font-weight: normal;
}

table {
    font-variant: normal;
    border-collapse: collapse;
    /*      empty-cells:show;*/
}

.main {
    font-size: 80%;
    font-family: SpecialCharacterFont, Verdana, Helvetica, Arial, Lucida, sans-serif;
    width: 98%;
    background: #fcfdfc;
    margin: .4em auto;
    padding-left: .4em;
}

#maintable, #maintable_open {
    min-width: 990px;
    max-width: 1200px;
    float: left;
    empty-cells: show;
    border-collapse: separate;
    font-weight: normal;
    font-variant: normal;
    background: #f7f7f7;
    padding: .6em;
    margin: .6em;
    border: solid 1px #c0c0c0;
    border-radius: .8em;
    box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -moz-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
}

#maintable_open {
    width: 98%;
}

#maintable_quickmask {
    font-size: 12px;
    empty-cells: show;
    border-collapse: separate;
    font-weight: normal;
    font-variant: normal;
    background: #f7f7f7;
    padding: .6em;
    margin: .6em;
    border: solid 1px #c0c0c0;
    border-radius: .8em;
    box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -moz-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
}

#inner-table {
    width: 790px;
}

#promptinfo {
    margin: 3px 2px;
    font-size: .8em;
}

.promptinfo {
    margin: 3px 2px;
    font-size: .8em;
}

#content {
    width: 100%;
}

#log {
    font-size: 90%;
    font-family: SpecialCharacterFont, Verdana, Helvetica, Arial, Lucida, sans-serif;
    width: 98%;
    background: #fff;
    margin: .4em auto;
    padding-left: .4em;
    border: solid 1px #c0c0c0;
    border-radius: .3em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
}

.fieldsetfake {
    padding-bottom: 0;
    margin-top: 1em;
    margin-bottom: .5em;
    background: #4D6984;
    border-radius: .5em;
    font-family: inherit;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
}

.fieldsetfakeinnertable {
    padding-top: .4em;
    background: #9eb2c6;
}

.displaynone {
    display: none;
}

.fieldsetfaketitle {
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
    padding: .2em .2em .2em .4em;
    letter-spacing: .2em;
}

.fieldsetfaketable {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    background: #f7f7f7;
    padding: .2em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    box-shadow: 0 1px 2px rgba(85, 102, 119, .4);
    -webkit-border-bottom-left-radius: .5em;
    -webkit-border-bottom-right-radius: .5em;
    -moz-border-radius-bottomleft: .5em;
    -moz-border-radius-bottomright: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(85, 102, 119, .4);
    -moz-box-shadow: 0 1px 2px rgba(85, 102, 119, .4);
}

.fieldsetfaketable td {
    padding: .3em;
    /*  background: #fff;  do we really need that stuff, it brakes the special bg colour for mask fields */
    border-top: solid 1px #e0e0e0;
}

.fieldsetinnertable td {
    border: none;
}

.tabletitle {
    width: 100%;
    font-weight: bold;
    font-variant: small-caps;
    padding-bottom: .6em;
    padding-top: .3em;
    letter-spacing: .2em;
    white-space: nowrap;
}

#maskname_hidden {
    /*    visibility: hidden;
        display:none;*/
}

#append_maskname {
    font-size: 1.3em;
    color: #fff;
    padding: 2px 6px 3px;
    text-shadow: 1px 1px 1px #000;
    background: #A6BD8F;
    border: outset 1px #A6BD8F;
    border-radius: .4em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    display: none;
}

.append_maskname {
    font-size: 1.3em;
    color: #fff;
    padding: 2px 6px 3px;
    text-shadow: 1px 1px 1px #000;
    background: #00997f;
    border: outset 1px #00997f;
    border-radius: .4em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    display: none;
}

.selection .append_maskname {
    font-size: 1.7em;
    color: #fff;
    padding: 2px 6px 3px;
    text-shadow: 1px 1px 1px #000;
    background: #f4764e;
    border: outset 1px #f4764e;
    border-radius: .4em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    display: none;
    cursor: pointer;
}

.maintd {
    font-variant: small-caps;
    font-weight: bold;
    padding: 1.2em;
    background: #fcfdfc;
    border: none;
}

.displaytable {
    empty-cells: show;
    border-collapse: separate;
    font-weight: normal;
    font-variant: normal;
    background: #678;
}

.displaytd {
    font-variant: normal;
    width: 100%;
    font-weight: bold;
    padding: 1.2em;
    background: #fcfdfc;
    border: none;
}

#displaytable {
    text-align: center;
    background: #678;
}

.wrappertop {
    margin-top: 0;
    /*    width:100%;*/
    background: #f7f7f7;
    clear: initial;
}

#buttonwrapper {
    margin: .2em .2em 1.5em;
    background: inherit;
    clear: initial;
}

.top {
    float: left;
}

#logo, #logodemo, #logocustomer {
    border: solid 0 #000;
    height: 49px;
    background: url("../img/logos/mylogotrans.gif") no-repeat 7px 5px;
}

#logodemo {
    background: #f7f7f7 url("../img/logos/mylogotrans_demo.gif") no-repeat 7px 5px;
}

#logocustomer {
    background: #f7f7f7 url("../img/logos/customer.jpg") no-repeat 7px 5px;
}

#headertext {
    color: #000;
    font-weight: bold;
    font-variant: small-caps;
    padding: .2em .2em .2em 5.4em;
    letter-spacing: .2em;
}

#info {
    position: absolute;
    display: block;
    right: 0;
    top: 31px;
    text-align: right;
}

.useradm {
    text-align: left;
}

.useradm_table {
    width: 800px;
}

#userprompt, #anc {
    font-size: .8em;
    float: right;
    margin-left: 5px;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: 0;
}

#right {
    padding-right: 4px;
    text-align: right;
}

#led {
    text-align: center;
    margin: auto;
    color: #678;
    letter-spacing: .1em;
    font-style: normal;
    font-family: "Crystal", fantasy;
}

.highlight {
    background: inherit;
    font-weight: bold;
    font-style: oblique;
    text-shadow: 1px 1px 1px #fff;
}

#valid {
    background: #ccc;
}

#active {
    background: #ddd;
}

#current {
    background: inherit;
}

#logoutXXX {
    position: absolute;
    top: 1%;
    left: 98%;
}

.toptd {
    background: #fcfdfc;
    border: none;
}

.navitable {

    width: 100%;
    background: #9eb2c6; /* url("../img/logos/shade.gif");*/
    /*    background-position: 0 100%;*/
    /*    background-repeat: repeat-x;*/
    border-bottom: dotted 1px #678;
    border-top: dotted 1px #678;
}

.navitable .navi_left {
    padding-right: 1em;
}

.naviinnertable {
    margin-bottom: 0;
}

.naviinnertable select {
    width: auto;
}

.circle {
    padding-left: 1em;
    padding-right: 1em;
    width: 12px;
    height: 12px;
    background: url("../img/logos/nav_circle.gif") no-repeat 0 4px;
}

#arrowsup {
    border: none;
    padding: 0;
    margin: 0;
    width: 11px;
    height: 12px;
    background: url("../img/logos/arrowsup.png") no-repeat;
}

#logout {

}

#shadetopdown {
    width: 100%;
    height: 4px;
    background: #fcfdfc url("../img/logos/shadetopdown.gif") repeat-x 0 0;
}

.container {
    float: left;
    width: 380px;
    background: #c0c0c0;
    color: #fff;
    margin: 0 .6em .6em 1.6em;
    border-radius: .8em;
    border: solid 1px #c0c0c0;
    box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -moz-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
}

.menu {
    padding: 2px;
    font-variant: normal;
    background: #f7f7f7;
    color: #444;
    border-bottom: solid 0 #789;
    border-bottom-left-radius: .8em;
    border-bottom-right-radius: .8em;
    box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -webkit-border-bottom-left-radius: .8em;
    -webkit-border-bottom-right-radius: .8em;
    -moz-border-radius-bottomleft: .8em;
    -moz-border-radius-bottomright: .8em;
    -webkit-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -moz-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
}

#topic {
    background: #4D6984;
    border: solid 1px #f7f7f7;
    font-weight: bold;
    font-variant: small-caps;
    padding: .2em .2em .2em .6em;
    letter-spacing: .2em;
    border-top-left-radius: .8em;
    border-top-right-radius: .8em;
    -webkit-border-top-left-radius: .8em;
    -webkit-border-top-right-radius: .8em;
    -moz-border-radius-topleft: .8em;
    -moz-border-radius-topright: .8em;

}

#customer {
    font-weight: bold;
    padding-top: 2.4em;
    padding-left: 4em;
}

td {
}

.button_positiv {
    float: right;
}

input[class=button_cancel] {
    background: #fff;
}

.button_except {
}

.button_select button {
    background: #faf06e;
}

.textinput_active {
}

textarea {

}

/* legend: only used in show_error() functionin pagehead,inc.php */
legend#message_legend {
    border: solid #c3c3c3 2px;
    margin-top: .5em;
    background: #ee0000;
    color: #fff;
    font-weight: bold;

    padding: .5em;
    letter-spacing: .2em;
    border-radius: .4em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
}

#message_td {

}

#message_body {
    background: #eee;
    text-align: center;
}

#message_limiter {
    margin: 0 0 1.3em;
    padding: 0;
}

fieldset#message_fieldset {
    margin-top: .8em;
    overflow: auto;
    border: solid 0 #c3c3c3;
    /*
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    */
}

legend {
    border: solid #c3c3c3 2px;
    margin-top: .5em;
    background: #ee0000;
    color: #fff;
    font-weight: bold;

    padding: .5em;
    letter-spacing: .2em;
    border-radius: .4em;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
}

fieldset {
    margin-top: .8em;
    overflow: auto;
    border: solid 0 #c3c3c3;
    /*
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    */
}

ul {
    list-style-type: square;
    /*list-style-image:url(../img/logos/bullet_fade.gif);*/
    /*list-style-image:url(../img/logos/bullet_shade.gif);*/
    list-style-position: outside;
    padding-left: 13px;
    margin: 6px 1px;
}

li {
    color: #9eb2c6;
    padding-bottom: 2px;
    border-bottom: solid 1px #ffffff;
    text-decoration: none;

    width: 99%;
    margin: 4px;
}

li a, a:hover, a:visited {
    /*    text-decoration: none;*/
}

li a:hover {
    border-bottom: dotted 1px #ee3300;
}

.clearall {
    margin-bottom: 1em;
    clear: both;
}

#footer {
    background: inherit;
    width: 100%;
}

#logoutbutton {
    margin: .1em;
    border: double 3px #4D6984;
    background: #fff;
    padding-left: .2em;
    padding-right: .2em;
    border-radius: .4em;
    box-shadow: 1px 1px 1px rgba(85, 102, 119, .4);
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    -webkit-box-shadow: 1px 1px 1px rgba(85, 102, 119, .4);
    -moz-box-shadow: 1px 1px 1px rgba(85, 102, 119, .4);
}

.footerbottom {
    border-top: dotted 1px #4D6984;
    vertical-align: bottom;
    color: #4D6984;
    text-align: center;
    width: 100%;
    background: #fcfdfc; /* url("../img/logos/greytowhite.gif");*/
    margin: 0;
    padding-top: 2px;
    padding-bottom: 4px;
}

#header {
    background: #f7f7f7;
    /*    width:100%;*/
}

.headertop {
    width: 100%;
    position: absolute;
    right: 0;
    border: none;
    margin: 0;
    padding-left: 1em;
    padding-bottom: .4em;
    padding-top: 0;
}

.headertop a {
    color: #444;
    font-weight: normal;
}

#headerright {
    padding: 5px 5px 5px 13px;
    float: right;
    background: #9eb2c6;;
    border-left: dotted 0 #345;
    border-bottom: dotted 0 #345;
    border-bottom-left-radius: .8em;
    -webkit-border-bottom-left-radius: .8em;
    -moz-border-radius-bottomleft: .8em;
}

.square {
    font-size: 8pt;
    padding-left: .3em;
    padding-right: .3em;
    background: #f7f7f7;
    border-radius: .2em;
    box-shadow: 0 0 1px rgba(85, 102, 119, .9);
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    -webkit-box-shadow: 0 0 1px rgba(85, 102, 119, .9);

}

.square:hover {
    -moz-box-shadow: 1px 1px 0 0 #c0c0c0 inset;
}

.headersquare {
    border: outset 1px #808080;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
}

.headersquare:hover {
    border: solid 1px #f0f0f0;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
}

.squarebottom {
    padding: 0 4px;
    background: #f7f7f7;
    border-radius: .5em;
    box-shadow: 0 0 1px rgba(85, 102, 119, .9);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-box-shadow: 0 0 1px rgba(85, 102, 119, .9);
    -moz-box-shadow: 0 0 1px rgba(85, 102, 119, .9);

}

.headerbottom {
    /*
        background: #fcfdfc;
        padding-left:7px;
        border-top: solid 1px #9eb2c6;
        border-bottom: dotted 1px #9eb2c6;
        vertical-align:bottom;
        color: #4D6984;
    */
}

#copy {
    font-size: .6em;
    text-align: left;
    vertical-align: bottom;
    margin: 2px;
}

#mailto {
    font-size: .6em;
    text-align: left;
    vertical-align: bottom;
    margin: 2px 2px 2px 0;
}

#mailto_link {
    color: #4D6984;
}

#mail {
    position: relative;
    padding: 0;
    border: none;
    width: 15px;
    height: 11px;
}

#footernav {
    margin: 0;
    border: none;
}

#footernav li {
    margin: 0;
    border: none;
    display: inline;
    padding-right: 20px;
}

#leftcorner {
    float: left;
    width: 20px;
    height: 20px;
    /*    background:  #ff0000 url("../img/logos/leftcorner.gif");*/
    background-repeat: no-repeat;
}

#rightcorner {
    float: right;
    width: 20px;
    height: 20px;
    /*    background: #ff0000 url("../img/logos/rightcorner.gif");*/
    background-repeat: no-repeat;
}

.footertop {
    clear: initial;
    text-align: center;
    width: 100%;
    background: inherit;
    margin: 0 0 8px;
}

.footertop a {

}

.descr {
    font-weight: bold;
    padding: .3em;
}

.values, .list_count {
    border-bottom: solid 1px #4D6984;
    border-left: dotted 1px #4D6984;
    padding: .3em;
}

.emptyvalues {
    border-bottom: solid 1px #c0c0c0;
    border-left: dotted 1px #c0c0c0;
    padding: .3em;
    width: 4em;
    background: #f1f1f1;
}

.emptyrowstext {
    padding: .4em .4em .4em .6em;
    font-weight: bold;
    font-style: oblique;
    letter-spacing: .2em;
    text-align: left;
    color: #444;
    background: #fff;
    text-shadow: 1px 1px 1px #c0c0c0;
    border-bottom-left-radius: .8em;
    border-bottom-right-radius: .8em;
    box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -webkit-border-bottom-left-radius: .8em;
    -webkit-border-bottom-right-radius: .8em;
    -moz-border-radius-bottomright: .8em;
    -moz-border-radius-bottomleft: .8em;
    -webkit-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -moz-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
}

.quickmask {
    text-decoration: none;
    color: darkblue;
}

.domaininfo {
    text-decoration: none;
    color: darkblue;
}

#domains.promptinfo {
    width: 99%;
}

#note {
    background: #eeee11;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    margin-top: 2px;
    padding: 0 4px 0 6px;
    color: #000;
    font-weight: bold;
}

#userpref {
    color: #fff;
    padding-left: .5em;
    text-shadow: 0 0 1px #000;
}

#list_count_center {
    text-align: center;
    background: inherit;
}

#list_count_list_head {
    border: none;
}

.txt {

}

/*.list_count, .limiter_row, .button_row {
  background: #f7f7f7;
}*/
.list_head, .list_link {
    padding: .4em;
    margin: 0;
}

.list_head_multi {
    padding-top: .4em;
    background: #9eb2c6;
    border-radius: .6em;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
}

.limiter_row {
    margin: 0;
    background: #f7f7f7;
    padding: .2em 0 .2em 0;
    border-bottom: solid 2px #4D6984;
}

.limiter_row_top_list {
    background: #f7f7f7;
    border-bottom: solid 1px #4D6984;
}

.limiter_row_bottom_list {
    background: #f7f7f7;
    padding: .2em 0 .7em 0;
    border-top: solid 0 #4D6984;
}

.limiter_row_bottom {
    background: #f7f7f7;
    padding: .2em 0 .2em 0;
    border-top: solid 1px #4D6984;
}

.action_row {
    width: 1%;
}

.action_row_selection {
    border: solid 1px #9eb2c6;
    background: #9eb2c6;
    border-radius: .6em;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
}

.action_row_selection select {
    float: left;
    width: auto;
}

.action_row select {
    width: auto;
}

.action_row div {
    width: 1%;
    padding: 0;
}

.navi_link {
    /*    background: #9eb2c6;*/
}

.button_head_row {
    padding-top: .4em;
    background: #9eb2c6;
    border-radius: .6em;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
}

.button_row {
    padding: 4px 0 0 0;
    border-bottom: solid 1px #4D6984;
}

.button_row_empty {
    border-bottom: solid 1px #4D6984;
}

#actions {
}

.list_multi {
    background: #f0f0f0;
    border-bottom: solid 1px #4D6984;
}

#spacer {
    width: 100%;
    height: 12px;
}

.menu_spacer {
    margin-top: 1.5em;
}

.usr_adm_form {
    border-top: dotted 1px #000;
}

#ancX {
    z-index: 99;
    position: absolute;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px; /* => width u. height geteilt durch 2! */
    top: 20%;
    left: 70%;
    overflow: auto;
    background: #fcfdfc url("../img/ajax-loader-trans-orange.gif") no-repeat 50% 50%;
    border: solid 1px #c3c3c3;
    border-radius: .8em;
    box-shadow: 4px 4px 4px rgba(85, 102, 119, .4);
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-box-shadow: 4px 4px 4px rgba(85, 102, 119, .4);
    -moz-box-shadow: 4px 4px 4px rgba(85, 102, 119, .4);
    visibility: hidden;
}

#close {
    padding: .2em;
    text-align: right;
    background: #f0f0f0;
    border-bottom: dotted 1px #000;
}

.login {
    width: 510px;
    margin: 2em auto 0;
    background: #f7f7f7;
    border: solid 1px #c3c3c3;
    border-radius: .8em;
    box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -moz-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
}

#login_table {
    width: 490px;
    margin: 1em 1.2em 1.2em;
    background: #f7f7f7;
}

#login_td {
}

#innerfieldset {
    width: 100%;
    margin: 1em;
    padding: 1em .6em .6em;
    font-weight: bold;
    text-align: left;
}

#message_text {
    margin: 0;
    width: 100%;
    padding: 1em;
    font-weight: bold;
    text-align: left;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}

#loginfieldset td {
    width: 100%;
    margin: 1em;
    padding: 1em .4em .4em;
    font-weight: bold;
    text-align: left;
}

.prompt {

}


.listinsert {
    text-align: left;
    padding: .2em;
}

.listinsert select {
    width: auto;
}

/*#listinsertsingle{
  text-align: left;
  margin:1px;
  padding: .2em;
}*/
.listinsertsingle {
    text-align: left;
    margin: 1px;
    padding: .2em;
    /*width: 75px;*/
}

#listinsertmulti {
    text-align: left;
}

#listinsertmultispan {
    width: 100%;
    border: none;
}

#innertable {
    width: 100%;
    vertical-align: middle;
}

#innertable select {
    width: auto;
}

#innertable td {
    border-top: none;
    vertical-align: middle;
    text-align: left;
}

.innertable {
    margin-left: -0.3em;
    width: 100%;
    vertical-align: middle;
}

.innertable select {
    width: auto;
}

.innertable td {
    border-top: none;
    vertical-align: middle;
    text-align: left;
}

.innertable a.prompt {
    text-align: left;
    vertical-align: top;
    padding: 0
}

#firstinnertabletd {
    vertical-align: middle;
    text-align: left;
}

.firstinnertabletd {
    vertical-align: middle;
    text-align: left;
}

#dashboard_wrapper {
    width: 800px;
    float: left;
    empty-cells: show;
    border-collapse: separate;
    font-weight: normal;
    font-variant: normal;
    background: #f7f7f7;
    padding: .6em;
    margin: .6em;
    border: solid 1px #c0c0c0;
    border-radius: .8em;
    box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    -webkit-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
    -moz-box-shadow: 0 1px 3px rgba(85, 102, 119, .4);
}

#dashboard_wrapper .dashboard {
    padding-bottom: 1px;
    margin-top: 1em;
    margin-bottom: .5em;
    background: #4D6984;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    -webkit-border-top-left-radius: .5em;
    -webkit-border-top-right-radius: .5em;
    -moz-border-radius-topleft: .5em;
    -moz-border-radius-topright: .5em;
}

#dashboard_innertable {
    padding-top: .4em;
    background: #9eb2c6;
}

#dashboard_title {
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
    padding: .2em .2em .2em .4em;
    letter-spacing: .2em;
}

.dashboard_table {
    width: 800px;
    margin: 1px 0 1px 0;
    border-collapse: collapse;
    background: #f7f7f7;
    /*
      border-bottom-left-radius: .5em;
      border-bottom-right-radius: .5em;
      -webkit-border-bottom-left-radius: .5em;
      -webkit-border-bottom-right-radius: .5em;
      -moz-border-radius-bottomleft: .5em;
      -moz-border-radius-bottomright: .5em;
    */

}

.dashboard_table td {
    vertical-align: middle;
    background: #fff;
    border-top: solid 1px slategrey;
}

#dashboard_bottomspacer {
    padding: .5em;
}

#dashboard_topline {
    padding: .2em;
    border-top: solid 1px #4D6984;
}

#dashboard_header {
    color: #000;
    font-weight: bold;
    font-variant: small-caps;
    padding: .2em .2em .2em .4em;
    letter-spacing: .2em;
}

#dashboard_topic {
    font-style: oblique;
    color: #000;
    background: #dedede;
    text-align: left;
    padding: .2em;
}

#dashboard_prompt {
    text-align: left;
    padding: .2em;
}

#dashboard_result {
    font-weight: bold;
    text-align: right;
    padding-right: 1em;
}

#dashboard_result_error {
    color: darkred;
    font-weight: normal;
    text-align: right;
    padding-right: 1em;
}

#demo {
    z-index: 99;
    overflow: auto;
    top: 81px; /*127px*/
    left: 50%;
    position: absolute;
    /* 20 x 20 */
    background: url('../img/tab_images/demo.gif') repeat-x 0 0;
    border: solid 1px #c0c0c0;
    border-left: 0;
    width: 50%;
    height: 18px;
    padding: 0;
    border-bottom-right-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    -moz-border-radius-bottomright: 1em;
    -webkit-box-shadow: 1px 1px 3px rgba(110, 110, 110, .9);
    -moz-box-shadow: 1px 1px 3px rgba(110, 110, 110, .9);
}

#blanker {
    text-align: left;
    background: inherit;
}

.blanker {
    text-align: left;
    background: inherit;
    /*width: 25px;*/
}

#loginspacer {
    border-top: 1px dotted #4D6984;
}

#arrow {
    font-size: 10pt;
    font-weight: bold;
}

#selected {
    padding: 3px 3px 0;
    float: left;
    height: 32px;
    background: #f7f7f7 url("../img/tab_images/tabbg.gif") repeat-x top;
    border: solid 1px #4D6984;
    border-bottom: 0;
    border-top-left-radius: .6em;
    border-top-right-radius: .6em;
    -webkit-border-top-right-radius: .6em;
    -webkit-border-top-left-radius: .6em;
    -moz-border-radius-topleft: .6em;
    -moz-border-radius-topright: .6em;
}

#nope {
    float: left;
    padding: 3px 3px 0;
}

#tabbar {
    width: 100%;
    padding-top: 35px;
    border-bottom: solid 1px #4D6984;
}

.pleaseselect {
    border: solid 1px #c0c0c0;
    padding: 1em;
    margin: 4em;
    background: #fff;
    border-radius: .6em;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
}

.captured {
    border: solid 1px #c0c0c0;
    padding: 1em;
    margin: .1em;
    background: #fff;
    border-radius: .6em;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
}

#quickmask .domaininfo {
    border: solid 1px #c0c0c0;
    padding: 1em;
    margin: .1em;
    background: #fff;
    border-radius: .6em;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
}

/* trigger button */

.download_now {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    /*width:159px;*/
    cursor: pointer;
}

/* mouseover state */
.download_now:hover {
    background: #fccf97;
}

/* clicked state */
.download_now:focus {
    background: #fccf97;
}

.listentry:hover {
    background: #fff;
}

tr.listentry {
    /*  background: #fff;*/
    border: solid 3px #000;
}

/*----------------------*/
/* unset classes        */
/*----------------------*/
.menu_user, i, b {
    color: #000;
    text-shadow: 0 0 4px #fff;
}

.LED {
    font-size: 9pt;
    font-weight: bold;
    height: 1.2em;
    width: .3em;
    border: 1px outset #000;
    margin-right: 1px;
    cursor: pointer;
    display: inline;
}

.LED#green {
    background: lime;
}

.LED#off {
    background: gray;
}

.LED_green {
    background: #43CD80;
    float: left;
    width: 7px;
    margin-right: 2px;
    box-sizing: border-box;
    border-color: green;
    border-width: 1px;
    border-style: solid;
}

.LED_off {
    float: left;
    width: 7px;
    margin-right: 2px;
    box-sizing: border-box;
    border-color: black;
    border-width: 1px;
    border-style: dotted;
}


.krumo-string a {
    color: #000;
}

span.append_maskname a img {
    position: relative;
    top: 5px;
}

#language_selector {
    color: whitesmoke;
    font-size: 0.8em;
    font-weight: lighter;
    position: relative;
    top: -0.15em;
}

#language_selector a {
    color: whitesmoke;
    font-size: 0.8em;
    font-weight: lighter;
    margin-left: 0.3em;
}

#language_selector a.selected {
    font-weight: bold;
}

/*** overwrite modalform maintable  settings ***/
#modalform #maintable {
    width: auto;
}

#modalform #inner-table {
    width: auto;
}

/*** overwrite jquery settings ***/
.ui-widget {
    font-size: 0.8em;
}

.ui-widget .ui-widget {
    font-size: 0.7em;
}

td.values {
    overflow: hidden;
    visibility: visible;
    float: none;
    position: inherit;
    background: inherit;
    color: inherit;
    margin: auto;
}

/*textarea.textinput_passive {
  width: 70%;
  height: 15em;
}*/


/*#maintable tr:nth-child(even) {
  background-color: #f1f1f1;
}

#maintable tr:nth-child(odd) {
  background-color: #ffffff;
}*/

#maintable::-moz-selection { /* Code for Firefox */
    color: red;
    background: yellow;
}

#maintable::selection {
    color: red;
    background: yellow;
}

.fieldsetfaketitle.down {
    background: url(../img/20x20/descend_2.png) no-repeat center right 5px;
    background-size: 10px;
}

.fieldsetfaketitle.up {
    background: url(../img/20x20/ascend_2.png) no-repeat center right 5px;
    background-size: 10px;
}

table.fieldsetfaketable > tbody > tr > td:first-child {
    width: 20em;
}

table.innertable td.firstinnertabletd, table.innertable td.listinsert {
    width: inherit;
}
