body {
  background: #B9DAFA;
	margin:0px;
	padding:0px;
	font-family: Arial,Helvetica,sans-serif;
}

#wrapper {
  /* background:transparent url("../img/bg_verlauf.png") no-repeat scroll left -40px; */
}

.container {
  width:auto;
}

/* Header */
#header {
  border-bottom:1px dashed #0093a1;
	margin:0px 15px;
}

#header img {
  margin:15px 15px 15px 0px;
}

#header span {
 /* float:right; */
  padding:15px 0px 15px 15px;
	color:#009f9f;
	font-size:1.9em;
	line-height:1em;
	font-family:Trebuchet MS, Arial, Helvetica, Sans Serif;

}

/* Navigation */
.navbar {
  min-height:0px;
	position:relative;
	top:-1px;
}

.navbar-collapse {
  padding:0px;
}

.navbar-default .navbar-nav > li > a {
  padding:5px 15px;
	background-color:#00727D;
	color:#ffffff;
	margin-right:2px;
	margin-top:20px;
	border-radius: 4px 4px 0px 0px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
  color:#00727D;
	background-color:#ffffff;
}

.navbar-default .navbar-nav > li.active > a:link, .navbar-default .navbar-nav > li.active > a:visited {
	background-color:#e54b4b;
	color:#ffffff;
}

.navbar-right {
  position:absolute;
  top:-50px;
  right:15px;
}

.navbar-default .navbar-right > li > a, .navbar-default .navbar-right > li > a:link, .navbar-default .navbar-right > li > a:visited {
  padding:5px 15px;
	background-color:#0093a1;
	color:#ffffff;
	margin-left:2px;
	border-radius: 4px 4px 0px 0px;
	margin-right:0px;
}

.navbar-default .navbar-right > li > a:hover, .navbar-default .navbar-right > li > a:active, .navbar-default .navbar-right > li > a:focus {
	background-color:#ffffff;
	color:#00eeee;
}

.nav-tabs {
  margin:0px 15px;
}

.nav-tabs > li > a, .nav-tabs > li > a:link, .nav-tabs > li > a:visited {
  padding:5px 15px;
	background-color:#0093a1;
	color:#ffffff;
	margin-left:2px;
	border-radius: 4px 4px 0px 0px;
	margin-right:0px;
	border:none !important;
	margin-bottom:1px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus, .nav-tabs > li.active > a {
	background-color:#ffffff;
	color:#00eeee;
}

.nav-tabs > li.active > a:link, .nav-tabs > li.active > a:visited {
	background-color:#e54b4b;
	color:#ffffff;
}

.navbar-default {
  border-bottom:1px dashed #00727D;
	border-left:none;
  border-right:none;
  border-top:none;
  border-radius:0px;
	margin:0px 15px 30px 15px;
	background-color:transparent;
}

.navbar-brand {
  display:none;
}

ul#edit-container {
  border-bottom:1px dashed #0093a1;
}

/* Content */
.container {
  min-height:300px;
}

h1 {
  font-size:1.6em;
  color:#00727D;
  margin-top:0px;
  font-family: Arial,Helvetica,sans-serif;
}

h2, h3,h4,h5 {
	font-family: Arial,Helvetica,sans-serif;
}

h2 {
  font-size:1.2em;
  color:#00727D;
}

ul, ol {
  padding-left:15px;
}

a, a:hover, a:active, a:link, a:visited {
    color: #e54b4b;
}

.page-header {
  border-radius: 4px 4px 0px 0px;
	padding:15px 15px 8px 15px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
  margin-top:0px;
  border-bottom:1px dashed #0093a1;
}

.page-header h1 {
  margin-bottom:8px;
}

.page-header h2 {
  border-top:1px dashed #0093a1;
	padding-top:15px;
	margin-top:15px;
}

.panel {
  background-color:transparent;
	border-color:#21fbfb;
	box-shadow:none;
	text-align:center;
}

.panel-default > .panel-heading {
  background:#0093a1;
	border:none;
	border-radius: 4px 4px 0px 0px;
	text-align:left;
	color:#ffffff;
}

.panel-default > .panel-heading h3 {
  color:#ffffff;
	font-size:1.3em;
}

.panel-default > .panel-body {
	border:none;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
  background:rgba(255,255,255,0.30);
}

.panel-default > .panel-body > p {
  margin-bottom:0px;
}

.listTable {
  margin:0px 15px;
}
table {
	text-align:left;
}

thead th {
  background-color:#0093a1;
	color:#ffffff;
	border:none !important;
	font-weight:normal;
}

.glyphicon-arrow-down, .glyphicon-arrow-up {
  width:18px;
}

.glyphicon-arrow-down {
  position:relative;
	top:-1px;
}

.glyphicon-arrow-up {
  position:relative;
	top:6px;
	margin-left:-6px;
}

.glyphicon-arrow-down:before {
  content: url("../img/arrow_down_low.png");
}

.sorter-active .glyphicon-arrow-down:before, .sorter:hover .glyphicon-arrow-down:before, .sorter:active .glyphicon-arrow-down:before {
  content: url("../img/arrow_down_hi.png");
}

.glyphicon-arrow-up:before {
  content: url("../img/arrow_up_low.png");
}

.sorter-active .glyphicon-arrow-up:before, .sorter:active .glyphicon-arrow-up:before, .sorter:hover .glyphicon-arrow-up:before {
  content: url("../img/arrow_up_hi.png");
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding:8px 15px;
}

.table > thead > tr > td, .table > tbody > tr > td {
  padding:8px 15px 8px 15px;
	vertical-align:top;
}

.table-striped > tbody > tr > td, .table-striped > tbody > tr > th {
	border:none;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background:rgba(255,255,255,0.30);
	border:none;
}

.table a {
  margin-bottom:2px;
}

.table-striped > tbody > tr > td > a.btn {
float:right;
margin-left:5px;
}
.table-striped > tbody > tr > td > a.listbtn {
margin-left:5px;
}

.thStatus {
width:100px;
}

.thActions {
text-align:right;
width:215px;
}

.table-list-accounts .thActions {
text-align:right;
width:115px;
}

.tdActions {
padding:8px 15px !important;
}

.pagination {
position:relative;
margin:20px auto 5px auto;
}

.pagination > li > a, .pagination > li > span {
  border-top:none;
	border-bottom:none;
	border-left:1px solid #24e9fc !important;
	display:block;
	color:#00727D;
}

.pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus {
  background-color: #24e9fc;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #00727D;
  border-color: #24e9fc;
  color: #FFFFFF;
}

.form-group, .form-buttons, .form-group-buttons, #linked_projects {
  margin-bottom:10px;
	border-radius: 4px;
	padding:10px 10px 10px 10px;
  background:rgba(255,255,255,0.30);
}

.form-actions, .form-actions-left {
  margin-bottom:10px;
	border-radius: 4px;
	padding:10px;
  background:rgba(255,255,255,0.30);
	text-align:right;
}

.form-actions-left {
	text-align:left;
}

.form-group label {
  color:#00727D;
	font-size:0.91em;
}

input[type="text"] {
  background-color: #FFFFFF;
  border:none;
	border-radius: 4px;
  color: #00727D;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  vertical-align: middle;
}

.form-buttons, .form-group-buttons {
  text-align:right;
  background-color:#fb9b9b;
}

.tab-content form ul {
  margin-bottom:0px;
	font-size:0.91em;
	margin:0px;
	padding:0px 0 0 15px;
}

.tab-content form ul li {
  padding-bottom:3px;
}

.tab-pane {
  margin:15px 15px;
}

.tab-pane table {
  width:100% !important;
	margin:15px 0 0 0px;
}

.alert {
  border:none;
	margin-top:10px;
}

#linked_projects ul {
  margin-bottom:0px;
  color: #e54b4b;
}

#linked_projects ul li {
  margin-bottom:0.71em;
  font-size:0.91em;
}

/* Formulare */

input, textarea, select, a[type="button"], a.btn {
  border:none !important;
}

.form-control {
height:auto;
}

input[type="submit"], a[type="button"], a.btn {
	background-color:#e54b4b;
	color:#ffffff;
	border-color:#00727D;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, a[type="button"]:hover, a[type="button"]:active, a[type="button"]:focus, a.btn:hover, a.btn:active, a.btn:focus {
	background-color:#ffffff;
	color:#00727D;
	border-color:#ffffff;
}

#filter-form {
  margin-top:10px;
}

.form-group {
  margin-bottom: 15px !important;
}

.button-new {
  margin-bottom: 15px !important;
}

.form-group .btn {
  margin-bottom:0px;
}

.form-group, .form-buttons, .form-group-buttons {
  float:left;
  width:100%;
}

.filter-form .form-group {
  float:none;
  clear:none;
	width:auto;
}

.form-buttons .btn {
margin-bottom:0px !important;
}

div.fieldid-city {
  width:49%;
  margin-right:1%;
	float:left;
	clear:none;
}

div.fieldid-zip {
  width:50%;
	float:left;
	clear:right;
}

#account-filter {
  margin-top:15px;
}

#person > input + input {
  float:right;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #cc0000;
}

div.has-conflict {
  border:5px solid #e54b4b;
}

.alert-success {
  background-color: #b9e1ea;
  border-color: #b9e1ea;
  color: #00727d;
}

label.is_required {
  margin-top:-5px;
}

.help-block {
margin-bottom:0px;
}
/* styles Domm */

div.tab-pane {
  padding-top:5px
}

div.growlit {
  display:none
}

.nowrap {
  white-space: nowrap;
}

a.sorter:link, a.sorter:visited, a.sorter:hover, a.sorter:active {
  color:#000;
}

a.sorter-active:link, a.sorter-active:visited, a.sorter-active:hover, a.sorter-active:active {
  color:#f00
}
label.is_required:after {
	content:" *";
	color:#e54b4b;
	font-size:1.4em;
	font-weight:bold;
}

.deleted {
  opacity: 0.4;
  text-decoration: line-through;
}

.description_text {
    white-space: pre-wrap;
}

.panel {
    text-align: left;
}

.panel-title a {
    color: white;
}

.panel-body {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

.btn-mini {
    padding: 0px 6px !important;
}

.memo-container {
    padding: 0.3em;
}

.memo-list {
}

.memo-list > .memo-container:nth-child(2n+1) {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border: medium none;
}

.memo-list .memo-container:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}

.memo-container .btn-danger {
    float:right;
}

.field-type-hidden {
    display: none;
}

.filter-form select.filter-select {
    display: none;
}

ul.sortable { list-style-type: none; margin: 0; padding: 0 !important; }
ul.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; }
ul.sortable li span { position: absolute; margin-left: -1.3em; }

.expandable-click-block {
    display: none;
}

.records-form {
    display: none;
}

.nav-tabs > li > a.has-error {
  color: #e54b4b;
  font-weight: bold;
}

.nav-tabs a.has-error:after {
  content: " ❗";
}

.nav-tabs > li.active > a.has-error {
  color: white;
}

.download-data {
    padding-bottom: 1em;
}

#form_edit_field .fieldid-select_options,
#form_edit_field .fieldid-widget,
#form_edit_field .fieldid-repeatable_fields,
#form_edit_field .fieldid-size,
#form_edit_field .fieldid-fieldid-maxlength,
#form_edit_field .fieldid-rows,
#form_edit_field .fieldid-cols,
#form_edit_field .fieldid-multiple
{
    display: none;
}

.jstree {
    visibility: hidden;
}

.glyphicon-style-error {
    color: red;
}

.glyphicon-style-action {
    color: black;
}

.records-form .form_messages {
    display: none;
}

.records-form .form-group-buttons .form-group {
    clear: none;
    padding: 0;
    margin: 10px;
    float: right;
}

.records-form .form-group-buttons div {
    display: inline;
    width: auto;
}

.records-form .form-group-buttons .fieldid-reset {
    float: left;
}

.calculating {
    display: none;
}

.form-group .editToggle .form-control {
    width: inherit;
}

.form-group .btn-calc-action,
.form-group .spinner
{
    margin: 0 0.7em;
    float: right;
}

.memo-toggle {
    display: none;
}

.show-memo.memo-toggle {
    display: block;
}

#js-templates {
    display: none;
}

.repeatable-vhs-stats-n869 > div {
    width: 20%;
}

.repeatable-vhs-stats-n869 > div.add-more-repeatable {
    width: 100%;
    padding: 0.3em 0;
}

.repeatable-delete {
    visibility: hidden;
}


/*
 *
 * bootstrap banners styleing
 *
 */
.alerts {
  margin: 20px;
}

.alerts p {
  /* quick and dirty hack added by me, you may remove it if not needed */
  margin: 0; padding: 0;
}

.alert.alert-danger, .alert.alert-danger:hover, .alert.alert-warning, alert.alert-warning:hover, .alert.alert-success, .alert.alert-success:hover, .alert.alert-info, .alert.alert-info:hover {
  color: #ffffff;
}
.alert .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.alert.alert-danger, alert.alert-warning {
  background-color: #c43c35;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert.alert-success {
  background-color: #326032;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#407d40), to(#326032));
  background-image: -moz-linear-gradient(top, #407d40, #326032);
  background-image: -ms-linear-gradient(top, #407d40, #326032);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #407d40), color-stop(100%, #326032));
  background-image: -webkit-linear-gradient(top, #407d40, #326032);
  background-image: -o-linear-gradient(top, #407d40, #326032);
  background-image: linear-gradient(top, #407d40, #326032);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#407d40', endColorstr='#326032', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #326032 #326032 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert.alert-info {
  background-color: #339bb9;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

:root .alert {
  border-radius: 0 \0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;

  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;

  background-color: #eedc94;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert .close {
  margin-top: 0;
}
.alert a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}
.alert.alert-danger p a, alert.alert-warning p a, .alert.alert-success p a, .alert.alert-info p a {
  color: #ffffff;
}
.alert p a:hover {
  text-decoration: underline;
}
.alert p {
  margin-bottom: 0;
}

/*
 *
 * ^^^ bootstrap banners styleing
 *
 */

tr.long-table-hide {
    display: none;
}


tr.dashboard_valid_0_processed_1 {
  background-color:#a44;
}

tr.dashboard_valid_1_processed_0 {
  background-color:#cc0;
}

tr.dashboard_valid_1_processed_1 {
  background-color:#0a0;
}

form.entry_filter_form div.form-group {
  width:23%;
  margin-right: 1%
}

.form-control {
  width: 95%;
  display: inline;
}

.helpButton {
  width: 5%;
  display: inline;
  margin-left:1em;

}

.stathelp {
  display:none;
  margin-top:.5em;
}

.radio, .checkbox {
    display: inline-block;
}

