
  .wideStripe {
    position: relative;
  }
  
  .wideStripe::before {
    content: "";
    
    width: 100vw;
    height: 100%;
    
    position: absolute;
    top: 0em;
    left: calc((-100vw + 100%) / 2);
    
    z-index: -1;
  }
  
  .showLoading {
    position: relative;
    display: block;
  }
  
  .showLoading::after {
    content: "";
    
    background-image: url(https://libroteka.al/pub/file/f79b443f/loading.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    
    display: block;
    
    position: absolute;
    top: 0em;
    bottom: 0em;
    right: 0em;
    left: 120%;
    
    z-index: 10;
  }

  .favourite-books-page,
  .all-books-page,
  .search-page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  
  .favourite-books-page > *,
  .all-books-page > *,
  .search-page > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  
  .favourite-books-page > main,
  .all-books-page > main,
  .search-page > main {
    flex: 1;
  }

  label.required > span::after {
    content: "*";
    font-size: 0.8em;
    color: #ff0000;
    padding-left: 0.2em;
  }
  
  .form-bg {
    background-color: #fbfbfb;
  }
  
  .form-bg input,
  .form-bg textarea {
    background-color: #fff;
  }

  .formOverlay {
    position: fixed;
    top: 0em;
    left: 0em;
    right: 0em;
    bottom: 0em;
    
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }
  
  .formOverlay > section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: calc(100% - 2em);
    max-height: calc(100% - 2em);
    
    overflow-y: scroll;
    
    background-color: #ffffff;
  }
  
  .formOverlay > button {
    font-size: 3rem;
    
    top: 0em;
    right: 0em;
    
    width: 1em;
    height: 1em;
    line-height: 100%;
    
    position: absolute;
    
    color: #fff;
  }
  
  @media screen and (min-width: 500px) {
    .formOverlay > section {
      width: calc(100% - 6em);
    }
  }
  
  @media screen and (min-width: 700px) {
    .formOverlay > section {
      width: calc(100% - 20em);
    }
  }
  
  @media screen and (min-width: 1000px) {
    .formOverlay > section {
      max-width: 38em;
    }
  }

  .searchBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  
  .searchBar input {
    width: 100%;
  }
  
  .searchBar button[type="submit"] {
    margin-top: 0em;
    padding: 0em 1em;
    
    border: none;
    color: #ffffff;
    background-color: #3f72af;
  }
  
  .searchBar button::after {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f002";
  }

  .primaryButton {
    font-family: "OPEN-SANS-SEMIBOLD", sans-serif;
    font-size: 0.9rem;
    padding: 0.5em 1.5em;
    
    border: 0.05rem solid #3f72af;
    
    color: #ffffff;
    background-color: #3f72af;
    -webkit-box-shadow: 0px 0.2em 0.6em -0.2em rgba(0,0,0,0.2);
    box-shadow: 0px 0.2em 0.6em -0.2em rgba(0,0,0,0.2);
  }
  
  .primaryButton:hover {
    background-color: #FFF;
    color: #3f72af;
  }
  
  .secondaryButton {
    font-family: "OPEN-SANS-SEMIBOLD", sans-serif;
    font-size: 0.9rem;
    padding: 0.5em 1.5em;
    
    border: 0.05rem solid #3f72af;
    
    color: #3f72af;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0.2em 0.6em -0.2em rgba(0,0,0,0.2);
    box-shadow: 0px 0.2em 0.6em -0.2em rgba(0,0,0,0.2);
  }
  
  .filterButton {
    font-family: "OPEN-SANS-DEFAULT", sans-serif;
    font-size: 0.9rem;
    padding: 0em 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    border: 0.05rem solid #cccccc;
    
    background-color: #f9f9f9;
  }
  
  .filterButton::after {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f1de";
    margin-left: 1em;
  }
  
  .removeButton {
    padding: 0.5em;
    background-color: #e2e2e2;
    color: #656464;
  }
  
  .removeButton::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f1f8";
    font-size: 1em;
    color: #656464;
  }
  
  .addButton::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f067";
    font-size: 1em;
  }
  
  .downloadButton::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f019";
    font-size: 1em;
    margin-right: 0.5em;
  }
  
  .removeEmailButton::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f00d";
    font-size: 1em;
    color: #656464;
  }
  
  .saveButton::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f00c";
    font-size: 1em;
  }
  
  .moreButton {
    padding: 0.5em;
  }
  
  .moreButton::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f142";
    font-size: 1.2em;
    color: #989898;
  }
  
  .submitButton::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f00c";
    color: #4dad4d;
  }
  
  .favouriteButton {
    outline: none;
  }
  
  .favouriteButton::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f004";
    padding: 0.5em;
    border: 0.05em solid ;
    border-radius: 50%;
    color: #989898;
    background: ;
  }
  
  .favouriteBtn::before {
    color: #bb5a5a;
  }
  
  .favBasketIcon::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f07a";
    padding: 0.5em;
    border: 0.05em solid ;
    border-radius: 50%;
    color: #989898;
    background: ;
  }
  
  .addedToCart::before {
    color: #3f72af;
  }
  
  .star::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f005";
    color: #ffd400;
  }
  
  .emptyStar::before {
    font-family: "FONT_AWESOME_REGULAR";
    content: "\f005";
    color: #ffd400;
  }
  
  .notPurchasedStar::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f005";
    color: #d3d3d3;
  }
  
  .notPurchasedEmptyStar::before {
    font-family: "FONT_AWESOME_REGULAR";
    content: "\f005";
    color: #d3d3d3;
  }
  
  .highlighted.star::before {
    color: #ffd400;
  }
  
  .like_button::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f164";
    color: #24b324;
  }
  
  .emptyLikeButton::before {
    font-family: "FONT_AWESOME_REGULAR";
    content: "\f164";
  }
  
  .dislike_button::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f165";
    color: #ff0000;
  }
  
  .emptyDislike_button::before {
    font-family: "FONT_AWESOME_REGULAR";
    content: "\f165";
  }
  
  .viewMore::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f107";
    color: #949494;
    margin-right: 0.5em;
  }
  
  .viewLess::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f106";
    color: #949494;
    margin-right: 0.5em;
  }
  
  .toolTip::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f059";
  }
  
  .help-tip {
    position: absolute;
    top: 0em;
    left: 5em;
    border-radius: 50%;
  }
  
  .help-tip.rightAligned p {
    right: 0;
    left: auto;
  }
  
  .help-tip > .toolTip::before  {
    color: #3f72af;
  }
  
  .help-tip:hover p {
    display:block;
  }
  
  .help-tip p {
    font-size: 0.8em;
    display: none;
    width: 20em;
    position: absolute;
    top: 2em;
    left: -1em;
    
    margin: 0em;
    padding: 1em;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    
    color: #fff;
    background-color: #1E2021;
    text-align: left;
    
    z-index: 100;
  }
  
  .help-tip p:before {
    content: "";
    
    position: absolute;
    left: 1.2em;
    top: -12px;
    
    border: 0.5em solid transparent;
    border-bottom-color: #1E2021;
  }
  
  .help-tip.rightAligned p:before {
    right: 0;
    left: auto;
  }

  ul#breadcrumbs {
    display: none;
  }
  
  @media screen and (min-width: 750px){
    ul#breadcrumbs {
      display: block;
      padding-top: 1em;
      padding-left: 1em;
    }
    
    ul#breadcrumbs a {
      text-decoration: underline;
    }
    
    ul#breadcrumbs li {
      display: inline-block;
    }
    
    ul#breadcrumbs li p {
      margin: 0;
    }
    
    ul#breadcrumbs li:after {
      content: "\003E";
      margin-left: 0.5em;
      color: #3f72af;
    }
    
    ul#breadcrumbs li:last-of-type:after {
      content: "";
      margin: 0em;
    }
  }

  .switch {
    margin: 0.5em 0em;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
  
  .switchInput {
    height: 0;
    width: 0;
    visibility: hidden;
  }

  .switch > label {
    position: relative;
    display: block;
    
    margin: 0em;
    width: 2.2em;
    height: 1.4em;
    
    border-radius: 1em;
    
    cursor: pointer;
    background: #d3d3d3;
  }

  .switch > label::after {
    content: "";
    position: absolute;
    top: 0.125em;
    left: 0.125em;
    
    width: 1.125em;
    height: 1.125em;
    
    border-radius: 50%;
    background: #ffffff;
  }
  
  .switch > label.active {
    background: #228b22;
  }
  
  .switch > label.active::after {
    left: calc(100% - 2px) !important;
    transform: translateX(-100%);
  }

  .adminActions {
    margin-top: 1em;
    float: right;
  }
  
  .adminActions button {
    margin-left: 1em;
  }
  
  .adminActions button::before {
    margin-right: 0.5em;
  }

  @media screen and (min-width: 768px) {
    .adminActions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
    }
  }

  .moreOptions {
    margin-left: auto;
    position: relative;
  }
  
  .moreOptions > div {
    position: absolute;
    right: 0;
    width: max-content;
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    
    border: 0.05em solid #e0e0e0;
    background-color: #FFF;
    z-index: 100;
  }
  
  .moreOptions div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  
  .moreOptions > div > * {
    padding: 0.5em 1em;
    border-bottom: 0.05em solid #e0e0e0;
  }
  
  .moreOptions .removeButton {
    text-align: left;
  }
  
  .moreOptions .removeButton::before {
    margin-right: 0.5em;
  }
  
  .moreOptions:hover > button {
    background-color: #f9f7f7;
  }
  
  .removeBtn::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f00d";
    margin-right: 0.5em;
    padding: 0.5em;
    color: #949494;
  }
  
  .eyeIcon::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f06e";
  }
  
  .viewLink::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f06e";
    font-size: 1em;
    margin-right: 0.5em;
  }
  
  .editLink::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f304";
    font-size: 1em;
    margin-right: 0.5em;
  }
  
  .addLink::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f067";
    font-size: 1em;
    margin-right: 0.5em;
  }
  
  .downloadLink::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f019";
    font-size: 1em;
    margin-right: 0.5em;
  }
  
  .deactivateButton::before {
    font-family: "FONT_AWESOME_SOLID";
    content: "\f011";
    margin-right: 0.5em;
  }

  .roundImageCont {
    overflow: hidden;
    margin-right: 1em;
    border-radius: 50%;
    border: 0.05em solid #e0e0e0;
  }
  
  .roundImageCont img {
    display: inline;
    margin: 0 auto;
  }
  
  .roundImageCont .missingPhoto {
    display: inline;
    margin: 0 auto;
    margin-left: -12%;
    margin-top: -27%;
  }

  .displayNone {
    display: none !important;
  }
  
  .hideOnMobile {
    display: none;
  }
  
  .visibilityHidden {
    visibility: hidden;
  }
  
  .sectionHeader {
    margin-bottom: 1em;
    
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  
  .sidebarContainer a.highlighted,
  #menuLinks a.highlighted {
    font-family: "OPEN-SANS-SEMIBOLD", sans-serif;
    color: #bb5a5a;
    /*border-bottom: 2px solid #3f72af;*/
  }
  
  #filterDropdown {
    padding: 1em;
    margin-top: 1em;
    border: 0.05em solid #dee2e6;
    background-color: #fdfdfd;
  }
  
  /*
  #menuLinks a.highlighted {
    border-bottom: none;
  }
  */
  
  .disabled {
    opacity: 0.65;
    cursor: not-allowed;
  }
  
  .status {
    color: #bb5a5a;
    margin-left: 0.5em;
  }
  
  .inactive {
    color: #d3d3d3;
  }
  
  p.infoParagraph {
    font-size: 0.9em;
    color: #989898;
  }
  
  #paypal-button-container {
    z-index: 0;
  }
  
  @media screen and (min-width: 768px) {
    .highlighted {
      font-family: "OPEN-SANS-DEFAULT", sans-serif;
    }
  }
  
  @media screen and (min-width: 768px) {
    .help-tip.rightAligned p {
      right: auto;
      left: -1em;
    }
    
    .help-tip.rightAligned p:before {
      right: auto;
      left: 1.2em;
    }
  }
  
  /*
  @media screen and (min-width: 841px) {
    #menuLinks a.highlighted {
      border-bottom: 2px solid #3f72af;
    }
  }
  */
