/*
    File      : main.css
    Datum     : 27 juli 2015
    Author    : Ludo de Vos
    Wijziging : 16 januari 2016
*/

/* Keyframes */
@-webkit-keyframes zoom_inout {
      0% { -webkit-transform: scale(1.2); }
     50% { -webkit-transform: scale(2); }
    100% { -webkit-transform: scale(1.2); }
}

@keyframes zoom_inout {
      0% { transform: scale(1.2); }
     50% { transform: scale(2); }
    100% { transform: scale(1.2); }
}

@-webkit-keyframes zoom_outin {
      0% { -webkit-transform: scale(2); }
     50% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(2); }
}

@keyframes zoom_outin {
      0% { transform: scale(2); }
     50% { transform: scale(1.2); }
    100% { transform: scale(2); }
}

/* Body */
body {
    margin: 10px 20px 10px 20px;
}

/* PageHeader */
#pageHeader {
    margin: 0px 0px 10px 0px;
}

#pageHeader_balk {
    padding: 10px 10px 10px 10px;
    overflow: auto;
    -webkit-border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);
    border: 0px;
    background-image: -webkit-linear-gradient(top left, green 0%, lightgreen 100%);
    background-image: -moz-linear-gradient(top left, green 0%, lightgreen 100%);
    opacity: 1.0;
}

#pageHeader_logo_left {
    float: left;
    width: 120px;
    height: 90px;
    margin-bottom: 20px;
    border: 0px;
    background-image: url("../resources/images/WebSite_Logo.png");
    background-size: cover;
    -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent),  to(rgba(255, 255, 255, .5)));
    border-radius: 10px 10px 10px 10px;
    transform: rotateY(10deg);
    opacity: 0.8;
}

#pageHeader_logo_left:hover {
    -webkit-animation-name: wobble;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: 3;
    -moz-animation-name: wobble;
    -moz-animation-delay: 0.1s;
    -moz-animation-duration: 0.8s;
    -moz-animation-iteration-count: 3;
}

#pageHeader_logo_right {
    float: right;
    width: 120px;
    height: 90px;
    margin-bottom: 20px;
    border: 0px;
    background-image: url("../resources/images/Service.png");
    background-size: cover;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    opacity: 0.8;
}

#pageHeader_text {
    margin-top: -10px;
    overflow: auto;
}

#pageHeader_text1 {
    color: darkgrey;    
    text-shadow: 5px 5px 15px black;
}

#pageHeader_text2 {
    padding-left: 10px;
}

#pageHeader_text2 h5 small {
    color: whitesmoke;    
}

/* PageFooter */
#pageFooter {
    margin: 10px 0px 10px 0px;
}

#pageFooter_balk {
    padding: 10px 10px 10px 10px;
    overflow: auto;
    -webkit-border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);
    border: 0px;
    background-image: -webkit-linear-gradient(top left, green 0%, lightgreen 100%);
    background-image: -moz-linear-gradient(top left, green 0%, lightgreen 100%);
    opacity: 1.0;
}

#pageFooter_text {
    overflow: auto;
}

#pageFooter_mailinfo {
    color: black;
    font: 1em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
    text-align: left;
}

#pageFooter_mailinfo a {
    color: blue;    
}

#pageFooter_copyright {
    color: whitesmoke;
    font: 0.8em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
}

#pageFooter_lastupdate {
    color: whitesmoke;    
    font: 0.9em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif;
}

#pageFooter_right {
    float: right;
    width: 42px;
    height: 90px;
    background-image: url("../resources/images/Speler.png");
    background-size: cover;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}

#pageFooter_right:hover {
    -webkit-animation-name: fadeOutLeftBig;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: fadeOutLeftBig;
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: 1;
}

.contactformulier_form_container {
    margin: 20px;
}

/* PageBody */
#pageBody {
    position: relative;
    margin-left: 0px;
    top: 0px;
    width: 100%;
    -webkit-border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);
    border: 0px;
    background-image: -webkit-linear-gradient(top left, whitesmoke 0%, grey 100%);
    background-image: -moz-linear-gradient(top left, whitesmoke 0%, grey 100%);
}

/* Main menu */
#pageBody_menu {
    margin: 0px 0px 10px 0px;
}

/* Mededelingen */
#pageBody_mededelingen {
    margin: 0px 10px 0px 10px;
    font-size: 0.9em;
}

.mededeling-item {
    padding: 0px 0px 0px 0px;
}

/* Main body */
#pageBody_main {
    margin: 0px 10px 10px 10px;
}

/* Home - Grid */
#pageBody_main_grid {
    margin: 0px 0px 10px 0px;
    border: 1px solid darkgrey;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
}

#home_grid {
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
}

#home_grid_gallery {
    padding: 5px 5px 5px 5px;
}

.zoom-inout {
    -webkit-animation: zoom_inout 20s infinite;
    animation: zoom_inout 20s infinite;
}

.zoom-outin {
    -webkit-animation: zoom_outin 20s infinite;
    animation: zoom_outin 20s infinite;
}

.zoom-container {
    overflow: hidden;
    padding: 5px 5px 5px 5px;
}

#home_grid img {
    padding: 5px 5px 5px 5px;
}

#home_grid_text {
    margin: 5px 0px 5px 0px;
    text-shadow: 2px 2px 5px grey;
    text-align: center;
}

/* Home - Items */
#pageBody_main_items {
    margin: 0px -5px -5px -5px;
    padding: 5px 5px 5px 5px;
}

#home_items {
    margin: 0px 0px 0px 0px;
}

.home-item {
    padding: 5px 5px 5px 5px;
}

.home-item-box {
    box-shadow: 3px 3px 3px rgba(128, 128, 128, 0.5);
    border: 0px;
    border-radius: 15px;
    background-image: -webkit-linear-gradient(top left, lightgreen 0%, grey 100%);
    background-image: -moz-linear-gradient(top left, green 0%, lightgreen 100%);
    opacity: 1.0;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    min-height: 250px;
}

.home-item h2, .home-item h4 {
    text-align: center;
    margin-bottom: 10px;
    color: floralwhite;
}

.home-item h2 {
    color: darkgreen;
}

.home-item p {
    text-align: center;
    min-height: 60px;
    padding: 10px 10px 10px 10px;
}

/* Banner (Carousel met sponsors) */
#pageBody_sponsors {
    margin: 0px -15px 40px -15px;
}

#carousel_Sponsors {
    border: 1px solid darkgrey;
    border-radius: 5px;
}

#carousel_Sponsors .carousel-indicators {
    bottom: -40px;
}

#carousel_Sponsors .carousel-indicators li {
    background-color: gainsboro;
}

#carousel_Sponsors .carousel-indicators .active {
    background-color: darkseagreen;
}

.carousel-control {
    background: none !important;
}

/*******************/
/* Algemene opmaak */
/*******************/

td {
    vertical-align: top;
}

/* Datum */
.datum-voorbij {
    color: lightgrey;
}

/* Panel */
.panel {
    margin-bottom: 0px !important;
}

.panel-body {
    margin: -5px -5px -15px -5px;    
}

.panel-body-laatste {
    margin-bottom: -5px;
}
.panel-box {
    padding: 10px 0px 0px 0px;
}

.panel-box-eerste {
    margin-top: -10px;
}

.panel-box-laatste {
    margin-bottom: 0px;
}

.panel-box-title {
    margin: 0px 0px 0px 0px;
    font-size: 1em;
}

.panel-box-body {
    margin: 0px 0px 10px 0px;
    font-size: 0.9em;
}

.panel-box-competitieleiders {
    margin: -10px 0px 10px 0px;
}

/* Tabel */
.tabel-cel-links {
    text-align: left;
}

.tabel-cel-rechts {
    text-align: right;
}

.tabel-cel-centreer {
    text-align: center;
}

/*********************/
/* Specifieke opmaak */
/*********************/

/* Home */
#panelBody_speeltijden {
    margin: 0px 5px 0px -15px;
}

#panelBody_agenda .table, #panelBody_zaalsluitingen .table, #panelBody_speeltijden .table {
    border-bottom: 1px solid lightgrey;
}

#home_speeltijden_image {
    padding: 0px 0px 30px 0px;
}

/* Info - Route */
.route-website {
    margin: -5px -5px -10px -5px;
}

.route-website iframe {
    width: 100%;
    height: 400px;
    border: 0px solid lightgrey;
}

#info-routebeschrijving ul.a {
    list-style-type: square;
    padding: 0px 0px 0px 20px;
}

#info-routebeschrijving ul.b {
    list-style-type: none;
    padding: 2px 0px 12px 0px;
}

/* Artikelen */
#artikel {
    margin: -1px 0px 0px 0px;
    border: 1px solid lightgrey;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#artikel .tab-pane {
    margin: 10px 10px -10px 10px;
}

.artikel-title-date {
    padding: 0px 0px 0px 10px;
    font-size: 0.6em;
}

.artikel-title-text {
    margin: -2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: black;
    font-size: 0.9em;
}

#artikel-container {
    margin: 10px;
}

#artikel-container img {
    margin: 0px 5px 5px 0px;
    width: 100px;
    height: 100px;
    padding: 5px 5px 5px 5px;
}

.modal-artikel-title-text {
    margin: 0px 0px 0px -3px;
    padding: 0px 0px 0px 0px;
    color: black;
    font-size: 1.2em;
}

.modal-artikel-container {
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    color: black;
    font-size: 0.9em;    
}

#artikel table {
    border-bottom: 1px solid lightgrey;
}

/* Foto albums */
.fotoalbum {
    border: 2px solid green;
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.fotoalbum-laatste {
    margin-bottom: 20px;
}

#fotoalbum-container {
    margin: 10px;
}

#fotoalbum-container img {
    margin: 0px 10px 5px 0px;
    width: 120px;
    height: 120px;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    -moz-box-shadow: #999 2px 0px 5px;
    -webkit-box-shadow: #999 2px 0px 5px;
}

#fotoalbum-container img:hover {
    border: 2px solid darkgrey;
}

/* Foto albums - Keuze */
#fotoalbum_keuze_titel_tekst {
    height: 30px;
}

#fotoalbum_keuze_titel_tekst .btn {
    float: left;
    margin: -7px 20px 0px 0px;
}

#g1_thumbsWrapper {
    position: relative;
    float: left;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 130px;
    height: 130px;
    margin: 5px;
}

#g1_thumbsWrapper img {
    padding: 5px;
    margin: 2px;
    cursor: pointer;
    -moz-box-shadow: #999 2px 0px 5px;
    -webkit-box-shadow: #999 2px 0px 5px;
}

#g1_thumbsWrapper img:hover {
    border: 2px solid darkgrey;
}

/* Competitie */
#competitie {
    margin: -1px 0px 10px 0px;
    border: 1px solid lightgrey;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#competitie .tab-pane {
    margin: 10px -5px -10px -5px;
}

.competitie-title {
    margin: 2px 2px 2px 10px;
    padding: 0px 0px 0px 0px;
    color: black;
    font-size: 1em;
}

#competitie-container {
    margin: 10px 10px 5px 10px;
}

#competitie-container table {
    border-bottom: 1px solid lightgrey;
}

.competitie-website {
    margin: 10px 0px 0px 0px;
}

#competitie-container iframe {
    width: 100%;
    height: 500px;
    border: 1px solid lightgrey;
}

.panelBody_competitie {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}

.panelBody_competitie table {
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid lightgrey;
}

.competitie_leiders_image {
    padding: 0px 0px 20px 0px;
}

td.table-competitie, th.table-competitie {
    font-size: 0.9em;
}
