﻿body {
}

#title-bar {
    background-color: #10059f !important;
}

    #title-bar .icon-container .icon {
        background-color: #10059f;
    }

        #title-bar .icon-container .icon.company-logo {
            background-image: url("../../Images/atlasLogo2.png");
        }

    #title-bar .company-identifier:before {
        content: "AIMS" !important;
    }

.imgTumb {
    background-color: #10059f !important;
}

#siteLandingImage {
    content: url("../../Images/atlasLogo.png");
}

.item.parent.active .navItemBarMarker {
    background-color: #3370a2 !important;
}

.item.parent.toggle.activeToogle .navItemBarMarker {
    background-color: #3370a2 !important;
}

.inner a.item.active .navItemBarMarker {
    background-color: #3370a2 !important;
}

#sidebar .accordion a.item.active {
    background-color: #10059f30 !important;
}

.active > .navFloatingItemRoot-SubItem {
    background-color: #10059f30 !important;
}

.loadingGif {
    content: url("../Images/loading.gif");
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 35px);
}

.warningIcon {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 35px);
}

.redButton {
    background-color: #f3170090 !important;
    border-color: #f3170090 !important;
}

    .redButton:hover {
        background-color: #f3170055 !important;
        border-color: #f3170055 !important;
        background-image: linear-gradient(rgba(243, 23, 0, 0), rgba(243, 23, 0, 0.3)) !important;
    }

.greenButton {
    background-color: #37b40090 !important;
    border-color: #37b40090 !important;
}

    .greenButton:hover {
        background-color: #37b40055 !important;
        border-color: #37b40055 !important;
        background-image: linear-gradient(rgba(55, 180, 0, 0), rgba(55, 180, 0, 0.3)) !important;
    }

.k-icon.icon-only {
    margin: 0 0 0 -4px !important;
}

.pac-container {
    z-index: 99999 !important;
}
#title-bar {
background-color: red !important;
}
#title-bar .icon-container .icon {
background-color: red !important;
}
.imgTumb {
background-color: red!important;
}
