body {
	margin-bottom: 80px;  // push up so that the bottom bar does not overlap main content
}

div .box {
	min-width: 200px;
	margin: 10px 20px 10px 0;
	float:left;
	border: 3px solid #303030;
	border-radius:6px;
    -moz-border-radius:6px;
    position: relative;
}

div .boxContent {
	min-height: 70px;
	color: black;
	background-color: white;
	text-align:center;
	font-weight: bold;
	margin:10px; 
}

div .boxContent img {
	padding:0px 0px 5px 0px;
}

.action-links a:not(:first-child)::before,
.action-links span:not(:first-child)::before {
    content: "| ";
    color: black;
    text-decoration: none;
}

.exclamation {
	position: absolute;
	top: -10px;
	right: -10px;
}

.addNewButton {
	position: absolute;
	top: -10px;
	right: -10px;
}

img[src*="whatIsThis.png"] {
	margin: 0 5px 0 5px;	
}

.adminOnly {
	background: rgba(255,0,0,0.15);
	/* background-color: #FFeeee; 
	background: repeating-linear-gradient(
	  45deg,
		#dec8c8,
		#dec8c8 10px,
		#f9b4b4 10px,
		#f9b4b4 20px
	);*/
	/* border-left: medium solid #ff0000; */
	padding-left: 10px;
	padding-right: 10px;
}

.warning {
	background-color: red;
	color: white;
}


table.dataTable tr.odd.issueLevelInfo {
	background-color: rgb(187, 255, 187);
}
table.dataTable tr.even.issueLevelInfo {
	background-color: rgb(177, 245, 177);
}
table.dataTable tr.odd.issueLevelWarning {
	background-color: rgb(255, 235, 135);
}
table.dataTable tr.even.issueLevelWarning {
	background-color: rgb(255, 245, 145);
}
table.dataTable tr.odd.issueLevelSevere {
	background-color: #ffbbbb;
}
table.dataTable tr.even.issueLevelSevere {
	background-color: #ffcccc;
}

/*table.dataTable tr.odd.fixed td.sorting_1 { background-color: #aaffaa; }
table.dataTable tr.even.fixed td.sorting_1 { background-color: #aaffaa; }
table.dataTable tr.odd.notFixed td.sorting_1 { background-color: #ffaaaa; }
table.dataTable tr.even.notFixed td.sorting_1 { background-color: #ffaaaa; }*/


table.data td {
	padding-right: 15px;
	padding-left: 30px;
}

.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left !important;
}

.dataTables_wrapper .dataTables_info {
    clear: none;
    float: right;
}
 
.navbar-fixed-bottom {
	color: #999999;
	min-height: 20px;
	margin-bottom: 0px;
}
 
.navbar-brand {
	padding: 5px 15px;
	font-size: 14px;
}

.navbar-logo {
	margin-top: 4px;
	margin-right: 15px;
}

.navbar-header{
	margin-left: 10px;
}

.navbar-nav {
	margin-top: 8px;
}

.nav>li>a {
	padding: 10px 15px;
}

.navbar-inverse .navbar-brand {
	color: #dddddd;
}

.alert {
  padding: 10px;
  margin-bottom: 20px;
}

.quuppa-form div {
	margin-top: 20px;
	vertical-align: top;
}

.quuppa-form div label, .quuppa-form div input, .quuppa-form div textarea {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.quuppa-form div .radiobutton {
	width: 30px;
	margin-right: 0px;
}

.quuppa-form div label {
	width: 150px;
	text-align: right;
}

.quuppa-form label.mandatory:after {
	content:" *";
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

label {
  display: block;
  font-weight: normal;
}

.input-xlarge {
  width: 270px;
}


input,textarea, select {
	display: inline-block;
	width: 300px;
	padding: 4px;
	margin-bottom: 9px;
	line-height: 18px;
	color: #555555;
	vertical-align: middle;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.input-narrow {
	width: 10px;
}

table.dataTable input {
	width: 100px;
}

div.documentationLink {
	border: solid white 3px;
	display: table;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	background: #cec9ff;
	font-size: 16px;
	border-radius: 12px;
	width: 100%;
}

div.documentationLink .text {
	vertical-align: middle;
	display: table-cell;
}

div.documentationLink .img {
	vertical-align: middle;
	display: table-cell;
	padding-left: 50px;
}