
body{
	padding-top: 50px;
	background-image: url('/img/ndx-back.jpg');
	background-repeat: no-repeat;
	background-size:  cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 100%;
}

h4{
	margin: 20px 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

h1{
	margin-bottom: 30px;
}

.table{
	background-color: #fff;
}

.pageContainer{
	margin-top: 50px;
	margin-bottom: 50px;
}

.navbar-inverse{
	background-color: rgba(255, 255, 255, 0.8);
}

.rosWrapper{
	background-color: rgba(255, 255, 255, 0.6);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.navbar-brand {
	padding: 5px;
	height: 50px;
}

.navbar-brand img{
	height: 40px;
	width: auto;
}

.footer{
	margin-top: 30px;
	padding: 20px;
	border-top: 1px solid #ccc;
	font-weight: normal;
	font-size: 14px;
	color: #aaa;
	text-align: right;
}

.ndxWrapper{
	height: 600px;
}

.text-center .img-responsive{
	display: inline-block;
}

#loginForm{
	padding: 0;
	margin: 20px 0 0 0;
}

table.sortable th{
	cursor: pointer;
	position: relative;
}

table.sortable th.headerSortUp:after, table.sortable th.headerSortDown:after, table.sortable th.header:after {
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	right: 5px;
	color: #ccc;
}

table.sortable th.header:after {
	content: "";
}

table.sortable th.headerSortUp:after {
	content: "\f0de";
}

table.sortable th.headerSortDown:after {
	content: "\f0dd";
}

.trackedTaskList li{
	margin-bottom: 5px;
}

.table-bordered > tfoot > tr > td{
	border-top-width: 2px;
	font-weight: bold;
}

input#taskDate{
	position: relative;
	z-index: 999;
}




@media (max-width:1199px) {
	
	
}

@media (max-width:991px) {
	
	
}

@media (max-width: 767px) {
	
	.ndxWrapper{
		height: 400px;
	}

}

@media (max-width: 500px) {
	
	
}