/*

STANDARD-CSS f�r das EKP von Sana

Corporate Identity Farben:
Dunkler Farbton: #ff7400
Heller Farbton: #006aae

*/

/*
html, body, ul, li { padding: 0; margin: 0; list-style: none;}
*/
body {
    /*    margin: 20px 0; */
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 100.01%;
    margin: 0;
    padding: 0;
    background-color: #ededed;
}

div.info{
    font-size: 12px;
    width: 300px;
    background-color: #F7FE2E;
    border: 1px solid #ff7400;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

td.leftcenter {
    text-align: left;
    vertical-align: middle;
}

td.center {
    text-align: center;
    vertical-align: middle;
}

tr.sammelbestellung.hidden{
    display: none;
}

form > table {
    padding: 0 0 10px;
    border-spacing: 0;
    /*    border: 1px solid #006aae; */
    font-size: 11px;
}

form > div > table {
    padding: 0 0 10px;
    border-spacing: 0;
    /*    border: 1px solid #006aae; */
    font-size: 11px;
}

form > div > div > table {
    padding: 0 0 10px;
    border-spacing: 0;
    /*    border: 1px solid #006aae; */
    font-size: 11px;
    font-family: Arial, sans-serif;
}

form > table td {
    padding: 5px 9px 5px 9px;
}

form > div > table td {
    padding: 5px 9px 5px 9px;
}

form > div > div > table td {
    padding: 5px 9px 5px 9px;
}

table.logintable {
    width: 750px;
    text-align: left;
    border-spacing: 16px;
    padding-left: 0;
    margin: 0 auto;
    /*  background-color: #FFFFFF; */
}

#wrapper {
    margin: 0 auto;
    padding: 79px 0 0;
    width: 760px;
    border: 1px solid #888;
    text-align: left;
}

/* Box model hack \*/
* html #wrapper {
    width: 762px;
    w\idth: 760px;
}

/* */

/*.textbox {
  padding: 1px 1em;
  font-size: .9em;
}*/

.textbox a {
    color: #000;
}

.back {
    text-align: right;
    padding: 10px 10px 0 0;
}

.alignright {
    margin: 0 30px 20px 0;
    text-align: right;
}

.small {
    font-size: .8em;
}

h1 {
    color: #ff7400;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0.8em;
}

h2 {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 0.8em;
}

.login_form {
    margin: 0 auto;
    padding-left: 0;
    text-align: left;
}

header, #header {
    height: 100px;
    margin: 0 10px;
    position: relative;
    display: block;
}

header #logo, #header #logo {
    position: absolute;
    top: 10px;
    /*    right: 0px; */
    left: 0;
}

#layout {
    width: 1024px;
    margin: 0 auto;
    /*    overflow: hidden; */
    min-height: 400px;
}

#notice {
    height: 25px;
    margin: 0 10px;
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #ff7400;
    /*    border-color: #888888 #ff7400 #ff7400 #888888; */
    border-radius: 0;
    /*  box-shadow: 1px 1px 4px #999999;*/
    padding: 5px;
}

#maintenance_notice {
    height: auto;
    margin: 0 10px;
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #ff7400;
    background: #FAFAD2;
    border-radius: 0;
    padding: 5px;
}

div.flash-notice {
  position:relative ;
  top:0;
  display:block;
  border: 2px solid #00489f;
  color:#00489f;
  text-align:center;
  width:100%;
}
div.flash-notice a {
    font-family: Arial, sans-serif;
    font-size: 100.01%;
}

div.flashnotice {
    margin: 0 auto;
    background-color: #FF4444;
    /* background-color: #e09252; */
    border: 0;
    padding: 0;
    text-align: left;
    color: white;
    font-size: 11px;
}

div.notice {
    margin: 0 auto;
    background-color: #006aae;
    padding-top: 0;
    text-align: justify;
    color: white;
    font-size: 11px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-family: Arial, sans-serif;
    /*  -moz-box-shadow: 1px 1px 4px #999999;
-webkit-box-shadow: 1px 1px 4px #999999;
box-shadow: 1px 1px 4px #999999;*/
    border: 1px solid #888;
    /* border-right-color: #ff7400;
    border-bottom-color: #ff7400; */
}

p.important {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

ul.errorlist li {
    /*    padding-bottom: 1em; */
    padding: 0;
    color: white;
    font-size: 11px;
    margin-left: 20px;
    list-style-position: outside;
}

input.button, input[type=submit], a.button {
    background-color: #006aae;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline;
    text-decoration: none;
    /*  font-style: italic; */
    font-weight: normal;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /*  font-family: Arial, sans-serif;*/

    /*  -moz-box-shadow: 1px 1px 4px #999999;
-webkit-box-shadow: 1px 1px 4px #999999;
box-shadow: 1px 1px 4px #999999; */
    border: 1px solid #888;
    padding: 2px 11px;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    /*    line-height: 32px; */
    width: auto;
    height: auto;
    cursor: pointer;
    overflow: visible;
    color: white;
}

input.button:hover, input[type=submit]:hover, a.button:hover {
    background-color: #ff7400;
    color: white;
    /*  -moz-box-shadow: 2px 2px 4px #999999;
-webkit-box-shadow: 2px 2px 4px #999999;
box-shadow: 2px 2px 4px #999999;
-moz-text-shadow: #650c4b 1px 1px 0px;
-webkit-text-shadow: #650c4b 1px 1px 0px;
text-shadow: #650c4b 1px 1px 0px; */
}

/* input.button:active, input[type=submit]:active, a.button:active {
   -moz-box-shadow: 0px 0px 0px #999999;
   -webkit-box-shadow: 0px 0px 0px #999999;
   box-shadow: 0px 0px 0px #999999;
} */

div#buttonbar {
    margin: 0 auto;
    text-align: center;
}

.big {
    font-size: 20px;
}

.big2 {
    color: #006aae;
    font-size: 28px;
    font-weight: bold;
}

.big3 {
    color: #006aae;
    font-size: 20px;
    font-weight: bold;
}

.big4 {
    color: #006aae;
    font-size: 16px;
}

table.artikeltabelle {
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #006aae;
    padding: 0;
    font-size: 12px;
    width: 1000px;
    margin: 10px auto 0;
    background-color: #FFFFFF;
}
table.shopping_cart {
    margin: 10px 0 10px;
}


table.artikeltabelle_schmal {
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #006aae;
    font-size: 12px;
    padding: 0;
    border: 1px solid #006aae;
    width: 1050px;
    margin: 0 auto;
}

table.artikeltabelle_schmal td {
    border-top: 1px solid #006aae;
    border-left: 1px solid #006aae;
    border-right: 1px solid #006aae;
    text-align: center;
}

table.artikeltabelle_noborder {
    padding: 0;
    font-size: 12px;
    width: 800px;
    margin: 0 auto;
}

table.suche {
    width: 800px;
    margin: 0 auto;
}

table.artikeltabelle tr.innerheader {
}

table.artikeltabelle td {
    padding: 3px;
    border: 1px solid #006aae;
    font-size: 12px;
}

table.suchtabelle {
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #006aae;
    padding: 0;
    border: 1px solid #006aae;
    font-size: 12px;
    width: 100%;
    background-color: #FFFFFF;
    /*  width: 800px;
margin: 10px auto 0; */
}

table.suchtabelle td {
    padding: 3px;
    border: 1px solid #006aae;
    font-size: 12px;
}

table.mqtable tbody tr.inactive_costcenter_bg {
    background-color: #f6f6f6;
    color: #777;
}


tr.last td {
    border-left: 0 solid #006aae;
    border-right: 0 solid #006aae;
    border-top: 1px solid #006aae;
    border-bottom: 0 solid #006aae;
}

tr.first td {
    padding: 3px;
    border-left: 1px solid #006aae;
    border-right: 1px solid #006aae;
    border-top: 1px solid #006aae;
    /* border-bottom: 1px solid #006aae; */
    font-size: 12px;
}

tr.header {
    background-color: #006aae;
    text-align: left;
}

tr.header td {
    color: white;
}

tr.header th {
    padding: 0 5px;
    background-color: #C8C8DC;
    border-right: 1px solid #EDEDED;
}

tr.header_evalaution {
    background-color: #006aae;
    text-align: left;
}

tr.header_evalaution td {
    color: black;
}

tr.header_evaluation th {
    padding: 0 5px;
    background-color: #C8C8DC;
}

tr.top td {
    border-top: 1px solid #006aae;
}

tr.top th {
    border-bottom: 1px solid #006aae;
    border-top: 1px solid #006aae;
}

tr.innerheader td {
    border: 1px solid #006aae;
    font-weight: bold;
    font-size: 12px;
}

.sf-menu a.sf-with-ul {
    min-width: 1px;
    padding-right: 2.25em;
    font-size: 12px;
}

.sf-menu {
    border-top: 1px solid #888888;
    border-right: 1px solid #888888;
    overflow: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    border-radius: 0;
    border-width: 1px;
    width: 100%;
    background-color: #006aae;
    margin-bottom: 0;
    position: relative;
    z-index: 888;
}

.sf-menu a {
    border-top: 0 solid #BBBBBB;
    padding: 0.75em 1em;
    text-decoration: none;
    font-size: 12px;
    width: 100px;
    font-weight: normal;
}

.sf-menu li {
    overflow: visible;
    text-decoration: none;
    border-radius: 0;
    border-width: 1px;
}

.sf-menu li li {
    width: 150px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    overflow: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    border-radius: 0;
    border-width: 0.5px;
    margin-left: -1px;
    margin-top: 1px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    font-weight: bold;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 8.7em; /* match ul width */
    top: -2px;
    min-width: 150px;
}

a {
    text-decoration: none;
    font-size: 12px;
}

a.normal {
    color: #000;
    font-weight: bold;
}

a.normal:hover {
    text-decoration: underline;
}

a.normal:visited {
    color: #000;
}

table.artikeltabelle tr.innerheader {
}

.cartitemerror {
    background-color: #ff9999;
    font-size: 10px;
}

.cartitemerror a {
    font-size: 10px;
    color: black;
}

.cartitemerror a:hover {
    text-decoration: underline;
}

table tr td img.valign {
    margin-bottom: 5px;
    vertical-align: middle;
    border: none;
}

table tr td img.valign_mid {
    vertical-align: middle;
    border: none;
}

img.ui-datepicker-trigger {
    margin-bottom: 5px;
    vertical-align: middle;
    border: none;
}

.complaint_div {
    font-size: 12px;
    border: 1px outset;
    width: 150px;
    float: right;
}

.image {
    border: none;
}

.select_bold {
    /*    font-weight: bold; auskommentiert, da z.B. der IE damit nicht zurechtkommt */
    background-color: #ff7400;
    color: white;
}

.select_italic {
    /*    font-style: italic; auskommentiert, da z.B. der IE damit nicht zurechtkommt */
    background-color: #006aae;
}

.defaultText {
    width: 250px;
}

.defaultTextActive {
    color: #a1a1a1;
}

/* font-style: italic; } */

td span {
    position: relative;
    white-space: nowrap;
}

label.inField {
    position: absolute;
    top: 0;
    left: 5px;
}

label.inField_ie7 {
    position: absolute;
    top: 5px;
    left: 5px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w325 {
    width: 325px;
}

/* CSS von jQuery überschreiben */
.ui-widget {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, sans-serif;
}

.nav {
    margin-left: 100px;
    margin-right: 1px;
}

/* margin-top: -28px; } */

.body_layout {
    z-index: 2;
}

.header_layout {
    z-index: 1;
}

.pageuser {
    font-size: 12px;
    /*  width: 180px; */
    text-align: right;
    color: black;
    /*  vertical-align: top; */
    background: none;
}

hr {
    width: 100%;
    /* color: #ff7400; */
}

.headtable {
    vertical-align: middle;
    width: 100%;
}

.menu_user {
    /*  margin-top: -87px;*/
    position: relative;
    z-index: 999;
    width: 200px;
    float: right;
    text-align: right;
}

.odd_or_even_0 {
    background: #F0F4FD;
    color: #000000
}

.odd_or_even_1 {
    background: #FFFFFF;
    color: #000000
}

input.button.notactive {
    background-color: #ddd;
    color: #aaa;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
}

input.button.not_visible {
    display: none;
}

.specialDate {
    background-color: red;
}

.ib,
.ie7ib {
    display: inline-block;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

#back-to-top {
    position: fixed; /* Wichtig! */
    bottom: 20px;
    right: 100px;
    cursor: pointer;
    padding: 10px;
    background: #ff7400;
    border-radius: 0;
    color: white;
    display: none;
}

.not_visible {
    display: none;
}

.ckb_label {
    width: 90px;
    display:block;
    float: left;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

div.errors {
    border: 1px solid;
    border-color: red;
}

label.error {
    color: red;
    display: block;
    text-align: center;
}

div.hint {
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #006aae;
    margin-top: 2px;
    margin-bottom: 2px;
}

td.reduced {
  background-color: lightgreen;
}

.hidden {
  display: none;
}

.form_field label {
  float: left;
}
.form_field input,
.form_field select {
  float:right;
}
.error {
  border-color:#f00;
}

.sortable, .underlined {
  text-decoration: underline;
  cursor: pointer;
}

.sort-ASC:after{
  content: url('/images/mqtable/sort_asc.gif');
}

.sort-DESC:after{
  content: url('/images/mqtable/sort_desc.gif');
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.sorted_table tr.placeholder {
  display: block;
  background: red;
  position: relative;
  margin: 0;
  padding: 0;
border: none; }

.sorted_table tr.placeholder:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: red;
  margin-top: -5px;
  left: -5px;
border-right: none; }

.tooltip {
  text-align: left;
  padding: 3px;
  position: fixed;
  z-index: 9999;
  border: 1px solid black;
  background-color: #ededed;
  max-width: 400px;
  margin-top: 10px;
}

.form-tag-length {
  box-sizing: border-box;
  margin-right: 1%;
  width: 100px;
}
