/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 28, 2014, 9:29:58 AM
    Author     : karima
*/

@font-face {
    font-family: spaceAge;
    src: url(fonts/spaceage.ttf);
}


.mapIndex{
width: auto;
height: 500px;
}
a.MenuMain{
    font-family: spaceAge;
    font-size:1.6rem;
    cursor:pointer;
    padding-top: 0  !important;
    padding-bottom: 0 !important;
}

.breadcrumb {
    background-color: white;
        margin-bottom: 0px !important;
}
/*
.caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
}
*/
a.client {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;
  filter: alpha(opacity=30);

  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-filter: grayscale(100%);
  -webkit-opacity: 0.3;
}

a.client:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -webkit-opacity: 1;
}

img.client{
    height: 35px;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:10px;
    padding-left:10px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

hr.simple
{
  margin:0px;
}

.g-plus {
    background: url(icons/gplus.png) no-repeat top left;
    border: 0;
    height: 28px;
    padding-top: 5px;
    padding-left: 30px;
    display: inline-block;
}


.panel-heading-spec a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}
.panel-heading-spec a.collapsed:after {
    content: "\e080";
}

.leaflet-popup-content{
    width: 303px !important;
}
.leaflet-popup-content a {
 color: #000000;
}

/*!
 * "Fork me on GitHub" CSS ribbon v0.1.1 | MIT License
 * https://github.com/simonwhitaker/github-fork-ribbon-css
*/

/* Left will inherit from right (so we don't need to duplicate code) */
.github-fork-ribbon {
  /* The right and left classes determine the side we attach our banner to */
  position: absolute;

  /* Add a bit of padding to give some substance outside the "stitching" */
  padding: 2px 0;

  /* Set the base colour */
  background-color: #a00;

  /* Set a gradient: transparent black at the top to almost-transparent black at the bottom */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));

  /* Add a drop shadow */
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);

  /* Set the font */
  font: 700 13px "Helvetica Neue", Helvetica, Arial, sans-serif;

  z-index: 9999;
  pointer-events: auto;
}

.github-fork-ribbon a,
.github-fork-ribbon a:hover {
  /* Set the text properties */
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  text-align: center;

  /* Set the geometry. If you fiddle with these you'll also need
     to tweak the top and right values in .github-fork-ribbon. */
  width: 200px;
  line-height: 20px;

  /* Set the layout properties */
  display: inline-block;
  padding: 2px 0;

  /* Add "stitching" effect */
  border-width: 1px 0;
  border-style: dotted;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.github-fork-ribbon-wrapper {
  width: 150px;
  height: 150px;
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 9999;
  pointer-events: none;
}

.github-fork-ribbon-wrapper.fixed {
  position: fixed;
}

.github-fork-ribbon-wrapper.left {
  left: 0;
}

.github-fork-ribbon-wrapper.right {
  right: 0;
}

.github-fork-ribbon-wrapper.left-bottom {
  position: fixed;
  top: inherit;
  bottom: 0;
  left: 0;
}

.github-fork-ribbon-wrapper.right-bottom {
  position: fixed;
  top: inherit;
  bottom: 0;
  right: 0;
}

.github-fork-ribbon-wrapper.right .github-fork-ribbon {
  top: 42px;
  right: -43px;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.github-fork-ribbon-wrapper.left .github-fork-ribbon {
  top: 42px;
  left: -43px;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.github-fork-ribbon-wrapper.left-bottom .github-fork-ribbon {
  top: 80px;
  left: -43px;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.github-fork-ribbon-wrapper.right-bottom .github-fork-ribbon {
  top: 80px;
  right: -43px;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.right .github-fork-ribbon {
   background-color: #090;
}

.work-in-progress {
  position: absolute;
  overflow: hidden;
top: 30px;
right: 4px;
  z-index: 9998;
  pointer-events: none;
  /*background-image: url('images/work-in-progress.gif');*/
}
/**************FEEDBACK*****************/
#slideout {

        position: fixed;
        z-index: 9999;

        top: 150px;
        left: 0;
        width: 35px;
        padding: 12px 0;
        text-align: center;
        background: #6DAD53;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
}
#slideout_inner {
        position: fixed;
        top: 150px;
        left: -280px;
        background: #6DAD53;
        width: 280px;
        padding: 25px;
        /*height: 130px;*/
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        text-align: left;
        -webkit-border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        border-radius: 0 0 5px 0;
}
#slideout_inner textarea {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
}
#slideout:hover {
        left: 280px;
}
#slideout:hover #slideout_inner {
        left: 0;
}

#slideout_inner label {
    color: white;
}

/* SEARCH */
.searchHeader  {
    text-decoration: none;
    font-weight: bolder !important;
    color: black !important;
    background-color: #eee !important;
}
.searchHeader span {
    font-weight: bolder;
    color: black;
    margin-top: 5px;
}

.searchWordLink{
    padding: 2px 0px 2px 0px ;
    font-size:0.9rem;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}

.searchWordDomain a.searchWordLink {
    background-color: #5bc0de;
}
.searchWordTag a.searchWordLink {
    background-color: #337ab7;
}
.searchWordMediaType a.searchWordLink {
    background-color: #000000;
}
.searchWordLicense a.searchWordLink {
    background-color: #795548;
}
.searchWordActive a.searchWordLink {
    font-weight: bolder;
    color: white;
}

.searchWordActive a.searchWordLink > span.tag-pill {
    background-color: white;
    font-weight: bolder;
    color: #444444;
}

.searchWordActive a.searchWordLink:hover  {
    color: black;
    font-weight: normal;
}

.searchWordActive a.searchWordLink  > span.fa:before {

    font-family: 'FontAwesome';
    content: "\f14a"; /*check-circle-o*/
}
.searchWordActive a.searchWordLink:hover  > span.fa:before {
    font-family: 'FontAwesome';
    content: "\f096"; /*fa-square-o */
}

.searchWord a.searchWordLink {
    color: black;
}

.searchWord a.searchWordLink  > span.fa:before {
    font-family: 'FontAwesome';
    content: "\f096"; /*fa-square-o */
}
.searchWord a.searchWordLink:hover  > span.fa:before {
    font-family: 'FontAwesome';
    content: "\f14a"; /*circle-o*/
}


div.searchWordSelected  {
    text-decoration: none;
    margin-bottom: 3px;
    margin-right: 3px;
    float: left;
}

div.searchWordSelected > a {
    text-decoration: none;
}

div.searchWordSelected  > a > triangle.span {
width: 0;
height: 0;
border-style: solid;
border-width: 50px 86.6px 50px 0;
border-color: transparent inherit transparent transparent;
}

.scrollable-nav {
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
}

.tags{
	margin:0;
	padding:0;
        left:20px;
/*
position: relative;
top: -28px;
right: -5px;*/
        font-weight: bolder;
	list-style:none;
         /*height: 20px;*/
	}

.tags li, .tags a{
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:13px;
	margin-bottom:4px;
       z-index: 3;
	}

        a.tagsDomain {
	background:#5bc0de;
        }
        a.tagsDomain:before{
	border-color:transparent #5bc0de transparent transparent;
        }

        a.tagsTag {
	background:#337ab7;
        }
        a.tagsTag:before{
	border-color:transparent #337ab7 transparent transparent;
        }
        a.tagsMediaType {
	background:#000000;
        }
        a.tagsMediaType:before{
	border-color:transparent #000000 transparent transparent;
        }
        a.tagsLicense {
	background:#795548;
        }
        a.tagsLicense:before{
	border-color:transparent #795548 transparent transparent;
        }

        .tags a{
	margin-right:15px;
	padding:0 10px 0 12px;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	}

        .tags a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-style:solid;
	border-width:12px 12px 12px 0;
	}

        .tags a:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #004977;
	-webkit-box-shadow:-1px -1px 2px #004977;
	box-shadow:-1px -1px 2px #004977;
	}

.tags a:hover{background:#555;}

.tags a:hover:before{border-color:transparent #555 transparent transparent;}

/*Add icon in input box*/
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}
.right-inner-addon-sm i {
    padding: 7px 12px !important;
}

.search-wrap-minimize {
       width: 90px;
}

/* Social button */


.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:hover{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active:hover,.btn-adn.active:hover,.open>.dropdown-toggle.btn-adn:hover,.btn-adn:active:focus,.btn-adn.active:focus,.open>.dropdown-toggle.btn-adn:focus,.btn-adn:active.focus,.btn-adn.active.focus,.open>.dropdown-toggle.btn-adn.focus{color:#fff;background-color:#b94630;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled.focus,.btn-adn[disabled].focus,fieldset[disabled] .btn-adn.focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}

.btn-google{color:#fff !important;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}


.btn-xm {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: small;
}

.form-control-xm {
    font-size: x-small;
    min-height: 21px;
    padding-bottom: 1px;
    padding-top: 2px;
    border-bottom-width: 1px;
}
.btn-twitter {
    background: #00acee;
    color: #fff;
        min-width:30px;
}
.btn-twitter:link, .btn-twitter:visited {
    color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
    background: #0087bd;
    color: #fff
}
.btn-facebook {
    background: #3b5998;
    color: #fff;
        min-width:30px;
}
.btn-facebook:link, .btn-facebook:visited {
    color: #fff
}
.btn-facebook:active, .btn-facebook:hover {
    background: #30477a;
    color: #fff
}
.btn-googleplus {
    background: #e93f2e;
    color: #fff;
        min-width:30px;
}
.btn-googleplus:link, .btn-googleplus:visited {
    color: #fff
}
.btn-googleplus:active, .btn-googleplus:hover {
    background: #ba3225;
    color: #fff
}
.btn-stumbleupon {
    background: #f74425;
    color: #fff;
        min-width:30px;
}
.btn-stumbleupon:link, .btn-stumbleupon:visited {
    color: #fff
}
.btn-stumbleupon:active, .btn-stumbleupon:hover {
    background: #c7371e;
    color: #fff
}
.btn-linkedin {
    background: #0e76a8;
    color: #fff;
        min-width:30px;
}
.btn-linkedin:link, .btn-linkedin:visited {
    color: #fff
}
.btn-linkedin:active, .btn-linkedin:hover {
    background: #0b6087;
    color: #fff
}

.table-distribution-row {
    border-top: 0px !important;
    padding: 0 !important;

    border-top: 1px solid #eceeef !important;
}
.table-distribution {
    margin-bottom: 0px !important;
}
.table-distribution-subrow td{
    border-top: 0px !important;
        padding-top: 0px!important;;
    margin-right: 0px;
    margin-left: 0px;
}
.table-distribution-row td {
    padding: .3rem;

    border-top: 0px;
}
.table-distribution-detail-row {
    padding: 0px !important;
}
.table-distribution-quality{
    text-align: center;
   /* vertical-align: middle  !important; */
}
.table-distribution-title{
    width: 100%;
   vertical-align: middle !important;
}

.table-distribution-title-text{
    font-weight: bold;
   font-size:1em;
}
.table-distribution-info{
    text-align: right;
    vertical-align: sub  !important;
    font-size: smaller;
        padding-top: .1rem;
    font-weight: initial;
    /*white-space: nowrap;*/

    border-top: 0 !important;
    padding: 0 10px 3px 0 !important;
}
.table-distribution-button{
    text-align: right;
    display: flex;
    vertical-align: sub  !important;
}
.table-distribution-button div{
    display: flex;
}
.table-distribution-description{
    vertical-align: top  !important;
   font-size:1em;
}
.table-distribution-link-label{
   font-size:0.9em !important;
    text-align: right;
    white-space: nowrap;
    vertical-align: middle  !important;

    padding-left: 0px!important;
    padding-right: 0px!important;
}


.distrib-tag-license{
    background-color: #795548;
}
.distrib-tag-mediatype{
    background-color: #7952B3;
}
.distrib-pill-size{
    background-color: #818A91;
}
.distrib-pill-date{
    background-color: #B3B3B3;
}


.distrib-level-star{
    color:yellow;
}
.distrib-level-0{
    background-color: grey;
}
.distrib-level-1{
    background-color: #0275D8;
}
.distrib-level-2{
    background-color: #0275D8;
}
.distrib-level-3{
    background-color: #5bc0de;
}
.distrib-level-4{
    background-color: #5bc0de;
}
.distrib-level-5{
    background-color: #5bc0de;
}

.distrib-level-1-access{
    background-color: #0275D8;
}
.distrib-level-2-access{
    background-color: #0275D8;
}
.distrib-level-3-access{
    background-color: #4CAF50;
}
.distrib-level-4-access{
    background-color: #4CAF50;
}
.distrib-level-5-access{
    background-color: #4CAF50;
}

/********/

.distrib-freshness-3{
    color: yellow;
}
.distrib-freshness-4{
    color:yellow;
}

.distrib-access-0{
    background-color: grey;
}
.distrib-access-1{
    background-color: #0275D8;
}
.distrib-access-2{
    background-color: #5bc0de;
}
.distrib-access-3{
   background-color: #4CAF50;
}

/******** index table dataset */

.card_dataset{
   border-radius: 1rem;
   /*height: 286px;  */
}

.card_dataset_body_empty{
   height: 336px;
}
.card_dataset_body{
   //border-radius: 1rem 1rem 0 0 !important;
   background: rgba(255,255,255,0.85);
   height: 336px;
   cursor:pointer;

    text-shadow: 2px 2px white;
}
.card_dataset_body_slide{
   background-color: rgba(255, 255, 255, 0.6);
}
.card_dataset_title{
    font-weight: bold;
   font-size:0.96em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 22px;
    background-color:white;
}
.card_dataset_footer_tag{
/*    border: 0;
   background: 0 !important;*/
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 22px;
}
.card_dataset_footer{
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0 0 1rem 1rem !important;
}

/************************/
.jumbotron_index{
        background-color: #FFFFFF;
    border: #93A4BC 1px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.3rem;
    margin-top: 20px;
}

.jumbotron_index h1{
    color: #b7b8b9;
    text-shadow: 2px 2px #274577;
}

.jumbotron_index .card{
    background: #F7F7F9;
    border-radius: 0.5rem;
}
.jumbotron_index .card-deck-wrapper{
    margin-bottom: 20px;
}
/********************************/


.dataset_header{
    height: 200px;
    background-repeat:round;
   border-radius: 0.5rem;
   position: relative;
}

.dataset_header_title{
    font-size: 30px;
    font-weight: bold;
    padding-left: 25px;
    color: white;
    text-shadow: 0 0 1em black;
}

.dataset_header_description{
    color: white;
    text-shadow: 1px 1px #282a36;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 25px;
}
.dataset_header_bottom{
    position: absolute;
    bottom: 1px;
    right:5px;
}

.dataset_header_share{
    position: absolute;
    top: -10px;
    right:5px;
}
.dataset_header_share:hover{
    z-index: 5;
}

.dataset_header_map{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.dataset_header_stat{
    position: absolute;
    color: #DEE2E9;
    text-shadow: 1px 1px #282a36;
    font-size: 18px;
    right: 25px;
}

.dataset_header_stat:hover{
    color: white;
}

.dataset_nav{
    position: inherit;
    width: 100%;
   /* padding-bottom: 5px;*/
}
/**************************/
.ex_header{
    height: 200px;
    background-repeat:round;
   border-radius: 0.5rem;
   position: relative;
}

.ex_header_title{
    font-size: 30px;
    font-weight: bold;
    padding-left: 25px;
    color: white;
    text-shadow: 0 0 1em black;
}

.ex_header_description{
    color: white;
    text-shadow: 1px 1px #282a36;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 25px;
}
.ex_header_bottom{
    position: absolute;
    bottom: 1px;
    right:5px;
}

.ex_header_share{
    position: absolute;
    top: -10px;
    right:5px;
}
.ex_header_share:hover{
    z-index: 5;
}

.ex_header_stat{
    position: absolute;
    color: #DEE2E9;
    text-shadow: 1px 1px #282a36;
    font-size: 18px;
    right: 25px;
    z-index: 4;
}

.ex_header_stat:hover{
    color: white;
}

.ex_nav{
    position: inherit;
    width: 100%;
    /*padding-bottom: 5px;*/
}
/*******************/

.lwp_footer{
    font-size: 85%;
    background-color: #f7f7f7;
    box-shadow: 0px 500px 0px 500px #f7f7f7;
}

/**** login*/
.or-hr{
    margin-bottom: 0;
    position: relative;
    top: 19px;
    height: 0;
    border: 0;
    border-top: 1px solid #e4e6e8;
}
.or {
    display: inline-block;
    position: relative;
    padding: 10px;
    background-color: #FFF;
}
.or-container {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    clear: both;
    color: #6a737c;
    font-variant: small-caps;
}

/*FIX bootstrap select */
.bootstrap-select.btn-group .dropdown-menu li a {
padding-right: 80%;
}

