﻿.Loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.6);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

b, strong {
    font-weight: bold;
}

.tinymce {
    height: 400px;
}

.wizard .card {
    min-height: 100%;
}

.navbar.default-layout .navbar-menu-wrapper {
    width: 100%;
}

.brand-logo img {
    width: 180px;
}

/* Application List */
.application-list {
    width: 400px;
}

    .application-list .application-list-item {
        text-align: center;
    }

        .application-list .application-list-item .preview-thumbnail {
            margin-bottom: 10px;
        }

        .application-list .application-list-item p {
            margin-bottom: 0px;
        }

        .application-list .application-list-item a {
            display: block;
            margin: 0 auto;
            width: 100%;
            text-decoration: none;
        }
/* Sidebar Position */
.sidebar-offcanvas.active {
    left: 0;
}

.sidebar-offcanvas {
    left: -270px;
    right: auto;
}
/* Application's Landing Page */
.full-width-page-header {
    margin: -1.5rem -1.7rem;
    position: relative;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0px, rgba(0,0,0,1) 100px, rgba(0,0,0,.05) 600px, rgba(0,0,0,0) 667px), url(../images/landingheader.png) center / cover;
    background-size: cover;
    background-position: center;
    height: 260px;
}

    .full-width-page-header .header-bottom {
        position: absolute;
        bottom: 0px;
        margin-bottom: 0;
        padding: 15px;
        border-bottom: 0;
        display: flex;
        align-items: center;
    }

        .full-width-page-header .header-bottom h1, .full-width-page-header .header-bottom i {
            margin-bottom: 0;
            font-size: 3.3125rem;
        }
/* Horizontal Info Box*/
.horizontal-info-box {
    font-size: 14px;
    padding: 10px;
    border: 2px solid #005e5c;
    border-left-width: 10px;
    display: flex;
    margin: 5px 0;
}

    .horizontal-info-box span {
        margin-left: auto;
        display: table;
    }

@media (max-width: 667px) {
    .full-width-page-header {
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0.05) 320px, rgba(0, 0, 0, 0) 350px), url(../images/landingheader.png) center / cover;
    }

   .full-width-page-header .header-bottom {
        padding: 5px;
    }

        .full-width-page-header .header-bottom h1, .full-width-page-header .header-bottom i {
            font-size: 1.4rem;
        }
}
/* Card */
.no-icon .card-body h4 {
    line-height: 48px;
    margin-bottom: 0px;
}

}
/* DropDown Profile */
.name-initials {
    padding: 15px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #005e5c;
    border: 2px solid #005e5c;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    margin: 0 auto;
}
/* Sidebar Search Form */
.sidebar-search-form {
    padding: 15px 30px;
}

    .sidebar-search-form input, .sidebar-search-form input:focus {
        background-color: transparent;
        color: #ffffff;
        border: none;
        border-bottom: 1px solid #adadad;
        border-radius: 0;
    }

    .sidebar-search-form .search-results * {
        color: #ffffff;
    }

.scrollableContent {
    overflow: auto;
}

    .scrollableContent::-webkit-scrollbar {
        height: 20px;
    }



    .scrollableContent::-webkit-scrollbar-track {
        background-color: transparent;
    }


    .scrollableContent::-webkit-scrollbar-thumb {
        background-color: #d6dee1;
        border-radius: 20px;
        border: 6px solid transparent;
        background-clip: content-box;
    }


        .scrollableContent::-webkit-scrollbar-thumb:hover {
            background-color: #a8bbbf;
        }

/* Number input spinner */
.input-group-append > .btn-group-vertical > .btn {
    margin-left: 0;
    border-width: 0;
    padding: 0 10px;
}

/* modal dropout */
.modal.modal-left,
.modal.modal-right {
    width: 0;
    transition: width 1s;
    display: flex !important;
    overflow-y: hidden;
}

.modal.modal-right {
    padding-right: 0 !important;
    right: 0;
    left: unset;
}

.modal.modal-left {
    left: 0;
    right: unset;
}

.modal.modal-left.show,
.modal.modal-right.show {
    width: 100%;
}

@media (min-width: 576px) {
    .modal.modal-right .modal-dialog,
    .modal.modal-left .modal-dialog {
        width: 40%;
        min-width: 576px;
        max-width: unset;
    }
}

.modal.modal-right .modal-dialog {
    margin-right: 0;
}

.modal.modal-left .modal-dialog {
    margin-left: 0;
}

.modal.modal-right .modal-dialog .modal-content,
.modal.modal-left .modal-dialog .modal-content {
    height: 100%;
}

.modal.modal-right .modal-dialog .modal-content {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.modal.modal-left .modal-dialog .modal-content {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.modal.modal-right .modal-dialog .modal-content .modal-body,
.modal.modal-left .modal-dialog .modal-content .modal-body {
    overflow: auto;
}

/* Kill the scroll on the body when modal box is open */
body.modal-open {
    height: 100vh;
}

/* enabe resize of modal box */
.ui-resizable-handle {
    pointer-events: auto;
}

.modal-dialog.ui-resizable {
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
}

/* preformatted text view*/
p.preformatted {
    white-space: pre-wrap !important;
}

/* allow bold mdi icons */
.mdi:before,
.mdi-set {
    font-weight: inherit;
}

/* scale images in preview */
.sidebox img {
    max-width: 100%;
    height: unset;
    cursor: pointer;
}

.modal.show.image-view {
    background-color: black;
    overflow: auto;
    padding: 20px;
    white-space: nowrap;
}

.modal.show.image-view > div {
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.modal.show.image-view > div + div {
    width: auto;
    height: auto;
    min-width: 100%;
    text-align: center;
}

.modal.show.image-view > div + div > img {
    max-width: 100%;
    max-height: 100%;
    cursor: zoom-in;
}

.modal.show.image-view > div + div > img.fullsize {
    max-width: unset;
    max-height: unset;
    cursor: zoom-out;
}

.modal.show.image-view > div + div > img + span.mdi {
    color: white;
    background-color: black;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    margin: -12px 0 0 -12px;
    border-radius: 12px;
    border: 0px;
    cursor: pointer;
    opacity: .9;
    transition: opacity .1s;
}

.modal.show.image-view > div + div > img + span.mdi:hover {
    opacity: 1;
}

.modal.show.image-view > div + div > img.fullsize + span.mdi {
    display: none;
}

.card img {
    max-width: 90%;
    height: unset;
    padding: 0 5%;
}
    
/*////////////////////////////////////*/
    .full-height-flex-container {
    height: 100%;
    display: flex;
    flex-flow: column;
}

/* */
#bussiness-intellgence-container iframe {
    border: none;
}
