body {
    background: #eee;
    word-break: break-word !important;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
}

ul {
    margin: 0;
}

.bg-green {
    background-color: #28a82c;
}

li a.active {
    color: #28a82c;
}

.small-nav {
    margin-top: -1.4rem;
    margin-bottom: 1rem;
}

.site-header .navbar-nav .nav-link {
    color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
    font-weight: 500;
}

.content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.article-title {
    color: #444444;
}

a.article-title:hover {
    color: #428bca;
    text-decoration: none;
}

.article-content {
    white-space: pre-line;
}

.article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
}

.article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
    color: #333;
    text-decoration: none;
}

.article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
}
.employee-table-img {
    height: 70px;
    width: 70px;
    margin-right: 20px;
    margin-bottom: 16px;
}

.account-heading {
    font-size: 2.5rem;
}

.mainNotebookImageDiv {
    height: 60%;
}

.mainNotebookInnerDiv {
    width: 50%;
    margin: auto;
}

.btn.pmd-btn-fab {
    padding: 0;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    min-width: 56px;
}

.btn.pmd-btn-raised {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*!
 * Propeller v1.3.2 (http://propeller.in): floating-action-button.css
 * Copyright 2016-2019 Digicorp, Inc.
 * Licensed under MIT (http://propeller.in/LICENSE)
 */
.pmd-floating-action {
    bottom: 1rem;
    position: fixed;
    right: 1rem;
    z-index: 1000;
}

.pmd-floating-action:hover .pmd-floating-action-btn,
.menu--floating--open .pmd-floating-action-btn {
    opacity: 1;
    -ms-transform: none;
    transform: none;
    position: relative;
    bottom: auto;
    overflow: hidden;
}

.pmd-floating-action:hover .pmd-floating-action-btn:before,
.menu--floating--open .pmd-floating-action-btn:before {
    opacity: 1;
}

.pmd-floating-action-btn {
    display: block;
    position: relative;
    transition: all 0.2s ease-in-out;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.pmd-floating-action-btn:before {
    bottom: 10%;
    content: attr(data-title);
    opacity: 0;
    position: absolute;
    right: 100%;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    background-color: #ffffff;
    padding: 0.375rem 0.75rem;
    border-radius: 0.125rem;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.75rem;
    margin-right: 0.3125rem;
    display: inline-block;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pmd-floating-action-btn:last-child:before {
    font-size: 14px;
    bottom: 25%;
}

.pmd-floating-action-btn:hover, .pmd-floating-action-btn:focus, .pmd-floating-action-btn:active {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pmd-floating-action-btn:not(:last-child) {
    opacity: 0;
    transform: translateY(20px) scale(0.3);
    -ms-transform: translateY(20px) scale(0.3);
    margin-bottom: 0.9375rem;
    margin-left: 0.5rem;
    position: absolute;
    bottom: 0;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(1) {
    transition-delay: 50ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(2) {
    transition-delay: 100ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(3) {
    transition-delay: 150ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(4) {
    transition-delay: 200ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(5) {
    transition-delay: 250ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(6) {
    transition-delay: 300ms;
}

.pmd-floating-action-btn.btn:hover {
    overflow: visible;
}

.pmd-floating-action-btn .ink {
    width: 50px;
    height: 50px;
}

.pmd-floating-hidden {
    display: none;
}

.btn.pmd-btn-fab span, .btn.pmd-btn-fab i {
    line-height: 56px;
}

.btn.pmd-btn-fab span, .btn.pmd-btn-fab i {
    line-height: 56px;
}

/*# sourceMappingURL=floating-action-button.css.map */
.notebook-img {
    height: 146px;
    width: auto;
}

.notebook-img-block {
    display: block !important;
    text-align: center;
    text-align: -webkit-center;
    background: #e6e6e6;
    overflow: hidden;
}

.favorite-icon-star {
    height: 32px;
    width: auto;
}

.favorite-icon-public {
    height: 32px;
    width: auto;
}

.note-thumb-view {
    width: auto;
    height: 250px;
}

.note-card {
    min-height: 260px;
    max-height: 260px;

}

.public-note-card {
    min-height: 320px;
    max-height: 320px;

}

.card-buttons {
    position: absolute;
    bottom: 2%;
    left: 3%;
}

.note-card .card-badges {
    top: 50%;
    position: absolute;
    right: 6%;
}

.book-card {
    min-height: 330px;
    max-height: 330px;

}

.book-card-buttons {
    position: absolute;
    bottom: 50%;
    right: 3%;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}
.hidden {
    display: none;
}


    .container {
        max-width: 85% !important;
    }

/* Brand green theme overrides */
:root {
  --bs-primary: #28a82c;
  --bs-success: #28a82c;
  --bs-primary-rgb: 40,168,44;
}

.btn-primary,
.bg-primary {
  background-color: #28a82c !important;
  border-color: #28a82c !important;
}
.btn-outline-primary { color:#28a82c !important; border-color:#28a82c !important; }
.btn-outline-primary:hover { background-color:#28a82c !important; color:#fff !important; }
.text-primary { color:#28a82c !important; }
.border-primary { border-color:#28a82c !important; }
.badge-primary { background-color:#28a82c !important; }

/* Links */
a { color:#1e7f22; }
a:hover { color:#155b18; }

/* Sidenav polish */
#sidenav-main .nav-link { color:#6c757d; border-radius:.35rem; transition:background-color .2s ease,color .2s ease; }
#sidenav-main .nav-link:hover { background: rgba(40,168,44,.08); color:#28a82c; }
#sidenav-main .nav-link.active { color:#28a82c; background: rgba(40,168,44,.12); font-weight:600; }
#sidenav-main .nav-link .icon { color:inherit; }
#sidenav-main .nav-link.active .icon,
#sidenav-main .nav-link:hover .icon { color:#28a82c; }

/* Cards */
.card { border-radius:.5rem; box-shadow:0 0.15rem 1rem rgba(0,0,0,.06); }
.card-header { background:#fff; }

/* Tables */
.table thead th { border-bottom-width:2px; }
.table-hover tbody tr:hover { background: rgba(40,168,44,.04); }

/* Forms */
.form-control, .form-select { border-radius:.375rem; }
.input-group-text { background:#f8f9fa; }

/* Utilities */
.shadow-soft { box-shadow:0 0.15rem 1rem rgba(0,0,0,.06) !important; }

/* Brand title spacing */
.sidenav-header .navbar-brand h3 { line-height:1.2; }
