body, #page-wrapper, .navbar, .navbar-default, .panel {
	background: black;
	color: white;
}

input, textarea, select {
	color: black;
}

input[type=email] {
	
	margin-left: 0px;
}

button {
	color: black;
}

.table .table {
    background-color: black;

}

.page-header {
	margin-top: 10px;

}


.panel-body img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#side-menu a, .row>a, #divPluginMenu>a{
    color: #fff;
}

#side-menu a {

    background-color: #000;
}

#side-menu a:hover, #side-menu a.active{
    color: #fff;
    background-color: #222;
}

a{
    color: #fff;
}

a:hover{
    color: #eee;
}

/*REGISTER FORM*/
#registerform fieldset{
    display: block;
    margin-bottom: 10px;
}

#registerform label{
    display: block;
    width: 200px;
}

#registerform input{
    color: #fff;
}

#registerform #txtPassword0, #registerform #txtPassword1{
    margin-left: 0px;
}

#registerform h2{
    margin-left: 0px;
}

#registerform input[type="submit"]{
    margin-left: 0px;
}

#registerform p{
    max-width: 650px;
}

.padding-top{
    padding-top: 20px;
    margin-top: 40px;
}

.alert a{
	color: #000 !important;

}

th {
	background-color: #A4A4A4;
}