body{
  font-family: 'Signika', serif;
  color:#666666;
  font-size:14px;
  background: #f0f0f0;
  padding: 0;
  margin: 0;
}

body.errorpage {
  background: #f0f0f0;
}

/* do not group these rules*/
::-webkit-input-placeholder { color: #d0d0d0; }
:-moz-placeholder           { color: #d0d0d0; }
::-moz-placeholder          { color: #d0d0d0; }
:-ms-input-placeholder      { color: #d0d0d0; } 

a {
  color: #333399;
}
a:focus {
  outline: none;
}
a:hover {
  color: #5959b3;
}

a img {
  border: none;
}

h1 {
  font-weight: normal;
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 32px;
}
h2 {
  font-size: 20px;
}

.line-through {
  text-decoration: line-through;
}

/*################################################################
   jQuery Override
##################################################################*/

.ui-widget {
  font-size: 1em;
  font-family: 'Signika', serif;
}
.ui-dialog-title {
  font-family: 'Signika', serif;
}
.ui-widget-overlay {
  background: #000000;
  opacity: 0.5;
}

/*################################################################
   Templates
##################################################################*/

#tpl-login {
  background: url('../images/common/background.jpg');
  background-size: cover;
}

#tpl-login .main-wrapper{
  left: 50%;
  margin: -140px 0 0 -300px;
  position: absolute;
  top: 35%;
  width: 600px;
}
#tpl-login .main-wrapper div.wrapper{
  background: #FFFFFF;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  width: 600px;
}
#tpl-login .wrapper div.logo{
  text-align:right;
  padding:20px;
  padding-right:25px;
}
#tpl-login .wrapper div.claim{
  font-size:23px;
  background: #666666;
  color: #ffffff;
  padding:5px 40px;
  font-weight: bold;
}
#tpl-login .wrapper table{
  font-size:16px;
  color:#4c4c4c;;
  margin:30px 40px 25px 40px;
}
#tpl-login .wrapper table th,
#tpl-login .wrapper table td{
  padding-bottom:15px;
  font-weight: normal;
}
#tpl-login .wrapper table th{
  text-align:left;
  width:250px;
}
#tpl-login .wrapper table caption{
  text-align:left;
  font-size:14px;
  padding-bottom:25px;
  line-height:1.5em
}
#tpl-login .wrapper table input[type=text],
#tpl-login .wrapper table input[type=password]{
  font-size:18px;
  width:300px;
}
#tpl-login .wrapper table td.button-row{
  padding-top:3px;
  text-align: right;
  font-size: 14px;
  font-weight:bold;
}

#tpl-singlecontent {
  background: #eeeeee;
}
#tpl-singlecontent #content-container,
.error-page #content-container {
  background: #ffffff;
  padding: 30px 0;
  min-height:550px;
  min-width: 1200px;
}
#tpl-singlecontent #content-container {
  padding-top: 178px;
}

#tpl-singlecontent #content-container > div,
.error-page #content-container > div {
  width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}


#tpl-singlecontent-wide {
  background: #ffffff;
}
#tpl-singlecontent-wide #content-container {
  background: #ffffff;
  padding: 30px 0;
}
#tpl-singlecontent-wide #content-container {
  padding-top: 178px;
}

#tpl-singlecontent-wide #content-container > div {
  width: 100%;
  padding: 0;
  margin: 0;
}
#tpl-singlecontent-wide #top-link {
  bottom: 20px;
  right: 20px;
  margin: 0;
}
#tpl-popupcontent {
  background: #ffffff;
}
#tpl-popupcontent ul.errorMessage {
  width: 400px;
}

#header {
  position:fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  height: 148px;
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  transition: background 0.5s, top 0.5s;
  z-index: 1;
}
.error-page #header {
  position: relative;
  height: 124px;
}
body.max-offset #header {
  background: #f8f8f8;
  box-shadow: 0 0 10px -2px #909090;
  top: -108px;
}
#header > div,
#footer > div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#header #logo-container {
  width: 330px;
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -165px;
  transition: opacity 0.5s;
  opacity: 1;
}
body.max-offset #header #logo-container {
  opacity: 0;
}
#header #logo-container img {
  max-width: 100%;
}
#header #back-button {
  position: absolute;
  bottom: 0;
  left: 10px;
  padding: 9px 10px;
  display: block;
  font-size: 18px;
  color: #666666;
}
#header #menu-container {
  position: absolute;
  bottom: 0;
  left: 55px;
  height: 40px;
  width: 1145px;
}

#header #logged-in {
  position: absolute;
  right: 0;
  top: 12px;
}

#top-link {
  opacity: 0;
  transition: opacity 0.5s;
  position: fixed;
  right: 50%;
  bottom: 200px;
  margin-right: -640px;
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  color: #666666;
  background: #eeeeee;
  padding: 10px;
  border-radius: 5px;
}
.max-offset #top-link {
  opacity: 1;
}
.max-offset #top-link:hover {
  color: #333399;
}

#footer #footer-links {
  padding: 20px 0;
  text-align: center;
}
#footer #footer-links a {
  text-decoration: none;
}
#footer #footer-links a:hover{
  text-decoration: underline;
}
#footer #footer-links span {
  display: inline-block;
  padding: 0 10px;
}

/*################################################################
   Messages
##################################################################*/

div.error{
  border:1px solid #bd0d0d;
  border-radius: 5px;
  background:#ffffff;
  margin-bottom:30px
}
div.error ul{
  list-style: none;
  margin-left:0px;
  padding-left:30px;
  }
div.error .header{
  background:url('/ehglipo/public/platform/images/common/warning.png') no-repeat 3px 3px #d40e0e;
  padding:3px 0px 5px 30px;
  color:#ffffff;
  font-weight:bold;
  font-size:14px;
}

div.info{
  border:1px solid #009907;
  border-radius: 5px;
  background:#ffffff;
  margin-bottom:30px
}
div.info ul{
  list-style: none;
  margin-left:0px;
  padding-left:30px;
  }
div.info .header{
  background:url('/ehglipo/public/platform/images/common/action-info.png') no-repeat 3px 3px #2bbb31;
  padding:3px 0px 5px 30px;
  color:#ffffff;
  font-weight:bold;
  font-size:14px;
}


/*################################################################
   Paging
##################################################################*/

.paging{
  margin-bottom:10px;
  margin-top:10px;
}
.paging span.text{
  color: #9a978f;
  padding: 0 6px;
  line-height: 25px;
}
.paging span {
  float:left;
  position:relative;
  margin-right:4px;
}
.paging span.image {
  overflow:hidden;
  width:28px;
  height:25px;
  border-radius: 4px;
}
.paging span a{
  float:left;
  display:block;
  width:28px;
  height:25px;
}
.paging span img{
  position:absolute;
  top:0;
  left:0;
}
.paging span a img:hover{
  top:-54px;
}


/*################################################################
   Helper
##################################################################*/

.dialog-button-bar {
  margin-top: 20px;
  text-align: right;
}

.content-wrapper:after,
.button-container:after,
.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*  rechtsbündige Zellen für z.B Preise */
td.align_r, th.align_r {
  text-align:right;
  padding-right:5px;
}


/*################################################################
   Menü
##################################################################*/

/* Allgemein */
#menu-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#menu-container li {
  position: relative;
  white-space: nowrap;
}

#menu-container ul li a,
#menu-container ul li span {
  color: #666666;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
  position: relative;
}


/****** 1. Ebene ******/
#menu-container ul.toplevel > li {
  float: left;
}

#menu-container ul.toplevel > li > a,
#menu-container ul.toplevel > li > span {
  font-size: 16px;
}

/* Aktiver Menüpunkt */
#menu-container ul li.active > a,
#menu-container ul li.active > span {
  color: #333399;
}
#menu-container ul li.active > a:after,
#menu-container ul li.active > span:after {
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: #333399;
  content: '';
  display: block;
}

/* Hover-Effekt */
#menu-container ul li > a:hover,
#menu-container ul li > span:hover {
  color: #333399;
}

/* Offener Menüpunkt */
#menu-container li.open > a:hover,
#menu-container li.open > span:hover,
#menu-container li.active.open > a,
#menu-container li.active.open > span,
#menu-container li.open > a,
#menu-container li.open > span {
  color: #333399;
}

#menu-container ul.toplevel > li.open > ul {
  display: block;
  z-index: 1;
}


/****** 2. Ebene ******/

/* Menüfläche */
#menu-container ul.toplevel ul {
  background: #e0e0e0;
  display: none; /* Default: ausgeblendet */
  position: absolute;
  left: 0;
  top: 41px;
  min-width: 100%;
}

/* Menüpunkte */
#menu-container ul.toplevel ul li a,
#menu-container ul.toplevel ul li span {
  height: 30px;
  line-height: 30px;
  padding-right: 25px;
}

/* Aktiver Menüpunkt */
#menu-container ul.toplevel ul li.active > a,
#menu-container ul.toplevel ul li.active > span {
  background: #d0d0d0;
  color: #666666;
}
#menu-container ul.toplevel ul li.active > a:after,
#menu-container ul.toplevel ul li.active > span:after {
  display: none;
}

/* Hover-Effekt */
#menu-container ul.toplevel ul li.active > a:hover,
#menu-container ul.toplevel ul li.active > span:hover,
#menu-container ul.toplevel ul li > a:hover,
#menu-container ul.toplevel ul li > span:hover {
  background: #d0d0d0;
  color: #666666;
}

#menu-container ul li.user {
  float: right;
  position: relative;
}
#menu-container ul li.user span {
  padding-left: 35px;
}

#menu-container ul li.user span:before {
  position: absolute;
  left: 10px;
  top: 0;
  content: '\f007'; /* user icon */
  font-family: FontAwesome;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
#menu-container ul li.user.superuser span {
  color: #f00000;
}
#menu-container ul li.user.superuser.menu-item-with-children > i {
  border-top-color: #f00000;
}
#menu-container ul li.user.superuser span:before {
  content: '\f21b'; /* superuser icon */
}

#menu-container ul.toplevel > li.menu-item-with-children > span {
  padding-right: 25px;
}
#menu-container ul.toplevel > li.menu-item-with-children > i {
  position: absolute;
  right: 10px;
  top: 17px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666666;
}


/* ######################################
   Buttons
###################################### */

.button {
  text-decoration: none;
}
.button span {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  display: inline-block;
  border-radius: 4px;
  background: #333399;
  color: #ffffff;
  border: 1px solid #333399;
}
.button.small span {
  height: 25px;
  line-height: 25px; 
}
.button span:hover {
  background: #5959b3;
}
.button.secondary span {
  background: #f0f0f0;
  color: #666666;
  border: 1px solid #d0d0d0;
}
.button.secondary span:hover {
  background: #f6f6f6;
}
.button.disabled span {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #d1d1d1;
  cursor: default;
}
.button.back {
  float: left;
}
.left {
  float: left;
}
.button.back span {
  background: none;
  color: #333399;
  text-decoration: none;
  border: 1px solid transparent;
}
.button.back span:hover {
  background: none;
  color: #333399;
  text-decoration: underline;
}
.button-container{
  text-align:right;
}
.button-container.top{
  margin-bottom:30px;
}
.button-container.bottom{
  margin-top:30px;
}
.button.left{
  float:left;
}
.button.right{
  float:right;
}

a i.fa-pencil-square-o {
  font-size: 1.1em;
}


/* ######################################
   Tabs
###################################### */

div.tabs{
  border-bottom:1px solid #aaaaaa;
  margin-bottom:30px;
  margin-top:15px;
  padding-left: 10px;
}
div.tabs ul{
  list-style-type: none;
  margin: 0;
  min-width: 10px;
  padding: 0;
  height: 30px;
}
div.tabs ul li{
  float: left;
  height: 100%;
}
div.tabs ul li div {
  height: 100%;
  margin-left: 1px;
}
div.tabs ul li.active div {
  background-color: #ffffff;
  margin: -4px 0 -1px 0;
  padding: 4px 20px 0 20px;
  border: 1px solid #aaaaaa;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  line-height: 30px;
}
div.tabs ul li div a.button span {
  border-radius: 4px 4px 0 0;
  background: #e0e0e0;
  color: #666666;
  border: none;
}
div.tabs ul li div a.button:hover span {
  background: #d0d0d0;
}

/* markiert ungelesene bestellungen */
table.table-list tr.ungelesen td
{
  font-weight: bold;
}

.popup-size-changePassword{
  width: 500px;
  height: 350px;
}

#EPROC_POPUP_DIALOG iframe {
  display: block;
}


/* ######################################
   Function-Buttons
###################################### */

/*
tr .function a {
  visibility: hidden;
}
tr:hover .function a {
  visibility: visible;
}
tr:hover td {
  background: #fcfcfc;
}
*/

tr.filter td a,
.function span,
.function a {
  padding: 3px 5px;
  display: inline-block;
  background: #eeeeee;
  color: #666666;
  border-radius: 4px;
  min-width: 16px;
  text-align: center;
}
.function span {
  color: #a0a0a0;
}
.table-data td a,
tr.filter td a {
  background: #e0e0e0;
}
tr.filter td a:hover,
.function a:hover {
  color: #333399;
}
.function a.simple-link {
  padding: 0;
  color: #333399;
  background: transparent;
}
.function a.simple-link:hover {
  color: #5959b3;
}

.next-to-link {
  margin-left: 5px;
}

/* ######################################
   Radiobuttons
###################################### */

div.checkbox-wrapper,
div.radio-wrapper {
  padding-left: 25px;
  position: relative;
}
div.checkbox-wrapper.floating,
div.radio-wrapper.floating {
  float: left;
}
div.checkbox-wrapper.floating.padding-right,
div.radio-wrapper.floating.padding-right {
  padding-right: 20px;
}
div.checkbox-wrapper input[type=checkbox],
div.radio-wrapper input[type=radio] {
  position: absolute;
  top: 2px;
  left: -1px;
}

/*################################################################
   Tabellen
##################################################################*/

table {
  border: none;
  border-spacing: 0;
}
table.table-list {
  width: 100%;
}
table.table-list th {
  padding: 0;
}
table.table-list thead th {
  white-space: nowrap;
}
table.table-list th,
table.table-list td {
  font-weight: normal;
}
table.table-list th,
table.table-list tr.filter td {
  background: #f0f0f0;
  font-weight: normal;
  text-align: left;
}
table.table-list th.align_r {
  text-align: right;
}
table.table-list th.text-align-right {
  text-align: right;
}
table.table-list th.checkbox {
  padding: 10px 15px 4px 15px;
}
table.table-list td {
  padding: 6px 15px;
}
table.table-list tr.filter td {
  padding: 4px 15px 10px 15px;
}
table.table-list th a,
table.table-list th span {
  padding: 10px 15px 4px 15px;
}
table.table-list tr.filter td.multifilter-aktionen a{
  padding:0px;
}
table.table-list th a,
table.table-list th span {
  display: block;
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
table.table-list th span:hover {
  cursor: default;
}
table.table-list td {
  border-bottom: 1px solid #d0d0d0;
}
table.table-list td.function {
  min-width: 70px; /* Minimalbreite für 2 Icons. Weitere Minimal-Breiten sollten seitenspezifisch definiert werden. */
  white-space: nowrap;
}
table.table-list td.description {
  border-bottom: none;
  font-weight: bold;
  padding-bottom: 0;
}
table.table-list td.top-left {
  vertical-align: top;
}
table.table-list tr.no-border td {
  border-bottom: none;
}
table.table-list tr.no-border-top td {
  border-top: none;
}
table.table-list th a.HeadlineSorted,
table.table-list th a.HeadlineUnSorted {
  background-color: #e0e0e0;
  background-repeat: no-repeat;
  background-image: url("../images/sorting/sorting.png");
}
table.table-list th a.HeadlineSorted.up {
  background-position: center 1px;
}
table.table-list th a.HeadlineSorted.down {
  background-position: center -147px;
}
table.table-list th a.HeadlineUnSorted {
  background-position: center -69px;
  background-color: transparent;
}
table.table-list th a.HeadlineUnSorted:hover {
  background-color: #e0e0e0;
}

table.table-list em {
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #a0a0a0;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
}
table.table-list em.positive {
  color: #24b324;
  border-color: #24b324;
}
table.table-list em.warning {
  color: #e2af00;
  border-color: #e2af00;
}
table.table-list em.negative {
  color: #b32424;
  border-color: #b32424;
}

table.table-list em.normalbest {
  color: #686868;
  border-color: #686868;
  opacity: 0.5
}
table.table-list em.expressbest {
  color: #e2af00;
  border-color: #e2af00;
}

/* ######################################
   table-list getrennt durch TBODY-Elemente
###################################### */

table.table-list.grouped tbody td {
  border-bottom-style: none;
}
table.table-list.grouped tbody + tbody tr:first-child td {
  border-top: 1px solid #9a978f;
}
table.table-list.grouped {
  border-bottom: 1px solid #9a978f;
}





/*################################################################
   Paging
##################################################################*/

.paging {
  padding: 0 0 10px 0;
}


/*################################################################
   Formular-Tabelle in Administrationsmasken
##################################################################*/

table {
}

.form-box {
  background: #f0f0f0;
  padding: 20px;
}

.form-box table th,
.form-box table td {
  font-weight: normal;
  vertical-align: top;
  padding: 5px 0px;
}
.form-box table td {
  font-weight: bold;
}
.form-box table tr:first-child td,
.form-box table tr:first-child th {
  padding-top: 0;
}
.form-box table th{
  text-align: left;
  padding-right: 15px;
}

.form-box table tr.vertical-align-middle th,
.form-box table tr.vertical-align-middle td {
  vertical-align: middle;
}
table.table-list tr.vertical-align-top td,
.form-box table tr.vertical-align-top th,
.form-box table tr.vertical-align-top td,
.form-box table td.vertical-align-top,
.form-box table th.vertical-align-top{
  vertical-align: top;
}

.form-box table .contains-datepicker td span,
.form-box table .contains-datepicker td img,
.form-box table .contains-datepicker td input {
  display: inline-block;
  vertical-align: middle;
}
.form-box table .contains-datepicker td span {
  margin: 0 2px;
}
.form-box table .contains-datepicker td span.margin-left {
  margin-left: 20px;
}
.form-box table tr.heading td {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}


/*################################################################
   Formular-Elemente allgemein
##################################################################*/

button:focus,
input:focus,
select:focus {
  outline: none;
}

textarea {
  border: 1px solid #d0d0d0;
  padding: 8px;
  resize: none;
}

.txt2{
  width: 1000px;
}

input[type='text'],
input[type='password']{
  border: 1px solid #d0d0d0;
  font-size: 13px;
  font-weight: normal;
  height: 19px;
  line-height: 16px;
  padding: 3px 8px;
  background-color: #ffffff;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
select:focus,
textarea:focus,
input[type='text']:focus,
input[type='password']:focus {
  box-shadow: 0 0 5px 1px #9999de;
  border-color: #333399;
}
input[disabled],
select[disabled],
textarea[disabled] {
  background: #e6e6e6;
  color: #999999;
}

select {
  border: 1px solid #d0d0d0;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  height: 27px;
  line-height: 22px;
  padding: 3px 5px;
  box-sizing: border-box;
}

/*################################################################
   Raster
##################################################################*/

.content-wrapper {
  margin: 0 -30px;
}
.content-wrapper .span-adjustable,
.content-wrapper .span1,
.content-wrapper .span2,
.content-wrapper .span3,
.content-wrapper .span4,
.content-wrapper .span5,
.content-wrapper .span6 {
  float: left;
  padding: 0 30px;
}

.content-wrapper.auto-height .span-adjustable .form-box,
.content-wrapper.auto-height .span1 .form-box,
.content-wrapper.auto-height .span2 .form-box,
.content-wrapper.auto-height .span3 .form-box,
.content-wrapper.auto-height .span4 .form-box,
.content-wrapper.auto-height .span5 .form-box,
.content-wrapper.auto-height .span6 .form-box {
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.content-wrapper.auto-height{
  overflow:hidden;
}

.content-wrapper .span1 {
  width: 145px;
}
.content-wrapper .span2 {
  width: 400px;
}
.content-wrapper .span2 .second {
  margin-top: 20px;
}
.content-wrapper .span3 {
  width: 555px;
}
.content-wrapper .span4 {
  width: 760px;
}
.content-wrapper .span5 {
  width: 965px;
}
.content-wrapper .span6 {
  width: 1170px;
}

/* Form-Box span3 und span6 (4-spaltige Tabelle) */
.content-wrapper .span3 .form-box > table > tbody > tr > th,
.content-wrapper .span6 .form-box > table.four-columns > tbody > tr > th {
  width: 170px;
}
.content-wrapper .span3 .form-box > table > tbody > tr > td,
.content-wrapper .span6 .form-box > table.four-columns > tbody > tr > td {
  width: 330px;
}
.content-wrapper .span3 .form-box > table.rights > tbody > tr > th {
  width: 20px;
}
.content-wrapper .span3 .form-box > table.rights > tbody > tr > td {
  width: 480px;
}
.content-wrapper .span3 .form-box table textarea,
.content-wrapper .span3 .form-box table input[type='text'],
.content-wrapper .span3 .form-box table input[type='password'],
.content-wrapper .span6 .form-box table.four-columns textarea,
.content-wrapper .span6 .form-box table.four-columns input[type='text'],
.content-wrapper .span6 .form-box table.four-columns input[type='password'],
.content-wrapper .span6 .form-box table.four-columns td.function textarea,
.content-wrapper .span6 .form-box table.four-columns td.function input[type='text'],
.content-wrapper .span6 .form-box table.four-columns td.function input[type='password'] {
  width: 302px;
}
.content-wrapper .span3 .form-box table select,
.content-wrapper .span6 .form-box table.four-columns select {
  width: 320px;
}
.content-wrapper .span6 .form-box > table.four-columns td + th {
  padding-left: 100px;
}

/* Form-Box span4 */
.content-wrapper .span4 .form-box > table > tbody > tr > th {
  width: 170px;
}
.content-wrapper .span4 .form-box > table > tbody > tr > td {
  width: 530px;
}
.content-wrapper .span4 .form-box table textarea,
.content-wrapper .span4 .form-box table input[type='text'],
.content-wrapper .span4 .form-box table input[type='password'] {
  width: 510px;
}
.content-wrapper .span4 .form-box table select {
  width: 528px;
}

/* Form-Box span6 (über volle Breite) */
.content-wrapper .span6 .form-box > table > tbody > tr > th {
  width: 170px;
}
.content-wrapper .span6 .form-box > table > tbody > tr > td {
  width: 945px;
}
.content-wrapper .span6 .form-box table textarea,
.content-wrapper .span6 .form-box table input[type='text'],
.content-wrapper .span6 .form-box table input[type='password'] {
  width: 925px;
}
.content-wrapper .span6 .form-box table td.function textarea,
.content-wrapper .span6 .form-box table td.function input[type='text'],
.content-wrapper .span6 .form-box table td.function input[type='password'] {
  width: 870px;
}
.content-wrapper .span6 .form-box table select {
  width: 944px;
}
.content-wrapper .span6 .form-box table td.function select {
  width: 915px;
}
.content-wrapper .span3 .form-box table input[type='text'].date,
.content-wrapper .span4 .form-box table input[type='text'].date,
.content-wrapper .span6 .form-box table input[type='text'].date,
.content-wrapper .span6 .form-box table.four-columns input[type='text'].date {
  width: 118px;
}
