/* a, a:visited, a:hover{
	color: #212837;
} */

#top_menu {
  /* border: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 1030;
    height: 3.75rem; */
  /* background-color: #FFF; */
  /* display: flex;
    flex-wrap: wrap;
    align-items: center; */
  /* justify-content: space-between; */
  /* transition: box-shadow .2s linear; */
  /* box-shadow: 0 6px 6px rgb(31 107 255 / 10%); */
}
#top-menu-company-name {
  font-size: 12pt;
  font-weight: bold;
  color: #253a6c;
  margin: 15px 0 10px 5px;
  float: left;
}
#top-menu-time {
  font-size: 12pt;
  font-weight: bold;
  color: #253a6c;
  margin: 15px 0 10px 5px;
  /* float: right; */
}
#toolbox {
  width: 100%;
  white-space: nowrap;
  flex: 1;
}

#toolbox-logo {
  float: left;
  margin-right: 15px;
  /* margin-top: 5px; */
  padding: 10px;
  width: 133px;
  background-image: url('/react/assets/img/pikselis-business3.png');
  background-size: 133px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
#toolbox-logo img {
  width: 133px;
}
#toolbox-logo a {
  font-size: 14pt;
  font-weight: bold;
  color: #253a6c;
}

#toolbox-caldav-icon {
  float: left;
  margin-top: 2px;
  padding: 5px;
}
#toolbox-caldav-icon-img {
  float: left;
  height: 32px;
}
#toolbox-logout {
  height: 32px;
  margin-top: 0px;
  padding: 0px;
}
#toolbox-caldav-icon-date {
  float: left;
  margin-top: 10px;
  text-decoration: none;
  color: #253a6c;
}
#toolbox-caldav-icon-date:visited {
  color: #253a6c;
}
#toolbox-select {
  /* float: right; */
  padding: 0px;
  margin-top: 0.6rem;
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    Liberation Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212837;
  /* background-color: #ebeef4; */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
#toolbox-select select {
  float: left;
  margin-top: 0px;
  border-color: var(--app-component-border-color);
  color: var(--app-component-color);
  background-color: var(--app-component-bg);
}
#toolbox-toolbar {
  float: left;
  /*margin-top: 7px; NO BUTTONS*/
  margin-top: 2px;
  padding: 5px;
}
#show_hide_menu {
  float: left;
  margin-top: 9px;
  padding: 5px;
  margin-left: 10px;
  margin-right: 5px;
}
#stick_unstick_toolbar {
  float: left;
  margin-top: 9px;
  padding: 5px;
}

#toolbox-toolbar table,
#toolbox-toolbar table td a {
  float: left;
  font-size: 10pt;
  height: 20px;
  text-decoration: none;
  color: #253a6c;
}
#toolbox-toolbar table td img {
  margin-top: 2px;
  text-decoration: none;
  color: #253a6c;
}
#toolbox-search-input {
  /* float: right; */
  /* margin-top: 0.6rem; */
  margin-left: 5px;
  /* margin: 0 auto 0 3.125rem; */
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    Liberation Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
#search-a-element {
  margin-top: -5px !important;
}
#toolbox-search-button {
  /* float: right; */
  /* margin-top: 0.6rem; */
  margin-left: 5px;
}
#toolbox-search-button button {
  /* color: var(--app-component-color);
    background-color: var(--app-header-input-bg); */

  background-color: var(--app-theme);
  border: 0px;

  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.4375rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 6px;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
#search-icon {
  height: 15px;
  width: 15px;
  margin-top: 0px;
}

#toolbox-login-name {
  /* float: right; */
  margin-top: 7px;
  margin-left: 10px;
  color: var(--app-component-color);
  font-size: 14pt;
  padding: 5px;
}
#toolbox-login-name a,
#toolbox-login-name a:visited {
  color: var(--app-component-color);
}
#toolbox-messaging {
  /* float: right; */
  margin: 5px;
  margin-top: 14px;
  height: 24px;
  width: 24px;
  color: var(--app-component-color);
  font-size: 14pt;
  background-color: rgb(0, 70, 110);
}
#toolbox-notifications {
  /* float: right; */
  margin: 5px;
  margin-top: 14px;
  height: 24px;
  width: 24px;
  color: #253a6c;
  font-size: 14pt;
  background-color: rgb(0, 70, 110);
}

#toolbox-logout {
  height: 24px;
  width: 24px;
  /* float: right; */
  margin: 14px 10px 10px 10px;
  background-image: url('/assets/img/logout_big.png');
  background-size: 24px 24px;
  cursor: pointer;
}

#login-photo {
  max-height: 35px;
  max-width: 35px;
  /* float: right; */
  margin-top: 7px;
  margin-left: 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
#toolbox-right {
  position: absolute;
  right: 0;
  z-index: 55;
  display: flex;

  background-color: var(--app-header-bg);
}
#toolbox .mobile-toggler {
  display: none;
}

#toolbox-toolbar table {
}

button.toolbar-button {
  /* background-color: #ccc; */
  background: var(--app-header-input-bg);
  color: var(--app-component-color);
  border-color: transparent;
  /*
	border: 1px solid #afafaf; */
  /* padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px; */
}

button.toolbar-button svg.fill {
  fill: var(--app-component-color);
}
button.toolbar-button svg path {
  stroke: var(--app-component-color);
}
button.toolbar-button img {
  margin-top: 0px !important;
}

.toolbar-task {
  float: left;
}

.toolbar-button .icon-title {
  color: var(--app-component-color);
}
#toolbox-search-button .pb-icon {
  float: none;
}
.toolbar-task .icon-title {
  margin-top: 2px;
}
@media screen and (max-width: 1534px) {
  .toolbar-task button .icon-title {
    display: none;
  }
}
@media screen and (min-width: 1535px) {
  .toolbar-task button .icon-title {
    display: block;
  }
}

.products-additional-filters {
  top: 50px;
  width: 350px;
  display: none;
  z-index: 902;
  background: var(--app-header-input-bg);
  position: absolute;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 14px;
  text-align: left;
  list-style-type: none;
  list-style-position: initial;
  list-style-image: initial;
  background-color: var(--app-header-input-bg);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.14902);
  border-right-color: rgba(0, 0, 0, 0.14902);
  border-bottom-color: rgba(0, 0, 0, 0.14902);
  border-left-color: rgba(0, 0, 0, 0.14902);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
  box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
}
.products-additional-filters h5 {
  margin-top: 5px;
  font-size: 10pt;
  color: #253a6c;
}
.products-additional-filters.activate {
  display: block;
  min-height: 160px;
  box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.2);
  padding: 5px 10px 10px;
  right: auto !important;
  left: 50px;
}
.products-additional-filters.activate > span {
  left: -30px;
}
.products-additional-filters form {
  font-size: 8pt;
  display: none;
}
.products-additional-filters.activate form {
  display: block;
}
.products-additional-filters label {
  font-size: 10pt;
}
.products-additional-filters #firstWindow {
  float: left;
  clear: both;
  margin-bottom: 10px;
}
.products-additional-filters .choiceInput {
  margin-bottom: 10px;
}
.products-additional-filters .choiceInput input {
  line-height: 20px;
  margin-bottom: -5px;
}
.products-additional-filters .choiceInput label {
  line-height: 20px;
}
.products-additional-filters.activate #user-settings {
  position: absolute;
  top: 0px;
}
.products-additional-filters .filter-line {
  margin-top: 10px;
  clear: both;
  float: left;
  width: 100%;
}
.products-additional-filters .filter-line input {
  padding: 0px 0px 0px 4px;
  /* float: right; */
}
.products-additional-filters .filter-line .filter-title {
  width: 50px;
  margin-right: 10px;
  font-size: 10pt;
}
.products-additional-filters .filter-line .filter-type {
  /* float: right !important; */
  margin-top: -4px !important;
  margin-right: 5px;
}
.products-additional-filters-button {
  padding: 2px;
  float: left;
}
.products-additional-filters-button .pb-icon {
  height: 24px;
  width: 24px;
}
.products-additional-filters-button .icon-title {
  padding-top: 5px;
}

.products-additional-filters .submit-area {
  /* float: right; */
  margin-top: 10px;
}

.additional-filters .badge {
  top: 5px;
  right: 0px;
  left: 5px;
  margin-right: 5px;
}

button.toolbar-button {
  border: 0px;
  /* padding-top: 5px;
	padding-bottom: 3px; */
  margin-bottom: 0px;
}
.create-toolbar button {
  margin-bottom: 0px;
}

#toolbox {
  /* background: #fdfdfd; */
}

.top-menu-item .mobile-search {
  height: 3.75rem;
  padding: 1.25rem;
  text-decoration: none;
  color: var(--app-header-color);
  display: none;
  align-items: center;
}
.top-menu-item .top-menu-label {
  position: absolute;
  top: 0.625rem;
  background: var(--app-theme);
  color: var(--app-theme-color);
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0 0.375rem;
  min-width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  right: 0.65rem;
}
.top-menu-icon {
  font-size: 1.25rem;
}
.mobile-search-dropdown {
  /* top: 3.75rem; */
  top: 10.75rem;
  /* display: none; */
}
/* @media screen and (max-width: 1024px) {
	.top-menu-item .mobile-search{
		display: flex;
	}
	#toolbox-search-button, #toolbox-search-input, #toolbox-select{
		display: none;
	}

} */

.top-menu-item .menu-link {
  height: 3.75rem;
  padding: 1.25rem;
  text-decoration: none;
  color: var(--app-header-color);
  display: flex;
  align-items: center;
}
.top-menu-item .menu-img {
  height: 2.25rem;
  width: 2.25rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-menu-item .menu-img img {
  height: 2.25rem;
  width: 2.25rem;
  object-fit: cover;
}
.top-menu-item .menu-text {
  font-weight: 600;
}
.top-menu-item .menu-img + .menu-text {
  margin-left: 0.5rem;
}

.dark-mode-black #toolbox-logo {
  filter: brightness(150%);
}
.toolbar-tasks {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  /* #toolbox-right{
		display: none;
		position: absolute;
	} */
  .toolbar-tasks {
    display: none;
    top: 3rem;
    padding: 0.5rem;
    position: absolute;
    z-index: 99;
  }
  #toolbox {
    position: absolute;
    z-index: 98;
  }
  #toolbox #toolbox-logo {
    left: 3rem;

    position: relative;
  }
  #top_menu.active .toolbar-tasks {
    display: block;
  }
  #top_menu.active #toolbox-right {
    display: block;
    width: 100%;
    background: #fff;
    display: flex;
    padding-top: 14rem;
  }
  #toolbox .mobile-toggler {
    display: block;
  }
  #top_menu.active .mobile-search-dropdown {
    display: flex;
  }
  #top_menu .top-user-item {
    float: right;
  }
}
