body
{
	padding-top: 70px;
}

.navbar-inverse .navbar-brand
{
	color: white;
}

.navbar-inverse
{
	background-color: #104a70;
}

.navbar-inverse .navbar-nav>li>a 
{
	color: white;
}

.navbar-brand
{
	padding: 5px !important;
}

.mainContent
{
	width: 100%;
}

.btn-full-width
{
	width: 100%;
}

.spinner
{
	margin-top: 0px;
	width: 100%;
	height: 50vh;
	padding-bottom: 25vh;
	padding-top: 25vh;
	padding-left: 50%;
	padding-right: 50%;
	overflow: visible;
}
.spinner img
{
	width: 64px;
	height: 64px;
	max-width: 64px;
	left: -32px;
	top:-32px;
	position: relative;
}

.col-arbeitsplatzTab
{
	padding: 3px;
}

.arbeitsplatzTab
{
	width: 100%;
	height: 60px;
	border-radius: 2px;
	border: 1px solid #c2c2c2;
	margin-bottom: 0px;
	padding: 5px;
	padding-top: 0px;
	cursor: pointer;
}
.arbeitsplatzTab-Green
{
	background-color: #dedede;
}
.arbeitsplatzTab-Red
{
	background-color: #bff6ff;
}
.arbeitsplatzTab:hover
{
	background-color: #9cd4db;
}
.arbeitsplatzTab .title
{
	font-size: 24px;
}
.arbeitsplatzTab .info
{
	font-size: 16px;
	color: #212121;
}
.arbeitsplatzContainer
{
	margin-top: 20px;
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 5px;
	background-color: #eeeeee;
	padding-left: 20px;
	padding-right: 20px;
}
.roundcontainer
{
	margin-top: 20px;
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 5px;
	background-color: #eeeeee;
	padding-left: 20px;
	padding-right: 20px;
}
.SelectItem
{
	text-align: center;
	height: 30px;
	background-color: #e8e8e8;
	border: 1px solid #989898;
}
.autoTime .start
{
	display: none;
}

.automoney .start, .automoney .valueperminute, .automoney .valuePerHour, .automoney .calculation_frequency, .automoney .auftrag, .automoney .value, .moneysum .value, .moneysum .id, .automoneystatic .value, .automoneystatic .auftrag
{
	display: none;
}
.automoneytool .start, .automoneytool .valueperminute, .automoneytool .valuePerHour, .automoneytool .calculation_frequency, .automoneytool .auftrag, .automoneytool .value, .moneysum .value, .moneysum .id
{
	display: none;
}

.selectInline
{
	display: inline;
	width: auto;
	background-color: #299eed;
	color: white;
}
.werkzeuge
{
	padding: 1px;
}
.werkzeuge .btn
{
	width: 100%;
	overflow: hidden;
}
.fullSizeModalFooter
{
	text-align: left;
	padding: 0;
	overflow: hidden;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.fullSizeModalFooter .btn
{
	border-radius: 0;
	border: 0;
	margin: 0 !important;
	min-height: 50px;
}
.spinnerMessage
{
	position: relative;
	width: 10%;
	left: 45%;
}

.seperator-right
{
	border-right: 1px dotted #b5b5b5;
}

.seperator-horizontal
{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	border-bottom: 1px dotted #b5b5b5;
}
.amountNumberInput
{
	width: 50px !important;
}