* {
    font-family: 'Ubuntu', sans-serif;
}

#main-header{
    width:100%;
    height: 60px;
    background-color: #251829;
    overflow: hidden;
    z-index: 9999;
}

#header{
    width:100%;
    margin:auto;
    overflow: hidden;
    padding:20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.col-header{
    width:49%;
    overflow: hidden;
}

.col-header > svg{
    width:25px;
    height:auto;
}

.col-header > a:link, .col-header > a:visited{
    color: #fff;
    font-size:20px;
    float: right;
    transition: all 0.3s linear;
    margin-left: 25px;
}

.col-header > a:hover{
    color: #ffe327;
}

#content{
    width: 100%;
    padding:10px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color:#333;
}

.visual{
    overflow: hidden;
    height:720px;
    border: solid 2px #ccc;
}

.preview{
    width:75%;
    display: block;
    float: left;
    height: 100%;
    padding:10px;
    background-position: center center;
    background-repeat: no-repeat;
    border-right: solid 2px #ccc;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
.preview iframe{
    width:70%;
    display: block;
    margin: auto;
}

.data-visual{
    width:25%;
    height:100%;
    display: block;
    float: left;
    background: #d8d8d8;
    color: #251829;
}

.pagination{
    width:500px;
    height:60px;
    display: block;
    position:relative;
    margin: auto;
}
.pagination .prev{
    position:absolute;
    top:0px;
    left:5px;
    width:249px;
    height:100px;
    text-align: center;
}

 .pagination .next{
     position:absolute;
     top:0px;
     right:5px;
     width:249px;
     height:100px;
     text-align: center;
}
.pagination button{
    outline: none;
    padding: 15px 25px;
    cursor: pointer;
    border: solid 1px #251829;
    color: #251829;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.3s linear;
}

.pagination button:hover{
    background-color: #251829;
    color:white
}

.data-visual{
    text-align: right;
    padding:30px;
    overflow: hidden;
}
.data-visual h1{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color:#333;
    font-size:50px;
    margin-bottom:30px;
    font-style: italic;
}

.line{
    height:15px;
    background-color: #ffe327;
    width:250px;
    display: block;
    float: right;
    z-index:2;
    margin-top:-45px;
}

.data-visual h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color:#251829;
    font-size:32px;
    margin-bottom:20px;
}

.data-visual p{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color:#251829;
    font-size:16px;
    margin-bottom:5px;
}

.tags{
    display: block;
    width:100%;
    border: solid 1px#333;
    background-color: #666666;
    padding:10px;
    margin-bottom: 10px;
}
.tag{
    background-color: #ffe327;
    color: #000;
    padding:5px;
    border-radius: 4px;
    margin:5px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
}

.note{
    display: block;
    width:100%;
    border: solid 1px#333;
    background-color: #fafafa;
    padding:10px;
    margin-bottom: 10px;
}

.data-visual a:link, .data-visual a:visited ,.data-visual button {
    text-align: center;
    display: block;
    float: right;
    width:200px;
    padding:10px 10px;
    color: #fff;
    background-color: #251829;
    font-style: italic;
    font-size: 16px;
    transition: all 0.3s linear;
    margin-top: 10px;
    cursor: pointer;
}

.data-visual a:hover, .data-visual button:hover{
    background-color: #ffe327;
    color:#251829;
}




#footer{
    background-color: #222222;
    width:100%;
    padding:10px;
    overflow: hidden;
    color: #aaa;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 12px;
}
.col-footer{
    width:49%;
    float: left;
}

.col-footer:last-child{
    text-align: right;
}

.col-footer a:link, .col-footer a:visited{
    color: #7dff31;
}
.col-footer a:hover{
    text-decoration: underline;
}

#content > h1{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color:#251829;
    font-size:40px;
    margin-bottom:30px;
    margin-top:20px;
    font-style: italic;
    text-align: center;
}

.line-h1{
    height:10px;
    background-color: #ffe327;
    width:350px;
    display: block;
    z-index:2;
    margin: auto;
    margin-top:-40px;
}

.forms{
    width:70%;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.forms input{
    width:100%;
    padding: 10px 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color:#251829;
    font-size: 15px;
}

.forms p{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color:#251829;
    font-size: 17px;
    margin-bottom:5px;
    margin-top:25px;
}

.forms textarea{
    width:100%;
    padding: 10px 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color:#251829;
    font-size: 15px;
    height:150px;
    resize: none;
}

.forms button{
    text-align: center;
    display: block;
    width:100%;
    padding:10px 20px;
    color: #fff;
    background-color: #251829;
    font-style: italic;
    font-size: 16px;
    transition: all 0.3s linear;
    margin-top: 20px;
    outline: none;
    border: 0 none;
    cursor: pointer;
}

.forms button:hover{
    background-color: #ffe327;
    color:#251829;
}

.ricerca{
    width:70%;
    display: block;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
}

.button_ricerca{
    width: 30%;
    margin-left:1.5%;
    margin-right:1.5%;
    display: inline-block;
    float: left;
    padding:10px 20px;
    color: #fff;
    background-color: #251829;
    font-size: 16px;
    transition: all 0.3s linear;
    margin-top: 20px;
    outline: none;
    border: 0 none;
    cursor: pointer;
    text-transform: uppercase;
}
.button_ricerca:hover{
    background-color: #ffe327;
    color:#251829;
}

.filter{
    background-color: #ededed;
    padding:20px;
    display: none;
    margin-top:30px;
    overflow: hidden;
}

.filter h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color:#251829;
    font-size:25px;
    margin-bottom:30px;
    margin-top:10px;
    font-style: italic;
}

.filter input{
    width:200px;
    display: inline-block;
    border: solid 1px #251829;
    background: transparent;
    padding: 10px 15px;
    margin-right:20px;
}


.filter button{
    width: 200px;
    display: inline-block;
    padding:10px 15px;
    color: #fff;
    background-color: #251829;
    font-size: 16px;
    transition: all 0.3s linear;
    outline: none;
    border: 0 none;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: bottom;
}
.filter button:hover{
    background-color: #ffe327;
    color:#251829;
}

.inputs_ricerca{
    display: inline-block;
}
.inputs_ricerca span{
    display: block;
}


.notice{
    position: fixed;
    width:350px;
    height:65px;
    top:50px;
    right:50px;
    display: block;
    padding:10px;
    overflow: hidden;
    z-index:2;
    background-color: #00B067;
    border-radius: 5px;
    box-shadow: 0 0 9px #222;
    transition: all 0.7s ease-in-out;
    transform: translateX(500px);
}
.icon-notice{
    float: left;
    width:20%;
    height:auto;
    display: inline-block;
    padding:10px;
    padding-right:20px;
    border-right: solid 1px #fafafa;
}
.icon-notice svg{
    width:70%;
    display: block;
    fill: #fff;
    margin:auto;
}
.text-notice{
    width:80%;
    display: inline-block;
    float: left;
    color: #fafafa;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    line-height: 25px;
    font-size: 14px;
    padding:10px;
    text-align: center;
}


#popup{
    position: fixed;
    width:500px;
    height:auto;
    top:50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    display: block;
    padding:20px;
    overflow: hidden;
    z-index:4;
    background-color: #fafafa;
    border-radius: 5px;
    box-shadow: 0 0 9px #222;
    transition: all 0.7s ease-in-out;
    transform: translateY(-500px);
}
#popup p{
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color:#251829;
    font-size: 17px;
    margin-bottom:25px;
    margin-top:15px;
}

#popup a:link, #popup a:visited{
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    display: block;
    width:200px;
    padding:10px 10px;
    color: #fff;
    background-color: #251829;
    font-style: italic;
    font-size: 16px;
    transition: all 0.3s linear;
    margin-top: 10px;
    cursor: pointer;
}

#popup a:hover{
    background-color: #ffe327;
    color:#251829;
}

#popup .close-popup {
    font-family: 'Ubuntu', sans-serif;
    position: absolute;
    top:20px;
    right:20px;
    color: #251829;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
}

#overlay{
    position: absolute;
    top:0;
    left:0;
    z-index:2;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,0.7);
    transition:all 0.5s linear;
}

.tabella{
    width:100%;
    display: block;
    margin: auto;
    overflow: hidden;
}
.th-tabella{
    background-color: #251829;
    overflow: hidden;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    padding:10px;
    font-weight: 600;
}
.td-id{
    float:left;
    width:10%;
    line-height: 31px;
}
.td-titolo{
    float:left;
    width:20%;
    line-height: 31px;
}
.td-data{
    float:left;
    width:15%;
    text-align: center;
    line-height: 31px;
}
.td-azioni{
    float:left;
    width: 20%;
    text-align: center;
    line-height: 31px;
}
.td-tags{
    float:left;
    width:35%;
    line-height: 31px;

}
.tr-dark{
    background-color: #efefef;
}
.tr{
    overflow: hidden;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    padding:10px;
    color:#251829;
    vertical-align: middle;
}

.tr a:link, .tr a:visited{
    font-weight: bold;
    color: #251829;
    transition: all 0.3s linear;
    background-color: transparent;
    padding:7px;
    border-radius: 1px;
}
.tr a:hover{
    color: #ffe327;
    background-color: #251829;
}

.td-azioni a:link, .td-azioni a:visited, .td-azioni button{
    font-weight: bold;
    color: #fff;
    background-color: #251829;
    transition: all 0.3s linear;
    padding:7px;
    border-radius: 1px;
    font-size:14px;
    outline: none;
    margin:3px;
    cursor: pointer;
    border: 0 none
}
.td-azioni a:hover, .td-azioni button:hover{
    color: #251829;
    background-color: #ffe327;
}
.td-tags .tag{
    margin: 2px;
}

.back{
    color: #fff;
    background-color: #251829;
    transition: all 0.3s linear;
    padding:20px;
    font-size:14px;
    outline: none;
    cursor: pointer;
    border: 0 none
}
.back:hover{
    color: #251829;
    background-color: #ffe327;
    transition: all 0.3s linear;
    padding:20px;
    font-size:14px;
    outline: none;
    cursor: pointer;
    border: 0 none
}

#content-tabella h2, #h2-ricerca{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color:#251829;
    font-size:25px;
    margin-bottom:30px;
    margin-top:10px;
    font-style: italic;
}

@media only screen and (max-width:1170px){
}

@media only screen and (max-width:1024px){
    .data-visual {
        width:30%;
    }
    .preview {
        width:70%;
    }
    .preview iframe {
        width: 100%;
    }
    .data-visual h1 {
        font-family: 'Ubuntu', sans-serif;
        font-weight: 600;
        color: #333;
        font-size: 40px;
        margin-bottom: 30px;
        font-style: italic;
}

@media only screen and (max-width:768px){
    .data-visual {
        width:35%;
    }
    .preview {
        width:65%;
    }
}
}

@media only screen and (max-width:480px){
}

@media only screen and (max-width:360px){
}
