.secondary-color { background-color: #E65019 !important; }

.secondary-color-dark { background-color: #d64611 !important; }

.primary-color { background-color: #642382 !important; }

.primary-color-dark { background-color: #59287e !important; }

.shades.black { background-color: #000000 !important; }

.shades-text.text-black { color: #000000 !important; }

.shades.white { background-color: #FFFFFF !important; }

.shades-text.text-white { color: #FFFFFF !important; }

.shades.transparent { background-color: transparent !important; }

.shades-text.text-transparent { color: transparent !important; }

.black { background-color: #000000 !important; }

.black-text { color: #000000 !important; }

.white { background-color: #FFFFFF !important; }

.white-text { color: #FFFFFF !important; }

.transparent { background-color: transparent !important; }

.transparent-text { color: transparent !important; }

.danger-color { background-color: #ff4444 !important; }

.danger-color-dark { background-color: #CC0000 !important; }

.warning-color { background-color: #ffbb33 !important; }

.warning-color-dark { background-color: #FF8800 !important; }

.success-color { background-color: #00C851 !important; }

.success-color-dark { background-color: #007E33 !important; }

.info-color { background-color: #33b5e5 !important; }

.info-color-dark { background-color: #0099CC !important; }

.default-color { background-color: #2BBBAD !important; }

.default-color-dark { background-color: #00695c !important; }

.elegant-color { background-color: #2E2E2E !important; }

.elegant-color-dark { background-color: #212121 !important; }

.stylish-color { background-color: #4B515D !important; }

.stylish-color-dark { background-color: #3E4551 !important; }

.special-color { background-color: #37474F !important; }

.special-color-dark { background-color: #263238 !important; }

.unique-color { background-color: #3F729B !important; }

.unique-color-dark { background-color: #1C2331 !important; }

.md-color { background-color: #45526E !important; }

/*** Images ***/
/*** Fonts ***/
/*** Typography ***/
/*** Cards ***/
/*** Global ***/
/*** Forms ***/
/*** Buttons ***/
/*** Dropdown ***/
/*** Tabs ***/
/* Sticky footer styles
-------------------------------------------------- */
html, body { min-height: 100%; background: rgba(100, 35, 130, 0.05); color: #464646; /* The html and body elements cannot have any padding or margin. */ }

/* Wrapper for page content to push down footer */
#wrap { min-height: 100%; height: auto; /* Negative indent footer by its height */ margin: 0 auto -40px; /* Pad bottom by footer height */ padding: 0 0 40px; }

.pull-right { float: right; }

.pull-left { float: left; }

.z-depth-0 { box-shadow: none !important; }

.z-depth-1, .jumbotron, .card, .list-group, .popover, .navbar, .dropdown-menu, .pagination { box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1), 1px 1px 5px 0px rgba(0, 0, 0, 0.1); }

.z-depth-1-half, .media img, .bookshelf .tab-content .nav-tabs .nav-link .label { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2, .user-statistics .card:hover { box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 { box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 { box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 { box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.hoverable { transition: box-shadow .55s; box-shadow: 0; }

.hoverable:hover { transition: box-shadow .45s; box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

a { color: #9233be; text-decoration: none; cursor: pointer; -webkit-tap-highlight-color: transparent; }
a:hover, a:focus { text-decoration: none; color: #E65019; }

ul { padding: 0; list-style-type: none; }
ul li { list-style-type: none; }

.jumbotron, .card, .label, .alert, .nav .nav-link, .navbar-toggler, .navbar, .breadcrumb, .page-item:last-child .page-link, .page-item:first-child .page-link, .pagination-lg .page-item:last-child .page-link, .pagination-lg .page-item:first-child .page-link, .pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link, .list-group .list-group-item, .modal-content, .tooltip-inner, .popover, .dropdown-menu, .input-group-addon, .file-custom, .card .card-header { border-radius: 0; }

.popover, .input-group-addon, .dropdown-menu { border: 0; }

.modal-footer .btn + .btn { margin-bottom: 6px; }

body.modal-open { overflow: inherit; padding-right: 0 !important; }

body { overflow: auto !important; }

.card-columns .card { margin: 7px 0; }

.parallax { background-repeat: no-repeat; background-size: cover; background-attachment: fixed; position: relative; padding-top: 3em; padding-bottom: 3em; }

.popover-title { background: #732896; color: #fff; text-transform: uppercase; font-weight: bold; }

.filter-search-form { margin: 0px; padding: 0; display: inline-block; vertical-align: middle; }
.filter-search-form .input { padding-right: 25px; padding-right: 26px \9; padding-left: 5px; padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin: 0 0 0 2px; border-radius: 2px; -webkit-transition: width  0.2s ease-in-out; -moz-transition: width  0.2s ease-in-out; -o-transition: width  0.2s ease-in-out; transition: width  0.2s ease-in-out; width: 100px; height: 1.6rem; vertical-align: top; border: 1px solid white; background: #fff; float: left; }
@media (max-width: 568px) { .filter-search-form .input { width: 255px; } }
.filter-search-form button { border: 0; background: none; /** belows styles are working good */ padding: 4px 0px 0; position: relative; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin-bottom: 0; border-radius: 2px; margin-left: -26px; }
.filter-search-form button .material-icons { font-size: 1.2rem; color: #c790e1; }
.filter-search-form .input:focus + button { z-index: 3; color: #642382; }
.filter-search-form .input:focus { width: 250px; box-shadow: none !important; border: 1px solid white !important; }

.nav-pills.horizontal-spy .nav-item .active { border-bottom: 2px solid #E65019; border-left: none; }
.nav-pills.horizontal-spy .nav-item:hover { background-color: transparent; color: #E65019; font-weight: 500; border-left: none; }

.nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover { background-color: transparent; color: #000; }

.disabled { cursor: not-allowed !important; }

.video-fluid { height: auto; width: 100%; }

.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.display-inline-block { display: inline-block; }

.filter-dropdown .dropdown-menu { padding: 12px; }

.c-input > input:checked ~ .c-indicator { background-color: #E65019; }

.c-select { border-color: #bd7cdc; }
.c-select + .c-select { margin-left: 5px; }

.modal { height: 100%; }
.modal .modal-header { padding: 10px 15px; border-bottom: 2px solid #b368d6; }
.modal .modal-header .modal-title { font-weight: bold; font-size: 1.2rem; }
.modal .close { margin: -20px -24px 0 0; background-color: #fff; opacity: 1; border-radius: 50%; width: 24px; height: 24px; color: #642382; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
.modal .modal-dialog { top: 50% !important; margin-top: 0; margin-bottom: 0; }
.modal.fade .modal-dialog { -webkit-transform: scale3d(0.3, 0.3, 0.3) translateY(-100%) !important; transform: scale3d(0.3, 0.3, 0.3) translateY(-100%) !important; opacity: 0; visibility: hidden; transition-property: all; -webkit-animation-duration: 5s; animation-duration: 5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.modal.in .modal-dialog { transform: scale3d(1, 1, 1) translateY(-50%) !important; opacity: 1; visibility: visible; }
.modal .modal-content { border-radius: 4px; box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); }

.breadcrumb { border-bottom: 1px solid white; padding: 5px 0; margin: 0 0 10px 0; font-size: 13px; }

.empty-section-msg { width: 80%; min-height: 450px; position: absolute; }
.empty-section-msg h1 { font-size: 2rem; position: absolute; width: 400px; text-align: center; height: 200px; left: 0; top: 0; bottom: 0; right: 0; margin: auto; }
.empty-section-msg h1 span { font-size: 80px; font-weight: bold; display: block; clear: both; }
@media (max-width: 560px) { .empty-section-msg h1 { width: 100%; } }

.viewInsideLink { position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.7); display: block; width: 100%; text-align: center; font-size: 12px; color: #FFFFFF; padding: 3px; }
.viewInsideLink:hover { background: rgba(230, 80, 25, 0.7); color: #FFFFFF; }

.ui-widget.ui-widget-content.ui-autocomplete { font-family: "Roboto", sans-serif; font-size: 13px; border: 0px; box-shadow: 0px 7px 10px rgba(100, 35, 130, 0.4); border-radius: 0px; padding: 0 15px 15px; }
.ui-widget.ui-widget-content.ui-autocomplete .ui-autocomplete-category { padding: 7px; font-weight: bold; border-bottom: 1px solid rgba(100, 35, 130, 0.5); }
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item { padding: 5px 7px; border-bottom: 1px dotted rgba(100, 35, 130, 0.1); }
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item:hover { outline: none; background: #E65019; }
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active { outline: none; background: transparent; border: 0; }

.login-register .nav-tabs { border-bottom: 1px solid #eee; position: relative; }
.login-register .nav-tabs .nav-link { border: 0; padding: 0.7rem 1.2rem; font-size: 0.85rem; font-weight: bold; text-transform: uppercase; color: #ee855e; }
.login-register .nav-tabs .nav-link:hover { color: #642382; }
.login-register .nav-tabs .nav-link.active { border-bottom: 2px solid #642382; color: #E65019; }
.login-register input { height: 1.2rem !important; padding-left: 7px; padding-right: -7px; }
.login-register .tab-pane { padding-top: 15px; }
.login-register .tab-pane .md-form { margin: 0 1.5rem 1.5rem; }
.login-register .tab-pane .md-form img { margin: 0px 0 -20px 80px; }
.login-register .tab-pane .view-forgot-password { padding-top: 10px; display: inline-block; float: right; }
.login-register .forgot-password-form { display: none; }

.modal-stack-view-details { font-size: 13px; }
.modal-stack-view-details .thumb-wrapper { float: left; margin: 0 1rem 0 0; position: relative; }
@media (max-width: 568px) { .modal-stack-view-details .thumb-wrapper { display: none; } }
.modal-stack-view-details .info-wrapper { width: 65%; margin-left: 35%; }
@media (max-width: 568px) { .modal-stack-view-details .info-wrapper { width: 100%; margin: 0; } }
.modal-stack-view-details .info img { float: left; margin: 0 25px 0 0; }
.modal-stack-view-details .info .author-name { font-size: 12px; }
.modal-stack-view-details .info .sub-title, .modal-stack-view-details .info .author-name, .modal-stack-view-details .info .format { display: block; padding: 3px 0; }
.modal-stack-view-details hr { margin: 0.5rem 0; }
.modal-stack-view-details .action-items a { color: #E65019; padding: 0 3px 0 3px; border-right: 1px solid #e6ccf1; }
.modal-stack-view-details .action-items a:hover, .modal-stack-view-details .action-items a.active { color: #642382; }
.modal-stack-view-details .action-items a.icon-link { padding: 2px 5px 0; margin: 0  2px; display: inline-block; color: #642382; border-right: 0; }
.modal-stack-view-details .action-items a.icon-link:hover, .modal-stack-view-details .action-items a.icon-link.active { background: rgba(220, 184, 236, 0.3); border-radius: 2px; color: #E65019; }
.modal-stack-view-details .action-items a.icon-link .viewDetails { vertical-align: top; display: inline-block; line-height: 25px; }
.modal-stack-view-details .action-items .dropup { display: inline-block; }
.modal-stack-view-details .action-items .dropup .share-dropdown { width: 185px; left: -85px; padding: 7px; box-shadow: 2px 2px 35px rgba(0, 0, 0, 0.5); border: 1px solid #d2a4e7; }
.modal-stack-view-details .action-items .dropup .share-dropdown h3 { font-size: 14px; font-weight: bold; margin-bottom: 10px; }
.modal-stack-view-details .action-items .dropup .share-dropdown .md-form { margin-bottom: 0px; }
.modal-stack-view-details .action-items .dropup .share-dropdown .md-form label { font-size: 12px; }
.modal-stack-view-details .action-items .dropup .share-dropdown .md-form .form-control { font-size: 12px; background: white; height: 20px; }
.modal-stack-view-details .action-items .dropup .share-dropdown .md-form textarea.md-textarea { min-height: 1rem; background: white; padding: 5px 0; font-size: 12px; }

.error { color: red; font-size: 12px; }

.pincodeError { display: none; }

.load-more-books { width: 200px; margin: -20px auto 15px; }

.new-ribbon { position: absolute; left: -5px; top: -5px; z-index: 1; overflow: hidden; width: 75px; height: 75px; text-align: right; }
.new-ribbon span { font-size: 10px; font-weight: bold; color: #FFF; text-transform: uppercase; text-align: center; line-height: 20px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); width: 70px; display: block; background: #E65019; background: linear-gradient(#E65019 0%, #a13812 100%); box-shadow: 0 3px 10px -5px black; position: absolute; top: 7px; left: -17px; }
.new-ribbon span::before { content: ""; position: absolute; left: 0px; top: 100%; z-index: -1; border-left: 3px solid #a13812; border-right: 3px solid transparent; border-bottom: 3px solid transparent; border-top: 3px solid #8a300f; }
.new-ribbon span::after { content: ""; position: absolute; right: 0px; top: 100%; z-index: -1; border-left: 3px solid transparent; border-right: 3px solid #a13812; border-bottom: 3px solid transparent; border-top: 3px solid #8a300f; }

.remove-scroll { overflow: hidden !important; }

.user-statistics { position: relative; }
.user-statistics .welcome-title { font-size: 0.9rem; font-weight: bold; float: left; margin: 12px 0 0 0; }
.user-statistics .card:hover { transition: box-shadow .45s; }
.user-statistics .top-action-icons { float: right; }
.user-statistics .top-action-icons a { font-size: 1.5rem; font-weight: bold; padding: 0px 5px; margin: 5px 2px; display: inline-block; opacity: 0.3; }
.user-statistics .top-action-icons a:hover { background: #fff; box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2); opacity: 1; }
.user-statistics .top-action-icons a .material-icons { vertical-align: middle; }
.user-statistics .toggle-button { position: absolute; padding: 0 5px; margin: 2px 0 2px; float: right; border: 0; width: 25px; height: 25px; vertical-align: middle; line-height: 15px; top: 0; right: 2px; z-index: 100; background: transparent; box-shadow: none; color: #E65019; }
.user-statistics .toggle-button:hover { color: #fff; box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); opacity: 1; }
.user-statistics .toggle-button .material-icons { font-size: 15px; }

.user-statsticsCoulumHeight, .myActivities-column .card-block, .trending-column .card-block { min-height: 165px; }

.user-statsticsCoulumFadeicons, .myActivities-column .material-icons, .trending-column .material-icons { position: absolute; right: -10px; top: -10px; font-size: 6rem; opacity: 0.1; }

.welcome-column .card-block { padding: 0.8rem; }
.welcome-column .welcome-title { font-size: 0.8rem; font-weight: bold; text-transform: uppercase; display: block; float: left; }
.welcome-column .welcome-title .text-muted { font-weight: normal; font-size: 0.7rem; }
.welcome-column .welcome-note, .welcome-column .welcome-info-text { font-size: 12px; margin: 5px 30px 0; padding: 0px 0 0 30px; float: left; border-left: 1px solid rgba(230, 80, 25, 0.2); }
@media (max-width: 769px) { .welcome-column .welcome-note, .welcome-column .welcome-info-text { margin: 5px 0px; padding-left: 0; border: 0; clear: both; } }
.welcome-column img.intitution-logo { height: 40px !important; clear: both; float: left; }
.welcome-column .action-buttons { float: left; margin: 5px 0 0 0; }
.welcome-column .action-buttons a { padding: 5px; display: inline-block; color: #642382; }
@media (max-width: 769px) { .welcome-column .action-buttons { margin: 0; } }

.myActivities-column .card-block { padding: 0.8rem 0.8rem 0.3rem; }
.myActivities-column .myActivities-title { font-size: 1.2rem; font-weight: bold; text-transform: uppercase; }
.myActivities-column .myActivities-list { margin: 0px; }
.myActivities-column .myActivities-list li a { padding: 3px; display: inline-block; color: #63759d; }
.myActivities-column .myActivities-list li a:hover { color: #E65019; }
.myActivities-column .myActivities-list li a::before { display: inline-block; width: 0; height: 0; margin-right: .7rem; margin-top: .35rem; margin-bottom: .35rem; vertical-align: middle; content: ""; border-left: .4em solid; border-top: .4em solid transparent; border-bottom: .4em solid transparent; }
.myActivities-column .more-link { float: right; color: #63759d; }
.myActivities-column .more-link:hover { color: #E65019; }
.myActivities-column .more-link .material-icons { position: relative; font-size: 18px; opacity: 1; vertical-align: middle; top: 0px; }
.myActivities-column .material-icons { right: 0px; top: -5px; }

.trending-column .card-block { padding: 0.8rem 0.8rem 0.3rem; }
.trending-column .trending-title { font-size: 1.2rem; font-weight: bold; text-transform: uppercase; }
.trending-column .trending-list { margin: 0px; }
.trending-column .trending-list li a { padding: 3px; display: inline-block; color: #63759d; }
.trending-column .trending-list li a:hover { color: #E65019; }
.trending-column .trending-list li a::before { display: inline-block; width: 0; height: 0; margin-right: .7rem; margin-top: .35rem; margin-bottom: .35rem; vertical-align: middle; content: ""; border-left: .4em solid; border-top: .4em solid transparent; border-bottom: .4em solid transparent; }
.trending-column .more-link { float: right; color: #63759d; }
.trending-column .more-link:hover { color: #E65019; }
.trending-column .more-link .material-icons { position: relative; font-size: 18px; opacity: 1; vertical-align: middle; top: 0px; }
.trending-column .material-icons { right: 0px; top: -15px; }

.create-shelf-popover { max-width: 300px; }
.create-shelf-popover .popover-content { padding: 15px 0 5px 15px; }

.bookshelf { background: #fff; margin: 0; }
.bookshelf .nav-tabs { border-bottom: 0; }
.bookshelf .nav-tabs .nav-link { border: 0; font-size: 1.1rem; font-weight: bold; }
.bookshelf .nav-tabs .nav-link.active { color: #E65019; }
.bookshelf .actions { float: right; }
.bookshelf .actions a { margin: 2px 2px 0 0; padding: 5px 7px 0 5px; display: inline-block; }
.bookshelf .actions a:hover, .bookshelf .actions a.active { background: rgba(220, 184, 236, 0.3); border-radius: 2px; color: #E65019; }
.bookshelf .actions .sort-dropdown { display: inline-block; vertical-align: middle; background: #fff; border-radius: 2px; border: 1px solid #faf4fc; }
.bookshelf .actions .sort-dropdown a { padding: 2px 4px 0 4px; border-radius: 2px; }
.bookshelf .actions .sort-dropdown a .material-icons { font-size: 1.2rem; color: #c790e1; }
.bookshelf .actions .sort-dropdown:hover a, .bookshelf .actions .sort-dropdown a.active { background: #fff; }
.bookshelf .actions .sort-dropdown .dropdown-menu { border: 1px solid #faf4fc; padding: 0; box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1), 1px 1px 15px 0px rgba(0, 0, 0, 0.1); }
.bookshelf .actions .sort-dropdown .dropdown-menu h3.title { background: #dcb8ec; font-size: 14px; font-weight: bold; padding: 7px; margin: 0; }
.bookshelf .actions .sort-dropdown .dropdown-menu label { display: block; padding: 5px 5px 5px 30px; margin: 0; line-height: 20px; }
.bookshelf .actions .sort-dropdown .dropdown-menu label:nth-child(odd) { border-top: 1px solid rgba(100, 35, 130, 0.1); border-bottom: 1px solid rgba(100, 35, 130, 0.1); }
.bookshelf .actions .sort-dropdown .dropdown-menu label .c-indicator { left: 7px; top: 7px; width: 1.2rem; height: 1.2rem; background-color: #fff; border: 1px solid rgba(100, 35, 130, 0.1); box-shadow: none; border-radius: 50%; }
.bookshelf .actions .sort-dropdown .dropdown-menu label input:checked ~ .c-indicator { background-color: #E65019; border: 1px solid rgba(230, 80, 25, 0.1); }
.bookshelf .actions .sort-dropdown .dropdown-menu label input:checked ~ .text { font-weight: bold; }
.bookshelf .actions .sort-dropdown .dropdown-menu label:hover { background: white; }
.bookshelf .tab-content { min-height: 500px; position: relative; overflow: hidden; }
.bookshelf .tab-content .nav-tabs { border-bottom: 1px solid #eee; position: relative; }
.bookshelf .tab-content .nav-tabs .nav-link { border: 0; padding: 0.7rem 1.2rem; font-size: 0.85rem; font-weight: bold; text-transform: uppercase; color: #642382; }
.bookshelf .tab-content .nav-tabs .nav-link:hover { color: #E65019; }
.bookshelf .tab-content .nav-tabs .nav-link.active { border-bottom: 2px solid #E65019; color: #E65019; }
.bookshelf .tab-content .nav-tabs .nav-link.active .label { background: #E65019; }
.bookshelf .tab-content .nav-tabs .nav-link.active .label::before { border-right-color: #E65019; }
.bookshelf .tab-content .nav-tabs .nav-link .label { background: #b368d6; border-radius: 2px; position: relative; font-size: 12px; font-weight: normal; margin-left: 3px; vertical-align: middle; }
.bookshelf .tab-content .nav-tabs .nav-link .label::before { right: 100%; top: 45%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-right-color: #b368d6; border-width: 5px; margin-top: -5px; }
.bookshelf .tab-content .create-bookshelf { margin: 0px; padding: 0; }
.bookshelf .tab-content .create-bookshelf .input { padding-right: 20px; padding-right: 21px \9; padding-left: 5px; padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin: 0 0 0 5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: width  0.2s ease-in-out; -moz-transition: width  0.2s ease-in-out; -o-transition: width  0.2s ease-in-out; transition: width  0.2s ease-in-out; width: 0px; height: 1.6rem; vertical-align: top; border: 1px solid white; background: #fff; }
.bookshelf .tab-content .create-bookshelf button { border: 0; background: none; /** belows styles are working good */ padding: 4px 5px 0; position: relative; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin-bottom: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left: -31px; }
.bookshelf .tab-content .create-bookshelf button .material-icons { font-size: 1.2rem; color: #c790e1; }
.bookshelf .tab-content .create-bookshelf .input:focus + button { z-index: 3; color: #642382; }
.bookshelf .tab-content .create-bookshelf .input:focus { width: 250px; box-shadow: none; border: 1px solid white; }
.bookshelf .tab-content .toolbar-wrapper { background: #f0e0f7; border-bottom: 1px solid rgba(100, 35, 130, 0.1); }
.bookshelf .tab-content .toolbar-wrapper .tab-title { color: white; float: left; margin: 0.5rem; font-size: 13px; }
.bookshelf .tab-content .toolbar-wrapper .tab-title .title, .bookshelf .tab-content .toolbar-wrapper .tab-title .category, .bookshelf .tab-content .toolbar-wrapper .tab-title .shelf, .bookshelf .tab-content .toolbar-wrapper .tab-title .collection, .bookshelf .tab-content .toolbar-wrapper .tab-title .searchselected { padding: 2px 2px 0px 5px; line-height: 15px; }
.bookshelf .tab-content .toolbar-wrapper .tab-title .category, .bookshelf .tab-content .toolbar-wrapper .tab-title .shelf, .bookshelf .tab-content .toolbar-wrapper .tab-title .searchselected { color: #642382; background: #fff; border-radius: 2px; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); display: none; }
.bookshelf .tab-content .toolbar-wrapper .tab-title .category a.close-selected, .bookshelf .tab-content .toolbar-wrapper .tab-title .shelf a.close-selected, .bookshelf .tab-content .toolbar-wrapper .tab-title .searchselected a.close-selected { font-weight: normal; padding: 0px 5px 2px; color: #fff; display: inline-block; margin: 0 0 2px 5px; border-radius: 2px; background: #E65019; }
.bookshelf .tab-content .toolbar-wrapper .tab-title .category a.close-selected:hover, .bookshelf .tab-content .toolbar-wrapper .tab-title .shelf a.close-selected:hover, .bookshelf .tab-content .toolbar-wrapper .tab-title .searchselected a.close-selected:hover { background: #642382; }
.bookshelf .tab-content .toolbar-wrapper .tab-title .shelf { display: inline-block; }
.bookshelf .tab-content .toolbar-wrapper .tab-title .shelf a.close-selected { margin: 0 0 2px 5px; }
.bookshelf .tab-content .toolbar-wrapper .tab-title .collection, .bookshelf .tab-content .toolbar-wrapper .tab-title .journal-title { color: #e96230; font-weight: bold; }
@media (max-width: 480px) { .bookshelf .tab-content .toolbar-wrapper .actions { float: none; } }
.bookshelf .tab-content .toolbar-wrapper .actions .category-select-wrap { padding: 0.4rem 0 0.4rem 0.4rem; float: left; position: relative; }
@media (max-width: 480px) { .bookshelf .tab-content .toolbar-wrapper .actions .category-select-wrap { width: 100%; padding: 0; }
  .bookshelf .tab-content .toolbar-wrapper .actions .category-select-wrap .select2-container { min-width: 95%; margin: 2.5%; } }
.bookshelf .tab-content .toolbar-wrapper .actions .shelf-select-wrap { padding: 0.4rem 0; position: relative; float: left; }
.bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap { padding: 0.44rem; display: inline-block; position: relative; }
@media (max-width: 480px) { .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap { width: 100%; }
  .bookshelf .tab-content .toolbar-wrapper .actions .search-sort-wrap .input { width: 215px; } }
.bookshelf .tab-content .toolbar-wrapper .actions a { margin: 0px; }
.bookshelf .tab-content .toolbar-wrapper .actions .btn-group { margin: 7px 5px; }
.bookshelf .tab-content .toolbar-wrapper .actions .btn-group .btn-sm { padding: 0.09rem 0.7rem; }
.bookshelf .tab-content .toolbar-wrapper .btn { line-height: 1.6rem; }
.bookshelf .tab-content .toolbar-wrapper .share-shelf { vertical-align: middle; font-weight: normal; padding: 0px 3px 2px; color: #FFFFFF; display: inline-block; margin: 0px 0px 0 3px; border-radius: 2px; background: #E65019; }
.bookshelf .tab-content .toolbar-wrapper .share-shelf:hover { background: #642382; }
.bookshelf .tab-content .toolbar-wrapper .share-shelf .material-icons { font-size: 0.8rem; vertical-align: middle; font-weight: normal; }
.bookshelf .tab-content.stack-view .card-columns { -moz-column-width: 150px; -webkit-column-width: 150px; column-width: 150px; padding: 20px; -moz-column-gap: 1.5rem; -webkit-column-gap: 1.5rem; column-gap: 1.5rem; }
.bookshelf .tab-content.stack-view .card-columns .card { padding: 5px; text-align: left; position: relative; cursor: pointer; overflow: hidden; }
.bookshelf .tab-content.stack-view .card-columns .card .cover-img { position: relative; }
.bookshelf .tab-content.stack-view .card-columns .card .cover-img img { max-width: 100%; width: auto; height: auto; margin: auto; display: block; }
.bookshelf .tab-content.stack-view .card-columns .card .title { font-weight: bold; width: 185px; margin: 10px 0px 0px; display: block; /* Fallback for non-webkit */ display: -webkit-box; height: 28px; /* Fallback for non-webkit */ font-size: 14px; line-height: 2; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details { background: #fff; font-size: 11px; padding: 5px; position: absolute; width: 210px; left: 0px; bottom: 0; right: 0; display: none; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .author-name { font-size: 12px; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .sub-title, .bookshelf .tab-content.stack-view .card-columns .card .more-details .author-name, .bookshelf .tab-content.stack-view .card-columns .card .more-details .format { display: block; padding: 3px 0; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .btn { margin: 0px; font-size: 13px; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details hr { margin: 0.5rem 0; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items a { color: #642382; padding: 0 3px 0 3px; border-right: 1px solid #e0e4ec; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items a:hover, .bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items a.active { color: #63759d; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items a.icon-link { padding: 2px 5px 0; margin: 0  2px; display: inline-block; color: #63759d; border-right: 0; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items a.icon-link:hover, .bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items a.icon-link.active { background: rgba(208, 214, 226, 0.3); border-radius: 2px; color: #642382; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items .dropup { display: inline-block; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items .dropup .share-dropdown { width: 185px; left: -85px; padding: 7px; box-shadow: 2px 2px 35px rgba(0, 0, 0, 0.5); border: 1px solid #fdeee8; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items .dropup .share-dropdown h3 { font-size: 14px; font-weight: bold; margin-bottom: 10px; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items .dropup .share-dropdown .md-form { margin-bottom: 0px; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items .dropup .share-dropdown .md-form label { font-size: 12px; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items .dropup .share-dropdown .md-form .form-control { font-size: 12px; background: white; height: 20px; }
.bookshelf .tab-content.stack-view .card-columns .card .more-details .action-items .dropup .share-dropdown .md-form textarea.md-textarea { min-height: 1rem; background: white; padding: 5px 0; font-size: 12px; }
.bookshelf .tab-content.stack-view .card-columns .card .remove-from-shelf { position: absolute; top: 0; right: 0; display: none; padding: 2px 2px 2px 5px; box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2); border-radius: 0 0 0 34px; background: rgba(255, 255, 255, 0.9); }
.bookshelf .tab-content.stack-view .card-columns .card .remove-from-shelf .material-icons { font-size: 1.2rem; }
.bookshelf .tab-content.stack-view .card-columns .card:hover .remove-from-shelf { display: block; z-index: 10; }
.bookshelf .tab-content.list-view .card-columns { padding: 2%; -moz-column-gap: 1rem; -webkit-column-gap: 1rem; column-gap: 1rem; }
@media (min-width: 990px) { .bookshelf .tab-content.list-view .card-columns { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; } }
.bookshelf .tab-content.list-view .card-columns .card { padding: 5px; text-align: left; position: relative; cursor: pointer; border: 1px solid #f0e0f7; box-shadow: none; }
.bookshelf .tab-content.list-view .card-columns .card:hover { box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2); }
@media (max-width: 552px) { .bookshelf .tab-content.list-view .card-columns .card { float: left; } }
.bookshelf .tab-content.list-view .card-columns .card .cover-img { float: left; margin-right: 1rem; }
.bookshelf .tab-content.list-view .card-columns .card .cover-img img { height: 100px; }
.bookshelf .tab-content.list-view .card-columns .card .title { font-size: 16px; font-weight: bold; margin: 5px 0px 5px; }
.bookshelf .tab-content.list-view .card-columns .card .more-details { background: #fff; font-size: 12px; display: block; float: left; width: 75%; }
.bookshelf .tab-content.list-view .card-columns .card .more-details hr { display: none; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .info { clear: right; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .author-name { font-size: 12px; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .sub-title, .bookshelf .tab-content.list-view .card-columns .card .more-details .author-name, .bookshelf .tab-content.list-view .card-columns .card .more-details .format { display: block; padding: 3px 0; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .btn { margin: 0px; font-size: 13px; }
.bookshelf .tab-content.list-view .card-columns .card .more-details hr { margin: 0.5rem 0; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .action-items { float: left; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .action-items a { color: #E65019; padding: 0 4px 0 3px; border-right: 1px solid #e6ccf1; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .action-items a:hover, .bookshelf .tab-content.list-view .card-columns .card .more-details .action-items a.active { color: #642382; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link { position: absolute; right: 0px; top: 0px; padding: 2px 5px 0; margin: 0  5px; display: inline-block; color: #642382; border-right: 0; visibility: hidden; opacity: 0; transition: visibility 0.2s, opacity 0.2s linear; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link .material-icons { font-size: 1.2rem; line-height: 16px; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link + .icon-link { top: 30px; transition: visibility 0.6s, opacity 0.6s linear; visibility: hidden; opacity: 0; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link + .icon-link + .icon-link { top: 60px; transition: visibility 0.8s, opacity 0.8s linear; visibility: hidden; opacity: 0; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link + .icon-link + .icon-link + .icon-link { top: 90px; visibility: hidden; opacity: 0; }
.bookshelf .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link:hover, .bookshelf .tab-content.list-view .card-columns .card .more-details .action-items a.icon-link.active { background: rgba(220, 184, 236, 0.3); border-radius: 2px; color: #E65019; }
.bookshelf .tab-content.list-view .card-columns .card .remove-from-shelf { position: absolute; top: 0; left: 0; display: none; padding: 2px 4px 2px 1px; box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2); border-radius: 0 0 34px 0; background: rgba(255, 255, 255, 0.9); }
.bookshelf .tab-content.list-view .card-columns .card .remove-from-shelf .material-icons { font-size: 1rem; }
.bookshelf .tab-content.list-view .card-columns .card:hover .action-items a.icon-link { visibility: visible; opacity: 1; }
.bookshelf .tab-content.list-view .card-columns .card:hover .action-items a.icon-link + .icon-link { visibility: visible; opacity: 1; }
.bookshelf .tab-content.list-view .card-columns .card:hover .action-items a.icon-link + .icon-link + .icon-link { visibility: visible; opacity: 1; }
.bookshelf .tab-content.list-view .card-columns .card:hover .action-items a.icon-link + .icon-link + .icon-link + .icon-link { visibility: visible; opacity: 1; }
.bookshelf .tab-content.list-view .card-columns .card:hover .remove-from-shelf { display: block; z-index: 10; }
.bookshelf .tab-content.title-view .card-columns { padding: 2%; -moz-column-gap: 0px; -webkit-column-gap: 0px; column-gap: 0px; }
@media (min-width: 990px) { .bookshelf .tab-content.title-view .card-columns { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; } }
.bookshelf .tab-content.title-view .card-columns .card { padding: 10px; text-align: left; position: relative; cursor: pointer; border: 1px solid #f0e0f7; box-shadow: none; border-bottom: 0px; margin: -10px 0 0 0; }
.bookshelf .tab-content.title-view .card-columns .card:first-child { margin: 0; }
.bookshelf .tab-content.title-view .card-columns .card:last-child { border: 1px solid #f0e0f7; }
.bookshelf .tab-content.title-view .card-columns .card:hover { background: #f0e0f7; }
@media (max-width: 552px) { .bookshelf .tab-content.title-view .card-columns .card { float: left; } }
.bookshelf .tab-content.title-view .card-columns .card .cover-img { display: none; }
.bookshelf .tab-content.title-view .card-columns .card .title { font-size: 16px; font-weight: bold; margin: 0px; }
.bookshelf .tab-content.title-view .card-columns .card .more-details { background: #fff; font-size: 12px; display: block; }
.bookshelf .tab-content.title-view .card-columns .card .more-details hr { display: none; }
.bookshelf .tab-content.title-view .card-columns .card .more-details .info { float: left; }
.bookshelf .tab-content.title-view .card-columns .card .more-details .info + .info { display: none; }
.bookshelf .tab-content.title-view .card-columns .card .more-details .author-name, .bookshelf .tab-content.title-view .card-columns .card .more-details .format, .bookshelf .tab-content.title-view .card-columns .card .more-details .publisher { display: none; }
.bookshelf .tab-content.title-view .card-columns .card .more-details .sub-title { display: block; padding: 3px 0; }
.bookshelf .tab-content.title-view .card-columns .card .more-details .btn { margin: 0px; font-size: 13px; }
.bookshelf .tab-content.title-view .card-columns .card .more-details hr { margin: 0.5rem 0; }
.bookshelf .tab-content.title-view .card-columns .card .more-details .action-items { float: right; vertical-align: middle; }
.bookshelf .tab-content.title-view .card-columns .card .more-details .action-items a { color: #E65019; padding: 0 4px 0 3px; border-right: 1px solid #e6ccf1; vertical-align: middle; }
.bookshelf .tab-content.title-view .card-columns .card .more-details .action-items a:hover, .bookshelf .tab-content.title-view .card-columns .card .more-details .action-items a.active { color: #642382; }
.bookshelf .tab-content.title-view .card-columns .card .more-details .action-items a.icon-link { padding: 2px 5px 0; margin: 0  5px; display: inline-block; color: #642382; border-right: 0; }
.bookshelf .tab-content.title-view .card-columns .card .more-details .action-items a.icon-link .material-icons { font-size: 1.2rem; }
.bookshelf .tab-content.title-view .card-columns .card .more-details .action-items a.icon-link:hover, .bookshelf .tab-content.title-view .card-columns .card .more-details .action-items a.icon-link.active { background: rgba(220, 184, 236, 0.3); border-radius: 2px; color: #E65019; }
.bookshelf .tab-content.title-view .card-columns .card .remove-from-shelf { position: absolute; top: 0; left: 0; display: none; padding: 2px 4px 2px 1px; box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2); border-radius: 0 0 34px 0; background: rgba(255, 255, 255, 0.9); }
.bookshelf .tab-content.title-view .card-columns .card .remove-from-shelf .material-icons { font-size: 1rem; }
.bookshelf .tab-content.title-view .card-columns .card:hover .action-items a.icon-link { visibility: visible; opacity: 1; }
.bookshelf .tab-content.title-view .card-columns .card:hover .action-items a.icon-link + .icon-link { visibility: visible; opacity: 1; }
.bookshelf .tab-content.title-view .card-columns .card:hover .action-items a.icon-link + .icon-link + .icon-link { visibility: visible; opacity: 1; }
.bookshelf .tab-content.title-view .card-columns .card:hover .action-items a.icon-link + .icon-link + .icon-link + .icon-link { visibility: visible; opacity: 1; }
.bookshelf .tab-content.title-view .card-columns .card:hover .remove-from-shelf { display: block; z-index: 10; }
.bookshelf .collections .card { position: relative; }
.bookshelf .back-to-collection, .bookshelf .back-to-journals { vertical-align: middle; display: none; margin: 0px; cursor: pointer; position: absolute; border-radius: 50%; top: 30px; left: 5px; width: 2rem; height: 2rem; padding: 2px; }
.bookshelf .back-to-collection .material-icons, .bookshelf .back-to-journals .material-icons { vertical-align: middle; text-align: center; }
.bookshelf .dropdown-menu .c-inputs-stacked label { margin: 5px 0; display: inline-block; }

.view-collections, .view-journals { display: none; }

.view-journals { width: 100%; position: fixed; left: 0; right: 0; bottom: 0; top: 0; margin: 0 auto; z-index: 100; background: #FFFFFF; }
.view-journals .journals-header { width: 96%; display: block; padding: 1%; background: rgba(100, 35, 130, 0.05); margin: 2%; }
.view-journals .journals-header a.close-journals { position: absolute; right: 0; top: 0; }
.view-journals .journals-header a.close-journals .material-icons { font-size: 2.2rem; font-weight: bold; }
.view-journals .journals-header a.close-journals:hover .material-icons { transform: rotate(90deg); transition: .5s ease-out; }
.view-journals .journals-header a.back { position: absolute; left: 30px; top: 0; right: auto; }
.view-journals .journals-header .cover-img { float: left; margin-right: 1rem; }
.view-journals .journals-header .cover-img img { height: 120px; }
.view-journals .journals-header .title { font-size: 16px; font-weight: bold; margin: 5px 0px 5px; }
.view-journals .journals-header .more-details { font-size: 12px; display: block; float: left; width: 75%; }
.view-journals .journals-header .more-details hr { display: none; }
.view-journals .journals-header .more-details .info { clear: right; }
.view-journals .journals-header .more-details .author-name { font-size: 12px; }
.view-journals .journals-header .more-details .sub-title, .view-journals .journals-header .more-details .author-name, .view-journals .journals-header .more-details .format { display: block; padding: 3px 0; }
.view-journals .journals-header .more-details .btn { margin: 0px; font-size: 13px; }
.view-journals .journals-header .more-details hr { margin: 0.5rem 0; }
.view-journals .journals-header .more-details .add-to-cart .material-icons { vertical-align: middle; }
.view-journals .journals-body { width: 100%; display: block; }
.view-journals .journals-body .volumes-wrapper { float: left; width: 250px; min-height: 200px; margin-left: 28px; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); font-weight: 0.8rem; }
.view-journals .journals-body .volumes-wrapper .volumes-links a { display: inline-block; padding: 0px; font-size: 0.8rem; }
.view-journals .journals-body .volumes-wrapper .volumes-links a .material-icons { vertical-align: middle; }
.view-journals .journals-body .volumes-wrapper .volumes-main-heading { padding: 10px 10px 0; font-weight: bold; font-size: 0.9rem; }
.view-journals .journals-body .volumes-wrapper .volumes-list { font-size: 0.8rem; padding: 0px; height: 320px; overflow-y: auto; }
.view-journals .journals-body .volumes-wrapper .volumes-list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
.view-journals .journals-body .volumes-wrapper .volumes-list::-webkit-scrollbar { width: 5px; }
.view-journals .journals-body .volumes-wrapper .volumes-list::-webkit-scrollbar-thumb { background-color: #a954d1; border-radius: 5px; }
.view-journals .journals-body .volumes-wrapper .volumes-list li { padding: 10px; border-bottom: 1px solid rgba(100, 35, 130, 0.05); }
.view-journals .journals-body .volumes-wrapper .volumes-list li:last-child { border: 0; }
.view-journals .journals-body .volumes-wrapper .volumes-list li.active, .view-journals .journals-body .volumes-wrapper .volumes-list li:hover { background: rgba(100, 35, 130, 0.05); cursor: pointer; }
.view-journals .journals-body .volumes-wrapper .volumes-list li.active .volume-title, .view-journals .journals-body .volumes-wrapper .volumes-list li:hover .volume-title { color: #E65019; }
.view-journals .journals-body .volumes-wrapper .volumes-list li .volume-title { font-weight: bold; }
.view-journals .journals-body .articals-list-wrapper { height: 400px; overflow-y: auto; }
.view-journals .journals-body .articals-list-wrapper::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
.view-journals .journals-body .articals-list-wrapper::-webkit-scrollbar { width: 5px; }
.view-journals .journals-body .articals-list-wrapper::-webkit-scrollbar-thumb { background-color: #a954d1; border-radius: 5px; }
.view-journals .journals-body .card-columns { padding: 0 2% 2%; -moz-column-gap: 0px; -webkit-column-gap: 0px; column-gap: 0px; }
@media (min-width: 990px) { .view-journals .journals-body .card-columns { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; } }
.view-journals .journals-body .card-columns .card { padding: 10px; text-align: left; position: relative; cursor: pointer; border: 1px solid #f0e0f7; box-shadow: none; border-bottom: 0px; margin: -10px 0 0 0; }
.view-journals .journals-body .card-columns .card:first-child { margin: 0; }
.view-journals .journals-body .card-columns .card:last-child { border: 1px solid #f0e0f7; }
.view-journals .journals-body .card-columns .card:hover { background: #f0e0f7; }
@media (max-width: 552px) { .view-journals .journals-body .card-columns .card { float: left; } }
.view-journals .journals-body .card-columns .card .cover-img { display: none; }
.view-journals .journals-body .card-columns .card .title { font-size: 16px; font-weight: bold; margin: 0px; }
.view-journals .journals-body .card-columns .card .more-details { background: #fff; font-size: 12px; display: block; }
.view-journals .journals-body .card-columns .card .more-details hr { display: none; }
.view-journals .journals-body .card-columns .card .more-details .info { float: left; }
.view-journals .journals-body .card-columns .card .more-details .info + .info { display: none; }
.view-journals .journals-body .card-columns .card .more-details .info .more { display: none; }
.view-journals .journals-body .card-columns .card .more-details .info .more h3 { font-size: 1.2rem; display: block; clear: both; margin: 10px 0 0 0; }
.view-journals .journals-body .card-columns .card .more-details .info .show-more { display: inline-block; position: relative; padding: 2px 25px 3px 7px; background: rgba(100, 35, 130, 0.05); }
.view-journals .journals-body .card-columns .card .more-details .info .show-more:before { content: '\276F'; position: absolute; right: 9px; top: 2px; transform: rotate(90deg); color: #45526E; }
.view-journals .journals-body .card-columns .card .more-details .info .show-more:hover { background: #FFFFFF; }
.view-journals .journals-body .card-columns .card .more-details .info .show-more:hover:before { content: '\276F'; position: absolute; right: 9px; top: 2px; transform: rotate(270deg); color: #E65019; transition: .5s ease-out; }
.view-journals .journals-body .card-columns .card .more-details .sub-title, .view-journals .journals-body .card-columns .card .more-details .page-no { display: block; padding: 3px 0; }
.view-journals .journals-body .card-columns .card .more-details .btn { margin: 0px; font-size: 13px; }
.view-journals .journals-body .card-columns .card .more-details hr { margin: 0.5rem 0; }
.view-journals .journals-body .card-columns .card .more-details .action-items { float: right; vertical-align: middle; }
.view-journals .journals-body .card-columns .card .more-details .action-items a { color: #E65019; padding: 0 4px 0 3px; border-right: 1px solid #e6ccf1; vertical-align: middle; }
.view-journals .journals-body .card-columns .card .more-details .action-items a:hover, .view-journals .journals-body .card-columns .card .more-details .action-items a.active { color: #642382; }
.view-journals .journals-body .card-columns .card .more-details .action-items a.icon-link { padding: 2px 5px 0; margin: 0  5px; display: inline-block; color: #642382; border-right: 0; }
.view-journals .journals-body .card-columns .card .more-details .action-items a.icon-link .material-icons { font-size: 1.2rem; }
.view-journals .journals-body .card-columns .card .more-details .action-items a.icon-link:hover, .view-journals .journals-body .card-columns .card .more-details .action-items a.icon-link.active { background: rgba(220, 184, 236, 0.3); border-radius: 2px; color: #E65019; }
.view-journals .journals-body .card-columns .card .remove-from-shelf { position: absolute; top: 0; left: 0; display: none; padding: 2px 4px 2px 1px; box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2); border-radius: 0 0 34px 0; background: rgba(255, 255, 255, 0.9); }
.view-journals .journals-body .card-columns .card .remove-from-shelf .material-icons { font-size: 1rem; }
.view-journals .journals-body .card-columns .card:hover .action-items a.icon-link { visibility: visible; opacity: 1; }
.view-journals .journals-body .card-columns .card:hover .action-items a.icon-link + .icon-link { visibility: visible; opacity: 1; }
.view-journals .journals-body .card-columns .card:hover .action-items a.icon-link + .icon-link + .icon-link { visibility: visible; opacity: 1; }
.view-journals .journals-body .card-columns .card:hover .action-items a.icon-link + .icon-link + .icon-link + .icon-link { visibility: visible; opacity: 1; }
.view-journals .journals-body .card-columns .card:hover .remove-from-shelf { display: block; z-index: 10; }

.modal-stack-view-details, .modal-issue-view-details { font-size: 13px; }
.modal-stack-view-details .thumb-wrapper, .modal-issue-view-details .thumb-wrapper { float: left; margin: 0 1rem 0 0; position: relative; }
@media (max-width: 568px) { .modal-stack-view-details .thumb-wrapper, .modal-issue-view-details .thumb-wrapper { display: none; } }
.modal-stack-view-details .info-wrapper, .modal-issue-view-details .info-wrapper { width: 65%; margin-left: 35%; }
@media (max-width: 568px) { .modal-stack-view-details .info-wrapper, .modal-issue-view-details .info-wrapper { width: 100%; margin: 0; } }
.modal-stack-view-details .info img, .modal-issue-view-details .info img { float: left; margin: 0 25px 0 0; }
.modal-stack-view-details .info .author-name, .modal-issue-view-details .info .author-name { font-size: 12px; }
.modal-stack-view-details .info .sub-title, .modal-stack-view-details .info .author-name, .modal-stack-view-details .info .format, .modal-stack-view-details .info .publisher, .modal-issue-view-details .info .sub-title, .modal-issue-view-details .info .author-name, .modal-issue-view-details .info .format, .modal-issue-view-details .info .publisher { display: block; padding: 3px 0; }
.modal-stack-view-details hr, .modal-issue-view-details hr { margin: 0.5rem 0; }
.modal-stack-view-details .action-items a, .modal-issue-view-details .action-items a { color: #E65019; padding: 0 3px 0 3px; border-right: 1px solid #e6ccf1; }
.modal-stack-view-details .action-items a:hover, .modal-stack-view-details .action-items a.active, .modal-issue-view-details .action-items a:hover, .modal-issue-view-details .action-items a.active { color: #642382; }
.modal-stack-view-details .action-items a.icon-link, .modal-issue-view-details .action-items a.icon-link { padding: 2px 5px 0; margin: 0  2px; display: inline-block; color: #642382; border-right: 0; }
.modal-stack-view-details .action-items a.icon-link:hover, .modal-stack-view-details .action-items a.icon-link.active, .modal-issue-view-details .action-items a.icon-link:hover, .modal-issue-view-details .action-items a.icon-link.active { background: rgba(220, 184, 236, 0.3); border-radius: 2px; color: #E65019; }
.modal-stack-view-details .action-items .dropup, .modal-issue-view-details .action-items .dropup { display: inline-block; }
.modal-stack-view-details .action-items .dropup .share-dropdown, .modal-issue-view-details .action-items .dropup .share-dropdown { width: 185px; left: -85px; padding: 7px; box-shadow: 2px 2px 35px rgba(0, 0, 0, 0.5); border: 1px solid #d2a4e7; }
.modal-stack-view-details .action-items .dropup .share-dropdown h3, .modal-issue-view-details .action-items .dropup .share-dropdown h3 { font-size: 14px; font-weight: bold; margin-bottom: 10px; }
.modal-stack-view-details .action-items .dropup .share-dropdown .md-form, .modal-issue-view-details .action-items .dropup .share-dropdown .md-form { margin-bottom: 0px; }
.modal-stack-view-details .action-items .dropup .share-dropdown .md-form label, .modal-issue-view-details .action-items .dropup .share-dropdown .md-form label { font-size: 12px; }
.modal-stack-view-details .action-items .dropup .share-dropdown .md-form .form-control, .modal-issue-view-details .action-items .dropup .share-dropdown .md-form .form-control { font-size: 12px; background: white; height: 20px; }
.modal-stack-view-details .action-items .dropup .share-dropdown .md-form textarea.md-textarea, .modal-issue-view-details .action-items .dropup .share-dropdown .md-form textarea.md-textarea { min-height: 1rem; background: white; padding: 5px 0; font-size: 12px; }

.view-collections-toolbar { display: none; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { border: 0; background-color: #f3a88c; color: #FFFFFF; font-weight: 300; font-size: 1rem; }
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover { background-color: #f8cbba; }
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove { float: right; color: #FFFFFF; margin-left: 5px; }

/*# sourceMappingURL=bookshelf.css.map */
