.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.well {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 1rem;
}

.well > *:first-child {
    margin-top: 0;
}

.well > *:last-child {
    margin-bottom: 0;
}

.text-indent {
    margin-bottom: 1rem;
}

.text-indent > *:first-child {
    margin-top: 0;
}

.text-indent > *:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .text-indent {
        margin-left: 10%;
    }
}

@media (min-width: 768px) {
    .text-indent {
        margin-left: 20%;
    }
}


.text-column {
    margin-bottom: 1rem;
}

.well .text-column {
    margin-bottom: 0;
}

.text-column > *:first-child {
    margin-top: 0;
}

.text-column > *:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .text-column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

.text-column {
    position: relative;
    border: 1px dashed rgba(0, 0, 0, 0.25);
}

.text-column:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-left: 1px dashed rgba(0, 0, 0, 0.25);
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}
/*#### blockquote [inizio] ####*/

blockquote{
    color:#00ACD7;
    font-style:italic;
    font-family: 'Alegreya', serif;
    font-size: 180%;
    border-left:none;
}

blockquote p{
    line-height:140%;
}

blockquote p:before{
    content:url('/fileadmin/include/storie-polimi/img/virgolette_su.png');
}

blockquote p:after{
    content:url('/fileadmin/include/storie-polimi/img/virgolette_giu.png');
}

/*#### blockquote [fine] ####*/

.sottotitoloHome{
    font-family: 'Brandon-Title', Arial, sans-serif;
    text-align:center;
    font-size:1.5rem;
    color:#546774;
}

.important, .veryImportant{
    display:block;
    padding:.5em;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid #547ab0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    min-height:4rem;
    position:relative;
    font-size: 1.2rem;
}

.veryImportant{
    width:auto;
    padding-left:4rem;
    background-color:#e3f7fc;
}

.veryImportant a{
    text-decoration:underline;
}

.veryImportant::before{
    font-family:'FontAwesome';
    content: "\f06a";
    color:#547ab0;
    position:absolute;
    top:-10px;
    left:.6%;
    font-size:3em;
}

.scadenzeValidoPer, .nota{
    font-family: 'Yanone Kaffeesatz', 'Trebuchet MS', Arial, sans-serif;
    font-size:1.5rem;
    font-weight:bold;
    color:#333;
    line-height:normal;
}

.scadenzeValidoPer{
    text-transform:uppercase;
}

#contenuti p.scadenzeValidoPer{
    margin-top:0;
}

.nota{
    display:block;
    font-weight:normal;
    background-color:#e9e9e9;
    position:relative;
    padding: .6rem .3rem .6rem 4rem;
    font-size: 1rem;
}

.nota::before{
    font-family:'FontAwesome';
    content: "\f05a";
    font-size: 1.7rem;
    font-weight:normal;
    position:absolute;
    left: .7rem;
    top: .4rem;
    border-right:1px solid #e9e9e9;
    padding-right: .7rem;
    height:70%;
}

.error,.warning{

}

.error::before, .warning::before{
    font-family:'FontAwesome';
    content: "\f071";
    margin-right:.5rem;
}

.error::before{
    color:red;
}

.warning::before{
    color:orange;
}

.mybutton a{
    display:block;
    padding:1rem;
    margin:1rem;
    color:#fff;
    background-color:#547ab0;
    text-align:center;
    width:auto;
    border: 2px solid #547ab0;
    font-size:1.2rem;
    text-transform: uppercase;
    text-decoration: none;
}

.mybutton a:hover{
    background-color:#fff;
    color:#547ab0;
}



/*############ LINK SCADENZE ###########*/
.linkScadenze{
    /*Non cancellare, mi serve vuoto in modo che RTE lo rilevi, la stilizzazione rimane sotto scadenze.css*/
}

/*#### RTE img float left ####*/

.imgFloatLeft{
    /*border-radius: 50%;*/
    height:100%;
    width: 220px;
    display:block;
    margin:0 auto;
}

.imgFullWidth{
    width:100% !important;
    height:auto !important;
    margin-bottom: 2rem;
}

@media screen and (min-width: 650px){
    .home .important, .home .veryImportant{
        float: left;
        clear: both;
    }
    .imgFloatLeft{
        float: left;
        margin-right:1rem;
    }

}
