.ozBooks .dark-header .card-header{
    background-color:#3b3b47 !important;
    color: white !important;
}
.ozBooks .dark-header .card-title {
    font-size: 1.2rem;
}
.ozBooks section.col-lg-6 div.card {
    /*min-height: 27em;*/
}
.ozBooks section.col-lg-6 div.card canvas {
    /*margin-top: 1.5em;*/
}
.ozBooks .navbar-gray{
    background-color:#3b3b47;
}

.ozBooks .navbar-badge {
    color:white;
    background-color:#ff5700;
}
.ozBooks .navbar input[type=text] {
    color: white;
}
.ozBooks .content-header {
    padding: 0;
}

.ozBooks .content-wrapper {
    padding: .5em;
}

.ozBooks .card-body h2 {
    margin-bottom: .5em !important;
}

.ozBooks .small-box,
.ozBooks .info-box-content,
.ozBooks .info-box-icon,
.ozBooks .small-box a {
    color : white !important;
}
.ozBooks .small-box-footer.no-link i {
    display: none;
}
.ozBooks a.small-box-footer.no-link {
    background-color: transparent;
}
.ozBooks .small-box p,
.ozBooks .info-box .info-box-text {
    font-size: 1.5rem !important;
    line-height: 1.4rem;
}
.ozBooks .bg-warning {
    background-color: #ffbf07 !important;
}

.ozBooks .bg-success {
    background-color: #06c932 !important;
}

.ozBooks .bg-info {
    background-color: #079bbc !important;
}
.ozBooks .bg-danger {
    background-color: #f61b30 !important;
}
.ozBooks .bg-info.second {
    background-color: #ff5700 !important;
}

.ozBooks .sidebar .nav-icon {
    color: #3b3b47;
}

.ozBooks .sidebar .active .nav-icon {
    color: white;
}

.ozBooks .nav-link.active {
    background-color: #ff5700 !important;
    color: white !important;
}
.ozBooks .main-sidebar a.brand-link {
    background-color:#3b3b47 !important;
    color: white !important;
    border-bottom: 1px solid #3b3b47;
}

.ozBooks .card a, .ozBooks .main-footer a {
    color: #ff5700;
}

.ozBooks .book-detail img {
    min-width: 30%;
    width:100%;
    max-width: 90%;
}

.ozBooks .card ul {
    list-style-type:none;
    padding: 0;
}
.ozBooks .card-primary {
    border-top: 3px solid #ff5700;
    /*background-color: #ff5700 !important;*/
}
.ozBooks .fixed-action-btn{
    position:fixed;
    right:5%;
    bottom:10%;
    border-radius: 50%;
    overflow: hidden
}
.ozBooks .fixed-action-btn:active {
    box-shadow: 0 1px 3px rgba(0,0,0,.16),0 1px 3px rgba(0,0,0,.23)!important;
}
.ozBooks .fixed-action-btn .btn-primary {
    background-color: #ff5700;
    border-color: #ff5700;
    font-size: x-large;
}
.ozBooks .fixed-action-btn .btn-primary:active{
    background-color: #ff5700;
    border-color: #ff5700;
    opacity: 0.8;
}
.ozBooks .fixed-action-btn i.fa-plus{
    margin-left: 0px;
    margin-top: 8px;
    min-width: 25px;
    min-height: 30px;
}
.ozBooks .grid-view .card{
    padding: 0 15px;
}

.ozBooks .custom-control-input-primary:checked~.custom-control-label::before {
    border-color: #ff5700;
    background-color:#ff5700;
}

.ozBooks li.select2-selection__choice {
    background-color: #ff5700 !important;
    border-color: #ff5700 !important;
}
.ozBooks .login-box {
    margin: auto;
}

.ozBooks .kv-grid-table tbody tr {
    height: 3.7em;
}

.ozBooks .card-tools {
    min-height:32px;
}
.ozBooks .navbar .nav-item .label{
    font-weight: bold;
}
.ozBooks .navbar .nav-item .label:hover{
    color: rgba(255,255,255,.75);
}
.ozBooks table.kv-grid-table tr.filters .kv-drp-container input.range-value{
    padding-right: 46px;
    text-overflow:ellipsis;
}
.ozBooks a.l-status {
    display: none;
    text-align: center;
}
.ozBooks a.l-status.used.active {display: block;color: green;}
.ozBooks a.l-status.unused.active {display: block;color: yellow;}
.ozBooks a.l-status.used.expired {display: block;color: darkcyan;}
.ozBooks a.l-status.unused.expired {display: block;color: orchid;}
.ozBooks a.l-status.unused.revoked {display: block;color: red;}
.ozBooks a.l-status.used.revoked {display: block;color: #5b5b5b;}
.ozBooks a.l-status.unused.revoked.sale {display: block;color: blue;}
.ozBooks a.l-status.used.revoked.sale {display: block;color: black;}
.ozBooks form .mw-15-em {
    min-width: 15em;
}
.ozBooks .black-links a {
    color:black;
}
.ozBooks .black-links .progress-bar {
    background-color:#ff5700;
}
.ozBooks .card.dark-header .card-tools a {
    color:white;
}
.ozBooks .card.dark-header .card-tools i {
    font-size: 1.5em;
}

.ozBooks .small-box .info-box {
    border: none;
    box-shadow: none;
    margin: 0;
}
.ozBooks .mouse-pointer {
    cursor: pointer;
}
.ozBooks .banner-img .img-preview img {
    width:100%;
}
@media print {
    footer, navbar, .print-invisible {
        display: none;
    }
    .card-title { color: black;}
    #salesStats canvas{
        display: block;
        margin: 0 auto ;
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto!important;
        width: auto!important;
    }
}