@charset "utf-8";

/*!@copyright 2022 Sigma Informatics*/
/************************************************************
 * @author Sigma Informatics https://www.sinf.gr
 * created with: "Sigma Informatics Site Builder v. 3.50.3"
 * date: 18/3/2022
 * style.css
************************************************************/
#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 50000!important;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}
.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    z-index: 50001!important;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #23c6c8; /* firebrick #20a6e6*/
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.navbar-fixed-top, .navbar-static-top {
    background: #fff!important;
}
.gray-bg, .bg-muted {
    background-color:#f1f4f9!important;
}

.link-blue{
   color:#007bff!important;
}

.fa-file-pdf{
   color:#d70000!important;
}

.divider{
   margin: 0 5px 0 5px;
   border-bottom: 1px solid #e0e0e0;
}

