/**
Stammfarben: #004b76
**/
label {
  display: block;
}

.customerscontent {
  position: absolute;
  max-width: unset !important;
  width: 100%;
  overflow-x: clip;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  padding: 10px;
  margin: 10px;
    margin-bottom: 10px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.top-bar.expanded, .top-bar {
	background: #ffffff;
	min-height: 80px;
	padding-top: 20px;
}

.right {
	position: absolute;
	right: 0px;
}

.top-bar.expanded .title-area {
	background: #fff3;
}

#actions-sidebar {
	background: #01545B66;	
}

.side-nav li.description {    
    padding: 0.4375rem 0.875rem;
}

.side-nav img {
	border: 1px solid;
}

#actions-sidebar li, #actions-sidebar li a {
	color: white;
}

.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
	background: transparent;
}

.top-bar-section li:not(.has-form) a:not(.button), .top-bar .name h1 a {
    color: #000000;
	
}


.top-bar-section li:not(.has-form) a:hover:not(.button) {
    color: #004b76;
	background: #eaf0f3;
}

.top-bar-section li:not(.has-form) a.active:not(.button) {
    color: #004b76;
	background: #eaf0f3;
}

#logo {
    width: 118px;
    height: 48px;
    margin-right: 20px;
    position: relative;
    z-index: 500;
}

.help-block {
    display: block;
    margin-top: -15px;
    margin-bottom: 10px;
    color: #737373;
}
table td {
	vertical-align:middle;
	white-space: nowrap;
	overflow: hidden;
  	text-overflow: ellipsis;  	
}

table.dotted td {
	border-bottom: 1px solid #01545B66;
  	
	border-left: 1px dashed #01545B66;
	
}

table.dotted td:first-child {
   border-left: 0;
}



.people.view > table tbody tr td, .locations.view > table tbody tr td {
	text-align: left;
}


td button {
	margin: 0;
	float: right;
}



.col1-left td:nth-child(1) {text-align: left}
.col2-left td:nth-child(2) {text-align: left}
.col3-left td:nth-child(3) {text-align: left}
.col1-right td:nth-child(1) {text-align: right}
.col2-right td:nth-child(2) {text-align: right}
.col3-right td:nth-child(3) {text-align: right}

.content {
    padding: 1rem;    
}

.content, #actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

#outerContainer #mainContainer div.toolbar {
  display: none !important; /* hide PDF viewer toolbar */
}
#outerContainer #mainContainer #viewerContainer {
  top: 0 !important; /* move doc up into empty bar space */
}

ul.pagination li.active a {
    background-color: #004b76;    
}

button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #004b76;
    border-color: #004b76;
    color: #fff;
    transition: background-color 300ms ease-out;
}

.deleted, input #deleted {
	color: red;
}

.form-error {
	background-color: lightpink!important;
}

.canceled td {
	text-decoration: line-through;
	color: grey;
}

.top-bar-section ul {
    width: 75%;
}
