/* Home */
/* Reader */
body {
  background-color: #484e4d;
  font-family: "Open Sans", "Segoe UI", Verdana, Helvetica, Sans-Serif;
  overflow: hidden;
}
/* Reader Container  -------------------------------------------*/

#content-container.reader-container {
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0px;
}
#content-container.reader-container .reader-wrapper {
  position: relative;
  margin-left: 0;
}
#top-bar .top-bar-handle {
  display: none;
}
@media (max-width: 979px) {
  #top-bar .btn-navbar {
    display: none;
  }
}
@media (max-width: 768px) {
  #top-bar .top-bar-handle {
    display: block;
  }
  #top-bar.closed .brand {
    display: none;
  }
  #content-container.reader-container {
    margin-top: -100px !important;
    margin-bottom: 0px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  #content-container.reader-container .reader {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .reader {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .reader .monelem_container {
    margin-top: 10px;
  }
}
/* Copy Content  -------------------------------------------*/

.copy-content-btn {
  padding: 10px;
  margin-right: -10px;
  color: #94a4a2;
}
.copy-content-btn:hover {
  color: #ee9a20;
}
.reader {
  min-width: 200px;
  min-height: 200px;
  -moz-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15);
  background: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 10;
  /* Reader Footer elements  -------------------------------------------*/

}
.reader .reader-header {
  position: absolute;
  top: -12px;
  text-align: left;
  left: 50%;
  right: 20px;
  z-index: 102;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*@media (max-width: 767px){
            left: 26px;
        }*/

}
.reader .reader-header .book-title {
  display: none;
}
.reader .reader-header .book-title:after {
  content: ' - ';
}
.reader .reader-footer {
  position: absolute;
  bottom: -15px;
  text-align: right;
  right: 0px;
  width: auto;
  z-index: 102;
}
/* Print  -------------------------------------------*/

#print-disclaimer {
  display: none;
  width: 90%;
  margin: 0 auto;
  color: black;
}
#print-disclaimer .disclaimer-header {
  font-size: 2em;
  font-family: 'Bookman Old Style', Bookman, 'URW Bookman L', 'Palatino Linotype', serif;
  border-bottom: 2px solid black;
}
#print-disclaimer .disclaimer-message {
  font-size: 1.8em;
  line-height: 1.2em;
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
}
@media print {
  @page {
    size: auto;
    /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 25mm 25mm 25mm 25mm;
  }
  #top-bar,
  .reader-container {
    display: none;
  }
  #print-disclaimer {
    display: block !important;
  }
}
/* Selection  -------------------------------------------------------*/

[unselectable="on"] {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[unselectable="on"]::selection {
  background: transparent;
}
[unselectable="on"]::-moz-selection {
  background: transparent;
}
/* Page Switcher elements  -------------------------------------------*/

.tip-panel {
  z-index: 99;
  width: 7%;
}
.tip-panel:hover,
.tip-panel.hover {
  background-color: rgba(148, 164, 162, 0.15);
}
.tip-panel:hover.forwards,
.tip-panel.hover.forwards {
  background: #94a4a2;
  background: -moz-linear-gradient(left, rgba(148, 164, 162, 0), rgba(148, 164, 162, 0.3));
  background: -webkit-gradient(linear, left center, right center, from(rgba(148, 164, 162, 0)), to(rgba(148, 164, 162, 0.3)));
  background: -webkit-linear-gradient(left center, right center, from(rgba(148, 164, 162, 0)), to(rgba(148, 164, 162, 0.3)));
  background: -o-linear-gradient(left, rgba(148, 164, 162, 0), rgba(148, 164, 162, 0.3));
  background: linear-gradient(left, rgba(148, 164, 162, 0), rgba(148, 164, 162, 0.3));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(148, 164, 162, 0), endColorstr=rgba(148, 164, 162, 0.3), GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(148, 164, 162, 0), endColorstr=rgba(148, 164, 162, 0.3), GradientType=1);
  background: -ms-linear-gradient(left, rgba(148, 164, 162, 0), rgba(148, 164, 162, 0.3));
}
.tip-panel:hover.backwards,
.tip-panel.hover.backwards {
  background: #94a4a2;
  background: -moz-linear-gradient(left, rgba(148, 164, 162, 0.3), rgba(148, 164, 162, 0));
  background: -webkit-gradient(linear, left center, right center, from(rgba(148, 164, 162, 0.3)), to(rgba(148, 164, 162, 0)));
  background: -webkit-linear-gradient(left center, right center, from(rgba(148, 164, 162, 0.3)), to(rgba(148, 164, 162, 0)));
  background: -o-linear-gradient(left, rgba(148, 164, 162, 0.3), rgba(148, 164, 162, 0));
  background: linear-gradient(left, rgba(148, 164, 162, 0.3), rgba(148, 164, 162, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(148, 164, 162, 0.3), endColorstr=rgba(148, 164, 162, 0), GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(148, 164, 162, 0.3), endColorstr=rgba(148, 164, 162, 0), GradientType=1);
  background: -ms-linear-gradient(left, rgba(148, 164, 162, 0.3), rgba(148, 164, 162, 0));
}
.tip-panel:hover .prevArrow,
.tip-panel.hover .prevArrow {
  border-right-color: #ee9a20;
}
.tip-panel:hover .nextArrow,
.tip-panel.hover .nextArrow {
  border-left-color: #ee9a20;
}
.prevArrow,
.nextArrow {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  height: 0px;
  width: 0px;
  position: absolute;
  top: 50%;
  display: block;
}
.prevArrow {
  border-left: medium none currentColor;
  border-right: 10px solid #c4c4c4;
  left: 5px;
}
.nextArrow {
  border-left: 10px solid #c4c4c4;
  border-right: medium none currentColor;
  right: 10px;
}
/* Bookmarks  -------------------------------------------*/

.reader-bookmark {
  width: 50px;
  height: 50px;
}
.reader-bookmark .bookmark-btn {
  z-index: 100;
  position: absolute;
  dispaly: none;
  top: 0px;
  left: 8px;
  padding: 16px 8px 8px 8px;
  margin-left: 0px;
  background-color: #b0bbba;
  color: white;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.reader-bookmark .bookmark-btn:hover,
.reader-bookmark .bookmark-btn:focus {
  background-color: #ee9a20;
  color: #484e4d;
  -moz-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.15);
}
.reader-bookmark .bookmark-btn.on {
  background-color: #ee9a20;
  color: #484e4d;
  -moz-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
}
.bookmark-popover {
  position: absolute;
  right: 10px !important;
  margin-top: 10px;
  z-index: 101;
  color: black;
  /*min-width: 50%;*/
  min-width: 250px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /*.arrow{
        left: 20px !important;
    }*/

}
.bookmark-popover .arrow {
  margin-left: 0 !important;
}
.bookmark-popover ul {
  list-style: none;
  margin: 5px;
}
.bookmark-popover textarea {
  width: 96%;
  min-height: 150px;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: 0px;
  border: none;
}
.bookmark-popover input[type='button'] {
  width: 50%;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: none;
  border-right: solid #eeeeee 1px;
  background-color: white;
  color: #888888;
  text-transform: uppercase;
  font-weight: 700;
}
.bookmark-popover input[type='button'].cancel {
  -moz-box-shadow: inset 10px -10px 45px -3px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 10px -10px 45px -3px rgba(0, 0, 0, 0.13);
  box-shadow: inset 10px -10px 45px -3px rgba(0, 0, 0, 0.13);
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: -1px;
  margin-left: -1px;
}
.bookmark-popover input[type='button'].cancel:hover,
.bookmark-popover input[type='button'].cancel:focus {
  background-color: #e4f2e5;
}
.bookmark-popover input[type='button'].add-bookmark {
  -moz-box-shadow: inset -10px -10px 45px -3px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset -10px -10px 45px -3px rgba(0, 0, 0, 0.13);
  box-shadow: inset -10px -10px 45px -3px rgba(0, 0, 0, 0.13);
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: solid 1px #dddddd;
  margin-bottom: -1px;
  margin-right: -1px;
  margin-left: 2px;
}
.bookmark-popover input[type='button'].add-bookmark:hover,
.bookmark-popover input[type='button'].add-bookmark:focus {
  background-color: #f9daae;
}
.bookmark-list-item {
  background-color: white;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
.bookmark-list-item .chapter {
  max-width: 140px;
  display: inline-block;
  font-size: 0.95em;
}
.bookmark-list-item .percent {
  font-weight: 700;
  position: absolute;
  right: 10px;
}
.bookmark-list-item .goto {
  float: right;
}
.bookmark-list-item .remove-bookmark {
  float: right;
}
.bookmark-list-item .remove-bookmark i {
  color: #c1704c;
}
.bookmark-list-item .notes {
  float: left;
  width: 157px;
}
.bookmark-list-item .notes:hover {
  text-decoration: none !important;
}
.bookmark-list-item .notes span {
  font-size: 10px;
  color: #333333;
  line-height: 10px;
}
.bookmark-list-item hr {
  margin: 0;
  padding: 0 10px;
  clear: both;
}
.bookmark-list-item i {
  color: #6da470;
  text-decoration: none;
  padding: 5px 0px 0px 5px;
}
/* Multimedia ----------------------------------------*/

.multimedia-container-new {
  background-color: white;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  padding: 10px;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}
.multimedia-container-new:hover {
  background-color: rgba(105, 153, 212, 0.1);
}
/* >> list */

.multimedia-list-item {
  background-color: white;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
.multimedia-list-item:hover {
  background-color: rgba(105, 153, 212, 0.1);
}
.multimedia-list-item:hover .multimedia-container {
  cursor: pointer;
}
.multimedia-list-item .tag-container {
  float: left;
  margin-right: 10px;
}
.multimedia-list-item .title {
  max-width: 140px;
  display: inline-block;
  font-size: 0.95em;
}
.multimedia-list-item .goto {
  float: right;
}
.multimedia-list-item .goto:hover i {
  color: #ee9a20;
}
.multimedia-list-item i {
  color: #ee9a20;
  text-decoration: none;
  padding: 5px 0px 0px 5px;
}
/* >> detail */

.interactive-container form {
  margin-bottom: 0;
}
.interactive-container .well {
  margin-bottom: 5px;
}
.interactive-container .more-info {
  cursor: pointer;
  margin-left: 10px;
  color: #666666;
}
.interactive-container #contentPrevious .content-history {
  padding: 0.25em 1em;
  margin-bottom: 20px;
}
.interactive-container #contentPrevious .content-history .user {
  color: #666666;
}
.interactive-container #contentPrevious .content-history .register {
  color: #cccccc;
  font-size: 12px;
}
.interactive-container #contentPrevious .content-history .notes {
  padding: 0.25em 1em;
  background-color: #eeeeee;
  border: solid 1px #cccccc;
  border-radius: 5px;
}
.interactive-container .error {
  border-color: #ce2424;
  background-color: rgba(206, 36, 36, 0.1);
}
/* >> quiz */

#contentQuiz {
  padding: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #eeeeee;
}
#contentQuiz .questions-errors {
  margin-top: 15px;
  color: #ce2424;
}
#contentQuiz .questions-form {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
#contentQuiz .questions-form .qTitle,
#contentQuiz .questions-form .qNb {
  display: none;
}
#contentQuiz .questions-form .qVal {
  font-weight: bold;
  font-size: 15px;
}
#contentQuiz .questions-form .questions-check {
  font-size: 24px;
  text-align: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5%;
  top: 35%;
}
#contentQuiz .questions-answer {
  padding-left: 15px;
}
#contentQuiz .questions-answer .ansTitle,
#contentQuiz .questions-answer .ansNb {
  display: none;
}
#contentQuiz .questions-singlepage {
  width: 100%;
  height: 30px;
  margin-top: 10px;
}
#contentQuiz .questions-singlepage .questions-next {
  cursor: pointer;
  font-weight: bold;
  text-align: right;
  margin-right: 20px;
}
#contentQuiz .questions-singlepage .nav-next {
  width: 50%;
  float: right;
  text-align: right;
  cursor: pointer;
}
#contentQuiz .questions-navigator {
  width: 100%;
  height: 20px;
}
#contentQuiz .questions-navigator .nav-prev {
  width: 10%;
  float: left;
  text-align: left;
  cursor: pointer;
}
#contentQuiz .questions-navigator .nav-next {
  width: 10%;
  float: right;
  text-align: right;
  cursor: pointer;
}
#contentQuiz .questions-navigator .nav-current {
  width: 80%;
  float: left;
  text-align: center;
  display: none;
}
#contentQuiz .questions-list .questions-form.error {
  border-color: #ce2424;
  background-color: rgba(206, 36, 36, 0.1);
}
#contentQuiz .questions-list .questions-form.error .qVal {
  color: #ce2424;
}
#contentQuiz .questions-list .questions-form.success {
  border-color: #529143;
  background-color: rgba(82, 145, 67, 0.1);
}
#contentQuiz .questions-list .questions-form.success .qVal {
  color: #529143;
}
#contentQuiz .questions-list .questions-feedback {
  padding-left: 17px;
}
#contentQuiz .questions-list .questions-feedback span {
  padding-left: 18px;
}
#contentQuiz .questions-list .questions-your-answers {
  padding-left: 35px;
}
#contentQuiz .questions-list .questions-score {
  font-weight: bold;
  text-align: center;
}
/* >> custom icons */

.icon_movie {
  background: url('/Content/images/interativo/icon_movie.png') center no-repeat !important;
  background-size: 23px 18px !important;
  width: 23px;
  height: 18px;
  display: inline-block;
}
.multimedia-reader-icon:hover .icon_movie,
.multimedia-reader-icon.hover .icon_movie {
  background-size: 32px 24px !important;
  width: 32px;
  height: 26px;
}
/* >> reader */

.selector-options {
  text-align: left;
  padding: 5px;
  position: absolute;
  bottom: 0px;
  z-index: 2000;
  width: 100%;
  background-color: #eeeeee;
}
.selector-options .selector-add {
  padding-right: 5px;
  margin-right: 5px;
  border-right: solid 1px #cccccc;
}
.selector-options .selector-cancel {
  color: #999999;
}
/* >> reader-icon */

.multimedia-reader {
  position: absolute;
  border: 1px dashed #6999d4;
  background-color: rgba(105, 153, 212, 0.1);
  cursor: pointer;
}
.multimedia-reader:hover,
.multimedia-reader.hover {
  background-color: rgba(105, 153, 212, 0.3);
  border-width: 2px;
}
.multimedia-reader-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #ee9a20;
  text-decoration: none;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  z-index: 20;
}
.multimedia-reader-icon:hover,
.multimedia-reader-icon.hover {
  font-size: 18px;
}
.multimedia-reader-icon.left {
  left: 10px;
}
.multimedia-reader-icon:hover.left {
  left: 15px;
}
.multimedia-reader-icon.right {
  right: 20px;
}
.multimedia-reader-icon:hover.right {
  right: 25px;
}
/* > epubs */

#epub-reader-frame .multimedia-reader-icon {
  padding: 0;
}
#epub-reader-frame .multimedia-reader-icon i {
  padding: 0;
}
#epub-reader-frame .multimedia-reader-icon.right {
  right: 10px;
}
#epub-reader-frame .multimedia-reader-icon:hover.right {
  right: 15px;
}
/* Search  -------------------------------------------*/

#search .search-input {
  font-weight: bold;
  color: #333333;
  background-color: white;
  margin-top: 4px;
  width: 60%;
  border: none;
  /*border-bottom: solid 1px @sideBarHoverColor;
        .box-shadow(inset 0px -2px 3px -1px rgba(0,0,0,.15));*/

}
.highlight {
  background-color: #fed651;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.result-list-item {
  background-color: white;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
.result-list-item .chapter {
  max-width: 135px;
  display: inline-block;
  font-size: 0.95em;
}
.result-list-item .percent {
  font-weight: 700;
  position: absolute;
  right: 10px;
}
.result-list-item .result-context {
  font-size: 0.9em;
  color: #888888;
  line-height: 1.25em;
}
.result-list-item .goto {
  float: right;
}
.result-list-item hr {
  margin: 0;
  padding: 0 10px;
  clear: both;
}
.result-list-item i {
  color: #6da470;
  text-decoration: none;
  padding: 5px 0px 0px 5px;
}
/* Side button elements  -------------------------------------------*/

.side-container {
  position: absolute;
  left: -38px;
  top: 2%;
  width: 40px;
  height: 96%;
  background-color: #b4dab6;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15);
  /*&:hover, &:focus {
        background-color: @sideBarHoverColor;
    }*/

}
@media (max-width: 768px) {
  .side-container {
    -moz-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
  }
}
.side-container.open {
  width: 220px;
  left: -218px;
  top: 0%;
  height: 100%;
}
@media (max-width: 768px) {
  .side-container {
    left: 0px !important;
    top: 0%;
    height: 100%;
    z-index: 1000;
    padding-top: 50px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .side-container.open {
    padding-top: 0;
    z-index: 1000001;
  }
  .side-container.open {
    width: 40%;
    min-width: 220px;
  }
  .side-container .side-pane.open {
    width: 100%;
  }
}
.side-pane {
  position: relative;
  height: 36px;
  width: 36px;
  float: left;
  border-radius: 5px 0px 0px 5px;
}
.side-pane.no-bg {
  background-color: transparent;
}
.side-pane.bookmark {
  margin: 6px 0;
}
.side-pane.hover {
  width: 50px;
}
.side-pane.open {
  width: 220px;
}
.side-pane {
  display: inline-block;
}
.side-pane .side-tip {
  width: 100%;
  height: 36px;
  cursor: pointer;
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.47);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.47);
}
.side-pane .side-tip i {
  color: white;
  padding: 10px;
  vertical-align: middle;
}
.side-pane .side-tip i:hover,
.side-pane .side-tip i:focus {
  color: #6da470;
}
.side-pane .side-tip > span,
.side-pane .side-tip > input {
  display: none;
}
.side-pane.open .side-tip {
  font-weight: bold;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.side-pane.open .side-tip i {
  color: #6da470 !important;
}
.side-pane.open .side-tip .close-pane {
  color: white;
  position: absolute;
  right: 2px;
  top: 0px;
  padding: 0px 10px;
}
.side-pane.open .side-tip .close-pane:hover,
.side-pane.open .side-tip .close-pane:focus {
  color: #6da470;
}
.side-pane.open .side-tip > span,
.side-pane.open .side-tip > input {
  display: inline-block;
  vertical-align: middle;
}
.side-pane.open .side-tip > span {
  color: #6da470;
  line-height: 36px;
}
.side-pane .side-content {
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  position: relative;
  width: 100%;
  margin-right: 2px;
  overflow: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #8eb290;
  border-bottom: 1px solid #8eb290;
  display: none;
  background-color: #a3cca5;
}
.side-pane.open .side-content {
  display: block;
}
#readerColor #blackColor div {
  width: 13px;
  height: 20px;
  background-color: black;
}
#readerColor #whiteColor div {
  width: 13px;
  height: 20px;
  background-color: white;
}
.reader.whiteReader .monelem_container {
  background-color: white !important;
}
.reader.whiteReader div.monelem_page {
  background-color: white !important;
}
.reader.whiteReader .reader-header {
  color: black !important;
}
.reader.whiteReader .reader-footer {
  color: black !important;
}
.reader.blackReader .monelem_container {
  background-color: black;
}
.reader.blackReader div.monelem_page {
  background-color: black !important;
}
.reader.blackReader .reader-header {
  color: white !important;
}
.reader.blackReader .reader-footer {
  color: white !important;
}
/* Monocle overrides  -------------------------------------------*/

div.monelem_container {
  background: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div.monelem_page {
  background: inherit;
  background: white;
  border: none;
  top: 30px;
  bottom: 50px;
  left: 40px;
  right: 40px;
}
div.monelem_controls_stencil_container {
  margin-top: 30px;
  margin-left: 40px;
}
@media (min-width: 769px) and (max-width: 979px) {
  div.monelem_controls_stencil_container {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  div.monelem_controls_stencil_container {
    margin-left: 20px;
  }
}
/* Large desktop */

@media (min-width: 1200px) {
  div.monelem_page {
    left: 40px;
    right: 40px;
  }
}
/* Portrait tablet to landscape and desktop */

@media (min-width: 769px) and (max-width: 979px) {
  div.monelem_page {
    left: 30px;
    right: 30px;
  }
}
/* Landscape phone to portrait tablet */

@media (max-width: 768px) {
  .reader-container {
    margin-top: 0px;
  }
  div.monelem_page {
    left: 20px;
    right: 20px;
  }
}
/* Landscape phones and down */

@media (max-width: 480px) {
  
}
/* Table of Contents  -------------------------------------------*/

ol.monelem_controls_contents_list {
  margin: 0px;
  padding: 0px;
}
li.monelem_controls_contents_chapter {
  border-bottom: none;
  cursor: pointer;
  line-height: 120%;
  font-size: 0.95em;
  list-style: none outside none;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 10px;
}
/* Progress Bar -------------------------------------------*/

.control-progress-bar {
  position: absolute;
  bottom: -30px;
  text-align: left;
  width: 100%;
  z-index: 103;
}
.control-progress-bar .bar-container {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #d9d9d9;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
}
.control-progress-bar .bar-container .progress-bar {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ee9a20;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.control-progress-bar.off .bar-container {
  background-color: #e6e6e6;
}
.control-progress-bar.off .bar-container .progress-bar {
  background-color: #e8ae59;
}
/* Scrubber -------------------------------------------*/

.monelem_scrubber_container {
  position: absolute;
  height: 30px;
  bottom: 10px;
  text-align: left;
  left: 40px;
  right: 40px;
  z-index: 103;
  /* Portrait tablet to landscape and desktop */

}
@media (min-width: 769px) and (max-width: 979px) {
  .monelem_scrubber_container {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .monelem_scrubber_container {
    left: 20px;
    right: 20px;
  }
}
.monelem_scrubber_container .monelem_scrubber_track {
  margin-top: 10px;
  height: 8px;
  background-color: #e6e6e6;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
  cursor: pointer;
}
.monelem_scrubber_container .monelem_scrubber_needle {
  position: absolute;
  width: 19px;
  height: 15px;
  top: 7px;
  /*background: lighten(desaturate(@topBarColor, 10%), 10%);
        border: 1px solid #999;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        .box-shadow(rgba(0, 0, 0, 0.3) 0px -1px 3px 0px inset);*/
  background: url(images/needle.png) 50% 50% transparent;
}
.monelem_scrubber_container .monelem_scrubber_needle:hover,
.monelem_scrubber_container .monelem_scrubber_needle:focus {
  /*background-color: @topBarColor;*/
  background-image: url(images/needle_hover.png);
}
.monelem_scrubber_container .monelem_scrubber_needle:active {
  background-image: url(images/needle_active.png);
}
.monelem_scrubber_container .monelem_scrubber_trail {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e8ae59;
  position: absolute;
  top: 11px;
  left: 1px;
  height: 8px;
}
.monelem_scrubber_container .monelem_scrubber_bubble {
  display: none;
  position: absolute;
  padding: 1em;
  min-width: 20%;
  max-width: 80%;
  bottom: 2.5em;
  background: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.4;
  color: white;
}
/* IMode Panel -------------------------------------------*/

.monelem_panels_imode_toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
/*Simple Modal Styles*/

#simplemodal-overlay {
  background-color: black;
  cursor: default;
}
#simplemodal-container {
  height: 450px;
  width: 600px;
  color: black;
  background-color: white;
  border: 4px solid #ee9a20;
  padding: 12px;
  border-radius: 10px;
}
#modalAttachments {
  text-align: center;
  color: #ff6666;
  font-weight: bold;
}
#simplemodal-container a.modalCloseImg.simplemodal-close {
  background: url(images/x.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -16px;
  cursor: pointer;
}
#simplemodal-container h1 {
  font-size: 20px;
  line-height: 20px;
}
#modalReader div {
  padding: 5px;
}
#modalReader label {
  display: initial !important;
}
#modalReader .btn {
  margin-top: 5px;
}
#top-bar .tooltip-inner {
  text-transform: none;
  text-shadow: none;
  font-weight: normal;
}
#top-bar .staticText {
  display: none !important;
}
.readerTopMenu {
  display: block;
}
.side-container.inside {
  display: none;
}
.side-container.inside.open {
  display: block;
}
.dropdown-menu > li > b {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  text-shadow: none;
}
.dropdown-menu > li > a {
  text-shadow: none;
}
.dropdown-menu > li > a.selected {
  color: #ee9a20;
  font-weight: bold;
}
#print input[type="radio"] {
  margin-top: 0;
  margin-right: 5px;
}
#print input[type="number"],
#print #pageS,
#print #pageE {
  width: 40px;
}
#print input[type="number"].error,
#print #pageS.error,
#print #pageE.error {
  border: 1px solid red;
}
#print .pagesSelector {
  display: none;
}
#print #printingWait {
  font-weight: bold;
  color: #ee9a20;
  display: none;
}
#print #downloadButton {
  display: none;
  width: 100%;
}
#print #printErrors {
  display: none;
}
#bookmarks #addBMarkTA {
  width: 92%;
  resize: none;
  margin-bottom: 2px;
}
#bookmarks #addBMarkBtn {
  margin-bottom: 15px;
}
.ddMenuAddBookmark {
  padding: 10px;
}
.ddMenuAddBookmark b {
  padding: 0;
}
#attachsOverlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
#lang.side-pane a {
  color: #333333;
  text-decoration: none;
}
#lang.side-pane a.selected {
  color: orange !important;
}
.faIcon {
  height: 50px;
}
.toRemove {
  display: none;
}
#smallMenuButton {
  display: none;
}
@media (max-width: 979px) {
  .navbar-pleo .nav > li > a {
    padding: 20px 10px;
  }
  #hPager .pager {
    margin-top: 2px !important;
  }
}
@media (max-width: 979px) {
  .navbar-pleo .nav > li > a {
    padding: 20px 10px;
  }
  #hPager .pager {
    margin-top: 2px !important;
  }
}
@media (max-width: 1240px) {
  .lusoteca-link span,
  .personal-library span,
  .profile span {
    display: none;
  }
  /*.navbar-pleo .nav > li > a.lusoteca-link,.navbar-pleo .nav > li > a.personal-library,.navbar-pleo .nav > li > a.profile
      {
          color: #624100 !important;
      }*/
}
@media (max-width: 979px) {
  .navbar-pleo .nav > li > a > span {
    display: none;
  }
  .navbar-pleo .nav > li > a {
    padding: 20px 7px;
  }
}
@media (max-width: 770px) {
  #smallMenuButton {
    position: absolute;
    display: block;
    top: 15px;
    left: 4px;
    z-index: 100000;
    border: 2px solid #b4dab6;
    border-radius: 5px;
    background-color: #b4dab6;
  }
  #smallMenuButton .btn {
    display: block;
    padding: 3px;
    color: white;
  }
  #smallMenuButton .btn:hover {
    color: #ee9a20;
  }
}
.jcrop-selection {
  background-color: cadetblue;
  opacity: 0.25;
}
.jcrop-shades div {
  cursor: default;
}
.highlightOverlay {
  z-index: 10;
}
.highlightColorPicker {
  border: 1px solid #333333;
  font-family: monospace;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
.highlightColorPicker.highlightColorSelected {
  border: 2px solid #333333;
  margin-left: -1px;
}
.highlightColorRed {
  background-color: rgba(255, 0, 0, 0.25);
}
.highlightColorYellow {
  background-color: rgba(255, 255, 0, 0.25);
}
.highlightColorGreen {
  background-color: rgba(0, 255, 0, 0.25);
}
.highlightColorCyan {
  background-color: rgba(0, 255, 255, 0.25);
}
.highlightColorBlue {
  background-color: rgba(0, 0, 255, 0.25);
}
#textHighlighModal {
  height: 100%;
}
#textHighlighModal b {
  color: #333333;
  font-size: 11px;
  text-transform: uppercase;
}
#textHighlighModal .highlightColorPickerContainer {
  padding-left: 2%;
}
.highlightAreaNotes-label {
  display: block;
  max-height: 11vh;
}
.highlightAreaNotes-label textarea {
  padding: 0;
  /*
  border: 0 none;
  margin: 0;
  outline: 0 none;
  
 */
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 11vh;
}
#printDownloadCancel {
  margin-top: 5px;
  width: 100%;
}
.extra-margin-bottom {
  margin-bottom: 5px;
}
