.fa.fa-clock-o,
.fa.fa-info-circle {
  color: #001489;
}
.overview_row_visited .fa.fa-clock-o,
.overview_row_visited .fa.fa-info-circle {
  color: #fff;
}

/* BestuurPAGINA */

.bestuur{
	background:#f0f0f0;
  height:450px;
	margin-bottom: 30px;
}
.bestuur, .thumbnail{
	padding:5%;
	border:none;
}
/* VacaturePAGINA*/

.vacature-overzicht{
    background:#f0f0f0;
    height:200px;
    margin-bottom:30px;

}
/*FAQ*/
.faq_title{
	background: #001489;
	color:#fff;
}
.faq_title a{
	font-weight: 600;
	color:#fff;
}


/* trainignsschema styling */
.lisatr-category {
  background-color: #001489 !important;
}
/* end trainingsschema styling */

/*Gameday*/

#gameday{
  width: 100%;
  height:auto;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          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;


}
#gameday .matchday .tijdstip{
  color: #848484;
}

#gameday .matchday .competitie{
  color: #001489;
}

#gameday .HomeTeam{
  text-transform: uppercase;
  text-align: right;
}
#gameday .AwayTeam{
  text-transform: uppercase;
    text-align: left;
}
#gameday .HomeTeam .TeamName{
  font-weight: 500;
  color:#848484;

  padding-right: 5%;
}
#gameday .AwayTeam .TeamName{
  font-weight: 500;
  color:#848484;

      padding-left: 5%;
}
#gameday .location{
  text-align: right;

}
#gameday .sponsor{
  text-align: right;
  position: relative;
}
#gameday .sponsor img{
  max-width: 30%;
}
#gameday .sponsorcategorie{
    text-align: right;
      text-transform: uppercase;
      color:#848484;

}
/*------------------------------------ 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 {

    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    text-align: center;
    margin-top:20px;
    color: #FFFFFF;
    padding: 10px 10px;
    font-weight:300;
}
.overview_column.left .categorie_name {
    float: left;
    background: #001489;
    color: #FFFFFF;
    margin-top:20px;
    text-align: left;
}
.overview_column.right .categorie_name {

    background: #001489;
    color: #ffffff;

    text-align: right;
    padding-right: 10px;
    float:right;
}
.overview_row {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px 10px;
    background: #fbfbfb;
    cursor: pointer;
    border-bottom: 1px solid #ddd;

}
.overview_row_visited {
    background: #001489;
    color: #FFFFFF;
}
a.team-facebook {
  background-color: #001489;

  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  color: #fff;
}
.info-icon {
    background: url('../images/info_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.time-icon {
    background: url('../images/time_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.referee-icon {
    background: url('../images/referee_icon2.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;

}
.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;
    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;
    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%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    display: inline;
    background: #FFFFFF;
    padding: 4%;
    position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          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-weight: bold;
}
#wedstrijd_locatie_route {
    display: none;
}
#overview_filter {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 15px 10px;
     margin-bottom: 20px;

}
#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;
        padding: 6px 20px 6px 5px;
}
.wedstrijd_filter_data_list {
    border: none;
    background: #FFFFFF;
    padding: 5px;

    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;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.panel-default > .panel-heading {
    background-color: #001489;
    border-color: #001489;
    border: none;
    color: #fff !important;

}
.panel-default > .panel-heading  h3{
    margin:0px;
    padding:0px;
    font-size: 15px;
    font-weight: 300;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 15px;
}
.team_view_name {
    color: #001489;
}
.team_view_league {
    color: #000000;
}
/* Trainingsschema */

.trainingsschema_overview_row_teamname {
    width: 40%;
    float: left;

}
.trainingsschema_overview_row_time {
    width: 30%;
    float: left;

}
.trainingsschema_overview_row_location {
    width: 30%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

    text-align: left;
}
#training-days-filter {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 20px;
    background-color: #fff;
    padding: 15px 20px;

    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;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.tied-match {
    width: 12px;
    height: 12px;
    background: #FFD700;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.lost-match {
    width: 12px;
    height: 12px;
    background: #C50E18;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
/*Teampagina*/

.spelerblok
{
   width: 23%;
   height:200px;
   float:left;
   margin-right: 2%;
   margin-bottom: 2%;
  position: relative;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
           box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   border-radius: 5px;
}

.spelerblok_foto
{
  width:100%;
  line-height: 165px;
  max-height:165px;
  font-size:300%;
  text-align: center;
  overflow: hidden;
}
.spelerblok_foto img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 165px;
}
.spelerblok_title
{
    width:100%;
    height:35px;
    line-height: 35px;
    text-align: center;
    color: #444;
    background-color:rgba(192,192,192,0.5);
    position: absolute;
    left:0px;
    bottom:0px;
    z-index: 500;
    overflow: hidden;
}
@media (max-width: 991px) {
  .spelerblok {
    width: 48%;
    margin-right: 2%;
  }
}

/*organisatieschema*/
.theadspecial
{
    background-color: #001489;
    color: #fff;
    border-top:0px;
    font-weight: 300;
    text-indent: 0px;
    text-transform: Capitalize;
    text-align: center;
}
.theadspecial-agenda {

  text-transform: capitalize;
}
.theadspecial-sub
{
    background-color: #fff;
    color: #333;

    font-weight: 400;
    text-indent: 10px;

}

/*sponsorpagina*/

.sponsoritem{
    width:100%;
    height:200px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border:1px solid #f0f0f0;
}

.sponsoritem_image{
    width: 100%;
    height:150px;
    line-height: 150px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    vertical-align: middle;
}

.sponsoritem_image img{
    max-width: 100%;
    max-height:150px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    line-height: 150px;
    vertical-align: middle;
    display: initial !important;

}
.sponsoritem_title{
  position: absolute;
  left:0px;
  bottom:0px;
  width: 100%;
}
.sponsoritem_title h3{
    background:#001489;
    width: 100%;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color:#fff;
    padding:10px 5px;
    margin:0px;
}
.sponsoritem_title h3 a{
  color:#fff;
  text-decoration: none;
}



.single_stuff{
  width: 100%;
  margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.single_stuff_img{
  width: 100%;
  background: #ed1c24;
  min-height: 95px;
}

.single_stuff_img_item{
  height:250px;
}
.single_stuff_img a{
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single_stuff_img img{
  max-width: 100%;
}
.single_stuff_article {
  width: 100%;
  background-color: #fff;

}
.single_sarticle_inner{
  background-color: #fff;
  margin: -70px 20px 0;
  padding: 10px 20px;
  width: auto;
  position: relative;
  z-index:500;
  width: calc(100% - 40px);
}
.stuff_category {
  color: #444;
  display: inline-block;

  outline: medium none;
  text-decoration: none;
  text-transform: uppercase;
}
.stuff_article_inner{
  width: 100%;
}
.stuff_date {
  background-color: #001489;
  border-radius: 3px;
  color: #fff;
  float: left;

  margin: 5px 10px 0 0;
  padding: 5px 8px;
  text-align: center;
  width: 56px;
}
.stuff_article_inner h2{

  line-height: 1.5em;
  margin: 0;
  padding: 5px 0 0;
}
.stuff_article_inner h2>a{
  color: #444;
}
.stuff_article_inner p{
  line-height: 1.5em;
  padding: 10px 0;
}

.singlepost_content_img{
  float:right;
  margin-left:20px;
  margin-bottom: 20px;
}
