/**:not(i) {*/
/*  font-family: 'Tauri';*/
/*}*/

body.main {
  height: 100%;
  display: flex;
  flex-flow: column;
  background: #ebebeb;
}

#footer {
  flex: 0 1 auto;
  margin: 0;
  padding: 1px 20px;
  font-size: 8px;
  align-self: flex-start;
  font-family: Raleway, sans-serif;
  font-weight: bold;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
  /* h-oofset v-offest blur spread*/
  -moz-box-shadow: 0 -1px 2px 0px rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: 0 -1px 2px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0 -1px 2px 0px rgba(34, 36, 38, 0.15);
}

/* IE 6 */
* html #footer {
  position: absolute;
  top: expression(
    (
        0- (footer.offsetHeight)+
          (
            document.documentElement.clientHeight ?
              document.documentElement.clientHeight: document.body.clientHeight
          )+ (ignoreMe = document.documentElement.scrollTop ?
              document.documentElement.scrollTop: document.body.scrollTop)
      )+'px'
  );
}

a {
  color: #00b7ff;
}

.notVisible {
  visibility: hidden;
}

.disappear {
  display: none;
}

.forceDisappear {
  display: none !important;
}

.pointing {
  cursor: pointer;
}

.ui.basic.label {
  margin-top: 5px;
}

.nowrap {
  white-space: nowrap;
}

.spacer {
  height: 50px;
}

#notification {
  position: fixed;
  z-index: 2000;
  left: 100px;
  top: 50px;
  right: 100px;
}

.iziToast-wrapper {
  max-height: 400px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 2000;
}

.copyable {
  cursor: pointer;
}

/*.setWideMenu {*/
/*  width: 17% !important;*/
/*}*/

._top_message_box {
  box-shadow: 0 0 0 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  min-height: 0 !important;
}

.topBarLink {
  background: #fff;
  min-width: 400px;
}

.topBarLink a {
  line-height: 0.9 !important;
}

.version {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.menuContainer a.item:hover {
  border-right: 3px solid #008080;
}

.ui.tabular.menu.topBar {
  box-shadow: 0px -4px 20px 9px #c4c4c4 !important;
  border-bottom: 2px solid #ff3b01;
}

.topBar {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  height: 30px !important;
}

.topBar .mainMenu {
  order: 1;
  flex: 0 0 0;
}

.topBar .title {
  order: 2;
  width: 440px;
  flex: 0 0 auto;
}

.topBar .title .content,
.ui.basic.button.homeButton:hover,
.ui.dropdown.item.userDropdown:hover {
  background: none !important;
}

.topBar .message {
  order: 3;
  flex: 1 0 auto;
  background: pink;
}

.topBar .right.menu {
  order: 4;
  flex: 0 0 auto;
}

.userButton {
  box-shadow: none !important;
  margin: 0 !important;
  padding-top: 0.9em !important;
  text-align: right !important;
}

.homeButton {
  box-shadow: none !important;
  margin: 0 !important;
  padding-top: 0.9em !important;
  text-align: left !important;
}

.userButton .hidden {
  padding-right: 20px !important;
}

.homeButton .hidden {
  margin-left: 20px !important;
}

.appEnv {
  width: auto !important;
  padding: 5px !important;
  border-radius: inherit !important;
  left: 49% !important;
  z-index: 1000;
  text-transform: uppercase !important;
}

.ui.table thead tr th {
  border-top: 2px solid #ff3b00;
}

.inline.fields a {
  padding-left: 1em;
}
