html {
  font-size: 100%;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
}
.fadeSpinner {
  opacity: 0.6;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 10001;
}
.waiting {
  z-index: 10002;
  position: fixed;
  height: 120px;
  width: 120px;
  background-color: transparent;
  border: 0;
  display: none;
  top: 50% !important;
  margin-top: -60px;
}
.spin {
  margin: 58px;
}
.banner-pop-up .tab-pop-up {
  width: 290px;
}
.block-user-profile {
  margin-top: -2px;
}
.block-user-profile .ico-user.menu-label:after {
  padding-top: 3px;
  margin-left: 10px;
  width: 28px;
  font-size: 12px;
}
.block-user-profile .ico-user.menu-myz:before {
  width: 44px;
  height: 30px;
  padding: 0;
}
.ico-logout.logout-label:after {
  margin-top: -4px;
  font-size: 12px;
  margin-left: 1px;
}
.ico-logout:before {
  font-size: 24px;
  margin-left: 4px;
  margin-top: -2px;
}
#js-popup-link .logo {
  height: 22px;
}
#banner-pop-up-container,
.banner-pop-up,
.banner-pop-up .content-pop-up {
  border: none !important;
  z-index: 0;
}
.ico-logout.js-logout {
  color: #df061b;
}
.share-test-icon {
  height: 18px;
  padding: 2px;
}
@media (max-width: 991px) {
  #banner-pop-up-container {
    max-width: 750px !important;
  }
  .tabletColumn {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .banner-pop-up .tab-pop-up {
    width: 160px;
  }
}
.FE {
  /*MODIFICHE A BOOTSTRAP*/
  /* Regole specifiche per diverse risoluzioni

  @screen-xs: 480px;
  @screen-sm: 768px;
  @screen-md: 992px;
  @screen-xs-1: 479px;
  @screen-sm-1: 767px;
  @screen-md-1: 991px;
  @screen-lg: 1200px;
  */
}
.FE.hidden {
  display: block !important;
}
.FE #adv_banner,
.FE #eliza_banner {
  display: none;
}
.FE .min600 {
  min-width: 600px;
  max-width: 1000px;
  margin: 0 auto;
}
.FE .navbar-brand {
  padding: 20px 0;
}
.FE .container {
  max-width: 970px;
}
.FE .headLogo {
  height: 80px;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.FE .smallText {
  font-size: 12px;
}
.FE .exerciseCounter {
  font-size: 17px;
  width: 170px;
  float: left;
  margin-top: 16px;
  margin-bottom: 20px;
  line-height: 23px;
}
.FE .exerciseCounter .counter {
  background-color: #ff6600;
  padding: 2px 10px;
  color: white;
  font-weight: bold;
  border-radius: 4px;
}
.FE header {
  margin-top: 16px;
}
.FE header .userInfo {
  float: right;
  margin-top: 46px;
  background: transparent;
  padding: 0;
}
.FE .buttonContainer {
  text-align: right;
  float: right;
  max-width: fit-content;
}
.FE .buttonContainer .btn {
  margin-top: 8px;
  display: block;
  float: left;
}
.FE .buttonContainer .btn:not(:last-of-type) {
  margin-right: 16px;
}
.FE .noPadding {
  padding: 0;
}
.FE .widgetRow {
  display: flex;
}
.FE .widgetRow > div:not(.widgetRow) {
  margin-bottom: 15px;
}
.FE .myPanel {
  background-color: #eeeeee;
  padding: 15px;
  position: relative;
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.FE .myPanel.noborder {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.FE .myPanel.blue {
  background-color: #d9efef;
  margin-bottom: 20px;
  display: inline-block;
}
.FE .searchTest .content,
.FE .personalizeTest .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.FE .searchTest .content > *,
.FE .personalizeTest .content > * {
  width: 100%;
}
.FE .searchTest .content {
  height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}
.FE .searchTest .content form {
  margin: 0;
}
.FE .searchTest .content .buttonContainer button {
  margin-top: 12px;
}
.FE .personalizeTest .teacher {
  height: inherit;
}
.FE .personalizeTest .teacher {
  height: inherit;
}
.FE #customSimulation {
  display: none;
}
.FE #customSimulation .label {
  color: #424548;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0;
  width: fit-content;
}
.FE #customSimulation .label.error {
  width: 100%;
  white-space: normal;
  text-align: left;
  font-weight: normal;
  color: #7d0a00;
  line-height: 20px;
  display: none;
}
.FE #customSimulation .values {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.FE #customSimulation .values.nums {
  padding: 4px 0;
  align-items: center;
}
.FE #customSimulation .values.nums:not(:last-of-type) {
  border-bottom: solid #caccce 1px;
}
.FE #customSimulation input {
  width: 75px;
  padding-right: 2px;
}
.FE .input-default {
  padding: 6px 12px;
  border: 2px solid #3bc1c2;
  border-radius: 6px;
  outline: none;
}
.FE .input-default.error {
  border-color: #7e0a00;
}
@media (min-width: 992px) {
  .FE .noPadding .noPaddingLeft {
    padding-left: 15px;
  }
  .FE .tabletColumn {
    height: 495px;
  }
}
.FE .myPanel > .title,
.FE .myPanel > .content > .title {
  padding: 5px 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  display: block;
}
.FE .myPanel.blue > .title {
  font-weight: normal;
  text-transform: uppercase;
}
.FE .myPanel .title .back {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px #999 solid;
  height: 35px;
  cursor: pointer;
}
.FE #bookSelect .buttonContainer .btn {
  margin-top: 0;
}
.FE .login-panel {
  padding-bottom: 8px;
}
.FE .login-panel form {
  margin-bottom: 0;
}
.FE .login-panel .row {
  margin: 0;
}
.FE .login-panel small {
  line-height: 10px;
}
.FE .login {
  line-height: 14px;
}
.FE .login img {
  vertical-align: bottom;
  height: 20px;
  margin-left: 5px;
  margin-top: 7px;
}
.FE .login-panel .form-group {
  padding: 0;
}
.FE .login-panel input {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}
.FE .zteSpot {
  padding-left: 15px !important;
  margin-bottom: 15px;
}
.FE .zteSpot img {
  height: 50px;
}
.FE .zteSpot span {
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 15px;
  display: block;
}
.FE .zteSpot b {
  color: red;
}
.FE .zteSpot .panel {
  margin-bottom: 0;
}
.FE .otherZte {
  background-color: #eee;
  padding: 10px;
  margin-top: -5px;
  margin-bottom: 15px;
}
.FE .otherZte span {
  font-size: 16px;
  padding: 0;
  line-height: 24px;
}
.FE .otherZte img {
  height: 18px;
  margin-right: 5px;
  margin-top: 10px;
}
.FE .panel-body.studentsInfo {
  min-height: 0;
  /*non ho capito perché ma serve*/
  display: flex;
  padding: 0;
}
.FE .studentsInfo #verifiche {
  width: 100%;
  padding: 15px;
  overflow-y: auto;
  max-height: 450px;
}
.FE .personalizeTest img,
.FE .registro img {
  width: 100%;
  border-bottom: 2px solid #cccccc;
}
.FE .personalizeTest img {
  margin: 0 auto 10px;
}
.FE .registro {
  overflow-y: hidden;
}
.FE .registro img {
  margin: 20px auto;
  max-width: 580px;
  display: block;
}
.FE .correctionInfo {
  background-color: white;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
  position: relative;
}
.FE .correctionInfo:last-of-type {
  margin-bottom: 0;
}
.FE .correctionInfo.noAssignment {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 15px;
}
.FE .correctionInfo .homework {
  padding: 5px;
}
.FE #correzioni .correctionInfo .homework {
  width: 70%;
}
.FE .correctionInfo .homework .icon {
  float: left;
  margin-right: 15px;
  height: 50px;
}
.FE .correctionInfo .homework .title {
  font-weight: bold;
  width: 180px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.FE #verifiche .correctionInfo .homework .title {
  width: 250px;
  height: 21px;
  line-height: 21px;
}
.FE .correctionInfo .homework .title:before {
  content: "...";
  display: block;
  position: absolute;
  right: 0;
  background-color: white;
}
.FE .correctionInfo .homework .title:after {
  content: "";
  display: inline-block;
  width: 15px;
  background-color: white;
  height: 18px;
  float: right;
  position: relative;
}
.FE .correctionInfo .homework .book {
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
}
.FE .correctionInfo .grade,
.FE .correctionInfo .start {
  position: absolute;
  top: 50px;
  right: 10px;
}
.FE .correctionInfo .start button {
  padding: 7px 0;
  width: 60px;
  margin-top: 10px;
}
.FE .correctionInfo .grade:before {
  content: "VOTO";
  font-weight: bold;
  font-size: 14px;
  display: block;
}
.FE .correctionInfo .grade span {
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: white;
  border-radius: 20px;
  display: block;
  text-align: center;
  line-height: 40px;
}
.FE .correctionInfo .grade span.passed,
.FE .correctionsContainer .tries span.passed {
  background-color: green;
}
.FE .correctionInfo .grade span.notPassed,
.FE .correctionsContainer .tries span.notPassed {
  background-color: red;
}
.FE .correctionInfo .grade span.attention,
.FE .correctionsContainer .tries span.attention {
  background-color: orange;
}
.FE .correctionsContainer .tries span.gradeModified {
  cursor: pointer;
}
.FE .correctionInfo:after {
  content: "";
  clear: both;
}
.FE .assignAlert {
  color: red;
}
.FE .adv {
  width: 200px;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
.FE .adv img {
  display: block;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.FE .findTest {
  height: auto;
  background-color: #e6e6e6;
}
.FE .findTest form {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 50%;
}
.FE .findTest .form-group {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  width: 70%;
}
.FE .findTest input {
  height: 30px;
}
.FE .lastSearch {
  width: 100%;
}
.FE .bookContainer,
.FE .elizaBookContainer {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.FE .bookContainer a,
.FE .elizaBookContainer a {
  color: #000;
}
.FE .bookContainer .book,
.FE .elizaBookContainer .book {
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.FE .bookContainer .book:hover,
.FE .elizaBookContainer .book:hover {
  border-color: #3bc1c2;
  background-color: #e8f5f5;
}
.FE .bookContainer .book img,
.FE .elizaBookContainer .book img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
.FE .bookContainer .book .autors,
.FE .elizaBookContainer .book .autors {
  font-style: italic;
}
.FE .bookContainer .book .title,
.FE .elizaBookContainer .book .title {
  font-weight: bold;
}
.FE .bookContainer .book .title,
.FE .elizaBookContainer .book .title,
.FE .bookContainer .book .autors,
.FE .elizaBookContainer .book .autors {
  line-height: 16px;
  height: 48px;
  padding-right: 12px;
  overflow: hidden;
  position: relative;
}
.FE .bookContainer .book .title:before,
.FE .elizaBookContainer .book .title:before,
.FE .bookContainer .book .autors:before,
.FE .elizaBookContainer .book .autors:before {
  content: "...";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.FE .bookContainer .book .title:after,
.FE .elizaBookContainer .book .title:after,
.FE .bookContainer .book .autors:after,
.FE .elizaBookContainer .book .autors:after {
  content: "";
  height: 53px;
  width: 13px;
  display: inline-block;
  background-color: #eeeeee;
  position: absolute;
  right: 0;
  margin-top: -3px;
}
.FE .bookContainer .book:hover .title:after,
.FE .elizaBookContainer .book:hover .title:after,
.FE .bookContainer .book:hover .autors:after,
.FE .elizaBookContainer .book:hover .autors:after {
  background-color: #e8f5f5;
}
.FE .bookContainer > div,
.FE .elizaBookContainer > div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.FE .bookContainer .book .subject,
.FE .elizaBookContainer .book .subject,
.FE .bookContainer .book .onlyTeacher {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.FE .bookContainer .book .subject > span,
.FE .elizaBookContainer .book .subject > span,
.FE .bookContainer .book .onlyTeacher > span {
  /*non rompe la visualizzazione con materie più lunghe*/
  color: white;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 2px;
  max-height: 50px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  line-height: 22px;
  overflow-wrap: break-word;
}
.FE .bookContainer .book .subject > span,
.FE .elizaBookContainer .book .subject > span {
  background-color: #ff6600;
}
.FE .bookContainer .book .onlyTeacher > span {
  background-color: #2f7e7e;
}
.FE .bookContainer .book .preview {
  margin-top: -80px;
  position: absolute;
  color: white;
  font-size: 18px;
  text-align: center;
  width: 90%;
  margin-left: -8px;
  text-shadow: 3px 3px 2px #000;
  background-color: red;
}
.FE .selectedBook,
.FE .myPanel.questions {
  margin-bottom: 20px;
}
.FE .selectedBook .info {
  height: 280px;
  cursor: auto;
  display: flex;
  justify-content: space-between;
}
.FE .selectedBook .book {
  padding: 0 16px;
  height: 100%;
  width: 50%;
}
.FE .selectedBook .book:hover {
  border-color: transparent;
  background-color: transparent;
}
.FE .selectedBook .book .title:after,
.FE .selectedBook .book .autors:after,
.FE .selectedBook .book .title:before,
.FE .selectedBook .book .autors:before {
  display: none;
}
.FE .selectedBook .bookContainer img {
  height: 100%;
  margin-left: 15px;
}
.FE .selectedBook .bookContainer .title {
  margin-top: 15px;
}
.FE .selectedBook .bookContainer .previewDet {
  margin-top: 25px;
  font-variant: small-caps;
}
.FE .selectedBook .bookContainer .title,
.FE .selectedBook .bookContainer .autors {
  height: auto;
  line-height: normal;
}
.FE #bookBatteries .panel.panel-default {
  margin-bottom: 10px;
  position: relative;
  background-color: #eeeeee;
  height: auto;
}
.FE #bookBatteries .panel.panel-default a:hover {
  text-decoration: none;
}
.FE .bookExercise {
  padding: 0;
  border-top: none !important;
  background-color: white !important;
}
.FE .bookExercise .row {
  padding: 0 15px;
  border-bottom: 2px solid #cecece;
  display: flex;
}
.FE .bookExercise .row > div.title {
  padding: 10px;
  text-align: left;
}
.FE .bookExercise .buttonContainer div {
  padding-left: 10px;
  padding-right: 10px;
}
.FE .bookExercise .buttonContainer {
  padding: 0;
  margin: 0;
  display: flex;
  min-width: 100%;
}
.FE.picker .bookExercise .buttonContainer {
  min-width: auto;
  max-width: none;
}
.FE .bookExercise .buttonContainer > div {
  padding-top: 5px;
}
.FE .bookExercise .row .allenamento > div {
  padding: 5px 0;
}
.FE .bookExercise .row .test > div,
.FE .bookExercise .row .allenamento > div {
  padding: 5px;
  height: 42px;
}
.FE .bookExercise .row .test .button .btn {
  width: 100%;
}
.FE .bookExercise .row .button.teacher {
  display: flex;
  justify-content: space-between;
}
.FE .bookExercise .row .button.teacher .btn {
  margin-right: 4px;
  margin-left: 4px;
}
.FE .bookExercise .row .button.teacher .btn:last-of-type {
  margin-right: 0;
}
.FE .bookExercise .row .button.teacher .btn:first-of-type {
  margin-left: 0;
}
.FE .bookExercise .row .button.teacher z-icon {
  --z-icon-width: 14px;
  --z-icon-height: 14px;
  line-height: 12px;
}
.FE .bookExercise .row .button.teacher .placeholder {
  width: 100%;
  margin: 0 10px;
}
.FE .bookExercise .row .newViewer:not(.btn) {
  background-color: #d9efef;
}
.FE .bookExercise .row .newViewer > div {
  padding: 5px 0;
}
.FE .bookExercise .row .button {
  padding: 0;
}
.FE .bookExercise .header-row {
  background-color: #888 !important;
  color: white;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 15px;
}
.FE .bookExercise .header-row .head {
  padding: 5px 15px;
}
.FE .bookExercise .header-row .head.new {
  background-color: #555;
}
.FE .bookExercise .header-row > div {
  white-space: nowrap;
}
.FE .bookExercise .header-row img,
.FE .panel-randomTest .panel-heading img {
  width: 16px;
  margin-left: 5px;
  margin-top: -3px;
}
.FE .bookExercise .row .btn {
  display: block;
  margin: 5px 0;
  position: relative;
  width: 100%;
}
.FE .bookExercise .row span.btn:before {
  content: attr(data-text);
}
.FE .bookExercise .row .btn.viewer img {
  display: none;
}
.FE .bookExercise .row .training {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.FE .bookExercise .row .btn-default:not(.lti-preview):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 100;
}
.FE .bookExercise .row .glyphicon {
  height: 18px;
}
.FE .noBorder {
  border-radius: 0 !important;
}
.FE footer {
  text-align: center;
  margin-bottom: 15px;
}
.FE footer a {
  padding: 0 10px;
  border-right: 1px solid #666;
}
.FE footer a:last-of-type {
  border-right: medium none;
  padding-right: 0;
}
.FE footer .intestazione {
  display: inline-block;
}
.FE footer .zteVersion {
  display: block;
  color: #ccc;
  font-size: 10px;
  text-align: left;
}
.FE .classFilter > form > span {
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
.FE .testFilter {
  padding: 15px;
}
.FE .testFilter .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.FE .testFilter .btn-group .btn-default {
  border-color: inherit;
}
.FE .navbar.blue {
  background-color: #3bc1c2;
  color: #ffffff;
}
.FE .correctionsContainer {
  width: 100%;
  padding: 0 20px;
}
.FE .correctionsContainer > div {
  float: left;
}
.FE .correctionsContainer .students {
  width: 250px;
}
.FE .correctionsContainer .header {
  background-color: #888;
  color: white;
  text-transform: uppercase;
}
.FE .correctionsContainer .triesContainer .header {
  background-color: #555;
  font-size: 15px;
}
.FE .correctionsContainer .tries > div,
.FE .correctionsContainer .students > div,
.FE .correctionsContainer .arrow-next > div {
  border: 1px #999 solid;
  border-top: none;
  margin-left: -1;
  display: block;
  height: 40px;
  padding: 10px;
}
.FE .correctionsContainer .arrow-next {
  width: 50px;
  margin-left: -1px;
}
.FE .correctionsContainer .arrow {
  width: 30px;
  float: right;
  margin-top: -5px;
}
.FE .correctionsContainer .tries {
  float: left;
  width: 181px;
  margin-left: -1px;
}
.FE .correctionsContainer .tries > div:not(.header) {
  padding: 5px 10px;
}
.FE .correctionsContainer .tries span {
  color: #ffffff;
  display: inline-block;
  width: 34px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin-left: 5px;
  font-size: 14px;
}
.FE .correctionsContainer .tries .date {
  font-size: 10px;
}
.FE .correctionsContainer.teacher .tries .btn {
  padding: 0;
  line-height: 14px;
  float: right;
  margin: 0;
  width: 110px;
}
.FE .batteryPublished .warning {
  color: red;
  display: block;
  background-color: white;
  border: 1px #ff6600 solid;
  border-top: 0;
  border-bottom: 0;
  padding: 15px 20px 0;
  margin-top: -10px;
}
.FE .correctionsList .corrections {
  background-color: white;
  border: 1px #ff6600 solid;
  border-top: 0;
  margin-top: -10px;
  padding: 15px 0;
  margin-bottom: 10px;
  display: inline-block;
}
.FE .class .correctionsList .corrections {
  height: auto !important;
  padding: 15px 18px;
  margin-bottom: 0;
}
.FE .correctionsList .correctionWrapper {
  overflow: hidden;
  width: 750px;
  float: left;
  padding: 0 15px;
}
.FE .class .correctionsList .correctionWrapper {
  width: 540px;
  padding: 0;
}
.FE .correctionWrapper .triesContainer {
  padding-top: 5px;
}
.FE .teacher .correctionWrapper .triesContainer {
  padding-top: 0;
}
.FE .correctionWrapper .triesContainer .btn {
  width: 120px;
  line-height: 13px;
  margin-right: 30px;
}
.FE .correctionWrapper .triesContainer .btn.btn-success {
  line-height: 26px;
}
.FE .correctionWrapper .triesContainer a.btn:last-child,
.FE .correctionWrapper .triesContainer div.btn:last-child {
  margin-right: 0;
}
.FE .correctionsList .arrow {
  width: 32px;
  float: left;
  margin: 5px 16px;
  cursor: pointer;
  position: relative;
}
.FE .correctionsList .teacher .arrow {
  float: right;
  margin: -6px -2px;
}
.FE .correctionsList .arrow.disabled {
  opacity: 0.3;
  cursor: default;
}
.FE .questions ul {
  padding-left: 0;
}
.FE .questions li {
  list-style: none;
}
.FE .questions li:first-of-type {
  padding-top: 1px;
}
.FE .questions li:first-of-type a {
  border-top: 1px solid #ccc;
  margin-top: -1px;
}
.FE .questions li a {
  color: #333;
  padding: 5px;
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.FE .questions li a:hover,
.FE .questions li a.selected {
  color: #000000;
  text-decoration: none;
  background-color: #e8f5f5;
  border-bottom: 1px solid #3bc1c2;
  border-top: 1px solid #3bc1c2;
  margin-top: -1px;
}
.FE .questions li a:hover:after,
.FE .questions li a.selected:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #333;
  position: absolute;
  right: 0;
  margin-top: 4px;
}
.FE .questions > .panel-body {
  padding: 20px;
}
.FE .questions > .panel-body .panel-heading {
  background-color: #e8f5f5;
  color: #333;
  font-weight: bold;
  border-top: 1px solid #3bc1c2;
  padding-right: 40px;
  position: relative;
}
.FE .questions > .panel-body .panel-heading:after,
.FE #bookBatteries .panel-heading:after {
  content: "";
  background: transparent url("../images/leftArrow.png") no-repeat;
  height: 25px;
  width: 25px;
  display: block;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 7px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.FE #bookBatteries .panel-heading:after {
  top: 6px;
}
.FE .questions > .panel-body .collapsed .panel-heading:after,
.FE #bookBatteries .collapsed .panel-heading:after {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.FE .questions > .panel-body .collapsed .panel-heading,
.FE .questions > .panel-body .panel-body {
  background-color: #fff;
}
.FE .panel-body .in > .panel-body {
  border-bottom: 10px solid #eee;
}
.FE .questions .testo {
  padding-top: 8px;
}
.FE .testo .btn {
  float: right;
  margin-top: 15px;
}
.FE .testo textarea {
  width: 100%;
  height: 150px;
  margin-top: 15px;
}
.FE .tableContainer .loaded {
  display: none;
}
.FE .tableContainer {
  width: 100%;
  background-color: #ffffff;
  padding: 15px;
}
.FE .tableContainer .table {
  margin-bottom: 0;
}
.FE th {
  background-color: #585858;
  color: white;
  font-weight: normal;
  border-top: 0 !important;
  vertical-align: middle !important;
}
.FE td > div {
  background-color: #e6e6e6;
  border-top: 1px #999 solid;
  border-bottom: 1px #999 solid;
  border-right: 1px #999 solid;
  width: 100%;
  height: 70px;
  padding: 5px;
  overflow: hidden;
}
.FE .selected td > div {
  background-color: #fff1e6;
  border-top: 2px #ff6600 solid;
  border-bottom: 2px #ff6600 solid;
  border-right: 1px #ff6600 solid;
  min-width: 70px;
}
.FE td > div > span {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  max-width: 185px;
  overflow-wrap: break-word;
}
.FE td > div > span > img {
  width: 50px;
}
.FE #searchedTestModal .borderRight {
  width: 100px;
}
.FE #searchedTestModal .smallText,
.FE #assegnate .smallText {
  margin: -4px 0;
  display: inline-block;
}
.FE td.borderRight {
  width: 90px;
}
.FE .borderRight > div > span {
  border-right: none !important;
  width: 90px;
  text-align: center;
}
.FE td:first-of-type {
  width: 60px;
}
.FE td:first-of-type > div {
  border-left: 1px #999 solid;
}
.FE .selected td:first-of-type > div {
  border-left: 2px #ff6600 solid;
}
.FE td.borderRight > div {
  border-right: 1px #999 solid;
}
.FE .selected td.borderRight > div {
  border-right: 2px #ff6600 solid;
}
.FE td.borderRight .btn {
  width: 70px;
  padding: 5px 0;
}
.FE td {
  padding: 5px 0 !important;
  border: none !important;
}
.FE td .btn {
  margin-top: -3px;
}
.FE td.students {
  width: 75px;
}
.FE td.students span > div {
  display: inline-block;
  width: 60px;
  height: 36px;
  border-radius: 18px;
  background-color: #555;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
}
.FE .sharedtextContainer .text td {
  width: auto;
  padding: 0 5px !important;
}
.FE .goToCorrection {
  width: 30px;
}
.FE .goToCorrection div {
  cursor: pointer;
  padding-top: 19px;
}
.FE .goToCorrection .icon {
  margin-left: -10px;
}
.FE .arrow-top {
  border: 15px solid transparent;
  border-bottom: 20px solid white;
  position: absolute;
  width: 0;
  height: 0;
}
.FE .arrow-left {
  border: 10px solid transparent;
  border-right: 16px solid white;
  position: absolute;
  width: 0;
  height: 0;
}
.FE .dropdown-toggle.btn-primary {
  color: #333;
  background-color: white;
  border-width: 2px;
}
.FE .correction-select {
  margin-bottom: 10px;
}
.FE .correction-select .dropdown-toggle.btn-primary {
  background-color: transparent;
  padding-right: 0;
}
.FE .bootstrap-select:not(.correction-select) .dropdown-toggle.btn-primary:hover,
.FE .bootstrap-select:not(.correction-select) .dropdown-toggle.btn-primary:focus,
.FE .bootstrap-select:not(.correction-select) .dropdown-toggle.btn-primary:active,
.FE .bootstrap-select:not(.correction-select) .dropdown-toggle.btn-primary.active {
  background-color: #ffffff;
  color: black;
}
.FE .bootstrap-select.btn-group .btn .caret {
  background-color: #3bc1c2;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 3;
  margin-top: -8px;
}
.FE .caret:before {
  content: "";
  margin-top: 5px;
  margin-left: 3px;
  border: 5px solid transparent;
  border-top: 7px solid white;
  display: block;
  width: 0;
}
.FE .caret:after {
  content: "";
  top: 5px;
  left: 5px;
  border: 3px solid transparent;
  border-top: 5px solid #3bc1c2;
  display: block;
  width: 0;
  position: absolute;
}
.FE .ui-select-bootstrap .ui-select-choices-row.active > a,
.FE .ui-select-bootstrap .ui-select-choices-row > a:hover {
  color: #262626 !important;
  background-color: #f5f5f5 !important;
}
.FE .testFilter .form-horizontal .bootstrap-select.btn-group {
  margin-left: 10px;
  width: 31% !important;
  float: right !important;
}
.FE .testFilter .form-horizontal label {
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}
.FE #printModal .bootbox-body .btn:first-of-type {
  margin-bottom: 20px;
}
.FE #loginModal .form-group {
  padding: 0;
}
.FE footer:before {
  content: "";
  clear: both;
  display: block;
  width: 0;
  height: 0;
}
.FE #footer-credits-link {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
.FE #newsContainer {
  margin: -20px 0 20px;
  position: relative;
}
.FE #newsContainer .carousel {
  display: none;
}
.FE .newsCard {
  display: flex;
  padding: 0 25px;
}
.FE .newsCard .newsBadge {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
}
.FE .newsCard img {
  margin: 20px 0 15px;
  height: intrinsic;
}
.FE .newsCard .trialText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.FE .newsCard h2 {
  font-size: 24px;
  margin-top: 0;
}
.FE .zteBenefit .carousel-inner .item {
  height: 200px;
  margin-top: 10px;
}
.FE .zteBenefit .carousel-inner .item img {
  width: 100%;
}
.FE #newsContainer .carousel-indicators {
  bottom: -4px;
}
.FE .carousel .control {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  cursor: pointer;
}
.FE .carousel .control z-icon {
  position: absolute;
  top: 50%;
  margin-top: calc(var(--space-unit) * -1.5);
  --z-icon-width: calc(var(--space-unit) * 3);
  --z-icon-height: calc(var(--space-unit) * 3);
}
.FE .carousel .control.left {
  left: 0;
}
.FE .carousel .control.right {
  right: 0;
}
.FE .carousel .control.left z-icon {
  left: 8px;
}
.FE .carousel .control.right z-icon {
  right: 8px;
}
.FE .carousel-inner .item .carousel-caption {
  left: 5%;
  right: 5%;
  color: #333;
  text-shadow: none;
  font-size: 16px;
}
.FE .carousel-indicators .active {
  background-color: var(--gray700);
}
.FE .carousel-indicators li {
  border-color: var(--gray700);
}
.FE .navbar-default {
  background-color: #555;
  color: #eeeeee;
  text-transform: uppercase;
  font-size: 18px;
}
.FE .navbar-nav {
  margin: 0;
}
.FE .navbar-nav > li {
  float: none;
}
.FE .navbar-default .navbar-nav > li > a {
  color: #eeeeee;
}
.FE .navbar-default .navbar-nav > .active > a,
.FE .navbar-default .navbar-nav > .active > a:hover,
.FE .navbar-default .navbar-nav > .active > a:focus,
.FE .navbar-default .navbar-nav > li > a:hover,
.FE .navbar-default .navbar-nav > li > a:focus {
  background-color: #888;
  color: #eeeeee;
}
.FE .navbar .bootstrap-select {
  margin-bottom: 0 !important;
}
.FE .btn,
.FE .btn:active,
.FE .btn:focus {
  border-radius: 6px;
  outline: none;
}
.FE .panel[data-toggle="tab"] .panel-heading {
  padding: 0;
}
.FE .panel-heading .nav > li > a {
  padding: 8px 15px;
}
.FE .container-fluid,
.FE .navbar-collapse,
.FE .container-fluid > .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.FE .container-fluid > .navbar-collapse {
  margin-left: 0;
  margin-right: 0;
}
.FE .panel {
  border: 0;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.FE .tab-content {
  flex-grow: 1;
}
.FE .tab-pane {
  height: 100%;
}
.FE .panel-body {
  background-color: #eeeeee;
  flex-grow: 1;
}
.FE .desktopColumn {
  flex-direction: column;
  justify-content: space-between;
}
.FE .panel > .panel-heading,
.FE .panel > a > .panel-heading {
  background-color: #ddd;
  color: #888;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: none;
  text-transform: uppercase;
}
.FE .panel-default > a {
  text-decoration: none;
}
.FE .panel-title {
  font-weight: bold;
}
.FE .panel[data-toggle="tab"] .panel-heading {
  background-color: transparent;
  text-transform: none;
}
.FE .panel.panel-randomTest > .panel-heading {
  background-color: #ff6600;
  color: white;
}
.FE .panel-randomTest .content {
  align-items: baseline;
}
.FE .panel-randomTest .buttonContainer {
  margin-bottom: 12px;
  margin-top: 4px;
}
.FE .nav-tabs.nav-justified > li > a {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #3bc1c2;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
  border: none;
}
.FE .nav-tabs.nav-justified > .active > a,
.FE .nav-tabs.nav-justified > .active > a:hover,
.FE .nav-tabs.nav-justified > .active > a:active {
  background-color: #eee !important;
  color: #333 !important;
  border: none !important;
  box-shadow: none;
}
.FE .nav-tabs.nav-justified > li > a:hover,
.FE .nav-tabs.nav-justified > li > a:active {
  background-color: #7cd9d9;
  border-color: #3bc1c2;
  box-shadow: 0 0 3px #7cd9d9;
}
.FE .navbar-toggle {
  margin-right: 30px;
}
.FE .form-control {
  border: 2px #3bc1c2 solid;
  margin-top: 3px;
  width: 100%;
  border-radius: 5px;
}
.FE .form-control.find-test {
  margin-bottom: 20px;
  height: 36px;
}
.FE .form-control:focus,
.FE .btn-default-focus {
  border-color: #3bc1c2 !important;
  box-shadow: 0 0 3px #7cd9d9 !important;
}
.FE .radio,
.FE .checkbox {
  margin-top: 0;
  margin-bottom: 5px;
}
.FE .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  text-transform: none;
  font-size: 13px;
}
.FE .btn-default.lti-preview {
  font-size: 12px;
}
.FE .btn-default:hover,
.FE .btn-default:active,
.FE .btn-default:focus {
  border-color: #999;
}
.FE .btn-primary {
  background-color: #3bc1c2;
  border-color: #3bc1c2;
}
.FE .btn-primary:hover,
.FE .btn-primary:focus,
.FE .open .dropdown-toggle.btn-primary {
  border-color: #3bc1c2;
  box-shadow: 0 0 3px #7cd9d9;
}
.FE .dropdown-menu > li > a {
  border: 1px solid white;
}
.FE .dropdown-menu > li > a:hover,
.FE .dropdown-menu > li > a:focus {
  border-color: #f5f5f5;
  outline: none;
}
.FE .dropdown-menu > li.active > a,
.FE .dropdown-menu > li.active > a:hover,
.FE .dropdown-menu > li.active > a:focus,
.FE .dropdown-menu > li.selected > a,
.FE .dropdown-menu > li.selected > a:hover,
.FE .dropdown-menu > li.selected > a:focus {
  background-color: #f5f5f5;
  border-color: #3bc1c2;
}
.FE .btn-primary:hover,
.FE .btn-primary:focus {
  background-color: #7cd9d9;
}
.FE .btn-primary:active,
.FE .btn-primary.active {
  background-color: #318383;
  border-color: #318383;
}
.FE .form-group {
  padding: 0 20px;
}
.FE .btn-toolbar {
  margin-bottom: 11px;
}
.FE #bookSelect form,
.FE #bookSelect .form {
  margin: 15px -5px 0;
}
.FE #bookSelect .form-group {
  padding: 0 5px;
  margin-bottom: 10px;
}
.FE #bookSelect .bootstrap-select.btn-group {
  float: left !important;
  margin: 0;
}
.FE #bookSelect .bootstrap-select {
  width: 100%;
}
.FE .bootstrap-select.btn-group .dropdown-menu.open {
  max-height: 400px !important;
}
.FE .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 348px !important;
  display: flex;
  flex-direction: column;
  width: max-content;
}
.FE .bootstrap-select.btn-group .dropdown-menu li a span.text {
  white-space: break-spaces;
}
.FE #bookSelect .form-group:last-child .bootstrap-select.btn-group .dropdown-menu {
  right: 0;
  left: auto;
  max-width: 58vw;
}
.FE #docente .bootstrap-select.btn-group .dropdown-menu {
  max-width: 100%;
}
.FE .form-group > .label {
  font-weight: bold;
  color: #424548;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  display: block;
  text-align: left;
}
.FE .form-group > div.label::first-letter {
  text-transform: capitalize;
}
.FE a:not(.btn) {
  color: #3bc1c2;
}
.FE a:not(.btn):hover {
  color: #3bc1c2;
}
.FE .login-panel a {
  color: #333;
  text-decoration: underline;
}
.FE .login-panel a:hover {
  color: #333;
}
.FE .dropdown-menu > li > a,
.FE .ui-select-bootstrap .ui-select-choices-row > a {
  color: #333;
}
.FE .dropdown-menu > li > a {
  line-height: 16px;
  padding: 5px 20px;
}
.FE .dropdown-menu > li > a:hover {
  color: #262626;
}
.FE .dropdown-menu > li > a:hover .text-muted {
  color: #555 !important;
}
.FE .dropdown-menu .onlyTeacher,
.FE .bootstrap-select button .onlyTeacher::after {
  color: white;
  background-color: #2f7e7e;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 2px 8px;
  margin-left: 4px;
  font-size: 11px;
}
.FE .dropdown-menu .onlyTeacher::after {
  content: "prove riservate";
}
.FE .bootstrap-select button .filter-option span:not(.onlyTeacher) {
  display: block;
  margin-right: 18px;
  overflow: hidden;
}
.FE .bootstrap-select button .onlyTeacher::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 10px;
}
.FE .underDevelopment,
.FE .classNotSelected {
  opacity: 0.4;
}
.FE .panel-group .panel:not(#accordion) + .panel {
  margin-top: 0;
}
.FE .embed-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}
.FE .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 90%;
}
.FE .embed-responsive .embed-responsive-item,
.FE .embed-responsive iframe,
.FE .embed-responsive embed,
.FE .embed-responsive object {
  border: 0 none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.FE .btn.btn-default.form-control.ui-select-toggle {
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.FE .ui-select-bootstrap > .ui-select-choices {
  width: auto !important;
}
.FE .ui-select-bootstrap > button > span:not(.caret) {
  width: 95%;
  display: inline-block;
  overflow: hidden;
}
.FE .typekit-badge {
  display: none !important;
}
.FE .text-muted {
  color: #333;
}
.FE .alert a {
  color: inherit;
  text-decoration: underline;
}
.FE .alert a:hover {
  color: #80000f;
}
.FE input[type="checkbox"] {
  display: none;
}
.FE input[type="checkbox"] + label {
  height: 20px;
}
.FE input[type="checkbox"] + label > span {
  vertical-align: middle;
}
.FE input[type="checkbox"] + label:before {
  background-color: white;
  border: 1px solid #ccc;
  display: block;
  float: left;
}
.FE #onlyTeacherCheckbox {
  display: none;
}
.FE #searchFilterTooltipContainer {
  text-align: center;
  width: 180px;
  margin-left: -80px;
  position: relative;
}
.FE .searchTooltipContent {
  width: 160px;
  max-width: 70vw;
}
.FE .assignmentTooltipContent {
  width: 340px;
  max-width: 70vw;
}
.FE .infoWrapper {
  display: inline-block;
}
.FE .infoWrapper z-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  fill: var(--color-primary01-icon);
}
.FE .infoWrapper z-tooltip {
  --z-tooltip-theme--text: var(--color-white);
  margin-top: 8px;
  display: none;
  position: absolute;
  z-index: 1;
  white-space: normal;
}
.FE .infoWrapper z-tooltip[position="top"] {
  bottom: 0;
  margin-bottom: 25px;
}
.FE .infoWrapper z-tooltip span {
  text-align: left;
}
.FE .infoWrapper z-icon:hover + z-tooltip {
  display: block;
}
.FE #assignmentModal #zNotification {
  margin-left: -20px;
  margin-top: -20px;
  z-index: 3;
  position: absolute;
}
.FE #assignmentModal .fadeNotification {
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 2;
}
@media (max-width: 768px) {
  .FE header .userInfo {
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
  }
  .FE .mobileColumn {
    flex-direction: column;
  }
  .FE .newsCard {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .FE .col-sm-0 {
    display: none;
  }
  .FE #bookSelect .buttonContainer {
    padding: 0 10px;
  }
  .FE .userInfo .buttonContainer {
    text-align: left;
  }
  .FE .dropdown-menu > li > a {
    padding: 16px 20px;
  }
  .FE .bookContainer .book.select {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .FE .bookContainer .book.select img {
    height: auto;
  }
  .FE #bookSelect form {
    margin-top: 30px;
  }
  .FE #bookSelect .form .form-group .bootstrap-select.btn-group .dropdown-menu {
    right: 0;
    left: 0;
    overflow-x: auto !important;
    max-width: 100%;
  }
  .FE .myPanel .content {
    height: auto;
  }
  .FE #searchedTestModal .borderRight {
    width: 100%;
    text-align: center;
  }
  .FE .bookExercise .row,
  .FE .bookExercise .buttonContainer {
    display: block;
  }
  .FE .bookExercise .header-row {
    display: none;
  }
  .FE .bookExercise .row .test {
    padding: 0 15px;
  }
  .FE .bookExercise .row .allenamento .btn.viewer:before {
    content: "Allenamento";
  }
  .FE .bookExercise .row .test .btn.viewer:before {
    content: "Test";
  }
  .FE .bookExercise .row .allenamento .btn.viewer.protected:before,
  .FE .bookExercise .row .test .btn.viewer.protected:before {
    background-image: url("../images/key.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin-right: -20px;
    padding-right: 20px;
  }
  .FE .bookExercise .row .btn.viewer img {
    width: 16px;
    margin-left: 10px;
    display: inline-block;
  }
  .FE .bookExercise .row .allenamento > div,
  .FE .bookExercise .row .newViewer > div {
    padding: 5px;
  }
  .FE .testFilter .btn-toolbar > div > .btn {
    width: 100%;
    margin-top: 10px;
  }
  .FE .flexslider .slides li {
    height: auto !important;
  }
  .FE tr:not(.correctionsList) {
    background-color: #e6e6e6;
    border: 1px #999 solid;
    display: block;
    padding: 10px;
    width: 260px;
    margin: 10px auto;
    position: relative;
  }
  .FE .row > div:not(.viewClassCorrections) tr.correctionsList {
    width: 230px;
    display: block;
    border: 1px solid orangered;
    border-top: 0;
    margin: -10px auto auto;
    padding: 0 40px;
  }
  .FE tr:first-of-type:not(.selected) {
    display: none;
  }
  .FE tr.selected {
    background-color: #fff1e6;
    border: 2px #ff6600 solid;
  }
  .FE tr:after {
    content: "";
    clear: both;
    display: block;
  }
  .FE td {
    display: block;
    width: 205px;
    float: left;
    padding: 0;
    margin: 0;
  }
  .FE td:first-of-type {
    width: 100%;
  }
  .FE td > div {
    background-color: transparent;
    border: 0 !important;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .FE tr.batteryPublished {
    background-color: transparent;
    border: 0;
  }
  .FE .batteryPublished .warning {
    border: 0;
    padding: 15px 0 0;
  }
  .FE td > div > span {
    display: inline;
    height: auto;
  }
  .FE td > div > span:before {
    content: attr(data-title);
    font-weight: bold;
  }
  .FE td > div > span > img {
    width: 50px;
  }
  .FE td > div > span > .btn {
    margin: auto;
  }
  .FE td.students {
    width: auto;
  }
  .FE .smallText {
    margin: 0;
    font-size: 14px;
  }
  .FE td.borderRight {
    width: 100%;
  }
  .FE .borderRight > div > span {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .FE .goToCorrection {
    position: relative;
    margin-top: -110px;
    float: right;
    width: 53px !important;
  }
  .FE .borderRight > div > span {
    border-right: none !important;
  }
  .FE .correctionWrapper {
    width: 150px !important;
  }
  .FE .corrections .arrow {
    height: 0;
  }
  .FE .correctionWrapper .triesContainer .btn {
    display: block;
    margin-top: 5px;
  }
  .FE .correctionsList .corrections {
    background-color: transparent;
    margin-bottom: 0;
  }
  .FE .correctionsContainer .tries {
    width: 150px;
  }
  .FE .correctionsContainer .triesContainer .header {
    font-size: 13px;
  }
  .FE .correctionsContainer .tries > div:not(.header) {
    padding: 5px 0;
  }
  .FE .correctionsList .corrections .arrow-next {
    display: none;
  }
  .FE .class .correctionsList .corrections {
    padding: 0;
    width: 250px;
    margin: auto;
    display: block;
  }
  .FE .correctionsContainer .students {
    width: 100px;
    overflow: hidden;
  }
  .FE .correctionsContainer .students .name {
    display: none;
  }
  .FE .bookExercise .row .test .arrow-right {
    display: none;
  }
  .FE .sharedtextContainer .text tr {
    display: block;
    background-color: transparent;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .FE .sharedtextContainer .text td {
    padding: 0 !important;
  }
  .FE .newsCard img {
    margin: 0;
    padding: 8px;
  }
  .FE .newsCard .trialText {
    padding: 10px 8px;
  }
  .FE .newsCard h2 {
    font-size: 21px;
  }
  .FE .newsCard .trialText p {
    font-size: 16px;
    line-height: 21px;
  }
  .FE #bookSelect .form-group {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .FE .hidden-xxs {
    display: none;
  }
  .FE .col-xxs-5 {
    width: 41.66666667%;
    display: block !important;
  }
  .FE .col-xxs-12 {
    width: 100%;
    display: block !important;
  }
  .FE header .userInfo {
    margin-top: 8px;
    margin-left: 0;
  }
  .FE .buttonContainer {
    text-align: center;
  }
  .FE .userInfo .buttonContainer {
    width: 100%;
    max-width: 100%;
  }
  .FE .userInfo .buttonContainer .btn {
    margin: 8px auto 0;
    float: none;
    max-width: fit-content;
  }
  .FE .headLogo {
    height: auto;
    width: 80%;
    margin-left: 10%;
    float: none;
    margin-bottom: 0;
  }
  .FE .exerciseCounter {
    float: none;
    text-align: center;
    margin: auto;
  }
  .FE .selectedBook .info {
    height: auto;
    cursor: auto;
    flex-direction: column;
  }
  .FE .selectedBook .bookContainer .info img {
    width: 230px;
    height: auto;
    float: none;
    display: block;
    padding: 0 20px;
    margin: auto auto 20px;
  }
  .FE .selectedBook .bookContainer .book {
    width: 100%;
    height: auto;
    float: none;
    font-size: 16px;
  }
  .FE .correctionsContainer .tries span {
    margin-left: 0;
  }
  .FE .correctionInfo .homework .icon {
    float: none;
    display: block;
    width: 45px;
    margin: auto;
  }
  .FE #verifiche .correctionInfo .homework .title,
  .FE .correctionInfo .homework .book {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .FE .correctionInfo .start {
    width: auto;
    float: none;
    margin-top: 0;
  }
  .FE .correctionInfo .start > span {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .FE .correctionInfo .start button {
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .FE #page {
    padding: 0 40px;
  }
  .FE .personalizeTest .content img {
    width: 80%;
    height: auto;
  }
  .FE .bookExercise .row .allenamento,
  .FE .bookExercise .row .test,
  .FE .bookExercise .row .newViewer {
    padding: 0 15%;
  }
  .FE .selectedBook .bookContainer img {
    padding: 0;
    margin: 0;
  }
  .FE .correctionsContainer .tries span {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .FE .panel-randomTest {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .FE .container {
    width: 765px;
  }
  .FE .col-sm-0 {
    display: none;
  }
  .FE .noPaddingLeft {
    padding-left: 0;
  }
  .FE .personalizeTest img {
    width: 100%;
    height: auto;
  }
  .FE #bookSelect form {
    margin-top: 30px;
  }
  .FE .correctionsList .correctionWrapper {
    width: 450px;
    margin: 0 40px;
  }
  .FE .panel-body {
    padding: 10px;
  }
  .FE .panel-body.bookExercise {
    padding: 0;
  }
  .FE .findCorrections .panel-body {
    padding: 10px;
  }
  .FE .tableContainer {
    padding: 10px;
  }
  .FE .correctionsContainer .students {
    width: 210px;
  }
  .FE td > div > span {
    max-width: 180px;
  }
  .FE td.students span > div {
    width: 55px;
  }
  .FE td.goToCorrection {
    width: 50px;
  }
  .FE td.goToCorrection .icon {
    margin: 0 10px !important;
  }
  .FE .class .correctionsList .correctionWrapper {
    width: 360px;
    padding: 0;
    margin: 0;
  }
  .FE .buttonContainer > div {
    padding: 5px 10px;
  }
  .FE .bookExercise .row .test {
    padding-left: 5px;
    padding-right: 5px;
  }
  .FE .arrow-right {
    display: none;
  }
  .FE .desktopColumn {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .FE .mobileColumn {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .FE #bookSelect form,
  .FE #bookSelect .form {
    margin-top: 24px;
  }
  .FE .noPaddingLeft {
    padding-left: 0;
  }
  .FE .zteSpot {
    margin-left: -15px;
    border-left: 1px solid #ccc;
  }
  .FE img.arrow.responsive {
    height: 0;
  }
  .FE .bootstrap-select:not([class*="span"]):not([class*="col-"]):not(
        [class*="form-control"]
      ):not(.input-group-btn) {
    width: 330px;
  }
  .FE .bootstrap-select.btn-group:not(.input-group-btn),
  .FE .bootstrap-select.btn-group[class*="span"] {
    float: left;
  }
}
.FE .testFilter .btn-toolbar > div {
  padding: 0 5px;
}
.FE .testFilter .btn-toolbar > div > .btn:not(.dropdown-toggle) {
  width: 100%;
  margin-top: 5px;
  padding: 6px 0;
}
.FE .testFilter .btn-toolbar > a.btn {
  padding: 7px 10px;
  float: right;
  margin-right: 6px;
}
#idpLoginTopbar z-user-dropdown {
  box-sizing: initial;
}
#launcherModal .modal-body {
  overflow-wrap: break-word;
}
#modifiedScoreModal .modal-header {
  padding: 24px;
}
#modifiedScoreModal .modal-body {
  padding: 0;
}
#modifiedScoreModal p {
  margin-bottom: 0;
}
#modifiedScoreModal .msmP {
  margin-bottom: 6px;
}
#modifiedScoreModal .msmButton {
  margin-bottom: 30px;
}
#modifiedScoreModal a {
  color: #333;
  text-decoration: underline;
}
#modifiedScoreModal .msmClose {
  color: #3bc1c2;
  font-weight: bold;
  margin-top: 24px;
  cursor: pointer;
}
zanichelli-footer .footer-top-section {
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: var(--space-unit);
  gap: var(--space-unit);
}
zanichelli-footer z-button#footer-support-button {
  --color-primary01: var(--gray600);
  --color-hover-primary: var(--gray700);
}
zanichelli-footer z-button#footer-support-button :active {
  background-color: var(--gray400);
  border-color: var(--gray400);
  color: var(--color-text-inverse);
  box-shadow: var(--shadow-2);
}
#appswitcher-offcanvas #header-row {
  max-width: none !important;
  width: 100% !important;
}
*:not(idp-login-inline *, idp-login *) {
  box-sizing: border-box !important;
}
@media only screen and (max-device-width: 1024px) {
  .bootstrap-select.btn-group:not(.dropup) .dropdown-menu {
    max-height: 400px !important;
    max-width: 450px;
    overflow-x: auto;
  }
}
@media only screen and (max-device-width: 480px) {
  .bootstrap-select.btn-group:not(.dropup) .dropdown-menu {
    max-height: 400px !important;
    max-width: 300px;
    overflow-x: auto;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=main.css.map */