body {
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 18px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: sans-serif;
}

#top-wrap {
    font-size: 16px;
    color:white;
    line-height: 24px;
    font-weight: 400;
    padding: 8px;
    background-color: rgb(14, 57, 122);
    background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}
#top-wrap a {
  color: #98bae1;
}
#container-wrap {
    /* background: url('../images/bg_body_image.jpg') no-repeat center top; */
}
a.navbar-brand {
  display: block;
  height: 67px;
  width: 250px;
  /* background: url('/images/logo.png') no-repeat; */
  margin: 15px 0 15px 0;
  padding: 0px;
}

.navbar-static-top {
  border-width: 0px;
  margin-bottom: 0px;
}
.navbar-static-top.navbar-default {
  background-color: transparent;
}
.navbar-static-top ul {
  margin-top: 28px;
}
.navbar-static-top.navbar-default .navbar-nav > li > a {
    color: black;
}
.navbar-static-top.navbar-default .navbar-nav > li > a:hover {
    color: black;
}
.navbar-static-top a {
  font-family: 'Titillium500', sans-serif;
  font-size: 16px;
  font-weight: bold;
  /* text-shadow: 1px 1px 1px #000000; */
  color: black;
}
.dropdown-menu > li > a {
  text-shadow: none;
  font-weight: bold;
  line-height: 2em;
}

#content {
  margin-bottom: 5px;
  padding: 0;
  background: #ffffff;
}
.box-organize {
  background: #ffffff;
  padding: 0px;
  box-shadow: 0px 0px 4px #b6b6ad;
  border-radius: 4px;
}
legend, th {
  font-size: 16px;
  color: #000000;
  width: auto;
  line-height: 16px;
  padding: 5px;
}

/* footer */
#footer {
  font-size: 11px;
  padding: 30px 10px;
  color: #686760;
  background-image: linear-gradient(to bottom, #aaa, 5%, #fff);
  margin: 50px 0px 0px 0px;
}
.nav-footer li {
  padding: 0;
  float: left;
  border-right: 1px solid #b6b5af;
  color: #a0a0a0;
  font-size: 11px;
}
.nav-footer li a {
  display: block;
  float: left;
  padding: 0px 10px;
  color: #686760;
}

/* course list */
.status.confirmed {
  color: green;
}

.contact span {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}
.home-seats {
  min-height: 238px;
}
.seats-row {
  margin-bottom: 15px;
  font-size: 14px;
  overflow: hidden;
}
.seats-row-date {
  float: left;
  height: 50px;
  width: 70px;
  padding: 0 10px 0 0;
  margin-right: 10px;
  text-align: right;
  border-right: 3px solid #d6d6cb;
  font-size: 11px;
}

.course-summary-table td {
  padding: 2px 8px;
}
.course-details th, .course-details td {
  font-size: inherit;
  font-family: inherit;
  text-transform: inherit;
  border-top: 0px;
  padding-right: 10px;
}

.btn-primary {
  -moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
  -webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
  box-shadow:inset 0px 1px 0px 0px #bee2f9;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6b788b), color-stop(1, #43536b) );
  background:-moz-linear-gradient( center top, #6b788b 5%, #43536b 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b788b', endColorstr='#43536b');
  background-color:#6b788b;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #687587;
  display:inline-block;
  color:#ffffff;
  font-family:arial;
  font-size:13px;
}
.btn-primary:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #43536b), color-stop(1, #6b788b) );
  background:-moz-linear-gradient( center top, #43536b 5%, #6b788b 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43536b', endColorstr='#6b788b');
  background-color:#43536b;
}
.btn-primary:active {
  position:relative;
  top:1px;
}

.m-3 {
    margin: 3em;
}
.m-2 {
    margin: 2em;
}
.m-1 {
    margin: 1em;
}
.mb-3 {
    margin-bottom: 3em;
}
.mb-2 {
    margin-bottom: 2em;
}
.mb-1 {
    margin-bottom: 1em;
}

#header {
    background-image: linear-gradient(to top, #aaa, 5%, #fff);
    display: grid;
    grid-template-columns: 400px 330px 1fr;
}

@media (min-width: 768px) {
    #header {
        height: 65px;
    }
}


#locator-logo {
    margin: 0 20px 0 20px;
    display: block;
    height: 70px;
    background: url('../images/locator-logo-3.png') no-repeat;
    position: relative;
    /* bottom: -4px; */
    z-index: 1000;
    color: black;
    padding-top: 19px;
    padding-left: 80px;
    padding-right: 20px;
    font-size: 20px;
    font-family: 'Titillium500', sans-serif;
}

#locator-logo:hover {
    text-decoration: none;
}

#navigation {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
}

#navigation a {
    color: black;
    font-size: 18px;
    padding-bottom: 12px;
}

#navigation a:hover {
    color: #aaa;
    text-decoration: none;
}

#locator-main-search {
    margin: 15px;
}

#nav-bar-search-results {
    position: absolute;
    z-index: 500;
    margin-bottom: 0;
}

.spaces-list {
    margin: 10px auto 10px auto;
    background: rgba(255,255,255,0.85);
    border-radius: 4px;
    box-shadow: 0px 0px 4px #686862;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 5px;
    padding: 5px;
}

.spaces-list-title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #ffffff;
    color: #585c60;
    font-weight: bold;
}

#spacesmap-overlay {
    position: absolute;
    z-index: 2100;
    top: 30px;
    left: 60px;
    width: 310px;
}

#spacesmap-overlay .panel-heading {
    background-image: linear-gradient(to top, #003878, #4474ac);
    color: white;
}

#spacesmap-overlay .panel-title {
    padding-bottom: 10px;
    font-size:27px;
    line-height: 40px;
    font-family: 'Titillium500', sans-serif;
    text-shadow: 0 -1px 0 #000;
}
#spacesmap-overlay-points {
    list-style-type: none;
    font-size: 16px;
    line-height: 24px;
    color: #297b34;
    padding-left: 10px;
}
#spacesmap-overlay-points li {
    padding-left: 10px;
    text-indent: -10px;
}

.as-breadcrumb {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.as-breadcrumb li {
    display: inline-block;
    padding-right: 5px;
}

.as-breadcrumb li a {
    color: #9cd2f6;
}

.as-breadcrumb li a::after {
    content: ' > ';
}

.as-page-header {
    background-image: linear-gradient(to top, #003878, #1d5393);
    color: white;
}
.page-header-title-container {
    padding: 30px 20px;
    background: url('./images/space-list-title-bg.png') left  no-repeat;
}


.as-page-header h1 {
    font-family: 'Titillium500', sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.social-container {
    display: flex;
    margin: 10px auto 10px auto;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.space-social-icon {
    max-width: 50px;
    height: auto;
    margin: 10px;
}


 .space-boxes {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     grid-gap: 20px;
 }

 .space-hours {
     padding-left: 15px;
 }
 .space-boxes .panel-heading {
     background-image: linear-gradient(to top, #003878, #1d5393);
     color: white;
 }
 .space-boxes .panel-heading h4 {
    font-family: 'Titillium500', sans-serif;
     font-weight: bold;
 }

 .spaces-list-countries {
     column-width: 300px;
     column-gap: 20px; /* optional */
     list-style: none; /* optional, for cleaner look */
     padding: 0;
 }

 .working-hour-line {
     display: flex;
     justify-content: space-between;
     border-bottom: 1px solid #eee;
     border-top: 1px solid #eee
     color: #999;
 }

 .space-image-buttons {
     position: relative;
     top: 300px;
     display: flex;
     justify-content: space-between;
 }
 .space-image-button {
     background: #eee;
     border: solid 1px #686862;
     border-radius: 4px;
     font-size: 36px;
     color: #686862;
     padding: 5px;
 }


 #space-image-modal-img {
     margin: 10px auto 50px auto;
 }

#spacesmap {
    /*
  min-height:500px;
  height: 100%;
  width: 100%;
   */
    height: 500px;
    margin: 0 auto 20px auto;
}

span.space-address::before {
    content: "\A";
    white-space: pre;
}

#spacesmap img.photo {
  max-height: 100px;
}

.space-title {
    color: #003878;
    font-weight: bold;
}

.leaflet-popup-content {
    font-size: 12px !important;
}

.leaflet-control-attribution,
.leaflet-attribution-flag {
    display: none !important;
}

.mt-2 {
    margin-top: 5px;
}
.pin-legend {
    display: flex;
    gap: 20px;
    position: relative;
    top: -50px;
    z-index: 2000;
}
.pin-legend-pin {
    font-weight: bold;
    background-color: white;
    margin: 2px;
    padding: 5px;
    border-radius: 2px;
}
.space-red-pin {
    color: #ca263d;
}
.space-blue-pin {
    color: #257eca;
}
.space-yellow-pin {
    color: #a8a323;
}
.space-green-pin {
    color: #16aa16;
}

.pin-legend-pin img {
    height: 20px;
    padding: 0 5px;
}
.oas-footer {
    background: linear-gradient(45deg, #003875, #005ea2);
    color: white;
    font-size: 14px;
}

.oas-footer {
    padding: 10px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oas-footer img {
    height:60px;
    margin-right: 1.5rem
}

.oas-footer-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.oas-footer-links a {
    margin-right: 1.5rem;
    color: white;
    text-decoration: none;
}

.oas-footer-links a:hover {
    text-decoration: underline;
}
