﻿html, body, form {
    height: 100vh;
    letter-spacing: 1px;
    font-weight: 400;
    width: 100%;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
}

/* Object */
a {
    color: #1e7e34;
}

    a:hover {
        color: #1e7e34;
        text-decoration: underline;
    }

.EnableGreen {
    color: #28a745 !important;
}

.EnableRed {
    color: #f70909 !important;
}

.Disable {
    color: #A6A6A6 !important;
}

/* Layout */
#MP_Master {
    height: 100vh;
}

.MP_Wrapper {
    display: flex;
    align-items: stretch;
}

#MP_Content {
    width: 100%;
    padding: 0 0 30px 0;
    min-height: 100vh;
    transition: all 0.3s;
}


#Master_BodyTitle {
    padding: 20px 10px;
    background-repeat: repeat;
    background-color: #ebebeb;
    margin: 0 0 30px 0;
}

    #Master_BodyTitle h3 {
        font-weight: bold;
        margin: 0;
    }

        #Master_BodyTitle h3 a {
            float: right;
        }

@media (max-width: 768px) {
    #Master_BodyTitle h3 span {
        display: block;
    }

    #Master_BodyTitle h3 a {
        float: none;
        margin-top: 10px;
    }
}

.Avviso {
    font-weight: bold;
    color: #f70909;
    padding: 20px 0;
    display: block;
}
