#recaptcha-field {
    display: inline-block;
}

.share-btn-wrp {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 32px;
    left: 0px;
    position: fixed;
    z-index: 1000;
}

.share-btn-wrp .button-wrap {
    text-indent: -100000px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: width 0.1s ease-in-out;
}

.share-btn-wrp .divider {
    text-indent: -100000px;
    width: 32px;
    height: 16px;
}

.share-btn-wrp > .facebook {
    background: url(../img/facebook-icon.png);
}

.share-btn-wrp > .twitter {
    background: url(../img/twitter-icon.png);
}

.share-btn-wrp > .printer {
    background: url(../img/printer-icon.png);
}

.share-btn-wrp > .email {
    background: url(../img/email-icon.png);
}

.share-btn-wrp > .google {
    background: url(../img/google-icon.png);
}

.share-btn-wrp > .linkedin {
    background: url(../img/linkedin-icon.png);
}

/* .share-btn-wrp > .facebook:hover,
.share-btn-wrp > .twitter:hover {
    width: 36px;
} */

@media all and (min-width: 699px) {
    .share-btn-wrp {
        top: 50%;
    }
}

@media all and (max-width: 699px) {
    .share-btn-wrp {
        width: 100%;
        text-align: center;
        position: fixed;
        bottom: 1px;
    }
    .share-btn-wrp .button-wrap {
        display: inline-block;
        margin-left: -2px;
        margin-right: -2px;
    }
}

.hidee {
    display: none;
}

.blocker {
    z-index: 2001 !important;
}

.modal {
    overflow: visible;
    z-index: 2002 !important;
}


/*SUSCRIBE BUTTON*/

@keyframes sheen {
    0% {
        transform: skewY(-45deg) translateX(0);
    }
    100% {
        transform: skewY(-45deg) translateX(12.5em);
    }
}

.button-suscribe {
    padding: 0.42em 1em;
    text-align: center;
    text-decoration: none;
    color: #f7d100;
    border: 2px solid #f7d100;
    font-size: 14px;
    display: inline-block;
    border-radius: 0em;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

.button-suscribe:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}

.button-suscribe:focus,
.button-suscribe:active,
.button-suscribe:visited,
.button-suscribe:hover {
    background-color: #d2b30b;
    color: #fff;
    border-bottom: 2px solid #f7d100;
    text-decoration: none;
}

.button-suscribe:hover:before {
    transform: skewX(-45deg) translateX(13.5em);
    transition: all 0.5s ease-in-out;
}

table thead tr th,
table thead tr td {
    font-size: 0.7rem;
    text-transform: uppercase;
    line-height: 0.7rem !important;
}

.source-row {
    font-style: italic;
    text-indent: 50px;
    background: #F9F9F9 !important;
}

.source-row td {
    font-size: 0.7rem;
    text-align: left;
    line-height: 0.8rem !important;
    text-indent: 0px;
    padding: 5px 20px !important;
}

#map-start,
#no-centre,
#map {
    width: 100%;
}

#map-start,
#no-centre {
    height: 200px;
}

#map-start,
#no-centre {
    position: relative;
}

#no-centre {
    background: #A3CCFF;
}

#no-centre .google-logo,
#no-centre .no-data,
#map-start .loading img {
    position: absolute;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#no-centre .google-logo {
    bottom: 2px;
    left: 5px;
}

#map-start .loading {
    bottom: 20%;
    left: 40%;
}

#map-start .loading img {
    width: 300px;
}

#no-centre .no-data {
    text-align: center;
    bottom: 50%;
    width: 100%;
}

#print-header,
#print-footer {
    display: none;
}

.bootstrap-table th{
    font-size: 0.9rem;
}
.gdp-megamenu .column .countrylist li.column {    padding: 0 2px;    height: 35px;}

.floatThead-wrapper .floatThead-container .table{
    width: 100% !important;
}