<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Edisco - Tema Grafico Mini Sito
Author: Staff @ Edisco
Version: 1.0
*/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.line-dot {
  background-image: url("./img/punti.png");
  background-repeat: repeat-x;
  background-position: center center;
}

h3 {
  font-size: 22px;
  line-height: 22px;
  color: white;
  margin-top: 0px;
}

h4 {
  font-size: 18px;
  line-height: 18px;
}

h5 {
  font-size: 14px;
  line-height: 14px;
}

a:hover,
a:focus {
  color: #a91e22;
}

a {
  color: #60759b;
}

/*header*/

.header-image {
  width: 100%;
}

.header-line {
  background-color: #424242;
  height: 10px;
}

.menu-icon {
  width: auto;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 10px;
}

div.navbar {
  margin-bottom: 0px;
  font-size: 19px;
}

div.navbar-inner {
  border-width: 0px;
  padding-left: 0px;
  background-color: white;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
}

.navbar .nav &gt; li &gt; a {
  padding: 10px 30px 5px 10px;
}

.navbar .nav &gt; .active &gt; a,
.navbar .nav &gt; .active &gt; a:hover,
.navbar .nav &gt; .active &gt; a:focus {
  background-color: white;
  color: rgb(0, 142, 207);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar .nav &gt; .active &gt; a {
  font-weight: bold;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 18px;
}

.dropdown-menu {
  background-color: rgb(0, 142, 207);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0 0;
  margin-top: -8px;
}

.dropdown-menu &gt; li &gt; a {
  color: white;
  font-size: 15px;
  font-weight: bold;
}

.navbar .nav &gt; li &gt; .dropdown-menu:before {
  display: none;
}

.navbar .nav &gt; li &gt; .dropdown-menu:after {
  display: none;
}

.navbar .nav li.dropdown.open &gt; .dropdown-toggle,
.navbar .nav li.dropdown.active &gt; .dropdown-toggle,
.navbar .nav li.dropdown.open.active &gt; .dropdown-toggle {
  background-color: white;
}

/* 404 */
.not-found {
  width: 80%;
  margin: 100px auto 60px auto;
  text-align: center;
  font-size: 15px;
  color: #7c7c7c;
}

.not-found h1 {
  color: #595959;
}

.not-found a {
  color: #f37b3e;
  font-weight: bold;
}

.not-found .line-dot {
  width: 56%;
  height: 10px;
  display: inline-block;
  margin: 30px auto 20px auto;
}

/*footer*/

.footer-text a {
  color: #737272;
}

.footer-line {
  background-color: #858484;
  height: 25px;
}

/* corpo */

.signup {
  padding: 20px 30px;
}

.signup &gt; ul &gt; li {
  margin: 10px 0px;
}

.form {
  border: 1px solid #b5b5b5;
  padding: 20px 30px;
  margin: 0 12px 26px 12px;
  background-color: white;
  border-top: 0px;
}

.form input {
  margin-bottom: 20px;
}

.btn {
  border-radius: 0px;
  background-color: #d6d1c9;
  background-image: none;
  border-color: #818080;
  font-size: 14px;
  padding: 2px 16px;
  color: black;
}

.titolo {
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.titolo-backcolor1 {
  background-color: #6fa74f;
  padding: 4px 10px;
}

.titolo-backcolor2 {
  background-color: #0095d8;
  padding: 4px 10px;
}

.titolo-backcolor-gray {
  background-color: #787878;
  padding: 4px 10px;
  margin-bottom: 22px;
}

article {
  margin-top: 24px;
  font-size: 15px;
}

.nav-tabs.nav-stacked &gt; li:first-child &gt; a,
.nav-tabs.nav-stacked &gt; li:last-child &gt; a {
  border-radius: 0px;
}

.nav-tabs.nav-stacked &gt; li &gt; a,
.nav-tabs.nav-stacked &gt; li &gt; a:hover,
.nav-tabs.nav-stacked &gt; li &gt; a:focus,
.nav-tab-collapse &gt; a,
.nav-tab-collapse &gt; a:hover,
.nav-tab-collapse &gt; a:focus {
  border: 1px solid #686868;
  border-radius: 0 0 0 0;
}

.nav-tabs.nav-stacked &gt; li &gt; a:hover {
  color: black;
}

.nav-tab-collapse &gt; a:hover,
.nav-tab-collapse &gt; a:focus {
  background-color: #eeeeee;
  text-decoration: none;
}

.nav-tabs &gt; li &gt; a,
.nav-tab-collapse &gt; a {
  line-height: 22px;
  padding-bottom: 13px;
  padding-top: 13px;
  color: #424242;
  vertical-align: middle;
  /*min-height:21px;*/
}

.nav-tabs &gt; li &gt; a,
.nav-pills &gt; li &gt; a,
.nav-tab-collapse &gt; a {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-tabs-color1 {
  background-color: #cedcc0;
  display: block;
}

.nav-tabs-color1-selected {
  background-color: #6fa74f;
  display: block;
  color: white !important;
  font-weight: bold;
}

.nav-tabs-color1-selected:hover {
  background-color: #59adaa !important;
  display: block;
  color: white !important;
  font-weight: bold;
}

.nav-tabs-color2 {
  background-color: #d6e7f6;
  display: block;
}

.nav-tabs-color2-selected {
  background-color: #0095d8;
  display: block;
  color: white !important;
  font-weight: bold;
}

.nav-tabs-color2-selected:hover {
  background-color: #59adaa !important;
  display: block;
  color: white !important;
  font-weight: bold;
}

.nav {
  margin-top: 0px;
}

.icon {
  width: 35px;
  height: 35px;
  float: right;
  position: relative;
  top: -8px;
}

.altri {
  background: url("./img/nav-bar/altri.png");
}

.book {
  background: url("./img/nav-bar/book.png");
}

.scheda_opera {
  background: url("./img/nav-bar/icona-scheda-opera.png");
}

.esercizi {
  background: url("./img/nav-bar/esercizi.png");
}

.expansioni {
  background: url("./img/nav-bar/espansioni.png");
}

.key {
  background: url("./img/nav-bar/key.png");
}

.lente {
  background: url("./img/nav-bar/lente.png");
}

.librodigitale {
  background: url("./img/nav-bar/librodigitale.png");
}

.lucchetto {
  background: url("./img/nav-bar/lucchetto.png");
}

.richiesta {
  background: url("./img/nav-bar/richiesta.png");
}

.cover-mini {
  border: 1px solid black;
  width: 63px;
  margin-right: 10px;
  cursor: pointer;

  -webkit-box-shadow: 5px 5px 10px 2px #d0d0d0;
  box-shadow: 5px 5px 10px 2px #d0d0d0;
}

.cover-middle {
  border: 1px solid black;
  width: 221px;
  -webkit-box-shadow: 5px 5px 10px 2px #d0d0d0;
  box-shadow: 5px 5px 10px 2px #d0d0d0;
}

.covers {
  display: inline-block;
  float: left;
  margin: 10px 20px 10px 0;
}

.cover-sep {
  border-width: 1px 0 0;
  border-color: #b8b0a3;
  width: 221px;
  text-align: left;
}

.accordion-group {
  display: block;
  margin-top: -2px;
  margin-bottom: 0px;
  font-size: 16px;
}

.cover-icon {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
}

.cover-icon &gt; img {
  width: 20px;
  margin-top: -9px;
  margin-left: 2px;
  border: 1px solid white;
  -webkit-box-shadow: 5px 5px 10px 2px #d0d0d0;
  box-shadow: 5px 5px 10px 2px #d0d0d0;
}

.media {
  background-color: #f2f2ef;
  padding: 24px 18px 14px 18px;
  margin: 10px 0 0px 0;
}

.media-body {
  /* padding-top: 10px; */
  font-size: 14px;
  margin-left: 20px;
}

.media-body &gt; div &gt; h5 {
  margin-top: 19px;
}

.media-img {
  width: 126px;
  display: block;
  min-height: 160px;
}

.media-img &gt; a &gt; img,
.media-img &gt; img {
  width: 106px;
  border: 1px solid #b3b3b3;
  -webkit-box-shadow: 5px 5px 10px 2px #d0d0d0;
  box-shadow: 5px 5px 10px 2px #d0d0d0;
}

.novita_catalogo {
  position: relative;
  overflow: visible;
}

.novita_catalogo &gt; div:first-child {
  position: absolute;
  right: 40px;
  padding: 2px 20px;
  border: 3px solid white;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 10px 2px #d0d0d0;
  box-shadow: 5px 5px 10px 2px #d0d0d0;
  background-color: #0095d8;
  font-weight: bold;
  color: white;
  top: -10px;
  display: block !important;
}

.articolo &gt; a &gt; img {
  max-height: 170px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 5px 5px 10px 2px #d0d0d0;
  box-shadow: 5px 5px 10px 2px #d0d0d0;
  margin-right: 16px;
}

.articolo-next {
  margin-left: 20px;
  margin-top: 5px;
}

.articolo-icon {
  width: auto;
  height: 25px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.articolo-corpo {
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  margin: 12px 0;
  line-height: 20px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.riquadro {
  min-height: 60px;
  font-size: 14px;
  margin: 12px 0;
  line-height: 20px;
}

.blog {
  margin-top: 30px;
}

.media-blog {
  background-color: transparent;
  padding: 4px 8px 4px 8px;
}

.media-body-blog {
  margin-left: 2px;
  margin-bottom: 15px;
  font-size: 14px;
}

.titolo-articolo {
  margin-top: 108px;
}

.title-panel {
  margin-bottom: 10px;
}

/*.media-img-blog {
    display:block; 
}

.media-img-blog &gt; a &gt;img {
    height:150px;
    margin-right:20px;
    margin-left:10px;
    border: 1px solid #B3B3B3; 
    -webkit-box-shadow: 5px 5px 10px 2px #D0D0D0;
    box-shadow: 5px 5px 10px 2px #D0D0D0;
}
*/

.personal-data {
  background-color: #f2f2ef;
  padding: 10px;
  margin: 10px 0 0px 0;
}

.school-data {
  background-color: #f2f2ef;
  padding: 10px;
  margin: 10px 0 0px 0;
}

.notes {
  background-color: #f2f2ef;
  padding: 10px;
  margin: 10px 0 0px 0;
}

.request-title {
  font-weight: bold;
  font-size: 16px;
}

.field {
  margin-top: 20px;
}

.field label,
.field input {
  display: inline-block;
}

.field label {
  margin-left: 15px;
  width: 200px;
}

.field input,
textarea,
select {
  width: 300px;
}

.request-submit {
  float: right;
  margin: 50px 50px 20px 0px;
  padding: 10px;
  background-color: #f36f2a;
  font-weight: bold;
  color: white;
}

.page-content {
  clear: both;
}

.error {
  color: red;
  margin-left: 219px;
  margin-top: -7px;
}

/* Fix MenÃ¹ 2Â° Livello su Mobile */
.nav-collapse .open &gt; .dropdown-menu {
  display: inline-block !important;
  z-index: 1000000 !important;
  position: relative !important;
}

.form-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.form-grid .form-col-50 input,
.form-grid .form-col-50 select,
.form-grid .form-col-100 input,
.form-grid .form-col-100 select,
.form-grid .form-col-100 text-area {
  width: 100%;
}

.field .form-grid input {
  min-height: 30px;
  line-height: 30px;
}

.field .form-grid label {
  width: auto;
  margin-left: 0;
  margin-right: 2px;
}

.form-grid .form-col-50,
.form-grid .form-col-100 {
  width: 100%;
}

.field .form-grid input[type="checkbox"] {
  min-height: 14px;
  line-height: 20px;
  width: auto;
  vertical-align: text-bottom;
  margin-right: 5px;
  margin-top: 0;
}

.form-grid .error {
  margin-left: 0;
}

.green-title {
  background-color: #6fa74f;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #main .opera-main-column &gt; .span8 {
    margin-left: 0;
  }

  .form-grid .form-col-50 {
    width: 48%;
}
}

@media screen and (max-width: 767.99px) {
  .edisco-nav {
    margin-top: 20px;
  }

  .header-line {
    background-color: #fff;
  }

  .banner-image {
    display: block;
    margin-bottom: 0;
    order: -2;
  }

  #main .opera-main-column,
  #main .loginWidget {
    display: flex;
    flex-direction: column;
  }

  #main .loginWidget {
    background: #fff !important;
  }

  #main .opera-main-column .loginWidget {
    order: -1;
  }

  .loginWidget .accordion-group {
    margin-bottom: 10px;
    border: 0;
  }

  .loginWidget .nav {
    order: 1;
    margin-top: 15px;
  }

  .opera-main-column .media-img {
    text-align: center;
    width: 100%;
  }

  .opera-main-column .media-body {
    margin-left: 0;
  }

  .opera-main-column .articolo-corpo {
    height: auto;
    max-height: 60px;
  }

  #fondinocolorato {
    width: auto !important;
  }

  .personal-data,
  .school-data,
  .notes {
    padding: 14px 18px;
}

}</pre></body></html>