body {
	padding-top: 50px;
}

span.help-inline {
	display: inline;
	margin: 5px;
	border: 1px solid #eed3d7;
	border-radius: 4px;
	color: #b94a48;
	background-color: #f2dede;
}

input.form-error, textarea.form-error, select.form-error {
	border: 1px solid red;
}
.navbar-text {
	float: right;
}
.navbar-btn {
	float:  right;
	margin-top: 14px;
	margin-bottom: 0px;
}
.required label:after { color:  red;
	content:" *"; }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
th, td {
	padding: 3px;
}

.form-horizontal label {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
	    display: block;
	}
}
@media screen and (max-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
		color:  black;
	}
}
.multiplecheckbox {
	margin: 10px;
	padding: 10px;
	border: 1px solid #e3e3e3;
}

.multiplecheckbox .controls label {
	display: block;
	text-align: left;
}
/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
	display: block;
	float: left;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

dl {

}
dd {
	border-bottom: 1px solid black;
	padding:  3px;
}
dt {
	float:  left;
	width:  50%;
	padding:  3px;
}


.related {
	float:  left;
}
/**  Actions  **/
.actions {
	float:  left;
	width: 100%;
}
.actions ul {
	margin: 0;
	padding: 0;
	float:  left;
	margin-top: 1em;
	
}
.actions li {
	margin:0 0 0.5em 0.5em;
	list-style-type: none;
	white-space: nowrap;
	float:  left;
}
.actions ul li a {
	font-weight: normal;
	display: inline;
	float:  left;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}
