/* 
  Created by Drajat Hasan
  Some code is mixed from other sources included SLiMS css
*/

/* Inlcude Font Awesome 4.7.0 */
@import url('css/font-awesome.min.css');
/* Inlcude Animate CSS */
@import url('css/animate.css');
/* Include Bootstrap 4.x.x */
@import url('css/bootstrap.min.css');

/* Set beauty scroll bar*/
::-webkit-scrollbar {
	width:8px;
	height:6px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece{
	background-color: #fff;
}
::-webkit-scrollbar-thumb{
	background-color:#ccc;
	width:8px;
	height:4px;
}

/* Main script */
body {
	background: url(img/landscape.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

input[type="text"] {
	width: 90%;
	padding: 10px;
}

select {
	width: 90%;
	padding: 10px;
	background-color: white;
	border: none;
}

/* Header section */
header {
	height: 70px;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 50px;
	background-color: #fafafb;
	border-top: 3px solid #F48024;
	border-bottom: 1px solid #d6d9dc;
	position: fixed;
	top: 0;
	z-index: 3;
}

nav {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.left {
	float: left;
}

div.left > span {
	margin: 0;
	font-size: 12pt;
}

div.left > h2 {
	font-weight: bold;
}

.right {
	float: right;
}

.hide {
	display: none !important;
}

div.left > img {
	width: 70px;
	height: 70px;
}

div.right > a {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	font-size: 20px;
	color: #848d95;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

div.right > a:hover {
	color: #51565a;
}

div.info {
	/*margin-right: 100px;*/
}

/* Banner section */

.mainCon {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
    }

.stckbg {
	width: 100%;
	position: absolute;
}

div.stckbg-img {
	z-index: -1;
    position: absolute;
}

div.stckbg-img > img {
	width: 100%;
	height: 360px;
	background-size: cover;
}

div.banner-content{
	float: right;
    margin-right: 70px;
    margin-top: 200px;
    color: white;
    border-left: 1px solid white;
}

div.banner-content > input {
	width: 200%;
    border: none;
    padding: 10px;
}

div.banner-content > input, h1, span {
	margin-left: 20px;
}

div.banner-content > input, h5, span {
	margin-left: 20px;
}


.quotes-on-dday {
	width: 40%;
	float: left;
    margin-top: 200px;
    color: white;
    margin-left: 50px;
}

div.quotes-on-dday > span {
	display: block;
	text-align: justify;
	margin:0;
}

/* Footer */
div.stck-footer {
	bottom: 0;
    position: fixed;
    height: 60px;
    padding: 20px;
    color: white;
    width: 100%;
    background: #809dfe;
}

div.stck-footer > span {
	text-align: right;
	display: block;
}

/* Advance Box */
.advS {
	text-align: center;
    display: block;
    padding-right: 211px;
    padding-top: 10px;
    color: white;
    text-decoration: none;
    -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.advS:hover {
	text-align: center;
    display: block;
    padding-right: 211px;
    color: #F48024;
    text-decoration: none;
}

.coll:hover {
	text-align: center;
    display: block;
    padding-right: 211px;
    color: #F48024;
    text-decoration: none;
}

.modalbox {
	background: whitesmoke;
    height: 550px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 53px;
    z-index: 2;
}

/* content */
.mainContent {
	background: white;
	width: 100%;
	/*margin-top: 250px;*/
	margin-bottom: 60px;
	display: block;
}

.inner-content {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 30px;
	width: 60%;
}

/* Result Content */
.result-content {
	margin-left: 18%;
	border-left: 1px solid #d6d9dc;
    padding-left: 10px;
    padding-top: 20px;
    width: 83%;
}

.result-content > .search-box > form > input {
	width: 93.3%;
	margin-top: 20px;
}

div.search-box {
	position: -webkit-sticky;
    position: sticky;
    top: 50px;
    background: white;
    border-bottom: 1px solid #d6d9dc;
    margin-bottom: 5px;
    z-index: 1;
}

span.search-keyword-info {
	margin-left: 0px;
}

.label-left {
	background: white;
	width: 18%;
	margin-top: 20px;
    border-right: 3px solid #F48024;
    padding: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.content-title {
	width: 98%;
	height: 285px;
    display: block;
    /*background: #eaeaea;*/
    padding: 20px;
    border: 2px solid #eaeaea;
    margin-bottom: 10px;
    border-radius: 2px;
}

.content-title-2 {
	width: 67%;
	height: 100%;
    display: block;
    /*background: #eaeaea;*/
    padding: 20px;
    border: 2px solid #eaeaea;
    margin-bottom: 10px;
    border-radius: 2px;
}

.content-title-img > img {
	height: 160px;
    float: left;
    left: 0;
}
.content-title-main > h4 {
	float: left;
	margin-left: 20px;
	margin-bottom: 0;
}

.content-title-main > span {
	display: block;
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
}

.content-title-main > span > b {
	padding-left: 20px;
}

.content-title-main > span > a {
	margin-left: 20px;
}

/* Social Media */
.social-media > a > i {
	width: 28px;
	padding: 5px;
	text-align: center;
	background: black;
	color: white;
	border-radius: 5px;
}

.social-media > a > i.fa-whatsapp {
	background: #128c7e;
}

.social-media > a > i.fa-facebook {
	background: #3b5998;
}

.social-media > a > i.fa-twitter {
	background: #1da1f2;
}

.social-media > a > i.fa-google-plus {
	background: #dd4b39;
}

.social-media > a > i.fa-digg {
	background: #005be2;
}

.social-media > a > i.fa-reddit {
	background: #ff4500;
}

.social-media > a > i.fa-linkedin {
	background: #0077b5;
}

.social-media > a > i.fa-stumbleupon {
	background: #eb4924;
}

/* Page title */
.page_title {
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: center;
	color: white;
}

/* Book cover */
div.label-left > img {
	width: 150px;
	height: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Search box */
.detail-search-box {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
    margin-top: 20px;
	float: right;
	width: 26%;
}

.detail-search-box > input {
	width: 80%;
}

/* Special tag */
.spc-btn {
	border-radius: 2px !important;
}

/* Record search */
.biblioRecordTitle {
	display: block;
	float: left;
	width: 90%;
    margin-right: 65px;
}

div.author > span {
	margin-left: 0px;
}

/* Hightlight */
.highlight {
	background: yellow
}

span.highlight{
	margin-left: 0px;
}

/* XML */
.xmlResultLink {
	padding: 15px;
}

/* Member area */
div.login_input > input {
	width: 30%;
}

div.login_input > input[type="password"] {
	padding: 10px;
}

div.loginInfo > form > input[name="logMeIn"] {
	background-color: #007bff;
	border: none;
	color: white;
	padding: 10px;
	border-radius: 2px;
	margin-top: 10px;
	margin-right: 40px;
}

div.marginTop > input[name="logMeIn"] {
	background-color: #007bff;
	border: none;
	color: white;
	padding: 10px;
	border-radius: 2px;
	float: right;
	cursor: pointer;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

div.marginTop > input[name="logMeIn"]:hover {
	background-color: #0568d2;
}

div.marginTop > .homeButton {
	border: none;
	background: none;
	color: #007bff;
	cursor: pointer;
}

div.language_board {
	background: white;
    display: block;
    width: auto;
    height: auto;
    right: 54px;
    top: 53px;
    position: fixed;
    border-top: 2px solid #F48024;
    padding: 10px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: -1;
}

div.marginTop > .homeButton:hover {
	border: none;
	background: none;
	color: #0568d2;
}

div.login_input > input[name="userName"] {
	width: 100%;
}

div.login_input > input[name="passWord"] {
	width: 100%;
	margin-bottom: 20px;
}

form[action="index.php?p=login"] {
	display: block;
	margin-left: auto;
	margin-right:auto;
	width: 90%;
}

/* Paging */
.biblioPaging {
	text-align: right;
    margin-right: 20px;
    padding: 10px;
}

div.biblioPaging > span.pagingList {	
	border : 1px solid #d6d9dc;
	padding: 5px;
}

div.biblioPaging > span.pagingList > b {
	background-color: #007bff;
	color: white;
	padding: 5px;
}

/* login */
.s-login {
	width: 400px;
    background: whitesmoke;
    height: 100%;
    padding: 10px;
    position: fixed;
    z-index: 1;
    border-right : 3px solid #F48024;
}

.loginHeader {
	border-bottom: 2px solid #f48024;
    margin-left: 38px;
    margin: 0;
    padding-left: 37px;
    margin-bottom: 10px;
}

.quotes-in-login {
	float: right;
	margin-right: 100px;
}

/* Visitor */
div.visitor-box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	height: 350px;
	background-color: whitesmoke;
	border-radius: 5px;
	margin-top: 150px;
	border-bottom: 3px solid #F48024;
}

div.visitor-box > div.left-box {
	height: 100%;
    width: 35%;
    background: #2f2f2f;
}

div.visitor-box > div.right-box {
	width: 59%;
}

#counterInfo {
	color: white;
    text-align: center;
    padding: 30px;
}

#visitorCounterPhoto {
	width: 100px;
    height: 100px;
    margin-top: 50px;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 3px solid #F48024;
    padding: 1px;
}

div.right-box > input[id="counter"] {
	background-color: #007bff;
	border: none;
	color: white;
	padding: 10px;
	margin-top: 10px;
	border-radius: 2px;
	cursor: pointer;
	width: 90%;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

/* Other class */
.notes {
	margin-top: 20px;
}

.availibility {
	margin-top: 20px;
}

.search-query-time {
	margin-bottom: 20px;
	text-align: justify;
}

.alterCell, .alterCell2 {
    background-color: #ccc;
    border-bottom: 1px solid #ccc;
}

.alterCell2 {
    background-color: #fff;
}

.key {
	background-color: #bcbbbb;
}

.memberLoanList {
	width: 95%;
	float: left;
	margin-bottom: 20px;
}

.memberInfoHead {
	margin-top: 20px;
	margin-bottom: 20px;
}

.coll {
	padding-right: 0px;
}

.coll:hover {
	padding-right: 0px;
	color: #F48024;
}

.dataListHeader {
	background: #222426;
}

div.biblioMarkFormAction > input[name="markBiblio"] {
	background-color: #007bff;
	border: none;
	color: white;
	padding: 10px;
	border-radius: 2px;
	margin-top: 10px;
	margin-right: 40px;
	cursor: pointer;
	margin-bottom: 10px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

div.biblioMarkFormAction > input[name="markBiblio"]:hover {
	background-color: #0568d2;
}

td.alterCell2 > input[name="changePass"] {
	background-color: #007bff;
	border: none;
	color: white;
	padding: 10px;
	border-radius: 2px;
	margin-top: 10px;
	margin-right: 40px;
	cursor: pointer;
}

table[align="center"] {
	border: 1px solid #d6d9dc;
}

tr.dataListHeader > td {
	padding: 10px;
}

tr.dataListHeader > td > a {
	color: white;
	text-decoration: none;
}

td.value > input[type="password"] {
	padding: 9px;
	width: 100%;
}

.search-found-info {
	text-align: justify;
}

.alert {
	text-align: justify;
}

.tagline {
	font-weight: bold;
	font-size: 14pt;
	width: 80%;
}

textarea[name="comment"] {
   width: 100%;
   height: 80px;
}

input[name="SaveComment"] {
	background-color: #007bff;
	border: none;
	color: white;
	padding: 10px;
	border-radius: 2px;
	margin-top: 10px;
	margin-right: 40px;
	cursor: pointer;
	margin-bottom: 10px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;	
}

input[name="SaveComment"]:hover {
	background-color: #0568d2;
}

div.detailInfo > span {
	margin-left: 0px;
	font-weight: bold;
}

div.publisher-child > span {
	display: block;
	width: 100%;
}

div.publisher-child > span > label {
	width: 150px;
}

.s-xml-detail {
	padding: 10px;
}

.infinate {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-transition-animation-duration: 4s;
}