/* AREE TEMATICHE
�������������������������������������������������� */
.areaTematica{
    margin-right: 20px;
    position: relative;
    float: left;
    width: 95%;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    min-height:285px;
    box-shadow: 2px 2px 4px #999;
}
.areaTematica.id10 {
    border: 4px solid rgba(153, 200, 72, 1);
}
.areaTematica.id2 {
    border: 4px solid rgba(169, 207, 63, 1);
}
.areaTematica.id9 {
    border: 4px solid rgba(125, 30, 213, 1);
}
.areaTematica.id5 {
    border: 4px solid rgba(89, 216, 251, 1);
}
.areaTematica.id11 {
    border: 4px solid rgba(83, 208, 247, 1);
}
.areaTematica.id3 {
    border: 4px solid rgba(252, 159, 40, 1);
}
.areaTematica.id6 {
    border: 4px solid rgba(239, 36, 39, 1);
}
.areaTematica.id1 {
    border: 4px solid rgba(239, 36, 39, 1);
}
#Interno .areaTematica{
    margin: 5px;
    position: relative;
    float: left;
    min-height:auto;
}
#Interno .AreaTitle a{
    font-size:0.75em;
    color:#fff;
}
#Interno .AreaTitle a:hover{
    text-decoration:underline;
}
#Interno .AreaTitle {
    min-height: 50px;
}
.AreaTitle {
    text-align: left;
    width: 100%;
    color: #000;
    min-height: 10px;
}
div.AreaTitle.active {
    background: #f69431;
}
.id5 {

}
.id11 {

}
.id2 {

}
.id3 {

}
.id6 {

}
.id9 {

}
.id1 {

}
.id10 {

}
.AreaTitle h4{

    margin:0;
    padding:0;
    font-size:1em;
    text-align:left;
    font-weight:400;
}


#areaTag  {
    float: left;
    position: relative;
    width: 100%;
}

#areaTag ul {

    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    padding:0 0 0 0;
}

#areaTag li {
    line-height: 30px;
    margin-bottom:5px;

}

#areaTag ul a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #666;
    position: relative;
    transition: background .3s;
    line-height:18px;
    font-size: 14px;
}

#areaTag ul a:after {

    position: absolute;
    right: 10px;
}

#areaTag ul a:hover {
    color: #000;
}
/* CHECKBOX CONTAINER STYLES
�������������������������������������������������� */

#areaTag .container {
    position: relative;
    height: auto;
    border-top: 0;
    width:95%
}

#areaTag [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

#areaTag label  {
    display: block;
    height: 30px;
    cursor: pointer;
    position: relative;
    transition: top .45s cubic-bezier(.44, .99, .48, 1);
    color: #FB7D00;
    font-weight:500;
}
/*
 * use the rule below for testing purposes
 * label:hover {
 *    background: yellow;
 *  }
 */

#areaTag label:before,
#areaTag label:after {
    position: absolute;
}

#areaTag label:before  {
    content: '+';
    left: 0px;
    font-size: 15px;
    border: 1px solid;
    border-radius: 20px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
}

#areaTag label:after {

    right: 10px;
    -webkit-animation: sudo .85s linear infinite alternate;
    animation: sudo .85s linear infinite alternate;
}

@keyframes sudo {
    from {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    to {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
}

#areaTag input[type="checkbox"] ~ ul {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height .45s cubic-bezier(.44, .99, .48, 1);
}
/* CHECKED STATE STYLES
�������������������������������������������������� */

#areaTag [type="checkbox"]:checked ~ ul {
    /**
     * the value of the `max-height` property specifies the transition speed
     * set a very big value (e.g. 9999px) to see the difference
     */

    max-height: 300px;
}

#areaTag [type="checkbox"]:checked + label {
    top: 100%;
}

#areaTag [type="checkbox"]:checked + label:before {
    content: '-';
}

#areaTag [type="checkbox"]:checked + label:after {

}

#areaTag ul li:last-child {
    margin-bottom: 5px;
}

.close {
    float: right;
    font-size: 1.7rem;
    font-weight: 100;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}