html, body {
    height: 100%;
}

body {overflow-x: hidden;}

h1.pageTitle {
  font-weight: 100;
  margin: 0 0 2rem;
  padding: 1rem;
}

.fill {
    min-height: 100%;
}

#divBooksResult {
    /*min-height: 100%;*/
}

/*loading*/
.ploader {
    margin: 20px 0;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*table sortable*/
.table-sortable > thead > tr > th.sort {
  cursor: pointer;
  position: relative;
}

.table-sortable > thead > tr > th.sort:after,
.table-sortable > thead > tr > th.sort:after,
.table-sortable > thead > tr > th.sort:after {
  content: ' ';
  position: absolute;
  height: 0;
  width: 0;
  right: 10px; /* (right padding / 2) - arrow width */
  top: 16px; /* ((padding * 2) + line height) - arrow height */
}

/* Default sortable indicator */
.table-sortable > thead > tr > th.sort:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
  border-bottom: 0px solid transparent;
}
/* !Default */

/* Default sortable indicator:hover */
.table-sortable > thead > tr > th:hover:after {
  border-top: 5px solid #888;
}
/* !Default:hover */

/* Ascending sortable indicator */
.table-sortable > thead > tr > th.asc:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 5px solid #333;
}
.table-sortable > thead > tr > th.asc:hover:after {
  border-bottom: 5px solid #888;
}
/* !Ascending */

/* Descending sortable indicator */
.table-sortable > thead > tr > th.desc:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  border-bottom: 5px solid transparent;
}
/* !Descending */



/*link unstyled*/
.link-unstyled, .link-unstyled:visited, .link-unstyled:hover, .link-unstyled:active, .link-unstyled:focus, .link-unstyled:active:hover {
    font-style: inherit;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
    text-decoration: none;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    /*border-radius: inherit;
    border: inherit;*/
    outline: inherit;
    box-shadow: inherit;
    padding: inherit;
    vertical-align: inherit;
}


.login-form {
  /*width: 340px;*/
  margin: 50px auto;
}
.login-form form {
  margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px;
}
.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}
.btnLogin {
    font-size: 15px;
    font-weight: bold;
}


/*autocomplete*/
ul.dropdown-menu li.active {
  background-color: #007bff;
}
ul.dropdown-menu li.active a {
  color: white;
}

/*readmore css*/
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.carousel-control-prev.mod,
.carousel-control-next.mod {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  color: #6fa9bb;
  text-align: center;
  opacity: 1;
  /*transition: opacity 0.15s ease;*/
}

.blcod .oi-check {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
  display: none;
}
