body{
  font-family: 'Open Sans', sans-serif;
  color: #444;
  overflow-x:hidden;
  background-color: #f9f9f9;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
a{
  text-decoration: none;
  color: #666;
}
a:hover{
  color: #272727;
}
.fa-dwf {
  background-color: #00a3e0;
  color: #FFF;
  position: relative;
  display: inline-block;
  padding: 5px;
  height: 32px;
  line-height: 21px;
  vertical-align: middle;
  border-radius: 5px;
}
.fa-dwf:hover {
  text-decoration: none;
}
table.table-bordered th {
  background-color: #00a3e0;
  color: #fff;
}
header{
  float: left;
  display: inline;
  width: 100%;
}

header .logo {
  float: left;
}
header .logo img {
  padding: 10px 0px;
  height: 150px;
}
header .sponsor {
  float: right;
  line-height: 150px;
}
header .sponsor img {
  padding: 10px 0px;
  height: 100px;
}
header .social {
  height: 54px;
  line-height: 54px;
  float: right;
  display: inline-block;
}
header .social a:hover {
  color: #fff;
}
header .social div {
  padding: 0 0 6px 0;
}
header .social .fa-square{
  color:#00a3e0;
}
header .social .fa-square:hover{
  color:#000000;
}

header .extra-menu {
  float: right;
  position: relative;
  height: 54px;
  min-width: 500px;
}
header .extra-menu .searchbar {
  position: absolute;
  bottom: 0;
  padding: 9px 0;
  width: 65%;
  margin-right: 15px;
}
header .extra-menu .searchbar .btn.btn-default {
  background: #00a3e0;
  color: #fff;
  border-color: transparent;
}
.header-container {
  position: absolute;
  left: 0; right: 0;
  top: 0;
  height: 400px;
}
/* team menu */
.header-blocks {
  z-index: 499;
  width: 100%;
}
.header-blocks .block-row {

}
.header-blocks .block-row .block {
  background-color: #00a3e0;
  border-radius: 3px;
  width: calc(50% - 15px);
  margin: 7.5px;
  float: left;
  padding: 10px 0;
}
.header-blocks .block-row .block.half {
  width: calc(50% - 15px);
}
.header-blocks .block-row .block.full {
  width: calc(100% - 15px);
}
.header-blocks .block-row .block.large {
  width: calc(calc(100% / 3) - 15px);
}
.header-blocks .block-row .block h4 {
  margin: 0;
  padding: 0 7.5px;
  color: #fff;
}
.header-blocks .block-row .block a:hover,
.header-blocks .block-row .block a:focus {
  text-decoration: none;
  background-color: #0056AB;
  border-radius: 3px;
}
.header-blocks .block-row .block.clickable {
  padding: 0;
}
.header-blocks .block-row .block.clickable a {
  padding: 10px 0;
  display: block;
}
.header-blocks .block-row .block select.teamselector {
  width: calc(100% - 15px);
  margin: 5px 7.5px;
}
/* end team menu */
.navbar{
  margin-bottom: 0px;
  width: 100%;
  float: left;


}

.navbar-default {
    background: #00a3e0;
    border-color: #fff;
    border:none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 500;
    border-radius: 0px;
}

.navbar-brand{
  width:7%;
  height:auto;

  font-size: 23px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
   z-index: 500;

   padding-bottom: 7px;

}
.navbar-logo {
  width: 150px;
  position: relative;
}
.navbar-logo img {
  max-width: 100% !important;
  position: absolute;
  padding: 15px;
  margin: -18px;
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.navbar-brand img{
  width:100%;

}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
 background: inherit;
}
.custom_nav{
  width: 100%;
}
.custom_nav li{

}
.custom_nav li a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    outline: none;
    background: #000;
}
.custom_nav .active {
  background:#000;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(255, 255, 255, 1.0);
  color: #00a3e0 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #00a3e0;
    border-color: #fff;
}
.navbar-default .navbar-toggle {
    color:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #00a3e0;
}
.navbar-collapse.in {
    overflow-x: hidden;
}
.dropdown-menu {
   background-color: RGB(46, 120, 52);
   padding: 0px;
   left:-2px;
}
.dropdown-menu li a  {
  border-top: 1px solid #222;
  padding: 10px 10px;
}
.dropdown-menu li:first-child a{
  border-top:none;
}
.dropdown-menu>li a {
 font-size: 12px;
 font-weight: normal;
 text-transform: capitalize;
   color: #fff !important;
}
.dropdown-menu>li a:hover {
 background-color: #00a3e0;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
   background-color: #00a3e0;
}

#topmenu{
  display: inline;
  float: left;
  margin-top: 5%;
  width: 100%;
  background: #F9F9F9;

}

#topmenu .nav-tabs{
  border-bottom: none;
}
#topmenu .nav-justified{
  margin-bottom: -1px;
  border: 0px solid #EAEAEA;

}

#topmenu .nav-tabs .active{
    background-color: #fff !important;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    color:#00A3E0;
}
/*** PANEL DEFAULT ***/
#topmenu .nav-tabs > li > a,
#topmenu .nav-tabs > li > a:hover,
#topmenu .nav-tabs > li > a:focus {
    color: #777;
    font-weight: 600;
       border-radius: 0px;
}
#topmenu .nav-tabs > .open > a,
#topmenu .nav-tabs > .open > a:hover,
#topmenu .nav-tabs > .open > a:focus,
#topmenu .nav-tabs > li > a:hover,
#topmenu .nav-tabs > li > a:focus {
    color: #00A3E0;
    background-color: #fff;
    border-radius: 0px;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
      border-top: 1px solid #EAEAEA;

}
.nav-tabs.nav-justified>li>a {
  border-bottom: none;
}
#topmenu .nav-tabs > li.active > a,
#topmenu .nav-tabs > li.active > a:hover,
#topmenu .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
}
#topmenu .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
#topmenu .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;
}
#topmenu .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
#topmenu .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
#topmenu .nav-tabs > li.dropdown .dropdown-menu > .active > a,
#topmenu .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
#topmenu .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

/*header*/
#photobody{
  width:100%;
  height:400px;
  overflow: hidden;
  position: relative;
}
#photobody img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#photobody .logo {
  position: absolute;
  transform: translateY(-50%);
  background-color: rgba(0, 86, 171, .25);
  padding: 15px;
  z-index: 499;
  border-radius: 15px;
  top: 50%;
  width: 200px;
}
#photobody .logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* Large size calendar */
.blok_header {
  border-right: 1px solid #ccc;
  background-color: #00a3e0;
  color: #fff;
}
.blok_header td {
  padding: 20px 0;
}
.blok_header i.fa {
  color: #fff;
}
.kalenderoverzicht {
  margin-bottom: 40px;
}
.table-agenda {
  background-color: #fff;
}
tr.agenda-punten {
  height: 75px;
}
tr.agenda-punten td {
  width: calc(100% / 7);
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.agenda-dagen {
  background-color: #00a3e0;
  border-right: 1px solid #ccc;
}
.agenda-dagen td {
  color: #fff;
}
.agenda-datum {
  display: block;
  padding: 0 5px;
  color: #1D529A;
}
a[class^="agenda-item-"] {
  padding: 1.5px 5px;
  color: #fff;
  display: block;
  word-break: break-word;
}
a[class^="agenda-item-"]:hover,
a[class^="agenda-item-"]:focus {
  text-decoration: none;
}

.agenda-item-0 {
  background-color: rgba(0, 163, 224, .8);
}
.agenda-item-0:hover,
.agenda-item-0:focus {
  background-color: rgba(0, 163, 224, 1);
}
.agenda-item-1 {
  background-color: rgba(0, 86, 171, .8);
}
.agenda-item-1:hover,
.agenda-item-1:focus {
  background-color: rgba(0, 86, 171, 1);
}
/* End large size calendar */

#contentbody {
  display: inline;
  float: left;
  width: 100%;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 5%;

}
#contentbody_next{
  display: inline;
  float: left;
  width: 100%;
  background: #fff;
  margin-bottom: 5%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.headerinside{
  width: 100%;
  font-size: 20px;
  line-height: 1.5em;
  margin:0px 0 10px 0px;
  z-index: 499;
  text-transform: uppercase;
  color:#0d2d61;

}

.leftbar_content{
  float: left;
  display: inline;
  width: 100%;
  min-height: 200px;
  padding: 25px 15px;
}
.leftbar_content>h2{
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 5px 25px;
  line-height: 32px;
}


.single_stuff{
  float: left;
  display: inline;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  padding:2%;
}
.single_stuff_images{
  width: 20%;
  height: 100px;
  overflow:hidden;
  float:left;
}
.single_stuff_img{
  float: left;
  display: inline;
  width: 100%;
  min-height: 100px;
}

.overleden_VP {
  border: 7px solid #939393;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding: 2%;
  width: 100%;
  overflow: hidden;
}

.news-breakingtop {
  border: 7px solid #00a3e0;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding: 2%;
  width: 100%;
  overflow: hidden;
}
.news-breakingtop img{
  max-width:100%;

}
.news-breakingtop h1 {
  font-size: 22px;
  font-weight: bold;
  color: #ff6600;
  margin-bottom: 20px;
}
.single_stuff_img a{
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single_stuff_img img{
  max-width: 100%;
  min-height: 250px;
}

.single_stuff_article {
  width: 80%;
  float:left;
  padding:2%;
}
.single_stuff_article h2{
  font-size: 15px !important;

  margin: 0px !important;
  padding: 0px !important;
  border-bottom: 0px !important;
  text-transform: normal;
  padding-top: 0px;
}
.single_stuff_article h2>a{
  color: #020202;
  text-decoration: none;
  font-weight: 600;
}
.single_stuff_article p{
  line-height: 20px;

  overflow: hidden;
}


.stuff_category {
  background-color: #00a3e0;
  border-radius: 3px;
  color: #fff;
  float: left;
  font-size: 14px;
  margin: 0px 0px 0 0;
  padding: 5px 8px;
  text-align: center;
  float:right;
}

a.stuff_category:hover{
  color: #fff !important;
  text-decoration: none !important;
}

.stuff_article_inner{
  float: left;
  display: inline;
  width: 100%;
}
.stuff_date {
  color:#00A3E0;
  margin-right: 5px;
}
.stuff_date strong{
  font-size: 20px;
}

.single_stuff_small{
  padding: 10px 15px;

      margin-bottom: 2%;
      background: #fff;
      border-radius: 0px;
}
.single_stuff_small a{
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.small_date{
  color:#c0c0c0;
  font-weight: 600;
}

.middlebar_content{
  float: left;
  display: inline;
  width: 126%;
  background-color: #fff;
  min-height: 200px
}
.middlebar_content>h2{
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin:0px;
  padding: 5px 25px;
  line-height: 32px;
}
/*home*/
.rightbar_content_home{
  float:right;
  display: inline;
  width: 100%;
  min-height: 200px;
  padding: 0 15px;
}
.rightbar_content_home>h2{
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 5px 25px;
  line-height: 32px;
}
/*second*/
.rightbar_content{
  float:right;
  display: inline;
  width: 92%;
  min-height: 200px;
  padding: 25px 15px;
}
.rightbar_content>h2{
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 5px 25px;
  line-height: 32px;
}


#scroller{
    height: 120px;
    overflow: hidden;
}
.simply-scroll {
    /* Customisable base class for style override DIV */
    width:100%;
    height: 100px;
}

.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.simply-scroll .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simply-scroll .simply-scroll-list li {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #fff;
    height: 120px;
    line-height: 120px;
    width: 200px;
    box-sizing:border-box;

        margin-right: 1%;
    text-align: center;
}

/*start middle bar css*/
.middlebar_content_inner {
  display: inline;
  float: left;
  padding: 0px;
  width: 100%;
  margin-bottom: 20px;
}
.middlebar_nav{
  padding: 0;
  margin: 0;
}
.middlebar_nav li {
  display: block;
  float: left;
  margin-bottom: 5px;
  width: 100%;
  background-color: #F8F8F8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}
.middlebar_nav li a.active {

  background-color: #00a3e0;
  color:#fff;

}
.middlebar_nav li:hover {

  background-color: #00a3e0;

}
.middlebar_nav li a{
  display: block;
  text-decoration: none;
}
.middlebar_nav li a:hover {
  display: block;
  text-decoration: none;
  color:#fff;
}

.mbar_title {
  color: #fff;
  display: block;
  float: left;
  font-size: 18px;
  width: calc(100% - 15px);
  height: 100%;
  background: #111;
  margin: 7.5px;
  border-radius: 3px;
  padding: 10px 7.5px;
  text-align: center;
}

.mbar_title:hover {
color:#FFF;
}

/*start right sidebar*/
.single_blog_sidebar{
  float: left;
  display: inline;
  width: 100%;
  padding: 0px;
  background: #ffffff;
  margin-bottom: 20px;

}
.single_blog_sidebar img{
  max-width: 100%;
}
.single_blog_sidebar > h2 {
  color: #0D2D61;
  font-size: 18px !important;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  background: #f9f9f9;
  text-indent: 10px;
}

.single_blog_sidebar > h2 a {
  color: #00a3e0 !important;
}

.single_blog_sidebar_inner > h2 {
  color: #0D2D61;
  font-size: 18px !important;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}



.featured_nav{}
.featured_nav li{
  float: left;
  width: 100%;
  background-color: #fff;
  padding-bottom: 32px;
  margin-bottom: 30px;
}
.featured_img{
  display: block;
  background:#00a3e0;
  min-height: 50px;
}
.featured_img img{
  max-width: 100%;
}
.featured_title{
  background: none repeat scroll 0 0 white;
  margin: 0 15px;
  position: relative;


}
.featured_title>a{
  display: block;
  background-color: #fff;
  margin-top: -30px;
  padding: 20px 15px 10px;
}



/*start footer area*/
#footer{
  float: left;
  display: inline;
  width: 100%;
  background: #383838;
  margin-top:2%;
  padding:2%;
  border-top:5px solid #00a3e0;
  color:#c0c0c0;
}
#footer a{
   color:#c0c0c0;
}
/*End footer area*/

/* trainignsschema styling */
.lisatr-category {
  background-color: #00a3e0 !important;
}
/* end trainingsschema styling */

/*start single page*/
.singlepost_area{
  float: left;
  display: inline;
  width: 100%;
}
.singlepost_content {
  background: inherit;
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 5%;

}
.singlepost_content_img
{
  position: relative;
  width: 100%;
  background: #f0f0f0;
  margin-bottom: 10px;
}
.singlepost_content img{
  max-width: 100%;
}
.singlepost_content h2.newsheader{
  width: 100%;
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
  padding: 10px 10px;
  background: rgba(0,0,0,0.8);
  position:absolute;
  left:0px;
  bottom:0px;
    z-index: 499;
}
.singlepost_content h2.newsheader a {
  color: #fff;
  text-decoration: none;
}
.singlepost_content h4{
  width: 100%;
  font-size: 20px;
  line-height: 1.5em;
  margin:20px 0 10px 0px;

  z-index: 499;
  text-transform: uppercase;
  color:#00a3e0;
  border-bottom: 1px solid #f0f0f0;
}
.singlepost_content p {
  background-color: inherit;
  border: 0 none;
  color: #333333;
  margin: 0 0 10px;
  padding: 0;
  text-align: justify;
  vertical-align: baseline;
  line-height: 24px;
  font-size: 15px;
}
.singlepost_content blockquote{
  font-family: arial;
  font-style: italic;
}

.stuff_category_next {
  background-color: #00a3e0;
  border-radius: 3px;
  color: #fff;
  float: left;
  font-size: 14px;
  margin: -30px 0px 0 0;
  padding: 5px 8px;
  text-align: center;
  position: absolute;
  right:10px;
  bottom:10px;
  z-index: 500;
}

a.stuff_category_next:hover{
  color: #fff !important;
  text-decoration: none !important;
}

.singlepost_content ul,
.singlepost_content ol {
  padding: 10px 0 0 10px;
  margin-left: 20px;
}

.singlepost_content ul li {
  list-style: circle;
  margin-bottom: 8px;
}

.org-lid {
  height: 300px;
  background-color: #f9f9f9;
  margin-bottom: 40px;
  padding: 10px;
}
.org-foto {
  height: 160px;
  margin-bottom: 10px;
  background-color: #fff;
}
.org-foto center {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
.org-foto img {
  max-height: 160px;
}

.author{
  float: left;
  display: inline;
  width: 100%;
  background: #F9F9F9;
  margin-bottom: 2%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 2%;
}

.author_details {
  float: left;
  display: inline;
  padding: 0px;
  margin: 0px;
}

/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(../img/status.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/*Gameday*/

#gameday{
  width: 100%;
  height:auto;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 5%;
  padding:5%;
  font-family: 'Source Sans Pro', sans-serif;

}
#gameday .matchday{
  text-transform: uppercase;
  line-height: 1em;
  font-size: 17px;

}
#gameday .matchday .tijdstip{
  color: #848484;
}

#gameday .matchday .competitie{
  color: #00a3e0;
}

#gameday .HomeTeam{
  text-transform: uppercase;
  text-align: right;
}
#gameday .AwayTeam{
  text-transform: uppercase;
    text-align: left;
}
#gameday .HomeTeam .TeamName{
  font-weight: 500;
  color:#848484;
  font-size: 17px;
  padding-right: 5%;
}
#gameday .AwayTeam .TeamName{
  font-weight: 500;
  color:#848484;
    font-size: 17px;
      padding-left: 5%;
}
#gameday .location{
  text-align: right;
      font-size: 17px;
}
#gameday .sponsor{
  text-align: right;
  position: relative;
}
#gameday .sponsor img{
  max-width: 30%;
}
#gameday .sponsorcategorie{
    text-align: right;
      text-transform: uppercase;
      color:#848484;
      font-size: 17px;
}
/*------------------------------------ Wedstrijdschema ------------------------------------*/

#wedstrijd_content {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}
#wedstrijd_info_block_right_locatie_website a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.overview_column {
    min-width: 49%;
    width: 49%;
    padding: 0;
    float: left;
    display: inline;
    position: relative;
}
.overview_column.right {
    float: right;
}
.overview_column .categorie_name {
    height: 35px;
    line-height: 35px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0px 20px 0px 20px;
}
.overview_column.left .categorie_name {
    float: left;
    background: #00a3e0;
    color: #FFFFFF;
    margin: 20px 0px 5px 00px;
    text-align: left;
    padding-left: 10px;
}
.overview_column.right .categorie_name {
    float: left;
    background: #0D2D61;
    color: #ffffff;
    margin: 20px 00px 5px 0px;
    text-align: left;
    padding-right: 10px;
}
.overview_row {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
    padding: 8px 10px;
    background: #F9F9F9;
    cursor: pointer;

}
.overview_row_visited {
    background: #0D2D61;
    color: #FFFFFF;
}

.sponsor-img {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  padding: 10px;
}
.info-icon {
    background: url('../img/info_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.time-icon {
    background: url('../img/time_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.referee-icon {
    background: url('../img/referee_icon.png');
    background-position: 0;
    float: left;
    width: 14px;
    height: 13px;
    margin: 3px 5px 0 0;
}
.overview_row.overview_row_visited .info-icon {
    background-position: -13px 0;
}
.overview_row.overview_row_visited .time-icon {
    background-position: -13px 0;
}
.overview_row.overview_row_visited .referee-icon {
    background-position: -15px 0;
}
.overview_row > div {
    float: left;
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
}
.overview_row > div > img {
    display: inline;
    vertical-align: -1px;
    margin-right: 5px;
}
.wedstrijd_overview_row_top, .wedstrijd_overview_row_bottom {
    width: 100%;
}
.wedstrijd_overview_row_match {
    width: 50%;
}
.wedstrijd_overview_row_match.wide {
    float: left;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
}
.wedstrijd_overview_row_referees {
    display: none;
}
.wedstrijd_overview_row_referees span {
    color: blue;
}
.wedstrijd_overview_row_time {
    width: 25%;
}
.wedstrijd_overview_row_time.wide {
    width: 30%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wedstrijd_overview_row_ishome {
    width: 25%;
}
.match-ishome {
    float: right;
    width: 40px;
    text-align: left;
}
.overview_info {
    width: 100%;
    float: left;
    display: inline;
    position: relative;
    margin: 0 0 11px;
    display: none;
}
.overview_info_block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    display: inline;
    background: #FFFFFF;
    padding: 4%;
    position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.overview_info_block table tr:nth-child(odd)
{
  height:25px;
  line-height: 25px;
  text-indent: 5px;
  background:#efefef;
}
.overview_info_block table tr:nth-child(even)
{
  height:25px;
    text-indent: 5px;
  line-height: 25px;

}
#wedstrijd_info_block_right_locatie_routeLink {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}
.wedstrijd_info_block_header_data {
    font-size: 14px;
    font-weight: bold;
}
#wedstrijd_locatie_route {
    display: none;
}
#overview_filter {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 10px;
    background: #f9f9f9;
}
#wedstrijd_filter_home_away {
    float: left;
}
.overview_filter_checkbox {
    float: left;
    background: #FFFFFF;
    padding: 6px 20px 6px 5px;
    margin: 0 5px 0 0;
}
#wedstrijd_filter_organisations {
    float: left;
}
.overview_schedule_filter {
    float: left;
    display: inline;
}
.wedstrijd_filter_data_list {
    border: none;
    background: #FFFFFF;
    padding: 5px;
    font-size: 16px;
    margin: 0 5px 0 0;
}
.center {
    text-align: center;
}
.match-canceled {
    text-transform: uppercase;
    color: #FF0000;
    font-weight: bold;
}
/* End Wedstrijdschema */
/* Team overzicht */
.panel-default {
    border-color: #ddd;
    border:none;

}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.panel-body{
  background: #F9F9F9;
}

.panel-default > .panel-heading {
    background-color: #00a3e0;
    border-color: #ddd;
    border: none;
    color: #fff !important;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 15px;
}
.team_view_name {
    color: #00a3e0;
}
.team_view_league {
    color: #000000;
}
/* Trainingsschema */

.trainingsschema_overview_row_teamname {
    width: 40%;
    float: left;
    font-size: 15px;
}
.trainingsschema_overview_row_time {
    width: 30%;
    float: left;
    font-size: 15px;
}
.trainingsschema_overview_row_location {
    width: 30%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    text-align: left;
}
#training-days-filter {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 20px;
    background-color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    text-align: center;
    float: left;
}
.overview-day {
    display: inline-block;
    padding: 0 10px;
    height: 33px;
    line-height: 33px;
}
.overview-day.checked {
    background-color: #000000;
    color: #fff;
}
.no-display {
    display: none;
}
.pointer {
    cursor: pointer;
}
/* End Trainingsschema */

.won-match {
    width: 12px;
    height: 12px;
    background: green;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.tied-match {
    width: 12px;
    height: 12px;
    background: #FFD700;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.lost-match {
    width: 12px;
    height: 12px;
    background: #C50E18;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
/*Teampagina*/

.spelerblok
{
   width: 23%;
   height:265px;
   float:left;
   margin-right: 2%;
   margin-bottom: 2%;
  position: relative;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   border-radius: 5px;
}

.spelerblok_foto
{
  width:100%;

  height:100%;
  font-size:300%;
  text-align: center;
  line-height: 150px;
  overflow: hidden;
}
.spelerblok_foto img {
  max-width: 100%;

}

.spelerblok_title
{
    width:100%;
    height:35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color:rgba(0,0,0,0.6);
    position: absolute;
    left:0px;
    bottom:0px;
    z-index: 500;
 text-shadow: 1px 1px #000;
}
.role_title
{
    width:100%;
    height:35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color:rgba(0,0,0,0.6);
    position: absolute;
    left:0px;
    bottom:30px;
    z-index: 500;
 text-shadow: 1px 1px #000;
}

/* Breadcrumbs*/

.breadcrumb {
    background-color: #fff;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom:0px;
    padding: 10px 0px;

}
.breadcrumb .first{
  color: #00a3e0 !important;
}

/*organisatieschema*/
.theadspecial
{
    padding: 10px 5px !important;
    background-color: #00a3e0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-indent: 10px;
    padding-right: 9px !important;
}
.theadspecial_second
{
    padding: 10px 5px !important;
    background-color: #00a3e0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-indent: 10px;
    padding-right: 9px !important;
}
.theadspecial_third
{
    padding: 10px 5px !important;
    background-color: #00a3e0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-indent: 10px;
    padding-right: 9px !important;
    float: left;
    width: 100%;
}
.theadspecial a,
.theadspecial_second a {
  font-size: 18px;
  color: #fff;
}

/*sponsorpagina*/

.sponsoritem{
    width:31%;
    height:250px;
    background:#efefef;
    padding: 2%;
    float:left;
    margin-right: 1%;
    margin-bottom: 2%;
    overflow: hidden;
}

.sponsoritem_image{
    width: 100%;
    height:150px;
    line-height: 150px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.sponsoritem_image img{
    max-width: 100%;
}
.sponsoritem_title h3{
    background:#0D2D61;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color:#fff;
    padding:10px 5px;
}



/*======================///////////////
      start responsive style
=====================///////////////////////*/

@media(max-width:1199px ){
  .navbar-collapse{padding-right: 0px;}
  .custom_nav li a {font-size: 14px;padding: 15px 6px;}
  .mbar_title {font-size: 14px;width: 100%;}
  .navbar-brand{ width:10%;}
}
@media(max-width:991px ){
  .navbar-logo {display: none;}
  /* HACK: NAVBAR BREAKPOINT */
  .navbar-header {
      float: none;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar {
    position: fixed;
  }
  .navbar-nav {

      float: none!important;
      margin: 7.5px -15px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-text {
      float: none;
      margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
      display: block!important;
  }
  .collapsing {
      overflow: hidden!important;
  }
  .custom_nav{float:left; width: 100%;}
  .custom_nav li{ width: 100%;}
  .custom_nav li a { width:100%; font-size: 14px; padding: 5px 0px 5px 0px;  text-indent: 10px; border-bottom: 1px solid #00a3e0 }
  /* END HACK */
  header .extra-menu {
    display: none;
  }
  .nav-tabs.nav-justified>li>a {
    border: none;
  }
  #topmenu .nav-tabs > .open > a, #topmenu .nav-tabs > .open > a:hover, #topmenu .nav-tabs > .open > a:focus, #topmenu .nav-tabs > li > a:hover, #topmenu .nav-tabs > li > a:focus {
    border: none;
    background-color: #0056AB;
    color: #fff;
  }
  .nav-tabs.nav-justified>li {
    display: block;
    width: 100%;
  }
  #contentbody_next {
    background-color: transparent;
  }
  .leftbar_content,
  .rightbar_content {
    background-color: #fff;
  }
  #topmenu .nav-justified {
    background-color: #fff;
    margin: 0 0 40px;
  }
  #topmenu .nav-tabs .active {
    background-color: #0056AB !important;
    border: none;
    color: #fff;
  }
  #topmenu .nav-tabs .active:hover,
  #topmenu .nav-tabs .active:focus {
    border: none;
    color: #fff;
  }
  .leftbar_content {margin-bottom: 40px;}
  #contentbody {padding: 15px; margin-top: 15px;}
  .navbar {width: 100%;}
  .middlebar_content {width: 100%;}
  .rightbar_content{width:100%;}
  .single_stuff_img img {width: 100%;}
  .socialmedia-container {display: none;}
}
@media(max-width:767px ){
  #photobody{
    height:auto;
  }
  #photobody img{
    height:auto;
  }
  header .sponsor {display: none;}
  .navbar-brand img{  width:100%;}
  .navbar{ padding-top: 0px;}
  .topadd_place>a{width: 100%;}
  .navbar-brand{ top:0px;width:10%;min-width: 65px;}
}
@media(max-width:480px ){
  body{background-position: -35px 0px; }
  #searchForm input[type="text"] {width: 86%;}
  .stuff_article_inner h2 > a {font-size: 20px;}
  .footer_inner p {float: none;width: 100%;text-align: center;}
  .similarpost_nav li {margin: 0 0 25px;padding: 0 2%;width: 100%;}
}
@media(max-width:320px ){
  .stuff_article_inner h2{line-height: 1em;}
  .stuff_article_inner h2 > a {font-size: 16px;}
}


.nobackground{
  background: none;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

.teamselectie
{
  background: red;
  position: absolute;
  right:0px;
  top:0px;
  height:400px;
  width: 400px;
  z-index: 500;
}

.webshop-clubkleding a
{
  text-decoration: none;
}

.webshop-clubkleding a:visited
{
  color: #fff;
  text-decoration: none;
}

.responsiveIframe            {position:relative;}
.responsiveIframe .ratio    {display:block; height:auto; width:100%;}
.responsiveIframe iframe    {height:100%; left:0; position:absolute; top:0; width:100%;}
