/* OLD BOOTSTRAP STYLES */
.span6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;  
}
.span12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.fb_el_view_activities_page___Activities_ro .fabrikLabel {display:none;}
.hidden-phone {
  display: none !important;
}

/* FABRIK STYLES */
.fabrikForm {
  width: 100%;
}
.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.fabrikButtonsContainer li {
  margin-right: 10px;
}
.fabrikDivElement {
  display: block;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
#group77_tab, #group46_tab {
  display: none;
}
.tab-content {
  margin-top: 25px;
}
.nav-tabs {
  border-bottom: 0 !important;
}
.inputbox {
  margin-right: 10px;
}

/* BOOTSTRAP STYLES */
#section3-level2-top .fabrik_groupheading {
  background-color: #000;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 30px;
  font-size: 28px;
}
#section3-level2-top .fabrik_groupheading a {
  color: #fff;
}
.activity-box {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
}
.activity-title {
  font-weight: bold;
  font-size: 18px;
}
.activity-points {
  top: 0;
  right: 0;
  height: 56px; 
  width: 56px; 
  border-radius: 28px;
  font-weight: bold;
  font-size: 16px; 
  line-height: 56px; 
  text-align: center; 
  color: rgb(255, 255, 255); 
  background-color: rgb(42, 56, 143); 
  float: right;
}
.activity-points-number {
  font-size: 32px;
  font-weight: bold;
} 
.activity-date {
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.activity-location {
  background-color: #a9a9a9;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.activity-details {
  text-align: left;
  margin-left: 10px;
  color: #2A388F;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}
.activity-other {
  text-align: right;
  margin-right: 10px;
  color: #2A388F;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
  margin-bottom: 10px;
}
.activity-cost {
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
}
.activity-book {
  float: right;
  margin-right: 10px;
}
.activity-book a {
  color: #000 !important;
  background-color: #defbfc;
  border: 1px solid #000 !important;
  letter-spacing: 1px;
  border-radius: 25px;
  padding: .1rem .5rem;
  font-size: 18px !important;
  width: 100%;
}
.activity-book a:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #be1e2d;
}
body.home .table td, body.home .table th {
  border-top: 0;
  padding: 0;
}
.table thead th {
  border-bottom: 0;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-inline {
  display: inherit !important;
  margin-top: 10px;
}
.form-inline label {
  display: inline-flex !important;
  margin-bottom: 20px;
}
#form-login-username, #form-login-password {
  text-align: right !important;
  margin-right: 5px;
}
.breadcrumb {
  padding: 0 2rem;
  margin-bottom: 1rem;
  background-color: white !important;
}
button, input {
}
.activity-boxes h2, .activity-boxes-level1 h2 {
  margin-left: -10px;
  margin-right: -10px;
}
.activity-boxes {
  margin-bottom: 10px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0px 10px;
  margin-top: 10px;
}
.activity-boxes-level1 {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0px 10px;
}
.activity-boxes-feature h2 {
  margin-left: -10px;
  margin-right: -10px;
  background-color: #e95726;
}
.activity-boxes-feature {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #000;
  background-color: #efefef;
  padding: 0px 10px;
}
.newsflash {
  background-color: #fff;  
}
.space-top {
  margin-top: 50px;
}
.white-body {
  background-color: #fff;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.fabrikDataContainer .pagination a {
  margin-right: 10px;
}
.section-level {
  padding-top: 15px;
}
.section9-menu {
  padding-bottom: 30px;
}

/* SYSTEM OPTIONS */
.site-logo {
  padding-bottom: 20px;
}
.site-name {
  background-color: #e95726;
  color: white;
  font-size: 38px;
  padding: 20px 50px;
  width: 100%;
  margin-bottom: 30px;
  font-weight: Bold;
}
.site-copyright {
  float: right;
}
.extra-space-50 {
  margin-bottom: 50px !important;
}

/* GLOBAL STYLES */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  color: #000;
  font-family: 'Tahoma', sans-serif;
  font-size: 16px;
  background-color: #e3e3e3 !important;
}

/* body.home #section4-Column1 {
  display: none;
}
body.home #section4-Column2 {
  display: block;
}  */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Tahoma', sans-serif;
  line-height: 1.1;
}
a {
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
h1 {
  padding: 5px;
  margin-top: 10px;
}
h2 {
  color: #FFF;
  font-size: 28px;
  margin: 0;
  padding: 10px 0 10px 15px;
  background-color: #1b75bb;
  margin-bottom: 0;
}
h4 {
  color: #FFF;
  font-size: 22px;
  margin: 0;
  margin-bottom: 5px;
  padding: 5px 0 5px 10px;
  background-color: #1b75bb;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 36px;
  padding: 5px 0 15px 15px;
}
.section-header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
  width: 100%;
}

/* SECTION 1 */
#section1 {
  background-color: #024c7d;
}
#section1-menu-right, #section9-menu-right {
  text-align: right;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(248,248,248)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
  border-color: rgb(248,248,248);
}
body.home #section1 {
  display: none;
}

/* SECTION 2 */
#section2 {
  background-color: #fff;
  margin-right: 0;
}
#section2-logo {
  margin-top: 10px;
  background-color: #fff;
}
#section2-right {
  padding-left: 100px;
}
#section2 .table td, #section2 .table th {
  border-top: 0;
  padding: 0;
}

/* SECTION 3 */
#section3 {
}
#section3-level1 {
  background-color: #e95726;
}
#box-left {
  margin-left: -15px;
}
#box-right {
  margin-left: 15px;
}
#section3-level2 {
  background-color: #d7f1fb;
  width: 100%;
  padding-bottom: 20px;
}
.home #section3-level2 {
  background-color: #fff;
  padding-bottom: 0px;
}
#section3-level2-top {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
  margin-right: 15px;
}
.home #section3-level2-top {
  padding-bottom: 0px;
}
#section3-level2-bottom {
  background-color: #d7f1fb;
  width: 100%;
  padding-bottom: 20px;
  margin-right: 15px;
}
.home #section3-level2-bottom {
  background-color: #fff;
  padding-bottom: 0px;
}
#section3-level2-left {
  width: 100%;
}
#section3-level2-right {
  width: 100%;
}

/* SECTION 4 */
#section4 {
  background-color: #fff;
}
#section4-top {
  margin-left: 0;
}
#section4-content {
  padding: 0 20px;
}
#section4-right {
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
#section4-right h2, #section4-right h4 {
  margin-left: -10px;
  margin-right: -10px;
  background-color: #e95726;
}
#section4-right .table td, #section4-right .table th {
  border-top: 0;
  padding: 0;
}
body.home #section4-right {
  margin-top: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
#section4-top .table td, #section4-top .table th {
  border-top: 0;
  padding: 0;
}
.newusers {
  background-color: #00adef;
  padding: 20px;
  text-align: center;
}
.newusersbtn {
  width: 100%;
}
.loginform .btn, .newusers .btn, .fabrikActions .btn {
  font-size: 18px;
  width: 100%;
}
.loginform {
  background-color: #1b75bb;
  padding: 20px; 50px;
  text-align: center;
}
.loginform li {
  margin-bottom: 5px;
}
.loginform a {
  color: white;
}
.login-button {
  margin-top: 10px;
  margin-bottom: 20px;
}
#form-login-submit {
  padding-left: 20px;
  padding-right: 20px;
}

/* SECTION 7 */
#section7 {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
}
.sponsor-logo {
  margin-top: 20px;
  margin-bottom: 30px;
}
.sponsors-logos-heading {
  margin-top: 50px;
  text-align: center;
  font-size: 36px;
}

/* SECTION 9 */
#section9 {
  background-color: #024c7d;
  color: #fff;
}
#section9-top {
  text-align: center;
  width: 100%;
}

/* SECTION 10 */
#section10 {
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
#section10-left .table td, #section10-left .table th {
  border-top: 0;
  padding: 0;
}

/* GENERAL */
.btn {
  color: #000 !important;
  background-color: #defbfc;
  border: 1px solid #000 !important;
  letter-spacing: 1px;
  border-radius: 25px;
  font-size: 10px;
  padding: .1rem .5rem;
}
.btn:hover {
  color: #fff !important;
  background-color: #be1e2d;
}
.update_your_details, .save {
  color: #000 !important;
  background-color: #defbfc;
  border: 1px solid #000 !important;
  letter-spacing: 1px;
  border-radius: 25px;
  font-size: 18px;
  width: 100%;
}
#login-form > div.userdata > ul {
  list-style-type: none;
  line-height: 1;
}

/* MENU */
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar {
  border-radius: 0px;
  margin-bottom: 0;
  min-height: 0;
}
.navbar-nav {
  flex-direction: row;
}
.navbar-nav > li > a {
  background-color: #00adef;
  color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: block;
  padding: 10px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 3px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  background-color: #be1e2d;
  color: #fff;
  text-decoration: none;
}
#bs-navbar-collapse-2 .navbar-nav>li>a {
  margin-bottom: 10px;
}
.dropdown-menu {
  padding: 0;
  background-color: #fff;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #be1e2d;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #be1e2d;
  outline: 0;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu>li>a {
  font-size: 14px;
  color: #000;
  padding: 10px 10px;
  border-bottom: 1px solid #000;
}
a span.caret {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  width: 10px;
  height: 10px;
  border: none;
  background-color: green;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu> .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  visibility: hidden;
}
.dropdown-submenu:hover > .dropdown-menu, 
.dropdown-submenu:focus > .dropdown-menu {
  display: block;
  visibility: visible;
}
.dropdown-menu>.active>a,
.dropdown-submenu>.active>a {
  visibility: visible;
}
.dropdown-submenu>a:after {
  display: block; 
  content: " ";
  float: right; 
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%; 
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
img.center  {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alert {
  background-color: #fff;
  color: #000;
  padding: 0px 0px;
  margin-bottom: 15px;
  border: 1px solid #000;
  border-radius: 0;
}
.alert-message {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}
.alert-heading {
  margin-left: -15px;
  margin-right: -15px;
}
.alert h4 {
  background-color: #e95726;
  color: #fff;
}
.img-responsive {
  display: block;
}
#sponsors h1 {
  color: #000;
  background-color: #fff;
  padding: 0;
  margin-bottom: 20px;
}
.page-header {
  margin: 0;
}
.table {
  margin-bottom: 0;
}
th.heading.fabrik_ordercell.fabrik_actions .btn {
  visibility: hidden;
}
td.fabrik_actions.fabrik_element .icon-delete:before {
  content: "Delete";
  font-style: normal;
}
td.fabrik_actions.fabrik_element .icon-book:before {
  content: "Book";
  font-style: normal;  
}
td.fabrik_actions.fabrik_element .icon-done:before {
  content: "Done";
  font-style: normal;  
}
.calendarbutton {
  color: #000 !important;
  background-color: #fff;
  padding: 0;
  border: 1px solid #000;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 5px;
  width: 40px;
  margin-top: -5px;
  margin-bottom: 0;
}
#list_80_mod_fabrik_list_116 > tfoot > tr > td.fabrik_ordercell.view_activitiescompleted___Points.\35 08_order.fabrik_list_80_group_82 {
  background-color: #00adef;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.featurebox {
  margin-top: 10px;
  margin-bottom: 16px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #000;
}
.featurebox h2 {
  margin-left: -5px;
  margin-right: -5px;
}
.featurebox .newsflash {
  border: 0;
}
#list_80_mod_fabrik_list_116 > tfoot > tr > td.fabrik_ordercell.view_activitiescompleted___Points.\35 08_order.fabrik_list_80_group_82 > ul{
}
ul.fabrikRepeatData {
padding: 0;
margin: 0;
list-style: none;
}
ul.fabrikRepeatData li {
background-image: none;
padding: 0;
margin: 0;
}
hr {
  border-top: 1px solid #000;
}

@media (min-width: 768px) {
  .navbar-default {
    margin-right: 0;
  }
}
@media (min-width: 992px){
  .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    padding-right: 50px;
    padding-left: 50px;
  }
  .navbar-default {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    padding-right: 100px;
    padding-left: 100px;
  }
  .navbar-default {
    margin-right: 0;
  }
}

