body {
    background-color: #5B5D71;
}

::-webkit-input-placeholder { /* Edge */
  color: #B9CFDE;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B9CFDE;
}

::placeholder {
  color: #B9CFDE;
}

a {
    color: #F89715;
}

main {
    background-color: #F6F7F8;
}
#top-navbar {
    background-color: #F89715;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#top-navbar a {
    color: #fff;
}

#top-navbar .navbar-toggler {
    position: absolute;
    right: 5%;
    border-color: rgb(255, 255, 255);
}

#top-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#sidebar {
    background-color: #5B5D71;
}

#sidebar-menu {}
sidebar-bottom-menu {}

#sidebar-menu,
sidebar-bottom-menu {
    color: #F6F7F8;
}

#sidebar-menu a,
#sidebar-bottom-menu a {
    color: #F6F7F8;
}

#sidebar-menu .nav .nav-item a i,
#sidebar-bottom-menu  .nav .nav-item a i {
    padding-right: 10px;
}

.nav .nav-item .nav-link span {
    color: #fff;
    padding-right: 10px;
}


sidebar-bottom-menu {}

#top-panel {
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem !important;
}

.alert {}
.alert ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.btn {
    border-radius: 10px;
    padding: .4rem 2.5rem;
}

.btn-dark-grey {
    color: #fff;
    background-color: #5B5D71;
    border-color: #5B5D71;
}

.btn-dark-grey:hover {
    color: #fff;
    background-color: #5B5D71;
    border-color: #5B5D71;
}

.btn-orange {
    color: #fff;
    background-color: #F89715;
    border-color: #F89715;
}

.btn-orange:hover {
    color: #fff;
    background-color: #F89715;
    border-color: #F89715;
}

.btn-transparent {
    color: #1E2D34;
    background-color: #fff;
    border: 1px solid #F89715;
}

.btn-orange:hover {
    color: #fff;
    background-color: #F89715;
    border-color: #F89715;
}
td.actions .btn {
    border-radius: 0;
    padding: .3rem 0.5rem;
}

.table {
    color: #5C7C8B;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: none;
}

.table td.actions {
    text-align: center;
}

.table thead tr td {
    color: #5B5D71; 
}
.table tr td .btn {
    color: #5B5D71;
}

form input,
form input.form-control {
    border: none;
}

form select,
form select.custom-select {
    border: none;
}

form textarea.form-control {
    border: none;
}

form .custom-file .custom-file-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modal {}
.modal .modal-dialog {
    max-width: 650px;
}

.modal .modal-content {
    border-radius: 1rem;
}

.modal .modal-header {
    border-bottom: none;
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}

.modal .modal-footer {
    border-top: none;
    border-bottom-right-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px);
}

.modal form .form-group {
    margin-bottom: 2rem;
}

.modal form input[type=text] {
    border-bottom: 1px solid #B9CFDE;
    border-radius: 0;
    padding-left: 3px;
    padding-right: 3px;
}

.modal form input[type=password] {
    border-bottom: 1px solid #B9CFDE;
    border-radius: 0;
    padding-left: 3px;
    padding-right: 3px;
}

.modal form input[type=time] {
    border-bottom: 1px solid #B9CFDE;
    border-radius: 0;
    padding-left: 3px;
    padding-right: 3px;
}

.modal form select {
    border-bottom: 1px solid #B9CFDE;
    border-radius: 0;
    padding-left: 3px;
    padding-right: 3px;
}

.modal form label {
    color: #5C7C8B;
    font-size: 0.9rem;
}

.modal form .info {
}

.modal form .info span {
    color: #1E2D34;
    font-size: 0.9rem;
}

.modal .modal-footer .buttons {
    margin: 0 auto 1rem;
}

.modal .modal-footer .buttons button {
    margin: 0 0.5rem;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #F89715;
    border-color: #F89715;
}

.page-link {
    color: #F89715;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    color: #5B5D71;
}

.books {}
.books .book-image {
    width: 50px;
}

#book-block-view {}

#book-block-view .book {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    min-height: 195px;
}

#book-block-view .book .image {
    width: 120px;
    min-height: 195px;
    float: left;
    position: absolute;
}

#book-block-view .book .image img {
    width: 100%;
    border-radius: 10px;
}

#book-block-view .book .info {
    margin-left: 0px;
    padding: 10px 20px 10px 140px;
    width: 100%;
}

#book-block-view .book .info .category-status {
    margin-bottom: 1rem;
}

#book-block-view .book .info .category {
    display: inline-block;
    background-color: #F89715;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.1rem 0.5rem;
    border-radius: 5px;
}

#book-block-view .book .info .status {
    display: inline-block;
    background-color: #B9CFDE;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.1rem 0.5rem;
    border-radius: 5px;
}

#book-block-view .book .info .likes {
    float: right;
    font-size: 1rem;
    padding: 0rem 0.5rem;
}

#book-block-view .book .info .likes i {
    color: #24AE5F;
}

#book-block-view .book .info .likes .number {
    color: #5B5D71;
}

#book-block-view .book .info .title {
    color: #1E2D34;
    font-weight: bold;
    font-size: 1rem;
}

#book-block-view .book .info .author {
    color: #5C7C8B;
    font-weight: normal;
    font-size: 0.9rem;
}

#book-block-view .book .info .audio-file {
    color: #5C7C8B;
    font-weight: normal;
    font-size: 0.9rem;
}

#book-block-view .book .info .text-file {
    color: #5C7C8B;
    font-weight: normal;
    font-size: 0.9rem;
}

#book-block-view .book .info .actions {
    text-align: right;
}

#book-block-view .book .info .actions a {
    padding: 0;
    margin-left: 5px;
}

.form-book {
    
}

.form-book .file-input-panel {
    position: relative;
    min-height: 100px;
}

.form-book .file-input-panel .file-image {
    position: absolute;
}

.form-book .file-input-panel .file-image img {
    width: 90px;
}

.form-book .file-input-panel .file-input {
    padding-left: 100px;
}

.form-book .file-name {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 60px;
}

.form-book .file-actions,
.form-book .file-actions {
    float: right;
    margin-top: -25px;
    text-align: right;
}

.form-book .file-actions a,
.form-book .file-actions a {
    color: #B9CFDE;
    padding-right: 10px;
}

#form-add-book {}

#form-edit-book {}

#form-add-book .input-label,
#form-edit-book .input-label {
    font-size: 0.9rem;
    color: #5C7C8B;
}

#form-add-book .cover-image {
    margin-bottom: 0.5rem;
}

#form-edit-book .cover-image {
    margin-bottom: 0.5rem;
}

#form-add-book .cover-image img,
#form-edit-book .cover-image img {
    width: 90%;
}

#form-add-book .cover-image-delete,
#form-edit-book  .cover-image-delete {
    text-align: right;
}

#form-add-book .cover-image-delete a,
#form-edit-book  .cover-image-delete a {
    color: #B9CFDE;
    padding-right: 10%;
}

#form-add-book .file-name,
#form-edit-book .file-name {
}

#form-add-book .file-actions,
#form-edit-book .file-actions {
}

#form-add-book .file-actions a,
#form-edit-book .file-actions a {
}

#form-add-book .status-visibility,
#form-edit-book .status-visibility {
}

#form-add-book .status-visibility .form-check,
#form-edit-book .status-visibility  .form-check {
    float: left;
    padding-right: 20px;
}

#sidebar a.active {
    color: #F89715 !important;
}

#filter-panel {
    /*font-size: 0.9rem;*/
}

#filter-panel form label {
    /*font-size: 0.9rem;*/
    color: #5C7C8B;
}

#filter-panel form input {
    /*font-size: 0.9rem;*/
}

#filter-panel form select {
    /*font-size: 0.9rem;*/
}

#filter-panel form .title {
}

#filter-panel form .actions {
}

#filter-panel form .actions .btn {
    display: inline-block;
}

#filter-panel #view-selection {
    /*float: right;
    margin-top: 0; */
}

@media (min-width: 992px){
    #filter-panel #view-selection {
        /*float: right;
        margin-top: -3rem;*/
    }
}

#filter-panel #view-selection a {
    font-size: 1.5rem;
    color: #B9CFDE;
}

#filter-panel #view-selection span {
    font-size: 1.5rem;
    color: #5B5D71;
}

#notifications {}

#notifications .notification {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 2rem;
}

#notifications .notification .info {
    height: 35px;
}

#notifications .notification .info .title {
    font-size: 15px;
    color: #1E2D34;
    font-weight: bold;
    float: left;
}

#notifications .notification .info .date-time {
    color: #5C7C8B;
    font-size: 14px;
    font-weight: normal;
    float: right;
}

#notifications .notification .description {
    color: #5C7C8B;
    font-size: 14px;
}

#notifications .notification .actions .btn {
    border-radius: 0;
    padding: .3rem 0.5rem;
}

#support-messages {}

#support-messages tbody tr {
    border-bottom: 1px solid #B9CFDE;
}

#support-messages tbody tr td.date {
    color: #1E2D34;
}

.support-messages {
    
}

.support-messages .status-new {
    display: inline-block;
    font-size: 0.9rem;
    padding: 0.1rem 1.5rem;
    color: #fff;
    background-color: #F89715;
    border-radius: 5px;
    width: 95px;
    text-align: center;
}

.support-messages .status-replied {
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.1rem 1.5rem;
    color: #fff;
    background-color: #B9CFDE;
    border-radius: 5px;
    width: 95px;
    text-align: center;
}

#view-message {}

#view-message .message {
    
}
#view-message .message .user-date {
    height: 15px;
}

#view-message .message .message-username {
    float: left;
    margin-right: 1rem;
    color: #1E2D34;
    font-weight: bold;
}

#view-message .message .message-date {
    float: left;
    color: #1E2D34;
    font-size: 0.9rem;
}

#view-message .message .message-title {
    text-transform: uppercase;
    color: #5C7C8B;
}

#view-message .message .message-content {
    color: #5C7C8B;
}

#view-message .message .message-reply-title {
    text-transform: uppercase;
    color: #1E2D34;
}

#view-message .message .message-reply {
    color: #5C7C8B;
}

#view-message .message form textarea {
    color: #5C7C8B;
}

#edit-user-modal {}

#edit-user-modal form {}

#edit-user-modal form .join-date {
    color: #5B5D71;
}

#edit-user-modal form .join-date .date {
    padding-left: 20px;
}

#author-books {}

#author-books .author-name {
    font-size: 1.1rem;
    font-weight: bold;
}

#author-books .author-last-activity {
    color: #5C7C8B;
    text-transform: uppercase;
}

#author-books .book-info {
    border-bottom: 1px solid #B9CFDE;
}

#author-books .book-info .book-image {
}

#author-books .book-info .book-image img {
    height: 50px;
    max-width: 30px;
}

#author-books .book-info .book-title {
    font-weight: bold;
}

#author-books .book-info .book-created {
    color: #5C7C8B;
}

#author-books .book-info .book-created .date {
    float: right;
    padding-left: 10px;
}

.image-tooltip {}
 
.form-book .image-tooltip {
    float: left;
}