
html, body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12pt;
}
kbd {
    background-color: #00427b;
}


.app-wrapper {
    display: flex;
    width: 100%;
}

#app-sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    color: #56a4c3;
  
    transition: all 0.3s;
    padding-left: 5px;
    font-weight: bolder;
}

    #app-sidebar.active {
        margin-left: -250px;
    }

    #app-sidebar ul.components {
        padding: 20px 0;
    }

    #app-sidebar ul li a {
        padding: 5px;
        font-size: 1em;
        display: block;
        color: #002F6C;
    }
        #app-sidebar ul li a:focus {
            color: #002F6C;
        }

        #app-sidebar ul li a:hover {
            color: #CFCDC9;
            background: #002F6C;
        }


    #app-sidebar ul.sub-menu {
        margin-left: 10px;
        border-left: 2px solid #002F6C;
    }

    #app-sidebar .dropdown-item {
        white-space: normal !important;
    }

    #app-sidebar .dropdown-toggle::after {
        display: none;
    }

    #app-sidebar .dropdown-toggle {
        padding-right: 25px;
        white-space: normal !important;
    }

    #app-sidebar .dropdown-toggle > i {
        display: block;
        position: absolute;
        top: 0.5em;
        right: 5px;
    }

    #app-sidebar a[aria-expanded='false']> i {
        transition: transform 0.3s linear 0s;
        transform: rotate(0deg);
    }

    #app-sidebar a[aria-expanded='true'] > i {
        transition: transform 0.3s linear 0s;
        transform: rotate(90deg);
    }


    #app-sidebar a, #app-sidebar a:hover, #app-sidebar a:focus {
        color: inherit;
        text-decoration: none;
        transition: all 0.3s;
    }

    #app-sidebar hr {
        border: none;
        border-bottom: 1px solid #47748b;
        padding: 0px;
        margin: 0px;
    }

a[data-toggle="collapse"] {
    position: relative;
}

#app-content {
    width: calc(100% - 250px);
    transition: all 0.3s;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

    #app-content.active {
        width: 100%;
    }

.page-content {
    position: absolute;
    top: 40px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}

@media (max-width: 768px) {
    #app-sidebar {
        margin-left: -250px;
    }

        #app-sidebar.active {
            margin-left: 0;
        }

    #app-content {
        width: 100%;
    }

        #app-content.active {
            width: calc(100% - 250px);
        }

    #sidebarCollapse span {
        display: none;
    }
}








.text-small {
    font-size: small;
}
.text-bold {
    font-weight:bold;
}

.textcolor-strong {
    color: #00427b;
}

.textcolor-light {
    color: #56a4c3;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-header {
    font-weight: bold;
    color: #00427b;
    border-bottom: 1px solid #3e6194;
}

.bg-title {
    background-color: #022e53;
}

.bg-lightgray {
    background-color: #f7f8f6;
}

.bg-strong {
    background-color: #00427b;
}

.bg-light {
    background-color: #56a4c3;
}

.text-intro {
    font-size: 13pt;
    color: #00427b;
}

.summary-panel {
    background-color: #cfdef2;
    color: #00427b;
    padding: 20px;
}

.documents-tree {
    width: 100%;
    height: 100%;
    position: absolute;
}
    .documents-tree table tbody td {
        padding: 0px !important;
       
    }

    .link-md {
        font-size: 11pt;
        color: #56a4c3;
        font-weight: 600;
    }

    .link-md:hover {
        text-decoration: none;
        color: #00427b;
    }

.btn-full-screen {
    z-index: 2002; /*above telerik loader*/
    position: absolute;
    bottom: 70px;
    left: 5px;
    opacity: .6;
}

    .btn-full-screen:hover {
        opacity: 1;
    }

.btn-pbi-export-menu {
    z-index:1;
    position: absolute;
    bottom: 110px;
    left: 5px;
    
}
    .btn-pbi-export-menu > .dropdown-toggle {
        opacity: .6;
    }
        .btn-pbi-export-menu > .dropdown-toggle:hover {
            opacity: 1;
        }


.report-nav-button {
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

    .report-nav-button a::before {
        content: url("/images/report-hand.png");
        display: block;
        margin-left: -20px;
        margin-right: 10px;
    }

    .report-nav-button a {
        border-top: solid 2px #00427b;
        background-color: #cfdef2;
        color: #00427b;
        min-height: 60px;
        min-width: 100px;
        margin-left: 20px;
        display: block;
        vertical-align: middle;
        padding-right: 5px;
    }

.request-form-page {
    padding-left: calc(50% - 425px);
}

.request-form-title {
    max-width: 850px;
}

    .request-form-title .img-steps {
        height: 200px;
    }

.request-form-ifram {
    width: 100%;
    height: 3100px;
    border: none;
}


.no-arrow.dropdown-toggle::after {
    content: none !important;
}

.navbar {
    z-index: 2;
    font-weight: bolder;
}

    .navbar .nav-link, .navbar .dropdown-item {
        color: #56a4c3 !important;
    }

        .navbar .nav-link:hover, .navbar .dropdown-item:hover {
            color: #00427b !important;
        }

@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

.top-nav-bar {
    z-index: 2;
}
    .top-nav-bar .app-title {
        height: 25px;
        width: 88px;
        background-color: #3e6194;
        position: absolute;
        top: 62px;
        color: white;
    }


    .page-header {
        border-bottom: 2px solid #3e6194;
        padding-left: 50px;
    }

    .page-header .app-title {
        height: 25px;
        width: 88px;
        background-color: #3e6194;
        position: absolute;
        top: 62px;
        color: white;
    }


.page-container {
    position: absolute;
    top: 68px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}



.title-logo-color {
    background-color: #00427b;
    color: white;
}

.app-loader .k-loader-container-panel {
    background-color: transparent;
    border: 0px;
}

.library-search-box {
    display: block;
    width: 100%;
    position: relative;
}
    .library-search-box .l-icon {
        position: absolute;
        right: 8px;
        top: 6px;
        z-index: 1;
    }
    .library-search-box .l-text {
        font-size: 15px;
    }




.validation-message {
    color: rgba(243, 23, 0, 0.8);
}

.k-textbox, .k-multiselect, .k-datepicker, .k-dropdown {
    width: 100% !important;
}

.k-notification-error {
    background-color: rgba(160,15,0,.9);
    border-color: rgba(160,15,0,1);
}


.overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    display: none;
    z-index: 9998;
    background-color: rgba(93, 93, 93, 0.16);
}
.show.overlay {
    opacity: 1;
    display:block;
    -webkit-animation: fadein 0.3s;
    -moz-animation: fadein 0.3s;
    -ms-animation: fadein 0.3s;
    -o-animation: fadein 0.3s;
    animation: fadein 0.3s;
}

.right-sidebar {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
    overflow: hidden;
}
    .right-sidebar > div {
        position: absolute;
        overflow:auto;
        top:0px;
        left: 100%;
        width: 100%;
        height:100%;
    }
        .right-sidebar > div > .title-bar {
            position: absolute;
            top: 0px;
            left: 0px;
            right:0px;
        }
        .show.right-sidebar {
            display: block;
        }
        .show.right-sidebar > div {
            -webkit-animation: slide_left 0.3s forwards;
            -moz-animation: slide_left 0.3s forwards;
            -ms-animation: slide_left 0.3s forwards;
            -o-animation: slide_left 0.3s forwards;
            animation: slide_left 0.3s forwards;
        }

.btn-right-sidebar {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 10009;
}

@keyframes slide_left {
    100% {
        left: 0%;
    }
}
@-webkit-keyframes slide_left {
    100% {
        left: 0%;
    }
}
@-moz-keyframes slide_left {
    100% {
        left: 0%;
    }
}
@-ms-keyframes slide_left {
    100% {
        left: 0%;
    }
}
@-o-keyframes slide_left {
    100% {
        left: 0%;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.pbi-embded-report-container {
    position: relative;
    width: 100%;
    height: 100%;
}

    .pbi-embded-report-container > iframe {
        position:absolute;
        border-style: none !important;
        border-top: gray solid;
    }



.blazor-app-error {
    top: 0px;
    background-color: rgba(64, 64, 64,.6) !important;
    border: none;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
