.app-logo{
    height: 35px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.125rem;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
}

.navbar-brand h3{
    padding-left: 10px;;
}


.py-4{
    text-align: center; 
    padding-top:0px !important;
    background-image: url('/resources/images/library.png');
    /* opacity: 0.4; */
    background-repeat: no-repeat;
    /* background-position: 50% 0; */
    background-size: cover;
    height: calc(100vh - 60px);
}


.button-module {
    border: 1px solid #ddd;
    border-radius: 6px;
    display: inline-block;
    padding: 4px;
    text-align: center;
    width: 200px;
    height: 120px;
    text-decoration: none;
    
}

.button-module figure {
  margin: 0 0 3px;
}

.button-module figure img {
  border-radius: 100%;
  width:70px;
  height:70px;
  border: 2px solid #ddd;
}

.button-module .text {
    font-weight: bold;        
    color: #283c81e8;
    margin: 0 0 5px;
    font-size: 1.5rem;
}

.button-module:hover
{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%) !important;
}

.diabled
{
    pointer-events: none;
    opacity: 0.5;
}

.library-text{
    border-width: 0px;
    font-family: "Copperplate Gothic Bold", "Copperplate Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    text-align: center;
    color: #0e2d91;
    margin-bottom: 0px;
}

.text-muted {
    --x-text-opacity: 1;
    color: rgba(var(--x-muted-rgb), var(--x-text-opacity)) !important;
}

.font-semibold {
    font-weight: 500 !important;
}
.text-sm {
    font-size: 0.875rem !important;
    font-weight: bold !important;
    color: #6c757d !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.bg-tertiary {
    --x-bg-opacity: 1;
    background-color: rgba(var(--x-tertiary-rgb), var(--x-bg-opacity)) !important;
}
.text-white {
    --x-text-opacity: 1;
    color: rgba(var(--x-white-rgb), var(--x-text-opacity)) !important;
}
.text-lg {
    font-size: 1.25rem !important;
}
.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.375rem;
    width: 3rem;
    height: 3rem;
}

/* .bg-tertiary {
    --x-bg-opacity: 1;
    background-color: rgba(255, 87, 154, var(--x-bg-opacity)) !important;
} */

.bg-tertiary {
    --x-bg-opacity: 1;
    border: 1px solid rgba(13, 110, 253,0.4);
}

.card-margin{
    margin: 5px 0px 5px 0px;
    cursor: pointer;
}
.shadow {
    box-shadow: 0 0.5rem 20px rgb(0 0 0 / 15%) !important;
}

.btn-login{
    font-weight: bold;
}

.btn-login:hover{
    color: #fff !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
    font-weight: bold;
}
.book-title{
    font-weight: 600;
    font-size: 17px;
    color: #0075b0;
    text-decoration: none;
}
.book-title:hover{
    text-decoration: underline;
    color: #0075b0;
}
#categorySidebar, #contentDiv{
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    /* animation: slide 3s linear 1;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out; */
}
.hidden{
    display: none;
}

#btnToggleSidebar{
    font-size: 1.5rem;
    padding-top: 0.4rem;
    padding-right: 0.5rem;
}
.disabled{
    opacity: 0.2;
    cursor: not-allowed;
    pointer-events: none !important;
}
.digital-icon{
    padding: 5px 7px;
    border: 1px solid rgba(0, 153, 255, 0.8);
    border-radius: 25px;
    color: rgba(0, 153, 255, 1);
    margin-right: 2px;
    margin-left: 2px;
}
.digital-icon:hover:not(.disabled){
    box-shadow: 0 0.1rem 10px rgb(0 0 0 / 30%) !important;
    color: #fff;
    background-color: rgba(0, 153, 255, 1);
}

.pull-right{
    float: right;
}

.btn-s{
    z-index: 10;
    /* display: block; */
    padding: 0.25rem 0.5rem;
    font-size: .65em;
    color: rgba(0, 153, 255, 1);
    background-color: #fff;
    border: 1px solid;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
}

.btn-s:hover:not(.disabled){
    box-shadow: 0 0.1rem 10px rgb(0 0 0 / 30%) !important;
    color: #fff;
    background-color: rgba(0, 153, 255, 1);
    border-color: rgba(0, 153, 255, 1);
}

.btn-view{
    cursor: pointer !important;
}

.fade {
    transition: opacity .15s linear;
    background-color: rgba(0,0,0,0.5);
    
}

.block.block-rounded {
    border-radius: 4px;
}
.block .block, .content-side .block {
    box-shadow: none;
}
.content p, .content .push, .content .block, .content .items-push > div {
    margin-bottom: 12px;
}
.block {
    margin-bottom: 24px;
    background-color: #fff;
    box-shadow: 0 1px 1px #e4e7ed;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.shadow-none {
    box-shadow: none !important;
}
.block.block-rounded > .block-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.block-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    transition: opacity 0.2s ease-out;
}

.block-header-default {
    background-color: #f6f7f9;
}
.block-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    transition: opacity 0.2s ease-out;
}
.block-title {
    flex: 1 1 auto;
    min-height: 28px;
    margin: 0;
    font-size: 1.142857143rem;
    font-weight: 400;
    line-height: 28px;
    font-family: sans-serif;
}
.block-options {
    flex: 0 0 auto;
    padding-left: 10px;
    min-height: 28px;
}
.btn-block-option {
    display: inline-block;
    padding: 6px 5px;
    line-height: 1.2;
    color: #6c757d;
    background: none;
    border: none;
    cursor: pointer;
}


#resolte-contaniner{
    height: 650px;
    padding: 10px;
    padding-bottom: 15px;
}
#resolte-contaniner .wtHolder, .handsontable{
    width: 100% !important;
}
.scroll{
    overflow-y: scroll;
    padding: 10px;
    border:1px solid #dddddd;
    /* border-radius: 5px; */
    margin: 10px;
}
.border{
        padding: 10px;
    border:1px solid #dddddd;
    /* border-radius: 5px; */
    margin: 10px;
}
.modal-dialog {
    max-width: 1200px;
    margin: 1.75rem auto;
}
.modal-dialog .block-content {
    transition: opacity 0.2s ease-out;
    margin: 0 auto;
    padding: 0px 0px 1px;
    width: 100%;
    overflow-x: visible;
}
.wbSheets_clas {
    position: relative;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 0px !important;
}
.block-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    transition: opacity 0.2s ease-out;
}
.digital-icon{
    cursor: pointer;
}
.full-view{
    /* text-align: center; */
    color: red;
    font-size: 17px;
}
.full-view > a{
    color: #0d6efd !important;
    cursor: pointer;
        text-decoration: underline !important;
}
.toast-message{
    color: #fff;
    font-weight: bold;
}
#toast-container>div{
    opacity: 1 !important;
}
/* .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */
.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-notify {
    background: red;
    position: relative;
    top: -10px;
    right: 0px;
}

.badge:empty {
    display: inline-block;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

@media only screen and (max-width: 1370px) {
    .col-auto{
        padding: 0px 5px 0px 0px !important;
    }
    .category .col{
        padding-right: 0px !important;
    }
    .card-body{
        padding: 1rem 1rem 1rem 0.5rem;
    }
  }


  .sub_title{
    font-family: monospace;
    font-size: 18px;
    font-style: italic;
    color: #852929;
    font-weight: bold;
    margin-bottom: 15px;
    
}

#lisorddis{
    display: none !important;
}

.navbar{
    background-color: #0d6efd !important;
}

#app{
    background: #efefefa3 !important
}