* {
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	user-select: none;
}
/* Skip navigation link for accessibility */
.skip-navigation {
	position: absolute;
	top: -40px;
	left: 0;
	background: #284153;
	color: white;
	padding: 8px;
	text-decoration: none;
	z-index: 100;
}
.skip-navigation:focus {
	top: 0;
}
/* Keyboard focus indicators for accessibility */
.clickable:focus,
button:focus,
input:focus,
a:focus,
.book-thumb:focus {
	outline: 3px solid #1488e4;
	outline-offset: 2px;
}
.grade-nav-btn:focus {
	outline: 3px solid #1488e4;
	outline-offset: 2px;
}
.header-nav-btn:focus {
	outline: 3px solid #2196F3;
	outline-offset: 2px;
}
html{
	min-width:600px;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 1px 0 6px rgba(0,0,0,0.4);
	border-radius: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
	width: 10px;
 	height: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,0.4);/*#ed2224;*/
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.8);
}
.lib-header {
    position: relative;
    display: table;
    width: 100%;
    background: #284153;
    z-index: 1;
}
.red-border{
	position:absolute;
	width:100%;
	height:4px;
	background-repeat:repeat;
	background-image:url("../media/images/redline.png");
}
.border-top{
	top:0;
}
.border-bottom{
	bottom:0;
}
.librery-header-logo-container {
    position: relative;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.logo-big {
	position: relative;
	content: url("../media/images/tcm_icon.png");
}
.librery-header-logo-container .logo-big {
    width: 305px;
}
.book-header-button-container {
    position: absolute;
    right: 0px;
    width: 80px;
}
.header-buttons {
    position: relative;
    content: url("../media/images/header_buttons.png");
    width: 100%;
}
.lib-header-input-container{
	position: relative;
    float: right;
    width: 35%;
    margin: 10px;
    max-width: 250px;
    display: none;
}
.lib-header-input-container .close-app,
.lib-header-input-container .sort-books,
.lib-header-input-container .erase-last-session
{
    position: relative;
    float: right;
    height: 35px;
    width: 35px;
    margin: 0px 5px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.lib-header-input-container .close-app {
	background-image: url("../media/images/lib_close_app.png");
}
.lib-header-input-container .sort-books {}
.lib-header-input-container .erase-last-session {
	background-image: url("../media/images/erase_session.png");
}
.lib-header-input-container .sort-books .sort-books-toggle {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url("../media/images/lib_sort.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.lib-header-input-container .sort-books .sort-option-list {
    position: relative;
    padding: 10px;
    margin-top: 3px;
    float: right;
    width: 150px;
    background-color: #349dad;
    top: 15px;
    border: 2px solid #83a1a4;
    background-repeat: no-repeat;
    background-image: url("../media/images/settings_bookmark_popup.png");
    background-position: top;
    background-size: 100%;
    color: white;
    font-size: 14px;
}
.sort-option-list .small-arrow {
   	position: absolute;
    height: 20px;
    width: 20px;
    background: #2AB4CC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #9b9da0;
    border-left: 2px solid #9b9da0;
    z-index: 1;
    top: -12px;
    left: 142px;
}
.lib-header-input-container .sort-books .sort-option-list.hidden {
	display: none;
}

.lib-header-input-container .sort-books .optionElem {
    position: relative;
    padding: 10px 26px;
    margin-bottom: 5px;
    font-size: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'TimesNewRomanPSMT';
    border-bottom: 1px solid rgb(255, 255, 255);
    z-index: 1;
}
.lib-header-input-container .sort-books .optionElem:hover{
    background: rgba(255,255,255,0.1);
}
.lib-header-input-container .input-trey{
	position: relative;
    content: url("../media/images/input_bar.png");
    width: 100%;
}
.librery-header-text {
	position: relative;
	color: white;
	width: 40%;
	margin: 5px 1%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 800px) {
	.librery-header-text {
		font-size: 2.6vw;
	}
}
@media screen and (min-width: 801px) {
	.librery-header-text {
		font-size: 21px;
	}
}
.underline-text {
	text-decoration: underline;
}
.italic-text {
	font-style: italic;
}
.lib-header-top{ }
.lib-header-bottom {
    padding-top: 5px;
}
.librery-heading-text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 2%;
	font-family: TimesNewRomanPSMT;
	width: 35%;
}
@media screen and (max-width: 800px) {
	.librery-heading-text {
		font-size: 3.7vw;
	}
}
@media screen and (min-width: 801px) {
	.librery-heading-text {
		font-size: 30px;
	}
}



.txt-librery {
	padding: 5px 35px;
	background: white;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	display: inline-block;
	text-align: center;
}

.librery-dropdown-container {
	position: relative;
	display: inline-block;
	width:30%;
}
.librery-search-container {
    position: relative;
    vertical-align: middle;
    width: 30%;
    display: inline-block;
    text-align: right;
}
.librery-search-container input {
    border: 0px;
    outline: none;
    padding: 4px 1% 4px 3%;
    width: 96%;
    max-width: 300px;
    display: inline-block;
    text-align: left;
}
@media screen and (max-width: 800px) {
	.librery-search-container input {
		font-size: 2.5vw;
	}
}
@media screen and (min-width: 801px) {
	.librery-search-container input {
		font-size: 21px;
	}
}
.lib-main-body {
	position:relative;
	background-image: url("../media/images/lib-bg.jpg");
	background-size:cover;
	background-position:center top;
	overflow:auto;
}
.thumb-container {
    position: relative;
    width: 95%;
    min-height: 50vh;
    margin: 0px auto 15px;
    background: #3a3a3a;
    padding: 5px 1%;
    text-align: left;
}
.thumb-container.loading {
    background-image: url("../media/images/Loading.gif");
    background-size: 200px 200px;
    background-position: center;
    background-repeat: no-repeat;
}
.content-container{
    position: relative;
    box-shadow: 1px 2px 3px 1px rgb(0 0 0 / 20%);
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 120px;
    justify-content: space-evenly;
    margin: 24px auto;
}
.content-container .container-title
{
    position: relative;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    color: #302F75;
}
.content-container .container-list{
    position: relative;
    width: 100%;
    display: flex;
    padding: 16px;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 300;
    justify-content: space-evenly;
    color: #707070;
}
.content_screen .description-text-container,
.home_screen .description-text-container{
    display: none;
}

.content_screen .thumb-container{
    width: 96%;
}
.content_screen .thumb-container .resource-container{
    width: 120px;
    text-align: center;
    cursor: pointer;
}
.content_screen .thumb-container .resource-container:hover {
    transform: scale(1.1);
    font-weight: 500;
    text-decoration: underline;
}
.content_screen .thumb-container .resource-container img.thumb {
    height: 60px;
}
.home_screen .thumb-container {
    box-shadow: 2px 3px 5px 1px rgb(0 0 0 / 40%);
    border-radius: 16px;
    display: flex;
    width: 96%;
    justify-content: space-evenly;
}
.thumb-container hr {
    border: 2px solid #a4a4a3;
    border-radius: 2px;
}
.home_screen .thumb-container hr {
    display: none;
}
.description-text-container{
    position: relative;
    max-width: 680px;
    color: white;
    padding-left: 2.5%;
    font-family: 'Times-LT-Std-semibold';
    font-weight: bold;
    font-size: 18pt;
    margin: 10px 0px;
}
.description-text-container.noResult{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
footer.fixedAtBottom{
	position: absolute;
    
}
.description-text{
 	position: relative;
    content: url("../media/images/content_head.png");
    width: 96%;
    margin: 15px 2% 0px;
}
.book-thumb {
	position: relative;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 2%!important;
    margin-right: 2%!important;
    cursor: pointer;
    width: 21%;
    max-width: 120px;
    text-decoration: none;
    font-family: 'Times-LT-Std-semibold';
    color: #FFFFFF;
    vertical-align: top;
    text-align: center;
}

.book-thumb.size-5 {
    width: 16%;
}
.book-thumb.size-6 {
    margin-left: 4px!important;
    margin-right: 4px!important;
    width: 15%;
}
.book-thumb.unavailable{
    display: none!important;
    pointer-events: none;
    height: 0;
    width: 0;
}
.book-thumb.grade-filter {
	display: none;
}
.book-thumb.search-filter,
.content-container.search-filter {
	display: none;
}
.book-thumb.break::before {
    content: '.';
}
.book-thumb:hover{
	transition : 0.2s;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.book-thumb:hover {
	background-color: #00757C;
}
.book-thumb .book-title {
	transition: 0.2s;
}
.book-thumb:hover .book-title {
	color: #ffffff;
	transform: scale(1.25);
    background-color: #00757C;
}
.book-thumb .image-holder{
    position: relative;
    width: 156px;
    min-height: 200px;
    width: 100%;
    height: 100%;
}
.book-thumb .image-holder>img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
    display: block;
}
.home_screen .book-thumb .image-holder>img {
    box-shadow: none;
}
.book-thumb .book-title{
    padding: 5px 0px;
	font-size: 14pt;
}

footer {
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0px;
}
body[version='1.2'] footer {
    background: transparent;
    text-align: center;
}
body[version='1.2'] footer .icon-col{
    display: none;
}

.red-border {
    position: absolute;
    width: 100%;
    height: 4px;
    background-repeat: repeat;
    background-image: url("../media/images/redline.png");
}
.dark-red-border {
    position: absolute;
    width: 100%;
    height: 4px;
    background-repeat: repeat;
    background-image: url("../media/images/darkredline.png");
}
.border-bottom {
    bottom: 0;
}
.border-bottom-l2{
	 bottom: 4px;
}
.lib-buttons:hover{
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
}
/*tooltip styling*/
.custom-tooltip-styling {
	position: absolute;
    background: #BDE9FA;
    box-shadow: 0px 0px 4px 0px;
    padding: 2px 5px;
    z-index: 10000;
    font-family: 'TimesNewRomanPSMT';
    font-size:14px;
}
/**/
	

/*prompt alert*/
.prompt-alert{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    display: none;
}
.prompt-alert .prompt-mask{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: rgba(0, 0, 0, 0.29);
}
.prompt-alert .prompt-box{
    position: fixed;
    min-width: 300px;
    width: 50%;
    max-width: 500px;
    border: 0px solid #00385d;
    background-color: white;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    margin: 0 auto;
    border-radius: 8px;
}
.prompt-alert .prompt-messege{
    padding: 20px 10px;
    text-align: center;
    font-family: sans-serif;
    cursor: default;
    color: #707070;
    font-weight: 300;
}
.prompt-alert .prompt-button-container{
    text-align: center;
    padding: 0px 10px 20px;
}
.prompt-alert .prompt-button-container>div {
	position: relative;
    display: inline-block;
    width: 120px;
    padding: 5px;
    background: #302f75;
    color: white;
    font-family: sans-serif;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}
/*prompt alert end*/


/*grade navigation bar*/
.grade-navigation-tabs{
    display:none;
}
.grade-navigation-tabs{
    position: relative;
    background: white;
    padding: 0 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 90%;
    margin: auto;
}
.grade-navigation-tabs .grade-navigation-tabs-inner{
    width: 100%;
    display: flex;
    align-items: baseline;
}
.grade-navigation-tabs .grade-label,
.grade-navigation-tabs .grade-nav,
.grade-navigation-tabs .grade-nav-btn{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: white;
}
.grade-navigation-tabs .grade-label{
    font-family: sans-serif;
    font-size: 18px;
    color: black;
    font-weight: bold;
    white-space: nowrap;
}
.grade-navigation-tabs .grade-nav{
    margin-left: 10px;
}
.grade-navigation-tabs .grade-nav-btn{
    padding: 10px;
    width: 80px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background-image: url(../media/images/gradebtn_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
    font-family: sans-serif;
    font-weight: bold;
}
.grade-navigation-tabs .grade-nav-btn.selected{
	background-image: url(../media/images/gradebtn_bg_sel.png);
    /*background: white;
    color: black;*/
}
.grade-navigation-tabs .grade-nav-btn.disabled{
	pointer-events: none;
	opacity: 0.5;
}


/*new library UI*/
.fixed-width-body {
    position: relative;
    max-width: 1024px;
    margin: auto;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 100vh;
}
.description-text-container {
    color: black;
    width: 85%;
    max-width: none;
    padding: 0;
    margin: auto;
    font-family: sans-serif;
    font-size: 18px;
    margin-top: 25px;
}
.lib-main-body{
	background-image: none;
}
.thumb-container {
	background: transparent;
}
.book-thumb .book-title{
    display: none;
}
.book-thumb{
    margin-top: 25px;
    margin-bottom: 25px;
  	max-width: 175px;
}
/* .thumb-container.hasGameThumb .book-thumb {
    width: 29.3%;
    max-width: 29.3%;
} */
.thumb-container .book-thumb[thumb-type="games"] {
    width: 29.3%;
    max-width: 29.3%;
}
.home_screen .book-thumb{
    max-width: 128px;
}
.thumb-container hr{
	border: 0.5px solid #000000;
    border-radius: 2px;
}
.book-thumb:hover {
    background-color: transparent;
    transition: 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.book-thumb:hover img{
	transition: 0.4s;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.gwinnett_ieb_screen .book-thumb:hover img{
    transition: 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.gwinnett_ieb_screen .book-thumb img:hover{
    transition: 0.4s;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}



.thumb-container {
    width: 80%;
}
.thumb-read-book-button {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    margin-top: 16px;
}
.thumb-read-book-button {
    background: #302f75;
}
.thumb-read-book-button:hover{
    background: #5452a7;
}
.thumb-read-book-button::after{
    position: relative;
    content: ".";
    color: transparent;
    background-image: url(../media/images/solid_link.svg);
    padding: 0 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    margin-left: 4px;
}
footer {
    position: relative;
    width: 100%;
    background: #dddddd;
    padding: 20px;
    box-sizing: border-box;
}
.footer-row-top{
    box-sizing: border-box;
    display: table;
    border-spacing: 20px 0;
    font-family: sans-serif;
    width: 100%;
}
.footer-row-bottom{
    position: relative;
    width: 100%;
}
.footer-row-bottom{
    position: relative;
    width: 100%;
}

.footer-links-bottom {
  	position: relative;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-size: 14px;
    line-height: 150%;
    font-family: sans-serif;
}
body[version='1.2'] .footer-links-bottom{
    color: #707070;
    font-weight: 300;
}
a.footer-links-bottom:hover{
	text-decoration: underline;
}
.footer-col{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width:200px;
}
.footer-col:first-child{
	width:100px;
}
.footer-col-header {
   position: relative;
    font-weight: 600;
    font-size: 12px;
}
.footer-col-body {
    position: relative;
    font-weight: 500;
    margin-top: 15px;
}
a.footer-links {
   	width: 100%;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-size: 14px;
    line-height: 150%;
}
a.footer-links:hover {
	text-decoration: underline;
}
.lib-header{
    background: #ffffff;
}
.librery-header-logo-container{
	width: auto;
}
.librery-header-logo-container .logo-big{
    width: 260px;
}
.header-navigation-tabs{
   	position: relative;
    float: right;
    margin: 10px;
    font-family: sans-serif;
}
a.header-nav-btn {
    margin: 0 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    color: black;
}
a.header-nav-btn.help{
    background: #fbcc5d;
    border-radius: 5px;
}
.lib-header-banner-outer{
	position: relative;
	display: none;
}
.lib-header-banner-outer > img {
    width: 100%;
    max-width: 1024px;
}
.header-banner-patterns{
    position: relative;
    height: 15vw;
    min-height: 90px;
    max-height: 150px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.esswv .header-banner-patterns{
	background-image: url(../media/images/banner_pattern_2.png), url(../media/images/banner_pattern_1.png);
    background-repeat: repeat no-repeat;
    background-size: contain;
}

.essca .header-banner-patterns{
	background-image: url(../media/images/banner_pattern_3.png);
    background-repeat: repeat;
    background-size: contain;
}
.ssfl .header-banner-patterns{
	background-image: url(../media/images/banner_pattern_fl.png);
    background-repeat: repeat;
    background-size: contain;
}
.essco .header-banner-patterns{
	background-image: url(../media/images/banner_pattern_co.png);
    background-repeat: repeat;
    background-size: contain;
}
.jefferson-ebooks .header-banner-patterns{
	background-image: url(../media/images/jefferson-ebooks-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.header-banner-left-img,
.header-banner-right-img{
	position: absolute;
    height: 15vw;
    min-height: 90px;
    max-height: 150px;
    top: 0;
}
.esswv .header-banner-left-img{
    width: 32px;
    background-image: url(../media/images/side_g.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.essca .header-banner-left-img,
.essca .header-banner-right-img{
    width: 86px;
    background-image: url(../media/images/side_g1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.ssfl .header-banner-left-img/*,
.ssfl .header-banner-right-img*/ { 
    width: 86px;
    background-image: url(../media/images/side_fl.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.essco .header-banner-left-img/*,
.ssfl .header-banner-right-img*/ { 
    width: 86px;
    background-image: url(../media/images/side_fl.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.jefferson-ebooks .header-banner-left-img { 
    width: 86px;
    background-image: url(../media/images/side_fl.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}

.essca .header-banner-right-img,
.ssfl .header-banner-right-img,
.essco .header-banner-right-img,
.jefferson-ebooks .header-banner-left-img {
	right: 0;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
}

.esswv .header-banner-text1{
	position: absolute;
    height: 70px;
    max-width: 250px;
    width: 30%;
    background-image: url(../media/images/header_text1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    bottom: 15%;
    margin: auto;
    left: 10%;
}
.header-banner-grp-name{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.esswv .header-banner-grp-name{
	height: 100px;
	max-width: 450px;
	width: 40%;
    background-image: url(../media/images/lib_group_header.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
 	bottom: 10%;
    right: 10%;
}
/* .essco .header-banner-grp-name, */
.essca .header-banner-grp-name,
.ssfl .header-banner-grp-name {
	height: 130px;
	max-width: 450px;
	width: 40%;
 	background-image: url(../media/images/header_text_essca.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left:0;
    right:0;
}
.ssfl .header-banner-grp-name  {
    background-image: url(../media/images/header_text_fl.png);
    margin-top: 10px;
    height: 63%;
}
.essco .header-banner-grp-name  {
    background-image: url(../media/images/header_text_co.png);
    margin-top: 10px;
    height: 63%;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left:0;
    right:0;
	max-width: 450px;
}
.jefferson-ebooks .header-banner-grp-name  {
    background-image: url(../media/images/header_text_co.png);
    margin-top: 10px;
    height: 63%;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left:0;
    right:0;
	max-width: 450px;
	display: none;
}

.lib-header-bottom-row {
    position: relative;
    width: 88%;
    margin: auto;
    text-align: right;
}
.lib-header-bottom-row {
    width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px auto;
}
a.home-button {
    position: relative;
    background: #302f75;
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    padding: 8px 16px;
    width: 100px;
    display: block;
    text-align: center;
    border-radius: 4px;
}
.lib-header-search-inner{
    position: relative;
    margin: 10px 0;
    font-size: 18px;
    font-family: sans-serif;
}
.lib-header-search-inner .label,
.lib-header-search-inner .search-input,
.lib-header-search-inner .search-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.lib-header-search-inner .label{
	font-weight: bold;
}
.lib-header-search-inner .search-input{
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    width: 250px;
    user-select: all;
    -webkit-user-select: all;
}
.lib-header-search-inner .search-input:focus{
    outline: 3px solid #2196F3;
    outline-offset: 2px;
}
.lib-header-search-inner .search-btn {
    height: 25px;
    width: 50px;
    background-image: url(../media/images/search_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.sub-section-heading {
    position: relative;
    color: #9c9c9c;
    font-family: sans-serif;
    font-size: 18px;
}
.pass-protected{
    height: 100vh;
    overflow: hidden;
}
.pass-protected::before{
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    background-image: url(../media/images/demolib.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
.pass-protected .lib-header,
.pass-protected .lib-main-body{
    opacity: 0;
    pointer-events: none;
}
.pass-protected .password-alert{
    display: block;
}
.password-alert{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    display: none;
}
.password-alert-mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.7);
}
.password-alert-body{
    position: absolute;
    height: auto;
    width: 400px;
    padding: 20px;
    z-index: 1001;
    background-color: rgb(0 0 0 / 80%);
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pab-row{
    padding: 16px 32px;
    text-align: center;
}
.pab-row .logo-big{
    max-width: 200px;
}
.pab-row .input-row-container {
    position: relative;
    width: 100%;
    text-align: left;
    background-color: rgba(255,255,255,.8);
    padding: 8px;
    font-family: sans-serif;
}
.pab-row .input-row-container>*{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}
.pab-row .input-row-container input{
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}
.pab-row .input-row-container .pss-icon {
    position: absolute;
    height: 100%;
    width: 28px;
    right: 0;
    bottom: 0;
    background-image: url(../media/images/key_icon.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    pointer-events: none;
}

.pab-row .login-button{
    position: relative;
    width: 140px;
    margin: auto;
    background: red;
    padding: 8px;
    font-family: sans-serif;
    color: white;
    font-size: 14px;
}
.pss-err-container{
    height: 1em;
    color: red;
    font-style: italic;
    font-size: 10px;
    display: none;
}
.remember-me-row{
    position: relative;
    color: white;
    text-align: left;
}
.remember-me-row>input{
    margin-right: 8px;
}