/******************* BASIC STYLING **********************/

.scroll_tabs_container {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  height: 40px;
  margin-bottom: 0px;
}

ul.scroll_tabs_container {
  list-style: none;
}

.scroll_tabs_container div.scroll_tab_inner {
  height: 20px;
}

.scroll_tabs_container div.scroll_tab_inner span,
.scroll_tabs_container div.scroll_tab_inner li {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 14px;
  background-color: #cccccc;
  color: #333333;
  cursor: pointer;
}

.scroll_tabs_container div.scroll_tab_inner li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  list-style-type: none;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_container .scroll_tab_left_button {
  height: 20px;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_container .scroll_tab_left_button::before {
  content: '\25C0';
  line-height: 20px;
  padding-left: 5px;
}

.scroll_tabs_container .scroll_tab_left_button_over {
  background-color: #999999;
}

.scroll_tabs_container .scroll_tab_left_button_disabled {
  color: #aaaaaa;
  background-color: #cccccc;
}

.scroll_tabs_container .scroll_tab_right_button {
  height: 20px;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_container .scroll_tab_right_button::before {
  content: '\25B6';
  line-height: 20px;
  padding-left: 5px;
}

.scroll_tabs_container .scroll_tab_right_button_over {
  background-color: #999999;
}

.scroll_tabs_container .scroll_tab_right_button_disabled {
  color: #aaaaaa;
  background-color: #cccccc;
}
/****************** LIGHT THEME **************************/

.scroll_tabs_theme_light {
  height: 22px;
}

.scroll_tabs_theme_light div.scroll_tab_inner {
  height: 22px;
  border-bottom: 1px solid var(--grey02);
}

.scroll_tabs_theme_light div.scroll_tab_inner span,
.scroll_tabs_theme_light div.scroll_tab_inner li {
  padding-left: 6px;
  padding-right: 6px;
  line-height: 22px;
  font-size: 12px;
  background-color: #cccccc;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  color: #333333;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdd0db), to(#f0f3f5));
  background: linear-gradient(180deg, #bdd0db, #f0f3f5);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-right: 2px;
  border: 0px solid transparent;
  border-top: 0px solid var(--grey04);
  color: #73818f;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 600;
  height: 21px;
  line-height: 22px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span:hover,
.scroll_tabs_theme_light div.scroll_tab_inner li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeebc), to(#ffc107));
  background: linear-gradient(180deg, #ffeebc, #ffc107);
  border: 0px solid transparent;
  border-top: 0px solid var(--grey04);
  color: var(--blue01);
  border-bottom: 0px solid var(--orange02) !important;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.active,
.scroll_tabs_theme_light div.scroll_tab_inner li.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#24679e), to(#00314e)) !important;
  background: linear-gradient(180deg, #24679e, #00314e) !important;
  background-color: #00314e !important;
  border-color: #00314e #00314e #00314e !important;
  border: 0px solid transparent;
  border-top: 0px solid var(--grey04);
  color: #fff;
  border-bottom: 0px solid var(--orange01) !important;
  line-height: 21px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.active:hover,
.scroll_tabs_theme_light div.scroll_tab_inner li.active:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#24679e), to(#00314e)) !important;
  background: linear-gradient(180deg, #24679e, #00314e) !important;
  background-color: #00314e !important;
  border-color: #00314e #00314e #00314e !important;
  border: 0px solid transparent;
  border-top: 0px solid var(--grey04);
  color: var(--grey04);
  border-bottom: 0px solid var(--orange01) !important;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first,
.scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_first {
  border-left: 0px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 10px;
  background-color: #cccccc;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none !important;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #cccccc;
  border-left: 0px;
  border-right: 1px solid #999999;
  display: none !important;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over,
.scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_over {
  background-color: #999999;
}
/*.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first_over {
background-color: #999999;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher_over {
background-color: #999999;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher_over {
background-color: #999999;
}*/
/*.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher_selected {
background-color: #AAAAAA;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher_selected {
background-color: #AAAAAA;
}*/

.scroll_tabs_theme_light .scroll_tab_left_button {
  height: 22px;
  background-color: transparent;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0px;
  border: 1px solid var(--grey04);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* border-bottom: 1px solid var(--grey03); */
  background: -webkit-gradient(linear, left top, left bottom, from(#bdd0db), to(#f0f3f5));
  background: linear-gradient(180deg, #bdd0db, #f0f3f5);
  color: var(--grey02);
}

.scroll_tabs_theme_light .scroll_tab_left_button::before {
  content: '\25C0' !important;
  line-height: 12px !important;
  padding-left: 6px !important;
  padding-top: 1px !important;
  display: block;
  content: '\e00b';
  font-family: 'tmafont' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
}

.scroll_tabs_theme_light .scroll_tab_left_button_over {
  /*
background: -webkit-gradient(linear, left top, left bottom, from(#ffeebc), to(#ffc107));
background: linear-gradient(180deg, #ffeebc, #ffc107);
border: 1px solid var(--grey04);
border-bottom: 1px solid var(--grey03);
color: var(--blue01);
*/
  background: -webkit-gradient(linear, left top, left bottom, from(#639ac7), to(#f0f3f5));
  background: linear-gradient(180deg, #639ac7, #f0f3f5);
  color: var(--blue05);
  background: -webkit-gradient(linear, left bottom, left top, from(#f0f3f5), to(#639ac7));
  background: linear-gradient(0deg, #f0f3f5, #639ac7);
  color: var(--blue05);
}

.scroll_tabs_theme_light .scroll_tab_left_button_over::before {
  /* padding-left: 5px; */
  color: var(--blue05);
}

.scroll_tabs_theme_light .scroll_tab_left_button_disabled {
  background: transparent !important;
  border: 1px solid var(--grey04);
  color: var(--grey04);
}

.scroll_tabs_theme_light .scroll_tab_left_button_disabled::before {
  color: var(--grey04);
}

.scroll_tabs_theme_light .scroll_tab_right_button {
  height: 22px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0px;
  background-color: transparent;
  border: 1px solid var(--grey04);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* border-bottom: 1px solid var(--grey03); */
  background: -webkit-gradient(linear, left top, left bottom, from(#bdd0db), to(#f0f3f5));
  background: linear-gradient(180deg, #bdd0db, #f0f3f5);
  color: var(--grey02);
}

.scroll_tabs_theme_light .scroll_tab_right_button::before {
  content: '\25B6' !important;
  line-height: 12px !important;
  padding-left: 5px !important;
  padding-left: 6px !important;
  padding-top: 1px;
  display: block;
  content: '\e001';
  font-family: 'tmafont' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
}

.scroll_tabs_theme_light .scroll_tab_right_button_over {
  /*
background: -webkit-gradient(linear, left top, left bottom, from(#ffeebc), to(#ffc107));
background: linear-gradient(180deg, #ffeebc, #ffc107);
border: 1px solid var(--grey04);
border-bottom: 1px solid var(--grey03);
*/
  /*
background: -webkit-gradient(linear, left top, left bottom, from(#24679e), to(#00314e)) !important;
background: linear-gradient(180deg, #24679e, #00314e) !important;
*/
  background: -webkit-gradient(linear, left top, left bottom, from(#639ac7), to(#f0f3f5));
  background: linear-gradient(180deg, #639ac7, #f0f3f5);
  color: var(--blue05);
  background: -webkit-gradient(linear, left bottom, left top, from(#f0f3f5), to(#639ac7));
  background: linear-gradient(0deg, #f0f3f5, #639ac7);
  color: var(--blue05);
}

.scroll_tabs_theme_light .scroll_tab_right_button_over::before {
  /* padding-left: 7px; */
  color: var(--blue05);
}

.scroll_tabs_theme_light .scroll_tab_right_button_disabled {
  background: transparent !important;
  border: 1px solid var(--grey04);
  color: var(--grey04);
}

.scroll_tabs_theme_light .scroll_tab_right_button_disabled::before {
  color: var(--grey04);
}

.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected,
.scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected {
  background-color: #aaaaaa;
}
/*.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first_selected {
background-color: #AAAAAA;
}*/
/****************** DARK THEME **************************/

.scroll_tabs_theme_dark {
  height: 42px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner {
  height: 42px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span,
.scroll_tabs_theme_dark div.scroll_tab_inner li {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 14px;
  background-color: #333333;
  border-left: 1px solid #222222;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  color: #ffffff;
  cursor: pointer;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_first,
.scroll_tabs_theme_dark div.scroll_tab_inner li.scroll_tab_first {
  border-left: 0px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0px;
  border-right: 1px solid #222222;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_over,
.scroll_tabs_theme_dark div.scroll_tab_inner li.scroll_tab_over {
  background-color: #555555;
}

.scroll_tabs_theme_dark .scroll_tab_left_button {
  height: 42px;
  background-color: #333333;
  color: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #222222;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_theme_dark .scroll_tab_left_button::before {
  content: '\25C0';
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_theme_dark .scroll_tab_left_button_over {
  background-color: #666666;
}

.scroll_tabs_theme_dark .scroll_tab_left_button_disabled {
  color: #444444;
  background-color: #333333;
}

.scroll_tabs_theme_dark .scroll_tab_right_button {
  height: 42px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #333333;
  border: 1px solid #222222;
  color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_theme_dark .scroll_tab_right_button::before {
  content: '\25B6';
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_theme_dark .scroll_tab_right_button_over {
  background-color: #666666;
}

.scroll_tabs_theme_dark .scroll_tab_right_button_disabled {
  color: #444444;
  background-color: #333333;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.tab_selected,
.scroll_tabs_theme_dark div.scroll_tab_inner li.tab_selected {
  background-color: #666666;
}

.tabclickcontent {
  display: none;
  padding: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid var(--grey04);
  border-top: 0px solid transparent;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 12px;
  background-color: var(--grey03);
  min-height: 300px;
}

.tabclick_autoheight .tabclickcontent {
  min-height: auto;
}

.ti-tabs {
  padding: 0px !important;
  padding-left: 2px !important;
  background: transparent !important;
  display: inherit;
}

.ti-tabs:first-child {
  padding-left: 2px !important;
}

#maindiv .tabclick_main .ti-tabs.tab-pin {
  display: none;
}

#maindiv .tabclick_main.active .ti-tabs.tab-pin {
  display: inherit;
}

#maindiv #newtab {
  background: -webkit-gradient(linear, left bottom, left top, from(#bdd0db), to(#fff));
  background: linear-gradient(0deg, #bdd0db, #fff);
  border-bottom: 0px solid var(--grey06);
  max-width: 100vw;
}

#maindiv #newtab .scroll_tabs_theme_light {
  height: 20px;
}

#maindiv .maintabsnew {
  margin-top: 0px;
  padding-top: 2px;
}

#maindiv .maintabsnew .scroll_tab_inner {
  border-bottom: 0px solid var(--grey04);
  height: 25px;
  max-width: 100vw;
}

#maindiv .maintabsnew div.scroll_tab_inner span {
  font-size: 12px;
  height: 25px;
  line-height: 22px;
}

#maindiv .maintabsnew div.scroll_tab_inner span div i {
  font-size: 13px;
  margin-top: 1px;
}

#maindiv .maintabsnew div.scroll_tabs_theme_light div.scroll_tab_inner span {
  color: #8eaac2 !important;
  border: 1px solid var(--grey05) !important;
  border-bottom: 1px solid #bdd0db !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#dae5eb), to(#f0f3f5)) !important;
  background: linear-gradient(0deg, #dae5eb, #f0f3f5) !important;
}

#maindiv .maintabsnew div.scroll_tabs_theme_light div.scroll_tab_inner span.active {
  /* border-bottom: 2px solid var(--orange01) !important; */
  border: 1px solid var(--grey06) !important;
  border-bottom: 0px solid #f0f3f5 !important;
  color: var(--blue01);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff8e2), to(#f0f3f5)) !important;
  background: linear-gradient(180deg, #fff8e2, #f0f3f5) !important;
  color: var(--blue01) !important;
}

#maindiv .maintabsnew div.scroll_tabs_theme_light div.scroll_tab_inner span:hover {
  /* border-bottom: 2px solid var(--orange04) !important; */
  border: 1px solid var(--grey06) !important;
  border-bottom: 1px solid #bdd0db !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#dae5eb), to(#f0f3f5)) !important;
  background: linear-gradient(180deg, #dae5eb, #f0f3f5) !important;
  color: var(--grey01) !important;
}

#maindiv .maintabsnew div.scroll_tabs_theme_light div.scroll_tab_inner span.active:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7eac3), to(#f0f3f5)) !important;
  background: linear-gradient(180deg, #f7eac3, #f0f3f5) !important;
  color: var(--grey01) !important;
  border: 1px solid var(--grey06) !important;
  border-bottom: 0px solid #f0f3f5 !important;
}

#maindiv .maintabsnew div.scroll_tabs_theme_light div.scroll_tab_inner span.active.loading:hover {
  color: var(--green01) !important;
}

#maindiv .maintabsnew div.scroll_tabs_theme_light div.scroll_tab_inner span.active.loading {
  color: var(--green01) !important;
}

#maindiv .maintabsnew div.scroll_tabs_theme_light div.scroll_tab_inner span.tabclick_main {
  /* display: inline-flex !important; */
  /* display: inline-flex !important; */
  /* transition: all 0.5s ease; */
}

#maindiv .maintabsnew div.scroll_tabs_theme_light div.scroll_tab_inner span.tabclick_main:hover {
  /* display: inline-flex !important; */
  /* display: inline-flex !important; */
}

#maindiv .maintabsnew div.scroll_tabs_theme_light div.scroll_tab_inner span.tabclick_main.active {
  /* display: inline-flex !important; */
  /* display: inline-flex !important; */
}

#maindiv .maintabsnew div.scroll_tabs_theme_light div.scroll_tab_inner span.tabclick_main.active:hover {
  /* display: inline-flex !important; */
  /* display: inline-flex !important; */
}

#maindiv .tabclick_main.edit .tab-pin {
  display: none !important;
}

#maindiv .tabclick_main.view .tab-pin {
  display: none !important;
}

#maindiv .tabclick_main.active.edit .tab-pin {
  display: none !important;
}

#maindiv .tabclick_main.active.view .tab-pin {
  display: none !important;
}

#maindiv .tabclick_main.edit .tma-circle {
  color: var(--red01);
}

#maindiv .tabclick_main.active:hover div i:hover {
  color: var(--blue01);
}

#maindiv .scroll_tabs_theme_light div.scroll_tab_inner span.tabclick_main {
  padding-right: 6px;
}

#maindiv #tabs_2_menu.scroll_tabs_theme_light .scroll_tab_right_button {
  height: 25px;
}

#maindiv #tabs_2_menu.scroll_tabs_theme_light .scroll_tab_left_button {
  height: 25px;
}

#maindiv .maintabsnew div.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_button::before {
  line-height: 22px;
}

#maindiv .maintabsnew div.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_button::before {
  line-height: 22px;
}

#maindiv .tabs_frame #tabdisablerer {
  position: absolute;
  width: 100%;
  /*
    height: 22px;
    margin-top: -22px;
    */
  height: 54px;
  margin-top: -54px;
  z-index: 99999999;
  display: none;
}
