﻿@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@500&display=swap');

body {
    font-family: 'Cairo', sans-serif;
    /*direction:ltr;*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif !important;
}
.stiJsViewerPage{
    overflow:scroll !important;
}
.stiJsViewerReportPanel {
    overflow: scroll !important
}
#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: black;
    z-index: 9999;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 15%;
}

.prototype {
    font-size: 2em;
    font-family: serif;
    color: transparent;
    animation: effect 60s ease-in-out infinite;
}

@media only screen and (min-width: 800px) {
    .prototype {
        margin-left: 300px;
    }
}

@keyframes effect {
    0% {
        color: rgb(255, 251, 0);
    }

    100% {
        color: inherit;
    }
}
h4.block {
    font-family: 'Cairo', sans-serif;
    color: black;
}

.closeNav {
    position: absolute;
    top: 15px;
    left: 30px;
    font-size: 20px;
    color: red;
    padding: 2px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
}

.content {
    width: 100%;
    min-height: 180px !important;
    padding: 10px;
    border: 1px solid #3598DC;
}

    .content button {
        background-color: #3598DC;
        color: white;
    }

.DivReport, .report {
    width: 100%;
    min-height: 300px;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #3598DC;
}

.tab-pane ul {
    /* background-color: #00538b; */
    color: white;
    padding: 5px;
    border: 1px solid #3598DC;
    border-radius: 5px !important;
}

    .tab-pane ul li {
        margin: 5px 0;
    }

    .tab-pane ul a {
        margin: 5px 0;
    }