﻿@charset "utf-8";
/* CSS Document */

body {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
#header {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	}	  
#buttons {
	text-align: right;
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 4px;
	color: #0D364A;
}
#bookHolder{
	text-align: center;
	margin:5px;
	padding:0;
	}
.sortButton {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 2px 10px;
	background-color: #4368b1;
	border: 1px solid #4368b1;
}
.sortButton a {
color : White;
font-size: 10px;
text-decoration: none;
background-position: center;
}
.book {
	border: 1px solid #b84d9d;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	height:108px;
	width:70px;
	}
.nav1 {
	font-size: 11px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #b84d9d;
}
.nav1 ul {
	list-style-type:none;
    margin:0;
	padding:0;
	}
.nav1 ul li {
	display:inline;
	margin:0;
	padding:0;
	}
.nav1 ul li:first-child {
	margin:0 0 0 2px;
	}
.nav1 ul li:last-child {
	margin:0 2px 0 0;
	}
.nav1 ul li a {
	display:inline-block;
	color:#ffffff;
	padding:4px;
	text-decoration:none;
	}
.nav1 ul li a:hover {
	color: #000000;
	}
.logo {
	text-align: left;
	margin: 0;
	background-color: #FFF;
	background-image: url(../../images/rbc-banner_bg.png);
	min-height: 72px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 680px;
}
#header .logo a img {
	padding-top: 4px;
}
.logo img {
	border:none;
	text-align: center;
	}
h1 {
	font-size:18px;
	font-weight:bold;
	color:#b84d9d;
	}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#b84d9d;
	}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#b84d9d;
	}
h4 {
    font-size:12px;
    font-style:italic;
	color:#b84d9d;
}
ul {
    font-size:11px;
    color:#2d2d2d;
}
ol {
    font-size:11px;
    color:#2d2d2d;
}
p {
	text-align:left;
	font-size:11px;
	color:#2d2d2d;
	padding:0;
	line-height: 1.5em;
	}
.content a {
    color:#b84d9d;
    text-decoration:underline;
	}
.content a:hover {
    color:#4368b1;
    }

.nav2 {
	background: #4368b1;
	margin: 0px;
	}
.nav2 p {
	text-align: center;
	color: #ffffff;
	margin: 0 5px;
	padding: 5px 0;
	font-size: 9px;
	}
.nav2 p a {
	display: inline-block;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	}
.nav2 p a:hover {
	color:#dedede;
	}
.clear {
	clear:both;
	}
/* Login Form */
.form-3 {
	font-family: 'Ubuntu', 'Lato', sans-serif;
	font-weight: 400;
	/* Size and position */
	width: 300px;
	height: 100%;
	position: relative;
	margin: 20px auto 20px;
	padding: 10px;
	overflow: hidden;
	/* Styles */
	background: #b84d9d;
	border-radius: 0.4em;
	border: 1px solid #4368b1;
	box-shadow: inset 0 0 2px 1px rgba(255,255,255,0.08), 
        0 16px 10px -8px rgba(0, 0, 0, 0.6);
}
.formText {
	font-size: 12px;
	color: #FFF;
}
.formText a {
	color: #FFF;
	text-decoration: underline;
}
.formText a:hover {
	color: #38a6f0;
}
.form-3 label {
    /* Size and position */
    width: 45%;
    float: left;
    padding-top: 9px;
    /* Styles */
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #000;
    text-indent: 10px;
    font-weight: 700;
    cursor: pointer;
}
.form-3 input[type=text],
.form-3 input[type=password] {
    /* Size and position */
    width: 50%;
    float: left;
    padding: 8px 5px;
    margin-bottom: 10px;
    font-size: 12px;
    /* Styles */
    background: #ffffff; /* Fallback */   
    border: 1px solid #000;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.1);
    border-radius: 3px;
    /* Font styles */
    font-family: 'Ubuntu', 'Lato', sans-serif;
    color: #000000;
}
.form-3 input[type=text]:hover,
.form-3 input[type=password]:hover,
.form-3 label:hover ~ input[type=text],
.form-3 label:hover ~ input[type=password] {
    background: #ffffff;
}
.form-3 input[type=text]:focus, 
.form-3 input[type=password]:focus {
    box-shadow: inset 0 0 2px #000;
    background: #ffffff;
    border-color: #4368b1;
    outline: none; /* Remove Chrome outline */
}
.form-3 p:nth-child(3),
.form-3 p:nth-child(4) {
    float: left;
    width: 50%;
}
.form-3 label[for=remember] {
    width: auto;
    float: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    text-indent: 2px;
}
.form-3 input[type=checkbox] {
    margin-left: 10px;
    vertical-align: middle;
}
.form-3 label[for=result] {
    width: 300px;
	text-indent: 0px;
	text-transform: none;
    font-size: 12px;
	color: #FFF;
}
.form-3 input[type=submit] {
    /* Width and position */
    width: 50%;
    padding: 8px 5px;
	float: right;
    /* Styles */
    border: 1px solid #4368b1; /* Fallback */
    border: 1px solid rgba(0,0,0,0.4);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        inset 0 10px 10px rgba(255,255,255,0.1);
    border-radius: 3px;
    background: #4368b1;
    cursor:pointer;  
    /* Font styles */
    font-family: 'Ubuntu', 'Lato', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}
.form-3 input[type=submit]:hover { 
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
.form-3 input[type=submit]:active { 
    background: #b84d9d;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
    border-color: #000; /* Fallback */
    border-color: rgba(0,0,0,0.9);
}
.no-boxshadow .form-3 input[type=submit]:hover {
    background: #b84d9d;
}
.form-3:after {
    /* Size and position */
    content: "";
    height: 1px;
    width: 33%;
    position: absolute;
    left: 20%;
    top: 0;
    /* Styles */
    background: -moz-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
    background: -ms-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
    background: -o-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), color-stop(0.25, #444), color-stop(0.5, #b6b6b8), color-stop(0.75, #444), to(transparent));
    background: -webkit-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
    background: linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
}
.form-3:before {
    /* Size and position */
    content: "";
    width: 8px;
    height: 5px;
    position: absolute;
    left: 34%;
    top: -7px;  
    /* Styles */
    border-radius: 50%;
    /*box-shadow: 0 0 6px 4px #fff;
}
.form-3 p:nth-child(1):before{
    /* Size and position */
    content:"";
    width:250px;
    height:100px;
    position:absolute;
    top:0;
    left:45px;
    /* Styles 
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    transform: rotate(75deg);
    background: -moz-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
    background: -ms-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
    background: -o-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
    background: -webkit-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
    background: linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));*/
    pointer-events:none;
}
.no-pointerevents .form-3 p:nth-child(1):before {
    display: none;
}

.form-3 button {
    /* Width and position */
	display:inline-flex;
    width: 45%;
    padding: 8px 5px;
	margin-left: 6px;
	margin-right: 8px;
    /* Styles */
    border: 1px solid #4368b1; /* Fallback */
    border: 1px solid rgba(0,0,0,0.4);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.3),
        inset 0 10px 10px rgba(255,255,255,0.1);
    border-radius: 3px;
    background: #4368b1;
    cursor:pointer;  
    /* Font styles */
    font-family: 'Ubuntu', 'Lato', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}

/* Details */
#bookHolder_dtl {
	padding-right: 20px;
	padding-left: 20px;
}
.book_dtl {
	float: left;
	border: 1px solid #b84d9d;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 0px;
	height:144px;
	width:88px;
}
.title_dtl {
	font-size: 14px;
	font-weight: bold;
	color: #b84d9d;
}
#author_dtl {
	font-size: 12px;
	color: #343434;
}
.content_dtl {
	font-size: 12px;
	color: #666666;
	clear: none;
	float: left;
}
.keywords_dtl {
	clear: none;
	float: left;
	font-size:12px;
	font-style: italic;
	color:#b84d9d;
	margin:5px;
	padding:0;
	line-height:20px;
}
.button_dtl {
	display:block;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;
}
.viewButton {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 2px 10px;
	background-color: #b84d9d;
	border: 1px solid #b84d9d;
}
.viewButton a {
color : White;
font-size: 10px;
text-decoration: none;
background-position: center;
}
.currentPager {font-family: Arial, Helvetica, sans-serif; font-size : 12px; font-weight:normal; color : #000000; text-decoration: none;}
a.pager:link {font-family: Arial, Helvetica, sans-serif; font-size : 10px; font-weight:bold; color : #000000; text-decoration: none;}
a.pager:visited {font-family: Arial, Helvetica, sans-serif;font-size : 10px; font-weight:bold;color : #000000; text-decoration: none;}
a.pager:hover {font-family: Arial, Helvetica, sans-serif; font-size : 10px; font-weight:bold;color : #000000; text-decoration: underline;}	
a.pager:active {font-family: Arial, Helvetica, sans-serif;font-size : 10px; font-weight:bold;color : #000000; text-decoration: underline;}
.pagedivider {
color : #000000; 
}
.removeButton {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
padding: 2px 10px;
background-color: #1b6184;
border: 1px solid #06729d;
}
.removeButton a {
color : White;
font-size: 10px;
text-decoration: none;
background-position: center;
}
.ccHeader {
    background: #999999;
}
.ccStand {
    background: #cccccc;
}
.pagerDiv {
    padding-left: 20px;
}

/* PAGINATION */
.pagination {
    display: inline-block;
}
.pagination a {
    color: #000;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
    background-color: #EEE;
	font-size: 8pt;
	font-weight: 700;
}
.pagination a:hover {
    color: black;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
    background-color: #b84d9d;
    color: #FFF;
}
.pagination a.active {
    background-color: #b84d9d;
    color: #FFF;
}
.pagination a:hover:not(.active) {
	background-color: #b84d9d;
}
.pagination .arrows {
    background-color: #DDD;
    color: #000;
}
/* Flaired line spacer */
hr {
    border: 0;
    height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* spacer */
.spacer {
	margin-bottom: 20px;
}

/* content box */
.content {
	text-align:left;
	margin-left: 12px;
	margin-right:12px;
	height: 100%;
	}

/* My Favorites */
.row {
    clear: both;
    padding: 0px;
    margin-bottom: 10px;
    width: 100%;
}

.span_bookcover {
    width: 25%;
	display: block;
    float: left;
    margin: 0px;
}

/* Login Background */
.container {
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
}

.search {
    			position: relative;
    			bottom: 6px;            
				padding:6px 12px;
                background:#FFFFFF;
                border:2px solid #b84d9d;
				color: #000000;
				font-size: 10pt;
}
.search button {
                position:relative;
                padding:6px 12px;
                left:-8px;
                border:2px solid #b84d9d;
                background-color:#b84d9d;
                color:#FFFFFF;
}
.search button:hover  {
                background-color:#b84d9d;
                color:#FFFFFF;
}

.search select {
  width: 100%;
  background-position:100% left;
}

.search select {
  background: transparent;
  line-height: 1;
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 100%;
  position: relative;
  z-index: 10;
  font-size: 1em;
}

.advancedsearch {
	float: right;
	margin-top: 20px;
}
/* COOKIE CONSENT STYLES */
.cc-window{opacity:1;transition:opacity 1s ease}
.cc-window.cc-invisible{opacity:0}
.cc-animate.cc-revoke{transition:transform 1s ease}
.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}
.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}
.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s; background-color: #4368b1;}
.cc-link,.cc-revoke:hover{text-decoration:underline}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}
.cc-window.cc-static{position:static}
.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}
.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}
.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}
.cc-link:hover{opacity:1}
.cc-link:active,.cc-link:visited{color:initial}
.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}
.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}
.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}
.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}
.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}
.cc-revoke.cc-left{left:3em;right:unset}
.cc-revoke.cc-right{right:3em;left:unset}
.cc-top{top:1em}
.cc-left{left:1em}
.cc-right{right:1em}
.cc-bottom{bottom:1em}
.cc-floating>.cc-link{margin-bottom:1em}
.cc-floating .cc-message{display:block;margin-bottom:1em}
.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}
.cc-window.cc-banner{-ms-flex-align:center;align-items:center}
.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}
.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}
.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}
.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}
.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}
@media screen and (max-width:900px){.cc-btn{white-space:normal}}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}
.cc-window.cc-bottom{bottom:0}
.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}
.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}
.cc-window.cc-floating{max-width:none}
.cc-window .cc-message{margin-bottom:1em}
.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}
.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}
.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}
.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}
.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.cc-btn {display: block;padding:.4em .8em;font-size: 1em;font-weight: 700;border-width: 2px;border-style: solid;text-align: center;white-space: nowrap;cursor: pointer;background-color: #b84d9d;
}