h2, h1, h3 {
    padding: 15px;
    background: #efefef;
}

a {
    color: #000;
}

body {
    font-family: Calibri, Verdana, Helvertica, Sans;
    font-size: 12px;
}

.fabbingCart .tableHeadlines input,.fabbingCart .tableHeadlines textarea,.fabbingCart .tableHeadlines select {
    display: none;
}

.mainlogo {
    float: right;
    position: absolute;
    right: 20px;
    top: 8px;
    height: 25px;
    color: #fff;
    font-size: 25px;
    font-family: "calibri light";
}

.Orderstats {
    float: right;
    position: absolute;
    right: 100;
    top: 25px;
    height: 40px;
    color: white;
}

.innerstats {
    display: inline-block;
}

.servicestats {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    position: relative;
}

.weddingringstats {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    position: relative;
}

.primestats {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    position: relative;
    top: -2px;
}

#servicecounter {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    /* Position the badge within the relatively positioned button */
    top: -4;
    right: -5;
    /*width: 40px; height: 40px; background: red; border-radius: 50%; margin-top: -10px; */
}

#weddingringcounter {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    /* Position the badge within the relatively positioned button */
    top: -4;
    right: -8;
    /*width: 40px; height: 40px; background: red; border-radius: 50%; margin-top: -10px; */
}

#primecounter {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    /* Position the badge within the relatively positioned button */
    top: -7;
    right: -5;
    /*width: 40px; height: 40px; background: red; border-radius: 50%; margin-top: -10px; */
}

.statcounter {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    /* Position the badge within the relatively positioned button */
    top: -5;
    right: -5;
    /*width: 40px; height: 40px; background: red; border-radius: 50%; margin-top: -10px; */
}

/*#container 	{ width: 3000px; }
*/
#mainMenuContainer {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 0;
    overflow: visible;
    z-index: 10000;
}

#mainMenu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: rgba(255,255,255,0.9);
    margin: 0;
    overflow: visible;
    visibility: hidden;
}

#TopMenu {
    float: left;
    clear: both;
}

#mainMenuContainer:hover #mainMenu {
    visibility: visible;
}

#TopMenu {
    margin: 0;
}

#TopMenu li {
    width: 120px;
}

#mainMenu>li {
    float: left;
    padding: 10px;
    border-right: 1px black solid;
}

#TopMenu>li {
    float: left;
    padding: 10px;
    border-right: 1px black solid;
}

#mainMenu li a, #mainMenu li a:link, #TopMenu li a, #TopMenu li a:link {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

#mainMenu , #TopMenu {
    width: 100%;
}

#mainMenu ul, #mainMenu , #TopMenu ul, #TopMenu {
    padding: 0
}

#mainMenu ul {
    display: none;
    position: absolute;
    bottom: 31px;
    background: rgba(255,255,255,0.9);
}

#TopMenu ul {
    display: none;
    position: absolute;
    background: rgba(255,255,255,1);
}

#mainMenu ul li {
    list-style: none;
    text-indent: 0;
    padding: 7px;
}

#TopMenu ul li {
    list-style: none;
    text-indent: 0;
    padding: 7px;
}

#TopMenu li UL {
    border: 1px black solid;
    border-top: none;
    margin-top: 9px;
}

#TopMenu li UL li:hover {
    padding-left: 13px;
    border-top: 1px #ccc solid;
    background: #f0f0f0;
}

#TopMenu li UL li {
    padding-left: 13px;
    border-top: 1px #ccc solid;
    background: #fafafa;
}

#TopMenu li:hover {
    background: #fafafa;
}

#mainMenu li:hover ul, #TopMenu li:hover ul {
    display: block;
    text-indent: 0;
    margin-left: -11px;
    border-left: 1px black solid;
}

.context {
    display: none;
    padding: 0;
    position: absolute;
    background: rgba(255,255,255,0.8);
}

.context li {
    padding: 8px;
    list-style: none;
}

.context li a, .context li a:link {
    color: #000;
    font-weight: 700;
}

textarea.autoupdate.active {
    position: static;
    height: 200px;
}

.autoupdate, .default {
    /* min-height: 25px; */
    padding: 0 5px 0 10px;
    width: calc(100% - 15px)!important;
}

input[type=checkbox].autoupdate { max-height: 25px; }

.autoupdate:focus {
    outline: none;
    filter: brightness(0.95);
}


.visibilityDialog {
    background: rgba(255,255,255,0.95);
    position: fixed;
    width: 700px;
    display: none;
    z-index: 1000;
    margin: 0 auto;
    left: 50%;
    margin-left: -350px;
    margin-top: 100px;
    border: 1px black solid;
    padding: 17px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

tr td.tableHeadlines {
    /* background: #7c9794!important; */
    border-bottom: 1px black solid!important;
    padding: 10px!important;
    /* color: #fff; */
}

.tableHeadlines a {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    /* text-transform: unset; */
}

body.ItemDetailsPrint {
    margin: 0 !important;
}

body {
    /* margin: 47px 5px 5px 5px!important; */
    background: #eee;
}

.crudGrid td {
    padding: 4px 5px;
    margin: 0;
    height: 23px;
    border-bottom: 1px #dddddd solid!important;
    vertical-align: top;
    background: #fff;
    /* border-bottom: none!important; */
}

table.crudGrid {
    /* border-top: 1px #aaa solid; */
    /* border-right: 1px #aaa solid; */
    font-size: 11px;
    margin-bottom: 40px;
}

textarea.autoupdate {
    resize: none;
    overflow: hidden;
}

img.autoupdate {
    height: 100px;
    width: auto;
}

.autoupdate {
    font-size: 11px;
    height: 100%;
    margin: 0;
    width: 100%;
    border: none;
}

select.autoupdate {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#mii_tabler_creation_form .autoupdate {
    height: 20px;
}

.default {
    width: 100%;
    border: none;
    background: #ffc!important;
    font-size: 11px;
    height: 23px;
    margin: 0;
}

.filterField {
    width: 100%;
    border: 1px #fff solid;
}

#loginForm {
    margin: 100px auto;
}

.message {
    font-size: 12px;
    text-align: center;
}

.message.success {
    background: #5f5;
    padding: 10px;
}

.message.failure {
    background: #f55;
    padding: 10px;
}

.message.warning {
    background: #ff5;
    padding: 10px;
}

.message.alert {
    font-size: 20px;
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.crudGrid .tableHeadlines br, .tableHeadlines input {
    margin: 8px 0 0 0;
    background-size: 20px!important;
    background: url(../media/filter_icon_143777.png) right no-repeat #fff;
    height: 23px;
    border-radius: 3px;
    /* border: none; */
}

.crudGrid .colContent {
    /* text-align: center; */
}

.adminGrud .crudGrid tr:nth-child(even) td, .adminGrud tr:nth-child(even) td .autoupdate {
    /* background: #eee!important; */
}

.crudGrid tr:nth-child(2) td, .crudGrid tr:nth-child(2) td .autoupdate {
    /* background: #c4e4e0!important; */
}

.crudGrid tr:nth-child(2) td {
    border-bottom: 1px #cccc solid!important;
}

.crudGrid tr td.tableHeadlines:last-child {
    
}

.crudGrid tr td.tableHeadlines {
    background: #fff;
    border-bottom: 1px #cccccc solid!important;
    padding: 10px!important;
    color: #000;
    height: 20px;
}

.crudGrid tr:nth-child(2) {
    display: none;
}

.crudGrid tr:last-child {
    display: revert;
}

table.crudGrid {
    /* border-bottom: 1px #aaa solid; */
}

#loginForm input {
    border: 1px #aaa solid;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 30px;
}

#loginForm input.button {
    border: none;
    background: #729494;
    color: #fff;
    text-transform: uppercase;
}

.button {
    padding: 6px 25px;
    background: #000;
    color: #fff;
}

.ItemDetails .itemImage {
    float: right;
    height: 250px;
    margin-bottom: 21px;
    border: 1px solid #999;
    padding: 9px;
}

.ItemDetails h4 {
    clear: both;
    padding: 10px;
}

.ItemDetails .crudGrid {
    /* width: 100%; */
}

.ItemDetails table.overview td {
    vertical-align: middle;
    min-height: 30px;
}

.ItemDetails table.overview {
    /* float: left; */
    background: #fff;
    /* width: 42%; */
    /* height: 200px; */
}

.ItemDetails table.overview tr:nth-child(even),.ItemDetails table.overview tr:nth-child(even) .autoupdate {
}

.ItemDetails table.overview #col1 {
    width: 0px;
}

.ItemDetails table.overview #col0 {
    /* width: 200px; */
    font-size: 12px;
    font-weight: 700;
}

.ItemDetails textarea, .ItemDetails select {
    width: 100%;
}

.ItemDetails .comments #col3 {
    width: 600px
}

.ItemDetails #col1 a:link {
    color: black;
    text-decoration: none;
}

.ItemDetails #col1 a:visited {
    color: black;
    text-decoration: none;
}

.ItemDetails #col1 a:hover {
    color: grey;
    text-decoration: none;
}

.overview .autoupdate {
    /* background: #fff!important; */
    width: calc(100% - 60px)!important;
    margin-right: 10px;
    height: 10px;
}

.overview input[type=checkbox].autoupdate {
    width: 20px!important;
}

.ItemDetails input[type=checkbox].autoupdate {
    width: 20px!important;
    margin-left: 10px
}


.ItemDetailsPrint .crudGrid {
    float: right;
}

.ItemDetailsPrint .overview.first {
    margin-top: -40px;
}

.ItemDetailsPrint .overview #col0 {
    width: 100px;
}

.ItemDetailsPrint.Gunde .overview {
    width: 500px;
}

.ItemDetailsPrint .overview {
    background: #fff;
    width: 300px;
}

.ItemDetailsPrint.Gunde .itemImage {
    margin-top: 50px;
}

.ItemDetailsPrint .itemImage {
    z-index: 0;
    display: block;
    width: 150px;
}

.ItemDetailsPrint h2 {
    z-index: 999;
    top: 0;
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    width: 150px;
    text-align: center;
    //margin-top: -15px;
}

.ItemDetailsPrint .overview {
    font-size: 9px;
}

.ItemDetailsPrint.Gunde .overview, .ItemDetailsPrint.Gunde h4 {
    font-size: 14px;
}

.ItemDetailsPrint .overview td {
    border: 1px #ccc solid;
}

.ItemDetailsPrint.Gunde .overview {
    margin-top: 0px;
}

.ItemDetailsPrint .overview {
    margin-top: -20px;
    z-index: 9999;
    position: relative;
}

.ItemDetailsPrint .overview td#col0 {
    font-weight: 700;
    vertical-align: top;
}

.boxLeft, .boxRight {
    float: left;
}

.Gunde .boxLeft {
    width: 600px;
}

.Gunde .boxLeft .logo {
    float: right;
    margin-top: 14px;
}

.boxRight {
    margin-left: 50px;
    background: #fff;
}

.boxRight table {
    width: 300px;
    font-size: 9px;
}

.boxRight table td {
    padding-bottom: 10px;
}

#invoice {
    font-family: Arial,Verdana,Helvetica;
    font-size: 13px;
    background: #fff;
    margin: 0;
    padding: 0;
}

#invoice th, #invoice td {
    text-align: left;
    padding: 2px 15px 5px 0;
    vertical-align: top;
}

#invoice .page {
    page-break-after: always;
    width: 630px;
    height: 880px;
}

#invoice .page {
    position: relative;
    padding: 112px 20px 0 20px;
}

#invoice .sender {
    font-size: 8px;
    text-decoration: underline;
}

#invoice .textRight {
    text-align: right;
}

#invoice .header table {
    font-size: 10px;
    line-height: 7px;
}

#invoice .header {
    position: absolute;
    font-size: 10px;
    text-align: left;
    right: 20px;
    top: 110px;
}

#invoice .logo {
    position: absolute;
    right: 20px;
    top: 0;
}

#invoice .header img {
    margin-bottom: 27px;
}

#invoice table {
    font-size: 13px;
}

#invoice .billingAdresse {
    padding-left: 15px;
}

#invoice h3 {
    margin-top: 100px;
}

#invoice .positions {
    margin-bottom: 50px;
}

#invoice .positions table {
    width: 100%;
}

#invoice .Footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px 0 0 0;
}

#invoice .Footer table tr, #invoice .Footer table td {
    line-height: 7px;
}

#invoice .Footer table {
    font-size: 9px;
}

#invoice .Footer div {
    float: left;
    margin-right: 46px;
}

.tableHeadlines {
    position: relative;
    width: 100px;
}

.widthDraggerLeft {
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    left: 0;
    cursor: col-resize;
}

#col1 .widthDraggerLeft
    {
            display: none;
    }

.widthDraggerRight {
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    right: 0;
    cursor: col-resize;
}

.buttons {
    font-size: 12px;
    width: 200px;
}

.buttons p {
    margin: 0;
}

.buttonRowLabel {
    width: 100px;
    display: inline-block;
    padding: 5px 10px 5px 0;
    font-weight: 700;
}

.fullfillmentButtons:hover {
    background: #aaa;
}

.fullfillmentButtons {
    padding: 4px 0 4px 8px;
    background: #888;
    color: #fff;
    text-decoration: none;
    margin-right: 7px;
    width: 175px;
    height: 18px;
    display: inline-block;
    text-align: center;
    margin: 2px;
}

#rowStatus .fullfillmentButtons {
    width: inherit;
    padding: 7px 22px;
    display: inline;
}

.boxLeft {
    position: relative;
}

.engraveBoxIcon, .engraveIcon, .galvanikIcon {
    top: 20px;
    height: 50px;
    position: absolute;
    font-size: 18px;
    color: rgb(240, 25, 25);
    font-weight: 700;
    left: 150px;
}

.galvanikIcon {
    top: 90px;
    /*background: url(../media/icons/enrgave.png); */
}

.engraveIcon {
    top: 45px;
    /*background: url(../media/icons/enrgave.png); */
}

.engraveBoxIcon {
    /*background: url(../media/icons/enrgaveBox.png); */
}

.prettyList {
    font-family: calibri;
    padding: 0;
}

.prettyList td {
    padding: 1px 5px;
}

.prettyList th {
    padding: 1px 5px;
    color: #fff;
    background: #aaa;
}

.prettyList tr:nth-child(even) {
    background: #eee;
}

/* Mail Vorschau*/
.mailStatus {
    position: absolute;
    border: 3px solid #0F0;
    width: 200px;
    height: 100px;
    left: 10px;
    top: 100px;
    padding: 20px;
    font-size: 14px;
}

.mailStatus.error {
    border-color: #F00;
}

.fullfillmentButtons + .preview {
    background: url(../media/icons/eye.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: -7px;
    margin-left: 0px;
}

.fullfillmentButtons + .preview:hover {
    background-color: #ccc;
}

.preview + .fullfillmentButtons {
    display: inline-block
}

.mail {
    position: absolute;
    width: 150px;
    margin-left: -150px;
    margin-top: -3px;
    font-size: 12px;
    text-align: right;
}

.mail .fullfillmentButtons {
    width: auto;
    padding: 3px;
}

.CsvExporterPreSelects a {
    border: 1px black solid;
    padding: 2px 5px;
    color: #000;
    text-decoration: none;
}

.ItemDetails {
    margin: 10px;
}

.ItemDetails .overview {
    margin-bottom: 50px;
}

.ItemDetails .overview td {
    /* border-top: 1px #999 solid; */
    /* padding-top: 7px; */
}

.ItemDetails .overview textarea,.ItemDetails .overview input.autoupdate {
    /* margin-left: 3px; */
}

.ListHeadline {
    background: #eee;
    padding: 10px;
    margin: 0px;
}

.StockTab td:hover {
    position: relative;
}

.StockTab td:hover .StockTooltip {
    display: block;
    border: 1px #ccc solid;
}

.StockTooltip {
    padding: 7px;
    background-color: #fff;
    position: absolute;
    display: none;
    top: 20;
    right: -150px;
    width: 150px;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans); @media screen {
    #cssmenu {
        position: fixed!important;
        top: 0;
        left: 0;
        width: 100%!important;
        display: block;
        z-index: 999;
    }

    #cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #menu-button {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #cssmenu:after,#cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

    #cssmenu {
        line-height: 1;
        background: hsla(250,0%,25%,1);
        width: auto;
    }

    #cssmenu>ul {
        width: 2000px;
    }
}

@media print {
    #cssmenu {
        display: none;
    }
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 15px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:hover > a,#cssmenu > ul > li.active > a {
    color: #0cc;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}

#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #0cc;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 38px;
}

#cssmenu ul ul li a {
    padding: 13px 20px;
    width: 160px;
    font-size: 12px;
    background: hsla(250,0%,30%,1);
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul ul li a {
    background: hsla(250,0%,35%,1);
}

#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover {
    color: #0cc;
    background: hsla(250,0%,40%,1);
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

.hinweisbox {
    border: 3px solid #660000;
    padding: 10px;
    position: absolute;
    width: 365px;
    left: 610px;
    bottom: 470px;
}

/*Tabs bei Kommentaren in Detailansicht*/
.tabliste {
    float: none;
    list-style: none;
    position: relative;
    text-align: left;
    height: 500px;
    padding: 0;
    width: 90%;
}

.tabliste .tab {
    float: left;
    display: block;
}

.tabliste .tab input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.tabliste .tab label {
    display: block;
    padding: 14px 21px;
    text-transform: uppercase;
    position: relative;
    top: 3px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #eee;
}

.tabliste .tab label:hover {
    /* background: #ddd; */
    text-decoration: underline;
}

.tabliste .tab #container {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 44px;
    left: 0;
}

.tabliste .tab input:checked + label {
    top: 0;
    padding-top: 17px;
    background: #888;
    color: #fff;
}

.tabliste .tab input:checked ~ #container {
    display: block;
}

.visibilityDialog input[type="checkbox"]:checked + label {
    color: #ccc;
    ; }

.visibilityDialog input[type='checkbox'] {
    margin-top: -30px;
}

.visibilityDialog input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 13px;
    height: 10px;
    margin: 0;
    margin-right: 1px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
}

.visibilityDialog input[type='checkbox']:after {
    content: "";
    vertical-align: middle;
    text-align: center;
    line-height: 10px;
    position: absolute;
    cursor: pointer;
    height: 10px;
    width: 10px;
    left: -2px;
    top: -2px;
    font-size: 10px;
    border: 1px black solid;
    margin: 2px;
    background: #fff;
}

.visibilityDialog input[type='checkbox']:hover:after, .visibilityDialog input[type='checkbox']:checked:hover:after {
    background: #fff;
    content: 'x';
    color: #888;
}

.visibilityDialog input[type='checkbox']:checked:after {
    background: #fff;
    content: 'x';
    color: #f00;
    font-weight: 700;
}

.visibilityDialog ul {
    ---mozila-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

.right {
    float: right;
}

.modelStat {
    float: left;
    border: 1px #ccc solid;
    margin: 5px;
    padding: 8px;
    height: 200px;
}

.statMessage {
    border: #770 1px solid;
    background: #ffc;
    padding: 10px;
    font-size: 16px;
    margin: 5px;
    color: #770;
}

.filterBar form {
    display: inline;
    margin-left: 20px;
}

.filterBar {
    font-size: 12px;
    float: right;
}

.ModelInfo {
    float: right;
}

/*Hinweis in OrderDetails unter Bild*/
.hinweis {
    border: 2px solid #f00;
    background-color: #fdd;
    font-weight: 700;
    clear: both;
    padding: 10px;
    width: 250px;
}

.imageTemplateContainer textarea {
    width: 200px;
    height: 100px;
}

.imageTemplateContainer {
    width: 200px;
    float: left;
    margin: 5px;
}

.ImageTemplateViewBar, .ImageTemplateFormBar {
    margin: 5px;
    padding: 10px;
    border-bottom: 1px black solid;
}

.imageTemplateContainer img,.ImageTemplateErrorMessage {
    border: none;
    box-shadow: 1px 1px 2px 1px #ccc;
    margin-bottom: 5px;
}

.ImageTemplateErrorMessage {
    width: 180px;
    height: 180px;
    padding: 10px;
    word-wrap: break-word;
    color: #f00;
}

.prettyList .level2 td:nth-child(1) {
    color: #eef;
}

.prettyList .level3 td:nth-child(1) {
    color: #f5f5ff;
}

.prettyList .level3 td:nth-child(2) {
    color: #f5f5ff;
}

.prettyList .level4 td:nth-child(1) {
    color: #fcfcff;
}

.prettyList .level4 td:nth-child(2) {
    color: #fcfcff;
}

.prettyList .level4 td:nth-child(3) {
    color: #fcfcff;
}

.prettyList .level2 td:nth-child(1) a,.prettyList .level3 td:nth-child(1) a,.prettyList .level3 td:nth-child(2) a,.prettyList .level4 td:nth-child(1) a,.prettyList .level4 td:nth-child(2) a,.prettyList .level4 td:nth-child(3) a {
    display: none;
}

.prettyList .level2 td {
    background: #eef;
    font-size: 13px;
}

.prettyList .level3 td {
    background: #f5f5ff;
    font-size: 11px;
}

.prettyList .level4 td {
    background: #fcfcff;
    font-size: 11px;
}

.fibuTable td {
    text-align: right;
}

.fibuTable a {
    text-decoration: none;
    color: #000;
}

a.ausklappen {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    background: url('../media/icons/arrowup.png');
    margin-right: 10px;
    margin-top: 2px;
}

a.einklappen {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    background: url('../media/icons/arrowleft.png');
    margin-right: 10px;
    margin-top: 2px;
}

input.future, input.past {
    background: #efe;
    border: none;
    background: none;
    text-align: right;
    font-size: 10px;
    color: #333;
}

input:not([disabled]).future, input:not([disabled]).past {
    color: #909;
}

.ItemDetailsPrint .iconBox {
    margin-top: -50px;
    margin-bottom: 50px;
    text-align: right;
}

.LaufzettelWrapper {
    clear: both;
    page-break-after: always;
    page-break-before: alway;
    height: 800px;
    overflow: hidden;
}

.ItemDetails #container
{
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    border: navajowhite;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}

div#container {}

#container {background: #fff;padding: 60px 10px 0 10px;/* border: 1px #ccc solid; */border-radius: 10px;margin: 20px 20px  20px 20px;width: auto;/* float: left; */}

.adminCards #container {background: none;padding: 0;}

form.Email-Preview input,form.Email-Preview textarea,form.AgosiEmailForm input,form.AgosiEmailForm textarea {
    width: 800px;
}

form.Email-Preview textarea,form.AgosiEmailForm textarea {
    height: 400px;
}

.pickListWrapper {
    width: 1000px;
}

.pickListWrapper div {
    width: 100px;
    height: 100px;
    float: left;
    border: 1px black solid;
    font-size: 10px;
    margin: 30px;
}

.scanBox {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
}

.scanBox a {
    color: #fff;
}

table.prettyList.fibuTable.kpis td:nth-child(2n+4) {
    border-right: 1px black solid;
}

#AmazonSuggestKeywordRating #keyword {
    font-size: 80;
    text-align: center;
}

#AmazonSuggestKeywordRating #kontext {
    font-size: 40;
    text-align: center;
}

#AmazonSuggestKeywordRating #kontextTErms {
    margin: 20px;
    text-align: center;
}

#AmazonSuggestKeywordRating .countcontainer {
    text-align: center;
    padding-top: 20px;
}

#AmazonSuggestKeywordRating .countcontainer span, .unsorted {
    padding: 10px;
    20px; font-size: 18px;
    border-radius: 5px;
    background-color: #efefef;
    margin: 20px;
}

#AmazonSuggestKeywordRating .countcontainer .count {
    margin-top: 20px;
}

#AmazonSuggestKeywordRating .countcontainer span.counter {
    background-color: lightgrey;
}

#AmazonSuggestKeywordRating .countcontainer span.ab {
    background-color: limegreen;
}

#AmazonSuggestKeywordRating .countcontainer span.a {
    background-color: lightgreen;
}

#AmazonSuggestKeywordRating .countcontainer span.b {
    background-color: lemonchiffon;
}

#AmazonSuggestKeywordRating .countcontainer span.c {
    background-color: lightpink;
}

#AmazonSuggestKeywordRating .countcontainer span.skipped {
    background-color: lightgrey;
}

#AmazonSuggestKeywordRating .search select {
    margin: 10px;
    padding: 10px;
}

#AmazonSuggestKeywordRating .Progress {
    float: right;
    margin: 97px 20px 20px 0;
    font-size: 25px;
    background: #09f;
    padding: 8px;
    position: absolute;
    right: 0;
    border-radius: 5px;
    color: #fff;
}

#AmazonSuggestKeywordRating .unsorted {
    width: 150px;
    position: absolute;
    top: 260px;
}

#AmazonSuggestKeywordRating .unsorted .wordgroup {
    font-weight: 700;
}

div#ui-datepicker-div {
    z-index: 10!important;
}

span.innerCellLabel {
    display: none;
}

h2, h1, h3 {
    padding: 15px;
    background: #efefef;
}

body {
    font-family: "Inter",-apple-system,BlinkMacSystemFont,"San Francisco","Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    font-size: 12px;
}

.fabbingCart .tableHeadlines input,.fabbingCart .tableHeadlines textarea,.fabbingCart .tableHeadlines select {
    display: none;
}

.mainlogo {
    float: left;
    position: absolute;
    left: 20px;
    top: 13px;
    height: 39px;
    color: #fff;
    font-size: 25px;
    font-family: "calibri light";
}

.Orderstats {
    float: right;
    position: absolute;
    right: 100;
    top: 25px;
    height: 40px;
    color: white;
}

.innerstats {
    display: inline-block;
}

.servicestats {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    position: relative;
}

.weddingringstats {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    position: relative;
}

.primestats {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    position: relative;
    top: -2px;
}

#servicecounter {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    /* Position the badge within the relatively positioned button */
    top: -4;
    right: -5;
    /*width: 40px; height: 40px; background: red; border-radius: 50%; margin-top: -10px; */
}

#weddingringcounter {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    /* Position the badge within the relatively positioned button */
    top: -4;
    right: -8;
    /*width: 40px; height: 40px; background: red; border-radius: 50%; margin-top: -10px; */
}

#primecounter {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    /* Position the badge within the relatively positioned button */
    top: -7;
    right: -5;
    /*width: 40px; height: 40px; background: red; border-radius: 50%; margin-top: -10px; */
}

.statcounter {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    /* Position the badge within the relatively positioned button */
    top: -5;
    right: -5;
    /*width: 40px; height: 40px; background: red; border-radius: 50%; margin-top: -10px; */
}

/*#container 	{ width: 3000px; }
*/
#mainMenuContainer {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 0;
    overflow: visible;
    z-index: 10000;
}

#mainMenu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: rgba(255,255,255,0.9);
    margin: 0;
    overflow: visible;
    visibility: hidden;
}

#TopMenu {
    float: left;
    clear: both;
}

#mainMenuContainer:hover #mainMenu {
    visibility: visible;
}

#TopMenu {
    margin: 0;
}

#TopMenu li {
    width: 120px;
}

#mainMenu>li {
    float: left;
    padding: 10px;
    border-right: 1px black solid;
}

#TopMenu>li {
    float: left;
    padding: 10px;
    border-right: 1px black solid;
}

#mainMenu li a, #mainMenu li a:link, #TopMenu li a, #TopMenu li a:link {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

#mainMenu , #TopMenu {
    width: 100%;
}

#mainMenu ul, #mainMenu , #TopMenu ul, #TopMenu {
    padding: 0
}

#mainMenu ul {
    display: none;
    position: absolute;
    bottom: 31px;
    background: rgba(255,255,255,0.9);
}

#TopMenu ul {
    display: none;
    position: absolute;
    background: rgba(255,255,255,1);
}

#mainMenu ul li {
    list-style: none;
    text-indent: 0;
    padding: 7px;
}

#TopMenu ul li {
    list-style: none;
    text-indent: 0;
    padding: 7px;
}

#TopMenu li UL {
    border: 1px black solid;
    border-top: none;
    margin-top: 9px;
}

#TopMenu li UL li:hover {
    padding-left: 13px;
    border-top: 1px #ccc solid;
    background: #f0f0f0;
}

#TopMenu li UL li {
    padding-left: 13px;
    border-top: 1px #ccc solid;
    background: #fafafa;
}

#TopMenu li:hover {
    background: #fafafa;
}

#mainMenu li:hover ul, #TopMenu li:hover ul {
    display: block;
    text-indent: 0;
    margin-left: -11px;
    border-left: 1px black solid;
}

.context {
    display: none;
    padding: 0;
    position: absolute;
    background: #fff;
    z-index: 102;
    box-shadow: #aaa 1px 2px 3px 0px;
    border-radius: 12px;
    padding: 14px;
}

.context li {
    padding: 6px;
    list-style: none;
}

.context li a, .context li a:link {
    color: #000;
    font-weight: 700;
}

textarea.autoupdate.active {
    position: static;
    height: 200px;
}

.autoupdate, .default {
    min-height: 25px;
}

.visibilityDialog {
    background: rgba(255,255,255,0.95);
    position: fixed;
    width: 700px;
    display: none;
    z-index: 1000;
    margin: 0 auto;
    left: 50%;
    margin-left: -350px;
    margin-top: 100px;
    border: 1px black solid;
    padding: 17px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

tr td.tableHeadlines {
    /* background: #7c9794!important; */
    border-bottom: 1px black solid!important;
    padding: 10px!important;
    color: #fff;
}

.tableHeadlines a {
    font-size: 11px;
    text-decoration: none;
    color: #000;
    /* text-transform: unset; */
    margin-left: 7px;
    font-weight: 700;
}

body.ItemDetailsPrint {
    margin: 0 !important;
}

body {
    /* margin: 47px 5px 5px 5px!important; */
    /* background: url(/src/media/bck.jpg); */
    background: #444;
    /* background-size: 1000px; */
    opacity: 99%;
}

.crudGrid td {
    padding: 4px 5px;
    margin: 0;
    height: 23px;
    /* border-left: 1px #aaa solid; */
    vertical-align: top;
    background: #fff;
    /* border-bottom: none!important; */
}

table.crudGrid {
    /* border-top: 1px #aaa solid; */
    /* border-right: 1px #aaa solid; */
    font-size: 11px;
    margin-bottom: 40px;
}

textarea.autoupdate {
    resize: none;
    overflow: hidden;
}

img.autoupdate {
    height: 50px;
    /* border-radius: 10px; */
    width: auto!important;
    /* border: 1px #ccc solid; */
    max-width: 150px;
}

.autoupdate, .default {
    font-size: 11px;
    height: 100%;
    margin: 0;
    width: 100%;
    border: none;
    font-family: "Inter",-apple-system,BlinkMacSystemFont,"San Francisco","Segoe UI",Roboto,"Helvetica Neue",sans-serif!important;
}

select.autoupdate, select.default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eee;
    border-radius: 25px;
}

#mii_tabler_creation_form .autoupdate {
    height: 20px;
}

.default {
    width: 100%;
    border: none;
    background: #ffc!important;
    font-size: 11px;
    height: 23px;
    margin: 0;
}

.filterField {
    width: 100%;
    border: 1px #fff solid;
}

#loginForm {
    margin: 100px auto;
}

.message {
    font-size: 12px;
    text-align: center;
}

.message {
    /* position: absolute; */
    margin-top: 60px;
    z-index: 100000;
    width: 100%;
}

.message.failure {
    background: #f55;
    padding: 10px;
}

.message.warning {
    background: #ff5;
    padding: 10px;
}

.message.alert {
    font-size: 20px;
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.crudGrid .tableHeadlines br, .tableHeadlines input {
    margin: 8px 0 0 0;
    background-size: 20px!important;
    background: url(../media/filter_icon_143777.png) right no-repeat #fff;
    height: 23px;
    border-radius: 3px;
    border: 1px #ebebeb solid;
    /* display: none; */
}

.crudGrid input.autoupdate, 
.crudGrid texares.autoupdate,
.div texares.autoupdate

{
    border-radius: 5px;
}

.crudGrid .colContent {
    /* text-align: center; */
}

.adminGrud .crudGrid tr:nth-child(even) td, .adminGrud tr:nth-child(even) td .autoupdate {
    /* background: #eee!important; */
}


.crudGrid tr:nth-child(2) td, .crudGrid tr:nth-child(2) td .autoupdate {
    /* background: #e8f5e9!important; */
}

.crudGrid tr:nth-child(2) td {
    background: #f1f1f1;
}

.ItemDetails .crudGrid tr td.tableHeadlines, .ItemDetails .reportGrid tr td.tableHeadlines {
    background: #fff!important;
    border-top: 1px #ccc solid!important;
    /* padding: 10px!important; */
    /* color: #fff; */
    /* text-align: left; */
    height: 15px;
}

.ItemDetails .reportGrid tr td {
    color: #000;
    background: #fff;
}

.crudGrid tr:nth-child(2) {
    display: none;
}

.crudGrid tr:last-child {
    display: revert;
}

table.crudGrid {
    /* border-bottom: 1px #aaa solid; */
    /* min-width: 100%; */
}

#loginForm input {
    border: 1px #aaa solid;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 30px;
}

#loginForm input.button {
    border: none;
    background: #729494;
    color: #fff;
    text-transform: uppercase;
}

.button {
    padding: 8px 25px;
    background: #000;
    color: #fff;
}

.ItemDetails .itemImage {
    float: right;
    height: 250px;
    margin-bottom: 21px;
    border: 1px solid #999;
    padding: 9px;
}

.ItemDetails h4 {
    background: none;
    clear: both;
    font-weight: bold;
    padding: 10px;
    background: #fff;
    border: none;
    margin: 8px 0;
    border-radius: 10px;
    text-decoration: underline!important;
    display: none;
}

.ItemDetails .crudGrid {
    width: 100%;
}

.ItemDetails table.overview td {
    vertical-align: middle;
    height: 38px;
}

.ItemDetails table.overview {
    /* float: left; */
    background: #fff;
    width: 100%;
    /* height: 200px; */
}

.ItemDetails table.overview tr:nth-child(even),.ItemDetails table.overview tr:nth-child(even) .autoupdate {
}

.ItemDetails table.overview #col1 {
    width: 0px;
}

.ItemDetails table.overview #col0 {
    /* width: 200px; */
    font-size: 12px;
    font-weight: 700;
    padding-left: 29px;
    /* vertical-align: top; */
}

.ItemDetails .crudGrid .autoupdate, .ItemDetails .crudGrid .default
{
    /* height: 35px; */
}

.ItemDetails textarea, .ItemDetails select {
    width: 100%;
}

.ItemDetails .comments #col3 {
    width: 600px
}

.ItemDetails #col1 a:link {
    color: black;
    text-decoration: none;
}

.ItemDetails #col1 a:visited {
    color: black;
    text-decoration: none;
}

.ItemDetails #col1 a:hover {
    color: grey;
    text-decoration: none;
}

.overview .autoupdate {
    /* background: #fff!important; */
}

.ItemDetailsPrint .crudGrid {
    float: right;
}

.ItemDetailsPrint .overview.first {
    margin-top: -40px;
}

.ItemDetailsPrint .overview #col0 {
    width: 100px;
}

.ItemDetailsPrint.Gunde .overview {
    width: 500px;
}

.ItemDetailsPrint .overview {
    background: #fff;
    width: 300px;
}

.ItemDetailsPrint.Gunde .itemImage {
    margin-top: 50px;
}

.ItemDetailsPrint .itemImage {
    z-index: 0;
    display: block;
    width: 150px;
}

.ItemDetailsPrint h2 {
    z-index: 999;
    top: 0;
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    width: 150px;
    text-align: center;
    //margin-top: -15px;
}

.ItemDetailsPrint .overview {
    font-size: 9px;
}

.ItemDetailsPrint.Gunde .overview, .ItemDetailsPrint.Gunde h4 {
    font-size: 14px;
}

.ItemDetailsPrint .overview td {
    border: 1px #ccc solid;
}

.ItemDetailsPrint.Gunde .overview {
    margin-top: 0px;
}

.ItemDetailsPrint .overview {
    margin-top: -20px;
    z-index: 9999;
    position: relative;
}

.ItemDetailsPrint .overview td#col0 {
    font-weight: 700;
    vertical-align: top;
}

.boxLeft, .boxRight {
    float: left;
}

.Gunde .boxLeft {
    width: 600px;
}

.Gunde .boxLeft .logo {
    float: right;
    margin-top: 14px;
}

.boxRight {
    margin-left: 50px;
    background: #fff;
}

.boxRight table {
    width: 300px;
    font-size: 9px;
}

.boxRight table td {
    padding-bottom: 10px;
}

#invoice {
    font-family: Arial,Verdana,Helvetica;
    font-size: 13px;
    background: #fff;
    margin: 0;
    padding: 0;
}

#invoice th, #invoice td {
    text-align: left;
    padding: 2px 15px 5px 0;
    vertical-align: top;
}

#invoice .page {
    page-break-after: always;
    width: 630px;
    height: 880px;
}

#invoice .page {
    position: relative;
    padding: 112px 20px 0 20px;
}

#invoice .sender {
    font-size: 8px;
    text-decoration: underline;
}

#invoice .textRight {
    text-align: right;
}

#invoice .header table {
    font-size: 10px;
    line-height: 7px;
}

#invoice .header {
    position: absolute;
    font-size: 10px;
    text-align: left;
    right: 20px;
    top: 110px;
}

#invoice .logo {
    position: absolute;
    right: 20px;
    top: 0;
}

#invoice .header img {
    margin-bottom: 27px;
}

#invoice table {
    font-size: 13px;
}

#invoice .billingAdresse {
    padding-left: 15px;
}

#invoice h3 {
    margin-top: 100px;
}

#invoice .positions {
    margin-bottom: 50px;
}

#invoice .positions table {
    width: 100%;
}

#invoice .Footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px 0 0 0;
}

#invoice .Footer table tr, #invoice .Footer table td {
    line-height: 7px;
}

#invoice .Footer table {
    font-size: 9px;
}

#invoice .Footer div {
    float: left;
    margin-right: 46px;
}

.tableHeadlines {
    position: relative;
    width: 100px;
}

.widthDraggerLeft {
    position: absolute;
    height: calc(100% - 16px);
    width: 3px;
    top: 8px;
    left: 0;
    cursor: col-resize;
    /* border-right: 1px #333 dashed; */
    display: none;
}

.widthDraggerRight {
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    right: 0;
    cursor: col-resize;
}

.buttons {
    font-size: 12px;
    width: 200px;
}

.buttons p {
    margin: 0;
}

.buttonRowLabel {
    width: 100px;
    display: inline-block;
    padding: 5px 10px 5px 0;
    font-weight: 700;
}

.fullfillmentButtons:hover {
    background: #aaa;
}

.fullfillmentButtons {
    padding: 4px 0 4px 8px;
    background: #888;
    color: #fff;
    text-decoration: none;
    margin-right: 7px;
    width: 175px;
    height: 18px;
    display: inline-block;
    text-align: center;
    margin: 2px;
}

#rowStatus .fullfillmentButtons {
    width: inherit;
    padding: 7px 22px;
    display: inline;
}

.boxLeft {
    position: relative;
}

.engraveBoxIcon, .engraveIcon, .galvanikIcon {
    top: 20px;
    height: 50px;
    position: absolute;
    font-size: 18px;
    color: rgb(240, 25, 25);
    font-weight: 700;
    left: 150px;
}

.galvanikIcon {
    top: 90px;
    /*background: url(../media/icons/enrgave.png); */
}

.engraveIcon {
    top: 45px;
    /*background: url(../media/icons/enrgave.png); */
}

.engraveBoxIcon {
    /*background: url(../media/icons/enrgaveBox.png); */
}

.prettyList {
    font-family: calibri;
    padding: 0;
}

.prettyList td {
    padding: 1px 5px;
}

.prettyList th {
    padding: 1px 5px;
    color: #fff;
    background: #aaa;
}

.prettyList tr:nth-child(even) {
    background: #eee;
}

/* Mail Vorschau*/
.mailStatus {
    position: absolute;
    border: 3px solid #0F0;
    width: 200px;
    height: 100px;
    left: 10px;
    top: 100px;
    padding: 20px;
    font-size: 14px;
}

.mailStatus.error {
    border-color: #F00;
}

.fullfillmentButtons + .preview {
    background: url(../media/icons/eye.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: -7px;
    margin-left: 0px;
}

.fullfillmentButtons + .preview:hover {
    background-color: #ccc;
}

.preview + .fullfillmentButtons {
    display: inline-block
}

.mail {
    position: absolute;
    width: 150px;
    margin-left: -150px;
    margin-top: -3px;
    font-size: 12px;
    text-align: right;
}

.mail .fullfillmentButtons {
    width: auto;
    padding: 3px;
}

.CsvExporterPreSelects a {
    border: 1px black solid;
    padding: 2px 5px;
    color: #000;
    text-decoration: none;
}

.ItemDetails {
    margin: 10px;
}

.ItemDetails .overview {
    margin-bottom: 50px;
}

.ItemDetails .overview tr:last-child td{
border: none;
}
.ItemDetails .overview td {
    border-bottom: 1px #ddd solid;
    /* padding-top: 7px; */
}

.ItemDetails .overview textarea,.ItemDetails .overview input.autoupdate {
    /* margin-left: 3px; */
    margin-top: 1px;
    border-radius: 5px;
}

.ListHeadline {
    background: #eee;
    padding: 10px;
    margin: 0px;
}

.StockTab td:hover {
    position: relative;
}

.StockTab td:hover .StockTooltip {
    display: block;
    border: 1px #ccc solid;
}

.StockTooltip {
    padding: 7px;
    background-color: #fff;
    position: absolute;
    display: none;
    top: 20;
    right: -150px;
    width: 150px;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans); @media screen {
    #cssmenu {
        position: fixed!important;
        top: 0;
        left: 0;
        width: 100%!important;
        display: block;
        z-index: 999;
    }

    #cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #menu-button {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #cssmenu:after,#cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

    #cssmenu {
        line-height: 1;
        background: #000;
        width: auto;
        height: 64px;
    }

    #cssmenu>ul {
        width: 2000px;
    }
}

@media print {
    #cssmenu {
        display: none;
    }
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 15px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:hover > a,#cssmenu > ul > li.active > a {
    color: #0cc;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}

#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #0cc;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 38px;
}

#cssmenu ul ul li a {
    padding: 13px 20px;
    width: 160px;
    font-size: 12px;
    background: hsla(250,0%,30%,1);
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul ul li a {
    background: hsla(250,0%,35%,1);
}

#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover {
    color: #0cc;
    background: hsla(250,0%,40%,1);
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

.hinweisbox {
    border: 3px solid #660000;
    padding: 10px;
    position: absolute;
    width: 365px;
    left: 610px;
    bottom: 470px;
}

/*Tabs bei Kommentaren in Detailansicht*/
.tabliste {
    float: none;
    list-style: none;
    position: relative;
    text-align: left;
    height: 500px;
    padding: 0;
    width: 90%;
}

.tabliste .tab {
    float: left;
    display: block;
}

.tabliste .tab input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.tabliste .tab label {
    display: block;
    padding: 14px 21px;
    text-transform: uppercase;
    position: relative;
    top: 3px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #eee;
}

.tabliste .tab label:hover {
    /* background: #ddd; */
    text-decoration: underline;
}

.tabliste .tab #container {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 44px;
    left: 0;
}

.tabliste .tab input:checked + label {
    top: 0;
    padding-top: 17px;
    background: #888;
    color: #fff;
}

.tabliste .tab input:checked ~ #container {
    display: block;
}

.visibilityDialog input[type="checkbox"]:checked + label {
    color: #ccc;
    ; }

.visibilityDialog input[type='checkbox'] {
    margin-top: -30px;
}

.visibilityDialog input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 13px;
    height: 10px;
    margin: 0;
    margin-right: 1px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
}

.visibilityDialog input[type='checkbox']:after {
    content: "";
    vertical-align: middle;
    text-align: center;
    line-height: 10px;
    position: absolute;
    cursor: pointer;
    height: 10px;
    width: 10px;
    left: -2px;
    top: -2px;
    font-size: 10px;
    border: 1px black solid;
    margin: 2px;
    background: #fff;
}

.visibilityDialog input[type='checkbox']:hover:after, .visibilityDialog input[type='checkbox']:checked:hover:after {
    background: #fff;
    content: 'x';
    color: #888;
}

.visibilityDialog input[type='checkbox']:checked:after {
    background: #fff;
    content: 'x';
    color: #f00;
    font-weight: 700;
}

.visibilityDialog ul {
    ---mozila-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

.right {
    float: right;
}

.modelStat {
    float: left;
    border: 1px #ccc solid;
    margin: 5px;
    padding: 8px;
    height: 200px;
}

.statMessage {
    border: #770 1px solid;
    background: #ffc;
    padding: 10px;
    font-size: 16px;
    margin: 5px;
    color: #770;
}

.filterBar form {
    display: inline;
    margin-left: 20px;
}

.filterBar {
    font-size: 12px;
    float: right;
}

.ModelInfo {
    float: right;
}

/*Hinweis in OrderDetails unter Bild*/
.hinweis {
    border: 2px solid #f00;
    background-color: #fdd;
    font-weight: 700;
    clear: both;
    padding: 10px;
    width: 250px;
}

.imageTemplateContainer textarea {
    width: 200px;
    height: 100px;
}

.imageTemplateContainer {
    width: 200px;
    float: left;
    margin: 5px;
}

.ImageTemplateViewBar, .ImageTemplateFormBar {
    margin: 5px;
    padding: 10px;
    border-bottom: 1px black solid;
}

.imageTemplateContainer img,.ImageTemplateErrorMessage {
    border: none;
    box-shadow: 1px 1px 2px 1px #ccc;
    margin-bottom: 5px;
}

.ImageTemplateErrorMessage {
    width: 180px;
    height: 180px;
    padding: 10px;
    word-wrap: break-word;
    color: #f00;
}

.prettyList .level2 td:nth-child(1) {
    color: #eef;
}

.prettyList .level3 td:nth-child(1) {
    color: #f5f5ff;
}

.prettyList .level3 td:nth-child(2) {
    color: #f5f5ff;
}

.prettyList .level4 td:nth-child(1) {
    color: #fcfcff;
}

.prettyList .level4 td:nth-child(2) {
    color: #fcfcff;
}

.prettyList .level4 td:nth-child(3) {
    color: #fcfcff;
}

.prettyList .level2 td:nth-child(1) a,.prettyList .level3 td:nth-child(1) a,.prettyList .level3 td:nth-child(2) a,.prettyList .level4 td:nth-child(1) a,.prettyList .level4 td:nth-child(2) a,.prettyList .level4 td:nth-child(3) a {
    display: none;
}

.prettyList .level2 td {
    background: #eef;
    font-size: 13px;
}

.prettyList .level3 td {
    background: #f5f5ff;
    font-size: 11px;
}

.prettyList .level4 td {
    background: #fcfcff;
    font-size: 11px;
}

.fibuTable td {
    text-align: right;
}

.fibuTable a {
    text-decoration: none;
    color: #000;
}

a.ausklappen {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    background: url('../media/icons/arrowup.png');
    margin-right: 10px;
    margin-top: 2px;
}

a.einklappen {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    background: url('../media/icons/arrowleft.png');
    margin-right: 10px;
    margin-top: 2px;
}

input.future, input.past {
    background: #efe;
    border: none;
    background: none;
    text-align: right;
    font-size: 10px;
    color: #333;
}

input:not([disabled]).future, input:not([disabled]).past {
    color: #909;
}

.ItemDetailsPrint .iconBox {
    margin-top: -50px;
    margin-bottom: 50px;
    text-align: right;
}

.LaufzettelWrapper {
    clear: both;
    page-break-after: always;
    page-break-before: alway;
    height: 800px;
    overflow: hidden;
}

#container {
}

form.Email-Preview input,form.Email-Preview textarea,form.AgosiEmailForm input,form.AgosiEmailForm textarea {
    width: 800px;
}

form.Email-Preview textarea,form.AgosiEmailForm textarea {
    height: 400px;
}

.pickListWrapper {
    width: 1000px;
}

.pickListWrapper div {
    width: 100px;
    height: 100px;
    float: left;
    border: 1px black solid;
    font-size: 10px;
    margin: 30px;
}

.scanBox {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
}

.scanBox a {
    color: #fff;
}

table.prettyList.fibuTable.kpis td:nth-child(2n+4) {
    border-right: 1px black solid;
}

#AmazonSuggestKeywordRating #keyword {
    font-size: 80;
    text-align: center;
}

#AmazonSuggestKeywordRating #kontext {
    font-size: 40;
    text-align: center;
}

#AmazonSuggestKeywordRating #kontextTErms {
    margin: 20px;
    text-align: center;
}

#AmazonSuggestKeywordRating .countcontainer {
    text-align: center;
    padding-top: 20px;
}

#AmazonSuggestKeywordRating .countcontainer span, .unsorted {
    padding: 10px;
    20px; font-size: 18px;
    border-radius: 5px;
    background-color: #efefef;
    margin: 20px;
}

#AmazonSuggestKeywordRating .countcontainer .count {
    margin-top: 20px;
}

#AmazonSuggestKeywordRating .countcontainer span.counter {
    background-color: lightgrey;
}

#AmazonSuggestKeywordRating .countcontainer span.ab {
    background-color: limegreen;
}

#AmazonSuggestKeywordRating .countcontainer span.a {
    background-color: lightgreen;
}

#AmazonSuggestKeywordRating .countcontainer span.b {
    background-color: lemonchiffon;
}

#AmazonSuggestKeywordRating .countcontainer span.c {
    background-color: lightpink;
}

#AmazonSuggestKeywordRating .countcontainer span.skipped {
    background-color: lightgrey;
}

#AmazonSuggestKeywordRating .search select {
    margin: 10px;
    padding: 10px;
}

#AmazonSuggestKeywordRating .Progress {
    float: right;
    margin: 97px 20px 20px 0;
    font-size: 25px;
    background: #09f;
    padding: 8px;
    position: absolute;
    right: 0;
    border-radius: 5px;
    color: #fff;
}

#AmazonSuggestKeywordRating .unsorted {
    width: 150px;
    position: absolute;
    top: 260px;
}

#AmazonSuggestKeywordRating .unsorted .wordgroup {
    font-weight: 700;
}

div#ui-datepicker-div {
    z-index: 10!important;
}

span.innerCellLabel {
    display: none;
}

div#CardGrid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: stretch;
}

.card {
}

span.cardtitle {
    display: block;
    font-size: 14px;
    height: 3em;
    margin-top: 9px;
}

.card {
    width: 115px;
    height: 150px;
    background: #fff;
    margin: 7px;
    text-align: center;
    padding: 10px 0 0 0;
    overflow: hidden;
    border-radius: 8px;
    /* box-shadow: #ccc 2px 4px 7px 2px; */
    /* border: 1px #ccc solid; */
    padding: 6px;
}

.card:hover {
    box-shadow: #888 2px 2px 6px 1px;
    margin: 6px 8px 8px 6px;
}

.card img {
    width: 100%;
}

#CardGrid a {
    text-decoration: none;
    color: black;
}

.adminCards .titleImage {
    height: 105px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.ItemDetails .titleImage {
    /* height: 200px; */
    background-size: auto;
    background-position: center;
    width: calc(43% - 40px);
    margin: 0 2% 20px 0;
    border-radius: 10px;
    /* box-shadow: #ccc 1px 2px; */
    border: 25px #FFF solid;
    background-repeat: no-repeat;
    background-color: #fff;
}

.ItemDetails .ui-accordion .ui-accordion-content
{
    margin-top: -15px;
    margin-bottom: 10px;
}

.ui-accordion .ui-accordion-content {
    padding: 0;
}

/*
@media screen and (max-width: 800px) 	{
 .colContent 	{ width: 100%; text-align: left!important; }
.colContent a,.colContent input 	{ float: left; width: 40%; }
.colContent a	{ margin-top: 5px; }
.colContent input	{ margin-top: 0px; }
.colContent input	{ width: 50% }
.tableHeadlines	{ width:100%; height: 25px!important; }
.tableHeadlines br	{ display: none; }
.adminGrud .crudGrid tr:nth-child(2) 	{ display: none; }
.adminGrud .crudGrid 	{ width:100%; }
.adminGrud .crudGrid tr 	{ display: block; width: 100%; border-bottom: 1px #959595 solid; }
.adminGrud .crudGrid td 	{ display: flex; font-size: 15px; }
.adminGrud .autoupdate	{ font-size: 15px; }
span.innerCellLabel 	{ display: block; width: 150px; vertical-align: middle; padding-top: 5px; }

} */
@media screen and (max-width: 800px) {
    #cssmenu ul {
        display: inline-grid;
    }

    #cssmenu ul li:hover>ul {
        position: static;
    }

    #cssmenu ul li:hover>ul {
        position: static;
    }

    #cssmenu ul {
        width: 100%
    }

    #cssmenu ul ul li {
        background: #333;
    }

    #cssmenu ul ul li a {
        width: 100%!important;
    }

    #cssmenu>ul {
        min-height: 40px;
    }

    #cssmenu>ul>li {
        display: none;
    }

    #cssmenu>ul:hover>li {
        display: block;
    }

    .crudGrid tr:nth-child(2) {
        display: table-row;
    }

    .crudGrid {
        transform: scale(0.8,0.8);
        transform-origin: 0 0;
    }

    .stammdaten, .titleImage {
        width: 100%!important;
        margin: 0 2% 10px 2%  !important;
        min-height: 100px;
    }

    .titleImage
    {
        margin: 0 2% 10px 2%  !important;
    }
    

    
}

.sub, .sub td label, .sub .autoupdate {
    background: #ebebeb!important;
    height: 5px!important;
    font-size: 9px!important;
}

.overview .sub td {
    height: 28px!important;
}

.adminCards span.label {
    font-weight: 700;
}

.ui-accordion-content-active {
    background: none;
    border: none;
}

body.ItemDetails .crudGrid td {
    /* height: 15px; */
    /* padding: 4px; */
    /* margin: 0; */
}

.ItemDetails .actions {
    height: 30px;
    /* max-width: 820px; */
    margin: 64px 2%;
    text-align: right;
}

.ItemDetails .actions a.button {
    margin: 0 5px;
    background: #000;
    text-decoration: none;
    border-radius: 20px;
}

.sub td {
    border-bottom: 1px #fff solid!important;
}

.ItemDetails .colContent {
    text-align: left;
    font-weight: 400;
}

.embededEntryIconAdd, .embededEntryIconDropdown {
    display: inline-block;
    background: #ebebeb;
    color: #000;
    font-weight: 100;
    border-radius: 5px;
    padding: 2px 4px;
    margin-right: 5px;
}

.embededEntryIconDropdown {
    padding: 2px 5px;
}

.embededEntryIconDropdown .open {
    display: none;
}

.ItemDetails tr.sub {
    display: none;
}

tr:hover td {
    filter: brightness(0.95);
}

tr:hover td.tableHeadlines
{
    filter: brightness(1);
                                                                 }

.reportCreatorTableSelector {
    margin: 5px 5px 5px 20px;
}

.ui-corner-all {
    border-radius: 0px;
}

.ui-accordion-header {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.side:hover
{
    width: 300px;
    transition: width 0.5s ease;
    opacity: 95%;
}

.side {
    /* float: left; */
    position: fixed;
    width: 20px;
    height: 1000px;
    background: #ebebeb;
    margin: 64px 0 0 -8px;
    overflow: hidden;
    transition: width 0.2s ease;
    top: 0;
    left: 0;
    z-index: 2000;
    opacity: 5%;
}

.side ul  ul ul {
    /* display: none; */
}

.side>ul {
    width: 290px;
    padding-left: 27px;
} 

.side li  a {
    text-decoration: none;
    font-size: 14px;
}

.side li { line-height: 2.2em}

.side li li {list-style-type: circle;list-style-position: inside;padding: 0 0 0 10px;}
.side li li  li {list-style: none;/* list-style-position: inside; */}
.side li li.active li a { color: #666; }
.side li li ul {padding: 0 0 13px 7px;display: none;}
.side li li.active ul {display: block;background: #ebebeb;}
.side li li.active::marker  {}
.side li ul {padding: 0 0 0 0px;}

.ItemDetails div#header {
    width: 100%!important;
    font-size: 14px;
    padding: 15px;
    margin-top: 0;
    display: none;
}

div#header {
    /* float: left; */
    width: calc(100% - 390px);
    margin-top: 80px;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.ajax-overlay.footer {
    padding: 10px;
    text-align: center;
}

.contextDots 
{
	text-align: right;
}

#container 
{
	overflow-x: scroll;
}

.ItemDetails #subcontainer
{
    width: 100%;
}

#subcontainer
{
	width: 10000px;
}

.context a {
    text-decoration: none;
    font-weight: 100!important;
}


.context a:hover {
    text-decoration: underline;

}

.stammdaten {
    /* overflow: auto; */
    /* width: 0; */
    background: #fff;
    width: 48%;
    padding: 48px 9px 1px 10px;
    border-radius: 10px;
    /* box-shadow: #ccc 1px 2px; */
    margin: 0 0 0 2%;
    margin-bottom: 20px;
}

div#accordion {
    /* width: 95%; */
    /* float: right; */
    margin: 0 2%;
}

.sub {}

.sub td {
}

.itemDetails div#header {
    width: 100%;
}

.ItemDetails h1 {
    /* width: 841px; */
    margin: 0 0.5%;
    background: none;
    margin-top: 30px;
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
}

.ItemDetails img.autoupdate {
    height: auto;
    width: 80px!important;
}

.ItemDetails H1 a.pageNavigation:hover {
    background: #888;
}

.ItemDetails H1 a.pageNavigation {
    text-decoration: none;
    margin: 14px;
    background: #555;
    padding: 0 11px 5px 9px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 100;
}

.ItemDetails H1 a.pageNavigation.next
{
     
    padding-right: 9px;
    padding-left: 4px
}

.side>ul>li>a
{
    font-size:11px;
    
}
.side>ul>li {
    margin-top:20px;
    list-style: none;
}

.stammdaten>div {
    /* width: 50%; */
}

.top_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    /* filter: invert(1); */
    /* opacity: 0.7; */
}


/*DARKMODE

h4
{
    filter: invert(1);
    background-color: #eaeaea!important;
    z-index: 100;
}

.stammdaten, #container
{
    filter: invert(1);
    opacity: 0.7;
    filter: invert(1); 
}

img.autoupdate, .top_boxes img {
    background: #000;
    filter: invert(1);
}

.titleImage
{
    border-color: #151515!important;
}

h4 
{
    
}
*/


.chartConatiner {
    padding: 78px 2%;
}
	#filterContainer .button {/* width: 100px; */}
	#filterContainer {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 1px black solid;
    background: #fefefe;
    z-index:1000;
    padding: 5px;
}

#filterContainer .button , 
#filterContainer select ,
#filterContainer #freeFilter 
{
    margin: 5px;
    float: left;
    /* height: 30px; */
    border-radius: 5px;
    border: none;
}

#filterContainer select {
    height: 30px;
    border: 1px #ccc solid;
    
}
#filterContainer #freeFilter { 
    height: 26px;
    border: 1px #ccc solid;
}


.singleFilter {
    float: left;
    margin: 5px;
    background: #999;
    color: #fff;
    padding: 8px 8px;
    border-radius: 7px;
}

.singleFilter a {
   text-decoration: none;
   margin: 5px 0px 5px 10px;
   background: #fff;
   padding: 0 4px 1px 4px;
   border-radius: 7px;
}

.chartWrapper .headline a {float: right; margin-left: 5px;}
.chartWrapper .headline {
    background: #fff;
    padding: 10px 30px 7px 10px;
    margin-bottom: 5px;
    }
	
	.chartWrapper {
     margin: 6px;
    border: 1px #eee solid;
    background: #efefef;
    border-radius: 10px;
    overflow: hidden;
}

body {
	margin-bottom: 100px !important;
}

.rightTabs {
    position: fixed;
    height: 100%;
    top: 15%;
    right: 0;
	width: 80px;
}
.rightTabs a{
	text-decoration: none;
}
.rightTabs div:hover {
    /* box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75); */
    padding-right: 20px;
}
.rightTabs div {
    padding: 10px 10px;
    width: 60px;
    margin: 7px 0;
    background: #fff;
    float: right;
    color: #000;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    border-radius: 5px 0 0 5px;
}

.chartConatiner {
    overflow: auto;
    padding-bottom: 100px;
}



.adminCards h3 {
    background: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-left: 20px;
    border-bottom: #fff 1px solid;
}


.adminCards #filterForm {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.adminCards #filterForm input {
    background: #ccc;
}


.adminCards #filterForm:hover {
    width: auto;
    height: auto;
} 

.adminCards #filterForm {
    position: absolute;
    right: 10px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    opacity: 0.8;
}