/*
 * #########################################
 * ARES_style.scss
 * Main stylesheet for ARES portal docs
 * Compiled from: style/sass/ARES_style.scss
 * Compile to: style/ARES_style.css
 * ######################################### */
/* ##### CSS ##### */
* {
  font-family: Courier, Courier New, monospace;
}

@media print {
  * {
    border: none;
  }

  INPUT, SELECT, TEXTAREA {
    border: none;
    background: none;
  }

  .noprint {
    display: none;
  }
}
/* ### ELEMENTS ### */
INPUT {
  font-size: 0.9em;
}

SELECT {
  background: transparent;
  font-size: 0.9em;
}

SELECT:focus {
  background-color: #ffffc8;
}

TEXTAREA {
  border: solid 1px lightgrey;
  overflow: hidden;
  padding: 0;
  outline: none;
  /*	background-color: #D0D0D0; */
  background-color: white;
  font-size: 0.9em;
}

/* ### CLASSES ### */
.actdiv {
  display: none;
}

.actstamp {
  width: 60px;
  display: none;
}

.bg-grn {
  background-color: #c8f0b4;
}

.bg-blu {
  background-color: #dcdcff;
}

.bg-red {
  background-color: #ffdcdc;
}

.bg-ylo {
  background-color: #ffff78;
}

.bg-blk {
  background-color: black;
  color: lightgrey;
}

.bg-wht {
  background-color: white;
}

.combut {
  padding: 2px;
  text-align: center;
  font-size: 12px;
  width: 60px;
  border: solid 1px grey;
  background-color: #ffc8c8;
}

.container {
  width: 100%;
}

.location {
  width: 78px;
  text-align: center;
}

.menu {
  position: absolute;
  top: 0px;
  overflow: auto;
  border: none;
  height: 100%;
  width: 170px;
}

.main {
  position: absolute;
  top: 0px;
  left: 176px;
  overflow: auto;
  border: none;
  height: 100%;
  width: -webkit-calc(100% - 176px);
  width: -moz-calc(100% - 176px);
  width: calc(100% - 176px);
}

.px40 {
  width: 42px;
}

.px60 {
  width: 60px;
}

.px80 {
  width: 88px;
}

.px100 {
  width: 100px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 260px;
  background-color: lightgrey;
  color: black;
  text-align: left;
  font-size: 11px;
  padding: 5px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -130px;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent lightgrey transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.topknot {
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* ### IDS ### */
#alertmsg {
  position: fixed;
  top: -60px;
  left: -3px;
  width: 100%;
  height: 50px;
  border: solid 2px red;
  overflow: hidden;
  z-index: 1000;
}

#table_memstatus TD {
  font-size: 11px;
}

/*# sourceMappingURL=ARES_style.css.map */
