body {
	padding-top: 90px;
	padding-bottom: 40px;
}
.sidebar-nav {
	padding: 9px 0;
}

.form-actions button{
	margin-right: 5px;
}

.pagination .pagination{
	margin:0px;
}

/*table.detail-view th{
	width: 30%;
}*/
/*
#project_modal.modal{
	width: 80%;
	margin-left:-40%;
}*/

body .modal {
	width: 90%; /* desired relative width */
	left: 5%; /* (100%-width)/2 */
	/* place center */
	margin-left:auto;
	margin-right:auto;
}
.modal {
	top:5% !important;
	bottom:5% !important;
}

.modal-body {
	max-height:100% !important;
	height:85% !important;
}

.navbar .nav > li > a{
	padding: 17px 15px 10px !important;
	line-height: 35px;
}

.navbar .nav .dropdown-toggle .caret{
	margin-top: 14px !important;
}

table.detail-view.excess{
	width: 1194px !important;
	text-align: left!important;
}
table.detail-view.excess td{
	padding-left: 67px;
}

table.detail-view.excess th{
	width: 260px!important;
	font-weight: normal!important;
	text-align: left!important;
}

.grid-view .table th>.sort-link{
	font-size: 13px!important;
}
.grid-view.grid-view-loading{
	padding-top: 29px!important;
	margin-top: -29px!important;
}
table p{
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}