body {
    margin: 0px;
    /* If you want to implement it in very old browser-versions */
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */

    /* The rule below is not implemented in browsers yet */
    -o-user-select: none;

    /* The rule below is implemented in most browsers by now */
    user-select: none;
}

td {
  -webkit-user-select: text;
  /* Chrome/Safari */
  -moz-user-select: text;
  /* Firefox */
  -ms-user-select: text;
  /* IE10+ */

  /* The rule below is not implemented in browsers yet */
  -o-user-select: text;

  /* The rule below is implemented in most browsers by now */
  user-select: text;
}

div {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.logo_max_small {
  width: 40px;
  margin-left: 5px;
  margin-right: 20px;
}
  
.reserve-display-header {
  padding: 10px;
  color: #26A499;
  background: white;
  font: 16px source sans pro;
  text-transform: uppercase;
  text-align: left;
}
.reserve-display-details {
    color: #01313C;
    font: 12px roboto;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 10px;
    border-radius: 5px;
    background-color: #26a4991f;
}

.reserve-display {
  overflow: hidden;
  height: fit-content;
  border-radius: 5px;
  margin: 25px;
  flex:1 0 auto;
  padding: 1em;
}
.modal.big {
  padding: 0 !important;  
  margin-top: 10px;
}
.modal-header {
  background-color: #01313C;
}
.close {
  color: white;
  opacity: 1;
} 
.close:hover {
  color: white;
  text-decoration: none;
}
.modal .modal-dialog.big {
  width: 95%;
  max-width: none;
  height: 95%;
  margin: auto;
}
 .modal .modal-content.big {
  height: 100%;
  border: 0px;
  border-radius: 5px;
}
.modal .modal-body.big {
  align-self: stretch;
}

.modal_body_wrapper {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding: 0 30px;
}

.doc_nav_btns {
  border: 2px solid Lightgrey;
  border-radius: 5px;
  background: #FFFFFF;
  font-family: "benton-sans", sans-serif;
  font-size: 12px;
  color: Grey;
  cursor: pointer;
  padding: 5px 15px;
}