@charset "utf-8";
/* CSS Document */
body {
	background: #F7F7F7;
	font-family: -webkit-pictograph;
	margin: 0;
}
textarea::-webkit-scrollbar, .navbar::-webkit-scrollbar {
	width: 5px;
}
textarea:hover::-webkit-scrollbar, .navbar:hover::-webkit-scrollbar {
	opacity: 1;
}
textarea::-webkit-scrollbar-track, .navbar::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
textarea::-webkit-scrollbar-thumb, .navbar::-webkit-scrollbar-thumb {
	background: #888; 
}
textarea::-webkit-scrollbar-thumb:hover, .navbar::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
* {
	outline: none;
}
input:focus, select:focus, textarea:focus, checkbox:focus, radio:focus {
	border-color: orangered!important;
}
.navbar {
	position: absolute;
	left: 0;
	width: 300px;
	top: 0;
	bottom: 0;
	overflow: auto;
	transition: all 0.3s;
}
.body {
	background: white;
	position: absolute;
	top: 0;
	left: 300px;
	right: 0;
	bottom: 0;
	overflow: auto;
	transition: all 0.3s;
}
a {
	cursor: pointer;
	text-decoration: none;
}
.dropdown a {
	padding: 10px 30px;
	display: block;
	color: #666666;
}
.dropdown > a {
	padding: 15px 20px;
	display: block;
}
.dropdownextratop {
	padding-top: 70px;
}
.dropdownextrabottom {
	padding-bottom: 30px;
}
.dropdown {
	overflow: hidden;
	text-align: left;
	font-size: 18px;
	white-space: nowrap;
}
.dropdown .drops {
	max-height: 0;
	transition: 0.5s all;
	white-space: nowrap;
}
.drops {
	background: #F0F0F0;
	margin-left: 20px;
}
.dropper > a {
	color: #3498DB;
	border-left: 5px solid #3498DB;
}
.dropper .drops {
	max-height: 250px;
}
.dropdown img {
	width: 20px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
}
.logo {
	padding: 9px;
	border-bottom: 1px solid #D7D7D7;
	box-shadow: -87px -52px 11px 46px black;
    background: white;
	white-space: nowrap;
	min-height:38px;
	position: fixed;
    width: 282px;
    z-index: 2;
	transition: width 0.3s;
	overflow: hidden;
}
.logo img {
	height: 40px;
	vertical-align: middle;
}
.logo h2 {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.logo h2 span {
	font-size: 12px;
    color: orangered;
}
.highlight {
	font-size: 14px;
    color: orangered;
}
.arrow {
	border: solid #666666;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transition: 0.5s all;
}
.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.dropdown .arrow {
	margin-top:7px;
	float: right;
}
.dropper .arrow, .down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.dropper .arrow {
	border-color:#3498DB;
}
.lds-ellipsis {
  	display: inline-block;
  	position: relative;
  	width: 80px;
  	height: 80px;
	margin-top: 35vh;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #666666;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
	transform: scale(0);
  }
  100% {
	transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
	transform: scale(1);
  }
  100% {
	transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
	transform: translate(0, 0);
  }
  100% {
	transform: translate(24px, 0);
  }
}
.printareaborder {
    border:2px dashed #d8d8d8;
    margin: 10px -2px;
}
#content, #printarea {
	text-align: center;
}
.books_entry {
	text-align: left;
	padding: 10px 20px;
	margin-top:70px;
}
.books_entry h2 {
	font-size: 25px;
	margin: 0;
	padding: 0;
}
.entry_form label span, .entry_form label .hundredinput, .issuercodeplace .hundredinput, .issuercodeplace span {
	display: block;
	margin: 10px;
	color: #666666;
	font-size: 15px;
}
.entry_form label .hundredinput, .issuercodeplace .hundredinput {
	width: -webkit-fill-available;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
}
.downloadLink {
    display:contents;
}
.exportbutton {
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	display:block;
    background: #4a4a4a;
    color:#fff !important;
    font-size: 15px;
}
.book_description .book_description {
	display: inline-block;
	width: 50%;
}
.book_description {
	font-size: 0;
	vertical-align: bottom;
}
.book_description label, .issuercodeplace {
	display: inline-block;
	width: 50%;
	vertical-align: bottom;
}
.topbar {
	border-bottom: 1px solid #D7D7D7;
	padding: 10px 0;
	box-shadow: 2px -52px 11px 46px black;
	background: white;
	min-height:38px;
    position:fixed;
    right:0;
    left: 300px;
	transition: left 0.3s;
	z-index:1;
}
.login_body .topbar {
    right:0;
    top:0;
    left:0;
}
.login_body {
    margin-top: 55px;
}
.menuicon {
	width:30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}
.menuiconbar {
	background:#3498DB;
	height: 4px;
	width: 25px;
	margin: 3px
}
.menuiconbar:nth-child(2n) {
	width: 20px;
}
.search {
	width:65%;
	max-width: 350px;
	display: inline-block
}
.search,.searchform {
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.searchform input {
	padding: 10px 45px 10px 10px;
	border: 1px solid #d8d8d8;
	border-radius: 50px;
	width: 90%;
	width:-webkit-fill-available;
}
.searchbutton {
	background: 0;
	border: 0;
	right: 5px;
	top: 5px;
	position: absolute;
}
.searchbutton img {
	width: 25px;
}
.searchform ::-webkit-input-placeholder { /* Edge */
  	font-weight: 600;
}

.searchform :-ms-input-placeholder { /* Internet Explorer 10-11 */
  	font-weight: 600;
}

.searchform ::placeholder {
  	font-weight: 600;
}
textarea {
	resize: none;
}
.div-table {
  display: table;         
  width: 100%;         
  background-color: #eee;         
  border: 1px solid #666666;         
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-table-row {
  display: table-row;
  width: auto;
  clear: both;
}
.div-table-col {
 	display: table-column;
	width: 31.3%;
	background-color: #ccc;
	float: left;
	text-align: left;
	padding: 3px 1%;
}
.nodatafound {
	text-align: center;
	margin-top: 25vh;
	color: darkslategrey;
}
.searchdrop {
	display: block;
	position: absolute;
	top: 37px;
	background: white;
	left: 19px;
	border: 1px solid #d8d8d8;
	border-top: 0;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	width: 80%;
	display: none;
	z-index: 1;
}
.searchdrop a {
	display: block;
	padding: 5px 0;
	word-break: break-all;
}
.searchdropvisible {
	display: block;
	box-shadow: 0 7px 7px -9px black;
}
.searchdrop span, .searchedtext {
	color: white;
	background: orangered;
	padding: 0 6px;
	border-radius: 5px;
}
table {
	border-collapse: collapse;
	min-width: 100%;
	font-size: 13px;
	margin-top: 15px;
	background:white;
}
th {
	background: darkslategrey;
    color: white;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f5f5f5;
}
.Available {
	background: #0CBD1C;
	color: white;
}
.Issued {
	background: orangered;
	color: white;
}
.Blocked {
	background: #d70056;
	color: white;
}
.Removed {
	background: #D70000;
	color: white;
}
table .edit img, table .delete img {
	width: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
table .edit, table .delete {
	width: 1px;
}
table td.edit, table td.delete {
	cursor: pointer;
}
.overflowauto {
	overflow: auto;
}
.maxheight65vh {
	max-height:65vh;
}
.bodymove {
	left: 64px;
}
.navmove * {
	font-size: 0 !important;
	border: 0;
}
.navmove {
	width: 64px
}
.navmove .drops a {
    padding: 10px 12px;
}
.bodymove .topbar {
    left:64px;
}
.navmove .logo {
    width:46px;
}
.radiocontainer {
	font-size: 15px;
	color: #666666;
}
.radiocontainer label {
	padding: 5px;
	display: inline;
}
.bg{
	overflow:hidden;
	background:#b4ddf0;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: -1;
}
.mountain, .mountain-two, .mountain-three {
    position: absolute;
    bottom: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 180px solid #7ac1e4;
    z-index: 1;
}
.mountain-two { 
    left: 80px;
    bottom: -20px;
    opacity: .3;
    z-index: 0;
}
.mountain-three {
    left: -60px;
    bottom:-10px;
    opacity: .5;
    z-index: 0;
}
.mountain-top {
    position: absolute;
    right: -65px;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-bottom: 77px solid #ceeaf6;
    z-index: 2;
}
.mountain-cap-1, .mountain-cap-2, .mountain-cap-3 {
    position: absolute;
    top: 70px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ceeaf6;
}
.mountain-cap-1 { left: -55px; }
.mountain-cap-2 { left: -25px; }
.mountain-cap-3 { left: 5px; }
.cloud, .cloud:before, .cloud:after {
  position: absolute;
  width: 70px;
	height: 30px;
	background: #fff;
	-webkit-border-radius: 100px / 50px;
	border-radius: 100px / 50px;
}
.cloud { 
  bottom: 100px;
  -webkit-animation: cloud 50s infinite linear;
          animation: cloud 50s infinite linear;
}
@-webkit-keyframes cloud {
    0%   { left: -100px; }
    100% { left: 1000px; } 
}
@keyframes cloud {
   
    0%   { left: -100px; }
    100% { left: 1000px; } 
}
.cloud:before {
  content: '';
  left: 50px;
}
.cloud:after {
  content: '';
  left: 25px;
  top: -10px;
}
.login_body .searchform {
	margin: 0 auto;
}
.login_form {
    margin:20vh auto 0;
    width: 100%;
    max-width: 350px;
    background: rgb(255,255,255);
    box-shadow: 0px 0px 9px -4px black;
    padding: 0 25px 25px;
}
.login_body .logo {
	padding: 0;
	border-bottom: 0;
	box-shadow: none;
    background: white;
    white-space: nowrap;
    display: inline-block;
    margin-left: 14px;
	position: relative;
    width: inherit;
    z-index: 1;
    vertical-align: middle;
}
.login_form h2 {
	text-align: center;
	padding: 10px;
	color: darkslategrey;
    border-bottom: 1px solid #d8d8d8;
}
.findabook {
	margin-top:20vh !important;
}
.findabook span {
	display: block;
}
#getissuedinformation {
    font-size: 15px;
    border: 1px solid #d8d8d8;
    margin-top: 0;
    border-top: 0;
    padding-top:5px;
    padding-bottom:5px;
}
#getissuedinformation li {
    padding:5px 0;
}
.hideit {
    display:none;
}
img.barcodes {
    width: 230px;
    padding: 10px 5px;
}
.autocompletediv {
    position: relative;
}
.autocomdropdown {
    position: absolute;
    top: 35px;
    max-height: 200px;
    left: 0;
    width:550px;
    z-index: 1;
    background: white;
    color: black;
    overflow: auto;
    box-shadow: 0px 5px 15px -8px #000;
    border-radius: 10px;
}
.showdropoptions {
    font-size: 13px;
    display: inline-block;
    width: 100%;
    width: -webkit-fill-available;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    padding: 5px;
}
.showdropoptions:nth-child(even) {
    background:#d8d8d8;
}
.labelincludes {
    margin:5px;
    padding:5px;
    display: inline-block;
    min-width: auto;
}
.include_to_report {
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
    height: 15px;
    width: 15px;
}
.fulscreenholder {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    background: rgba(0,0,0,0.5);
    z-index: 4;
}
.invisiblebackground {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
}
.positioningmiddle {
    margin: 10vh auto 0;
    width: 80%;
    position: relative;
}
.mainholder {
    left: 0;
    right: 0;
    border-radius: 10px;
    padding: 10px;
    background: white;
    overflow: hidden;
}
.boxlabel {
    background: #d7d7d7;
    color: #333;
    font-size: 17px;
    margin: -10px -10px 10px;
    text-align: center;
    padding: 10px;
}
.close {
    position: absolute;
    right: 10px;
    top: -25px;
    width: 20px;
    height: 20px;
    opacity: 0.9;
}
.close:after {
    transform: rotate(-45deg);
}
.close:before {
    transform: rotate(45deg);
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}
.pointer {
    cursor: pointer;
}
.stickytop {
    top:0;
    position:sticky;
}
#inscreenpopupform .lds-ellipsis {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
span#fine_to_impose_get_book_details {
    background: white;
    padding: 5px;
    display: block;
    border: 1px solid #acacac;
    border-radius: 5px;
    text-align:center;
}
.logo_2 {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    bottom: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.logo_2 h2 {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 20px;
    display: inline-block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.logo_2 img {
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
@media print {
    .body  {
        overflow:auto;
        left:0;
        position:relative;
    }
    .books_entry {
        text-align: left;
        padding: 0;
        margin-top: 0;
    }
    .topbar, .navbar, .entry_form, button, .books_entry h2 {
        display:none !important;
    }
    #printarea {
        display:block;
    }
    .printareaborder {
        border:0;
        margin:0;
    }
    body {
        background:white;
    }
}
input[type=submit], input[type=button] {
    background: #4a4a4a;
    color:#fff !important;
}
input[type=submit][disabled], input[type=button][disabled] {
    background: #f0f0f0;
    color:#666666 !important;
}
@media screen and (max-width: 990px) {
    .logo_2 h2 {
        display:none;
    }
    .search {
        max-width: 42%;
    }
    .admin_search.search {
        max-width: inherit;
    }
}
@media screen and (max-width: 600px) { 
    .autocomdropdown {
        left: 0;
        width:inherit;
        right:0;
    }
    .navbar * {
    	font-size: 0 !important;
    	border: 0;
    }
    .navbar {
    	width: 64px
    }
    .navbar .drops a {
        padding: 10px 12px;
    }
    .body {
        left:64px;
    }
    /*.navmove * {
    	font-size: 12px !important;
    }
    .navmove {
    	width: 250px;
    	position:absolute;
    	z-index:1;
    	background: #F7F7F7;
    }
    .navmove .drops a {
        padding: 10px 12px;
    }
    .bodymove {
        padding-left:inherit;
    }*/
    .menuicon {
        display:none;
    }
    .topbar .search {
        margin:0.5px auto;
        max-width: 75%;
    }
    .topbar .search.admin_search {
        max-width: 95%;
        width: 95%;
    }
    .book_description .book_description, .book_description label, .issuercodeplace {
        width:100%;
    }
    .login_form {
        width: 90%;
        padding: 0 5% 25px;
    }
    .login_body .logo h2 {
        display:none;
    }
    .login_body .topbar .search {
        position: absolute;
        right: 65px;
        left: 60px;
        width: inherit;
    }
    table th, table td{
        font-size:11px;
    }
    .books_entry h2 {
    	font-size: 15px;
    }
    .entry_form label span, .entry_form label .hundredinput, .issuercodeplace .hundredinput, .issuercodeplace span, .radiocontainer {
    	margin: 5px;
    	font-size: 11px;
    }
    .findabook img {
        width: 80px;
    }
    .topbar {
        left:64px;
    }
    .navbar .logo {
        width:46px;
    }
}