/*!
 * This is a custom css file, intended to be modified by Statbel Team.
 *
 * Some default styles are already defined and may be modified. There are also
 * some elements defined without style, so Statbel Team knows the available
 * classes.
 */
 
/*
 * Homepage bottom blocks.
 */
 
/* Top Left Block */
.block-homepage-tl {}
/* Top Middle Block */
.block-homepage-tm {}
/* Top Right Block */
.block-homepage-tr {}
/* Bottom Left Block */
.block-homepage-bl {}
/* Bottom Middle Block */
.block-homepage-bm {}
/* Bottom Right Block */
.block-homepage-br {}
 
/*
 * Site Themes.
 */
 
 
/*
 * Table styles.
 *
 * Initially this is a copy of the previous styles, found at:
 * http://statbel.fgov.be/style/whiteLabel.css
 */
.statisticTable {
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}
 
.statisticTable th.h1 {
  color: #FFFFFF;
  font-weight: bold;
}
 
.statisticTable th.h1 p {
  color: #FFFFFF;
  margin: 0px;
}
 
.statisticTable th {
  font-weight: normal;
}
 
.statisticTable th a {
  float: none;
  color:#FFFFFF;
}
 
.statisticTable td {
  text-align: right;
}
 
.statisticTable tfoot td {
  color: #8E7C64;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.3em;
  text-align: left;
}
 
.statisticTable tr:hover td {
  background-color: #D0D0CB;
}
 
table.statisticTable .d2 {
  color: #F1F1EA;
  font-size: 100%;
  padding: 0.1em 0.3em;
}
 
table.statisticTable th,
table.statisticTable td {
     font-weight: normal;
}
 
table.statisticTable tr:hover td {
     background-color: #D0D0CB;
}
 
table.statisticTable b {
     font-weight: bold;
}
 
table.statisticTable .s1 {
     background-color: transparent;
     color: #5A5856;
     font-size: 100%;
     font-weight: bold;
     padding: 0px;
     text-align: left;
}
 
table.statisticTable .h1 {
     background-color: #D53F26;
     color: #FFFFFF;
     font-size: 100%;
     font-weight: bold;
}
 
table.statisticTable .d1 {
     font-size: 100%;
     padding: 0.1em 0.3em;
}
 
table.statisticTable .d2 {
     background-color: #8E7C64;
     color: #F1F1EA;
     font-size: 100%;
     padding: 0.1em 0.3em;
}
 
table.statisticTable .d3 {
     color: #333331;
     font-size: 100%;
     padding: 0.1em 0.3em;
}
 
table.statisticTable .f1 {
     color: #8E7C64;
     font-size: 100%;
     font-weight: normal;
     line-height: 1.3em;
}
 
table.statisticTable .t1 {
     color: #D53F26;
     font-size: 130%;
     font-weight: bold;
     margin: -0.5em 20% 1em;
}
 
table.statisticTable .t2 {
     color: #D53F26;
     font-size: 120%;
     font-weight: bold;
}
 
table.statisticTable .more {
     background: none repeat scroll 0% 0% #C8271D;
     border-color: #F1F1EA #7D3302 #003300 #999999;
     border-style: solid;
     border-width: 1px;
     color: #FFFFFF;
     font-family: Verdana,sans-serif;
     font-size: 85%;
     font-weight: bold;
     padding: 2px 0.6em;
     vertical-align: middle;
}
 
table.statisticTable tbody td {
     text-align: right;
}
 
/*
 * Add this class to a div around a table to improve responsiveness
 */
 
div.responsivetable {
     overflow:auto;
     overflow-y:hidden;
}
.responsive {
  overflow: hidden;
  padding-top: 85%;
  position: relative;
}
.responsive iframe {
    border:0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
 *  Homepage style, for municipality search form.
 */
.block-homepage-tr form[id^=views-exposed-form-municipalities] input[name=zip_code] {
    width: 296px;
    display: block;
    float: left;
    clear: none;
    height: 32px;
}
.block-homepage-tr form[id^=views-exposed-form-municipalities] input[type=submit] {
    clear: none;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    border: 0;
    background-image: url(../../images/icons/icons-search.png);
    background-position: center -52px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .block-homepage-tr form[id^=views-exposed-form-municipalities] input[type=submit] { 
        background-image: url('../../images/icons/icons-search@2x.png');
        background-size: 44px 179px;
    }
}

.block-region-second .block[class*=newsletter-subscription]{
background-image: url(/themes/custom/statbel_theme/images/backgrounds/view-homepage-calendar.jpg) !important;}

.block[class*="menu--social-links"] ul.menu > li a {
    border-radius: 50%;
}
.block[class*="menu--social-links"] ul.menu > li a.facebook::before {
    padding-top: 7px;
  font-size:40px;
}
.block[class*="menu--social-links"] ul.menu > li a.facebook {
    background-color:#1877F2;
}
.block[class*="menu--social-links"] ul.menu > li a:hover {
    background-color:#898F9C ;
}

.block[class*="footer-menu"] ul.menu li{
    vertical-align: middle; 
}
.block[class*="footer-menu"] ul.menu li.last a {
    float: left;
}
.copyright.navbar-text {
  margin: 0; 
}
body.page--homepage .view-calendar-homepage time {
  display: block;
}

