﻿h1 {
  color: #061F2C;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  color: #288ECA;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
}

h3 {
  color: #288ECA;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  display: inline;
  line-height: 1.2em;
}

h4 {
  color: #288eca;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
}

h5 {
  color: #fff;
  background-color: #073a5f;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 5px;
}

h6 {
  color: #004164;
  font-family: "Segoe UI Light", "Segoe UI Web Light", Verdana;
  font-size: 2em;
  min-height: 65px;
}

small {
  font-size: 70%;
}

/*******************************    
    Grid Layout 
********************************/

table.grid {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #d4d0c8;
  box-sizing: border-box;
}

  table.grid input {
    margin-right: 3px;
    margin-bottom: 3px;
  }

  table.grid.fixed {
    top: 20px;
    position: fixed;
    width: auto;
    display: none;
    padding: 2px;
    z-index: 200;
    width: auto;
  }

  table.grid > thead {
    border: 0 none;
    padding: 0;
    margin: 0;
  }

    table.grid > thead > tr th {
      background-color: #f4ae4c;
      border-collapse: collapse;
      border: 1px solid #d4d0c8;
      box-sizing: border-box;
      color: #ffffff;
      line-height: 30px;
      padding: 0px;
      text-align: center;
      white-space: nowrap;
    }

    table.grid > thead > tr.gridHeader0 > th {
      color: #fff;
      background-color: #004164;
      font-size: 14px;
    }

    table.grid > thead > tr.gridHeader0 div#showAllColumns {
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-image: url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAElJREFUOE9j+H+ql4EczPD/6fH//58c/Q/WTAIbovjWeoRGItkUaAQ5E2YLCWwGsP+Gu8bHhxF+JIHN8J8ExeBEAlU/EBrJTOQA8LxhAFgWTRUAAAAASUVORK5CYII=);
    }

    table.grid > thead > tr.gridHeader1 th {
      background-color: #336783;
      color: #ffffff;
      padding: 0px;
    }

      table.grid > thead > tr.gridHeader1 th.has-checkbox {
        text-align: left;
      }

    table.grid > thead > tr.gridHeader9 th {
      padding: 0px;
      background-color: #4184a8;
    }

    table.grid > thead > tr.gridColumns {
      padding: 0px;
      background-color: #4184a8;
    }

  table.grid > tbody {
    background-color: #ffffff;
  }

    table.grid > tbody tr {
      background-color: #ffffff;
    }

      table.grid > tbody tr.grouping2,
      table.grid > tbody tr.grouping4,
      table.grid > tbody tr.total {
        background-color: #efefef;
      }

      table.grid > tbody tr.rule-rank-count {
        background-color: #00b050;
      }

      table.grid > tbody tr.rule-rank-range {
        background-color: #ffff00;
      }

    table.grid > tbody td,
    table.grid > tbody th {
      white-space: normal;
      border: 1px solid #d4d0c8;
      border-bottom: none;
      border-collapse: collapse;
      box-sizing: border-box;
      font-weight: 300;
      line-height: 20px;
      padding: 2px;
      text-align: left;
    }

  table.grid > thead .cloned {
    border-left-style: none;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: -1px;
  }

  table.grid > tbody .cloned {
    background-color: inherit;
    border-left-style: none;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: -1px;
    padding-top: 4px;
  }

    table.grid > tbody .cloned.first {
      border-left-style: solid;
    }

  table.grid > tbody .grouping1 .cloned {
    background-color: #f8f8f8;
  }

  table.grid > tbody .grouping1.complete,
  table.grid > tbody .grouping1.complete .cloned {
    background-color: #e7f2dd;
  }

  table.grid > tbody .placeholder {
    visibility: hidden;
  }

  table.grid > tbody .value {
    text-align: right;
  }

  table.grid > tbody .maxvsmindeviation {
    background-color: #f02800;
  }

  table.grid > tbody .deviationvsaverage {
    background-color: #f02800;
  }

  table.grid > tbody .deviant {
    background-color: #00b050;
  }

  table.grid > tbody .not-deviant {
    background-color: #f02800;
  }

  table.grid > tbody .total {
    background-color: #efefef;
  }

.top-scroll-wrapper {
  width: 100%;
  overflow-x: visible;
  overflow-y: hidden;
  height: 20px;
  border: 1px solid #fff;
  background-color: white;
}

  .top-scroll-wrapper .top-scroll-inner {
    height: 20px;
  }

  .top-scroll-wrapper.fixed {
    display: none;
    top: 0;
    position: fixed;
    z-index: 200;
  }

/*******************************    
    GridView Sorting
********************************/

th.sorting {
  border-color: #004164;
  cursor: pointer;
  padding-top: 0;
  padding-right: 40px;
  padding-bottom: 0;
  padding-left: 6px;
}

  th.sorting:hover {
    background: #336783 url(images/sort_both.png) no-repeat right;
    background-size: auto 20px;
  }

th.sorting_asc {
  background: #336783 url(images/sort_asc.png) no-repeat right;
  cursor: pointer;
  padding: 0 40px 0 6px;
  background-size: auto 24px;
  border-color: #336783;
}

th.sorting_desc {
  background: #336783 url(images/sort_desc.png) no-repeat right;
  cursor: pointer;
  padding: 0 40px 0 6px;
  background-size: auto 24px;
  border-color: #336783;
}

.table-container {
  overflow: auto;
}

  .table-container table {
    max-width: 100%;
    table-layout: fixed;
    width: 100%;
  }

    .table-container table > thead th {
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .table-container table td {
      white-space: normal;
      overflow: hidden;
    }

      .table-container table td div.fld-multiple-lines {
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
      }

      .table-container table td div.fld-multiple-lines-all {
        hyphens: auto;
        overflow-wrap: break-word;
        white-space: pre-wrap;
        word-wrap: break-word;
      }

  .table-container tbody tr:nth-child(odd) {
    background-color: rgba(100, 100, 100, 0.07);
  }

  .table-container tbody tr:hover {
    background-color: rgba(0, 65, 100, 0.17);
  }

/*
    Icons
*/


.new, .moveUp, .moveDown, .moveUpDown, .move, .position {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent url(images/icons32x32.png) no-repeat;
}

a.new /* TODO: New icon is currently the same as the edit icon */ {
  background-position: 0 0;
}

a.moveDown {
  background-position: -128px 0px;
}

  a.moveDown:hover {
    background-position: -128px -32px;
  }

a.moveUp {
  background-position: -160px 0px;
}

  a.moveUp:hover {
    background-position: -160px -32px;
  }

.position {
  background-position: -192px 5px;
}

  .position:hover {
    background-position: -192px -32px;
  }

.moveUpDown {
  background-position: -256px 0px;
}

  .moveUpDown:hover {
    background-position: -256px -32px;
  }

.move {
  background-position: -288px 0px;
}

  .move:hover {
    background-position: -288px -32px;
  }



/*******************************	
	ResultGrid
********************************/
.input_search {
  width: 100%;
}

table.display tr.Grouping2, table.display tr.Grouping4 {
  background-color: #efefef; /* Gray */
}

  table.display tr.Grouping2.Complete.InRange.Tisch {
    background-color: #00CC66; /* Green */
  }

  table.display tr.Grouping2.Complete.NotInRange.Tisch {
    background-color: #D00D07; /* Red */
  }

  table.display tr.Grouping2.Experte {
    background-color: Yellow !important;
  }

.export-xlsx, div.displayAllColumns, div.displayAllColumns.ok, div.classicView, div.participantView, div.refresh {
  display: inline-block;
  background-image: url('images/sprite_admin@2x.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 400px auto;
}

  .export-xlsx:hover, div.displayAllColumns:hover, div.classicView:hover, div.participantView:hover, div.refresh:hover {
    opacity: 0.4;
    cursor: pointer;
  }

.export-xlsx {
  display: block;
  border: none;
  float: left;
  background-position: -64px -64px;
  width: 32px;
  height: 32px;
}

div.displayAllColumns {
  background-position: -160px -64px;
  width: 32px;
  height: 32px;
}

  div.displayAllColumns.ok {
    background-position: -160px -96px;
    width: 32px;
    height: 32px;
  }

div.classicView {
  background-position: -128px -64px;
  width: 32px;
  height: 32px;
}

div.participantView {
  background-position: -128px -96px;
  width: 32px;
  height: 32px;
}

div.refresh {
  background-position: -96px -64px;
  width: 32px;
  height: 32px;
}

/*
    Search-Control
*/

table.search-control {
  padding: 0;
  border-collapse: collapse;
}

  table.search-control tbody tr td {
    clear: both;
  }

    table.search-control tbody tr td span {
      float: left;
    }

      table.search-control tbody tr td span.searchbox {
        margin: 0;
      }

  table.search-control span {
    color: #4C5051;
    font-size: 0.93em;
  }

.search-control .fa-filter {
  color: #f08c00;
}

div.show-criteria {
  padding: 5px 0px 5px 0px;
  position: relative;
  width: 100%;
}

  div.show-criteria a {
    color: #4C5051;
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
    font-size: 0.8em;
  }

    div.show-criteria a:hover {
      text-decoration: none;
    }

  div.show-criteria div a.showAll {
    color: #E98A10;
  }

#CloseButton {
  cursor: pointer;
}

.searchbox {
  height: 33px;
  display: block;
  padding: 0px;
}

  .searchbox input {
    background: transparent url(images/search.png) no-repeat center right;
    background-size: auto 18px;
    padding-right: 28px;
    display: block;
    width: 150px;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
  }

    .searchbox input::-ms-clear {
      display: none;
    }

    .searchbox input:hover {
      cursor: pointer;
    }

  .searchbox.inverted input {
    background: transparent url(images/search-inverted.png) no-repeat center right;
    background-color: #f08c00;
    background-size: auto 18px;
    border-color: #d4d0c8;
    color: #fff;
  }

.searchcontent_table {
  width: 100%;
  margin: 15px 0px 15px 0px;
  padding: 0;
}

  .searchcontent_table tr td {
    text-align: left;
  }

    .searchcontent_table tr td.title div {
      text-align: left;
      font-weight: bold;
      background-color: #073a5f;
      color: #ffffff;
      padding: 5px;
      margin: 5px 0px 5px 0px;
    }

/* Questions */

.page-title {
  color: #fff;
  background-color: #004164;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  padding: 2px;
  margin-bottom: 10px;
  text-align: left !important;
  position: relative;
  line-height: 20px;
  height: 20px;
}

.page-title-left {
  display: inline-block;
}

.page-title-right {
  display: inline-block;
  position: absolute;
  right: 5px;
  height: 20px;
}

/* Survey */

.element-container {
  text-align: left;
  padding-top: 10px;
  padding-right: 10px; /* because of the textarea's inside */
  padding-bottom: 10px;
  padding-left: 5px;
  background-color: #eaeaea;
}

  .element-container.group {
    background-color: #ffffff;
    padding: 0;
  }

.element-label {
  font-style: italic;
  padding-right: 1px;
}

.element-container.textbox .element-label {
  cursor: pointer;
}

.endofgroup {
  height: 15px;
  background-color: #ffffff;
  padding: 0;
}

label {
  color: #004164;
  font-weight: bold;
}

#filterTable {
  background-color: #ffffff;
}

  #filterTable td {
    background-color: #eaeaea;
    border: none !important;
    padding: 3px 3px 3px 3px !important;
  }

button {
  width: auto;
  overflow: visible;
}

  button.print-pdf, button.print-xls {
    margin-right: 10px;
  }

div.roundedNew {
  color: #333333;
  border: 1px solid #CCC;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 0 40px 0 15px;
  text-align: center;
  vertical-align: middle;
  width: auto; /* rounded border: IE9 and higher */
}

select.roundedNew {
  background-color: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: #B3B3B3 5px 5px 5px;
  -webkit-box-shadow: #B3B3B3 5px 5px 5px;
  -moz-box-shadow: #B3B3B3 5px 5px 5px;
}

.rounded {
  border: 0 none;
  cursor: pointer;
  padding: 0 20px 0 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: auto;
  clear: left;
  display: inline-block;
}

  .rounded span {
    z-index: 0;
    float: left;
    display: block;
    padding: 0 0 0 15px;
    position: relative;
    white-space: nowrap;
  }


/* Hack for Firefox */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
NiceButtonType.DropDownNew (IE9 and higher)
********************************/
.dropdownNew {
  height: 33px;
  line-height: 33px;
}

.dropdownNew {
  padding-right: 34px;
  background: url(images/dropdown-arrow.png) no-repeat scroll right #f5f5f5;
  background-size: 20px;
}

  .dropdownNew:hover {
    border-color: #004164;
  }

.btn.collapsable, .expanded {
  width: 32px;
  height: 32px;
  background: transparent url(images/collapse.png) no-repeat;
}

  .btn.collapsable:active {
    box-shadow: none;
  }

  .btn.collapsable.collapsed {
    width: 32px;
    height: 32px;
    background: transparent url(images/expand.png) no-repeat;
  }

.alert-link.collapsed {
  background: none;
}

a.increaseColumns {
  color: #ffffff;
  margin-bottom: 4px;
}

a.decreaseColumns {
  color: #ffffff;
  margin-bottom: 4px;
}

/*
StandardButton, replacing NiceButton
********************************/

.std-button, input.std-button {
  padding: 0 1rem;
  height: 32px;
  text-align: center;
  vertical-align: middle !important;
  border-width: 1px;
  border-style: solid;
  cursor: pointer !important;
  display: inline-block;
  outline: none;
  font-weight: bold;
  line-height: 32px;
  position: relative;
  text-decoration: none;
  box-sizing: content-box;
  background-color: #f08c00;
  color: #fff !important;
  border-color: #d26e00;
}

  .std-button:hover {
    /*border-color: #002031;
    background-color: #ebf5fa;*/
    border-color: #ffaf1e;
    background-color: #ffaf1e;
  }

.orange, input.orange {
  background-color: #f08c00;
  color: #fff !important;
  border-color: #d26e00;
}

  .orange:hover {
    border-color: #ffaf1e;
    background-color: #ffaf1e;
  }

.secondary, input.secondary {
  color: #fff !important;
  border-color: #004164;
  background-color: #004164;
}

  .secondary:hover {
    background-color: #195473;
    border-color: #002031;
  }

.plus, input.plus {
  padding: 0 20px;
  background-image: url("images/plus.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 15px;
}

/*
  Resultset
*/

div.resultset {
  color: #004164;
}

  div.resultset table.grid > tbody td,
  div.resultset table.grid > tbody th {
    white-space: nowrap;
  }

div .headerZone div.headerZone {
  height: 60px;
  position: relative;
  width: 100%;
}

div.headerZone div.filterZone {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

div.headerZone div.optionZone {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}

div.headerZone div.actionZone {
  float: left;
  margin-top: 5px;
}

  div.headerZone div.actionZone div {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

div.headerZone div.searchZone {
  float: left;
  margin-top: 5px;
}

div.sample-dashboard tr.group-header div.action-zone {
  display: inline-block;
  float: right;
  margin-right: 5px;
}

div.resultset div.legend {
  font-size: 0.9em;
  padding: 5px 0px 5px 0px;
}

div.messagepop {
  background-color: #ffffff;
  border: 1px solid #999999;
  cursor: default;
  display: none;
  padding: 5px;
  position: absolute;
  width: 450px !important;
}

div.ui-widget-overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  background-color: #666666;
  background-image: none;
  width: 100%;
  height: 100%;
  filter: Alpha(Opacity=70);
  opacity: 0.70;
  -moz-opacity: 0.70;
}

.ui-widget {
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

.ui-widget-header, .ui-widget-header h1, .ui-widget-header h2, .ui-widget-header h3 {
  border: none;
  background: #fff;
  color: #1179b6;
  font-weight: bold;
  font-size: 1.3em;
  height: 40px;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: none;
  background-color: #ffffff;
  color: #333;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget-content {
  background-image: none;
}

.ui-icon-closethick {
  background-image: url(../../Layout/images/close@2x.png) !important;
  background-position: 0 0;
  background-size: 16px 16px;
}

.ui-menu .ui-menu-item {
  padding: 5px;
}

.nice-dropdown .ui-menu .ui-menu-item {
  color: #f08c00;
  padding: 0;
}

/*.ui-selectmenu-button span.ui-selectmenu-text*/
.nice-dropdown span.ui-selectmenu-text {
  color: #f08c00;
  padding-left: 5px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: none;
  background-color: #d4dfe5;
  border: 1px solid #ffffff;
  color: #000000;
  font-weight: normal;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: none;
  font-weight: normal;
  color: #000000;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: #ffdfb3;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background-color: #f08c00;
}

.ui-corner-all {
  border-radius: 0;
}

/* Legacy: .ui-dialog: replaced with bs modal dialog */
.ui-dialog {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  padding: 0;
  margin: 0;
  z-index: 100;
  background-color: #fff;
}

  .ui-dialog .ui-dialog-content {
    padding: 0;
  }

  .ui-dialog .ui-dialog-title {
    margin: .45em 18px .1em 0;
  }

  .ui-dialog .ui-dialog-titlebar-close {
    opacity: 0.4;
  }

    .ui-dialog .ui-dialog-titlebar-close:hover {
      opacity: 1;
    }

    .ui-dialog .ui-dialog-titlebar-close span {
      width: 18px;
      height: 18px;
    }

div.dialog {
  background-color: #ffffff;
  border: 1px solid #999999;
  display: none;
  position: absolute;
  z-index: 10;
}

  div.dialog.option {
  }

  div.dialog table {
    border-color: #d4d0c8;
    padding: 0;
  }

  div.dialog thead th {
    background-color: #004164;
    color: #ffffff;
    padding: 5px;
  }

  div.dialog td {
    vertical-align: top;
    border: solid lightgray;
    border-width: 0 1px 0 0;
    border-top: white 15px solid;
    border-bottom: white 15px solid;
  }

  div.dialog ul {
    padding-right: 10px;
    padding-left: 5px;
    margin: 10px 0;
  }

  div.dialog li {
    list-style-type: none;
    position: relative;
    height: 25px;
  }

    div.dialog li label {
      margin-right: 40px;
    }

    div.dialog li input {
      position: absolute;
      right: 0;
    }

  div.dialog.option li {
    height: 42px;
  }

    div.dialog.option li label {
      padding: 5px;
      margin-right: 70px;
    }

  div.dialog.option input[type=text] {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    width: 40px;
  }

div.sample-dashboard tr.group-header {
  height: 40px;
}

  div.sample-dashboard tr.group-header td {
    background-color: #ffffff;
    border-bottom: none;
  }

div.sample-dashboard tr.group td {
  background-color: #004164;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

  div.sample-dashboard tr.group td.AssignedTo {
    font-size: 20px;
    text-align: left;
  }

div#styleFooterZone {
  position: absolute;
  bottom: 10px;
}

td.distributionchain-field {
  width: 32px;
}

  td.distributionchain-field i {
    visibility: hidden;
    cursor: pointer;
    color: #ffd800;
  }

  td.distributionchain-field.is-benchmark i {
    visibility: visible;
  }

#validatorZone span.validator {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

  #validatorZone span.validator li {
    font-weight: normal;
  }

.title.change-password {
  background: transparent url("images/Password.png") no-repeat;
  background-size: 50px auto;
  background-position: center;
  padding-left: 90px;
}


/*
    Sample Dashboard touch icon styles
*/

div.sample-dashboard .reorder, div.sample-dashboard .notify, div.sample-dashboard .move, div.sample-dashboard .edit, div.sample-dashboard .new, div.sample-dashboard .moveUp, div.sample-dashboard .moveDown {
  display: block;
  margin: 5px auto 5px auto;
  width: 40px;
  height: 40px;
  background: url(../Mobileweb/layout/images/sprites.png) no-repeat;
}


div.sample-dashboard .new {
  background-position: 0 0;
}

div.sample-dashboard .notify {
  background-position: -40px 0;
}

div.sample-dashboard .edit {
  background-position: -80px 0;
}

div.sample-dashboard .reorder {
  background-position: -160px 0;
}

div.sample-dashboard .move {
  background-position: -200px 0;
}

div.sample-dashboard .moveUp {
  background-position: -240px 0;
}

div.sample-dashboard .moveDown {
  background-position: -280px 0;
}

.status-color {
  background-color: transparent;
  background-image: url('images/sprite_admin@2x.png');
  background-position: -352px 0px;
  background-repeat: no-repeat;
  background-size: 400px auto;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  vertical-align: top;
  width: 20px;
}

  .status-color:hover {
    opacity: 0.4;
  }

  .status-color.status-online.on {
    background-position: -352px -32px;
  }

  .status-color.status-locked.on {
    background-position: -352px 0px;
  }

  .status-color.status-design.on {
    background-position: -352px -64px;
  }

  .status-color.status-closed.on {
    background-position: -352px -96px;
  }

  .status-color.status-cancelled.on {
    background-position: -352px -128px;
  }

.status-color-design {
  color: #ffcc66;
}

.status-color-online {
  color: #88c057;
}

.status-color-closed {
  color: #ed7161;
}

.status-color-cancelled {
  color: #88c0ed;
}

div.measure-status span {
  margin-left: 3px;
  margin-right: 3px;
}

div.measure-status button {
  height: auto;
}

.measure-status .status-color.status-open.on {
  background-position: -352px -64px;
}

.measure-status.dropdown .status-color.status-open.on {
  background-position: -352px -96px;
}

.measure-status .status-color.status-closed.on {
  background-position: -352px -32px;
}

.measure-status .status-color.status-overdue.on {
  background-position: -352px -96px;
}

input.has-error, textarea.has-error, select.has-error, h2.has-error, .element-container.has-error {
  border-color: #f08c00;
  background-color: #ffdfb3;
}

.element-container.rankinglist.has-error,
.element-container.components.has-error,
.element-container.checkboxlist.has-error.other-missing {
  border-color: none;
  background-color: #eaeaea;
}

.element-container.has-error .form-control {
  border: 1px solid #555;
}

.element-container.components {
  padding: 0;
}

  .element-container.components .component-type-container {
    padding: 10px;
  }

  .element-container.components .component-title {
    background-color: #e1e1e1;
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
  }

/* Bootstrap overrides */
.form-control.numeric {
  text-align: right;
}

.btn-info {
  white-space: normal;
}

.btn-primary {
  background-color: #f08c00;
  border-color: #d26e00;
}

  .btn-primary:hover,
  .btn-primary.hover,
  .btn-primary:focus:hover {
    background-color: #ffaf1e;
    border-color: #ffaf1e;
  }

  .btn-primary:active,
  .btn-primary.active,
  .btn-primary:focus,
  .btn-primary.focus,
  .btn-primary:active:focus {
    background-color: #f08c00;
    border-color: #d26e00;
  }

  .btn-primary.disabled, :disabled.btn-primary {
    background-color: #efbd77;
    border-color: #efbd77;
  }

  .btn-primary-outline:hover {
    opacity: 0.4;
  }

  .btn-primary-outline i.fas,
  .btn-primary-outline i.far {
    color: #fff;
  }

.form-group.row .input-group {
  width: 100%;
}

.tab-pane {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
}

.nav-tabs {
  margin-bottom: 0;
}

  .nav-tabs li.active a,
  .nav-tabs li.active a:hover,
  .nav-tabs li.active a:active,
  .nav-tabs li.active a:focus {
    border-bottom-color: #fff;
  }


.alert-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-radius: 0px
}

.survey-type-filter {
  padding-right: 16px;
  padding-left: 16px;
}

  .survey-type-filter a {
    color: rgba(0, 0, 0, 0.5);
    padding-right: 0;
    padding-left: 8px;
  }

    .survey-type-filter a:hover {
      color: rgba(0, 0, 0, 0.9);
    }

  .survey-type-filter .active {
    color: #f08c00;
  }


/* New MVC auto-complete */
div.auto-complete {
  white-space: nowrap;
}

  div.auto-complete .form-group {
    width: 100%;
  }

  div.auto-complete.form-control {
    border: none;
    padding: 0;
  }

  div.auto-complete .auto-complete-field {
    display: inline-block;
  }

    div.auto-complete .auto-complete-field div.input-container {
      overflow: hidden;
    }

      div.auto-complete .auto-complete-field div.input-container input {
        width: 100%;
      }

    div.auto-complete .auto-complete-field button {
      border: none;
      background: #bababa url(images/dropdown-arrow.png) no-repeat scroll;
      background-size: 20px;
      background-position: 8px;
      background-position-y: center;
      float: right;
      height: 32px;
      width: 32px;
    }

  div.auto-complete div button:hover {
    opacity: 0.4;
  }

.table.pre-line td {
  white-space: pre-line;
}

.contact-img {
  background-repeat: no-repeat;
  background-image: url(data:image/x-png;base64,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);
}

.action-dlg h3 {
  font-size: 32px;
}

.action-dlg p {
  font-size: 18px;
}

i.fas, i.far {
  background-color: transparent;
  color: #004164;
}

.btn-primary i.fas {
  background-color: transparent;
  color: #fff;
}

.btn-secondary-image i.fas {
  background-color: transparent;
  color: #004164;
}

.btn-secondary-image:hover i.fas {
  color: #a3b9c6;
}

.btn-primary-image i.fas {
  background-color: #fff;
  color: #f08c00;
}

.btn-primary-image:hover i.fas {
  background-color: #fff;
  color: #ffaf1e;
}

/* Datepicker control */
.ui-datepicker {
  -z-index: 1051;
  z-index: 10003 !important; /* TODO: Reset to 1051 when all DropDownExtender's are removed */
}

#NutriScoreList {
  height: 32px;
  color: #fff;
}

#NutriScoreControl button {
  width: 100%;
}

#NutriScoreControl .dropdown-menu {
  width: 100%;
}

#NutriScoreControl .dropdown-item {
  height: 32px;
}

.nutri-score,
.dropdown-item.nutri-score {
  color: #fff;
  text-align: center;
}

div.nutri-score {
  padding: 3px;
}

.nutri-score.nutri-score-a {
  background-color: #007b3a;
}

  .nutri-score.nutri-score-a:hover {
    background-color: #66b088;
  }

.nutri-score.nutri-score-b {
  background-color: #80b83b;
}

  .nutri-score.nutri-score-b:hover {
    background-color: #b3d488;
  }

.nutri-score.nutri-score-c {
  background-color: #fcc325;
}

  .nutri-score.nutri-score-c:hover {
    background-color: #fddd6a;
  }

.nutri-score.nutri-score-d {
  background-color: #ef7d2d;
}

  .nutri-score.nutri-score-d:hover {
    background-color: #f8aa73;
  }

.nutri-score.nutri-score-e {
  background-color: #e6452c;
}

  .nutri-score.nutri-score-e:hover {
    background-color: #f58379;
  }

.bootstrap-select button,
.bootstrap-select button:hover,
.bootstrap-select button:active {
  background-color: #fff !important;
  color: #212121;
}

#scandit-barcode-picker {
  max-width: 1024px;
}

.form-clear {
  bottom: 6px;
  position: absolute;
  right: 15px;
  z-index: 10;
}

.breadcrumb {
  margin-bottom: 0px;
}

i.fas.fa-exclamation-triangle,
i.far.fa-exclamation-triangle {
  color: #ffcc66;
}