body {
    color: #000000;
}

select.required, input[type=text].required {
    border-left: 3px solid #fca700;
}

select.required.error, input[type=text].required.error {
    border-left: 3px solid #c21313;
}

select.required.valid, input[type=text].required.valid {
    border-left: 3px solid #016a00;
}

.pageTitle {
    color: white;
    background: none repeat scroll 0 0 #3d3d3d;
}
.pageTitle h1, .pageTitle h2 {
    color: white;
}
.dataTable {
  background-color: #ddd;
  width: 98.6%;
  margin: 10px;
}
.dataTable.nopadding td {
  padding: 0 !important;
}
.dataTable > tbody > tr:nth-child(2n) > td {
    background-color: #eee;
}
.dataTable > tbody > tr:nth-child(2n+1) > td {
    background-color: white;
}
.dataTable th {
    color: white;
    background-color: #3D3D3D;
    text-align: left;
}
#headLine {
    background: black;
}
#headLine, #headLine a {
    color: #A4A3A3;
}
#headLine #menuToggleIcon {
    margin: 11px 0 0 11px;
    cursor: pointer;
}
#languageBox #languageChooser {
    background-color: black;
}
#left, #left a {
    color: #F9F9F9;
}
#hilfeSuche input[type="text"] {
    border-bottom: 1px solid #5c5c5c;
    color: white;
}
#hilfeSuche a:hover {
    color: white;
}
#menu a:hover, #menu a:active, #menu a:focus {
    color: white;
}
#menu > ul > li {
    border-top: 1px solid #5c5c5c;
}
#menu > ul > li:first-child {
    border-top: none;
}
#menu > ul > li > ul > li a {
    color: #bdbdbd;
    padding: 7px 7px;
    padding-left: 20px;
}
#menu > ul > li > ul > li.active > a, #menu > ul > li > ul > li > a:hover, #menu > ul > li > ul > li > a:active, #menu > ul > li > ul > li > a:focus {
    background: #575757;
}
#menu > ul > li.active > a, #menu > ul > li > a:hover, #menu > ul > li > a:active, #menu > ul > li > a:focus {
    background-color: #303030;
}
#menu > ul > li .menuItem:before {
    position: absolute;
    content: "+ ";
    top: 6px;
    left: 6px;
}
#menu > ul > li .menuItem.active:before {
    content: "- ";
}
#menu > ul > li .menuItem.clickable:before {
    content: "";
}
#searchArticle td {
    background-color: #eee !important;
}

#searchArticle table.dataTable > tbody > th, 
#searchArticle table.dataTable > tbody > td {
    padding: 0 10px;
}

#searchArticle #rubnam_container {
    color: white;
}

#searchArticle #advancedSearchButton {
    background: none repeat scroll 0 0 #3385ae;
    background: -moz-linear-gradient(to bottom, #57a4ce 0%, #3385ae 100%);
    background: -webkit-linear-gradient(to bottom, #57a4ce 0%, #3385ae 100%);
    background: -o-linear-gradient(to bottom, #57a4ce 0%, #3385ae 100%);
    background: -ms-linear-gradient(to bottom, #57a4ce 0%, #3385ae 100%);
    background: linear-gradient(to bottom, #57a4ce 0%, #3385ae 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57a4ce', endColorstr='#3385ae', GradientType=0 );
}

#searchArticle #searchCategory,
#searchArticle .searchLabel,
#searchArticle #searchLine > div,
#searchArticle #searchInput,
#searchArticle #searchSubmit {
    float: left;
}

#searchArticle #searchCategory,
#searchArticle .searchLabel,
#searchArticle #searchLine > div,
#searchArticle #searchSubmit,
#searchArticle #searchExtra,
#searchArticle #searchInput {
    padding: 10px;
}

#searchArticle #searchCategory {
    position: relative;
}

#searchArticle #searchCategory > a:nth-child(2) {
    position: absolute;
    right: 15px;
    top: 15px;
}

#searchArticle #searchLine::after {
    clear: both;
    content: "";
    display: block;
}

#searchArticle #searchLine {
    border-bottom: 1px dashed gray;
}

#searchArticle .searchLabel {
    line-height: 25px;
    vertical-align: middle;
}

#searchArticle #suchBegriff {
    margin-top: 0px;
    width: 280px;
}

#searchArticle #searchLine #searchInput{
    padding-left: 0px;
}

#searchCategory img {
    height: 15px;
}

#adminbody {
    background-color: white;
    position: relative;
}

@media(max-width:650px) {
}
/********************************************/
/** PATRICK *********************************/
/********************************************/
body {color: #333 !important;font-family: "Arial" !important;overflow: auto !important;}
#tabsartikel_bilder .artikelBilderRow {margin-top: 10px;border-bottom: 1px dashed #dadadd;padding-bottom: 5px;margin-bottom: 5px;}
#tabsartikel_bilder .artikelBilderRow:last-of-type {border-width: 0;}
#tabsartikel_bilder .alert-info {padding: 3px;border-radius: 5px;margin-top: 10px;}
#tabsartikel_bilder .imageBox {width: 120px; height: 120px;}
#tabsartikel_bilder .imageBox img {max-width: 100%; max-height: 100%;}
#MoxiePopup{padding:0px;overflow:hidden;}
#MoxiePopup iframe{width:100%;height:100%;border:0;}
.dataTable a {color: #777;overflow: hidden;padding: 5px;text-decoration: none;margin-left: 1px;}
#listingArticle td:nth-child(4) nobr > img {padding: 3px;}
#listingArticle .articleLine a {padding: 2px;float: left;}
#listingArticle .articleLine .stock_available {background-color: #b1ffb0 !important;}
#listingArticle .articleLine .stock_lower {background-color: #f7b3b3 !important;}
#listingArticle .articleLine .stock_null {background-color: #fed586 !important;}
#listingArticle .articleLine .stock_ignore {}

#listingArticle .articleLine .stock_available a,
#listingArticle .articleLine .stock_lower a, 
#listingArticle .articleLine .stock_null a,
#listingArticle .articleLine .stock_ignore a{
    padding: 0 2px;
}

#listingArticle .articleLine .icheckbox_flat {
    
}
#listingArticle .stock_reserved a, #listingArticle .stock a   {
    float:none;
}

#listingArticle .articleLine .icheckbox_flat {
    margin-top: 10px;
}

.rub2 table tr td {
    padding: 1px!important; 
}
.rub2 a{
    padding: 0px!important; 
}
.rub2 img{
    float:left!important;   
}
.preview_text a, .preview_text span {
    background: #4B8DF8;
    display: block;
    padding: 3px;
    margin-bottom: 2px;
    color: #fff;
}
#design_chooser .preview_box {
    border: 1px dashed black;
    float: left;
    height: auto!important;
    margin: 15px;
    overflow: hidden!important;
    padding: 5px;
    text-align: center;
}
.preview_text a:hover {
    background: #2474F6;
    display: block;
    padding: 3px;
}
hr {
    color: #fff !important;
}
#statusline {
    margin: 15px!important;
    padding: 5px!important;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("pix/progress_overlay.png")  repeat scroll 0 0%, #f2f2f2;
    border-color: #dadada #dadada -moz-use-text-color;
    border-image: none;
    border-radius: 3px;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    border-bottom: 0px solid #fff!important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px #333;
}
#statusline a {
    color: #3C763D!important;
}
#statusline table td {
    background-color: none !important;
}
.dataTable img {
    float: left;
}
.dataTable a:hover {
    color: #777;
text-decoration: underline;
}
#rubchooser_div {
}
#rubrik_form_container {
    margin-top: 0px !important;
}
#rubchooser_anchor span {
    background: none repeat scroll 0 0 #3385ae;
    background: -moz-linear-gradient(to bottom, #57a4ce 0%, #3385ae 100%);
    background: -webkit-linear-gradient(to bottom, #57a4ce 0%, #3385ae 100%);
    background: -o-linear-gradient(to bottom, #57a4ce 0%, #3385ae 100%);
    background: -ms-linear-gradient(to bottom, #57a4ce 0%, #3385ae 100%);
    background: linear-gradient(to bottom, #57a4ce 0%, #3385ae 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57a4ce', endColorstr='#3385ae', GradientType=0 );
    border-radius: 2px;
    display: block;
    font-family: "arial",san serif;
    font-size: 12px;
    padding: 5px 25px 5px 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #646464;
}
.ui-widget-content a {
    text-decoration: none;
}
.pageTitle h1 {
    color: #fefefe;
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 29px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0px;
    text-decoration: none;
    font-weight: 400;
}
.ui-widget {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1em;
    color: #737373;
}
.pageTitle {
    background: url("pix/progress_overlay.png") repeat scroll 0 0%, linear-gradient(top, #eca558 0%, #e28131 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: url("pix/progress_overlay.png") repeat scroll 0 0%, -moz-linear-gradient(top, #eca558 0%, #e28131 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: url("pix/progress_overlay.png") repeat scroll 0 0%, -webkit-linear-gradient(top, #eca558 0%, #e28131 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: url("pix/progress_overlay.png") repeat scroll 0 0%, -webkit-gradient(top, #eca558 0%, #e28131 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: url("pix/progress_overlay.png") repeat scroll 0 0%, -ms-linear-gradient(top, #eca558 0%, #e28131 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: url("pix/progress_overlay.png") repeat scroll 0 0%, -o-linear-gradient(top, #eca558 0%, #e28131 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca558', endColorstr='#e28131', GradientType=0 );
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px #333;
    color: #fff;
    font-size: 12px;
    padding: 9px 15px 8px;
    text-align: center;
    margin: 10px;
    line-height: 29px;
}
#headLine {
    background: none repeat scroll 0 0 #222222;
}
#left #logo {
    background: none repeat scroll 0 0 black;
    background: rgba(34,34,34,1);
    background: -moz-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(61,61,61,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,34,34,1)), color-stop(100%, rgba(61,61,61,1)));
    background: -webkit-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(61,61,61,1) 100%);
    background: -o-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(61,61,61,1) 100%);
    background: -ms-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(61,61,61,1) 100%);
    background: linear-gradient(to bottom, rgba(34,34,34,1) 0%, rgba(61,61,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#3d3d3d', GradientType=0 );
    padding: 10px;
    position: relative;
}
#left #logo img{
    width: 100%;
}
#hilfeSuche .fa-search {
    cursor: pointer;
    position: absolute;
    right: 80px;
    top: 21px;
}
#hilfeSuche {
    float: none;
    margin: 0 10px;
    width: auto;
}
#hilfesuche form {
    margin:0px  
}
#hilfeSuche input[type="text"] {
background: url("pix/opacity.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 3px;
box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
color: #a2a2a2;
font-size: 12px;
margin-left: 0;
margin-top: 13px;
padding: 8px 34px 8px 8px;
position: relative;
width: 100%;
display:block;
}

#hilfeSuche .fa-search {
 color: #eee;
 cursor: pointer;
 font-size: 32px;
 position: absolute;
 right: 80px;
 top: 21px;
}

#hilfeSuche a:hover {
    font-family: FontAwesome;
    font-size: 18px;
    text-decoration: none;
}
#hilfeSuche input[type="text"] {
    border-bottom: 0 solid #5c5c5c;
}
#left, #left a {
    color: #959595;
}
#menu li {
    line-height: 17px;
    position: relative;
}
#menu .icon {
    left: 14px;
    position: absolute;
    top: 11px;
}
#menu > ul > li {
    border-top: 1px solid #484848;
}
.dataTable img {
    float: none;
}
.ui-widget-content {
    background: none repeat scroll 0 0 #fff;
    border: 0 solid #fff;
    color: #222;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: #f2f2f2;
border-radius: 3px 3px 0px 0px;
border-top: 1px solid #ddd;
color: #737373;
font-weight: normal;
}
.ui-accordion .ui-accordion-content {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px;
  overflow: auto;
  padding: 1em 2.2em;
}
.ui-widget-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f2f2f2;
    border-color: #dadada #dadada -moz-use-text-color;
    border-image: none;
    border-radius: 3px 3px 0 0;
    border-style: solid solid none;
    border-width: 0px;
}
.ui-tabs {
    border-left: 0px solid #cccccc;
    border-bottom: 0px solid #cccccc;
    border-right: 0px solid #cccccc;
    border-top: 0px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 6px 0 0 6px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: none repeat scroll 0 0 #eee;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
box-shadow: 0 1px 0 #f1f1f1;
margin-bottom: -1px;
padding-bottom: 2px;
}
#tabstemplate_admin_layout, #tabstemplate_admin_style, #tabstemplate_admin_verwaltung {
    background: none repeat scroll 0 0 #eee;
    border: 0 solid #fff;
    color: #222;
}
#tabstemplate_admin_layout .ui-tabs-nav li.ui-tabs-active, #tabstemplate_admin_layout-1 .ui-tabs-nav li.ui-tabs-active, #tabstemplate_admin_layout-2 .ui-tabs-nav li.ui-tabs-active {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #eee;
    border-top: 3px solid #E68E3F;
    margin-bottom: -1px;
    padding-bottom: 1px;
}
#tabstemplate_admin_style .ui-tabs-nav li.ui-tabs-active, #tabstemplate_admin_style-1 .ui-tabs-nav li.ui-tabs-active, #tabstemplate_admin_style-2 .ui-tabs-nav li.ui-tabs-active {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #ffffff;
    border-top: 0px solid #E68E3F;
    margin-bottom: -2px;
    padding-bottom: 1px;
}
#tabstemplate_admin_verwaltung .ui-tabs-nav li.ui-tabs-active, #tabstemplate_admin_verwaltung-1 .ui-tabs-nav li.ui-tabs-active, #tabstemplate_admin_verwaltung-2 .ui-tabs-nav li.ui-tabs-active {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #ffffff;
    border-top: 3px solid #E68E3F;
    margin-bottom: -1px;
    padding-bottom: 1px;
}

#statusline #statusline_area,
#statusline .selectTemplate {width: 280px;}
.ui-tabs .ui-tabs-panel {background: #eee;border: 0px solid #ddd;margin: -1px 4px 4px;padding: 15px 5px 5px 5px;}
.dataTable > tbody > tr:nth-child(2n) > td {background-color: #eee;}
table.dataTable tbody th, table.dataTable tbody td {padding: 5px;}
table.dataTable tbody tr {background-color: transparent;}
#listingArticle .articleLine > td {padding: 2px;}
.ui-widget-content a span {color: #fff !important;}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family: "Open Sans", sans-serif;font-size: 1.1em;padding: 6px 9px;width: auto;margin-top: 5px;margin-bottom: 5px;}
input[type="text"], input[type="password"] {margin-top: 5px;margin-bottom: 5px;padding: 6px 12px;}
input[type="checkbox"] {background-image: url("pix/sprite.png");background-repeat: no-repeat;background-position: 0 -260px;display: inline-block;text-align: center;height: 19px;width: 19px;}
#ui-datepicker-div, .ui-dialog, #rubchooser_div {border: 0 solid #ddd !important;border-radius: 5px!important;box-shadow: 0 0 0 17px rgba(102, 102, 102, 0.3) !important;padding: 0 !important;}
.ui-dialog .ui-widget-header {color: #fff;font-weight: normal;font-family: "Arial" !important;font-size: 12px;}
.warning {
    background-color: #fcf3e1;
    border-style: solid;
    border-width: 1px;
    border-color: #f2cf87;
    color: #8a6d3b;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 20px;
}
#rub_chooser_tree td {
    padding: 0px;
}
#design_chooser .preview_box {
    border: 8px solid #ddd !important;
    float: left;
    height: 283px;
    margin: 15px;
    padding: 5px;
    text-align: center;
}
#design_chooser .preview_box.active {
    border: 8px solid #BBDBA1 !important;
    margin: 15px !important;
}
.installed {
    color: #fff;
    display: block;
}
.ui-accordion-content {
    border-color: #e0e0e0;
}
#statusline table td {
    background: none!important;
}
select {
    padding: 4px 9px !important;
}
.round_div {
    background-color: #f8f8f8;
    border: 0px solid silver!important;
    border-radius: 0px!important;
    padding: 0;
}
.ui-tabs .ui-tabs-panel {background: none repeat scroll 0 0 #fff;border: 1px solid #ddd;margin: 0;padding: 5px;border-top: 0px;}
.picMaskeUpload {margin-top: 10px;}
#right iframe, #right #page_container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: inset 3px 3px 4px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 3px 3px 4px -3px rgba(0,0,0,0.75);
    box-shadow: inset 3px 3px 4px -3px rgba(0,0,0,0.75);
}
#container {
    height: calc(100% - 50px)!important;
    margin-top: 0!important;
    overflow: auto!important;
}
.ui-tabs {
    /*
    padding: 1em;
    */
    position: relative;
}
select, input[type="text"], input[type="password"], textarea {
    border: 1px solid #cccccc;
}
.dataTable input[type="submit"], .submitButton, input[type="submit"] {
background: rgba(163,205,84,1);
background: -moz-linear-gradient(top, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,205,84,1)), color-stop(100%, rgba(125,161,56,1)));
background: -webkit-linear-gradient(top, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
background: -o-linear-gradient(top, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
background: -ms-linear-gradient(top, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
background: linear-gradient(to bottom, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3cd54', endColorstr='#7da138', GradientType=0 );
border: medium none;
border-radius: 2px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
color: #fff !important;
cursor: pointer;
display: inline-block;
font-family: "Arial" !important;
font-size: 12px !important;
font-weight: bold;
padding: 6px;
text-align: center;
text-shadow: 0 -1px 1px #646464;
min-width: 150px;
}

.dataTable input[type="submit"]:hover, .submitButton:hover, input[type="submit"]:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out 0s;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border-color: #5b9dd9;
    box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
}

select.required.complained:invalid, input[type=text].required.complained:invalid {
    border-color: #c21313 !important;
    box-shadow: 0 0 2px rgba(255, 0, 0, 0.8) !important;
	background-color: #faeae6 !important;
}

#tabstemplate_admin_layout li a {
    padding: 2px;
    width: 120px;
}
.icheckbox_square-green {
    margin-bottom: 3px!important;
    margin-right: 3px!important;
}
.right-dotted {
    border-right: 4px dotted #ddd;
}
.icheckbox_square-green, .iradio_square-green {
    margin: 2px!important;
}
/****************************************/

body, #left, #headLine, #left #logo {
    background-image: url("pix/default.jpg");
}
#tabstemplate_admin_meta {
    padding: 0;
}
#menu {
    background-image: url("pix/opacity.png");
    border-radius: 5px;
    box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1px 6px 6px;
}
#menu > ul > li {
    margin-top: 6px;
}
#menu > ul > li > a {
    background: url("pix/progress_overlay.png") repeat scroll 0 0%, linear-gradient(to bottom, #565656 0%, #464646 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.15) inset, 0 1px 1px #202020;
    color: #efefef;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 11px 12px 11px 37px;
    text-shadow: 0 1px 1px #202020;
}
#menu > ul > li > a:hover {
    background: url("pix/progress_overlay.png") repeat scroll 0 0%, linear-gradient(to bottom, #5a5a5a 0%, #484848 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#menu > ul > li > ul > li {
    border-bottom: 1px solid #2c2c2c;
    padding-left: 0;
    position: relative;
}
#menu > ul > li > ul > li.active > a, #menu > ul > li > ul > li > a:hover, #menu > ul > li > ul > li > a:active, #menu > ul > li > ul > li > a:focus {
    background: rgba(0, 0, 0, 0.11);
}
#menu > ul > li > ul > li.active{
    color: #fff;
}
#menu a, body, #menu {
    font-size: 12px;
}
#headLine {
    height: 50px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 20;
    background: url("pix/opacity.png") repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
    border-top: 0px solid #97bd47;
    box-shadow: 0 1px 1px #606060;
    /**
    overflow: hidden;
    **/
    
}

#menu > ul > li > ul > li > ul > li > a {
    padding: 5px 10px 5px 30px;
    border-bottom: 1px solid #2c2c2c;
}
#menu > ul > li > ul > li > ul > li:first-of-type > a {
    border-top: 1px solid #2c2c2c;
}
#menu > ul > li > ul > li > ul > li > a:last {
    border-bottom: 0px solid #2c2c2c;
}
#menu > ul > li > ul > li > ul > li > a:first {
    border-top: 1px solid #2c2c2c;
    border-bottom: 0px solid #2c2c2c;
}



#menu > ul > li > ul > li > ul >li.active{
    background: url("pix/active_state.png") no-repeat scroll 20px center rgba(0, 0, 0, 0);
    color: #fff;
}

#menu .fa:before {
    color: #efefef;
    font-size: 16px;
    text-shadow: 0 1px 1px #202020;
}
#menu, #menu a {
    font-family: "Arial", sans-serif;
    font-weight: normal;
}
#tabs, #tabsartikelmaske {
    background: url("pix/opacity.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
    padding: 6px;
    margin: 10px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #327394;
}
.outer {
    background: url("pix/opacity.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
    padding: 6px;
    padding-top: 5px;
}
.block {
    margin: 10px;
}
.action-button.blue {
    background: rgba(87,164,206,1);
background: -moz-linear-gradient(top, rgba(87,164,206,1) 0%, rgba(51,133,174,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,164,206,1)), color-stop(100%, rgba(51,133,174,1)));
background: -webkit-linear-gradient(top, rgba(87,164,206,1) 0%, rgba(51,133,174,1) 100%);
background: -o-linear-gradient(top, rgba(87,164,206,1) 0%, rgba(51,133,174,1) 100%);
background: -ms-linear-gradient(top, rgba(87,164,206,1) 0%, rgba(51,133,174,1) 100%);
background: linear-gradient(to bottom, rgba(87,164,206,1) 0%, rgba(51,133,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57a4ce', endColorstr='#3385ae', GradientType=0 );
}
.action-button.purple {
    background: rgba(185,120,152,1);
    background: -moz-linear-gradient(top, rgba(185,120,152,1) 0%, rgba(159,79,142,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,120,152,1)), color-stop(100%, rgba(159,79,142,1)));
    background: -webkit-linear-gradient(top, rgba(185,120,152,1) 0%, rgba(159,79,142,1) 100%);
    background: -o-linear-gradient(top, rgba(185,120,152,1) 0%, rgba(159,79,142,1) 100%);
    background: -ms-linear-gradient(top, rgba(185,120,152,1) 0%, rgba(159,79,142,1) 100%);
    background: linear-gradient(to bottom, rgba(185,120,152,1) 0%, rgba(159,79,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b97898', endColorstr='#9f4f8e', GradientType=0 );
}
.action-button.green {
    background: rgba(163,205,84,1);
background: -moz-linear-gradient(top, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,205,84,1)), color-stop(100%, rgba(125,161,56,1)));
background: -webkit-linear-gradient(top, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
background: -o-linear-gradient(top, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
background: -ms-linear-gradient(top, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
background: linear-gradient(to bottom, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3cd54', endColorstr='#7da138', GradientType=0 );
}
.action-button.greyish, .ui-widget-header, .btn-greyish {
    background: rgba(117,126,136,1);
background: -moz-linear-gradient(top, rgba(117,126,136,1) 0%, rgba(86,97,111,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(117,126,136,1)), color-stop(100%, rgba(86,97,111,1)));
background: -webkit-linear-gradient(top, rgba(117,126,136,1) 0%, rgba(86,97,111,1) 100%);
background: -o-linear-gradient(top, rgba(117,126,136,1) 0%, rgba(86,97,111,1) 100%);
background: -ms-linear-gradient(top, rgba(117,126,136,1) 0%, rgba(86,97,111,1) 100%);
background: linear-gradient(to bottom, rgba(117,126,136,1) 0%, rgba(86,97,111,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757e88', endColorstr='#56616f', GradientType=0 );
}
.action-button.orange {
background: rgba(235,162,85,1);
background: -moz-linear-gradient(top, rgba(235,162,85,1) 0%, rgba(226,129,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,162,85,1)), color-stop(100%, rgba(226,129,49,1)));
background: -webkit-linear-gradient(top, rgba(235,162,85,1) 0%, rgba(226,129,49,1) 100%);
background: -o-linear-gradient(top, rgba(235,162,85,1) 0%, rgba(226,129,49,1) 100%);
background: -ms-linear-gradient(top, rgba(235,162,85,1) 0%, rgba(226,129,49,1) 100%);
background: linear-gradient(to bottom, rgba(235,162,85,1) 0%, rgba(226,129,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba255', endColorstr='#e28131', GradientType=0 );
}
.action-button.red {
    background: rgba(194,75,64,1);
background: -moz-linear-gradient(top, rgba(194,75,64,1) 0%, rgba(158,56,47,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,75,64,1)), color-stop(100%, rgba(158,56,47,1)));
background: -webkit-linear-gradient(top, rgba(194,75,64,1) 0%, rgba(158,56,47,1) 100%);
background: -o-linear-gradient(top, rgba(194,75,64,1) 0%, rgba(158,56,47,1) 100%);
background: -ms-linear-gradient(top, rgba(194,75,64,1) 0%, rgba(158,56,47,1) 100%);
background: linear-gradient(to bottom, rgba(194,75,64,1) 0%, rgba(158,56,47,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c24b40', endColorstr='#9e382f', GradientType=0 );
}
.action-button.gold {
    background: #eab92d;
background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #eab92d), color-stop(100%, #c79810));
background: -webkit-linear-gradient(top, #eab92d 0%, #c79810 100%);
background: -o-linear-gradient(top, #eab92d 0%, #c79810 100%);
background: -ms-linear-gradient(top, #eab92d 0%, #c79810 100%);
background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c24b40', endColorstr='#9e382f', GradientType=0 );
}
.action-button {
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px #2c2c2c;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
    text-align: center;
    margin-top: 6px;
    text-shadow: 0 -1px 1px #646464;
}
#left .outer .action-button {
    color: #eee;
    text-decoration: none;
    padding: 6px;
    margin-top: 2px;
}
#hilfeSuche input[type="submit"] {
    background: url("pix/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    display: block;
    height: 24px;
    position: absolute;
    right: 4px;
    top: 3px;
    width: 25px;
    min-width: 20px;
}
.adminbox {
    border-left: 1px solid #444;
    border-right: 1px solid #444;   
    float: right;
    line-height: 50px;
    padding: 0 10px;
}
.adminbox a {
    display: block;
    height: 40px;
    margin-top: 10px;  
}
.adminbox a span{
    color: #fefefe;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    margin-left: 8px;
    margin-top: -10px;
}
#languageBox a {
    color: #fefefe;
    display: block;
    font-size: 11px;
    padding-left: 30px;
    text-decoration: none;
}
#languageBox #activeLanguage {
    color: #fefefe;
    font-size: 11px;
    padding-left: 30px;
}
#languageBox #languageChooser {
  background: url('pix/default.jpg');
}
#languageBox #languageChooser {
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 115px;
}
body form {
    padding-bottom: 0px;    
}
.ui-tabs .ui-tabs-nav li {cursor: pointer;border: medium none;float: left;list-style: outside none none;margin: 0;padding: 0px;position: relative;top: 0;white-space: nowrap;margin-right: 6px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {border: medium none;margin-bottom: 0;padding-bottom: 0;background: #fff;box-shadow: none;}
.ui-tabs .ui-tabs-nav li:focus, .ui-tabs .ui-tabs-nav li a:focus {outline: none;}
.ui-tabs .ui-tabs-nav li a {padding: 15px !important;}
.ampel_text {line-height: 23px;margin-left: 30px;}
.bubbleInfo {margin-bottom: 10px;    position: relative;}
.headlineNew {
/*
background: url("pix/progress_overlay.png")  repeat scroll 0 0%, linear-gradient(to bottom, #57c2f3, #31a7dd) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px #333;
color: #fff;
font-size: 12px;
margin-bottom: 5px;
padding: 1px 15px;
text-align: left;
margin-bottom: 10px;
*/
}
.menuHolder {
    height: 500px;  
}
.menuVersteck {
    color: #fff !important;
    text-decoration: none;  
    float: left;
    text-align: left;
}
.rubmaske_new {
    background: none repeat scroll 0 0 #fff;
border-radius: 3px;
padding: 5px;
}
tabsrubriken {
    border-radius: 3px; 
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px #333;
}
.pageTitle img, .pageSubTitle img {
    margin-top: 5px;    
}
.icheckbox_flat, .iradio_flat {
    margin: 2px 5px 2px 2px;
}
#filter_form .tableCell {
  float: none !important;
  font-size: 12px !important;
  padding: 5px !important;
  width: auto!important;
}
#menu ul li ul li ul li a {
    padding-left: 35px;
}
/*#menu ul {display: block !important;}*/

/* LOGIN MASKE */
.login-wrapper {
  position: relative;
  top: 30%;
  z-index: 2;
}
.login-wrapper .login {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 284px;
  top:0;
  left: 0;
  height: auto;
  -webkit-box-shadow: 0 0 44px 41px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 44px 41px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 44px 41px rgba(0, 0, 0, 0.8);
}
.navbar {
  color: #ffffff;
  overflow: visible;
}
.login > .well > .navbar {
    min-height: 10px !important;
    margin-bottom: 0px !important;
}

.well {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.78);
    padding-bottom: 0px !important;
    border-radius: 3px;
    border: none !important;
    margin-bottom: 0px !important;
    padding: 0 !important;
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
}   

.navbar-inner {

}
.navbar-inner i {
    margin-right: 8px;  
}
.navbar .brand, .navbar h5, .navbar h6 {
  color: #ffffff;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 9px 14px;
}

.navbar-inner:before, .navbar-inner:after {
  content: "";
  display: table;
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before, .navbar-inner:after {
  content: "";
  display: table;
  line-height: 0;
}
.navbar h6 {
  font-size: 12px;
}
.login .control-group {
    border: medium none;
    padding: 16px 16px 0;
}
.login .controls {
  
}
.login .control-group label {
color: #ffffff;
display: inline-block;
font-weight: bold;
margin-bottom: 4px;
}
.login .control-group .controls input[type="text"] {
    border: 1px solid #dadada;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02) inset, 0 1px 0 #ffffff;
    color: #5f5f5f;
    background: url("pix/login-username.png") no-repeat scroll 228px 8px #fff;
    padding-right: 28px;
    width: 100%;
    margin: 0px;
}
.login .control-group .controls input[type="password"] {
    border: 1px solid #dadada;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02) inset, 0 1px 0 #ffffff;
    color: #5f5f5f;
    background: url("pix/login-password.png") no-repeat scroll 228px 8px #fff;
    padding-right: 28px;
    width: 100%;
    margin: 0px;
}
.login .login-btn {
  box-sizing: border-box;
  margin: 16px;
}
.login .login-btn .btn-info {
  background: rgba(114,182,213,1);
background: -moz-linear-gradient(top, rgba(114,182,213,1) 0%, rgba(75,146,192,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(114,182,213,1)), color-stop(100%, rgba(75,146,192,1)));
background: -webkit-linear-gradient(top, rgba(114,182,213,1) 0%, rgba(75,146,192,1) 100%);
background: -o-linear-gradient(top, rgba(114,182,213,1) 0%, rgba(75,146,192,1) 100%);
background: -ms-linear-gradient(top, rgba(114,182,213,1) 0%, rgba(75,146,192,1) 100%);
background: linear-gradient(to bottom, rgba(114,182,213,1) 0%, rgba(75,146,192,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b6d5', endColorstr='#4b92c0', GradientType=0 );
  border: 1px solid #5897c3;
  color: #fff;
  cursor: pointer;
}
.login .login-btn .btn-block {
  box-sizing: border-box;
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.login .btn-large {
  border-radius: 2px;
  font-size: 14px;
  line-height: normal;
}
.login .btn {
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;
margin: 2px 0;
width: 100%;
font-weight: normal;
}
#pw, #u_name, #email, #pw2 {
  width: 100% !important;
}
.login a {
    text-decoration: none;
    cusor:pointer;  
}
#login-logo {
  background-position: 50% 1px!important;
  right: 0px!important;
  top: 0px!important;
  position: relative!important;
  width: auto!important;
}
.login #language {
  width: 100%;
}
.login #vergessen-link {
    font-size: 11px;
    text-decoration: underline; 
    color: #fff;
}
.login-maske-message {
  margin: 16px 16px -6px!important;
  padding: 6px!important;
  text-align: center!important;
}
#vergessen input {
    width: 90% !important;  
}
#bgvid {
  background-size: cover;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
.btn_container {
    margin: 10px 0;   
}
.ui-datepicker-trigger {
    /*
    margin-top: 10px;
    */
    vertical-align: middle;
    margin-left: 5px;   
}
#ausf_display_0 {
    clear: both;    
}
div#ausf_display_0 table#rbg tbody tr td{
    border-top: 1px dotted #ccc;    
}
.legend_container {
    background: none repeat scroll 0 0 #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 3px;
}
.legend_container .legend {
    color:black; 
    font-size:12px; 
    margin-top:8px; 
    margin-bottom:5px
}
#bggrid {
  background: url("pix/progress_overlay.png") repeat scroll left top transparent;
  bottom: 0;
  height: 100%;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 2;
}
#tabsrubriken { 
    border-radius: 3px;
}

#bgvid2 {
  background-size: cover;
  left: 300px;
  position: fixed;
  top: 50px;
  z-index: 1;
  opacity: 0.6;
}
.div_container {
    background: url("pix/opacity.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
    padding: 1px;
    position: relative;
    margin: 10px;
}
.white_container {
    background: #fefefe; margin: 5px; padding: 5px;border-radius: 3px;  
}
code, pre {
  border-radius: 2px;
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}
code {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  color: #ca3131;
  font-size: 11px;
  padding: 2px 6px;
}
.badge, .label {
  border-radius: 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  padding: 5px 7px 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
.label-warning, .badge-warning {
  background-color: #d17d10;
}
.label-important, .badge-important {
  background-color: #c95454;
}
.label-info, .badge-info {
  background-color: #589fc4;
}
.label-success, .badge-success {
  background-color: #7aa745;
}
.label-inverse, .badge-inverse {
  background-color: #333333;
}
.tdn {
    text-decoration: none;  
}
.alert {
  border-radius: 3px;
  padding: 8px 35px 8px 14px;
  margin: 10px;
}
.alert-success {
  background-color: #d6efa1;
  color: #4f7307;
}
.alert-danger, .alert-error {
  background: #f0b5a1;
  border: 1px solid #dfa59b;
  color: #4f2a24;
}
.alert-info {
  background: #deedf9;
  border: 1px solid #bcd9f3;
  color: #4579aa;
}
.alert-info a{ 
  color: #113B3E;
}
.grey_info_container {
    border-radius: 3px;
    background-color: #f2f2f2;
    background-repeat: repeat-x;
    box-shadow: 0 1px 0 #fff;
    color: #777;
    border: 1px solid #ccc;
}
#tabs_images-1 .round_div table, #tabs_images-2 .round_div table{width: 100%;}
.ui-widget.ui-spinner a {width: 16px !important;padding: 0;}
/*BERECHTIGUNGEN START*/
#berechtigungen:after{display:block;clear:both;content:"";}
#berechtigungen .left {float:left;background-color: #3d3d3d;}
#berechtigungen .left ul {list-style: none;}
#berechtigungen .right {float:left;}
#berechtigungen #menu {width: 250px;}
#berechtigungen .left #menu ul li {margin-top: 1px;border-top: 0px solid #ccc;}
#berechtigungen .left #menu ul li ul li{border-bottom: 0 solid #2c2c2c;padding-left: 16px;}
#berechtigungen .left #menu ul li i{display: none;}
#berechtigungen .left #menu ul li a{
margin-bottom: 5px;
margin-top: 0;
background: #FCFCFC;
color: #ca3131;
font-size: 11px;
padding: 2px 6px;
border: 1px solid #e1e1e8;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
display: block;
box-shadow: none;
text-shadow: none;
font-family: Monaco,Menlo,Consolas,"Courier New",monospace !important;
font-weight: normal;
}
#berechtigungen .left {background-color: #ffffff !important;}
#berechtigungen .left #menu {
background-image: none;
border-radius: 0;
box-shadow: none;
margin-left: 0;
margin-right: 10px;
padding: 0; 
}
#berechtigungen .right .dataTable{width:100%; margin: 0; background-color: #dddddd;}
#berechtigungen .navbar .brand, #berechtigungen .navbar h5, #berechtigungen .navbar h6 {
color: #5f5f5f;
font-size: 12px;
font-weight: bold;
text-shadow: 0 1px 0 #ffffff;
padding: 9px 14px 9px 8px;
}
#berechtigungen .navbar .actualItemNoti {display:block; margin-top:2px;float:left;}
#berechtigungen .navbar #actualItem {
background: none repeat scroll 0 0 #4994BB;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
color: #fff;
display: block;
float: right;
margin-left: 5px;
padding: 2px 3px 3px;
text-shadow: none;
}
#berechtigungen .navbar-inner {
background-color: #f2f2f2;
background-repeat: repeat-x;
box-shadow: 0 1px 0 #fff;
}
#berechtigungen .navbar .navbar-inner, #berechtigungen .navbar .navbar-inner {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -moz-use-text-color -moz-use-text-color #dadada;
border-image: none;
border-radius: 3px 3px 0 0;
border-style: none none solid;
border-width: medium medium 1px;
}

#berechtigungen .menuItem.favoriten,
#berechtigungen #menu .delete {
    display: none !important;
}

#berechtigungen #sendForm {margin-top: 15px;}
/*BERECHTIGUNGEN ENDE*/

.collapse {cursor: pointer;}
.collapse h1:before{}
.collapse i {
    float: left;
    font-size: 20px;
    /*
    margin-top: 5px;
    */
    margin-right: 10px;
}

/*PAGETITLE START*/
.pageSubTitle {
background: url("pix/progress_overlay.png") repeat scroll 0 0%, linear-gradient(top, rgba(117,126,136,1) 0%, rgba(86,97,111,1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: url("pix/progress_overlay.png") repeat scroll 0 0%, -moz-linear-gradient(top, rgba(117,126,136,1) 0%, rgba(86,97,111,1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: url("pix/progress_overlay.png") repeat scroll 0 0%, -webkit-linear-gradient(top, rgba(117,126,136,1) 0%, rgba(86,97,111,1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: url("pix/progress_overlay.png") repeat scroll 0 0%, -webkit-gradient(top, rgba(117,126,136,1) 0%, rgba(86,97,111,1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: url("pix/progress_overlay.png") repeat scroll 0 0%, -ms-linear-gradient(top, rgba(117,126,136,1) 0%, rgba(86,97,111,1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: url("pix/progress_overlay.png") repeat scroll 0 0%, -o-linear-gradient(top, rgba(117,126,136,1) 0%, rgba(86,97,111,1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F7983', endColorstr='#5A6472', GradientType=0 );
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px #333;
color: #fff;
font-size: 12px;
margin: 10px;
padding: 9px 15px 8px;
}
.pageSubTitle h1 {
color: #fefefe;
display: inline-block;
float: left;
font-size: 12px;
font-weight: bold;
line-height: 29px;
margin: 0;
}
.pageSubTitle nobr {float: right;}
.pageSubTitle:after {content: "";display: block;clear: both;}
/*PAGETITLE ENDE*/

select.actionDropdown option {
    /*color: white;*/
}

select.actionDropdown {
    border: 1px solid #cccccc;
    background: white;
    width: 30%;
    max-width: 320px;
    margin: 0 10px;
    color: black !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal;
    text-shadow: none;

}
.setupEdit td:nth-child(1){
    width: 20px;
}
.setupEdit td:nth-child(2){
    font-weight: 500;
    width: 160px;
}

.setupEdit input[type="text"],
.setupEdit input[type="password"],
.setupEdit select {
    width: 500px;
}

.languageFlag {
    width: 27px;
    vertical-align: middle;
}

#categoryMask #categorySlider select
{
    width: 500px;
    margin-bottom: 5px;
}

#categoryMask #categorySort select,
#categoryMask #categorySortArticle select,
#categoryMask #categoryPresentation select,
#categoryMask #categoryMegaMenuLayout select,
#categoryMask #categoryMegaMenuLevel select,
#categoryMask #categoryMegaMenuColumns select,
#categoryMask #categoryMegaMenuInfoAreaWidth select
{
    width: 500px;
}

#categoryMask #categoryNumber > td:nth-child(1) {
    width: 25px;
}

#categoryMask #categoryNumber > td:nth-child(2) {
    width: 200px;
}

#categoryMask #categoryNumber input[type="text"] {
    width: 500px;
}

#categoryMask textarea {
    width: 500px;
}

#categoryExtraPages .dataTable td:nth-child(1) {
	width: 25px;
}
#categoryExtraPages .dataTable td:nth-child(2) {
	width: 300px;
}

#categoryCopy td:nth-child(1){
    width: 220px;
}

#categoryChooser .dataTable a{
    float: left;
}

#artikelMaske .dataTable > tbody > tr > td:nth-child(2){
    width: 120px;
    vertical-align: middle;
}

#artikelMaske .dataTable > tbody > tr > td:nth-child(1){
    width: 25px;
    vertical-align: middle;
}

#artikelMaske .icheckbox_flat, #artikelMaske .iradio_flat {
    margin: 5px 5px 5px 0;
}

#artikelMaske .zusatzTabelle {
    width: 500px;
}

#artikelMaske .zusatzTabelle td:last-child {
    width: 20px;
}

#artikelMaske .preisstaffel input{
    width: 65px;
}

#artikelMaske #rubchooser_anchor {
    display: block;
    padding: 0;
    width: 500px;
}

#artikelMaske .auszeichnungen td{
    padding: 0 15px 0 0;
}

#artikelMaske #max_bestellmenge, #min_bestellmenge {
    margin-left: 0;
}

#artikelMaske #amazon_block input[type="text"],
#artikelMaske #amazon_block select,
#artikelMaske #amazon_block textarea{
    width: 500px;
}

#artikelMaske #mainRubSelect,
.mainRubSelect {
    list-style: none;
    padding: 0;
}

#mainRubSelect li .categoryNamePath:last-child,
.mainRubSelect li .categoryNamePath:last-child {
    font-weight: bold;
}

.wysiwygArea .languageFlag {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
}

.wysiwygArea {
    position: relative;
    width: 900px;
}

#distributorEdit input[type="text"],
#distributorEdit select {
    width: 500px;
}

#distributorEdit #distributorPlz {
    width: 100px;
}

#distributorEdit #distributorCity {
    width: 397px;
}
#customerSearchMask table.dataTable > tbody > tr > td:nth-child(1){
	width: 10px;
}
#customerSearchMask table.dataTable > tbody > tr > td:nth-child(2){
	width: 210px;
}

#customerSearchMask input[type="text"],
#customerSearchMask select {
    width: 500px;
}

#customerEdit #kd_strasse {
    width: 407px;
}

#customerEdit #kd_hausnr {
    width: 90px;
}

#customerEdit #kd_plz {
    width: 90px;
}

#customerEdit #kd_ort {
    width: 407px;
}

#customerEdit .dataTable input, #customerEdit .dataTable select {
    width: 500px;
}
#customerEdit #kd_anrede, 
#customerEdit #customerSalutationTitle,
#customerFirstname,
#customerLastname {
    width: 248px !important;
}
#customerVoucher select, 
#customerVoucher input[type="text"]{
    width: 500px !important;
}

#customerVoucher #customerValidUntil input {
    width: 470px !important;
}
#customerVoucher #customerVoucherValue select{
    width: 90px !important;
}

#voucher #voucherInput input[type="text"],
#voucher #voucherSearchMask input[type="text"]{
    width: 100px;
}

#voucher input#name_email[type="text"] {
    width: 250px;
}

#articleHightlight .dataTable > tbody > tr > td:nth-child(1){
    width: 110px;
}

.ui-widget-header {
    color: white;
}
.ui-datepicker .ui-datepicker-next {
    right: 10px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px;
}

.ui-datepicker-prev, .ui-datepicker-next {
    border: none !important;
}

#categoryChooser .dataTable {
    margin-bottom: 10px !important;
}

#categoryMask .dataTable .submitButton {
    vertical-align: middle;
}

#fakturaOrders .ablage {
    float: left;
    height: 120px;
    margin: 5px;
    text-align: center;
    width: 110px;
    cursor: pointer;
}

#fakturaOrders .ablage .imageContainer {
    height: 90px;
}

#fakturaCharge .ablage {
    float: left;
    height: 120px;
    margin: 5px;
    text-align: center;
    width: 110px;
    cursor: pointer;
}

#fakturaOrders .ablage.active, #fakturaCharge .ablage.active {
    box-shadow: 0 0 2px #878787;
}

#fakturaCharge .ablage .imageContainer {
    height: 90px;
}

#fakturaCharge .imageContainer > img, #fakturaOrders .imageContainer > img {
    max-width: 105px;
}

.languageArea .languageFlag {
    position: absolute;
    right: 3px;
    top: 3px;
    opacity: 0.7;
}

.languageArea {
    width: 500px;
    position: relative;
}

.languageArea textarea {
   max-width: 500px;
   min-width: 500px;
}

* {
    box-sizing: border-box;
   -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
}

.passwordInput {
    position: relative;
    width: 500px;
}

.passwordInput .password-toggle-icon {
  position: absolute;
  right: 5px;
  top: 0.4em;
  font-size:1.5em;
  opacity: 0.7;
}

.languageInput {
    position: relative;
    width: 500px;
}

.languageInput input[type=text] {
    width: 100%;
}

.languageInput .languageFlag {
    position: absolute;
    right: 4px;
    top: 10px;
    opacity: 0.7;
}

#homepage .wysiwygArea {
    width: 920px;
}

b {
    font-weight: bold;
}

#priceportalsEdit .white_container:after {
    clear:both;
    display: block;
    content: "";
}

#countryEdit input[type="text"] {
    width: 500px;
}

#shippingTypesEdit #paymentMethods .paymentMethod, #shippingTypesEdit #countries .country {
    width: 33%;
    float: left;
}

#shippingTypesEdit #paymentMethods, #shippingTypesEdit #countries {
    width: 950px;
}

#shippingTypesEdit .weightScaleWrapper input {
    min-width: 55px;
}

#paymentMethodsMask #countries .country{
    width: 33%;
    float: left;
}

#paymentMethodsMask #countries {
    width: 950px;
}

#paymentMethodsMask input[type="text"], #paymentMethodsMask select {
    width: 500px;
}

#paymentMethodsMask #kosten_prozentual {
    width: 115px;
}

#dataTable thead tr {
    background-color: #444;
}

#dataTable tbody td {
    text-align: center;
}

#languageChooser > li {
    line-height: 40px;
}

.div_container .alert.alert-info,
.div_container .alert.alert-error {
    margin: 10px 0;
}

#customerGroup .paymentMethod {
    float: left;
    width: 50%;
}

#customerGroup .name {
    width: 250px;
}

#fakturaOrdermailSetup #vorgang_typ, 
#fakturaOrdermailSetup #zahlungsart, 
#fakturaOrdermailSetup input[type="text"] {
    width: 400px;
}

#fakturaOrdermailSetup td:nth-child(1) {
    width: 125px;
}

#fakturaReminderSetup input[type="text"] {
    width: 500px;
}

#fakturaReminderSetup .modeDays {
    width: 50px !important;
}

#fakturaSetup .dataTable td:nth-child(1){
    width: 20px;
}

#faktura_vorgaenge .paginationBar{
    margin-top: 10px;
}

#faktura_vorgaenge th {
    position: relative;
    border-right: 1px solid #434242;
}

#faktura_vorgaenge .sort .desc,
#faktura_vorgaenge .sort .asc {
    right: 5px;
    position: absolute;
    cursor: pointer;
    padding: 0;
}

#faktura_vorgaenge .sort .desc {
    bottom: 12px;
}

#faktura_vorgaenge .sort .asc {
    top: 12px;
}

#rub_chooser_tree a{
    padding: 0px;
}
#rub_chooser_tree img {
    float: none;
    margin: 0;
    width: 18px;
}

#rubchooser_div img {
    float: left;
}

.articleLegende {
    max-width: 900px;
}

.articleLegende .item .symbol{
    display: inline-block;
    vertical-align: middle;
    width: 55px;
}

#support input[type="text"],
#support textarea {
    width: 500px;
}

#fakturaTaskEdit #taskGeneral {
    float: left;
    width: 625px;
}

#fakturaTaskEdit #taskGeneral input[type="text"],
#fakturaTaskEdit #taskGeneral select,
#fakturaTaskEdit #lieferadresse input[type="text"],
#fakturaTaskEdit #lieferadresse select,
#fakturaTaskEdit #rechnungsadresse input[type="text"],
#fakturaTaskEdit #rechnungsadresse select {
    width: 500px;
}

#fakturaTaskEdit #b_va_anrede,
#fakturaTaskEdit #l_va_anrede,
#fakturaTaskEdit #b_va_anrede_titel,
#fakturaTaskEdit #l_va_anrede_titel,
#fakturaTaskEdit #b_va_vorname,
#fakturaTaskEdit #l_va_vorname,
#fakturaTaskEdit #b_va_name,
#fakturaTaskEdit #l_va_name {
    width: 248px !important;
}

#fakturaTaskEdit #b_va_plz,
#fakturaTaskEdit #l_va_plz,
#fakturaTaskEdit #b_va_house_number,
#fakturaTaskEdit #l_va_house_number {
    width: 90px !important;
}

#fakturaTaskEdit #b_va_ort,
#fakturaTaskEdit #l_va_ort,
#fakturaTaskEdit #b_va_street,
#fakturaTaskEdit #l_va_street {
    width: 407px !important;
}

#fakturaTaskEdit select#vdatum_d,
#fakturaTaskEdit select#vdatum_m,
#fakturaTaskEdit select#vdatum_y {
    width: 162px;
}

#fakturaTaskEdit select#bdatum_d,
#fakturaTaskEdit select#bdatum_m,
#fakturaTaskEdit select#bdatum_y {
    width: 162px;
}

#fakturaTask td:nth-child(1){
    width: 130px; 
}

#homepage select {
    width: 500px;
}

#articleBmeExport input[type="text"],
#articleBmeExport select {
    width: 500px;
}

#articleBmeExport #buyer_zip,
#articleBmeExport #supplier_zip {
    width: 100px;
}

#articleBmeExport #buyer_city,
#articleBmeExport #supplier_city {
    width: 397px;
}

#articleBmeExport td:nth-child(1) {
    width: 150px;
}

#newsletter #test_mailadressen,
#newsletter #kunden_gruppe,
#newsletter #absender {
    width: 500px;
}

#newsletter #gutschein_typ {
    width: 90px;
}

#newsletter td:nth-child(1) {
    width: 200px;
}

#fakturaShippingmailSetup .dataTable td:nth-child(1){
    width: 100px;
}

#fakturaShippingmailSetup select,
#fakturaShippingmailSetup input[type="text"]{
    width: 500px;
}

#fakturaReminderSetup select {
    width: 500px;
}

#fakturaTaskEdit .weight {
    width: 50px;
}

#fakturaTaskEdit .mwst,
#fakturaTaskEdit .mwstId,
#fakturaTaskEdit .ePreis {
    width: 70px;
}

#fakturaTaskEdit #v_vorgang_zahlung,
#fakturaTaskEdit #v_vorgang_versand {
    width: 200px;
}

#translator .wysiwygArea {
    width: 550px;
}

#translateBox {
    background: none repeat scroll 0 0 #fba9a9;
    border: 7px solid rgba(0, 0, 0, 0.7);
    margin: 10px;
    padding: 5px;
}

.rubChooser .fa-folder::before,
.rubChooser .fa-folder-open::before{
    position: absolute;
    font-size: 1.5em;
    left: -22px;
    top: 2px;
    cursor: pointer;
    color: #7e5911;
}

.rubChooser li {
    position: relative;
    line-height: 20px;
}

.rubChooser ul {
    padding-left: 22px;
}

.rubChooser > ul ul {
    display: none;
}

.rubChooser .folder > span {
    font-weight: bold;
    cursor: pointer;
}

.rubChooser .fa-plus-circle::before {
    color: green;
    font-size: 1.3em;
}

.rubChooser .adopt {
    vertical-align: middle;
}

#sofortueberweisung input[type="text"],
#sofortueberweisung select {
    width: 500px;
}

#sofortueberweisung td:nth-child(1){
    width: 250px;
}

#templateLayouts select {
    width: 250px;
}

#flushCachePopup {
    display: none;
}

#flushCachePopup .alert {
    margin-left: 0;
}

#flushCachePopup .submitButton {
    width: 100%;
}

#flushCachePopup .alert-info {
    padding-right: 0;
    margin-right: 0;
    text-align: center;
}

#emptyFavorit {
    display: none;
    padding: 10px;
}

#languageMask input[type="text"], 
#languageMask textarea, 
#languageMask select {
    width: 500px;
}

.searchHighlight {
    background-color: yellow;
}

.pageTitle .searchHighlight {
    background-color: transparent;
    color: yellow;
}

#adminLog input[type="text"], #adminLog select{
    width: 500px;
}

#adminLog #searchResult td:first-child{
    width: 100px;
}

#adminLog #searchResult td:nth-child(2), #adminLog #searchResult td:nth-child(4){
    width: 120px;
}

#adminLog #searchResult td:nth-child(3){
    width: 300px;
}


#distributorSearchMask td:nth-child(1){
    width: 70px;
}

#shortcuts {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 2px black;
    position: fixed;
    top: 10px;
    right: 10px;
    display: none;
}

.mainBody #shortcuts {
    top: 59px;
    right: 27px;
}

#kampagnen .kampagnen_container form > .dataTable > tbody > tr > td:nth-child(1) {
    width: 20px;
}

#kampagnen .kampagnen_container form > .dataTable > tbody > tr > td:nth-child(2) {
    width: 210px;
}

#kampagnen .kampagnen_container .aktiv {
    color: green;
}

#kampagnen .kampagnen_container .inaktiv {
    color: red;
}

#kampagnen .kampagnen_container .article {
    margin-bottom: 10px;
    max-width: 600px;
}

#kampagnen .kampagnen_container .article img{
    max-height: 100%;
    max-width: 100%;
}

#kampagnen .kampagnen_container .article.edit td:nth-child(2){
    width: 140px;
}

#kampagnen .kampagnen_container input[type=text]{
    max-width: 500px;
}

#kampagnen #tabs {
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

#kampagnen th {
    text-align: center;
}

.ui-jqgrid-title nobr img {
    vertical-align: bottom;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    height: 26px !important;
}

.ui-jqgrid .ui-jqgrid-pager {
    z-index: 100 !important;
}

.helpTooltip {
    max-width: 550px;
    overflow: hidden;
    border-color: #3d3d3d;
    border-width: 4px !important;
    border-radius: 5px;
    box-shadow: 0 1px 1px #606060;
    padding: 0;
}

.helpTooltip .helpHeadline {
    background: #3d3d3d none repeat scroll 0 0;
    color: white;
    font-weight: bold;
    height: 25px;
    line-height: 22px;
    padding-left: 14px;
}

.helpTooltip .helpContent {
    padding: 0 10px;
}


.helpTooltip .helpCustom {
    border: 1px dotted;
    margin: 5px;
    padding: 0 5px;
}

.helpCustomHeadline {
    color: #bc832d;
    font-weight: bold;
}

.helpIcon {
    cursor: help;
}

#help #videoContainer {
    list-style: none;
    margin: 0;
    padding: 0;
}

#help #videoContainer:after {
    clear: both;
    content: "";
    display: block;
}

#help #videoContainer li{
    width: 200px;
    height: 130px;
    position: relative;
    transition: 0.5s;
    float: left;
    margin: 10px;
    max-width: 100%;
    max-height: 100%;
}

#help #videoContainer li.active {
    width: 800px;
    height: 520px;
}

#help #videoContainer li .layer, #help #videoContainer li iframe {
    width: 100%;
    height: 100%;
}

#help #videoContainer li .layer {
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#help #videoContainer li .layer:hover {
    opacity: 0;
}

#linkwizard iframe{
    width: 100%;
    min-height: 500px;
    border: 1px solid #bfbfbf;
}

#linkwizard select,
#linkwizard input  {
    width: 100%;
}

#linkwizard td:first-child {
    width: 100px;
}

#linkwizard td {
    position: relative;
    padding: 5px 0;
}

#linkwizard #iframeWrapper {
    background-color: rgba(37, 37, 37, 0.47);
    height: 500px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: center;
}


#linkwizard #iframeWrapper span {
    color: white;
    font-size: 33px;
    text-shadow: 0 0 20px #000000;
}

#linkwizard #iframeWrapper div {
    position: absolute;
    top: 48%;
    width: 100%;
}

#specialPagesList .languageInput {
    width: 250px;
}

#specialPagesList .newArea td{
    border-top: 1px solid #3d3d3d;
}

a.copyredbutton {background: #BE493E;color: #fff;border-radius: 4px;display: inline-block;padding: 2px 4px;}
a.copyredbutton:hover {color: #fff;background: #b23f35;text-decoration: none;}


/*07.03.17 - Rubriken bearbeiten*/
.rubNavigation {list-style: none;margin: 0; padding: 0;}
.rubNavigation .rubMenuIcon {margin: 0px 3px 0px 0px;position: relative;display: inline-block;text-align: center;}
.rubNavigation .rubMenuIcon a {padding: 10px 16px 5px 16px;display: block;
    font-weight: bold;
    white-space: nowrap;
    color: #626262;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 0 1px #fff;
    border: 1px solid #d5d5d5;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
    background: linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
    box-shadow: 0 1px 2px #eee;
    -webkit-box-shadow: 0 1px 2px #eee;
    -moz-box-shadow: 0 1px 2px #eee;text-decoration: none;
}
.rubNavigation .rubMenuIcon.active a {border: 1px solid #999999;} 
.rubNavigation .rubMenuIcon a span {display: block;line-height: 18px;font-weight: bold;}
.rubNavigation .rubMenuIcon a:hover {
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#f6f6f6 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%,#f6f6f6 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%,#f6f6f6 100%);
    background: linear-gradient(top, #fcfcfc 0%,#f6f6f6 100%);
    border-color: #999999;
}
.rubEdit.btn_container {margin-bottom: 0 !important;}
.rubbild_PicSize, .rubbild_detailPicSize {padding: 5px 10px;border-radius: 5px;margin-top: 5px;margin-bottom: 3px;}
#tabsrubrik_bilder .pageTitle, #tabsrubrik_bilder .alert.alert-danger {margin-left: 0;margin-right: 0;}
#categoryPicture {margin-bottom: 100px;}
#categoryPicture .submitButton {margin-top: 50px;}
.backToRubTree a {text-decoration: none;display: block;margin: 7px 0 10px 10px;}
.picMask .alert-info {padding: 3px;border-radius: 5px;margin-top: 0px;}
.picMask img {max-width: 100%;}
.picMask .first-td {width: 7%;}
.picMask .second-td {width: 35%;}
.picMask .third-td {width: 58%;}

#categoryPic {position: relative;}
#categoryPic td:last-of-type{position: relative;};
#categoryPic .thumb {display: inline-block;}
#categoryPic .thumb > img {max-height: 80px;display: inline-block;height: auto;}
#categoryPic .thumb > span > img {display: none;position: absolute;z-index: 2000;background: #fff;padding: 3px;left: 12px;top: 13px;}
#categoryPic .thumb:hover > span > img {display: block;}


/*subUser*/
.subUser ul {margin: 5px 0 15px 0px;padding: 0;list-style: none;}
.subUser ul img {float: left;margin-right: 5px;}
.subUser ul li {width: 100%;overflow: hidden;margin-bottom: 7px;padding: 10px 0 10px 10px;}
.subUser ul li span {display: block;float: left;margin-left: 5px;margin-top: -3px;}
.subUser ul li:nth-child(odd) {background: #eee;}
.subUser ul li:nth-child(even) {background: #ffffff;}

/*Backend Frame Dialog*/
.backendFrameDialog {padding: 0 !important;}


#categoryDelete .alert.alert-danger {margin: 0px 0 10px 0;}
#categoryDelete .submitButton.delete {margin-left: 0 !important;padding: 10px 20px;}

#google_picker {position: relative;min-height: 173px;}
#google_picker select {max-width: 100%;width: 100%;margin-bottom: 5px;}
#google_picker_container {padding: .5em !important;display: none;}
.ui-dialog #google_picker_container {display: block;}
.googleCatBtn {border: 1px solid #dadadd;border-radius: 4px;padding: 0px 2px;text-align: center;margin-bottom: 5px;font-weight: bold;background: #f9f9f9;}
.googleCatBtn:hover {border-color: #666;cursor: pointer;}
.googleCatBtn a:hover {text-decoration: none;}
.chooseGoogle a {display: block;padding: 5px 0px;width: 100%;}
.chooseGoogle a img{float: left;margin-top: -3px;margin-right: 5px;}
.chooseGoogle .googleDelete {float: left;width: auto;margin-top: -5px;}

#google_picker a {
    display: block;
    background: rgba(163,205,84,1);
    background: -moz-linear-gradient(top, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,205,84,1)), color-stop(100%, rgba(125,161,56,1)));
    background: -webkit-linear-gradient(top, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
    background: -o-linear-gradient(top, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
    background: -ms-linear-gradient(top, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
    background: linear-gradient(to bottom, rgba(163,205,84,1) 0%, rgba(125,161,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3cd54', endColorstr='#7da138', GradientType=0 );
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Arial" !important;
    font-size: 12px !important;
    font-weight: bold;
    padding: 6px;
    text-align: center;
    text-shadow: 0 -1px 1px #646464;
    min-width: 150px;
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
    position: absolute; 
    bottom: 0px;
}

#bggrid {background-size: cover !important;}
#tabstemplate_admin_layout .ui-tabs-nav li.ui-tabs-active, #tabstemplate_admin_layout-1 .ui-tabs-nav li.ui-tabs-active, #tabstemplate_admin_layout-2 .ui-tabs-nav li.ui-tabs-active {border-bottom: 0px solid #eee;border-top: 0px solid #E68E3F;}

.ui-widget-content {
    border:  none !important;
}

.distanceHolder {width: 100%;height: 10px;overflow: hidden;}

#slider_accordion {margin-bottom: 5px;}
#slider_accordion h3.ui-accordion-header {padding-left:0 !important;border-radius: 3px;margin-bottom: 3px;}
#slider_accordion h3.ui-accordion-header:hover {border-color: #999 !important}
#slider_accordion h3.ui-accordion-header i {font-size: 19px;padding-right: 2px;color: #3B8CB5;}
#slider_accordion .ui-accordion-content {padding: 0px !important;border: 1px solid #dadadd !important;border-width: 1px 1px 1px 1px !important;border-radius: 3px;}
#slider_accordion h3.ui-accordion-header {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
#slider_accordion .ui-accordion-content [name^="slide_alt_tag"] {width: 100%;}
#slider_accordion .ui-accordion-content .slideItem {width: 70%;}
#slider_accordion .ui-accordion-content .slideItem tr > td:first-of-type {padding-left: 10px;font-weight: bold;color: #343434;max-width: 150px;}
#slider_accordion .ui-accordion-content .slideItem tr > td {padding-top: 10px;}
#slider_accordion .ui-accordion-content .slideItem .deleteRow {border-radius: 0 0 0 3px !important;text-transform: normal;}
#slider_accordion .ui-accordion-content .slideItem .deleteRow td {background: #fff;padding-bottom: 10px;}
#slider_accordion .ui-accordion-content .slideItem .deleteRow .iCheck-helper {background: #fff !important;}
#slider_accordion .ui-accordion-content .slideItem .deleteRow label {margin-bottom: 0;color: #e41300;font-weight: 700;text-transform: uppercase;}
#slider_accordion .ui-accordion-content .slideItem tr.slideCaption td {padding-bottom: 10px !important;}
#slider_accordion .ui-accordion-content .slideItem .linkwizardLink {background: #363636;color: #fff;padding: 5px 10px;border-radius: 3px;font-weight: normal;}
#slider_accordion .ui-accordion-content .slideItem .linkwizardLink:hover {background: #666;}
#slider_accordion .ui-accordion-content .slideItemSave {margin-left: 5px !important;}
#sliderList table tr td {padding: 0 3px 3px 0;}
#sliderList .submitButton.delete {margin-top: 0;box-shadow: none;}

/*Rubrik bearbeiten - PDF Laden Maske*/
.alert.alert-success ul {list-style: none;margin: 0;padding: 0;}
.alert.alert-success ul li:before {content:"- ";}
#categoryPdf .rubPdf {background: #fff;border-color: #dadadd;border-radius: 4px;}
#categoryPdf .rubPdf img {margin-left: -12px;}

.stick-to-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.alert-override {
    margin-left: 11%;
    margin-right: 20%;
    margin-top: 7px;
    border: 0;
    padding-top: 10px;
}

/*PW - 12.07.2019*/
#tabstemplate_admin_meta {padding: 0 10px;}
#tabstemplate_admin_meta.ui-tabs .ui-tabs-nav {margin: 0;padding: 0;border: 1px solid #dadadd;border-radius: 0;}
#tabstemplate_admin_meta li {font-weight: bold;text-align: center;margin-right: 0;border-radius: 0;border-right: 1px solid #dadadd;}
#tabstemplate_admin_meta.ui-tabs .ui-tabs-panel {border: 1px solid #dadadd;padding: 10px 0;}
#tabstemplate_admin_layout .ui-tabs-nav li.ui-tabs-active {border-width: 0 1px 0 0;}
#tabstemplate_admin_layout {padding: 0;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fafafa;
    background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}
#tabstemplate_admin_meta .ui-widget-header {background: #fff;}
#tabstemplate_admin_meta li a {text-align: left;}
#tabstemplate_admin_meta .ajaxTooltip.helpIcon {position: absolute;right: 2px;top: 2px;border-radius: 100%;}
.bubbleInfo .trigger {position: relative;margin-right: -10px;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {color: #808080;}
.ajaxTooltip.helpIcon {border-radius: 100%;}
.helpTooltip {border-radius: 0;border: 1px solid #343434 !important;box-shadow: none;}
.helpTooltip .helpHeadline {height: 30px;line-height: 29px;padding-left: 7px;font-size: 15px;text-transform: uppercase;}
.helpTooltip .helpContent {padding: 10px 10px 0 10px;font-size: 13px;}
select {padding: 7px 9px !important;margin-bottom: 2px;margin-right: 2px;}
#preview_checkbox_container label {margin-bottom: 0;}

/* kostenstellen select field*/
html body #customerEdit select[name*="kostenstelle"] {width: 100% !important;}