/* RESET CSS http://meyerweb.com/eric/tools/css/reset/ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  -webkit-overflow-scrolling: touch !important;
  line-height: 1;
  /*height: 100%;*/
  overflow: hidden;
  width: 100%;
  position: fixed;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* GENERAL */

body {
  -webkit-overflow-scrolling: touch !important;
  background-color: #f3f3f3;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
}

/* NAV */

nav.navigation {
  position: relative;
  height: 50px;
  background-color: #3c3c3c;
  z-index: 2;
}

.nav-logo {
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #3c3c3c;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

ul.nav-menu,
ul.nav-menu li,
ul.nav-menu li a {
  float: left;
}

ul.nav-menu {
  padding-left: 10px;
}

ul.nav-menu li a {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

ul.nav-menu li a:hover {
  color: #6decb9;
}

.nav-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #3c3c3c;
  cursor: pointer;
}

span.icon-bar {
  position: absolute;
  right: 12px;
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.icon-bar:nth-child(1) {
  top: 17px;
}

.icon-bar:nth-child(2) {
  top: 24px;
}

.icon-bar:nth-child(3) {
  top: 31px;
}

.nav-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ICON BARS ANIMATION */

.nav-toggle.active .icon-bar:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.active .icon-bar:nth-child(2) {
  width: 0;
}

.nav-toggle.active .icon-bar:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* SITE CONTAINER */

.site-container {
  width: 80%;
  margin: 5%;
  padding: 5%;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.site-container p {
  margin: 10px 0;
}

/* MEDIAQUERIES */

@media screen and (max-width: 767px) {
  ul.nav-menu {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  ul.nav-menu.active {
    height: auto;
  }
  ul.nav-menu li {
    width: 100%;
  }
  ul.nav-menu li a {
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: #2c2c2c;
  }
  ul.nav-menu li a:hover {
    background-color: #1c1c1c;
  }
  .nav-toggle {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .nav-overlay.active {
    visibility: hidden;
    opacity: 0;
  }
}

.ios-bottom-safe-area {
  padding-bottom: var(safe-area-inset-bottom) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
  background-color: #3c3c3c;
}

.jconfirm-box-container {
  width: auto !important;
}
#res-list {
    max-height: 75vh;
  }
@media only screen and (max-width: 500px) {
  #res-list {
    height: 635px;
  }
}
