2015-10-05 16:35:30 +00:00
|
|
|
body {
|
2016-12-28 23:15:13 +00:00
|
|
|
margin-top: 85px;
|
2016-05-30 15:59:53 +00:00
|
|
|
margin-bottom: 35px;
|
2017-07-16 15:32:26 +00:00
|
|
|
overflow: scroll;
|
2015-10-05 16:35:30 +00:00
|
|
|
}
|
|
|
|
|
2016-02-20 02:00:08 +00:00
|
|
|
* {
|
|
|
|
border-radius: 0 !important;
|
|
|
|
}
|
|
|
|
|
2016-02-19 23:29:43 +00:00
|
|
|
a, a:active, a:focus {
|
|
|
|
outline: none;
|
2015-10-05 16:35:30 +00:00
|
|
|
}
|
|
|
|
|
2016-02-19 23:29:43 +00:00
|
|
|
@media (max-width: 520px) {
|
|
|
|
#main {
|
|
|
|
width: 100%;
|
2015-10-05 16:35:30 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-20 00:33:57 +00:00
|
|
|
/* Front page stuff */
|
|
|
|
#front-logo {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Navbar stuff */
|
|
|
|
.navbar {
|
|
|
|
margin: auto;
|
|
|
|
background-color: rgb(255, 255, 255);
|
2017-04-15 17:45:23 +00:00
|
|
|
border-bottom: 1px solid rgb(230, 230, 230);
|
2016-02-20 00:33:57 +00:00
|
|
|
}
|
|
|
|
|
2017-04-15 13:47:54 +00:00
|
|
|
.navbar .navbar-brand {
|
|
|
|
height: 75px;
|
|
|
|
}
|
|
|
|
|
2016-02-19 23:29:43 +00:00
|
|
|
.navbar-fixed-top {
|
2016-12-28 23:15:13 +00:00
|
|
|
min-height: 70px;
|
2015-10-05 16:35:30 +00:00
|
|
|
}
|
2016-02-20 00:33:57 +00:00
|
|
|
|
2016-05-06 15:08:52 +00:00
|
|
|
.navbar-toggle .icon-bar {
|
|
|
|
background: black;
|
|
|
|
width: 45px;
|
|
|
|
height: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-toggle .icon-bar+.icon-bar {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
2017-04-15 17:45:23 +00:00
|
|
|
.nav li a {
|
|
|
|
padding: 30px 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav .dropdown-menu {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav .dropdown-menu .divider {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav .dropdown-menu > li > a {
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2017-04-15 09:15:24 +00:00
|
|
|
@media (max-width: 767px) {
|
2017-04-15 09:12:01 +00:00
|
|
|
.navbar-fixed-top .navbar-collapse {
|
|
|
|
max-height: 450px;
|
|
|
|
}
|
2017-04-15 09:15:24 +00:00
|
|
|
|
2017-04-15 09:12:01 +00:00
|
|
|
.navbar .navbar-collapse {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
|
|
|
|
-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
|
|
|
|
box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
|
|
|
|
}
|
|
|
|
.navbar .navbar-nav {
|
|
|
|
margin: 0 -15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .nav > li {
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
.navbar .nav li a {
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-04-15 08:52:29 +00:00
|
|
|
/* btn-group */
|
|
|
|
.btn-group .btn:last-of-type {
|
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group .btn.btn-primary:last-of-type {
|
|
|
|
border-color: #2e6da4;
|
|
|
|
}
|
2016-05-06 15:08:52 +00:00
|
|
|
|
2016-02-20 00:33:57 +00:00
|
|
|
/* Form stuff */
|
|
|
|
|
|
|
|
.form-control, .form-control:focus {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-black {
|
|
|
|
background-color: rgb(0, 0, 0);
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
}
|
2016-02-21 01:04:51 +00:00
|
|
|
|
2016-05-30 16:54:40 +00:00
|
|
|
.btn-grey {
|
|
|
|
background-color: #777;
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
}
|
|
|
|
|
2016-02-21 01:04:51 +00:00
|
|
|
#map {
|
|
|
|
height: 500px;
|
|
|
|
}
|
2016-05-06 15:08:52 +00:00
|
|
|
|
2016-05-19 09:19:51 +00:00
|
|
|
/* Footer */
|
|
|
|
footer {
|
|
|
|
position: fixed;
|
2017-04-16 00:20:59 +00:00
|
|
|
width: 100%;
|
2016-05-19 09:19:51 +00:00
|
|
|
text-align: center;
|
|
|
|
background-color: white;
|
|
|
|
bottom: 0px;
|
|
|
|
padding: 5px;
|
2017-04-15 09:19:01 +00:00
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%);
|
2016-05-19 09:19:51 +00:00
|
|
|
}
|
2016-05-30 18:56:03 +00:00
|
|
|
|
2017-04-15 09:15:50 +00:00
|
|
|
@media (max-width: 767px) {
|
|
|
|
footer {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-30 22:58:11 +00:00
|
|
|
.breadcrumb > li.no-before::before {
|
2016-05-30 18:56:03 +00:00
|
|
|
content: "";
|
|
|
|
}
|
2016-06-07 07:40:30 +00:00
|
|
|
|
2016-07-28 10:44:26 +00:00
|
|
|
.text-container {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
height: 200px;
|
|
|
|
}
|
2016-08-08 05:37:24 +00:00
|
|
|
|
2016-08-04 21:03:39 +00:00
|
|
|
.event {
|
|
|
|
padding: 5px;
|
2017-04-13 12:19:50 +00:00
|
|
|
vertical-align: top;
|
2017-04-14 21:29:30 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
border: 1px solid black;
|
2017-04-20 23:34:22 +00:00
|
|
|
cursor: pointer;
|
2016-08-04 21:03:39 +00:00
|
|
|
}
|
2016-08-07 13:49:30 +00:00
|
|
|
|
2017-07-19 14:12:12 +00:00
|
|
|
.event-in-overview {
|
|
|
|
min-height: 100px;
|
|
|
|
margin: 5px;
|
2017-08-16 17:16:18 +00:00
|
|
|
max-width: 200px;
|
2017-04-19 20:37:30 +00:00
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
|
2017-07-19 14:12:12 +00:00
|
|
|
.location-column {
|
2017-07-19 23:30:54 +00:00
|
|
|
position: relative;
|
2017-07-19 14:12:12 +00:00
|
|
|
margin: 0 2px;
|
2017-07-19 16:55:22 +00:00
|
|
|
background-color: #f5f5f5;
|
2017-07-19 14:12:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.location-column-header {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 50px;
|
|
|
|
font-size: 20px;
|
2017-07-19 16:55:22 +00:00
|
|
|
background-color: #eee;
|
2017-07-19 14:12:12 +00:00
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.location-column-slot {
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.day-view-gutter {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event-in-dayview {
|
2017-07-19 23:30:54 +00:00
|
|
|
position: absolute;
|
2017-04-19 21:37:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-03-27 19:24:56 +00:00
|
|
|
@media (max-width: 520px) {
|
|
|
|
.event {
|
|
|
|
width: 50%;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-07-19 14:12:12 +00:00
|
|
|
.event:hover {
|
2016-08-07 13:49:30 +00:00
|
|
|
background-color: black !important;
|
|
|
|
color: white !important;
|
2017-04-19 21:37:14 +00:00
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
2017-03-19 17:13:38 +00:00
|
|
|
.fa-select {
|
2017-04-14 21:37:29 +00:00
|
|
|
font-family: 'FontAwesome','Helvetica Neue',Helvetica,Arial,sans-serif;
|
2017-03-19 17:13:38 +00:00
|
|
|
}
|
2017-04-19 20:37:30 +00:00
|
|
|
|
|
|
|
.day-table {
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.day-table > tbody > tr > td {
|
|
|
|
padding: 5px !important;
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
2017-04-20 23:34:22 +00:00
|
|
|
|
|
|
|
.schedule-filter ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2017-07-15 23:31:00 +00:00
|
|
|
.schedule-filter .btn {
|
2017-07-27 21:21:16 +00:00
|
|
|
width: 100%;
|
2017-07-15 23:31:00 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2017-04-20 23:34:22 +00:00
|
|
|
|
|
|
|
@media (min-width: 520px) {
|
2017-07-16 15:32:26 +00:00
|
|
|
.schedule-sidebar {
|
2017-04-20 23:34:22 +00:00
|
|
|
border-left: 1px solid #eee;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-07-19 23:45:51 +00:00
|
|
|
.sticky {
|
|
|
|
position: sticky;
|
|
|
|
background-color: #fff;
|
|
|
|
z-index: 9999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#daypicker {
|
|
|
|
top: 80px;
|
|
|
|
}
|
|
|
|
|
2017-04-29 12:58:21 +00:00
|
|
|
#schedule-days {
|
2017-04-20 23:34:22 +00:00
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2017-04-29 12:58:21 +00:00
|
|
|
#schedule-days a {
|
2017-04-20 23:34:22 +00:00
|
|
|
display: inline;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule-day-row {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
2017-04-21 13:02:20 +00:00
|
|
|
|
2017-07-15 23:31:00 +00:00
|
|
|
.filter-choice-active {
|
2017-04-21 13:02:20 +00:00
|
|
|
color: #333;
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
border-color: #adadad;
|
|
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
|
|
|
|
box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
|
|
|
|
}
|
2017-07-15 09:00:59 +00:00
|
|
|
|
|
|
|
.sponsor {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsor .caption {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-08-26 01:48:02 +00:00
|
|
|
|
|
|
|
.bar-row {
|
|
|
|
-moz-column-width: 300px;
|
|
|
|
-webkit-column-width: 300px;
|
|
|
|
column-width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-product {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
border-bottom: 1px solid lightgrey;
|
|
|
|
}
|
|
|
|
|
2017-08-26 14:03:26 +00:00
|
|
|
body.bar-menu {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2017-08-26 01:48:02 +00:00
|
|
|
.bar-product .name {
|
|
|
|
width: 900px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-product .price {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|