.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
}

.page-header {
	padding-bottom: 4px;
	margin: 10px 0 20px;
}
.page-footer {
	padding-top: 10px;
	margin: 30px 0 10px;
	border-top: 1px solid #eee;
}
.table > thead > tr > th {
	border-top: 0;
}
h1,
.h1,
h2,
.h2
h3,
.h3 {
	margin-top: 10px !important;
}
.table-condensed-2 > tbody > tr > td {
  padding: 8px 6px 8px 2px;
}
.title-in-nav-tab {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	position: relative;
	display: block;
	padding: 10px 15px;
}
.pointer {
	cursor: pointer;
}
.black {
	color: #333333;
}
a.black:hover {
	color: #333333;
}
.green {
	color: #009933;
}
.red {
	color: #cc0033;
}
.yellow {
	color: #ff9900;
}
.orange {
	color: #ff3300;
}
.grey {
	color: #787878;
}
.dark-grey {
	color: #666666;
}
.blue {
	color: #0099CC;
}

.bg-lightblue {
  background-color: #d6ebff !important;
}

.bg-v-lightblue {
	background-color: #ebf5ff !important;
}
.bg-red {
  background-color: #FF6666 !important;
}
.bg-red-5 {
  background-color: #ffcccc !important;
}
.bg-red-10 {
  background-color: #ff9999 !important;
}
.bg-red-15 {
  background-color: #ff6666 !important;
}

.bg-lightgrey {
  background-color: #fafafa !important;
}
.bold {
	font-weight: bold;
}

a.text-muted:hover {
	color: #333;
}
.alert-group-name {
  color: #555;
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.alert-group-name hr {
  border-top-color: #e7e7e7;
}
.alert-group-name .alert-link {
  color: #555;
}
.alert-group-name:hover {
  background-color: #f2f2f2;
}
.sms {
	font-family: Consolas, monaco, monospace;;
}
.top-buffer {
	margin-top:20px;
}
.bottom-buffer {
	margin-bottom:20px;
}
.form-inline > * {
	margin-right: 10px;
}
.progress {
	margin-bottom: 10px;
}
.progress-bar-default {
	background-color: transparent;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
			box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.panel-heading {
	font-weight: bold;
}
.highcharts-container {
	width:100% !important;
	height:100% !important;
}
.inline-block-100 {
	display:inline-block;
	width: 100px;
	padding-left:10px;
	padding-right:10px;
}
.inline-block-80 {
	display:inline-block;
	width: 80px;
	padding-left:10px;
	padding-right:10px;
}
.inline-block-60 {
	display:inline-block;
	width: 60px;
	padding-left:10px;
	padding-right:10px;
}
.border-right {
	border-color: #dddddd;
	border-style: solid;
	border-width: 0 1px 0 0;
}
.border-left {
	border-color: #dddddd;
	border-style: solid;
	border-width: 0 0 0 1px;
}


table.padded td {
	padding: 6px 8px 6px 8px;
}

table.grid td {
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
	padding: 3px 5px 3px 5px;
}
table.question td {
	border-color: #dddddd;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 4px 5px 4px 5px;
}
.errortabletitle {
	color: #ffffff;
	background-color: #cc0000;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	cursor: pointer;
	cursor: hand;
}
.errortabletitle:hover {
	background-color: #ff0000;
}
.questionnairetitle {
	color: #ffffff;
	background-color: #464646;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	cursor: pointer;
	cursor: hand;
}
.questionnairetitle:hover {
	background-color: #333333;
}