@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,800,900");

html{
  font-family: 'Nunito Sans', sans-serif;
}

#navbar{
  background: rgba(0,0,0,.8);
  box-shadow: 1px 5px 24px -8px rgba(0,0,0,.4);
}

.hngr-analytics {
  font-weight: 100;
  color: whitesmoke;
}

#diner_summary_box{
  width: 20%;
  height: 400px;
  background-color: whitesmoke;
  display: inline-block;
  margin-right: 120px;
}

.monospace {
  text-align: right;
  font-family: Consolas, 'IBM Plex Mono', monospace;
  word-wrap: break-word;
}
.monospace th {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(238, 238, 238)), to(rgb(224, 224, 224)));
  text-align: right;
  font-family: Consolas, 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 12pt;
  margin-bottom: 1px solid black;
  padding-left: 10px !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(204, 204, 204);
  border-top: 1px solid #fff;
  border-top-width: 1px;
  border-left: 0;
  border-right: 1px solid gray;
}
.monospace td {
  font-family: Consolas, 'IBM Plex Mono', monospace;
  text-align: right;
  padding-top: 10px !important;
  padding-left: 10px !important;
  border: 0 0 0 0;
  word-wrap: break-word;
  padding-bottom: 3px !important;
  font-size: 12pt;
  font-weight: 400;
}

.left {
  text-align: left !important;
}

.left-table td {
  text-align: left !important;
}

.left-table th {
  text-align: left !important;
}

.login_header1 {
  font-family: Roboto;
  font-weight: 100;
  color: grey;
  font-size: 60pt;
}
.home_header1{
  font-weight: 900;
  color: #fff;
  font-size: 120px;
  text-shadow: 0px 5px 16px rgba(0,0,0,.4);
  line-height: 1;
}

.home_header2{
  font-weight: 100;
  color: #fff;
  font-size: 64px;
  letter-spacing: 5px;
  text-shadow: 0px 5px 12px rgba(0,0,0,.6);
  line-height: 1;
}

@media only screen and (max-width: 800px) {
  .home_header1{
    font-size: 48px;
  }
  .home_header2{
    font-size: 20px;
  }
}

.home_container_large{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url('/static/img/hngr_background.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header-btn {
  margin-bottom: 10px;
}

.preview {
  .ignore-css{all:unset;}
}

/* allow multi line tooltips */
.tooltip-inner {
    white-space:pre-wrap;
}

.drillDown {
  cursor: pointer;
}

.question_icon {
  cursor: pointer;
}

.manualNotes {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Bootstrap 4 text input with search icon */
.main {
    width: 50%;
    margin: 50px auto;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.idSearchBox {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.idSearchBox .middleCol {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.idSearchBox .idSearchname {
  font-size: 18px;
  font-weight: bold;
}

.segment_noicon {
  color: white;
  font-size: 10pt;
  padding: 2px;
  border-radius: 3px;
  margin: 1px;
}
