/* =Basics
----------------------------------------------- */
* {
  margin:           0;
  padding:          0;
  }

img {
  border:           0; /* Netscape, darf ich vorstellen: 1997; 1997, Netscape. */
  }

body {
  background-color: #2d2d2d;

  margin-top:   1em;

  color:            #333;
  font:             12px 'Lato', 'Sans-Serif';
  }

img.flag,
div.flag {
  width:  18px;
  height: 12px;

  border:           1px solid #A4A4A4;

  background-color: #fff;
}

p, td, ul * {
  font-size:       1.0em;
  }

/* =Formularfelder
----------------------------------------------- */
input, select, option, textarea { font-weight: normal; }

input[type="text"], input[type="password"] {
  padding: 2px;
}

br {
  clear: left;
  }

dl {
  margin-top: 1.2em;
}

dt {
  clear: left;
  float: left;
}

dd {
  margin-left: 12em;
}

dt label, .labels label
{
  color: #555;
  font-weight: bold;
  cursor:default;

  width: 7em;
  display: block;
  float: left;
}

dt label {
  width: 100%;
}

dt label:after {
  content: ":";
}

dt.optional label {
  font-weight: normal;
}

dt, dd {
  margin-bottom:  1em;
}

dl p.desc {
  color:          #555;
  margin-top:     0.3em;
  padding-bottom: 0.8em;
}

div.formError {
  color:       #DC5663;

  padding-left: 18px;
  padding-top: 2px;

  background-image: url(/images/validation-falied.gif);
  background-repeat: no-repeat;

  margin-top:    0.7em;
  margin-bottom: 1.8em;
}

.desc + .formError {
  margin-top: -1.4em;
}

dd.last-in-group { margin-bottom: 2.1em; }

dd.submit { margin-top: 1.8em; }

dl input, dl select { margin-top: -4px;}

  #supplier_site_country_id,
  #supplier_default_sales_tax_percentage { width: 12em; }

/* =Überschriften
----------------------------------------------- */
h1 {
  color:           #004300;
  font:            normal 1.6em "Trebuchet MS";
  margin:          0 0 0.6em 0;
  padding:        0;
  }

h2
{
  color:          #555;
  font:           normal 1.4em "Trebuchet MS";
  margin:         0.8em 0 0.4em 0;
  }

/* =Layout
----------------------------------------------- */
#wrapper
{
  margin:         5px 15px 20px 10px;
  width:          950px;
  margin: 0 auto;
  }

#contents {
  background-color: #fff;
  clear: left;
  min-height: 40em;
  padding-top: 0em;
  padding: 0 1em 1em 1em;
  float: left;
  width: 928px;
  }



/* =Hauptnavigation
----------------------------------------------- */
#navigation
{
    margin-top: 0.5em;
    float: left;

    width:					 100%;
}

#navigation li {
    float: left;
    list-style-type: none;
}

#navigation li a {
    text-decoration: none;

    display: block;
    text-align:					 center;

    background-color: #676767;
    background-image:url(/images/nav_tab_bg_off_grey.gif);
    background-repeat: repeat-x;

    font-weight: bold;

/*  padding: 4px 10px 4px 10px;*/

    padding: 0 0.9em;

  height: 27px;
  line-height: 28px;

  font-weight: normal;

   border-right: 1px solid #fff;

   margin-right: -1px ;

   color:          #EFEFEF;
   border-left: 1px solid #fff;
   border-top: 1px solid #fff;
}

body.higher_contrast #navigation li a { background-color: #496861; color: #fff; }

#navigation li a:hover {
  background-image: none;
  background-color: #333;
}

#navigation li.active a {
  background-color: #fff;
  background-image: none;

  font-weight: bold;

  color: #000;
}

.field-row h2, h2.sep {
  font-size:   0.9rem;
  font-weight: bold;

  padding:          0.6em 0 0.4em 0em;
  padding-left: 0.5em;
  text-decoration:  none;
  color:            #333;

  background-color: #eaeaea;
  border-bottom:   1px solid #bbb;

  margin-bottom: 1em;
}

#navigation li.active + li a {
  border-left: 0;
}

body.higher_contrast #navigation li.active a { background-color: #fff; color: #000; }

/* =Sekundäre und Dritte Navigation
----------------------------------------------- */
#secondaryNavigation, #tertiaryNavigation {
  background-color: #f2f2f2;
  float:            left;
  }



#secondaryNavigation {
  border-bottom:    1px solid #ddd;
  width:            100%;
  }

#secondaryNavigation li, #tertiaryNavigation li {
  float:            left;
  list-style-type:  none;
  }

#secondaryNavigation li a, #tertiaryNavigation li a {
  color:            #111;
  float:            left;
  padding:          0.8em 8px 0.6em 8px;
  }

#tertiaryNavigation li a {
  padding:          7px 8px 7px 8px;

  padding-left:     9px;
  padding-right:    9px;
  }

#secondaryNavigation li:first-child a {
  padding-left:     1em;
  }

  #tertiaryNavigation li:hover a {
   background-color: #242424;
  }

#secondaryNavigation li.active a,
#tertiaryNavigation li.active a {
  text-decoration:      none;
  font-weight:          bold;
  }

  #tertiaryNavigation {
    background-color: #fff;
    background: url(/images/terNavBackground.png);

    border: 1px solid #8F8F8F;
    margin-bottom: 1em;
  }

  #tertiaryNavigation li {
    border-left: 1px solid #fff;
  }

  #tertiaryNavigation li:first-child {
    border-left: 0;
  }

  #tertiaryNavigation li a {
    text-decoration: none;
/*    font-weight: bold */
    color: #fff;
    }

  #tertiaryNavigation li.active a {
    background-color: #fff;
    color: #000;
    }
/* =Formulare
----------------------------------------------- */
.form-submission
{
  padding-top: 0.4em;
  padding-right: 0.4em;
}

optgroup
{
   font-weight: bold;
}

option, optgroup
{
   margin: 2px;
}

body.list_content
{
  background-color: #fff;
  margin: 2em;
}

table
{
  border-collapse: collapse;
  margin-bottom: 1em;
}

table .options {
    width:       10px !important;
    white-space: nowrap;
    padding-right: 16px;
  }

table th a {
  font-weight: bold;
  color: #000 !important;
}

p
{
  line-height: 150%;
}

table tr td
{
  padding: 3px;
}

table tr td, table tr th
{
  vertical-align: text-top;

  padding-top:    6px;
  padding-bottom: 7px;

  padding-right:  10px;
  padding-left:   7px;

  border-bottom:  1px solid #C2C2C2;

  line-height:    17px;
}

td
{
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;

  border-bottom: 0;
}

table tr.odd
{
   background-color: #EDF3FE;
}

table tr th
{
  text-align: left;
  font-weight: bold;

  vertical-align: middle;
  /*padding: 0px 5px;*/

  padding-top:    4px;
  padding-bottom: 4px;

  background-color: #E6E6E6;
  border: 1px solid #C2C2C2;

  background-image: url(/images/admin/table_bg.gif);
  background-repeat: repeat-x;
}

/* =Formate für Tabellenzellen
----------------------------------------------- */
th.price,
td.price
{
  text-align:     right;
}

a
{
  font-weight: normal;
}

/* Einzelne Checkbox */
td.checkbox {
  padding:     4px;
  text-align:  center;
  width:       32px;
}

.date_select * {
  width:  auto !important;
  min-width: 5em;
  margin-right: 2px;
}

a:link,
a:visited
{
  color: #4D7AC1;

  padding: 1px 2px;
}

a.destructive {
  color: #F53949;
}

a:hover
{
  color: #ABB3EA;
}

a.destructive:hover {
  padding: 2px;
  background-color: #F53949;
  color: #fff;
}

.form-submission {
  margin-left: 7em;
}

.labels + div.form-submission {
  margin-left: 8em;
}

.reversed-labels input
{
  display:          block;
  float:            left;

  margin-right:     6px;
  margin-bottom:    0.3em
}

p input,
p select {
  margin-top:       2px;
}

#customers { width: 100%; }
/*#customers td { padding-top: 0.1em; padding-bottom: 0.1em;}*/


#user_Faxnummer { width: 6em; } /* in CSS */

a.new-window {
  color:          #408000;
  font-weight:    bold;

  padding: 0.1em 0.3em;

  background:     url(/images/newWindow.png) no-repeat 99% 50%;
  padding-right:  18px;
}

a.new-window:hover {
  color:          white;
  background-color: #408000 !important;
  font-weight:    bold;

  background:     url(/images/newWindow-hover.png) no-repeat 99% 50%;
  padding-right:  18px;
}

p {
  margin-top:       1em;
  margin-bottom:    1em;

  line-height:      1.8em;
}

form {
  display: inline;
  }

form h2 {
  margin-top: 0;
}

.labels
{
  margin-top: 1.0em;
  margin-bottom: 1.0em;

  line-height: 2.2em;
}

.labels label
{
   text-align: left;
   margin-right: 1em;
}

.labels a
{
   font-weight: normal;
}

// The checkbox itself
input.checkbox {
  margin-right: 6px;
}

// This label is directly alongside a check box.
label.checkbox {
  color: #333;
}


/* =Tickets
----------------------------------------------- */
.text_preview td
{
   margin: 0;
   padding: 0;
}

.ticket_text
{
   padding: 1em;

   height: 15.4em;
   overflow: auto;

   color: #444;
}

.ticket_text p
{
   margin: 0;
   padding: 0;
}

strong a
{
   font-weight: bold;
}

.h td
{
   font-weight: bold;
}
/* =Ende Tickets
----------------------------------------------- */

/*= Notices */

.notice, .error {
  font-size: 11px;

  border-top: 1px solid #79A420;
  border-bottom: 1px solid #79A420;

  padding-left: 0.6em;
  padding-right: 0.6em;

  padding: 0.6em 0;
  margin-bottom: 1.2em;
  padding-left: 0.6em;

  width: 100%;
}

.error {
  background-color: #FDE0DD;
  color:            #830815;
}

.notice {
  background-color: #F7FDF1;
  color:            #79A420;
}

/* Text-Feld des Inhalts einer Vorlage  */
#blueprint_content_type { width: 16em; }

ul.field_list {
	list-style-type:			  circle;
  list-style-position:	  inside;
  line-height:					  140%;
}

/* Auswahl-Liste*/
.selected_criterium {
  background-color: #ff8000;
}

#customers .name   { width: 250px; }

#customers img {
  float:      left;
}

#customers .flag {
  float: right;
  margin-right: 0;
  margin-left:  0.2em;
}

#customers .name a {
  font-weight: bold;
}

#customers .name,
#customers .number,
#customers .email
 {
  white-space: nowrap;
}

em.mine {
  font-weight:     bold;
  font-style:      normal;
}

/* -- Front page */

#googleCalendar {
  border: 0;

  width:  100%;
  height: 400px;
}

#prefsForm {
  float: right;
}

.quiet {
  color: #828282;
}


.flickr_pagination {
  text-align: center;
  padding: 0.6em;
  cursor: default; }
  .flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
    padding: 0.2em 0.5em; }
  .flickr_pagination .disabled {
    color: #aaaaaa; }
  .flickr_pagination .current {
    font-style: normal;
    font-weight: bold;
    color: #ff0084; }
  .flickr_pagination a {
    border: 1px solid #dddddd;
    color: #0063dc;
    text-decoration: none; }
    .flickr_pagination a:hover, .flickr_pagination a:focus {
      border-color: #003366;
      background: #0063dc;
      color: white; }
  .flickr_pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }
  .flickr_pagination .previous_page, .flickr_pagination .next_page {
    border-width: 2px; }
  .flickr_pagination .previous_page {
    margin-right: 1em; }
  .flickr_pagination .next_page {
    margin-left: 1em; }

.ticket_text p {
  margin-bottom: 1em;
}

td.no-wrap {
  white-space: nowrap;
}

#kassa_deactivated_options {
  list-style: none;
  padding-bottom: 0.5rem;
}

  #kassa_deactivated_options input {
    margin-right: 4px;
    width: 18px;
  }

  #kassa_deactivated_options li {
    padding-top:    4px;
    padding-bottom: 4px;
  }

  #kassa_deactivated_options label {
    color: #333;
  }

  #kassa_deactivated_options p {
    padding-left: 26px;
    color: #555;
  }

.kassa_pay_option {
  padding-bottom: 0.5rem;

}

.register_activated {
  text-align: center;
  width: 11%
}

.signed_register {
  color: green !important;
  font-size: 20px;
}

.non_signed_register {
  color: red !important;
  font-size: 18px;
}
