@import url(http://fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

#footer {
    position: fixed;
    bottom: 0px;
    background: #ccc;
    height: 50px;
    width: 100%;
    left: 0;
    background-image: url(../images/reader/footer_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #151515;
    color: #ccc;
    min-width: 850px;
    font-family: 'Roboto', sans-serif;
}
/*#footer .func input {
    font-family: 'Roboto', sans-serif;    
}*/
#footer p {
    margin:0;
    padding:0;
}
#footer .sx {
    float:left;
}
#footer .dx {
    float:right;
}
#footer .func {
    float:left;
    padding: 5px 20px;
}
#footer .func.btn, #footer .func.btn .label a {
    height:50px;
    width:50px;
    background-color:#fff;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    padding:0;
    display: block;
    border: none;
    border-radius: 0;
}
#footer .label {
    font-size:0;
    text-indent:-9000px;
    top: 0;
}
#footer a {
    cursor: pointer;
}
#footer #pdfcontainer {
  float:left;
}
#footer .func.btn .label a:hover,#footer .func.btn.active .label a {
    background-color: #5c89ae;
}
#home.func.btn .label a {
    background-image: url(../images/reader/footer_home.png);
}
#shop.func.btn .label a {
    background-image: url(../images/reader/footer_shop.png);
}
#myprofile.func.btn .label a {
    background-image: url(../images/reader/footer_myprofile.png);
}
#help.func.btn .label a {
    background-image: url(../images/reader/footer_help.png);
}
#search.func.btn .label a {
    background-image: url(../images/reader/footer_search.png);
}
#customHomeURL.func.btn .label a {
    background-image: url(../images/reader/footer_none.png);
    background: transparent;
}
#customHomeURL.func.btn .label a:hover {    
    background-color: transparent;
}
#customHomeURL.func.btn .label a {
    background-image: url(../images/reader/footer_none.png);
    background: transparent;
}
#customHomeURL.func.btn .label a:hover {    
    background-color: transparent;
}
#pages.func.btn .label a {
    background-image: url(../images/reader/footer_pages.png);
}
#multi.func.btn .label a {
    background-image: url(../images/reader/footer_multi.png);
}
#articles.func.btn .label a {
    background-image: url(../images/reader/footer_articles.png);
}
#print_page.func.btn .label a {
    background-image: url(../images/reader/footer_print.png);
}
#download_pdf.func.btn .label a {
    background-image: url(../images/reader/footer_pdf.png);
}
#summary.func.btn .label a {
    background-image: url(../images/reader/footer_summary.png);
}
#othersections.func.btn .label a{
  background-image: url(../images/reader/footer_other_sections.png);
}
#footer .func#editiondate {
    line-height: 18px;
    margin-top: 0px;
    padding: 0 30px;
    margin-right: 20px;
    border-right: 1px solid #333;
    height: 50px;
}
#editiondate div {
    float:left;
}
#footer .dataedizione {
    text-align: center;
    font-size: 12px;
    background-repeat: no-repeat;
    line-height:18px;
    color:#5c89ae;
    font-weight: bold;
}
#footer p.edizionedel {
    margin: 5px 0 0 0;
}
#footer .func#search {
    overflow: visible!important;
    margin-left: 10px;
    padding-left: 0;
}
.toggling {
    visibility: hidden;
    background: #80a4c2; 
    background: -moz-linear-gradient(top,  #80a4c2 0%, #0467aa 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80a4c2), color-stop(100%,#0467aa));
    background: -webkit-linear-gradient(top,  #80a4c2 0%,#0467aa 100%); 
    background: -o-linear-gradient(top,  #80a4c2 0%,#0467aa 100%); 
    background: -ms-linear-gradient(top,  #80a4c2 0%,#0467aa 100%);
    background: linear-gradient(to bottom,  #80a4c2 0%,#0467aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a4c2', endColorstr='#0467aa',GradientType=0 ); 
}
#search_cont {
    position: absolute;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 50px;

    padding: 20px;
    color:#fff;
}
#print_pages {
  position: absolute;
  bottom: 50px;
  height: 180px;
  left: 300px;
  padding: 5px;
}
#print_pages img{
  height: 180px;
  cursor: pointer;
}
div.when {
}
#search_cont .option .label {
    margin-left: 8px;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 10px;
}
#search_cont .option {
    float:left;
    border-right: 1px #6A99BD solid;
    padding-right: 20px;
    margin-right: 20px;
}
#search_cont .option:last-child {
    border:none;
    padding-right:0;
    margin-right:0;
}
.option div {
    float: left;
    clear: left;
    margin: 2px 0;
}
#key_input input {
    height: 30px;
    border: none;
    padding: 0px 10px;
    margin: 0;
    margin-top: 4px;
    border-radius: 4px;
    margin-left: 4px;
    font-size: 12px;
}
#go {
    background: #999;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
#go_search {
    cursor:pointer;
}
#go_search:hover {
    background:#ccc;
}
#go_search:active {
    background:#333;
    color:#fff;
}
#showmore {
    display: inline-block;
}
#showmore a {
    display: inline-block;
    background: #666;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    margin-left: 4px;
    curosr:pointer;
    color: #999;
}
#showmore a:hover,#showmore.active a {
    text-decoration:none;
    background: #5c89ae;
    color:#fff;
}
#logofooter {
    display:none;
}
#pages_cont {
    overflow:hidden;
}
div.scrollingHotSpotLeft {
    width:20% !important;
}
div.scrollingHotSpotRight {
    width:20% !important;
}
#textual_articles{
    position: absolute;
    left: 0;
    bottom: 50px;
    background: #fff;
    width: 520px;
    height: 600px;
    overflow-y: scroll;
}

#thumbarticles {
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}
.article_el{
 float: left;
    clear: left;
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    width:100%;
    padding: 10px 0;
    cursor: pointer;
}
#pages_cont {
    position: absolute;
    left: 0;
    bottom: 50px;
    width:100%;
    height: 180px;
    overflow-y: hidden;
}
#pages_cont ul {
    float:left;
    padding-right: 10px;
    padding-bottom: 5px;
}
#pages_cont li {
    float:left;
    padding: 10px 0px 0px 10px;
    cursor: pointer;
}
#pages_cont li:first-child {
    padding-left: 10px;
}
#pages_cont li img {
    height:140px;
    float:left;
}
#othersections_cont{
  overflow:hidden;
}
#othersections_cont {
    position: absolute;
    left: 0;
    bottom: 50px;
    width:100%;
    height: 180px;
    overflow-y: hidden;
}
#othersections_cont ul {
    float:left;
    padding-right: 10px;
    padding-bottom: 5px;
}
#othersections_cont li {
    float:left;
    padding: 10px 0px 0px 10px;
    cursor: pointer;
    margin:0 5px;
}
#othersections_cont li:first-child {
    padding-left: 10px;
}
#othersections_cont li img {
    height:140px;
    float:left;
}
#othersections_cont ul li p{
    font-size:12px;    
    text-align: center;
    margin: 0;
    float: left;
    line-height: 20px;
    background: #1E5799;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    clear: left;
    width:100%;
}
#othersections_cont li:hover p{
    background:#12355F;
}
#thumbcont li p {
    text-align: center;
    margin: 0px 5% 5px 5%;
    float: left;
    line-height: 20px;
    background: #333;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    clear: left;
    width: 90%;
}
#thumbcont li.hover img {
}
#thumbcont li.hover p {
    background: #fff;
    color:#000;
}
#thumbcont .rightpage {
    padding-left:0;
}
input.dateperiod {
    margin-left: 4px;
    border-radius: 2px;
    width: 60px;
    background: #ededed;
    text-align:center;
    padding:1px 2px;
}
#multi_cont {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 352px;
    max-height: 510px;
    overflow-y: scroll;
}
#multi,#articles {
    position:relative;
}
.totnum {
    background: #d90d08;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 14px;
    width: 14px;
    text-align: center;
    height: 14px;
    font-size: 8px;
    font-weight: bold;
    border-radius: 50%;
    display:none;
    cursor:pointer;
}
#multi_cont {
    background: rgb(44,44,44); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(44,44,44,1) 3%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(44,44,44,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(44,44,44,1) 3%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(44,44,44,1) 3%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(44,44,44,1) 3%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(44,44,44,1) 3%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#131313',GradientType=0 ); /* IE6-8 */

    border: 1px solid #ccc;
    border-bottom:none;
}
#footer .func.btn.disabled {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
}
#footer .func.btn.disabled * {
    cursor:default;
}
#footer .func.btn.disabled a {
    background-color:#fff !important;
}
.multi_el {
    float: left;
    clear: left;
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #333;
    width: 90%;
    padding: 10px 5% 10px 5%;
    cursor: pointer;
}
.multi_el:first-child {
}
.multi_el:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#footer p.multi_type {
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 36px;
    height: 36px;
    padding: 4px;
    margin-right: 10px;
    border-radius: 100%;
}
.multi_type.link {
    background-image: url('../images/icone_sfoglio/multimedia/link.png');
}
.multi_type.foto {
    background-image: url('../images/icone_sfoglio/multimedia/photo.png');
}
.multi_type.video {
    background-image: url('../images/icone_sfoglio/multimedia/video.png');
}
.multi_type.news {
    background-image: url('../images/icone_sfoglio/multimedia/news.png');
}
.multi_type.file {
    background-image: url('../images/icone_sfoglio/multimedia/allegato.png');
}
.multi_type.audio {
    background-image: url('../images/icone_sfoglio/multimedia/audio.png');
}
.multi_type.virtualeye {
    background-image: url('../images/icone_sfoglio/multimedia/virtualeye.png');
}
.multi_type.fullpage {
    background-image: url('../images/icone_sfoglio/multimedia/html5.png');
}
.multi_type.jumppage {
    background-image: url('../images/icone_sfoglio/multimedia/jumppage.png');
}
.multi_el.hover {
    background: #fff;
}
.multi_el.hover p.multi_type{
}
.multi_el.hover p.multi_name{
    color: #000 !important;
}
#footer p.multi_name {
    font-size: 16px;
    line-height: 24px;
}
#footer p.multi_name:first-letter {
    text-transform: uppercase;

}
#thumbcont li.active p {
    background:#6998BD;
    color:#fff;
}
#thumbcont li.active.hover p {
    color:#fff;
}
#editiondate {
    background-image: url(../images/reader/footer_editionarrow.png);
    background-position: right;
    background-repeat: no-repeat;
}
#editiondate.hover {
    background-image: none;
}
#calendar {
    background-image: url(../images/reader/footer_calendar.png);
    width: 50px;
    height: 25px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-top: 15px !important;
    line-height: 25px;
    cursor: pointer;
    background-color: transparent;
}
#calendar:focus {
    outline:none;
}
#change_edition {
    padding-left: 20px;
    display:none;
}
#ui-datepicker-div {
    z-index:9000;
}
#login_box {
    position: absolute;
    bottom: 50px;
    right: 0px;
    display: none;
    right:50px;
}
#login_box .title {
    margin-left:5px;
}
.login_box .footer_login_box {
    display:none;
}
.login_box .forgot_password{
    padding: 10px 5px;
    width: 235px;
}
#login_error .text {
    margin-left:5px;
}
#change_edition_select {
    height: 30px;
    margin: 10px 0px 5px 5px;
    border: none;
    padding: 0 0 0 5px;
}
.multi_el img.thumb {
    width:300px;
    margin-bottom: 10px;
    margin-top: 5px;
}
#multi_cont p.label {
    text-indent: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    background: #ffcf00;
    padding: 8px 16px;
}
#iframe_login {
    position:fixed;
    bottom:50px;
    right:0;
    height: 550px;
    border:none;
    z-index: 9998;
    display:none;
    width:420px;
    border-top-left-radius: 10px;
}
#active_subscription {
    position: absolute;
    bottom: 50px;
    right: 10px;
    background: #fff;
    padding: 10px 20px;
    color: #000;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display:none;
}
#active_subscription {
    text-align: center;
}
#active_subscription .status.active {
    font-size: 14px;
    font-weight: bold;
    color: green;
}
.exp_date {
    margin: 5px 0 10px 0;
    color: #333;
}
#summary_cont {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    height:225px;
    background: none!important;
    overflow-y: hidden;
}
#iframe_summary {
    border:none;
    width: 100%;
    height: 225px;
    margin: 0;
    padding: 0;
}
#closelogin {
    position: fixed;
    bottom: 585px;
    right: 405px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    background-image: url(../images/closelogin.png);
    background-repeat: no-repeat;
    background-position: center center;
    display:none;
    cursor:pointer;
}
#shop_cont {
    position:absolute;
    bottom:50px;
    right:40px;
    padding: 0px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 4px;
}
#shop_cont a {
    color:#fff;
    font-size:12px;
    line-height:24px;
    padding: 0 5px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
#shop_cont a:hover {
    background:#333;
    text-decoration: none;
}

#summary_cont.book {
    bottom:0;
    top:auto;
    left:0;
    position:fixed;
    width:300px;
}
#summary_cont.book_vertical,
#iframe_summary.book_vertical {
    width:300px;
}
div.editorDatas {
    float:left;
    font-size: 11px;
color: #666;
line-height: 13px;
margin-top: 5px;
margin-left: 10px;
}
#key_input #key_search{
    margin:4px 0 0 0;
    float:left;
    padding:5px 0 5px 10px;
    height:20px;
    color:#3e3e3e;
}
.how label{
    margin-left:5px;
}
