.intro.hybrid-tlp {
    background-color: #000;
    text-align: left;
    color: #fff;
    display: table;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .intro.hybrid-tlp:before {
        background: rgba(0, 0, 0, 0.5);
        content: "";
        left: 0;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: -9;
    }

    .intro.hybrid-tlp .container {
        -moz-background-size: contain;
        background-size: cover;
        background: url('../img/TEI MCCS Template 2020.png');
        background-repeat: no-repeat;
        background-size: 340px;
        background-position: 100% 80%;
    }

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.keyFindingsBody h6 {
    display: inline-block;
    margin-bottom: 0;
}

.surveyRow {
    background-color: #3BB982;
}

.survey {
    width: 100%;
    float: left;
    padding: 5px;
    clear: both;
    background-color: #3BB982;
}

.custom p {
    margin-bottom: 0em;
}

div.custom {
    padding: 1em;
    border-left: 10px solid #ffde00;
    background-color: #f5f5f5eb !important;
    ;
    margin-bottom: 1em;
}

li.custom {
    padding: 1em;
    border-left: 10px solid #ffde00;
    background-color: #f5f5f5eb !important;
    ;
    margin-bottom: 1em;
}

li p.custom {
    padding-left: 0;
    margin-bottom: 1em;
}

ul li.custom p {
    padding-left: 0em;
}

.custom ul li p {
    padding: 0;
}

.custom {
    background-color: #ffde00 !important;
}

.composite {
    background-color: #3BB982 !important;
}

/* Offcanvas */

.offcanvas-header {
    border-bottom: 1px solid #cbcbcb;
}

.offcanvas input[type=radio]:checked + label.custom {
    background-color: #ffde00 !Important;
    border-radius: 0;
    color: #000;
}

.offcanvas input[type=radio]:checked + label.composite {
    background-color: #3BB982 !Important;
    border-radius: 0;
    color: #000;
}

.offcanvas input[type=radio] + label.composite {
    background-color: #E8E8E8 !important;
    border-radius: 0;
    color: #0000008c;
}

.offcanvas input[type=radio] + label.custom {
    background-color: #E8E8E8 !important;
    border-radius: 0;
    color: #0000008c;
}

.offcanvas .row {
    flex-direction: row;
}

.inputsList input[type=radio]:checked + label::after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #000000;
    display: table;
    padding-top: 10px;
    position: absolute;
}

input[type=radio]:checked + label::after {
    content: "";
    width: 100%;
    border-bottom: none;
}

button#submit:hover,
button#voteAgain:hover {
    background-color: #fff;
}

ul.basicInputsList {
    width: 100% !important;
    padding: 0;
}

.microTool_content.contentPanel {
    padding-top: 20px;
    position: relative;
}

.form-control-plaintext {
    padding: .375rem .75rem;
}

.offcanvas .form-control,
.form-control-plaintext {
    text-align: right;
    margin: 5px 0 5px 0;
    outline: 0;
}

.offcanvas h3 {
    margin-bottom: 20px;
}

.float-btn {
    position: fixed;
    z-index: 1000;
    right: 0px;
    border-radius: 5px 0px 0px 5px;
    top: 200px;
    border: none;
    height: 350px;
    max-width: 100%;
    width: 52px;
    color: #000;
    opacity: 0.90;
}

.float-btn-bottom {
    position: fixed;
    z-index: 1000;
    right: 0;
    border-radius: 15px;
    bottom: 0px;
    margin: 0 auto;
    width: 225px;
    color: #000;
    left: 0;
    letter-spacing: normal;
    border: none;
    font-size: 14px;
    height: 0px;
    opacity: 0.90;
    font-weight: 700;
    text-align: center;
}

.offcanvas input[type=radio]:checked + label {
    background-color: #3BB982 !Important;
    border-radius: 0;
    color: #000;
}

.offcanvas input[type=radio] + label {
    background-color: #E8E8E8;
    border-radius: 0;
    color: #0000008c;
}

input[type=radio] + label {
    letter-spacing: normal;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #3BB982;
    color: #000;
}

.nav-pills .nav-link {
    background-color: #E8E8E8;
    color: #000;
    font-weight: bold;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
    border-radius: 0px;
    height: 100%;
}

.offcanvasStudy {
    height: calc(100% - 85px);
    width: 600px;
    left: auto;
    border-left: 1px #000 solid;
    top: 85px;
    opacity: .95;
}

.offcanvas-bottom {
    transform: translateX(100%);
}

.custombtn-close {
    color: #fff;
}

.panel-title button {
    background: unset;
    width: 100%;
    text-align: left;
    border: none;
    font-weight: 700;
    padding: 0;
    color: #000;
}

.float-btn-content {
    margin-left: 32px;
    background: #fff;
    height: 350px;
    top: -36px;
    position: relative;
    color: #000;
    left: 13px;
    padding: 25px 18px 25px 18px;
    /* margin: 0; */
    /* z-index: 2000; */
    max-width: 444px;
    text-align: initial;
    /*overflow:auto;*/
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

    .float-btn-content::-webkit-scrollbar {
        /* WebKit */
        width: 0px;
    }

    .float-btn-content p {
        font-family: Arial;
        font-weight: normal;
        font-size: 16px;
    }

    .float-btn-content h6 {
        color: #000;
        margin-bottom: 0;
        /* font-size: 1.5em; */
        clear: left;
    }

#pdfModal .close {
    font-size: 2.5em;
    color: #00563f;
    opacity: 1;
    background: none;
    border: none;
    font-weight: 700;
}

.float-btn-content h3 {
    margin-bottom: .5em;
}

button.btn.btn-primary.float-btn:active {
    background-color: #a6e483;
    border: none;
    color: #000;
}

button.btn.btn-primary.float-btn:focus {
    background-color: #a6e483;
    border: none;
    box-shadow: none;
    color: #000;
}

button.btn.btn-primary.float-btn:hover {
    background-color: #a6e483;
    color: #000;
}

.float-btn-text {
    -webkit-transform: rotate( -90deg);
    width: 208px;
    display: flex;
    /* text-align: left; */
    position: relative;
    right: 89px;
    top: 157px;
    font-size: 20px;
    /* text-align: center; */
    /* margin: 0 auto; */
}

.float-btn-text.fr-fr{   
    width: 285px;  
    right: 126px;   
}

    .float-btn-text.pt-br {
        width: 228px;
        right: 100px;
    }

    .float-btn-text.es-la {
        width: 260px;
        right: 116px;
    }

    .float-btn-text.de-de {
        width: 260px;
        right: 116px;
    }
.float-btn-bottom.microToolFloatingButton.composite.fr-fr {
    width: 300px;
}
.float-btn-bottom.microToolFloatingButton.composite.pt-br {
    width: 300px;
}

.float-btn-bottom.microToolFloatingButton.es-la {
    width: 300px;
}

.float-btn-bottom.microToolFloatingButton.de-de {
    width: 300px;
}

i.fa.fa-sliders {
    font-size: 30px;
    padding: 0px 5px;
}

.figureChartContent ul.inputsList,
.surveyRow ul.inputsList {
    /* margin: 0; */
    list-style: none;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    overflow: hidden;
}

    .figureChartContent ul.inputsList li,
    .surveyRow ul.inputsList li {
        margin: 0;
        float: left;
        display: inline;
        padding: 1em;
        /*margin-right: 4em;*/
    }

.tableHeaderCustom {
    background-color: #ffde00;
}

.col-sm-4.keyFindingsMetrics {
    width: 50%;
}

.microToolDownloadButton,
.regformContainer .btn,
.mustAcceptCookieNote .btn,
.registrationPanel .btn {
    margin-top: .5em;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    border: solid 1px #ffffff;
    text-decoration: none;
    background: #000;
    display: inline;
}

.btn:focus {
    box-shadow: none;
    outline: none;
}

.downloadPDF {
    border: unset !important;
}

    .downloadPDF:hover {
        background-color: unset !important;
    }

.microToolDownloadButton:hover,
.regformContainer .btn:hover,
.mustAcceptCookieNote .btn:hover,
.registrationPanel .btn:hover {
    background-color: #ffde00 !important;
    color: #000;
}

.regformContainer {
    height: calc(100vh - 300px);
    background: #eaeaeaeb;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 62px;
}

.mustAcceptCookieNote {
    text-align: center;
}

.regContent {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

.offcanvas .noscroll {
    overflow: hidden;
}

@media (max-width: 655px) {
    .col-sm-4.keyFindingsMetrics {
        width: 50%;
    }
}

@media only screen and (max-width: 550px) {
    .float-btn {
        height: 70px;
    }

    .float-btn-text {
        top: -70px !important;
    }

        .float-btn-text span {
            display: none !important;
        }
}