/* Custom CSS */ html { height: 100%; } body { padding-top: 70px; background-color: var(--dGray5); color: var(--dGray1); height: 100%; } .background{ position: absolute; z-index: -1000; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-filter: blur(2px) brightness(50%); -moz-filter: blur(2px) brightness(50%); -o-filter: blur(2px) brightness(50%); -ms-filter: blur(2px) brightness(50%); filter: blur(2px) brightness(50%); } .padding-top { padding-top: 10px; } .darker { background-color: #fafafa; margin-top: 10px; padding-bottom: 5px; } @media (min-width: 992px) { .align-bottom { margin-top: 2.5em; } } .full-width { width: 100%; } .product .extras { padding-left: 20px; } .order_row { background: var(--dGray4); } @media(min-width: 768px) and (max-width: 991px){ /* Make sure the small map in the location page has the same with as the block above */ .sm-no-side-padding { padding-left: 0px; padding-right: 0px; } } @media(min-width: 992px){ .md-no-right-padding { padding-right: 0px; } } .showcase .product { font-size: 16px; } /* Add clickable box */ div.box:hover { cursor: hand; cursor: pointer; opacity: .9; box-shadow: 2px 4px 4px -1px #888888; } a.divLink { position: absolute; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; /* Makes sure the link doesn't get underlined */ z-index: 10; /* raises anchor tag above everything else in div */ background-color: white; /*workaround to make clickable in IE */ opacity: 0; /*workaround to make clickable in IE */ filter: alpha(opacity=0); /*workaround to make clickable in IE */ } .footerWrapper { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -1rem; } .footerWrapper>div{ margin: 0 1rem; } .hidden { display: none; } .table-hover tbody tr:hover{ background-color: var(--dGray3); } a { color: var(--dBlue); } .btn-primary { color: var(--dGray6); background-color: var(--dBlue); } .navbar { background-color: var(--dGray6); } .navbar-default .navbar-nav .active a{ background-color: var(--dGray4); color: var(--dGray1); } .navbar-default .navbar-nav .active a:hover{ background-color: var(--dGray3); color: var(--dGray0); } .navbar-default .navbar-nav li a,.navbar-default .navbar-brand{ color: var(--dGray1); } .navbar-default .navbar-nav li a:hover,.navbar-default .navbar-brand:hover{ color: var(--dGray0); } hr{ border-top: 1px solid var(--dGray2); } h1, h2, h3, h4, h5, h6{ color: var(--dGray1); } .jumbotron, .darker { background-color: var(--dGray4); } .table tbody tr td { border-top: 1px solid var(--dGray3); } .table thead tr th { border-bottom: 2px solid var(--dGray2); } .navbar-toggle .icon-bar { background-color: var(--dGray0); opacity: 0.5; } .select2-container--default .select2-selection--single{ background-color: var(--dGray3); color: var(--dGray0); } .select2-container--default .select2-selection--single .select2-selection__rendered{ color: var(--dGray0); } .select2-results__option{ background-color: var(--dGray5); color: var(--dGray0); } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: var(--dGray4); color: var(--dGray0); } .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td.second:hover { background: var(--dGray4); } .select2-container--default .select2-results__option[aria-selected=true]{ background-color: var(--dBlue); color: var(--dGray0); } .select2-search{ background-color: var(--dGray2); } .select2-search input{ background-color: var(--dGray0); } .dropdown-menu{ background-color: var(--dGray5); } .form-control{ color: var(--dGray0); } .form-control::placeholder{ color: var(--dGray2); } .enter_darkmode>a { text-align: center; }