.bf_header.is_search:before {
  display: none; }

.bf_header.is_search span {
  display: none; }

html {
  overflow-y: scroll;
  min-height: 100%; }

body {
  font-family: 'Helvetica Neue LT W01_55 Roman',sans-serif;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  overflow: hidden; }

h1, h2, h3 {
  font-weight: 300; }

p {
  margin: 0px; }

a {
  color: #8b8b8b; }

button:hover {
  cursor: pointer; }

input {
  font-family: 'Helvetica Neue LT W01_55 Roman',sans-serif;
  font-size: 14px; }

textarea {
  font-family: 'Helvetica Neue LT W01_55 Roman',sans-serif;
  font-size: 16px; }

div.message {
  margin-top: 10px;
  font-size: 14px;
  padding: 10px;
  word-wrap: break-word; }

div.sort_action_value {
  float: right;
  margin-right: 10px;
  margin-left: 5px;
  background-color: #fba41c;
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 4px;
  margin-top: -4px;
  display: none; }

div.selectedfilter {
  float: right;
  margin-left: 5px;
  padding-top: 1px; }

div.selectedfilter img {
  width: 14px;
  height: 14px; }

div.ajax_loader {
  width: 100%;
  height: 100px;
  padding-top: 45px;
  text-align: center; }

#loginform .logo img, #resetform .logo img, #pwforgetform .logo img {
  height: 50px; }
#loginform p, #resetform p, #pwforgetform p {
  padding: 15px 0 15px; }
#loginform .logo .logotext_company, #resetform .logo .logotext_company, #pwforgetform .logo .logotext_company {
  font-family: 'Orator W01 Medium',sans-serif;
  font-size: 16px; }
#loginform .request-password, #resetform .request-password, #pwforgetform .request-password {
  margin-top: 10px; }
#loginform .loginformfield, #resetform .loginformfield, #pwforgetform .loginformfield {
  font-size: 16px; }
  #loginform .loginformfield input, #resetform .loginformfield input, #pwforgetform .loginformfield input {
    font-size: 16px;
    padding: 7px;
    background-color: #f5f5f5;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    width: 97%; }
  #loginform .loginformfield input.error, #resetform .loginformfield input.error, #pwforgetform .loginformfield input.error {
    background-color: #e3d2d3;
    border-color: #af1f25; }

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  z-index: 3; }

#headerBackground {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background-color: #d5d5d5;
  z-index: 2; }

#headerBackgroundSub {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  height: 30px;
  background-color: #e5e5e5;
  z-index: 2; }

.ps_tooltip {
  display: none; }

.ps_dashboardinfoicon {
  width: 16px;
  height: 16px; }

.LeftHeader {
  float: left;
  width: calc(100% - 300px); }

.RightHeader {
  text-align: right; }

.RightHeader img {
  height: 20px; }

.RightHeader .logo {
  margin-top: 6px; }

.RightHeader .loginname {
  float: left; }

.RightHeader .loginname a {
  text-decoration: none;
  color: #000000; }

div.Navigation {
  height: 40px; }

div.SubNavigation {
  clear: both;
  height: 30px; }

div.NavigationItem {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  font-family: 'Helvetica Neue LT W01_41488878',sans-serif; }

div.SubNavigation div.NavigationItem {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  font-family: 'Helvetica Neue LT W01_35 Thin',sans-serif; }

ul.task_file_list.ps_listing {
  font-family: 'Helvetica Neue LT W01_41488878',sans-serif; }

ul.working_time_wrapper.ps_listing {
  font-family: 'Helvetica Neue LT W01_41488878',sans-serif; }

div.NavigationItem a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  padding-bottom: 2px;
  border-bottom: 2px solid #d5d5d5; }

div.SubNavigation div.NavigationItem a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: 2px solid #e5e5e5; }

div.NavigationItem.active {
  margin-top: 6px;
  text-decoration: none; }

span.hit {
  background-color: #ffdfac;
  padding: 3px; }

div.NavigationItem.active a {
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid black;
  padding-bottom: 2px; }

div.SubNavigation div.NavigationItem.active a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #888888;
  padding-bottom: 1px; }

div.LeftFooter {
  float: left;
  text-align: left;
  width: 33%; }

div.CenterFooter {
  text-align: center; }

div.RightFooter {
  float: right;
  text-align: right;
  width: 33%; }

#Footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: calc(100% - 20px);
  overflow: hidden;
  background-color: #f5f5f5;
  border-top-style: solid;
  border-top-color: #cdcdcd;
  border-width: 1px;
  padding: 10px;
  color: #8b8b8b;
  z-index: 2; }

#wrapper {
  max-width: 1250px;
  margin: auto;
  text-align: left;
  position: relative;
  margin-top: 0px;
  margin-bottom: 60px;
  min-height: calc(100% - 60px);
  margin-bottom: 70px;
  z-index: 1;
  background-color: #00a5db; }

#tablewrapper {
  padding: 40px; }

#wrapper table {
  width: 100%;
  color: #ffffff;
  padding-top: 0px; }

#wrapper table th:nth-child(1) {
  width: 25%; }

#wrapper table th:nth-child(2) {
  width: 50%; }

#wrapper table th:nth-child(3) {
  width: 12.5%; }

#wrapper table th:nth-child(4) {
  width: 12.5%; }

table.dataTable tbody tr {
  background-color: #00a5db; }

div.left_3_of_4 {
  padding-top: 20px;
  width: calc(100% - 320px);
  float: left; }

div.left_1_of_1 {
  padding-top: 20px;
  width: 100%; }

div.right_1_of_4 {
  padding-top: 20px;
  margin-left: calc(100% - 300px); }

div.ContentBox {
  width: calc(100%);
  position: relative; }

span.ContentBoxTooltip {
  margin-right: 5px; }

div.ContentBoxTooltip {
  float: left;
  margin-right: 5px;
  padding-top: 2px; }

div.ContentBoxHeader {
  background-color: #af1f25;
  height: 68px; }

div.ContentBoxTitle {
  padding: 7px;
  font-weight: 300;
  font-size: 1.2em;
  color: #ffffff;
  padding-bottom: 3px; }

div.ContentBoxSubTitle {
  padding: 7px;
  padding-top: 0px;
  font-size: 1.1em;
  color: #ffffff; }

div.ContentBoxContent {
  padding: 7px;
  border-style: solid;
  border-color: #c9c8c7;
  border-width: 2px;
  border-top-style: none; }

div.actionLink {
  width: calc(100% - 34px);
  margin-bottom: 10px; }

div.actionLink:last-child {
  margin-bottom: 0px; }

a.ext_link_button {
  width: 100%; }

a.sortable_icon {
  text-decoration: none; }

div.clear {
  clear: both;
  height: 0px;
  font-size: 0px; }

img.small_icon_2 {
  width: 22px;
  height: 22px; }

img.small_icon {
  width: 24px;
  height: 24px; }

img.super_small_icon {
  width: 18px;
  height: 18px;
  padding: 5px;
  padding-bottom: 0px;
  padding-top: 0px; }

div.listItemTitle {
  font-family: 'Helvetica Neue LT W01_65 Md',sans-serif;
  font-size: 16px; }

div.listItemDescription {
  float: left;
  color: #292b38;
  margin-top: 5px; }

.listContactdata {
  margin-top: 5px; }

a.listItemDescriptionEmail {
  color: #8b8b8b !important;
  font-family: 'Helvetica Neue LT W01_41488878',sans-serif;
  font-weight: normal;
  font-size: 14px; }

div.listItemTitle a {
  color: #292b38;
  text-decoration: none; }

div.listItemTitle a:hover {
  text-decoration: underline; }

div.listItemContent {
  float: left;
  font-family: 'Helvetica Neue LT W01_41488878',sans-serif;
  font-size: 16px; }

div.listItemIcon {
  text-align: right; }

div.listItem {
  border-bottom-style: solid;
  border-width: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  color: #292b38;
  border-bottom-color: #cdcdcd; }

img.list_icon {
  width: 24px; }

a.sethashtag {
  color: #000000;
  font-size: 0.8em;
  text-decoration: none; }

a.sethashtag:hover {
  text-decoration: underline; }

a.phonenumber {
  text-decoration: none;
  color: #292b38; }

a.phonenumber:hover {
  text-decoration: underline; }

a.emailadresse {
  text-decoration: none;
  color: #292b38; }

a.emailadresse:hover {
  text-decoration: underline; }

a.opennewtask {
  margin-left: 7px; }

.plupload_button.plupload_start, .plupload_header {
  display: none; }

#uploader_container {
  padding: 0px;
  position: static; }

.plupload_content {
  border: #cccccc solid 1px; }

.ps_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100; }

.ps_loader {
  position: absolute;
  left: calc(50% - 10px);
  top: 40vh; }

.ps_loader_task {
  position: absolute;
  left: calc(50% - 16px);
  top: 20vh; }

.ps_loader_delete_time {
  position: absolute;
  left: 2px;
  top: 2px; }

div.ContentBoxColumn {
  float: left; }

div.ContentBoxSortColumnItem {
  display: inline-block;
  margin-left: 20px; }

div.ContentBoxSortColumn {
  text-align: right; }

div.ContentBoxRow {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #cdcdcd;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: 'Helvetica Neue LT W01_41488878' ,sans-serif; }

div.ContentBoxRowHead {
  font-family: 'Helvetica Neue LT W01_41488878' ,sans-serif;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: normal;
  color: #ffa500; }

div.ContentBoxText {
  width: 48%; }

div.ContentBoxCustomer {
  width: 20%; }

div.morepercent {
  width: 28%; }

div.ContentBoxStatus {
  width: 19%; }

div.ContentBoxText span {
  font-size: 14px;
  color: #8b8b8b; }

div.ContentBoxText div.TaskName {
  float: left;
  width: 25%;
  font-size: 16px; }

div.ContentBoxText span.highlights {
  color: #000000;
  font-size: 16px;
  font-style: italic; }

div.ContentBoxProject {
  width: 20%; }

div.ContentBoxDate {
  width: 13%; }

div.listItemCompanyContacts {
  margin-top: 10px;
  margin-bottom: 10px; }

.ContentBoxColumn {
  min-height: 5px; }

/* mobile menu */
.mobile_menu_icon {
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  padding: 5px 0px 0px 5px;
  background-color: #af1f25;
  display: none; }

.mobile_menu_icon img {
  width: 23px;
  height: 27px; }

.imagepreview {
  display: none; }

.messageContent a {
  text-decoration: underline;
  color: #af1f25; }

.customer_action_button {
  margin-bottom: 10px; }

.customer_action_button:last-of-type {
  margin-bottom: 0px; }

.customer_action_button button {
  width: calc(100% - 14px); }

div.conversation_text {
  font-family: 'Helvetica Neue LT W01_41488878',sans-serif;
  font-size: 16px; }

div.conversation_text p {
  padding: 7px; }

li.working_time_element.billed {
  background-color: #b5e4c5 !important; }

a.listlink {
  background-color: #e5e5e5;
  text-decoration: none; }

div.ContentBoxRow:nth-child(odd) {
  background-color: #f5f5f5; }

div.listItem:nth-child(odd) {
  background-color: #f5f5f5; }

div.List_ContentBoxContentIcon {
  width: 35px;
  float: right;
  padding-top: 24px;
  text-align: right; }

div.List_ContentBoxContentIcon img {
  width: 25px;
  height: 25px; }

div.List_ContentBoxTop_Title {
  font-family: 'Helvetica Neue LT W01_65 Md',sans-serif;
  font-size: 16px;
  color: #292b38;
  float: left;
  width: 67%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  padding-left: 5px; }

div.List_ContentBoxTop_Title_Date {
  font-family: 'Helvetica Neue LT W01_41488878',sans-serif;
  text-align: right;
  font-weight: normal;
  color: #b11923; }

span.List_ContentBoxTop_Title_Date_Text {
  color: #8b8b8b;
  display: inline-block;
  padding-top: 5px; }

div.listHashTags.date {
  font-family: 'Helvetica Neue LT W01_41488878',sans-serif;
  color: #b11923; }

div.List_ContentBoxTop {
  font-family: 'Helvetica Neue LT W01_41488878', sans-serif;
  margin-top: 5px; }

div.List_ContentBoxBottom {
  margin-top: 5px;
  margin-bottom: 5px; }

div.List_ContentBoxBottom_Left {
  font-family: 'Helvetica Neue LT W01_41488878', sans-serif;
  font-size: 15px;
  font-weight: normal;
  float: left;
  color: #292b38;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 5px; }

div.List_ContentBoxBottom_Right {
  font-family: 'Helvetica Neue LT W01_41488878', sans-serif;
  font-size: 15px;
  text-align: right;
  font-weight: normal;
  color: #8b8b8b;
  padding-right: 35px; }

span.List_ContentBoxTop_Title_Date_Customer {
  color: #8b8b8b;
  font-family: 'Helvetica Neue LT W01_41488878',sans-serif;
  font-size: 14px;
  padding-left: 1px; }

div.ContentBoxText span.hourlistauthor {
  color: #292b38;
  font-size: 16px; }

a.hourlist_timerow {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none; }

a.hourlist_timerow:hover {
  background-color: #f5f5f5; }

div.hourlist_timerow {
  display: inline-block; }

span.programversion {
  color: #292b38;
  font-size: 10px; }

.MetaSort_wrapper {
  width: calc(100% - 212px);
  float: left;
  margin-top: -10px; }

@media screen and (max-width: 768px) {
  .LeftFooter,
  .RightFooter,
  .hide_in_footer {
    display: none; }

  div.List_ContentBoxTop_Title {
    width: 45%; }

  div.List_ContentBoxBottom_Right {
    display: none; }

  div.List_ContentBoxBottom_Left {
    width: 90%; } }
@media screen and (max-width: 979px) {
  .logo_text .valueDate.no-mobile {
    font-size: 0.6em !important; }

  .headerWrapper {
    height: 40px; }

  .mobile_menu_icon {
    display: block; }

  #Navigation {
    display: none;
    top: 0px;
    position: relative;
    background-color: #ffffff;
    height: 100%;
    padding: 10px;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
    border-color: #000000;
    border-width: 1px;
    border-style: solid; }

  div.NavigationItem:nth-child(1) {
    float: none;
    margin-right: 0px;
    margin-top: 0px; }

  div.NavigationItem {
    float: none;
    margin-right: 0px;
    margin-top: 5px; }

  #SubNavigation {
    display: none; }

  div.NavigationItem {
    float: none;
    margin-bottom: 15px; } }
#wrapper table {
  color: black; }

#wrapper {
  background: none;
  z-index: 0;
  position: static; }

#login {
  background: #00a5db;
  color: white !important; }
  #login a {
    color: #D7EDF8 !important; }

#bf_table {
  width: calc(100% - 70px);
  height: auto;
  border: 0.25px solid #00a5db;
  float: left;
  margin-left: 70px;
  margin-top: 24px;
  margin-bottom: 100px; }

.gr-row {
  width: 100%;
  display: inline-flex;
  float: left; }

.bf_cell {
  line-height: 30px !important;
  text-transform: uppercase;
  font-size: 13px;
  float: left;
  border-bottom: 0.25px solid #00a5db;
  border-right: 0.25px solid #00a5db;
  min-height: 31px !important; }

.bf_cell:last-child {
  border-right: none; }

input:focus, select:focus, option:focus {
  box-shadow: none;
  outline-width: 0px; }

* {
  font-family: 'Helvetica Neue LT W01_46 Lt', sans-serif; }

.bf_top .bf_cell {
  font-size: 11px; }
.bf_top .bf_searchcell input, .bf_top .bf_searchcell i {
  display: none; }

.bf_header {
  background: #00a5db;
  height: auto; }
  .bf_header .bf_cell {
    color: white;
    font-weight: 700;
    border-right-color: white;
    border-bottom: 0px; }

.bf_header::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/bananen.png) center no-repeat;
  background-size: cover;
  display: block;
  margin-left: -70px;
  margin-top: -18px;
  border-radius: 30px;
  position: absolute; }

.bf_groupimage {
  content: "";
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  margin-left: -70px;
  margin-top: -18px;
  border-radius: 50%;
  border: 2px solid #00a5db;
  position: absolute; }

#splitter {
  display: none; }

#catsearch input {
  display: block;
  height: calc(100% - 12px);
  border: 0px solid red;
  margin: 1px;
  line-height: initial !important;
  border-radius: 0px;
  box-shadow: none !important;
  -webkit-appearance: none; }
#catsearch span {
  display: none; }
#catsearch i {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 20px;
  color: #00a5db; }

@media all and (max-width: 900px) {
  .gr-row {
    display: block;
    border-bottom: 5px solid #00a5db; } }
@media all and (max-width: 900px) {
  .headerWrapper {
    flex-direction: column; }

  .gr-row {
    border-bottom: 5px solid #00a5db; }

  .bf_header .bf_cell {
    display: none; }
  .bf_header .bf_cell:first-child {
    display: block; }

  .bf_header::before {
    display: none; }

  #bf_table {
    width: 100%;
    margin-left: 0px; }

  .bf_cell:first-child, .bf_cell:nth-child(5), bf_cell:last-child {
    border-right: 0px; }

  .bf_header .bf_cell:first-child::after {
    content: "";
    width: 28px;
    height: 28px;
    background-image: white url(../images/bananen.png) center no-repeat;
    background-size: cover;
    display: block;
    margin-top: -30px;
    border-radius: 30px;
    border: 1px solid #00a5db;
    position: absolute;
    margin-left: calc(100% - 123px); } }
@media all and (max-width: 430px) {
  #bf_table * {
    font-size: 0.8em; }

  #bf_table .bf_top * {
    font-size: 0.9em; }

  .bf_cell {
    padding-left: 3px !important; } }
#bafru-logout {
  position: absolute;
  right: 20px;
  top: 0px;
  color: white; }
  #bafru-logout a {
    color: white;
    text-decoration: none; }

.headerWrapper {
  position: fixed;
  width: calc(100% - 40px);
  background: #00a5db;
  padding: 20px;
  height: inherit;
  z-index: 1000;
  display: flex; }
  .headerWrapper .screen-only {
    position: absolute;
    right: 0;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    width: 80px;
    bottom: 10px;
    /*left: 0;*/ }
    .headerWrapper .screen-only .bf_button {
      height: 36px;
      width: 36px;
      background: white;
      /*border-radius: 5px;*/ }
      .headerWrapper .screen-only .bf_button a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        background: white;
        color: white;
        align-items: center; }
      .headerWrapper .screen-only .bf_button i {
        color: #00a5db;
        font-size: 20px;
        background: white; }
  .headerWrapper .bf_logoblue {
    display: inline-flex;
    background: #00a5db;
    max-width: 760px; }
  .headerWrapper .logo {
    max-height: 100%;
    width: 100%;
    background: #00a5db;
    border-right: 20px solid #00a5db; }
    .headerWrapper .logo img {
      height: auto;
      width: 100%; }
  .headerWrapper .logo_text {
    width: calc(100% - 760px);
    display: block;
    float: right;
    color: white;
    border-top: 3.2px solid white;
    border-bottom: 3.2px solid white;
    height: 128px;
    margin-top: 4px;
    position: relative; }
    .headerWrapper .logo_text form {
      margin-top: 5px; }
  .headerWrapper a {
    color: #00a5db; }
  .headerWrapper p.loggedin {
    font-size: 0.9em;
    margin-top: 5px; }

@media all and (max-width: 1200px) {
  .logo_text .ui-selectmenu-button.ui-button {
    width: calc(100% - 18px) !important;
    padding-right: 0;
    padding-left: 5px; }
  .logo_text .valueDate.no-mobile {
    font-size: 0.8em; } }
@media all and (max-width: 900px) {
  #splitter {
    width: 100%;
    height: 2px;
    display: block;
    float: left; }

  .screen-only {
    display: none !important; }

  #tablewrapper {
    padding: 0; }

  #bafru-logout {
    right: 20px;
    top: auto;
    bottom: -20px;
    color: white;
    background: #00a5db;
    padding: 5px 15px; }
    #bafru-logout a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8em; }

  .bf_bigimg {
    padding: 0px !important;
    min-height: 200px !important;
    background: url("/Pricelist/images/headerbananen.png");
    background-size: cover; }

  .headerWrapper {
    border: 0px solid #00a5db;
    width: calc(100% - 20px);
    padding: 10px;
    display: block; }
    .headerWrapper .bf_logoblue {
      width: calc(100% - 10px);
      max-width: 100%; }
    .headerWrapper .logo_text {
      width: calc(100% - 70px);
      max-width: 100%;
      margin-right: 0px;
      margin-top: 5px;
      height: 40px;
      border: 0px solid white; }
      .headerWrapper .logo_text span {
        font-size: 16px; }

  /*    #tablewrapper {
          padding: 40px 10px;
      }*/ }
header.bf_mainheader {
  margin-top: 165px;
  background: #00a5db;
  width: 100%;
  float: left; }
  header.bf_mainheader img {
    margin: auto;
    margin-bottom: 17px;
    min-width: 1px !important; }

.bf_wrapper {
  max-width: 921px;
  margin: auto;
  position: relative;
  overflow: auto; }
  .bf_wrapper p {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px; }

.anchor_nav ul {
  margin: 0px;
  padding: 5px 10px;
  background: rgba(0, 165, 219, 0.2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  border-bottom: 1px solid #00a5db; }
  .anchor_nav ul li {
    list-style-type: none;
    text-align: center;
    border: 1px solid #00a5db;
    line-height: 10px;
    padding: 7px 5px 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    margin-right: 3px; }
    .anchor_nav ul li div {
      font-size: 16px;
      text-decoration: none;
      color: #00a5db;
      text-transform: uppercase;
      cursor: pointer; }

.anchor_nav_mobile {
  display: none; }

.hiddentitle {
  position: relative;
  height: 0px; }

input::-ms-clear {
  display: none; }

input::-webkit-clear {
  display: none; }

input::clear {
  display: none; }

.bf_top {
  border-color: #00a5db;
  border-style: solid;
  border-width: 1px; }

.inputfixed {
  position: static;
  display: block;
  max-width: 1099px;
  background: white;
  z-index: 100;
  overflow: auto; }
  .inputfixed .bf_cell {
    background: rgba(0, 165, 219, 0.2); }
  .inputfixed .bf_searchcell {
    padding: 0px !important;
    position: relative;
    background: white; }

input::placeholder {
  color: #00a5db !important;
  font-size: 16px !important; }

input::-ms-input-placeholder {
  color: #00a5db !important;
  font-size: 16px !important; }

input::-ms-placeholder {
  color: #00a5db !important;
  font-size: 16px !important; }

input::-moz-placeholder {
  color: #00a5db !important;
  font-size: 16px !important; }

input::-webkit-placeholder {
  color: #00a5db !important;
  font-size: 16px !important; }

#catsearch i.fa {
  color: #00a5db !important; }

.fixed {
  position: fixed;
  width: calc(100% - 151px);
  max-width: 1099px;
  background: white;
  border-color: #00a5db;
  border-style: solid;
  border-width: 1px;
  z-index: 100; }
  .fixed .bf_cell {
    background: rgba(0, 165, 219, 0.2); }
  .fixed .bf_searchcell {
    padding: 0px !important;
    position: relative;
    background: white; }
    .fixed .bf_searchcell input {
      display: block;
      border: 0px solid red;
      padding: 5px 10px 0; }
    .fixed .bf_searchcell span {
      display: none; }
    .fixed .bf_searchcell i {
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      right: 4px;
      top: 4px;
      font-size: 20px;
      color: #00a5db; }

@media all and (max-width: 900px) {
  .phoenix .ui-dialog[aria-describedby="login"] {
    max-width: 90%;
    margin-left: 4%; }
    .phoenix .ui-dialog[aria-describedby="login"] #loginform .logo img {
      max-width: 100%; }
    .phoenix .ui-dialog[aria-describedby="login"] input {
      width: calc(100% - 14px); }

  #catsearch {
    height: 100%;
    background: #00a5db !important;
    display: block !important;
    margin: 0px;
    padding: 0px 10px;
    border-right: 0px;
    width: calc(100% - 78px); }

  form#catsearch input {
    line-height: initial !important;
    height: 30px;
    min-width: 400px;
    margin: 10px 0 0 1px !important;
    border: 1px solid white;
    padding-left: 5px;
    width: calc(100% - 10px); }

  .fixed form#catsearch {
    width: calc(100% - 77px); }

  #bf_table .bf_content .highlight {
    display: inline-block;
    height: 70%;
    color: #00a5db; }

  .bf_wrapper p {
    text-align: left;
    padding: 0px 10px;
    font-family: 'Helvetica Neue LT W01_71488914', sans-serif; }

  .inputfixed {
    border: 0px solid white !important; }

  .bf_articlegroup {
    display: block !important;
    width: 100%;
    background: white;
    color: #00a5db !important;
    font-size: 1.1em;
    padding-top: 15px; }

  .bf_searchcell {
    padding: 0px !important;
    position: relative;
    background: #00a5db;
    width: calc(100% - 22px) !important;
    border: 2px solid white !important;
    margin-left: 11px;
    margin-top: 10px; }
    .bf_searchcell span {
      display: none; }
    .bf_searchcell form {
      width: 100%;
      height: 100%; }
    .bf_searchcell input {
      display: block !important;
      border: 0px solid white !important;
      background: #00a5db;
      color: white; }
    .bf_searchcell i {
      font-size: 16px !important;
      color: white !important;
      display: block !important;
      position: absolute;
      right: 5px;
      top: 5px; }

  .bf-name {
    font-family: 'Helvetica Neue LT W01_71488914', sans-serif; }

  .bf-notification {
    font-family: 'Helvetica Neue LT W01_35 Thin', sans-serif;
    margin-top: -12px; }

  .gr-row {
    border-bottom: 0px solid #00a5db; }

  .bf_header .bf_cell {
    font-weight: 400; }

  .bf_articlename {
    background: #00a5db;
    color: white;
    flex-wrap: wrap; }

  .bf_top.fixed + #bf_sticky_indicator {
    height: 250px;
    display: block;
    background: white; }

  #bf_sticky_top {
    overflow: auto;
    background: #00a5db;
    width: 100%; }
    #bf_sticky_top .anchor_nav {
      width: calc(100% - 80px); }
    #bf_sticky_top #bf-article {
      width: calc(100% - 100px) !important;
      display: none; }
    #bf_sticky_top .mobile-only {
      position: absolute;
      right: 40px;
      border-left: 15px solid #00a5db;
      border-bottom: 5px solid #00a5db;
      margin-top: -31px; }
      #bf_sticky_top .mobile-only #bf_mail {
        margin-top: 5px; }
      #bf_sticky_top .mobile-only .bf_button {
        height: 36px;
        width: 36px;
        background: white;
        /*border-radius: 5px;*/ }
        #bf_sticky_top .mobile-only .bf_button a {
          display: flex;
          width: 100%;
          height: 100%;
          justify-content: center;
          background: white;
          color: white;
          align-items: center; }
        #bf_sticky_top .mobile-only .bf_button i {
          color: #00a5db;
          font-size: 20px;
          background: white; }

  #bf_table {
    margin-top: 0px; }

  .anchor_nav_mobile {
    display: block;
    padding: 0px;
    margin: 0px;
    height: 30px;
    border: 1px solid #00a5db;
    border-right: 0px;
    width: calc(100% - 20px);
    margin-left: 10px; }

  #bf-headrow {
    background: #00a5db; }
    #bf-headrow .bf_cell {
      border: 0px solid white;
      color: white;
      overflow: hidden;
      height: 36px; }

  .fixed {
    width: calc(100% - 30px); }
    .fixed .bf_searchcell {
      border-left: 0px; }

  #bf-info {
    display: none; }

  .inputfixed .bf_searchcell {
    border-left: 0px; }

  .chooseWeek .ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: calc(100% - 10px);
    margin: 0px;
    padding: 9px 5px; }
  .chooseWeek .ui-selectmenu-text {
    font-size: 1.5em !important; } }
@media all and (min-width: 901px) {
  .mobile-only {
    /*visibility: hidden;*/
    display: none; } }
@media all and (max-width: 900px) {
  #catsearch a {
    position: relative !important;
    margin-right: 5px !important;
    margin-top: -32px !important;
    height: 10px !important;
    overflow: visible !important;
    width: 10px !important;
    float: right !important; }

  #bf_weekimg {
    width: 100% !important;
    height: calc(100% - 10px) !important;
    margin: 0px !important; }

  .mobile-only {
    /*visibility: visible;*/
    display: block; }

  .no-mobile {
    display: none !important; }

  .bf_groupimage {
    display: none; }

  div:not(.fixed) .anchor_nav_mobile .ui-selectmenu-button.ui-button {
    width: calc(100% - 11px); }

  div.fixed .anchor_nav_mobile .ui-selectmenu-button.ui-button {
    width: calc(100% - 10px); }

  .anchor_nav_mobile .ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: calc(100% - 10px);
    height: 18px;
    margin: 0px;
    padding: 9px 5px;
    border: 0px solid #00a5db; }
  .anchor_nav_mobile .ui-selectmenu-text {
    font-size: 1em !important; }
  .anchor_nav_mobile ul {
    border: none; }

  #menucontainer_category li.ui-menu-item div {
    font-size: 0.8em; }

  .anchor_nav ul {
    display: none; }

  .fixed .bf_searchcell input {
    padding: 5px 0 0; } }
@media all and (max-width: 600px) {
  .anchor_nav_mobile .ui-selectmenu-text {
    font-size: 14px !important; }

  .headerWrapper .logo_text span {
    font-size: 14px !important; }

  form#catsearch input {
    min-width: 10px !important; }

  input::placeholder {
    color: white;
    font-size: 14px !important; }

  input::-ms-input-placeholder {
    color: white;
    font-size: 14px !important; }

  input::-ms-placeholder {
    color: white;
    font-size: 14px !important; }

  input::-moz-placeholder {
    color: white;
    font-size: 14px !important; }

  input::-webkit-placeholder {
    color: white;
    font-size: 14px !important; }

  .bf_searchcell input {
    padding: 0 !important;
    overflow: visible;
    height: 100% !important;
    width: calc(100% - 5px) !important; } }
@media all and (max-width: 1035px) and (min-width: 900px) {
  .bf_top .bf_cell {
    font-size: 9px;
    padding: 0;
    text-align: center; } }
.ui-widget-content, .ui-selectmenu-text {
  color: #00a5db !important; }

#menucontainer_category .ui-selectmenu-text {
  color: #00a5db; }
#menucontainer_category .ui-selectmenu-menu .ui-menu {
  padding-right: 4px;
  margin-left: -1px;
  position: relative; }
#menucontainer_category .ui-selectmenu-open {
  position: fixed !important; }

#menucontainer_week .ui-selectmenu-open {
  position: fixed !important; }
#menucontainer_week .ui-selectmenu-menu {
  z-index: 1000; }

div.bf_pricelist {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 27px;
  background: #00a5db;
  border: 0px;
  text-align: center;
  padding-top: 6px; }
  div.bf_pricelist a {
    color: white;
    text-decoration: none; }

#bf_table .bf_content .highlight {
  background: #D7EDF8 !important;
  font-size: 1em; }

.searchResult {
  display: block;
  background: orange; }

.noSearchResult {
  display: none; }

#bf_weekimg {
  width: calc(100% - 20px);
  height: calc(100% - 25px);
  position: absolute;
  margin: 10px 0 0 10px; }

form#catsearch {
  display: flex; }

form.headerform {
  display: flex;
  background: #D7EDF8;
  border-bottom: 1px solid #38A6DD;
  overflow: hidden;
  height: 56px; }

#filter {
  align-items: center; }
  #filter select {
    height: 40px; }

span#change_filter-button {
  height: 36px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  border: 0px solid black; }

form#catsearch input {
  line-height: initial !important;
  height: 32px;
  min-width: 100%;
  margin: 10px 0;
  border: 1px solid white;
  padding-left: 5px; }
  form#catsearch input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #38A6DD;
    font-size: 14px; }
  form#catsearch input::-moz-placeholder {
    /* Firefox 19+ */
    color: #38A6DD;
    font-size: 14px; }
  form#catsearch input:-ms-input-placeholder {
    /* IE 10+ */
    color: #38A6DD;
    font-size: 14px; }
  form#catsearch input:-moz-placeholder {
    /* Firefox 18- */
    color: #38A6DD;
    font-size: 14px; }

#catsearch a {
  position: relative;
  margin-left: -14px;
  margin-top: 14px;
  height: 10px;
  overflow: visible;
  width: 10px;
  float: right; }

form#catsearch input {
  line-height: initial !important; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  line-height: 12px !important; }

@media all and (max-width: 900px) {
  #filter {
    width: calc(100% - 80px);
    background: none;
    margin-top: -6px;
    margin-left: 1px; }

  span#change_filter-button {
    width: calc(100% - 2px);
    padding-left: 6px; } }

/*# sourceMappingURL=styles.css.map */
