@charset "UTF-8";
/*Ogni animazione ha una doppia dichiarazione che serve per essere utilizzabile in tutti i browser*/
/*ruota sul suo asse verticale 1 volta*/
@import url("//fonts.googleapis.com/css?family=Ubuntu:400,500&subset=latin-ext");
@keyframes flip {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }
@-webkit-keyframes flip {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }
/*@font-face { font-family: 'UbuntuRegular'; src: url('fonts/Ubuntu-R-webfont.eot'); src: url('fonts/Ubuntu-R-webfont.eot#iefix') format('embedded-opentype'),url('http://www.pointofcarejournals.com/Content/fonts/Ubuntu-R-webfont.woff') format('woff'),url('fonts/Ubuntu-R-webfont.ttf') format('truetype'),url('fonts/Ubuntu-R-webfont.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'UbuntuMedium'; src: url('fonts/Ubuntu-M-webfont.eot'); src: url('fonts/Ubuntu-M-webfont.eot#iefix') format('embedded-opentype'),url('http://www.pointofcarejournals.com/Content/fonts/Ubuntu-M-webfont.woff') format('woff'),url('fonts/Ubuntu-M-webfont.ttf') format('truetype'),url('fonts/Ubuntu-M-webfont.svg') format('svg'); font-weight: normal; font-style: normal; }*/
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
  color: #09164E; }

a:hover, a *:hover {
  color: #09164E; }

.button:hover, #goog-wm-sb:hover {
  color: #09164E; }
.button input:hover, #goog-wm-sb input:hover {
  color: #09164E; }

.breadcrumb a:hover {
  color: #09164E; }
.breadcrumb a span:hover {
  color: #09164E; }

.sidebar .box a:hover {
  color: #09164E; }

footer .footer-links a:hover {
  color: #09164E; }

.cbp-hrmenu span a :hover {
  color: #09164E !important; }
.cbp-hrmenu a:hover {
  color: #09164E !important; }

.upper-strip ul li span a:hover {
  color: #1f9cdb; }

.backToTop {
  background-color: #09164E !important; }
  .backToTop:hover {
    background-color: #1f9cdb !important; }

.cbp-hrmenu {
  border-bottom: 4px solid #47a3da; }
  .cbp-hrmenu > ul > li > a:hover {
    color: #47a3da; }
  .cbp-hrmenu > ul > li.cbp-hropen a, .cbp-hrmenu .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
    background-color: #47a3da !important; }
  .cbp-hrmenu .cbp-hrsub {
    background-color: #47a3da !important; }

.box h3 {
  color: #09164E !important; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Ubuntu', Arial,sans-serif;
  font-weight: 400;
  color: #565656;
  list-style: none;
  /*example:
  	@include transition(all,0.5s); 
  */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

input[type="text"], input[type="password"], input[type="submit"], textarea, select {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0; }

#loader, #cart-result {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%; }

#cart-result {
  background-color: #42CE42;
  color: #FFFFFF;
  font-size: 1.5em;
  left: 36%;
  padding: 1.5%;
  top: 40%;
  width: 500px; }

.field-validation-valid {
  display: none; }

/* Utilities */
.fl {
  float: left !important;
  display: inline-block; }

.fr {
  float: right !important;
  display: inline-block; }

.mr {
  margin-right: 2%; }

.ml {
  margin-left: 2%; }

.mtop {
  margin-top: 20px; }

.mbottom {
  margin-bottom: 20px;
  display: block; }

.clear {
  display: block;
  clear: both;
  overflow: auto; }

.w100 {
  clear: both;
  width: 100%; }

.txtcent {
  text-align: center !important; }

/* Stile */
a, a:visited, a:hover {
  text-decoration: underline; }

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
  font-weight: normal !important;
  text-decoration: none; }

h1.bigger-h1 {
  font-size: 1.8em;
  line-height: 1.2em;
  clear: both; }

h1 {
  font-size: 1.1em; }

h2 {
  font-size: 1.1em; }

h3 {
  font-size: 1.1em;
  text-transform: uppercase; }

strong {
  font-family: 'Ubuntu', Arial, sans-serif;
  font-weight: 500;
  color: #1E1E1E; }

.button, #goog-wm-sb {
  display: inline-block;
  font-weight: 400 !important;
  text-align: center !important;
  text-decoration: underline !important;
  padding: 0.4em 0 !important;
  margin-bottom: 5px;
  color: #565656;
  background-color: transparent !important; }
  .button:hover, #goog-wm-sb:hover {
    cursor: pointer; }
  .button input, #goog-wm-sb input {
    border: 0;
    background-color: transparent; }
    .button input:hover, #goog-wm-sb input:hover {
      cursor: pointer; }

.common-menu {
  background-color: #414141;
  padding: 13px; }
  .common-menu a {
    color: #fff;
    text-decoration: none;
    opacity: 0.5; }
    .common-menu a.selected {
      opacity: 1; }
    .common-menu a:after {
      content: " |";
      opacity: 0.5; }
    .common-menu a:last-child:after {
      content: ""; }
    .common-menu a:hover {
      color: #FFF;
      opacity: 1; }

#fulltext sec {
  clear: both;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px; }

#fulltext p {
  margin-bottom: 20px !important; }

table {
  width: 100%;
  /*border-bottom: 1px solid;*/ }
  table thead {
    border-bottom: 1px solid;
    border-top: 1px solid; }
    table thead tr th {
      font-weight: bold;
      padding: 10px 0; }
  table tbody tr td {
    padding: 5px 0; }
  table tfoot {
    border-top: 1px solid; }
    table tfoot tr td {
      padding: 10px 0; }

.static-page-main-image {
  height: auto;
  width: 100%; }

.static-page-side-gallery {
  width: 211px; }
  .static-page-side-gallery li {
    list-style: none !important; }
    .static-page-side-gallery li a img {
      width: 211px !important;
      height: auto;
      display: block;
      overflow: auto;
      margin-bottom: 20px; }

.authors-first-sublist, .authors-second-sublist, .archives ul {
  padding-left: 8%; }

.boxed {
  width: 96%;
  padding: 2%;
  background-color: #eee; }

.heading-row {
  height: 30px;
  line-height: 30px; }

.multiple-selection {
  overflow: auto; }
  .multiple-selection > li {
    width: 31%;
    margin-right: 2%;
    float: left; }
    .multiple-selection > li:last-child {
      margin-right: 0 !important; }

button {
  background-color: transparent; }

.mobile-only {
  display: none !important; }

/* breadcrumb */
.breadcrumb {
  margin-bottom: 20px;
  display: inline-block;
  width: auto; }
  .breadcrumb span {
    text-decoration: none !important;
    margin: 0 5px; }
  .breadcrumb a {
    text-decoration: none; }
    .breadcrumb a span {
      text-decoration: underline !important; }

/* Header e upper strip */
header#main-header, footer, section#page-content {
  width: 100%;
  text-align: center; }

.wrapper {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: left;
  width: 960px !important; }

#main-header {
  width: 100%;
  height: 180px;
  background-repeat: repeat;
  display: block; }

.upper-strip #search-field, #q {
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.upper-strip {
  padding: 10px 0;
  height: 30px;
  width: 100%;
  display: block; }
  .upper-strip ul {
    width: 70%; }
    .upper-strip ul li {
      display: inline-block;
      float: right;
      margin-right: 3%; }
      .upper-strip ul li span {
        padding: 5px 0%;
        color: #999;
        display: block; }
        .upper-strip ul li span a {
          color: #fff;
          text-decoration: none; }
  .upper-strip .open-toggle {
    display: none; }

.wichtig-logo {
  background-image: url(images/wichtig-logo.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 150px;
  float: left; }

#logo {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(images/logo.png);
  width: 100%;
  height: 90px;
  margin-top: 20px; }

.search-icon {
  background-image: url(images/search-icon.png);
  background-repeat: no-repeat;
  height: 30px;
  width: 18px;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  background-position: center center;
  margin-left: 5px;
  position: absolute; }

.search-icon:hover {
  cursor: pointer; }

#search-field, #q, ul.login li input#Username, ul.login li input#Password {
  vertical-align: middle;
  width: 148px;
  background-color: #fff;
  padding: 0.4em; }

span.highlight {
  background-color: #C4FA17; }

.menu-mobile {
  display: none !important;
  background-image: url(images/menu-icon.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
  margin-top: -5px;
  cursor: pointer; }

.leaderboard-placement {
  padding: 10px 0;
  width: 100%;
  display: block;
  background-color: #fff; }
  .leaderboard-placement .wrapper {
    text-align: center; }
    .leaderboard-placement .wrapper .adv-label {
      text-align: right;
      width: 728px;
      display: block;
      margin: auto;
      margin-bottom: 5px; }
    .leaderboard-placement .wrapper div {
      margin: auto;
      width: 100%; }

.skyscraper-placement .adv-label {
  text-align: right;
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 5px; }

/* contenuto pagina e sidebar */
.main {
  width: 74%;
  padding: 2% 2% 2% 0; }
  .main.main-home {
    padding: 2% 0 2% 2% !important; }
  .main.fullwidth {
    width: 96%;
    padding: 2%; }

.half {
  width: 48%;
  padding: 2% 2% 2% 0; }

.sidebar {
  width: 22%;
  padding: 2% 0 2% 2%; }
  .sidebar.sidebar-home {
    padding: 2% 2% 2% 0 !important; }
  .sidebar .box {
    background-color: #EEEEEE;
    padding: 0.8em !important;
    display: block; }
    .sidebar .box a {
      text-decoration: underline; }
    .sidebar .box h1 a, .sidebar .box h2 a, .sidebar .box h3 a {
      text-decoration: none; }
    .sidebar .box h3 {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #C9D3DA; }

/* slider */
.main-slider {
  position: relative; }

.news-slider {
  height: 230px;
  overflow: hidden;
  -webkit-transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  transition: none 0s ease 0s; }
  .news-slider * {
    -webkit-transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    transition: none 0s ease 0s; }
  .news-slider h1 {
    margin-bottom: 10px; }

.main-carousel {
  display: block; }

.news-carousel .caroufredsel_wrapper, .news-carousel .caroufredsel_wrapper article {
  height: 100px !important;
  overflow: hidden;
  display: block;
  width: 30px; }

.main-carousel div, .main-carousel div img, .cover-image {
  width: 211px !important;
  height: 292px !important;
  border: 0; }

.main-carousel .caroufredsel_wrapper {
  height: 292px !important; }

footer {
  padding: 20px 0;
  width: 100%;
  display: block;
  border-top: 1px solid #CCCCCC; }
  footer p {
    text-align: center;
    color: #565656;
    font-size: 0.8em; }
  footer .footer-links {
    text-align: center;
    display: inline-block;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    /*width:67%;*/
    width: 100%; }
    footer .footer-links a {
      border-right: 1px solid #565656;
      padding: 0 2% !important; }
      footer .footer-links a:last-child {
        border: 0 !important; }

.authors-other-links em {
  font-size: 0.8em !important; }

.banners {
  margin-top: 20px;
  width: 211px;
  overflow: hidden;
  /*  * { width:211px !important;}*/ }
  .banners li {
    margin-bottom: 10px; }

li.request-permissions {
  width: 120px;
  display: inline-block;
  /*margin-top:10px;*/ }
  li.request-permissions a {
    height: 20px;
    width: 120px;
    background-image: url(images/request-permission-button.png);
    display: inline-block;
    background-repeat: no-repeat; }

#chartdiv {
  height: 400px;
  width: 640px; }

/*feedback*/
.form-container .label {
  text-align: left;
  margin-bottom: 5px; }
.form-container input[type='text'], .form-container select, .form-container textarea {
  background-color: #FFFFFF;
  border: 0 none !important;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 2% 6% 2% 2%;
  width: 92%; }
.form-container #submit-request {
  margin-top: 4%;
  padding: 2%;
  text-decoration: underline !important; }
  .form-container #submit-request:hover {
    cursor: pointer; }

/* articoli - listing item*/
.info-publication {
  margin-bottom: 10px; }

.all-info p {
  line-height: 1.2em; }
  .all-info p strong {
    font-size: 1em;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-weight: 500;
    color: #1E1E1E;
    line-height: 1em; }
  .all-info p span {
    font-size: 1em; }

.article-list, .highlights-list {
  clear: both;
  display: block;
  overflow: auto; }

.article-list li article h1, .highlights-list li article h1 {
  margin-bottom: 10px; }

.article-list li article, .highlights-list li article {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0;
  display: block;
  overflow: auto; }
.article-list li:last-child article, .highlights-list li:last-child article {
  border-bottom: 0 !important; }

.item-type {
  font-weight: 400;
  margin-bottom: 2px;
  margin-right: 3px;
  float: left;
  display: inline-block; }
  .item-type.free, .item-type.open-access {
    color: #fff;
    margin-left: 0;
    white-space: nowrap;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 1px 4px;
    text-transform: uppercase; }
  .item-type.free {
    background-color: #40ba1a; }
  .item-type.open-access {
    background-color: #414141; }

div.title-favorite {
  display: inline-block;
  width: 16px;
  overflow: hidden;
  height: 16px; }

div.title-favorite a {
  background: url("images/flags.png") no-repeat -30px -17px;
  width: 16px;
  height: 16px;
  display: block;
  margin: 0px;
  padding: 0px; }

div.title-favorite a:hover {
  background-position: -30px 0px; }

div.title-favorite a.remove-from-favorites {
  background-position: -30px -32px; }

/* tabs */
#tabs nav, #tabs-sliders nav, #tabs-highlights nav {
  clear: both;
  display: block; }
  #tabs nav #addthis, #tabs-sliders nav #addthis, #tabs-highlights nav #addthis {
    position: relative;
    right: 0;
    top: -25px; }
    #tabs nav #addthis a, #tabs-sliders nav #addthis a, #tabs-highlights nav #addthis a {
      background-color: transparent !important;
      padding: 0 2px !important;
      margin: 0 !important;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px; }
      #tabs nav #addthis a:hover, #tabs-sliders nav #addthis a:hover, #tabs-highlights nav #addthis a:hover {
        background-color: transparent;
        color: #565656; }
  #tabs nav ul, #tabs-sliders nav ul, #tabs-highlights nav ul {
    overflow: hidden; }
    #tabs nav ul li, #tabs-sliders nav ul li, #tabs-highlights nav ul li {
      float: left;
      display: inline-block;
      margin: 0 3px 0 0; }
      #tabs nav ul li.tab-current a, #tabs-sliders nav ul li.tab-current a, #tabs-highlights nav ul li.tab-current a {
        background-color: #414141;
        color: #fff; }
      #tabs nav ul li a, #tabs-sliders nav ul li a, #tabs-highlights nav ul li a {
        float: left;
        display: inline-block;
        background-color: #C9D3DA;
        color: #565656;
        font-size: 0.85em;
        padding: 0.3em 0.5em;
        text-transform: capitalize;
        text-decoration: none;
        -webkit-border-top-left-radius: 12px;
        -webkit-border-top-right-radius: 12px;
        -moz-border-radius-topleft: 12px;
        -moz-border-radius-topright: 12px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px; }
        #tabs nav ul li a.tab, #tabs-sliders nav ul li a.tab, #tabs-highlights nav ul li a.tab {
          text-align: center;
          min-width: 80px; }
        #tabs nav ul li a:hover, #tabs-sliders nav ul li a:hover, #tabs-highlights nav ul li a:hover {
          background-color: #aeb0b2; }

.addthis_toolbox {
  margin-top: 3px; }

#tabs .content, #tabs-sliders .content, #tabs-highlights .content {
  border: 1px solid #cccccc;
  border-top: 2px solid #414141;
  padding: 2%;
  position: relative; }

#tabs .content section.content-current, #tabs-sliders .content section.content-current {
  display: block; }

.fulltext-tab, .article-tab, .authorslist-tab {
  display: none !important;
  padding: 2%;
  text-align: center;
  background-color: #C9D3DA;
  text-transform: capitalize; }
  .fulltext-tab a, .article-tab a, .authorslist-tab a {
    text-decoration: none; }

#tab-fulltext-label {
  color: #fff;
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px; }

.article-full-text-options {
  background-color: #EEEEEE;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -10px;
  padding: 15px; }

.article-full-text-options.logged {
  margin-top: -28px;
  padding: 35px 15px 15px; }

.pagination {
  bottom: 0;
  overflow: auto;
  z-index: 100;
  margin-bottom: 20px;
  margin-top: 10px;
  background-color: #414141;
  width: 207px;
  padding: 2px; }
  .pagination li {
    float: left;
    margin: 0 1px;
    list-style: none;
    padding: 2px 0; }
    .pagination li a {
      display: block;
      width: 12px;
      height: 0;
      padding-top: 12px;
      background-image: url("images/pagination.png");
      background-position: 0 0;
      float: left;
      overflow: hidden; }
    .pagination li.selected a {
      background-position: 0 -12px; }

.content {
  display: block; }

.article-list li article section {
  display: block !important; }

.news-body ul {
  padding-left: 2%; }
  .news-body ul li {
    list-style: disc outside none; }

/*stili pagine statiche*/
#static-content-container p {
  margin-bottom: 20px !important; }
#static-content-container ul {
  padding-left: 2%;
  margin-bottom: 20px; }
  #static-content-container ul li {
    list-style: disc outside none; }
#static-content-container ol {
  padding-left: 2%;
  margin-bottom: 20px; }
  #static-content-container ol li {
    list-style: decimal  !important; }
#static-content-container blockquote {
  padding-left: 5%; }
#static-content-container h2 {
  margin-bottom: 20px;
  text-transform: none;
  font-size: 1.3em; }
#static-content-container h3 {
  margin-bottom: 20px;
  text-transform: none; }
#static-content-container h4 {
  text-decoration: underline;
  margin-bottom: 20px;
  text-transform: none;
  font-style: italic; }

/*dropdown menu*/
.cbp-hrmenu {
  background-color: #414141 !important;
  border: 0 !important;
  margin-top: 0 !important;
  text-align: center;
  width: 100%; }
  .cbp-hrmenu > ul {
    text-align: center;
    width: 100%;
    padding: 0; }
    .cbp-hrmenu > ul > li {
      width: 16%;
      text-align: center; }
      .cbp-hrmenu > ul > li a, .cbp-hrmenu > ul > li span a {
        color: #fff !important; }
        .cbp-hrmenu > ul > li a:hover, .cbp-hrmenu > ul > li span a:hover {
          color: #1f9cdb !important; }
  .cbp-hrmenu .cbp-hrsub-inner ul li {
    text-align: left; }
  .cbp-hrmenu .cbp-hrsub-inner > div {
    padding: 2em 2em 0; }
  .cbp-hrmenu .cbp-hrsub-inner div {
    width: 450px !important; }
  .cbp-hrmenu .cbp-hrsub {
    padding-top: 2em;
    padding-bottom: 2em; }
  .cbp-hrmenu > ul {
    text-align: left;
    max-width: 960px;
    padding: 0.5em 0; }
    .cbp-hrmenu > ul > li.cbp-hropen a, .cbp-hrmenu > ul .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
      color: #09164E !important; }
  .cbp-hrmenu span a {
    padding: 1em 2em;
    color: #fff !important; }
  .cbp-hrmenu a {
    color: #fff;
    font-weight: 400 !important;
    text-decoration: none; }

#page-form > ul {
  margin: 10px 0;
  padding-left: 30px; }
#page-form li {
  list-style: none; }

/*form vari*/
#page-form {
  width: 92%;
  padding: 4%;
  background-color: #eee; }
  #page-form h3 {
    margin-bottom: 20px; }
  #page-form label {
    clear: both;
    display: block;
    margin-bottom: 5px; }
  #page-form input[type="text"], #page-form input[type="password"] {
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 2% 6% 2% 2%;
    width: 92%;
    margin-bottom: 20px; }
  #page-form select {
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 2%;
    width: 100%;
    margin-bottom: 20px; }
  #page-form textarea {
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 2%;
    width: 96%;
    margin-bottom: 20px; }
  #page-form input[type="checkbox"] {
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 2%;
    width: 5px;
    margin-bottom: 20px; }
  #page-form .input-validation-error {
    background-color: #FCCCCC !important;
    background-image: url("images/warning-icon-small.png");
    background-repeat: no-repeat;
    background-position: 97% center;
    color: #FF0000; }
  #page-form .field-validation-error, #page-form .field-validation-error * {
    color: #FF0000;
    font-family: 'Ubuntu'; }

.form-aside div {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .form-aside div:first-child {
    margin-top: 55px; }
  .form-aside div:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .form-aside div h3 {
    margin-bottom: 20px; }

.validation-summary-errors {
  background-color: #FF4D4D;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding: 2%; }
  .validation-summary-errors * {
    color: #FFFFFF !important; }
  .validation-summary-errors li {
    margin-bottom: 10px; }
    .validation-summary-errors li:last-child {
      margin-bottom: 0; }

input[type="checkbox"] {
  width: auto !important; }

list label {
  float: left;
  margin-right: 10px; }

.question-list {
  padding-left: 15px; }
  .question-list li {
    padding-left: 15px;
    list-style: outside none dec;
    margin-bottom: 10px; }

/*.bullet { padding-left:15px;
	li { padding-left:15px; list-style: outside none dec; margin-bottom: 10px; 
		label { display: none; }
	}
}*/
/* carrello */
table.cart {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  /*tbody tr:last-child td { background-color: transparent!important; }*/ }
  table.cart tr th {
    font-weight: bold; }
  table.cart tr th:nth-child(3n), table.cart tr td:nth-child(3n), table.cart tr th:nth-child(4n), table.cart tr td:nth-child(4n) {
    text-align: center; }
  table.cart tr td {
    padding: 1% 0.5%;
    background-color: transparent; }
  table.cart tr:nth-child(2n) td {
    background-color: #EEE; }
  table.cart #cart-options li:first-child {
    float: right; }

.trash-icon-small {
  background-image: url("images/trash.svg");
  background-size: cover;
  display: block;
  height: 30px;
  width: 30px; }

.paypal-icon {
  background-image: url("images/paypal-icon.png");
  background-size: cover;
  height: 53px;
  margin-left: 3%;
  width: 200px; }

/* pagine profilo */
.data-recap {
  width: 96%;
  padding: 2%;
  border: 1px solid #cccccc;
  margin-bottom: 20px; }

a:hover {
  cursor: pointer !important; }

.legend li {
  float: left;
  margin-left: 2%; }
.legend .title-icon {
  background-image: url("images/box-icons.png");
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  height: 30px;
  width: 30px;
  margin: -5px 5px 0 0; }
  .legend .title-icon.expired {
    background-position: -330px 0; }
  .legend .title-icon.inactive {
    background-position: -360px 0; }
  .legend .title-icon.active {
    background-position: -390px 0; }
  .legend .title-icon.online {
    background-position: -300px 0; }
  .legend .title-icon.paper {
    background-position: -240px 0; }

/* pagina errore */
#error-message-strip {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 10px 0;
  width: 100%; }

#big-error-message {
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  font-size: 50px;
  font-weight: bold !important;
  line-height: 50px;
  text-transform: uppercase;
  float: left; }

#small-error-message {
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  text-align: left;
  display: inline-block;
  float: right;
  margin-right: 10px;
  padding: 5px 0 0;
  width: 420px; }

#goog-wm-qt {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #09164E !important;
  border-image: none;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  margin: 4% 0 !important;
  padding: 1%; }

.backToTop {
  color: #FFFFFF;
  display: block;
  margin: 0;
  padding: 1% !important;
  position: fixed;
  right: -999px;
  text-decoration: none !important;
  top: 80%;
  z-index: 1; }
  .backToTop.visible {
    right: 0; }

/********************** PAGINA STATICA CON LISTA GIORNALI ***************************/
#journals-list {
  width: 100%;
  display: inline-block; }

#journals-list li.journal-element {
  float: left;
  display: inline-block;
  width: 23%;
  margin-right: 2.5%;
  margin-bottom: 30px; }

#journals-list li.journal-element p {
  clear: both;
  display: block; }

#journals-list li:nth-child(4n) {
  margin-right: 0 !important; }

#journals-list li.journal-element img.cover-image {
  width: 211px;
  height: 280px;
  margin-bottom: 15px; }

/********************** @Poc LISTA GIORNALI ***************************/
#journals-list.exploded li {
  width: 100%; }
  #journals-list.exploded li a, #journals-list.exploded li ul {
    clear: none;
    float: left !important; }
  #journals-list.exploded li ul {
    margin-left: 20px;
    width: 70%; }
    #journals-list.exploded li ul li {
      margin-bottom: 18px;
      list-style: none; }
    #journals-list.exploded li ul .journal-name {
      color: #348ecd;
      display: inline-block;
      font-size: 2em;
      margin-top: 18px; }

/********************** PAGINA STATICA CON LISTA SOCIETA' ***************************/
.societies-list {
  width: 100%;
  display: inline-block; }

.societies-list li.society-element {
  display: inline-block;
  float: left;
  height: 260px;
  margin-right: 2.4%;
  width: 23%; }

.societies-list li.society-element p {
  clear: both;
  display: block;
  margin-bottom: 0px !important; }

.societies-list li:nth-child(4n) {
  margin-right: 0 !important; }

.societies-list li.society-element img.cover-image {
  width: 211px  !important;
  height: 149px  !important;
  margin-bottom: 15px; }

.related_news_container .nws {
  border-bottom: 1px solid #666;
  padding: 30px 0;
  overflow: hidden; }
  .related_news_container .nws img {
    float: right;
    width: 240px;
    margin-top: 20px; }
  .related_news_container .nws .text {
    width: 630px; }

/********************** PROMO su pagina SUBSCRIPTIONS ***************************/
.promo {
  background-color: #42CE42;
  color: #FFFFFF;
  font-size: 1em;
  padding: 1.5%;
  margin-bottom: 20px; }
  .promo #CD_Promo {
    margin-left: 20px; }
  .promo > input {
    padding: 0.5%; }
  .promo input:last-child {
    margin-left: 5px;
    text-transform: uppercase; }

/********************** testi giustificati ***************************/
p, a, ul, li, ol {
  text-align: justify; }

#static-content-container p, #static-content-container a, #static-content-container ul, #static-content-container li, #static-content-container ol, #static-content-container .text {
  text-align: justify; }

/********************** pagina REGISTER ***************************/
.boxxx {
  border: 1px solid #333;
  display: inline-block;
  float: left;
  height: 100px;
  margin-right: 20px;
  padding: 20px;
  text-decoration: none;
  width: 240px;
  vertical-align: top; }
  .boxxx strong {
    text-align: center;
    display: block; }

/********************** TrendMD widget ***************************/
#trendmd-suggestions {
  background-color: #e0e0e0;
  display: block;
  padding: 5px; }
  #trendmd-suggestions .trendmd-widget-list-item__link {
    color: #565656; }
  #trendmd-suggestions .trendmd-widget-list-item__meta {
    color: #565656 !important; }

/********************** sidebar ridotta di 1px perchÞ si vedeva una porzione del banner Google DFP successivo  ***************************/
aside.fr {
  width: 210px !important; }

.articletypelabel {
  background-color: #999999;
  color: #fff;
  margin-top: 30px;
  padding: 10px; }

/********************** # nascosto dall'asse Y delle article metrics  ***************************/
.jqplot-yaxis-label {
  display: none !important; }

/*# sourceMappingURL=Site.css.map */