﻿.titleLogo {
    color: #FFFFFF;
    background: #FFFFFF;
    font-size: 70px;
    text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
    color: #FFFFFF;
    background: #FFFFFF;
    line-height: 85%;
}

#sidebar {
    width: 180px;
    position: fixed;
    z-index: 1;
    top: 50px;
    left: 0;
    overflow: hidden;
}
#sidebarTop 
{
    background-color: black;
    height: 50px;
    color:white;
}
#sidebarBottom
{
    padding:5px;
}

#topbar {
    z-index: 11;
    background-color: black;
    width: 100%;
    position: fixed;
    color: white;
    min-width: 400px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 50px;
}
#topbar a 
{
    color: white;
}

#mainContent {
    margin-left: 50px;
    margin-top:50px;
}

#topInfo {
    width: 360px;
    position: fixed;
    z-index: 11;
    top: 12px;
    right: 0;
    overflow: hidden;
    color: white;
    text-align:right;
}
#topInfo a {
    color: white;
}

.dashBoardItemVersion
{
    color:white;
    background-color:darkorange;
}

#gotoTop{
    position:fixed;
    bottom:20px;
    right:20px;
}

.itemsLoadMore 
{
    text-align: center;
    color: black;
}
.itemsLoadMore a 
{
    color: black;
}

.readOnly 
{
    background-color: #E9ECEF !important;
    color: black !important;
    border: solid 1px #CED4DA;
    border-radius: 5px !important;
    padding: 10px !important;
}

.loadingModal
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 99;
}