body {
	font: 14px helvetica, arial, tahoma;
    font-weight:normal;
    margin:10px 0px; padding:0px;
}

#allbox {
    width:960px;
    margin:0px auto;
}


h1{
    font: 1.1em helvetica, arial, tahoma;
    font-weight:normal;
    color: #ffffff;
    margin:5px 0;
}

h2{
    font: 1.1em helvetica, arial, tahoma;
    font-weight:normal;
    margin: 3px 0 13px 0;
    color: #007bbe;
}

h3{
    font: 1em helvetica, arial, tahoma;
    font-weight:bold;
    margin: 18px 0 3px 0;
}

p{
    margin: 2px 0 0 0;
}

a{
    color: #007bbe;
}

img{
    border:none;
}

input{
    margin-right:5px;
}

.distance_top{
    margin-top: 10px;
}

.nounderline{
    text-decoration:none;
    color:black;
    border: 0px;
}
.clearfloat {
	clear:both;
}

/*##############################
    labels & input fields
################################*/
.field{
    margin-bottom:8px;
    clear:both;
    height:20px;
}
.field_description{
    font: 0.8em helvetica, arial, tahoma;
    font-weight:normal;
    display: block;
    color: #007bbe;
    margin-right: 15px;
}
label{
    padding-top: 4px;
}
#box2 label{
    float: left;
    width: 150px;
}
#box2 input{
    float:left;
    width: 350px;
    margin: 0 5px 4px 0;
}
#box2 input[type="submit"]{
    margin:10px 0 0 150px;
    width:150px;
}
#box4 label{
    float: left;
    width: 200px;
}


/*##############################
    colors
################################*/
.green{
  background-color: #6bab0f;
  color: #fff;
}
.orange{
  background-color: #f3b100;
  color: #fff;
}
.red{
  background-color: #bf3535;
  color: #fff;
}
.bluefont{
  color: #007bbe;
}
.redfont{
  color: #bf3535;
}
.grey{
  background-color: #a0a0a0;
  color: #000;
}

/*##############################
    main box
################################*/
#logobox {
	width:960px;
	margin:0px auto;
	/* text-align:left; */
	padding:15px;
	border:1px solid black;
	background-color:#ffffff;
    text-decoration: none;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    z-index: 1;
    behavior: url(/iecss3.htc);
}

#logobox > *{
    z-index:2;
    position: relative;
}


/*##############################
    logo Account
################################*/
#logo{
    float:left;
    margin-top:-102px;
}


/*##############################
    box types
################################*/
.infobox{
background: #dddddd;
border-bottom: 1px solid #484A43;
padding: 13px 15px;
margin-bottom: 15px;
text-decoration: none;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
z-index: 2;
position: relative;
behavior: url(/iecss3.htc);
}

.statusinfobox{
border-bottom: 1px solid #484A43;
padding: 7px 15px;
margin-bottom: 15px;
text-decoration: none;
-moz-border-radius: 9px 9px 9px 9px;
-webkit-border-radius: 9px;
-webkit-border-top-left-radius: 9px;
-webkit-border-bottom-right-radius: 9px;
border-radius: 9px;
z-index: 2;
position: relative;
behavior: url(/iecss3.htc);
}

select {
  font: 400 1em calibri, verdana, sans-serif;
  color: #444;
  background: #EEE;
  /*border: 1px solid #444;*/
}



/*##############################
    menu
################################*/

#menu{
    margin-left:10px;
}

.lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 98%;
            background-color: white;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            border: 0px solid gray;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid #de862b;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }

#lavaLampPart {
    height: auto !important;
    min-height: 29px;
    overflow: visible;
}

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

#lavaLampPart li a {
    white-space: nowrap;
}


/*##############################
    tables
################################*/
.evenrow
{
    background-color: #eeeeee;
}
.oddrow th
{
    padding-left: 5px;
    /*background-color: #eeeee0;*/
}

table td{
    padding: 0 4px;
}

.site_right
{
    margin-left: 20px;
    margin-top: 20px;
    float:left;
    width: 600px;
    line-height: 160%;
}

.site_left
{
    float: left;
    width: 320px;
}

.clr{clear:both;}

.site_left_menue
{
    list-style: none;
    background-image:url(/assets/icon/arrow-ce5269ee1e4d5b3ece194930ee538383631820d6da4519d5b3274f40ceccbfc7.gif);
    background-repeat:no-repeat;
    background-position:left;
    border-bottom:solid 1px #dedede;
    padding:7px 0px 7px 20px;
    font-size:14px;

}

.site_left_menue_aktive a
{
   color: #e38c30;
}

.site_left_menue a:hover
{
    color: #e38c30;
}

.td_bulk
{
    font-weight: bold;
    width: 150px;
    vertical-align:text-top;
}

.newAisle_sub_brand
{
    display: none;
}

b.editable_aisles_add, b.editable_beam_level_add
{
    color:#007bbe;
    cursor: pointer;
    font-weight: normal;
}


.styleTable { border-collapse: separate; }
.styleTable TD { font-weight: normal !important; padding: .4em; border-top-width: 0px !important; }
.styleTable TH { text-align: center; padding: .8em .4em; }
.styleTable TD.first, .styleTable TH.first { border-left-width: 0px !important; }
/*


 */

* {
  box-sizing: border-box;
}

html {
  min-width: 0;
}

body {
  min-width: 0;
  margin: 0;
  background: #f1f5f9;
  color: #0f172a;
  font: 14px/1.5 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: #0369a1;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #0c4a6e;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

#allbox {
  width: auto;
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

#logobox {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

#logo {
  float: none;
  margin: 0 0 1rem;
}

h1 {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 650;
}

h2 {
  margin: 0 0 1rem;
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 650;
}

h3 {
  margin: 1.25rem 0 0.5rem;
  color: #334155;
  font-size: 1rem;
}

p {
  margin: 0.35rem 0;
}

.terms-page {
  max-width: 48rem;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.terms-page > header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2e8f0;
}

.terms-page h1 {
  margin: 0 0 0.5rem;
  color: #0f172a;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.terms-page h2 {
  margin: 0 0 0.75rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.terms-page section + section {
  margin-top: 2rem;
}

.terms-page p + p {
  margin-top: 0.75rem;
}

.terms-page .terms-updated {
  color: #64748b;
  font-size: 0.8125rem;
}

#menu {
  margin: 1.25rem 0;
}

.lavaLampBottomStyle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  height: auto !important;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}

.lavaLampBottomStyle li {
  float: none;
  list-style: none;
}

.lavaLampBottomStyle li.back {
  display: none !important;
}

.lavaLampBottomStyle li a {
  position: static;
  display: inline-flex;
  float: none;
  align-items: center;
  min-height: 2.25rem;
  height: auto;
  margin: 0;
  padding: 0.5rem 0.75rem;
  overflow: visible;
  border-radius: 0.375rem;
  color: #334155;
  font: 650 0.875rem/1 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-transform: none;
}

.lavaLampBottomStyle li a:hover,
.lavaLampBottomStyle li.current a {
  background: #e0f2fe;
  color: #075985;
  text-decoration: none;
}

.site-picker {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  color: #475569;
  font-size: 0.8rem;
  font-weight: 650;
  text-transform: uppercase;
}

#active-site-search {
  width: 20rem;
  min-width: 0;
  text-transform: none;
  font-weight: 400;
}

.infobox,
.statusinfobox {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.infobox {
  background: #f8fafc;
}

.statusinfobox.green,
.green {
  border-color: #86efac;
  background: #f0fdf4;
  color: #166534;
}

.statusinfobox.orange,
.orange {
  border-color: #fcd34d;
  background: #fffbeb;
  color: #92400e;
}

.statusinfobox.red,
.red {
  border-color: #fca5a5;
  background: #fef2f2;
  color: #991b1b;
}

.statusinfobox.grey,
.grey {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #334155;
}

input,
select,
textarea {
  max-width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 0.375rem;
  background: #fff;
  color: #0f172a;
  font: inherit;
}

input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  min-height: 2.25rem;
  padding: 0.4rem 0.6rem;
}

select[multiple] {
  min-height: 7rem;
}

input[type="submit"],
input[type="button"],
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid #0369a1;
  border-radius: 0.375rem;
  background: #0284c7;
  color: #fff;
  font-weight: 650;
  cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  background: #0369a1;
}

input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled {
  border-color: #cbd5e1;
  background: #e2e8f0;
  color: #64748b;
  cursor: not-allowed;
}

.form-stack {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}

.form-stack label,
label {
  color: #334155;
  font-weight: 650;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.table-sort-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}

.table-sort-button:hover {
  background: #e2e8f0;
  color: #0f172a;
  text-decoration: underline;
}

.table-sort-button:focus-visible {
  outline: 2px solid #0284c7;
  outline-offset: 3px;
}

th,
td {
  padding: 0.55rem 0.6rem;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}

th {
  color: #334155;
  background: #f8fafc;
  font-weight: 700;
  text-align: left;
}

.mailrow_header th,
.mailrow_header td {
  background: #e2e8f0;
  color: #0f172a;
  font-weight: 700;
}

.mailrow_even,
.evenrow {
  background: #f8fafc;
}

.mailrow_odd,
.oddrow {
  background: #fff;
}

.site_left,
.site_right {
  float: none;
  width: auto;
}

.site_left {
  margin-bottom: 1.25rem;
}

.site_right {
  min-width: 0;
  margin: 0;
  line-height: 1.55;
}

.site_left_menue {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  background-image: none;
  list-style: none;
}

.site_left_menue a,
.site_left_menue > span {
  display: block;
  padding: 0.65rem 0.8rem;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
  line-height: 1.3;
}

.site_left_menue a:hover,
.site_left_menue_aktive a {
  background: #e0f2fe;
  color: #075985;
  text-decoration: none;
}

.site_left_menue img {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.35rem;
  vertical-align: text-bottom;
}

.td_bulk {
  width: 12rem;
  color: #475569;
  font-weight: 700;
}

.dblclick,
.dblclick_insp,
.dblclick_email,
.dblclick_date,
.dblclick_date_text,
.dblclickpsw,
.editable_select,
.editable_inspector_select,
.editable_aisles_select,
.editable_yesno_select,
.permission_select {
  min-height: 1.5rem;
  padding: 0.1rem 0.2rem;
  border-radius: 0.25rem;
}

.dblclick:hover,
.dblclick_insp:hover,
.dblclick_email:hover,
.dblclick_date:hover,
.dblclick_date_text:hover,
.dblclickpsw:hover,
.editable_select:hover,
.editable_inspector_select:hover,
.editable_aisles_select:hover,
.editable_yesno_select:hover,
.permission_select:hover {
  background: #fef3c7;
}

b.editable_aisles_add,
b.editable_beam_level_add {
  color: #0369a1;
  font-weight: 650;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 1rem;
}

.pagination a,
.pagination span,
.pagination em {
  padding: 0.35rem 0.55rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.3rem;
  background: #fff;
}

.pagination em {
  border-color: #0284c7;
  background: #e0f2fe;
  color: #075985;
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 900px) {
  .site_left {
    float: left;
    width: 20rem;
    padding-right: 1.25rem;
  }

  .site_right {
    margin-left: 21rem;
  }
}

@media (max-width: 899px) {
  #allbox {
    padding: 1rem 0.75rem;
  }

  #logobox {
    padding: 1rem;
  }

  .site-picker {
    width: 100%;
    margin-left: 0;
  }

  .site-picker select,
  #active-site-search {
    flex: 1;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
  select,
  textarea {
    width: 100%;
  }
}
