body {
	padding-top: 55px;
	padding-bottom: 40px;
}
.container-fluid{
padding-left:0px;
}
html { 
  background: url(../img/achtergrond_02.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.container, body{
	background: transparent;
}
.navbar-right{
	padding-right:10px;
}
.modal-body{
	padding-top:10px;
	padding-bottom:5px;
	padding-right:5px;
}
.modal-body .nav {
	margin-bottom:10px;
}
.table {
	background-color:#ffffff;
}
.well {
	text-align: center;
}
.featurette-divider{
	position: relative;
	top:-10px;
	margin-bottom: 5px;
}
div > .week > div > div, div > .week > div{
	min-height:250px;
}
.list-group > a.disabled {
  color: #999999;
  background-color: transparent;
}
.list-group > a.disabled:hover,
.list-group > a.disabled:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor:pointer;cursor:hand
}
.badge-info {
  background-color: #dd4814;
}
div.sGrow {
  border-bottom-left-radius: 3px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-style: solid;
  border-left-width: 5px;
  border-top-left-radius: 3px;
  padding-left:5px;
  
  padding-bottom:1px;

}
div.sGrow.Fietsen{
border-left-color: #93F755;
}
div.sGrow.Zwemmen{
border-left-color: rgb(27, 128, 158);
}
div.sGrow.Lopen{
border-left-color: #B88A00;
}

.ja, .ja a {
  color: #333;
}
.neen {
  color: #dd4814;
}
.table caption {
font-size: 2em;
}
.previous, .previous a, .next {

color: #CAD5D8;
}

 
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
.mark, .dezeweek {
background-color: #F7B54B;
}
.white, .white a {
  color: #fff;
}



#notifications {
	position: absolute;
	width: 360px;
	right: 20px;
	bottom: 20px;
}
#notifications-bottom-right-tab{
	background-color: rgba(255,255,255,1);
	float: left;
	height: 100px;
	width: 360px;
	margin-top: 20px;
	position: relative;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	
}
#notifications-bottom-right-tab-close{
	height: 20px;
	width: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #cccccc;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#notifications-bottom-right-tab-close:hover {
	color: rgba(102,102,102,1);
	cursor: pointer;
}
#notifications-bottom-right-tab-avatar{
	float: left;
	height: 100px;
	width: 70px;
	margin-left: 20px;
}
#notifications-bottom-right-tab-avatar img{
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-khtml-border-radius: 50% 50% 50% 50%;
	float: left;
	margin-top: 15px;
}
#notifications-bottom-right-tab-right{
	float: left;
	width: 210px;
	margin-left: 20px;
	margin-top: 20px;
}
#notifications-bottom-right-tab-right-title{
	float: left;
	width: 100%;
	color: #252525;
	font-weight: 600;
}
#notifications-bottom-right-tab-right-title span{
	color: #e91e63;
}
#notifications-bottom-right-tab-right-text{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #4c4c4c;
	font-style: italic;
	margin-top: 5px;
}