/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
  /* margin-bottom: 60px; */
  margin-top: 10px;
}
body{
 /* background-image:url(images/background.jpg);
    background-repeat:repeat-x; 
    background-color:#d9d8d9; */
}

.navbar {
   background-color:#d9d8d9;   
}


/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 150px;
  margin-bottom: 10px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 150px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 150px;
}

/******* TODO myCarouselXS *******/
/* Carousel base class */
.carouselXS {
  height: 100px;
  margin-bottom: 10px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption  .carouselXS {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carouselXS .item  {
  height: 100px;
  background-color: #777;
}
.carouselXS > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100px;
}



/************** tweede carousel ************/
/* Carousel base class */
.carousel-footer .item {
  height: 60px;
  background-color: #777;
}
.carousel-caption .carousel-footer {
   padding-top: 0px;
}
.carousel-footer > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 175px;
  max-width: 100%;
  height: 60px;
}
.carousel-footer > img {
  height: 60px;
}
.carousel-footer {
  height: 60px;
  margin-bottom:0px;
  vertical-align: middle;
  text-align:center;
  margin-left: -15px;
}



.footer-left {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 175px;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #fff;
}
.footer-left .carousel-caption img {
  margin-left: 15px;
  max-width: 100%;
  height: 60px;
}
.footer-right {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 175px;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #fff;
}


table td {
    vertical-align: top;
}
table td.twee {
    padding-left: 5px;
}

.subitem {
    background-color: #eee;
}

#vorigeEdities {
    display: none; 
}
#vorigeEditiesContainer:hover > #vorigeEdities {
    display: block;
}
#vorigeEdities:hover {
    display: block;
}

#uitslag {
    display: none; 
}
#uitslagContainer:hover > #uitslag {
    display: block;
}
#uitslag:hover {
    display: block;
}

#subitem {
  width:50px;
  float: left;
  display: inline;
}

.sponsorK1 {
  height: auto;
  max-height:45px;
  width: auto;
  max-width: 150px;
  margin:10px;    
}
.sponsorK2 {
  height: auto;
  max-height:33px;
  margin:9px;    
}
.orgK1 {
  height: auto;
  max-height:40px;
  margin:9px;    
}
.sponsorK11 {
  display: block;
  margin:10px;
}
.sponsorK22 {
  display: block;
  margin:10px;
}
.sponsorTopGroot {
  height:50px;
  margin:4px 7px;  
}
.sponsorTopKlein {
  height:33px;
  margin:4px 10px;  
}
