﻿a {
    text-decoration: none;
    cursor: pointer;
    color: #016831;
}

h1 {
    font: 18px 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4c4b4b;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
    position: relative;
}

    h1 span {
        background: #fff;
        padding: 0 10px;
        position: relative;
        z-index: 1;
    }

    h1:before {
        background: #a9a9a9;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    h1:before {
        left: 0;
    }

h2 {
    font: 15px 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4c4b4b;
    margin: 0 0 15px 0;
    padding: 0;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

h3 {
    font: 13px 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4c4b4b;
    margin: 10px 0 15px 0;
    padding: 0;
}

h4 {
    font: 15px 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4c4b4b;
    margin: 10px 0 15px 20px;
    padding: 0;
}

h5 /*IN PROTECTED*/ {
    font: 16px 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #016831;
    margin: 30px 0 15px 0;
    padding: 0;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    text-align: center;
    position: relative;
}

    h5 span {
        background: #f1f1f1;
        padding: 0 10px;
        position: relative;
        z-index: 10;
    }

    h5:before {
        background: #016831;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    h5:before {
        left: 0;
    }

h6 {
    font: 18px 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #016831;
    margin: 0 0 20px 5px;
    padding: 0;
}

p {
    font-family: 'Raleway';
    font-weight: 400;
    color: #4c4b4b;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}

    p a {
        font-weight: 400;
        color: #4c4b4b !important;
    }

    p span a {
        font-weight: 400;
        color: #4c4b4b;
    }

        p span a:hover {
            text-decoration: underline;
        }

.List_Style {
    list-style-type: disc;
    color: #016831;
}

    .List_Style li p {
        color: #4c4b4b;
    }

.List_Style_Letters {
    list-style-type: lower-latin;
    color: #016831;
}

.Div_Grigio h1 {
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.HP_News_Date {
    font: 14px 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4c4b4b;
    margin: 0 0 10px 0;
    padding: 0;
}

.HP_News_Title {
    font: 18px 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #016831;
    margin: 0 0 10px 0;
    padding: 0;
}

input[type=text], input[type=password], select, textarea {
    border: 1px solid #d5d5d5;
    color: #424242;
    margin: 0 0 20px 0;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(2, 3, 3, 0.05) inset;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 1);
}

    input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
        background-color: #e5e5e5;
    }

.placeholder {
    font-weight: lighter;
    color: #6d6d6d;
    font-family: 'Raleway';
    font-size: 11px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

.List_Style_NumberNew {
    counter-reset: list-counter;
    list-style: none;
    float: left;
    padding: 0;
}

    .List_Style_NumberNew li {
        margin: 1.5em 0;
        line-height: 1em
    }

        .List_Style_NumberNew li:before {
            content: counter(list-counter);
            counter-increment: list-counter;
            font-family: arial;
            color: #666;
            font: bold;
            font-size: 1.2em;
            margin-right: .5em;
            color: #016831;
        }

.List_Style_Number {
    counter-reset: tr;
    list-style: decimal;
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    width: 100%;
}

    .List_Style_Number tr:before {
        content: counter(tr);
        counter-increment: tr;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #016831;
        color: #ffffff;
        height: 2.2em;
        width: 2.2em;
        line-height: 25px;
        /*border: .3em solid #fff;*/
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        text-shadow: none;
    }

    .List_Style_Number tr {
        position: relative;
        display: block;
        padding: 10px 10px 10px 18px;
        margin: 10px 5%;
        background: #ddd;
        color: #444;
        text-decoration: none;
        border-radius: 10px;
        width: 90%;
    }

        .List_Style_Number tr td {
            font-size: 13px;
            width: 50%;
            padding: 10px;
            vertical-align: top;
        }

            .List_Style_Number tr td:first-of-type {
                width: 60%;
                min-width: 260px;
            }

            .List_Style_Number tr td:last-of-type {
                border-left: 1px solid rgba(0, 0, 0, 0.175);
            }

/*DROPDOWN BOOTSTRAP*/
.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown {
    position: relative;
}

    .dropdown.open {
        color: #313534;
    }

        .dropdown.open > a {
            color: #016831;
        }

        .dropdown.open .dropdown-menu {
            margin-top: -14px;
            border-top: none;
        }

    .dropdown .dropdown-menu {
        top: 65px;
        left: auto;
        right: 0;
    }



.dropdown-menu {
    position: absolute;
    top: 105%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 204px;
    padding: 15px 0;
    margin: 2px 0 0 0;
    display: none;
    list-style: none;
    font-size: 13px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    -webkit-animation: slide-up 0.3s ease-out;
    -moz-animation: slide-up 0.3s ease-out;
    -ms-animation: slide-up 0.3s ease-out;
    -o-animation: slide-up 0.3s ease-out;
    animation: slide-up 0.3s ease-out;
}

    .dropdown-menu li {
        margin: 5px 0;
    }


.Link_verde {
    color: #016831;
    font-weight: bold;
}


/*********************/

.Enable {
    border: none;
    cursor: pointer;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    display: inline-block;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    background-color: #4CAF50 !important;
}

.Disable {
    border: none;
    cursor: pointer;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    display: inline-block;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    background-color: #f70909 !important;
}

.Enable {
    border: none;
    cursor: pointer;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    display: inline-block;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    background-color: #4CAF50 !important;
}

.Disable {
    border: none;
    cursor: pointer;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    display: inline-block;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    background-color: #f70909 !important;
}

.NonLetto {
    background-color: #FFCCCC !important;
}

.LinkNonLetto a {
    color: red !important;
}


.Allestimento {
    width: 40%;
    margin: 0 auto 30px auto;
    display: block;
}

.TableMise tr td:first-of-type {
    padding: 10px;
}

.TableMise tr td img {
    width: 120px;
}

.TableMise tr td:nth-child(2) {
    border-bottom: 1px solid #d8d8d8;
}

.TableMise tr td a {
    vertical-align: middle;
    padding-left: 20px;
}

.IconeMise {
    margin: 0;
    padding: 0;
    border: none;
    float: right;
    cursor: pointer;
    font-size: 18px;
}

.ImageAttetasto {
    width: 150px;
}

.ImageLogoAtt {
    width: 150px;
    float: right;
}

.SpanValid0,
.SpanNoValid0 {
    font-size: 30px;
    display: block;
    padding: 40px 0  0 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

    .SpanNoValid0 b {
        color: #bb1807;
        font-weight: bold;
        text-transform: uppercase;
    }

    .SpanValid0 b {
        color: #016831;
        font-weight: bold;
        text-transform: uppercase;
    }

.SpanValid1 {
    font-weight: bold;
    display: block;
    color: #016831;
    text-align: center;
    font-size: 20px;
}

.SpanValid2 {
    border-top: 1px solid #a9a9a9;
    padding: 10px 0;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.SpanValid3 {
    padding-top: 30px;
    text-align: center;
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.SpanValid4 {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom:20px;
}
