@import url('../default/page.css');

:root, html {
    --login-image: url('images/7E97DD08-DA1D-4574-BD5A-C0E7E8540913.jpg');
    --login-logo: url('/templates/NeoPeople/images/logo.png');
	--primary-bg-colour: rgb(215, 25, 123);
    --primary-bg-colour54: rgb(241, 139, 191);
    --primary-bg-colour14: rgb(252, 225, 238);
}

#FileListContainer .item.ALIAS { background-image: url('/style/images/class/neo/alias.png') !important; }
#FileListContainer .item.ALIAS.CN { background-image: url('/style/images/class/se/alias.png'),url('/style/images/mime/neo/folder-128.png') !important; }
#FileListContainer .item.ALIAS.OU { background-image: url('/style/images/class/se/alias.png'),url('/style/images/class/neo/ou.png') !important; }
#FileListContainer .item.CN, #FileListContainer .item.CN .description:empty { background-image: url('/style/images/mime/neo/folder-128.png') !important; }
#FileListContainer .item.GRP, #FileListContainer .item.GRP .description:empty { background-image: url('/style/images/class/neo/fed.png') !important;} 
#FileListContainer .item.OU, #FileListContainer .item.OU .description:empty { background-image: url('/style/images/class/neo/ou.png') !important; }
#FileListContainer .item.SRV, #FileListContainer .item.UTIL { background-image: url('/style/images/class/neo/srv.png') !important; }

#FileListContainer.empty,
#FileListContainer.searching {
        background: url(./images/wait.gif) no-repeat center center !important;
}
#logo {
    background: url('/templates/NeoPeople/images/logo.png') center center no-repeat ;
    background-size: contain;
    width: 192px; 
}
#waitCtrl {
	background: url(./images/wait.gif) no-repeat left center;
    background-color: white;
    background-position-x: 16px;
}