/* Home */
/* Reader */
/*
SMART PHONES media (max-width: 350px)
*/

/* Content Container  -------------------------------------------*/

#content-container {
  background-color: #b4dab6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -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);
}
#content-container #content {
  margin-top: 0px;
  float: right;
  background-color: #fffdf4;
  min-height: 300px;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -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);
}
#content-container #sidebar {
  position: relative;
}
#content-container #sidebar ul {
  list-style: none;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.47);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.47);
  padding: 0;
  margin: 0;
  /*smart phone > activar menu "all"*/

}
@media (max-width: 350px) {
  #content-container #sidebar ul li {
    display: none;
  }
}
#content-container #sidebar ul li > a {
  cursor: pointer;
  text-decoration: none;
  min-width: 180px;
  box-sizing: padding-box;
  padding: 16px 16px;
  display: block;
  color: white;
}
#content-container #sidebar ul li > a:hover,
#content-container #sidebar ul li > a.selected {
  color: #6da470;
  background-color: #c1e2c3;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.13), inset 0 1px rgba(255, 255, 255, 0.29);
  box-shadow: 0 1px rgba(0, 0, 0, 0.13), inset 0 1px rgba(255, 255, 255, 0.29);
  -webkit-text-shadow: 0 1px rgba(255, 255, 255, 0.52);
  text-shadow: 0 1px rgba(255, 255, 255, 0.52);
}
@media (max-width: 979px) {
  #content-container #sidebar ul li > a {
    width: 20%;
    min-width: 120px;
    float: left;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
  }
  #content-container #sidebar ul li > a:hover,
  #content-container #sidebar ul li > a:focus {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}
#content-container #sidebar ul li.all {
  display: none;
  /*@media (max-width: 350px) {
                    display:block;
                }*/

}
@media (max-width: 979px) {
  #top-bar .navbar-inner {
    min-height: 50px !important;
    height: auto !important;
  }
  #content-container {
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  
}
@media (max-width: 350px) {
  /*Adicionar Ebook - desactivado em smart phones*/
  
  .section-header .form-inline a {
    display: none;
  }
}
/* Login Logo Container  -------------------------------------------*/

.logo-wrapper {
  position: relative;
  height: 100px;
}
.logo-wrapper .logo-container {
  margin-top: 10px;
  text-align: center;
}
.logo-wrapper .logo-container a {
  height: 32px;
  margin-left: -28px;
  text-decoration: none;
  color: white;
}
.logo-wrapper .logo-container a:hover {
  text-decoration: none;
  color: white;
}
.logo-wrapper .logo-container a i {
  vertical-align: text-top;
  line-height: 32px;
}
.login-info-tip {
  position: absolute;
  top: 0px;
  left: 0px;
}
.login-info-tip .triangle-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 38px;
  height: 38px;
  overflow: hidden;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.login-info-tip .triangle-mask > .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 38px 38px 0 0;
  border-color: #4784c6 transparent transparent transparent;
  z-index: 0;
}
.login-info-tip > a {
  display: block;
  width: 20px;
  height: 20px;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 29px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  text-decoration: none;
}
.login-info-panel {
  position: relative;
  background-color: #4784c6;
  color: white;
  min-height: 50px;
  width: 100%;
  padding: 20px;
  margin: 0 0 0px -20px;
  -moz-box-shadow: inset 4px 4px 10px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 4px 4px 10px -2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 4px 4px 10px -2px rgba(0, 0, 0, 0.4);
}
/* Login Container  -------------------------------------------*/

.outer-container.login {
  padding-bottom: 60px;
  position: static;
}
@media (max-width: 768px) {
  .outer-container.login {
    position: relative;
  }
}
@media all and (max-width: 768px) {
  .footer-bar > .span4 {
    float: left !important;
    width: 33% !important;
  }
  .footer-bar > .span3 {
    float: left !important;
    width: 25% !important;
  }
}
#content-container.login {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: -40px !important;
}
#content-container.login #content {
  float: none;
  min-height: 0;
  margin-left: 25%;
  width: 50%;
}
@media (max-width: 1199px) and (min-width: 980px) {
  #content-container.login #content {
    margin-left: 20%;
    width: 60%;
  }
}
@media (max-width: 979px) and (min-width: 769px) {
  #content-container.login #content {
    margin-left: 10%;
    width: 80%;
  }
}
@media (max-width: 768px) {
  #content-container.login #content {
    margin-left: 0%;
    width: 100%;
  }
}
#content-container.login #content .form-actions {
  width: 100%;
  padding-right: 20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0px 0px -40px -20px;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
}
@media (max-width: 768px) {
  #content-container.login #content .form-actions {
    width: 100%;
    padding-right: 18px;
  }
}
#content-container.login .ext-provider {
  float: left;
  margin-right: 10px;
}
.div-local {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 10px;
  min-height: 200px;
  height: 100%;
  /*
    border-right: solid 1px #ddd;
    */
  padding-right: 16px;
}
.div-local h3 {
  display: none !important;
}
.div-local-register {
  width: 100% !important;
}
.div-external {
  display: none !important;
  /*
    position: relative;
    border: none;
    padding-left: 16px;
    padding-bottom: 0px;
    min-height: 400px;
    height: 100%;

    .span-or {
        position: absolute;
        top:0px;
        left: -20px;
        font-size: 1.2em;
        font-weight: bold;
        color: @topBarColor;
        background-color: @contentAreaColor;
        display: inline-block;
        width: auto;
    }
    */

}
@media (max-width: 768px) {
  .div-local {
    margin-bottom: 10px;
    min-height: auto;
    border: none;
  }
  .div-external {
    border: none;
    border-top: solid 1px #dddddd;
    padding-right: 0px;
    padding-top: 20px;
    padding-left: 0px;
    height: auto;
  }
  .div-external .span-or {
    top: -12px;
    left: 0px;
    padding-right: 0 2px;
  }
}
/* Book List Container  -------------------------------------------*/

.book {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 350px) {
  .book {
    border-bottom: 2px solid rgba(238, 154, 32, 0.5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
  
  }
}
.book.off {
  display: none;
}
@media (min-width: 1200px) {
  .book.span4 {
    width: 30%;
    margin-left: 3%;
    height: 150px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .book.span4 {
    width: 46%;
    margin-left: 4%;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .book.span4 {
    margin-left: 1%;
    width: 98%;
    height: 150px;
  }
}
@media (max-width: 350px) {
  .book.span4 {
    height: 120px;
  }
}
.book .temporary-label {
  color: #00b1e4;
}
.book-cover {
  width: 45%;
  float: left;
  position: relative;
}
@media (max-width: 1200px) and (min-width: 980px) {
  .book-cover {
    width: 35%;
  }
}
@media (max-width: 350px) {
  .book-cover {
    width: 30%;
  }
}
.book-cover .book-cover-inner {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.book-cover .book-cover-inner > img {
  height: 150px;
  max-width: 120px;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: static;
}
@media (max-width: 768px) {
  .book-cover .book-cover-inner > img {
    height: auto;
    max-height: 150px;
  }
}
@media (max-width: 350px) {
  .book-cover .book-cover-inner > img {
    max-height: 100px;
    max-width: 100%;
  }
}
.book-cover .book-cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(150, 150, 150, 0) 1%, rgba(76, 76, 76, 0.38) 4%, rgba(194, 189, 189, 0.44) 5%, rgba(194, 189, 189, 0) 60%);
  background: -webkit-gradient(linear, left top, right top, rgba(255, 255, 255, 0), rgba(150, 150, 150, 0) 1%, rgba(76, 76, 76, 0.38) 4%, rgba(194, 189, 189, 0.44) 5%, rgba(194, 189, 189, 0) 60%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(150, 150, 150, 0) 1%, rgba(76, 76, 76, 0.38) 4%, rgba(194, 189, 189, 0.44) 5%, rgba(194, 189, 189, 0) 60%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(150, 150, 150, 0) 1%, rgba(76, 76, 76, 0.38) 4%, rgba(194, 189, 189, 0.44) 5%, rgba(194, 189, 189, 0) 60%);
  background: linear-gradient(left, rgba(255, 255, 255, 0), rgba(150, 150, 150, 0) 1%, rgba(76, 76, 76, 0.38) 4%, rgba(194, 189, 189, 0.44) 5%, rgba(194, 189, 189, 0) 60%);
}
.book-cover .book-cover-overlay:hover,
.book-cover .book-cover-overlay:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.book-cover .book-cover-overlay:hover .book-cover-link,
.book-cover .book-cover-overlay:focus .book-cover-link {
  display: block;
}
.book-cover .book-cover-link {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  line-height: 18%;
  vertical-align: middle;
  position: absolute;
  padding: 56% 0;
  width: 100%;
  height: 18%;
  display: none;
}
.book-cover .book-cover-link i {
  background: none;
  width: 20px;
  height: 20px;
}
.book-data {
  position: absolute;
  height: 100%;
  width: 56%;
  left: 45%;
  top: 0%;
  font-family: "Open Sans";
  font-size: 0.95em;
  color: #333333;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .book-data {
    width: 66%;
    left: 35%;
  }
}
@media (max-width: 768px) {
  .book-data {
    width: 66%;
    left: 35%;
  }
}
@media (max-width: 350px) {
  .book-data {
    font-size: 0.8em;
  }
}
.book-data .book-title {
  text-transform: uppercase;
  font-weight: 700;
  word-break: break-word;
  /*@media (max-width: 350px) {
            overflow:hidden;
            max-height:30px;
        }*/

}
.book-data .book-authors {
  font-size: 0.95em;
}
.book-data .book-actions {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  box-shadow: 0px -2px 6px -3px #dddddd;
  /*border-top: solid 1px #ddd;*/
  background-color: #fffdf4;
}
@media (max-width: 350px) {
  .book-data .book-actions {
    display: none;
  }
}
.book-data .book-moreinfo {
  display: none;
}
@media (max-width: 350px) {
  .book-data .book-moreinfo {
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
  }
  .book-data .book-moreinfo .fa {
    color: #ee9a20;
    font-size: 2em;
  }
}
.book-data .book-shelf {
  display: none;
}
@media (max-width: 350px) {
  .book-data .book-shelf {
    display: inline;
  }
}
input.search-query {
  width: 152px;
  height: 20px;
  -webkit-border-radius: 13px 12px 12px 1.083333333 12px 13px 13px;
  -moz-border-radius: 13px 12px 12px 1.083333333 12px 13px 13px;
  border-radius: 13px 12px 12px 1.083333333 12px 13px 13px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.28), inset 0 1px 3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.28), inset 0 1px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px rgba(255, 255, 255, 0.28), inset 0 1px 3px rgba(0, 0, 0, 0.45);
  border: solid 1px #9a9887;
}
@media (max-width: 768px) {
  input.search-query {
    width: 145px;
  }
}
@media (max-width: 350px) {
  input.search-query {
    width: 40%;
    font-size: 12px;
  }
}
/* DROP & UPLOAD -------------------------------------------------------------- */

#drop-target {
  border: 6px dashed #999999;
  text-align: center;
  color: #999999;
  font-size: 20px;
  line-height: 40px;
  min-height: 100px;
  cursor: pointer;
  vertical-align: middle;
}
#drop-target.dragover {
  background: rgba(255, 255, 255, 0.4);
  border-color: green;
}
/*#debug {
    margin-top: 20px;
}*/

/* Details Modal   --------------------------------------------------------------*/

.details-modal {
  width: 750px;
  margin-left: -375px;
  padding: 0;
  background-color: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 100%;
}
@media (max-width: 768px) {
  .details-modal {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 350px) {
  .details-modal {
    top: 55px;
  }
}
.details-modal .modal-body {
  position: relative;
  padding: 0px;
  max-height: 100%;
}
.details-modal .cover-div {
  float: left;
  width: 24%;
  padding: 0;
  margin: 0 0 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .details-modal .cover-div {
    display: none;
  }
}
.details-modal .cover-div .book-cover {
  width: 100%;
}
.details-modal .cover-div .book-cover .book-cover-inner {
  width: 100%;
}
.details-modal .cover-div .book-cover .book-cover-inner img {
  height: auto;
}
.details-modal .cover-div .book-cover .book-cover-overlay:hover,
.details-modal .cover-div .book-cover .book-cover-overlay:focus {
  background-color: transparent;
}
.details-modal .content-div {
  float: right;
  width: 72%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999999;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
}
@media (max-width: 768px) {
  .details-modal .content-div {
    width: 100%;
  }
}
.details-modal .content-div .book-data {
  width: 96%;
  margin-left: 2%;
  position: static;
  float: left;
}
.details-modal .nav {
  margin-bottom: 0px;
  background-color: #dddddd;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.details-modal .nav li {
  position: relative;
  color: black;
  text-transform: uppercase;
  width: 33%;
  margin: 0 0.5% 0 0;
  font-size: 0.8em;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  border: none;
}
@media (max-width: 533px) {
  .details-modal .nav li {
    font-size: 0.60em;
    width: 29% !important;
  }
  .details-modal .nav li i {
    vertical-align: baseline;
  }
}
@media (max-width: 450px) {
  .details-modal .nav li {
    font-size: 0.50em;
    line-height: 10px;
    width: 29% !important;
  }
  .details-modal .nav li i {
    vertical-align: baseline;
  }
}
@media (max-width: 385px) {
  .details-modal .nav li {
    font-size: 0.30em;
    width: 29% !important;
  }
  .details-modal .nav li i {
    vertical-align: baseline;
  }
}
.details-modal .nav li.pull-right {
  margin: 0 0 0 0;
}
.details-modal .nav li.readPill {
  width: 27%;
}
@media (max-width: 518px) {
  .details-modal .nav li.readPill {
    width: 26%;
  }
}
@media (min-width: 768px) and (max-width: 432px) {
  .details-modal .nav li.readPill {
    width: 24%;
  }
}
@media (min-width: 400px) and (max-width: 431px) {
  .details-modal .nav li.readPill {
    width: 25%;
  }
}
.details-modal .nav li a {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  color: black;
  border: none;
  margin: 0;
}
.details-modal .nav li a:hover,
.details-modal .nav li a:focus {
  color: black;
  background-color: #f1f1f1;
}
.details-modal .nav li a.read {
  background-color: transparent;
}
.details-modal .nav li a.read:hover,
.details-modal .nav li a.read:focus {
  font-weight: bold;
  background: #b3e669;
  background: -moz-linear-gradient(top, #a8dd65, #beee6c);
  background: -webkit-gradient(linear, left top, left bottom, from(#a8dd65), to(#beee6c));
  background: -webkit-linear-gradient(top, #a8dd65, #beee6c);
  background: -o-linear-gradient(top, #a8dd65, #beee6c);
  background: linear-gradient(top, #a8dd65, #beee6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a8dd65, endColorstr=#beee6c);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a8dd65, endColorstr=#beee6c);
  background: -ms-linear-gradient(top, #a8dd65, #beee6c);
}
.details-modal .nav li.active a {
  font-weight: bold;
  background-color: white;
}
.details-modal .nav li.active .tip {
  display: block;
  position: absolute;
  background-color: white;
  left: 14px;
  bottom: -12px;
  width: 0px;
  height: 0px;
  background-color: transparent;
  border: solid 14px transparent;
  border-bottom-color: white;
}
.details-modal .nav li:hover,
.details-modal .nav li:focus {
  color: white;
  font-weight: bold;
}
.details-modal .tab-content {
  padding: 10px;
  min-height: 200px;
  max-height: 350px;
}
.details-modal .form-horizontal .control-group {
  width: 100%;
  margin-bottom: 2px;
}
.details-modal .form-horizontal .control-label {
  width: 120px;
  text-align: left;
  line-height: 20px;
  font-size: 1em;
  padding: 0;
}
@media (max-width: 350px) {
  .details-modal .form-horizontal .control-label {
    float: left;
  }
}
.details-modal .form-horizontal .controls {
  margin-left: 130px;
  line-height: 20px;
  font-size: 1em;
}
.details-modal .close {
  /*padding: 10px;*/
  padding: 8px;
}
.details-modal .close.closeDetailsButton {
  background-color: red;
  opacity: 0.6;
  border-top-right-radius: 5px;
}
.details-modal .close.closeDetailsButton:hover {
  color: white;
}
/* User Form -------------------------------------------*/

.form-horizontal.dialog .form-actions {
  margin: 20px -20px -20px -20px;
  padding-left: 200px;
  border-radius: 0 0 4px 4px;
}
#user-form.form-horizontal.dialog .form-actions {
  margin: 20px -20px -40px -20px;
}
.form-horizontal.dialog label.error {
  color: #b94a48;
  display: inline-block;
  margin-left: 10px;
}
#user-form .form-actions {
  margin: 20px -20px -20px -20px;
  padding-left: 200px;
  border-radius: 0 0 4px 4px;
}
#user-form#user-form .form-actions {
  margin: 20px -20px -40px -20px;
}
#user-form label.error {
  color: #b94a48;
  display: inline-block;
  margin-left: 10px;
}
.offFAQ {
  text-align: left;
  font-size: .80em;
}
.offFAQAlign {
  text-align: left;
}
.domainValidation,
.emailValidation {
  display: none;
}
.highlight {
  background-color: yellow;
}
.book-type {
  position: absolute;
  bottom: -6px;
  left: -5px;
  width: 46px;
  height: 22px;
  background-repeat: no-repeat;
  display: none !important;
}
.book-type.book-pdf {
  background-image: url('/Content/images/book-type/ePDF.png');
}
.book-type.book-epub {
  background-image: url('/Content/images/book-type/ePUB.png');
}
#offline-books {
  visibility: hidden;
}
