@charset "UTF-8";
@import url('normalize.css');

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

.icon-view {
  background: url("../img/view.png") scroll no-repeat center transparent;
  background-position: center;
  width: 20px;
  height: 15px;
}

.icon-view-protocol {
  background: url("../img/view_protocol.png") scroll no-repeat center transparent;
  background-position: center;
  width: 20px;
  height: 15px;
}

.icon-save {
  background: url("../img/save.png") scroll no-repeat center transparent;
  background-position: center;
  width: 20px;
  height: 15px;
}

.icon-next {
  background-image: url("../img/action-next.png");
  background-position: center;
  width: 11px;
  height: 12px;
}

.icon-previous {
  background-image: url("../img/action-previous.png");
  background-position: center;
  width: 11px;
  height: 12px;
}

.icon-add {
  background-image: url("../img/action-add.png");
  background-position: center;
  width: 11px;
  height: 12px;
}

.icon-upload {
  background-image: url("../img/action-upload.png");
  background-position: center;
  width: 11px;
  height: 12px;
}

.icon-download {
  background-image: url("../img/action-download.png");
  background-position: center;
  width: 11px;
  height: 12px;
}

.icon-check {
  background-image: url("../img/action-check.png");
  background-position: center;
  width: 11px;
  height: 12px;
}

.icon-edit {
  background-image: url("../img/edit.png");
  background-position: center;
  width: 20px;
  height: 15px;
}

.icon-delete {
  background-image: url("../img/delete.png");
  background-position: center;
  width: 20px;
  height: 15px;
}

.icon-doc {
  background-image: url("../img/doc.png");
  background-position: center;
  width: 20px;
  height: 15px;
}

.icon-csv {
  background-image: url("../img/sdf_csv.png");
  background-position: center;
  width: 20px;
  height: 15px;
}

.icon-reload {
  background-image: url("../img/action-reload.png");
  background-position: center;
  width: 11px;
  height: 10px;
}

.icon-list-open {
  background-image: url("../img/list-open.gif");
  background-position: center;
  width: 17px;
  height: 18px;
}

.icon-list-close {
  background-image: url("../img/list-close.gif");
  background-position: center;
  width: 17px;
  height: 18px;
}

.icon-erhebung {
  background-image: url("../img/survey.gif");
}

.icon-hilfsmerkmal {
  background-image: url("../img/helpfeature.gif");
}

.icon-merkmal {
  background-image: url("../img/mm.gif");
}

.icon-selektor {
  background-image: url("../img/selector.gif");
}

.icon-merkmalsgruppe {
  background-image: url("../img/mmgr.gif");
}

.icon-satz {
  background-image: url("../img/set.gif");
}

.icon-erhebung,
.icon-hilfsmerkmal,
.icon-merkmal,
.icon-selektor,
.icon-merkmalsgruppe,
.icon-satz {
  background-position: 0;
  width: 18px;
  height: 18px;
}

.icon-fatal {
  background-image: url("../img/fatal.gif");
}

.icon-error {
  background-image: url("../img/error.gif");
}

.icon-warning {
  background-image: url("../img/warning.gif");
}

.icon-info {
  background-image: url("../img/info.gif");
}

.icon-fatal,
.icon-error,
.icon-warning,
.icon-info {
  background-position: center;
  width:12px;
  height:12px;
}
 
.icon-arrowright {
  background-image: url("../img/arrowright_10x17.gif");
  background-position: center;
  width:10px;
  height:17px;
  position: absolute;
  right: -10px;
  top: 40px;
}

.icon-close {
  background-image: url("../img/close_10x10.gif");
  background-position: center;
  width:10px;
  height:10px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.icon-forward {
  background-image: url("../img/next.png");
  background-position: center;
  width:12px;
  height:13px;
}

.icon-backward {
  background-image: url("../img/previous.png");
  background-position: center;
  width:12px;
  height:13px;
}

.icon-fastforward {
  background-image: url("../img/fastforward.png");
  background-position: center;
  width:16px;
  height:13px;
}

.icon-fastbackward {
  background-image: url("../img/fastbackward.png");
  background-position: center;
  width:16px;
  height:13px;
}

.icon-cancelledreport {
  background: url("../img/report_cancelled.png") scroll no-repeat center transparent;
  background-position: center;
  width: 20px;
  height: 15px;
}

.icon-replacedreport {
  background: url("../img/report_replaced.png") scroll no-repeat center transparent;
  background-position: center;
  width: 20px;
  height: 15px;
}

html {
   height: 100%;  
}

body {
  font-size: 10pt;
  margin: 10px auto 10px;
  width: 1036px;
  height: calc(100% - 20px);
  position: relative;
}

body * {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 115%;
}

html#iframeinfo {
   height: 100%;
   width: 100%;
   padding: 0;
   margin: 0;
}

html#iframeinfo body {
   width: 100%;
   padding: 0;
   margin: 0;
   text-align: center;
}

#header {
 margin: 0 auto;
 padding: 0 6px;
}

#head {
  color: #a5a5a5;
  font-size: 90%;
  margin-bottom: 6px;
  cursor: default;
}
#head * {
  text-align: right;
}
#head a,
#head button {
  color: #a5a5a5;
}
#head a.intern,
#head a.extern,
#head button.intern,
#head button.extern {
  color: #dc7300;
}
#logo {
  position: absolute;
  margin-top: 16px;
  display: inline-block;
  text-align: left;
}

#head .qlink {
  text-transform: uppercase;
  font-size: 95%;
  padding: 0 3px;
}

#head #ident {
  margin-top: 9px;
  color: #7d7d7d;
  font-size: 90%;
  height: 25px;
}

.info-text {
  color: #8c8c8c;
}

label,
.label {
  font-weight: bold;
  display: inline-block;
  font-size: 8pt;
  vertical-align: middle;
}

h1#title {
 background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAIAAABXpYiMAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGnRFWHRTb2Z0d2FyZQBQYWludC5ORVQgdjMuNS4xMDD0cqEAAACJSURBVChTLcOFUkIBEEDR+/c0SJd0hwKfRKcoDYLg29k9M4fXAJ6yr/96+vFpP+Auu/q342zDTbb0tWkbcJF1OMuaPlWdFX0s60PJFmEvC3qX1z85+w7fWZuBrUzDl0zpTdImYC3jsIrZKCxlRC/Cev5mQzCTQWcAptIPE+nTY6/1wEi6YShd/AMOEHvK7nSh9AAAAABJRU5ErkJggg==') repeat-x scroll 0 0 transparent;
 color: white;
 font-size: 15pt;
 font-weight: normal;
 height: 70px;
 margin: 0;
 padding: 0;
}
h1#title span:first-child {
 display: inline-block;
 max-height: 60px;
 overflow: hidden;
 padding: 0 0 10px 15px;
 vertical-align: bottom;
 width: 815px;
}

h1#title #title_logo {
 background: url("../img/logo_start.png") no-repeat scroll right transparent;
 display: inline-block;
 height: 70px;
 vertical-align: top;
 width: 100px;
}

h1,
h2,
h3,
h4,
h5 {
 margin: 0 0 12px;
 font-weight: normal;
 color: #7d7d7d;
}

h1 {
 font-size: 14pt;
}

h2 {
 font-size: 12pt;
}

h3 {
 font-size: 12pt;
}

h4 {
 font-size: 11pt;
}

h4.grouptitle {
 background-color: #F0F0F0;
 padding-left: 2px;
}

h5 {
 font-size: 10pt;
}

p {
 margin: 0;
 line-height: 125%;
}
p + p,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
 margin-top: .75em;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset {
    margin: 10px 0;
}

a:link,
a:visited {
  color: #dc7300;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #dc7300;
  text-decoration: underline;
}

button.defaultButton {
   position:absolute; 
   top:-20000px;  
}

button.linkbutton {
  color: #dc7300;
  text-decoration: none;
}

a.intern,
button.intern {
  background: url("../img/link_intern.png") no-repeat scroll left transparent;
  padding-left: 11px;
}
a.extern,
button.extern {
 background: url("../img/link_extern.png") no-repeat scroll left transparent;
 padding-left: 12px;
}
a.em,
button.em {
 font-weight: bold;
}
.formrow + .formrow {
    margin-top: 0.6em;
}
div.pagedescription {
   width: 460px;
   margin-bottom: 20px;
}

div.pagedescription.separator {
   margin-bottom: 10px;
   margin-top: 10px;
}

#cancelForm {
   display: inline;
}

input {
  border: 1px solid #a5a5a5;
  padding: 2px 1px;
  font-size: 8pt;
  transition: box-shadow 0.25s ease-in-out 0s;
  -moz-transition: box-shadow 0.25s ease-in-out 0s;
  -ms-transition: box-shadow 0.25s ease-in-out 0s;
  -webkit-transition: box-shadow 0.25s ease-in-out 0s;
  -o-transition: box-shadow 0.25s ease-in-out 0s;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border: 1px solid #7d7d7d;
  box-shadow: 0 1px 3px 0 silver, -2px 2px 6px -3px #dc7300, 2px 1px 6px -4px #dc7300;
  outline: 0 none #dc7300;
}

input[type="radio"],
input[type="checkbox"] {
  border:0;
}

#headerContext {
 margin: 10px 15px 15px 15px;
}

#headerContext form {
  display: inline-block;
}

#headerContext ul {
 list-style-type: none;
}

#headerContext li {
 display:inline;
 color: #282828;
 font-size: 11px;
}

#headerContext li img {
 padding-left: 12px;
 padding-right: 12px;
 position: relative;
 top: 2px;
}

#headerContext li span.currentContextItem {
 background-color: #E6E6E6;
 padding-bottom: 2px;
 padding-left: 4px;
 padding-right: 4px;
 padding-top: 2px;   
}

#body {
 background-attachment: scroll;
 background-clip: border-box;
 background-color: #FFFFFF;
 background-image: url("../img/mainback.png");
 background-origin: padding-box;
 background-position: 0 0;
 background-repeat: no-repeat;
 background-size: auto auto;
 min-height: 575px;
 font-size: 9pt;
 padding:0 28px 0 26px;
 position:relative;
}

div.withoutcontext {
 margin-top:40px;
}

#left{
 float:left;
 margin:18px 0 0 0;
}

#right{
 margin-left:216px;
 min-height: 575px;
}

#body .tile {
  border-top: 5px solid transparent;
  padding-top: 1.8em;
  margin: 0;
}
#body .tile + .tile {
  border-top: 5px solid #e6e6e6;
  margin-top: 1.8em;
}

#body .inputform {
  background-color: #FEF5E8;
  border-top: 5px solid #E68F00;
  padding: 1.8em;
}
#body .inputform h2,
#main .inputform h3 {
  color: #faa01e;
}

#body #app_message {
  margin: 10px 0px 10px;
}

#body div.contactinfo div {
   margin-bottom:1em;
}

#body div.contactinfo table th,
#body div.legalnoticeinfo table th {
   width:30%;
}

#body div.contactinfo table th,
#body div.contactinfo table td,
#body div.legalnoticeinfo table th,
#body div.legalnoticeinfo table td {
  text-align:left;
}
#body div.legalnoticeinfo div {
   margin:5px 0 10px 0; 
}

div.infopage #app_message {
   text-align:center;
}

.functions {
  margin: 10px 0;
  box-shadow: 0 0 15px -7px #a5a5a5;
}
.functions > div {
  background: none scroll white;
  padding: 12px 12px 12px 102px;
  color: #7d7d7d;
  vertical-align: baseline;
  border: 1px solid #e6e6e6;
}
.functions > div span.icon {
  float: left;
  margin-left: -70px;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: no-repeat left center transparent;
}
.functions > div a,
.functions > div button {
  font-size: 110%;
  margin: 0 0 .8em;
  padding: 0;
  display: inline-block;
  max-width: 80%;
}
.functions > div button {
  color: #dc7300;
  cursor: pointer;
  background: none transparent;
  border: 0 none;
  text-align: left;
}
.functions > div button:hover,
.functions > div button:focus,
.functions > div button:active {
  text-decoration: underline;
}
.functions > div div {
  margin: 0;
  width: 80%;
}
.functions div + div {
  border-top: none;
}

.spacer {
  height: 10px;
  position: relative;
  background-color: white;
  margin: -10px 0;
}

.clear {
   clear:both;
}

.clear-left {
   clear:left;
}

.clear-right {
   clear:right;
}

.profileIconDeliveryCreate {
  background-image: url("../img/create_delivery.png") !important;
}

.profileIconDeliveryCheck {
  background-image: url("../img/check_delivery.png") !important;
}

.profileIconDeliverySend {
  background-image: url("../img/send_delivery.png") !important;
}

.profileIconDeliveryDisplay {
  background-image: url("../img/deliverys.png") !important;
}

.profileIconManageUserdata {
  background-image: url("../img/user_manage.png") !important;
}

.profileIconManageSurveyTemplate {
  background-image: url("../img/templates.png") !important;
}

.profileIconInformations {
  background-image: url("../img/info40x40.png") !important;
}

.profileIconAddress {
  background-image: url("../img/profile_address.png") !important;
}

.profileIconPassword {
  background-image: url("../img/profile_password.png") !important;
}

.profileIconRespondents {
  background-image: url("../img/respondents.png") !important;
}

.actionIconProceed,
.actionIconReload {
  padding-right: 15px;
}

#navigation {
  font-size: 100%;
  line-height: 100%;
  float: left;
}
#navigation li {
  padding-right: 14px;
  width: 180px;
}
#navigation button,
#navigation a {
  border: 0 none;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0 8px;
  color: #282828;
  line-height: 9pt;
  height: 40px;
  cursor: pointer;
  vertical-align: baseline;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
#navigation button:active,
#navigation button:hover,
#navigation button:focus,
#navigation a:active,
#navigation a:hover,
#navigation a:focus {
  box-shadow: 0 1px 3px 0 silver, -2px 2px 6px -3px #dc7300, 2px 1px 6px -4px #dc7300;
  outline-color: #dc7300;
  text-decoration: none;
}
#navigation button > div.inner,
#navigation a > div.inner {
  display: inline-block;
  width: 90%;
}
#navigation button + button,
#navigation button + a,
#navigation a + button,
#navigation a + a {
  border-top: 0 none;
}
#navigation .double-line button,
#navigation .double-line a {
  height: 50px;
}
#navigation button::-moz-focus-inner {
  padding: 0;
  border: none;
}
#navigation .l1 {
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 15px -7px #a5a5a5;
  width: 15em;
}
#navigation .l1 > li > button,
#navigation .l1 > li > a {
  background: url("../img/option-bg.png") repeat-x scroll top #e6e6e6;
  background: linear-gradient(top, white 0%, #f5f5f5 100%);
  background: -moz-linear-gradient(top, white 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, white 0%, #f5f5f5 100%);
  background: -webkit-linear-gradient(top, white 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, white 0%, #f5f5f5 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#f5f5f5',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#f5f5f5')";
}
#navigation .l1 > li > button:active,
#navigation .l1 > li > button:hover,
#navigation .l1 > li > button:focus,
#navigation .l1 > li > a:active,
#navigation .l1 > li > a:hover,
#navigation .l1 > li > a:focus {
  background: url("../img/option-bg-focus.png") repeat-x scroll top #e6e6e6;
  background: linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#e6e6e6',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#e6e6e6')";
}
#navigation .l1 > li + li > button {
  border-top: 1px solid #e6e6e6;
}
#navigation .l2 > li > button,
#navigation .l2 > li > a {
  background: none no-repeat scroll #fef5e8;
  color: #dc7300;
  border-top: 1px solid white;
  height: 34px;
  padding: 0 8px 0 23px;
}
#navigation .l2 > li > button:active,
#navigation .l2 > li > button:hover,
#navigation .l2 > li > button:focus,
#navigation .l2 > li > a:active,
#navigation .l2 > li > a:hover,
#navigation .l2 > li > a:focus {
  background: none no-repeat scroll #feebce;
  background: linear-gradient(top, #fef5e8 40%, #feebce 100%);
  background: -moz-linear-gradient(top, #fef5e8 40%, #feebce 100%);
  background: -ms-linear-gradient(top, #fef5e8 40%, #feebce 100%);
  background: -webkit-linear-gradient(top, #fef5e8 40%, #feebce 100%);
  background: -o-linear-gradient(top, #fef5e8 40%, #feebce 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fef5e8',EndColorStr='#feebce',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fef5e8',EndColorStr='#feebce')";
}
#navigation .submenu div.title {
  display: inline-block;
  width: 89%;
}
#navigation .submenu div.indicator {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
}
#navigation .l1 > li.submenu div.indicator {
  background: url("../img/submenu_closed_grey.png") no-repeat scroll top left transparent;
}
#navigation .l2 > li.submenu div.indicator {
  background: url("../img/submenu_closed_orange.png") no-repeat scroll top left transparent;
}
#navigation li.current > button,
#navigation li.current > a {
  background: none no-repeat scroll #faa01e;
  color: white;
  border: 0 none;
  filter: none;
  -ms-filter: none;
}

#navigation li.current > button:active,
#navigation li.current > button:hover,
#navigation li.current > button:focus,
#navigation li.current > a:active,
#navigation li.current > a:hover,
#navigation li.current > a:focus {
  background: none no-repeat scroll #faa01e;
  box-shadow: -1px 1px 2px 0 silver, -2px 2px 5px -3px #dc7300;
  color: white !important;
  filter: none;
  -ms-filter: none;
}
#navigation li.current > button div.indicator,
#navigation li.current > a div.indicator {
  background-image: url("../img/submenu_open_white.png") !important;
}
#navigation .l1 > li.current {
  background: url("../img/menu-pointer_single.png") no-repeat scroll right top transparent;
}
#navigation .l1 > li.current.double-line {
  background-image: url("../img/menu-pointer_double.png");
}
#navigation .l2 > li.current {
  background: url("../img/menu-pointer_sub.png") no-repeat scroll right top transparent;
}
#navigation .l1 > li.open > button,
#navigation .l1 > li.open > a {
  color: #dc7300;
}
#navigation .l1 > li.open div.indicator {
  background-image: url("../img/submenu_open_orange.png") !important;
}
#navigation .l2 > li.open div.indicator {
  background-image: url("../img/submenu_open_white.png") !important;
}
#navigation .spacer-top {
  height: 10px;
  position: relative;
  background-color: white;
  margin-top: -10px;
}
#navigation .spacer-bottom {
  height: 10px;
  position: relative;
  background-color: white;
  margin-bottom: -10px;
}

div.actions {
   text-align: left;
   margin-top: 20px;
   white-space: nowrap;
}

.actions,
.formactions > .actions {
  font-size: 100%;
  line-height: 100%;
}

.actions button,
.actions a,
.formactions > .actions button,
.formactions > .actions a {
  background: url("../img/action-bg.png") scroll repeat-x top #282828;
  filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  display: inline-block;
  margin-right:2px;
  padding: 3px 8px;
  min-width: 5em;
  min-height: 14px;
  color: white;
  border: 1px solid #8e8e8e;
  font-weight: bold;
  font-size: 8pt;
  line-height: 120%;
  cursor: pointer;
  vertical-align: baseline;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.actions button:active,
.actions button:hover,
.actions button:focus,
.actions a:active,
.actions a:hover,
.actions a:focus,
.formactions > .actions button:active,
.formactions > .actions button:hover,
.formactions > .actions button:focus,
.formactions > .actions a:active,
.formactions > .actions a:hover,
.formactions > .actions a:focus {
  background: url("../img/action-bg-focus.png") scroll repeat-x bottom #3f3f3f;
  filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  box-shadow: 0 2px 3px 0 silver, -2px 2px 6px -3px #dc7300, 2px 1px 6px -4px #dc7300;
  outline-color: #dc7300;
  text-decoration: none;
}
.actions button:active,
.actions a:active,
.formactions > .actions button:active,
.formactions > .actions a:active {
  border: 1px solid;
  border-color: black #a8a8a8 #a8a8a8 black;
  padding: 3px 7px 3px 9px;
}
.actions button[disabled],
.actions a[disabled],
.formactions > .actions button[disabled],
.formactions > .actions a[disabled] {
  background: url("../img/action-bg_disabled.png") scroll repeat-x top #7d7d7d;
  filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  color: #e6e6e6;
  cursor: default;
}
.actions button[disabled]:active,
.actions button[disabled]:hover,
.actions button[disabled]:focus,
.actions a[disabled]:active,
.actions a[disabled]:hover,
.actions a[disabled]:focus,
.formactions > .actions button[disabled]:active,
.formactions > .actions button[disabled]:hover,
.formactions > .actions button[disabled]:focus,
.formactions > .actions a[disabled]:active,
.formactions > .actions a[disabled]:hover,
.formactions > .actions a[disabled]:focus {
  background: url("../img/action-bg_disabled.png") scroll repeat-x top #7d7d7d;
  filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(enabled=false)";
  box-shadow: none;
  outline-color: transparent;
}
.actions button,
.formactions > .actions button {
  overflow: visible;
  width: auto;
}
.actions button::-moz-focus-inner,
.formactions > .actions button::-moz-focus-inner {
  padding: 0;
  border: none;
}

span.actions {
  margin-left: 1em;
}

.actions .info-text {
   margin-bottom: 5px;
}

.formactions .actions a,
.formactions .actions button {
  padding: 6px 8px 4px;
  margin: 0;
}
.formactions .actions a:active,
.formactions .actions button:active {
  padding: 6px 7px 4px 9px;
}

.formactions {
  font-size: 100%;
  line-height: 100%;
}
.formactions button,
.formactions a {
  background: url("../img/option-bg.png") repeat-x scroll top #e6e6e6;
  background: linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#e6e6e6',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#e6e6e6')";
  border: 1px solid #e6e6e6;
  display: inline-block;
  text-align: left;
  max-width: 100%;
  padding: 5px;
  color: #7d7d7d;
  font-size: 100%;
  line-height: 120%;
  cursor: pointer;
  vertical-align: baseline;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.formactions button:active,
.formactions button:hover,
.formactions button:focus,
.formactions a:active,
.formactions a:hover,
.formactions a:focus {
  background: url("../img/option-bg-focus.png") repeat-x scroll top #d6d6d6;
  background: linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -webkit-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#d6d6d6',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#d6d6d6')";
  box-shadow: 0 1px 3px 0 silver, -2px 2px 6px -3px #dc7300, 2px 1px 6px -4px #dc7300 !important;
  outline-color: #dc7300;
  text-decoration: none;
}
.formactions button img,
.formactions a img {
  margin-bottom: -4px;
}
.formactions button {
  overflow: visible;
  width: auto;
}
.formactions button::-moz-focus-inner {
  padding: 0;
  border: none;
}

div.pagedeliveries div.actions {
   text-align:left;
}

div.loginpage #right {
   width:45%;
   margin-left:46em;
}

div.loginpage #right #content {
   padding:1em;
}

div.loginpage #left {
  width:45%;
}

#body div.pagingsize {
 float:right;
 margin-top: -4px;
}

div.paging {
 margin: 5px auto;
 text-align: center; 
}

div.paging form {
  display: inline-block;
}

div#deliveries {
 margin: 20px 0;
}

div#reports {
 margin: 20px 0;
}

div.paging_first {
  display: inline;
}

div.paging_previous {
  display: inline;
}

div.paging_pagecount {
   display: inline;
   padding-left:1em;
   padding-right:1em;
}

div.paging_next {
  display: inline;
}

div.paging_last {
  display: inline;
}

div.paging_pageinput {
  display: inline;
  border: 1px solid #a5a5a5;
  padding: 2px;
}

div.paging_pageinput > input,
div.paging_pageinput > input[type="text"]:focus {
  padding: 0;
  border: none;
  box-shadow: none;
  outline: none;
  text-align: right;
  width: 40px;
}

div.paging img {
  padding: 0 2px
}

.frame {
  box-shadow: 0 1px 4px #a5a5a5;
  background-color: white;
  padding: 20px;
  min-height: 382px;
}

.frame .framebody {
  min-height: 350px;
}

.frame h3,
#assistantContentPanel h3 {
  color: #faa01e;
}

.protocolframe iframe {
   display: block;
   width:100%;
   height:468px;
   border: 1px solid #d6d6d6;
}

#surveychoicestep,
#collectorchoicestep {
   height:100%;
   overflow:auto;
}

table.datatable {
   margin: 0 auto;
   width:100%;
}

table.datatable td {
   word-break: break-word;
}

table.datatable.selectable tbody tr {
   cursor:default;
}

table.datatable tr.lastrow td {
  height:15px;
  margin:0;
  padding:0;
  visibility:hidden;
  background:none;
}

table.datatable thead th {
 font-size: 95%;
 font-weight: bold;
 padding: 6px 5px 7px;
 text-align: left;
 white-space: nowrap;
 border: 0 none;
 border-bottom: 1px solid white;
 text-align: left;
}

table.datatable thead th + th {
 border-left: 1px solid #e6e6e6;
}

table.datatable tbody td {
 padding: 4px 4px 3px 3px;
 border: 0 none;
 border-bottom: 1px solid transparent;
 vertical-align: middle;
}

table.datatable tbody tr.alternate {
 background-color: #F5F5F5;
}

table.datatable tbody tr:hover {
 background-color: #FDD9A5;
}

table.datatable td.options {
 height: 24px;
 min-height: 24px;
 white-space: nowrap;
 padding-right: 1px;
 text-align: center;
}
table.datatable .options {
 margin: 0;
 padding: 0;
}
table.datatable .options button,
.table .options a {
   margin:0;
   padding: 3px 3px;
   width: auto;
}

table.datatable td.options form {
   display: inline-block;
}

table.datatable tbody tr.grouptitle :hoover  {
   background:none;
}

table.datatable tbody tr.grouptitle {
   background-color:#F5F5F5;
}

table.datatable tbody tr.grouptitle th {
   padding:3px 0;
}

table.datatable th,
table.datatable td {
   text-align:left;
}

#surveychoicestep table.datatable tbody tr {
   cursor: default;
}

#surveychoicestep table.datatable tbody tr.hasSurveyTemplate {
   font-weight: bold;
}

#surveychoicestep table.datatable tbody tr.surveyTypeSeparator {
   background: white;
}

#surveychoicestep table.datatable tbody tr.surveyTypeSeparator h4 {
   margin: 6px 0;
}

#surveychoicestep table.datatable tbody tr.noSurveysFound {
   background: white;
}

.options {
  font-size: 100%;
  line-height: 100%;
  margin: .75em 0;
}
.options button,
.options a {
  background: url("../img/option-bg.png") repeat-x scroll top #e6e6e6;
  background: linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#e6e6e6',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#e6e6e6')";
  border: 1px solid #e6e6e6;
  display: inline-block;
  text-align: left;
  width: 32em;
  max-width: 100%;
  padding: 8px;
  color: #7d7d7d;
  font-size: 100%;
  line-height: 120%;
  cursor: pointer;
  vertical-align: baseline;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.options button:active,
.options button:hover,
.options button:focus,
.options a:active,
.options a:hover,
.options a:focus {
  background: url("../img/option-bg-focus.png") repeat-x scroll top #d6d6d6;
  background: linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -webkit-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #d6d6d6 100%);
  filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#d6d6d6',GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#d6d6d6')";
  box-shadow: 0 1px 3px 0 silver, -2px 2px 6px -3px #dc7300, 2px 1px 6px -4px #dc7300 !important;
  outline-color: #dc7300;
  text-decoration: none;
}

.options button .title,
.options a .title {
  font-size: 110%;
  margin: 0 0 .2em;
  font-weight: bold;
}
.options button .description,
.options a .description {
  font-size: 90%;
  margin: 0;
}
.options button::-moz-focus-inner {
  padding: 0;
  border: none;
}


.options button[disabled],
.options a[disabled] {
   opacity: 0.25;
   cursor: default;
}
.options button[disabled]:active,
.options button[disabled]:hover,
.options button[disabled]:focus,
.options a[disabled]:active,
.options a[disabled]:hover,
.options a[disabled]:focus {
   background: url("../img/option-bg.png") repeat-x scroll top #e6e6e6;
   background: linear-gradient(top, white 0%, #e6e6e6 100%);
   background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
   background: -ms-linear-gradient(top, white 0%, #e6e6e6 100%);
   background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
   background: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
   filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#e6e6e6',GradientType=0)";
   -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='white',EndColorStr='#e6e6e6')";
   box-shadow: none !important;
   outline-color: transparent;
}

.box {
  clear: both;
  padding: 2px 4px 3px;
  border: 1px solid;
  font-size: 95%;
  display: inline-block;
  box-shadow: 0 1px 3px 0 #C0C0C0;
}
.box img {
  float: left;
}

.error {
  padding-left: 24px;
  border-color: #ff674c;
  background-color: #fff2ef;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.error img {
  vertical-align: baseline;
  margin: 0 2px -3px -19px;
  color: #ff674c;
  font-weight: bold;
  border: 0 none;
}
.error span + p {
  margin-top: 0.75em;
}

.error-hl {
  border-color: #fe2700;
  box-shadow: 0 0 4px #fe2700;
}

.error-flash {
  box-shadow: 0 0 4px #fe2700;
  background-color: #fe2700;
}

.warn {
  padding-left: 24px;
  border-color: #ffe359;
  background-color: #fffffc;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.warn img {
  vertical-align: baseline;
  margin: 0 2px -3px -19px;
  color: #ffe359;
  font-weight: bold;
  border: 0 none;
}
.warn span + p {
  margin-top: 0.75em;
}
.warn img {
  color: #ffda26;
}

.warn-hl {
  border-color: #fed40d;
  box-shadow: 0 0 4px #fed40d;
}

.warn-flash {
  box-shadow: 0 0 4px #fed40d;
  background-color: #fed40d;
}

.info {
  padding-left: 24px;
  border-color: #4c67ff;
  background-color: #eff2ff;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}
.info img {
  vertical-align: baseline;
  margin: 0 2px -3px -19px;
  color: #4c67ff;
  font-weight: bold;
  border: 0 none;
}
.info span + p {
  margin-top: 0.75em;
}

.info-hl {
  border-color: #0025fe;
  box-shadow: 0 0 4px #0025fe;
}

.info-flash {
  box-shadow: 0 0 4px #0025fe;
  background-color: #0025fe;
}

#footer {
   margin: 20px;
}

.linkbutton {
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  margin:0;
  padding:0;
  outline: none;
}

.linkbutton:hover,
.linkbutton:focus,
.linkbutton:active {
  text-decoration: underline;
}

.addressform fieldset label,
.nilReportStep fieldset label {
   font-weight: normal;
   font-size: 12px;
   width:150px;
   text-align: right;
   word-wrap: break-word;
}

.addressform fieldset input,
.nilReportStep fieldset input {
   padding: 2px 5px;
   font-size: 12px;
}

.addressform fieldset span.acronym,
.nilReportStep fieldset span.acronym {
   margin-right: 10px;
   text-align: center;
   width: 15px;
   display: inline-block;
}

.addressform fieldset p.elementGoupInfo {
   margin:3px 0 8px 0;
}

.addressform fieldset h4.grouptitle,
.confirmAddressform h4.grouptitle {
   padding-left: 2px;
   color: #faa01e;
   background-color: white;
}

.addressform .telmobinfo {
   margin: 5px 0;
   color: #7d7d7d;
}

.confirmAddressform span.fieldlabel,
.confirmAddressform span.fieldvalue {
   display:inline-block;
}
.confirmAddressform span.fieldlabel {
   width: 150px;
   text-align: right;
   margin-right: 30px;
}
.confirmAddressform div.fieldgroup + div.fieldgroup {
   margin-top:10px;
}

.pagedescription .buttons {
   margin-top: 10px;
}

table.datatable .grouptitle th.buttons {
   text-align: right;
   width: 10%;
}

table.datatable .grouptitle th.buttons {
   text-align: right;
   width: 10%;
}

.pageeditsurveytemplates .frame ul ul {
   margin: 2px 0 10px 20px;
}

.pageeditsurveytemplates .frame ul ul li {
   padding: 5px 0;
   margin-bottom: 2px
}

.pageeditsurveytemplates .frame ul ul li:hover {
   background-color: #F5F5F5;
}

.pageeditsurveytemplates .frame ul ul li {
   position: relative;
}

.pageeditsurveytemplates .frame ul ul li button.edit {
   position:absolute;
   right:0;
   margin-right: 35px
}

.pageeditsurveytemplates .frame ul ul li button.delete {
   position:absolute;
   right:0;
}

.pageeditsurveytemplates .frame ul ul li button {
   top:2px;
}

.pageeditsurveytemplates .frame ul > li > div {
  background-color: #F5F5F5;
  padding: 5px 0
  
}

.pageeditsurveytemplates .meldungsvorlagen,
#datatotransferchoicestep .meldungsvorlagen {
   margin-top:20px;  
}

#dataMappingEditor .control-group {
   margin-bottom:10px;
}

#dataMappingEditor .control-group label {
   width:100px;
}

#dataMappingEditor .control-group .controls {
   display:inline-block;
}

#dataMappingEditor .control-group .actions {
   margin-top: 10px;
}

#dataMappingEditor #dataMappingTable {
   margin: 20px 0;
}

#dataMappingEditor #dataMappingTable table {
   width:100%;
}

#dataMappingEditor #dataMappingTable table th {
   text-align:left;
   height:19px;
}

#dataMappingEditor #dataMappingTable table td,
#dataMappingEditor #dataMappingTable table th {
   border:1px solid #F5F5F5;
}

#dataMappingEditor #dataMappingTable table td input {
   border:0px solid;
   text-align:right;
   width: 100%;
   height:20px;
   margin: 0;
   padding: 0;
}

#dataMappingEditor #dataMappingTable table a {
   position: relative;
   top: 2px;
}

#dataMappingEditor #dataMappingTable table a:hover,
#reportcheckresultstep .checkresults table a:hover {
   text-decoration: underline;
   cursor: help;
   color: black;
}

#dataMappingEditor #dataMappingTable table a:active,
#dataMappingEditor #dataMappingTable table a:focus {
   text-decoration: underline;
}

.bindingInfoToolTip {
   position: absolute;
   border: 1px solid #a5a5a5;
   background-color:rgb(255,255,225);
   z-index:1500;
   text-align: left;
   min-height: 80px;
   max-height:300px;
    width: 300px;
    padding:10px;
    left: -25px;
    margin-top: -48px;
}
.bindingInfoToolTip .bindingInfoBody {
  overflow-y:auto;   
  max-height:350px;
}

.bindingInfoToolTip h1 {
  font-size:10.5pt;
}

.bindingInfoToolTip .bindingDescription {
   margin-bottom: 10px;
}

.bindingInfoToolTip table th {
  padding: 5px 0;
  vertical-align: top;
}

.bindingInfoToolTip table td {
  padding: 5px 0 5px 5px;
  vertical-align: top;
}

.bindingInfoToolTip .bindingContent {
   margin-top: 10px;
}


.bindingInfoToolTip .toolTipArrowUp {
   top: -29px;
   left: 20px;
   position: relative;
   border: 9px solid #444;
   font-size:0;line-height:0;height:0;padding:0;margin:0;
   border-top-color:    transparent;
   border-right-color:  transparent;
   border-left-color:   transparent;
   padding: 10px;
}

#dataMappingEditor.editable td.emptyCell {
   background-color:#F5F5F5;
}

#dataMappingEditor td.valueCell,
#dataMappingEditor td.sizeCell,
#dataMappingEditor td.defaultValueCell {
   font-size: 8pt;
}
#dataMappingEditor td.valueCell,
#dataMappingEditor td.sizeCell {
   text-align: right;
}

#dataMappingEditor .icon-hilfsmerkmal,
#dataMappingEditor .icon-merkmal,
#dataMappingEditor .icon-selektor {
   margin-left:20px;
}

#dataMappingTable table tr.itemClosed {
   display: none;
}

#dataMappingEditor #dataMappingTable table tbody tr:hover {
   background-color: #FDD9A5;
}

#dataMappingEditor #dataMappingTable table tbody td.dataRow {
   border-top: 2px solid #DDD;
}

#dataMappingEditor #dataMappingTable table tbody tr:hover td.emptyCell {
   background-color: #FDD9A5;
}

#dataMappingEditor #dataMappingTable table td.defaultValueCell input {
   text-align:left;
}

#dataMappingEditor #dataMappingTable table thead th.problems,
#dataMappingEditor #dataMappingTable table tbody td.problems {
   background-color: #F5F5F5;
   vertical-align: middle;
   text-align: center;  
}

#dataMappingEditor #dataMappingTable table tbody td.problems.problem-fatal {
   background-color: #FFAAAA;
}
#dataMappingEditor #dataMappingTable table tbody td.problems.problem-error {
   background-color: #FFDDDD;
}
#dataMappingEditor #dataMappingTable table tbody td.problems.problem-warn {
   background-color: #FFFFAA;
}
#dataMappingEditor #dataMappingTable table tbody td.problems.problem-info {
   background-color: #DDDDDD;
}

.pagecreatedelivery #createdReports {
   min-height: 259px;
   margin-bottom: 15px;
}

#assistantMainPanel {
   height: 100%;
   box-shadow: 0 1px 4px #a5a5a5;
   position:relative;
   background: linear-gradient(top, #e6e6e6 0%, #fafafa 100%);
   background: -moz-linear-gradient(top, #e6e6e6 0%, #fafafa 100%);
   background: -ms-linear-gradient(top, #e6e6e6 0%, #fafafa 100%);
   background: -webkit-linear-gradient(top, #e6e6e6 0%, #fafafa 100%);
   background: -o-linear-gradient(top, #e6e6e6 0%, #fafafa 100%);
   filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e6e6e6',EndColorStr='#fafafa',GradientType=0)";
   -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e6e6e6',EndColorStr='#fafafa')";
}
#assistantMainPanel form#wizardForm,
#assistantLeftPanel,
#assistantRightPanel {
   height: 100%;
}

#assistantLeftPanel {
  width: 251px;
  position:absolute;
}

#assistantLeftPanel h3 {
  margin:20px 10px 0 20px; 
}

#assistantLeftPanel ul.assistantTabContainer {
  margin-top: 20px;
  margin-left: 20px;
}

#body.assistantBody {
   height: calc(100% - 252px);   
}

#body.assistantBody #app_message {
   margin-left: 250px;
}

#assistantLeftPanel ul li.assistantTab div {
  padding: 10px;
}

#assistantLeftPanel ul li.activeTab {
   box-shadow: -3px 1px 2px #d0d0d0;
   background-color: white;
   z-index: 1000;
   position: relative;
}
#assistantLeftPanel ul li.activeTab div {
   background-color: white;
}
#assistantLeftPanel ul li.inactiveTab {
   color: #aaaaaa;
}

#assistantRightPanel {
   margin-left:250px;
}

#assistantContentPanel {
  background-color:white;
  box-shadow: 0 1px 2px #e0e0e0;
  position: relative;
  padding: 20px;
  height: 510px;
  height: calc(100% - 102px);
}

#assistantContentPanel #mappingchoicestep fieldset label,
#assistantContentPanel #mappingchoicestep fieldset input  {
   vertical-align: middle;
}

#assistantContentPanel #mappingchoicestep fieldset {
   margin-bottom: 20px;
}

#assistantContentPanel #mappingchoicestep fieldset label {
   font-weight: normal;
   font-size: 12px;
}

#assistantContentPanel #importsettingstep fieldset label,
#assistantContentPanel #namestep fieldset label {
   width: 14em;
}

#assistantContentPanel #importsettingstep fieldset select,
#assistantContentPanel #namestep fieldset input {
   width: 20em;
}

#assistantContentPanel #importsettingstep fieldset span.thousands-separator.info-text {
   margin-left:10px;
}

#assistantContentPanel #importsettingstep fieldset p.charset.info-text {
   margin:20px 0 10px 0;
}

#assistantContentPanel #dataMappingEditor { 
  height:470px;   
}

#assistantButtonPanel{
  margin-right: 15px;
  text-align: left;
}

#assistantContentPanel ul.selectItems {
   margin-left: 20px;
}

#assistantContentPanel ul.selectItems li {
   margin: 10px 0;
}
#assistantContentPanel ul.selectItems li input {
   vertical-align: middle;
}

#assistantContentPanel ul.selectItems li i {
   margin: 0 5px;
}

#assistantButtonPanel button {
   vertical-align:top;
   margin-bottom: 20px;
}
#assistantButtonPanel button i {
   margin-top:0px;
}

#assistantButtonPanel.actions button {
   height: 22px;
}

.reportoptionsstep .period {
   margin-bottom:30px;
   display:inline-block;
   border:1px solid #ddd;
}

.reportoptionsstep .periodwarn {
   background-color: #FFFFAA; 
}

.reportoptionsstep .periodmessage {
   display: inline-block;
   margin-left: 10px;
}

.reportoptionsstep .period .periodButtonsLeft,
.reportoptionsstep .period .periodButtonsRight {
   display:inline-block;
   padding:1px;
}

.reportoptionsstep .period .periodButtonsLeft {
   border-right:1px solid #E6E6E6;
}

.reportoptionsstep .period .periodButtonsRight {
   border-left: 1px solid #E6E6E6;
}

.reportoptionsstep .period .periodButtonsLeft button,
.reportoptionsstep .period .periodButtonsRight button {
   background-color:#E6E6E6;
   border: 0;
   outline:0;
}

.reportoptionsstep .period button.fastback {
   margin-right:1px;
}

.reportoptionsstep .period button.fastforward {
   margin-left:1px;
}

.reportoptionsstep .period span {
   display:inline-block;
   min-width:200px;
   text-align:center;
}

.savedeliverytemplatestep label {
   width:16em;
}

.savedeliverytemplatestep input[type=checkbox] {
   vertical-align:middle;
}

.savedeliverytemplatestep input[type=text] {
   width: 20em;
}

#filechoicestep {
   height: 100%;
}

#filechoicestep label {
   width: 100px;
   vertical-align: middle;
}

#filechoicestep input[type=file] {
   margin-right: 10px;
   vertical-align: middle;
   max-width: 300px;
}

#filechoicestep select {
   vertical-align: middle;
}

#filechoicestep .csvlist {
   margin-top: 20px;
}

#filechoicestep .csvlist label {
   vertical-align: top;
}

#filechoicestep .csvlist ul {
   display: inline-block; 
}

#filechoicestep .csvlist ul li {
   max-width: 500px;
   word-wrap: break-word;
}

#filechoicestep .csvlist ul li + li {
   margin-top: 5px;
}

#filechoicestep i.choicedFileName {
   display: inline-block;
   max-width: 500px;
   word-wrap: break-word;
}
.test {
   background-image: url(../img/test-bg.png);
}

.test table {
   background-color: white;
}

ul.choicelist li {
   padding: 5px 0;
}

ul.choicelist li label {
   font-weight: normal;
   font-size: 12px;
}

ul.choicelist li.listparent ul li label {
   width: 630px;
   word-wrap: break-word;
}

#datatotransferchoicestep ul.choicelist li label {
   width: 650px;
   word-wrap: break-word;
}

ul.choicelist li ul {
   margin: 5px 5px 0px 17px;
}

ul.choicelist li label,
ul.choicelist li input {
   vertical-align: top;
}

ul.choicelist li ul li {
   padding-left: 5px;
}

ul.choicelist li ul li.alternate {
   background-color: #F5F5F5;
}

ul.choicelist li ul li:hover {
   background-color: #FDD9A5;
}

#assistantContentPanel #reportscheckresultstep .csvFileList a {
   color: black;
}

#assistantContentPanel #reportscheckresultstep .checkresults {
   margin-top: 20px;
}

#assistantContentPanel #reportscheckresultstep .datatable {
   margin-top: 12px;
   margin-bottom: 0px;
}

#assistantContentPanel #reportscheckresultstep .csvFileList .datatable span.fatalerror {
  background-image: url("../img/fatal.gif");
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 20px;
  padding-top: 1px;
}

#assistantContentPanel #reportscheckresultstep .checkresults h4 {
   color: #faa01e;
}

#assistantContentPanel #reportscheckresultstep span.fieldlabel {
   display: inline-block;
   width: 80px;
}
#assistantContentPanel .respondentAddressform,
#assistantContentPanel #deliverytemplatechoice,
#assistantContentPanel #mappingchoicestep,
#assistantContentPanel #respondentchoicestep,
#assistantContentPanel #reportcheckresultstep,
#assistantContentPanel #reportscheckresultstep,
#assistantContentPanel #filechoicestep,
#assistantContentPanel #datatotransferchoicestep,
#assistantContentPanel #surveytemplatechoicestep {
   height: 100%;
   overflow: auto;
}

#assistantContentPanel #mappingstep {
   height: 100%;
}

#assistantContentPanel #dataMappingEditor,
#assistantContentPanel #reportcheckresultstep.withActions,
#assistantContentPanel #importsettingstep.withActions {
   height: calc(100% - 40px);
   overflow: auto;
}

#loadSpinner {
  position:absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.7);
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
}


#loadSpinnerWithContent {
  position:absolute;
  background-position: left 120px top 305px;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
}

.loadSpinnerContent {
   margin: 300px auto;
   padding: 20px;
   background-color: #F0F0F0;
   border-top: 5px solid rgb(200, 200, 200);
   width: 520px;
   display: none;
}

#loadSpinnerWithContent .loadSpinnerContent {
   display: block;
}

div.filterSurveysSearchField {
   margin-bottom: 5px;
}

div.filterSurveysSearchField input {
   height: 16px;
   width: 300px;
   font-size: 12px;
   padding: 3px 22px 3px 3px;
}

div.filterSurveysSearchField button {
   height: 22px;
   width: 22px;
   position: relative;
   left: -22px;
   top: 3px;
   opacity: 0.6;
}

div.filterSurveysSearchField button:focus,
div.filterSurveysSearchField button:hover,
div.filterSurveysSearchField button:active {
   opacity: 1;
}

div.filterSurveysSearchField button img {
   border: none;
}

div.pageeditdelivery td.no,
div.pageeditdelivery td.cnt {
   text-align: right;
   white-space: nowrap;
}

div.pageeditdelivery td.stat {
   text-align: center;
}