﻿/*sil*/
.display-none {
    display: none
}
.overlay-display-none {
    background-color: #ecf0f5 !important;
    /*background: -webkit-linear-gradient(top, #ecf0f5, #aaa) !important;
    background: -o-linear-gradient(top, #ecf0f5, #aaa) !important;
    background: -moz-linear-gradient(top, #ecf0f5, #aaa) !important;
    background: linear-gradient(top, #ecf0f5, #aaa) !important;*/
    color: #ecf0f5 !important;
    border-color: #ecf0f5 !important;
}
.overlay-display-none * {
    background-color: #ecf0f5 !important;
   /* background: -webkit-linear-gradient(top, #ecf0f5, #aaa) !important;
    background: -o-linear-gradient(top, #ecf0f5, #aaa) !important;
    background: -moz-linear-gradient(top, #ecf0f5, #aaa) !important;
    background: linear-gradient(top, #ecf0f5, #aaa) !important;*/
    color: #ecf0f5 !important;
    border-color:  #ecf0f5 !important;
}

.overlay-display-none input {
    background-color: #ecf0f5 !important;
   /* background: -webkit-linear-gradient(top, #ecf0f5, #aaa) !important;
    background: -o-linear-gradient(top, #ecf0f5, #aaa) !important;
    background: -moz-linear-gradient(top, #ecf0f5, #aaa) !important;
    background: linear-gradient(top, #ecf0f5, #aaa) !important;*/
    color: #ecf0f5 !important;
        border-color: #ecf0f5 !important;
    }

.overlay-display-none span {
    background-color: #ecf0f5 !important;
    /* background: -webkit-linear-gradient(top, #ecf0f5, #aaa) !important;
background: -o-linear-gradient(top, #ecf0f5, #aaa) !important;
background: -moz-linear-gradient(top, #ecf0f5, #aaa) !important;
background: linear-gradient(top, #ecf0f5, #aaa) !important;*/
    color: #ecf0f5 !important;
    border-color: #ecf0f5 !important;
}

.aks-top-fixed-menu {
    display: block;
    position: fixed;
    padding: 10px 0px 5px 0px;
    background-color: #ecf0f5;
    width: 100%;
    z-index: 1000;
    border-bottom: 2px solid #999;
    min-height: 80px;
    background: -webkit-linear-gradient(top, #ecf0f5, #aaa);
    background: -o-linear-gradient(top, #ecf0f5, #aaa);
    background: -moz-linear-gradient(top, #ecf0f5, #aaa);
    background: linear-gradient(top, #ecf0f5, #aaa);
}

.aks-container {
    margin-top: 100px;
}

.disabled-content {
    pointer-events: none;
    opacity: 0.6;
}

.loading-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .6 ) url('/dist/img/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden !important;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .loading-modal {
        display: block !important;
        
    }

.wrapperTop, .wrapperBottom {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.wrapperTop {
    height: 20px;
}

.wrapperBottom {
}

.containerTop {
    height: 20px;
}

.containerBottom {
    overflow: none;
}

/* Social Media Icons Footer - Inline with text */
.app-footer .social-icons-footer-inline {
    display: inline-block !important;
    margin-left: 4rem !important;
    vertical-align: middle;
}

.app-footer .social-icons-footer-inline .social-icon-link {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    color: var(--bs-secondary-color) !important;
    text-decoration: none !important;
    font-size: 3.5rem !important;
    transition: color 0.3s ease;
    vertical-align: middle;
}

.app-footer .social-icons-footer-inline .social-icon-link i.bi {
    font-size: 3.5rem !important;
    line-height: 1 !important;
    width: 3.5rem !important;
    height: 3.5rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.app-footer .social-icons-footer-inline .social-icon-link:first-child {
    padding-left: 0 !important;
}

.social-icons-footer-inline .social-icon-link:hover {
    color: var(--bs-primary);
}

@media (max-width: 575px) {
    .social-icons-footer-inline {
        display: block;
        margin-left: 0;
        margin-top: 0.5rem;
        text-align: center;
    }
}

/* Hide footer social icons on login page */
.login-page .social-icons-footer-inline {
    display: none;
}

.checklisttitle:hover {
    color: navy;
    position: relative;
}

.checklisttitle[checktitle]:hover:after {
    content: attr(checktitle);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
    z-index: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    font-size: 16px;
}