body {
    background-color: white !important;
}
.sidebar {
    background: Black !important;
}
.sidebar-pills a:not(.active), 
.sidebar-pills a:not(.open), 
.sidebar-pills a:not(:active), 
.sidebar-pills a:not(:focus), 
.sidebar-pills a:not(:hover), 
.sidebar-pills li,
.btn-link,
.btn-light,
.btn-default{
    color: white !important;    
}
.btn {
    background-color: black !important;
}
.btn:hover{
    background-color: red !important;
}

.sidebar.sidebar-pills .nav-link:hover,
.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link.active .nav-icon,
.sidebar.sidebar-pills .nav-link.active .nav-icon:hover,
a{
    color:red!important;
}
.ladda-label,
.page-link{
	color:white!important;
}
.page-item.active .page-link{
    background-color: black;
    border-color: black;
}

body:not(.hasPrerequites) [data-requires-prerequites] {
    display:  none;
}
.btn-secondary{
    color:white;
}
.existing-file {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.existing-file .file-preview {
	margin: 10px;
	display: inline-block;
	float: left;
}
.pagination>li:not(.active)>a {
	  color: #333 !important;
}
