/*
Style Name:     transparency.css
Description:    Stili per sezione transparency
Author:         NS12 - dream-team - rcs 
Version:        1.2
Date:           03.06.2019
Modified:      	20.07.2019
*/

.iframe-bi {
    padding-bottom: 40px;
}

#iframeLoad.iframeBi,
#iframeGeneration.iframeBi {
    padding: 40px;
}

#iframeTransmission.iframeBi {
    padding: 0 40px 40px;
}

.dash-txt-container {
    padding: 0 40px 40px;
}

.dash-txt-container p {
    font-family: Roboto, sans-serif;
    color: #2f2f2f;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 1rem;
}

.dash-txt-container .trn-lnk {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(41, 94, 185);
}

.dash-txt-container .trn-lnk .trn-icon-triangle {
    border-right: 2px solid rgb(41, 94, 185);;
    border-top: 2px solid rgb(41, 94, 185);;
    display: inline-block;
    height: 5px;
    margin-top: -3px;
    margin-right: 10px;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 5px;
}

@media only screen and (min-width: 48em) {
    .dash-txt-container p {
        font-size: 1rem;
        line-height: 1.8;
    }
}

.btn-wrapper.text-left {
    padding-left: 37px;
}