input:-webkit-autofill {
  transition: all 0s 50000s;
}

body {
  height: 100%;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.reveal_content {
  flex: 1 0 auto;
}

.reveal_content .container {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

.reveal_content_header {
  padding-right: 1.5vw;
  text-align: right;
  background-color: #805ea8;
  font-size: 1.5vh;
}

.reveal_content_header img {
  width: 2vh;
}

.reveal_content_header span,
.reveal_content_header .btn.dropdown-toggle {
  display: inline-block !important;
  vertical-align: middle;
  color: #ffffff;
}

.reveal_content_logo {
  background-color: #333333;
  border: 0.05vh solid #6e469a;
  box-shadow: 0vh 0.3vh 0.6vh rgba(110, 70, 154, 0.16);
  margin-bottom: 1.7vh;
}

.reveal_content_logo a {
  display: inline-block;
}

.reveal_content_logo img {
  height: 9vh;
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  padding-left: 1vw;
}

.footer {
  flex: 0 0 auto;
  padding: 0 3.7vh;
  text-align: left;
  font-size: 1.2vh;
  font-weight: 500;
  opacity: 0.8;
}

.footer_content {
  padding-top: 0.5vh;
  padding-bottom: 1vh;
  border-top: 0.15vh solid #805ea8;
  display: flex;
  flex-direction: column;
}

.index_container_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.8vh;
  margin: 1.8vh 0vw;
}

.index_container > div {
  display: flex;
  align-content: stretch;
  position: relative;
}

.index_top_frame {
  margin-top: 1.1vh;
  width: 100%;
  display: block;
}

.index_top_frame_span {
  font-size: 2.2vh;
  font-weight: 600;
  top: 0vh;
}

.board_line {
  display: flex;
  flex-direction: column;
}

.row_line {
  display: flex;
  flex-direction: row;
}

/*disallow focus rect on edit controls*/
:focus {
  outline: 0 !important;
}

/* Progress bar*/

.progress {
  border: 0.2vh #805ea8 solid;
  justify-content: flex-start;
  border-radius: 999vh;
  align-items: center;
  position: relative;
  display: flex;
  height: 0.9vh;
  background: white;
}

.progress-value {
  background: #805ea8;
  height: 0.9vh;
}

/* label from top ui panels*/

.toolbar_label {
  font-size: 1.3vh;
  font-weight: bold;
  padding: 0vh 1vw;
  opacity: 0.9;
}

/* search control*/

.search_ctrl {
  border: rgba(0, 92, 169, 0.5) 0.15vh solid;
  background-color: #ffffff;
  margin: 1.8vh 0vw;
  color: #707070;
  font-size: 1.3vh;
  border-radius: 999vh;
  width: 18.75vw;
  height: 3.2vh;
  padding: 0vh 1vw;
  font-style: italic;
}

/* mark type combobox*/
.mark_combo {
  text-align: right;
  width: 18.75vw;
  height: 3.2vh;
}

.mark_combo img {
  height: 100%;
  border-radius: 50%;
  transform: translateY(-100%);
  padding: 0.6vh;
  background: #128082;
  pointer-events: none;
}

.mark_combo select {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.3vh;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: rgba(18, 128, 130, 0.5) 0.15vh solid;
  border-radius: 999vh;
  padding: 0vh 1vw;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mark_combo img:hover {
  cursor: pointer;
}

/*hyper link datatable button*/

.hyper_button {
  text-align: right;
}

.hyper_button img {
  vertical-align: bottom;
  width: 1vw;
}

.hyper_button button {
  border: 0;
  background: inherit;
  text-decoration: underline;
  color: #005ca9;
  cursor: pointer;
  font-weight: 500;
}

.hyper_button button:hover {
  color: #805ea8;
}

/*button with text and image*/

.image_button img {
  position: absolute;
  right: -0.05vw;
  top: 0vh;
  height: 100%;
  border: 0.1vh solid white;
  border-radius: 50%;
  padding: 0.7vh;
}

.image_button button {
  position: relative;
  border: 0;
  background: #805ea8;
  color: white;
  cursor: pointer;
  width: 6.1vw;
  height: 3.2vh;
  border-radius: 999vh;
}

.image_button span {
  font-size: 1.2vh;
  font-weight: 500;
  padding-right: 2.5vh;
}

.image_button button:hover {
  color: #aaaaaa;
}

/* title*/

.separator {
  display: flex;
  align-items: center;
  text-align: left;
  color: #805ea8;
  font-size: 2.6vh;
  padding-left: 3.7vh;
  height: 3vh;
  font-weight: 500;
}
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 0.2vh solid rgba(128, 94, 168, 0.8);
  right: 3.7vh;
}

.separator::after {
  margin-left: 0.5vw;
  margin-right: 3.7vh;
}

.separator img {
  height: 100%;
}

/**/

.btn:focus {
  box-shadow: 0 0 0 0.2vh #4b4a4a;
}

.dropdown-item {
  padding: 0.01rem 1.5rem;
  font-size: 1.4vh;
}

.dropdown-menu {
  min-width: 4.2vw;
  border-radius: 0;
  font-size: 1.4vh;
}

.dropdown-toggle {
  font-size: 1.4vh;
}

.paginate_button {
  border: 0.15vh solid rgba(0, 92, 169, 0.7);
  margin: 0vh 0.25vw;
  color: rgb(0, 92, 169);
  font-weight: 600;
  cursor: pointer;
  border-radius: 50%;
  width: 2.3vh;
  height: 2.3vh;
  text-align: center;
  display: inline-block;
  font-size: 1.2vh;
  padding-top: 0.1vh;
}

.current {
  background-color: rgb(0, 92, 169);
  color: white;
}

.paginate_button:hover {
  background-color: rgba(0, 92, 169, 0.8);
  color: white;
  text-decoration: none;
}

.dataTable {
  font-size: 1.2vh;
  font-weight: 600;
  background: white;
  border-collapse: collapse;
  text-align: left;
}

thead {
  font-weight: 600;
  font-size: 1.5vh;
}

th {
  padding: 0.9vh 0.41vw;
  font-size: 1.2vh;
  font-weight: 600;
}

td {
  color: rgba(0, 0, 0, 0.6);
  height: 6.2vh;
  transition: 0.18s linear;
}

table.dataTable thead .sorting_desc,
.sorting_asc {
  cursor: pointer;
  background-size: 1.48vh;
  background-repeat: no-repeat;
  background-position-x: 14vh;
  background-position-y: center;
}

table.dataTable thead .sorting_asc {
  background-image: url("../img/asc.svg");
}

table.dataTable thead .sorting_desc {
  background-image: url("../img/desc.svg");
}

td.info_td {
  padding-top: 0.3vh;
  padding-bottom: 0.3vh;
  width: 13vw;
}

td.space_td {
  padding-left: 5.2vw;
}

.td_underline {
  border-bottom: 1.5px solid rgba(119, 119, 119, 0.8);
  box-shadow: 0px 1.5px 0px rgba(119, 119, 119, 0.8);
}

@-moz-document url-prefix() {
  .td_underline {
    border-bottom: 1px solid rgba(119, 119, 119, 0.8);
    box-shadow: 0px 1px 0px rgba(119, 119, 119, 0.8);
  }
}

.status_image {
  width: 2vh;
  margin-right: 1vh;
}
