.table-container  {
  /* transition: 1s all; */
  background-color: white;
  padding: 2%;
  width: 90%;
  height: 84%;
  position: absolute;
  left: 5%;
  top: 12%;
  font-family: "Lato";
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border-radius: 0.2vw;
}

/* tbody > tr:hover {
  background-color: rgb(219, 219, 219);
} */

.loading-bars {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 14vw;
  height: 10vw;
  display: flex;
  flex-direction: row;
}

.chart-button {
  width: 25px;
  height: 25px;
  background-image: url("../images/chart-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.chart-container  {
  display: none;
  background-color: white;
  padding: 2%;
  width: 73%;  /* 71 */
  height: 84%; /* 84 */
  position: absolute;
  right: 3%; /* 5 */
  top: 12%;
  font-family: "Lato";
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border-radius: 0.2vw;
  background: lightgray;  /*rgba(30,30,30,1); */
}

.chart-holder {
  position: absolute;
  width: 100%;
  height: 100%; /* 80 */
  top: 0; /* 10 */
  left: 0;
  bottom: 0;
}

.chart-title {
  position: absolute;
  width: 100%;
  height: 8%;
  bottom: 1%;
  left: 0%;
  font-size: 1.3vw;
  text-align: center;
}

.datetimepicker-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}

#datetimepicker1 {
  padding-left: 2px;
  font-size: 12px;
  text-align: center;
}

.picker {
  flex: 1;
  height: 100%;
}

.report-issue-container {
  margin-top: 15%;
  width: 100%;
}

.report-issue-label-container {
  position: relative;
}

.report-issue-label {
  position: relative;
  font-family: "Lato";
  font-size: 1vw;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5%;
  text-align: center;
}

#s2id_issue-type-select2, #s2id_issue-status-select2, #s2id_assignment-select2 {
  width: 100%;
  height: 2.2vw;
  font-family: "Lato";
  font-size: 0.85vw;
  margin-bottom: 4%;
}

#s2id_issue-type-select2 .select2-chosen, #s2id_issue-status-select2 .select2-chosen, #s2id_assignment-select2 .select2-chosen {
  font-size: 0.85vw;
}

.report-issue-textarea {
  width: 100%;
  min-height: 200px;
  margin-bottom: 1%;
}

.save-report-button {
  width: 100%;
  font-family: "Lato";
  font-size: 0.9vw;
  text-transform: uppercase;
  background-color: rgb(13, 92, 201);
  color: white;
  font-weight: bold;
  padding: 0.5vw 1vw;
  text-align: center;
  margin-bottom: 2%;
  margin-top: 45px;
  cursor: pointer;
}

.cancel-edits-button {
  width: 100%;
  font-family: "Lato";
  font-size: 0.9vw;
  text-transform: uppercase;
  background-color: rgb(204, 46, 46);
  color: white;
  font-weight: bold;
  padding: 0.5vw 1vw;
  text-align: center;
  cursor: pointer;
}

.details-container {
  width: 100%;
}

.details-back-button {
  font-family: "Lato";
  font-size: 1vw;
  margin-bottom: 8%;
  text-transform: uppercase;
  color: rgb(157, 157, 157);
  font-weight: bold;
}

.details-back-button:hover {
  cursor: pointer;
  color: rgb(116, 116, 116);
}

.button-arrow {
  font-size: 1.6vw;
}

.detail-label {
  width: 100%;
  text-align: center;
  font-family: "Lato";
  font-size: 1vw;
  font-weight: bold;
  text-decoration: underline;
}

.detail-value {
  width: 100%;
  text-align: center;
  font-family: "Lato";
  font-size: 0.9vw;
  margin-bottom: 5%;
}

.edit-issue-container {
  margin-top: 15%;
  /* display: none; */
  position: relative;
  width: 100%;
  height: 70%;
}

.issue-details-container {
  margin-top: 15%;
  position: relative;
  width: 100%;
}

.issue-details-container {
  position: relative;
}

.issue-details-label {
  position: relative;
  font-family: "Lato";
  font-size: 1vw;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1%;
  text-align: center;
}

.issue-details-status-label {
  width: 30%;
  text-align: left;
  font-family: "Lato";
  font-size: 0.9vw;
  border-bottom: 1px solid black;
  margin-top: 10%;
  margin-bottom: 2%;
}

.issue-details-status {
  width: 100%;
  text-align: left;
  font-family: "Lato";
  font-size: 0.9vw;
  margin-bottom: 10%;
}

.issue-details-type-label {
  width: 30%;
  text-align: left;
  font-family: "Lato";
  font-size: 0.9vw;
  border-bottom: 1px solid black;
  margin-top: 10%;
  margin-bottom: 2%;
}

.issue-details-type {
  width: 100%;
  text-align: left;
  font-family: "Lato";
  font-size: 0.9vw;
  margin-bottom: 10%;
}

.issue-details-notes-label {
  width: 35%;
  text-align: left;
  font-family: "Lato";
  font-size: 0.9vw;
  border-bottom: 1px solid black;
  margin-top: 10%;
  margin-bottom: 2%;
}

.issue-details-notes {
  width: 100%;
  text-align: left;
  font-family: "Lato";
  font-size: 0.9vw;
  margin-bottom: 10%;
}

.issue-last-edit-container {
  position: relative;
}

#issue-last-edit {
  font-style: italic;
}

.edit-issue-details-button {
  width: 60%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 10%;
  font-family: "Lato";
  font-size: 0.9vw;
  text-transform: uppercase;
  background-color: rgb(13, 92, 201);
  color: white;
  font-weight: bold;
  padding: 0.5vw 1vw;
  text-align: center;
  cursor: pointer;
}

.truncated-text {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncated-text-80 {
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1350px) {
  .truncated-text-80 {
    max-width: 80px;
  }
}

/* .issue-edit-history-toggle {
  position: absolute;
  width: 1.2vw;
  height: 1.2vw;
  line-height: 1.2vw;
  right: -1.2vw;
  top: 1%;
  text-align: center;
  padding: 0.1vw;
  transform: scaleY(-1);
  background-color: #eee;
  border: 1px solid #ccc;
} */

/* .button-toggled {
  transform: scaleY(1);
} */

.issue-edit-history-title {
  text-align: center;
}

#issue-edit-history {
  display: none;
  width: 80%;
  margin: auto;
  font-family: "Lato";
  font-size: 0.9vw;
}

.bs-bars {
  width: 50%;
}

.form-control {
  display: inline-block;
  width: 45%;
}

.hidden {
  opacity: 1 !important;
  visibility:hidden !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
  height: auto;
}

.user-edits-table-margin {
  width: 100%;
  height: 50px;
}

.non-clickable {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed !important;
}

.tooltip > .tooltip-inner {
  font-size: 14px;
  max-width: 340px !important;
}

.export .btn {
  line-height: .2;
}

/* .glyphicon-filter {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: .9;
  float: left;
  display: block;
  background: url(/static/images/filter-delete2.png);
  background-size: cover;
  width: 16px;
  height: 16px;
  font-size: 0;
} */

.glyphicon-save, 
.glyphicon-collapse-down,
.glyphicon-collapse-up, 
.glyphicon-filter {
  width: 16px;
  height: 16px;
}

div.legendTooltip {
  position: absolute;
  text-align: left;
  width: auto;
  padding: 2px;
  font: 11px;
  font-weight: bold;
  font-size: 11px !important;
  background: rgb(0, 0, 0);
  border: 0px;
  border-radius: 4px;
  pointer-events: none;
}
