.tNavigation {
  padding: 4px 0;
  display: flex;
  width: 100%;
}
.tNavigation_button {
  flex: 0 100 auto;
  min-width: 64px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 2px 8px;
  margin: 0 0 0 -1px;
  border: 1px solid var(--gray-d);
  border-radius: 0;
  background-color: var(--gray-f);
  font-size: var(--font-size);
  color: var(--gray-0);
  text-align: left;
  height: 3.6em;
}
.tNavigation_button:first-child {
  min-width: 31px;
  margin-left: 0px;
}
.tNavigation_button:last-child {
  flex: 0 1 auto;
}
.tNavigation_button:hover {
  flex: 0 0 auto;
}
.tNavigation_button:last-child:hover {
  flex: 0 1 auto;
}
.tNavigation_buttonPart {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 130%;
}
.tNavigation_buttonPart-desc {
  font-size: 90%;
  font-weight: 200;
}
.tNavigation_button:hover {
  background-color: var(--gray-a);
  border-color: var(--gray-8);
  z-index: 1;
}

.tSidebar {
  box-sizing: border-box;
  width: 360px;
  background-color: var(--gray-e);
  border-right: 1px solid var(--gray-d);
  color: var(--gray-0);
  height: 100%;
  overflow: hidden;
  transition: 0.5s all;
}
.tSidebar_main {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px 40px 16px;
  height: 100%;
  overflow-y: scroll;
}
.tSidebar-editorMode {
  position: absolute;
  width: 480px;
}
.tSidebar-editorMode .tSidebar_main {
  width: 320px;
}
.tSidebar-editorMode .toolBar {
  display: block;
}
.tSidebar-editorMode .tList, .tSidebar-editorMode .tTasks {
  display: none;
}
.tSidebar-hidden {
  transform: translate(-320px, 0);
  width: 360px;
}
.tSidebar-hidden .toolBar {
  width: 40px;
}
.tSidebar-hidden .toolIcon_text {
  display: none;
}

.tSidebar_logo {
  opacity: 0.4;
  width: 133px;
  height: 30px;
  background-image: url('../../triobo-bw.png');
  background-size: 133px 30px;
  background-repeat: no-repeat;
  margin-bottom: 8px;
}
.darkTheme .tSidebar_logo {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.tSidebar_sectionTitle {
  color: var(--primary-color);
  font-size: 140%;
  margin: 24px 0 8px;
  clear: left;
}
.tSidebar_sectionTitle-first {
  margin-top: 4px;
}
.tList_sidebarThumbnail {
  float: left;
  border: 1px solid var(--gray-d);
  font-size: 0;
  width: 100px;
  margin: 0 8px 8px 0;
}
.tList_sidebarThumbnail img {
  width: 100%;
  object-fit: cover;
}
.tList_sidebarLogo {
  font-size: 0;
  width: 100%;
  height: 80px;
  margin: 8px 0;
}
.tList_sidebarLogo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.tList_sidebarCategoryThumbnail {
  font-size: 0;
  width: 100%;
  height: 228px;
  margin: 8px 0;
  border: 1px solid var(--gray-d);
}
.tList_sidebarCategoryThumbnail img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .tSidebar {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
  }
  .tSidebar_main {
    width: 100%;
    padding: 8px 8px 40px 8px;
    overflow: auto;
  }
  .tSidebar-editorMode {
    width: 480px;
    height: 100%;
  }
  .tSidebar-hidden {
    width: 360px;
  }

  .tList_sidebarLogo, .tList_sidebarThumbnail {
    width: calc(33% - 8px);
    float: left;
    margin-right: 8px;
  }
}

.tSidebar_title {
  color: var(--primary-color);
  font-size: 200%;
  margin: 4px 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 130%;
}
.tSidebar_small {
  font-size: var(--font-size-small);
}
.tSidebar_description {
  margin: 4px 0;
  color: var(--gray-4);
  white-space: pre-wrap;
}
.tSidebar_companyName {
  font-weight: 600;
  margin: 4px 0;
  color: var(--gray-4);
}
.tSidebar_minibutton {
  float: right;
  margin-top: 0.4em;
  cursor: pointer;
  color: var(--gray-4);
}
.tSidebar_minibutton:hover {
  color: var(--gray-0);
}

.tSidebar_buttonGroup {
  clear: both;
  margin: 8px 0 16px;
}
.previewMode .tSidebar_buttonGroup-editingMode {
  display: none;
}
.proofreadingMode .tSidebar_buttonGroup-editingMode {
  display: none;
}
.tSidebar_button {
  position: relative;
  margin: 0 4px 4px 0;
  border: 1px solid var(--gray-d);
  font-size: var(--font-size);
  background-color: var(--gray-f);
  color: var(--gray-0);
  text-align: left;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 3px;
  padding: 8px;
}
.tSidebar_button:hover {
  border-color: var(--gray-8);
  background-color: var(--gray-a);
}
.tSidebar_button-square {
  padding: 2px;
  width: calc(33% - 2px);
  height: 78px;
  vertical-align: middle;
  margin: 0 2px 2px 0;
  text-align: center;
  border: 1px solid var(--gray-d);
  background-color: var(--gray-f);
  color: var(--gray-0);
}
.tSidebar_button-square i {
  display: block;
  font-size: 21px;
  position: absolute;
  bottom: 42px;
  left: 2px;
  right: 2px;
  margin: 0 auto;
}
.tSidebar_button-square span {
  display: block;
  font-size: var(--font-size);
  line-height: 1;
  position: absolute;
  top: 42px;
  left: 2px;
  right: 2px;
  margin: 0 auto;
}

.tSidebar_button i {
  line-height: 0.8;
  vertical-align: bottom;
  padding-bottom: 1px;
}

.tSidebar_button-admin i {
  color: #0aa;
}
.tSidebar_button-withStatus {
  padding-left: 16px;
}
.tSidebar_button-withStatus:before {
  content: " ";
  display: block;
  position: absolute;
  left: 6px;
  top: 11px;
  width: 4px;
  height: 10px;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
  background-color: var(--passiveLED);
}
.tSidebar_button-on:before, .tSidebar_button-published:before {
  background-color: var(--activeLED);
}
.tSidebar_button-notPublished:before {
  background-color: var(--passiveLED);
}
.tSidebar_button-outdated:before {
  background-color: var(--warningLED);
}
.tSidebar_button-prepared:before {
  background-color: rgb(0, 128, 0);
}
.tSidebar_button-hidden {
  display: none;
}

.tList_sidebarJobStatus {
  background-color: var(--gray-f);
  padding: 8px;
}
.tList_sidebarJobAbort {
  float: right;
  width: 32px;
  height: 32px;
  padding: 4px;
  margin: 12px 0 8px 4px;
  border: 1px solid var(--gray-d);
  font-size: 14px;
  background-color: transparent;
  text-align: center;
  color: var(--gray-4);
}
.tList_sidebarJobAbort:hover {
  border-color: var(--gray-8);
  background-color: var(--gray-a);
}
.tList_sidebarJobProgress {
  box-sizing: border-box;
  height: 8px;
  border: 1px solid var(--gray-d);
  position: relative;
  width: calc(100% - 36px);
}
.tList_sidebarJobProgress div {
  background-color: var(--activeLED);
  height: 100%;
}
.tList_sidebarJobPercents {
  text-align: center;
  color: var(--gray-8);
}
.tList_sidebarJobDesc {
  text-align: center;
  color: var(--gray-8);
}

.tSidebar_comboButton {
  box-sizing: border-box;
  width: calc(100% + 6px);
  margin: 4px -6px;
  padding: 4px;
  font-size: var(--font-size);
  border: 1px solid transparent;
  text-align: left;
  color: var(--gray-1);
  cursor: pointer;
}
.tSidebar_comboButton:hover {
  border-color: var(--gray-8);
  background-color: var(--gray-a);
}
.tSidebar_comboButtonIcon {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin-right: 4px;
  background-color: #fff;
  border: 1px solid var(--gray-d);
  border-radius: 8px;
  object-fit: contain;
}
.tSidebar_comboButton-big .tSidebar_comboButtonIcon {
  display: block;
  width: 96px;
  height: 96px;
  margin: 16px auto;
}

.tSidebar_comboButtonProperties {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 54px);
}
.tSidebar_comboButton-big .tSidebar_comboButtonProperties {
  display: block;
  width: 100%;
  text-align: center;
}
.tSidebar_comboButtonProperties p {
  margin: 0;
}
.tSidebar_comboButtonTitle {
  color: var(--gray-0);
  font-size: 120%;
  font-weight: 200;
}
.tSidebar_comboButtonInfo {
  color: var(--gray-8);
  text-overflow: ellipsis;
  overflow: hidden;
}
.tSidebar_comboButtonInfo span {
  margin-right: 8px;
}


.tFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 360px;
  background-color: var(--gray-d);
}
@media screen and (max-width: 600px) {
  .tFooter {
    width: 100%;
  }
}
.tFooter_button {
  padding: 8px 4px;
  margin: 0;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: var(--font-size);
  text-align: left;
  color: var(--gray-4);
  line-height: 0.9;
}
.tFooter_button:hover {
  border-color: var(--gray-8);
  background-color: var(--gray-a);
}
.tFooter_button-user {
  padding: 3px 4px 2px;
  width: calc(100% - 74px);
}

.tFooter_button-user i {
  float: left;
  padding: 5px 4px 6px 0;
}
.tFooter_button-user p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 2px 0;
}
.tFooter_publisherName {
  font-size: var(--font-size-small);
  color: var(--gray-6);
}
.tFooter_rightButtons {
  float: right;
}
.tSidebar_formItem {
  padding: 8px;
  margin: 8px 0;
  border: 1px solid var(--gray-b);
}
.tSidebar_formLabel {
  margin: 4px 0;
  font-weight: bold;
}
.tSidebar_formOption {
  margin: 4px 0 2px;
}
.tSidebar_formOptionValue {
  float: right;
}
.tSidebar_formOptionBar {
  height: 4px;
  margin: 0 0 8px;
}
.tSidebar_formOptionInnerBar {
  height: 100%;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
  background-color: var(--activeLED);
}

.tSidebar_article {
  padding: 4px;
  margin: 4px 0;
  border: 1px solid var(--gray-b);
  cursor: pointer;
}
.tSidebar_article:hover {
  border-color: var(--gray-8);
  background-color: var(--gray-a);
}
.tSidebarArticle_title {
  font-weight: bold;
}
