body {
  background-color: #ffffff;
  font: normal 15px arial, sans-serif;
  min-width: 500px !important;
  max-width: 1600px;
  border-right: 1px solid #dddddd;
  overflow: auto;
}
.ym-col1 {
  width: 200px;
  background-color: #66aaff;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: auto;
  z-index: 110 !important;
}
.ym-col2 {
  width: 0px;
}
.ym-col3 {
  background-color: #ffffff;
  margin-left: 200px;
  margin-right: 0px;
}
.menue .logo {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.menue ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menue li {
  margin: 0px;
  padding: 0px;
}
.menue a {
  display: block;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
}
.menue a:hover {
  background-color: rgb(119, 187, 255);
}
.menue a.active {
  background-color: #ffffff;
  color: #66aaff;
}
.version {
  color: #ffffff;
  position: fixed;
  left: 0px;
  bottom: 5px;
  font: 10px arial, sans-serif;
}

.version a {
  font: 14px arial, sans-serif;
  display: inline;
  padding: 0px;
}

.version a:hover {
  background-color: transparent;
  font-weight: bold;
}

.version table {
  width: 200px !important;
  table-layout: fixed;
}
.version .left {
  text-align: right;
  width: 75px;
  padding-right: 0px;
}
.version tr {
  vertical-align: top;
}
.version td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding-right: 5px;
  padding-left: 5px;
}

.header {
  background-color: #aaccff;
  color: #ffffff;
  position: absolute;
  top: 0px;
  z-index: 100;
  left: 200px;
  right: 0px;
  min-width: 500px;
  height: 54px;
}
.center_header {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
.center_header .logo {
  margin: auto;
}
.left_header {
  padding-top: 14px;
  text-align: left;
  font-family: normal Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  overflow: visible;
  white-space: nowrap;
}
.header_buttons input,
.header_buttons select {
  font: bold 15px arial, sans-serif;
  color: #66aaff;
}
.header_buttons ul {
  margin-right: 5px;
}
.header_buttons ul li {
  float: right;
  list-style: none;
  margin: 0px;
}
.header_link:hover {
  background-color: #bbddff;
}
.no_link_hover .header_link:hover {
  background-color: #aaccff;
  cursor: not-allowed;
}
.header_link {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  height: 37px;
  display: inline-block;
  padding-top: 13px;
  padding-left: 9px;
  padding-right: 9px;
  margin: 0px;
}
.content_text {
  margin-top: 54px;
}
.image_link_only {
  padding-left: 10px;
  padding-right: 10px;
}
.header_buttons ul li.check_box {
  padding: 5px;
  padding-top: 13px;
}
.search {
  width: 200px;
  height: 17px;
  padding: 2px 2px 2px 5px;
  margin-top: 15px;
  border: none;
  outline: none;
}
.search::placeholder {
  color: #66aaff;
  font-style: italic;
}
.searchInterval,
.searchInterval:focus {
  border-radius: 2px 0px 0px 2px;
  border: none;
  outline: none;
}
.searchIntervalEnabled,
.searchIntervalEnabled:focus {
  border-radius: 0px 2px 2px 0px;
  outline: none;
}
.paginate .button_spacer_left {
  width: 39px;
  display: inline-block;
}
.paginate .button_spacer_right {
  width: 44px;
  display: inline-block;
}
.paginate .button_input {
  width: 27px;
  display: inline-block;
}
.paginate input {
  margin: 0px;
}

.page {
  width: 25px;
}
.list_table {
  width: 100%;
}
.list_table th,
.list_table tr {
  border-bottom: 1px solid #dddddd;
}
.list_table th {
  color: #888888;
  font: 10px arial, sans-serif;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
}
.list_table td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.list_table .icon {
  width: 35px;
  padding-left: 10px;
}
.clean_list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.clean_list li {
  margin: 0px;
  padding: 0px;
}
.list_table tbody tr {
  cursor: pointer;
}
.list_label {
  text-align: right;
  width: 40% !important;
  padding-top: 10px;
}
.ym-columnar .list_content input {
  /*margin-right: 20px !important;*/
  width: 100% !important;
}
.first_row {
  font: normal 15px/18px arial, sans-serif;
}
.first_row .fat {
  font: bold 15px/18px arial, sans-serif;
}
.second_row {
  font: 10px/12px arial, sans-serif;
}
.second_row_big {
  font: bold 10px/12px arial, sans-serif;
}
.disabled {
  display: none;
}
.border_box {
  border: 1px solid #dddddd;
  border-left: 20px solid #dddddd;
  padding: 3px;
  margin-top: 5px;
  background-color: #f8f8f8;
}
.ym-form hr {
  height: 2px;
  border: none;
  border-top: 3px dotted #dddddd;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
h3 {
  background-color: #dddddd;
  border-top: 1px dotted #ffffff;
  border-bottom: 1px dotted #ffffff;
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 45px;
  vertical-align: top;
}

h3 .span_sprite24 {
  margin-right: 10px;
  margin-bottom: -6px;
}
.accordion h3,
h3.toggleHDiv {
  padding-left: 10px !important;
  cursor: pointer;
}
.accordion {
  border-bottom: 1px solid #ffffff;
}
.accordion_box {
  padding-top: 0px;
  padding-bottom: 2px;
}
.accordion h3 {
  cursor: pointer;
}
.add,
.toggle,
.addToClass,
.delete,
.attachment_add,
.addCertificates {
  cursor: pointer;
}
.box_icon {
  position: absolute;
  margin-left: -19px;
  margin-top: 3px;
}
.flash_content {
  padding-left: 10px;
}
.attachment_select_div {
  /*padding-right: 25px !important;*/
}
/***************** WIDTH ************/
.w50 {
  width: 50px;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
/******************** INPUT **********************/
.ym-form input[type="checkbox"] {
  cursor: pointer;
  width: 10px !important;
  margin-left: 5px;
  height: auto !important;
  top: 3px;
}
.ym-full .ym-fbox-check {
  padding-top: 10px;
}
.ym-full .ym-fbox-check input {
  float: left;
}
.ng-invalid-required,
.required {
  background: url("/cockpit/STATIC/images/myopenfactory/sprites.png") no-repeat -366px -64px !important;
  padding-left: 8px !important;
  /*border: 1px solid red !important;*/
  background-color: #ffffff !important;
}
.ng-valid-required.required,
.valid {
  background: url("/cockpit/STATIC/images/myopenfactory/sprites.png") no-repeat -366px -39px !important;
  /*border-color: #009900 !important;*/
  background-color: #ffffff !important;
}
.ym-form .ym-fbox-radio .all_items input[type="radio"] {
  height: auto;
}
.ym-form input:not([type="submit"]) {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  color: #000000;
  font: 400 13px Arial, Helvetica, sans-serif;
  padding: 2px 2px 2px 2px;
  height: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
.monospace {
  font: 400 13px monospace !important;
}
/*
This needs to be duplicated from above as one invalid pseudo-selector
disables the whole selector.
See https://css-tricks.com/one-invalid-pseudo-selector-equals-an-entire-ignored-selector/ for more info.
*/
.ym-form select,
.ym-form textarea,
.input {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  color: #000000;
  font: 400 13px Arial, Helvetica, sans-serif;
  padding: 2px 2px 2px 2px;
  height: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
.ym-form .input {
  word-wrap: break-word;
  overflow-wrap: break-word;
  height: auto !important;
}
.ym-form textarea {
  border: 1px solid #aaaaaa;
  /*border-radius: 4px;*/
  background-color: #ffffff;
  color: #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100% !important;
  height: 50px;
}
.ym-form .ym-fbox-check input {
  border: none;
}
.ym-columnar input,
.ym-columnar select,
.ym-columnar textarea,
.ym-columnar .input {
  width: 60% !important;
}
.ym-columnar .ym-fbox-check input {
  margin-left: 0px;
  margin-right: auto;
  position: absolute;
}
.ym-full label {
  margin: 0px;
  border: none;
  padding: 0px;
  line-height: 12px;
  font: normal 10px arial, sans-serif;
  color: #888888;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ym-columnar label {
  text-align: right;
  width: 40% !important;
  padding-right: 3px;
  padding-top: 2px;
  font: normal 15px arial, sans-serif;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 0 !important;
}
.ym-columnar .all_label label {
  width: 100% !important;
}
.ym-form .ym-fbox-check input {
  width: auto !important;
  text-align: left;
  margin-right: auto;
}
.ym-full .ym-fbox-check label {
  vertical-align: top;
  margin-left: 5px;
}
.ym-fbox-check {
  margin-top: 5px !important;
}
.ym-fbox-check,
.ym-fbox-select,
.ym-fbox-text,
.ym-fbox-button {
  margin-top: 5px;
}
.ym-full .ym-fbox-check,
.ym-full .ym-fbox-select,
.ym-full .ym-fbox-text,
.ym-full .ym-fbox-button {
  margin-top: 0px;
}
.ym-fbox-button label {
  float: left;
}
.ym-fbox-button input {
  margin-left: -1px !important;
}
.ym-columnar .input_error {
  margin-left: 40%;
  padding: 2px;
  width: 60% !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ym-columnar .error_input {
  margin-bottom: -3px;
}
.ym-columnar .ym-fbox-radio {
  margin-top: 5px;
}
.ym-columnar .ym-fbox-radio .all_label {
  width: 40%;
  float: left;
  text-align: right;
  height: 100%;
}
.ym-columnar .ym-fbox-radio .all_items {
  width: 60%;
  margin-left: 40%;
}
.ym-columnar .ym-fbox-radio .all_items input {
  float: left !important;
  width: 20px !important;
  border: none !important;
}
.ym-columnar .ym-fbox-radio .all_items label {
  float: none !important;
  margin-left: 5px;
}
.input_error {
  background-color: #ffff99;
  display: inline-block;
  width: 100%;
  font: bold 10px/12px arial, sans-serif;
}
/*input[readonly="readonly"] {
    background-color: #DDDDDD !important;
}*/
#login_button {
  height: 30px;
  border: solid 3px #66aaff;
  background-color: #aaccff;
  color: #ffffff;
  font: bold 15px arial, sans-serif;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  padding: 0 1.5em;
  margin-left: 5px;
  white-space: nowrap;
  text-decoration: none !important;
}
#login_button:hover {
  background-color: #99bbff;
}
.myof_button,
.ui-dialog-buttonset button,
.ym-fbox-button input[type="button"] {
  height: 30px;
  border: solid 3px #66aaff;
  background-color: #aaccff;
  color: #ffffff;
  font: bold 15px arial, sans-serif;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  padding: 0 1.5em;
  margin-left: 5px;
  white-space: nowrap;
  text-decoration: none !important;
}
.input_spacer {
  height: 30px;
}
a.myof_button {
  padding: 0px;
  line-height: 30px;
  margin: 0px;
  text-align: center;
  display: block;
  vertical-align: middle;
}
.ym-columnar .list_content input {
  float: none;
}
.intput_unit {
  position: absolute;
  z-index: 10;
  right: 2px;
  color: #888888;
}
/********************* GLOBAL ******************/

.message_dialog {
  height: 300px;
}

.map .map_key {
  text-align: right;
  width: 100% !important;
}

.map .map_value {
  text-align: left;
  width: 100% !important;
}
.map_arrow {
  text-align: center;
}
.subIDBox {
  width: 100%;
  margin-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.map li {
  margin-top: 5px;
}

.inbound .map .map_key {
  text-align: left !important;
}
.subIDs {
  width: 100%;
}

/********************************* login_body *******************/

.login_body .center_header {
  text-align: center;
}
.login_body {
  background-color: #ffffff;
}

.login_body nav {
  background-color: #66aaff;
}

.login_body .overlay {
  background-color: #000000;
  opacity: 0.4;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: fixed;
}

.login {
  position: fixed;
  top: 50%;
  width: 100%;
  min-height: 200px;
  margin-top: -100px;
  /*background-color: #224499;*/
  background-color: #66aaff;
  padding-bottom: 40px;
  padding-top: 10px;
}

.login_inner {
  position: fixed;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  color: #ffffff;
  padding: 10px;
}

.login_error {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  background-color: #ffff99;
  color: #000000;
}

#login_button {
  margin-left: 38% !important;
  margin-right: 5px;
}

.ui-dialog .ym-columnar .ym-fbox-text input.input_login {
  width: 63% !important;
  height: 25px;
}

.login_body .ui-dialog .ym-columnar .ym-fbox-text label {
  width: 35% !important;
  padding-right: 10px;
}

.attachment_file {
  margin-left: 38%;
}

#wish_add_note {
  margin-top: 10px;
  padding: 5px;
  border: 1px solid red;
}

.span_center {
  display: block;
  position: relative;
  margin-left: 38%;
  padding-left: 5px;
}

#menue_strip {
  position: fixed;
  width: 200px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #66aaff;
}

.input_warn,
.input_checkinfo {
  font: 10px arial, sans-serif;
  padding: 2px;
}

.warn,
.input_warn,
.input_checkinfo {
  background-color: #ffff99;
}

.input_checkdecision {
  font: 10px arial, sans-serif;
  padding: 2px;
  background-color: #ffbf00;
}

.error {
  background-color: #ff4411;
}

.price_col {
  padding-left: 5px;
  padding-right: 5px;
}
.price_row_space {
  padding-top: 31px;
}
.ym-grid .price_row_add {
  padding-top: 5px !important;
}

.doc_info {
  width: 400px;
}

.doc_subject {
}

.doc_date {
  width: 100px;
}

.doc_issued {
  width: 100px;
}

.box_title {
  font-weight: bold;
  color: #888888;
}

.max_width {
  width: 100%;
}

@media print {
  body {
    font-family: Georgia, "Times New Roman", Times, serif !important;
  }
  .ym-col1,
  .input_warn,
  .input_error {
    display: none;
    width: 0px;
  }
  .ym-col3 {
    margin-left: 0px;
  }
  #menue_strip,
  .header,
  h3.toggleHDiv,
  h3.message_content,
  .button,
  button {
    display: none !important;
  }
  .list_table .icon {
    width: 0px;
  }
  .doc_info {
    width: 250px;
  }
  .content_text {
    margin-top: 0px;
  }
  .ym-form input,
  .ym-form select,
  .ym-form textarea,
  .input,
  .input pre {
    border: none !important;
    color: #000000;
    text-wrap: normal !important;
    overflow-wrap: normal !important;
    white-space: pre-wrap !important;
    white-space: normal !important;
    word-wrap: break-word;
  }
  .box_title {
    font-style: italic;
    font-weight: bold;
  }
  .ym-form textarea {
    height: auto;
  }
  .parents .ym-g20 {
    width: 25%;
  }
}

.popup_checkbox label {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: bold;
}
.popup_checkbox {
  margin-top: 10px;
}
.popup_checkbox input {
  width: 20px !important;
  margin-left: 8px;
}
.global_error {
  background-color: #ffff00;
  font-size: 9px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 2px;
}

.global_error a {
  font-size: 9px;
  font-weight: bold;
  display: inline;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
  color: #888888;
}

.global_error a:hover {
  background-color: #ffff00;
}

.pluginlist {
  height: 100px !important;
}
.copytoall {
  margin-top: -18px;
  cursor: hand !important;
}

.copytoallleft {
  right: 12px;
}

.warn_item {
  border-left-color: #ffff99 !important;
}

.decision_item {
  border-left-color: #ffbf00 !important;
}

.partner_parameter input:disabled,
.partner_parameter select:disabled,
.partner_parameter textarea:disabled {
  background: #dddddd;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  background-color: #001533;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*
 Auto generated css classes from https://github.com/myopenfactory/platform/blob/master/dagobah/application/core/src/main/java/com/myopenfactory/application/core/beans/subs/MyOFProcess.java
 .process_type_{string:test}_{boolean:enabled}
 */
.process_type_TRUE_true {
  border-left-color: #ffff00;
}

.process_type_FALSE_true {
  border-left-color: #dddddd;
}

.process_type_BOTH_true {
  border-left-color: #dddddd;
}

.process_type_TRUE_false {
  border-left-color: #eb7c16;
}

.process_type_FALSE_false {
  border-left-color: #eb7c16;
}

.process_type_BOTH_false {
  border-left-color: #eb7c16;
}

.clear-bg {
  background-color: transparent !important;
}

.stretched[data-mapping] {
  width: 100% !important;
}
