/* @override http://localhost:8000/app/assets/styles/css/main.css */

/* override some bootstrap css */
.hide {
	display: none;
}

#content .show {
	display: block;
}

.btn-wrapper {
	text-align: center;
}

.vscrollCharts {
	height: 90%;
	overflow-x: hidden;
	overflow-y: scroll;
}

.btn {
	border-radius: 0px;
	padding: 0.1em 1.5em;
	color: #4C4C4C;
	font-size: 0.8em;
	background-color: #FFF;
}

.btn-default {
	background-color: #ccc;
	background-image: none;
	text-shadow: none;
	padding: 4px 16px;
}

.btn-default:hover {
	background-color: #eee;
}

.form-control {
	border-radius: 0px;
	padding-bottom: 8px;
	color: #000;
}

textarea.form-control {
	margin-bottom: 8px;
	resize: vertical;
}

.form-group {
	margin-bottom: 8px;
}

.checkbox-group {
	padding: 8px 12px;
	margin-bottom: 0;
}

.well {
	border-radius: 0px;
}

.input-group-addon {
	border-radius: 0px;
}

.list-group-item {
	border-radius: 0px !important;
	padding: 1em;
}

.table {
	margin-bottom: 0;
	border: solid 1px #ccc;
}

.table>tbody>tr:first-child>td {
	border: none !important;
}

.table>thead>tr>th {
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	background-color: #ddd;
}

.list-group {
	margin-bottom: 0em;
}

pre {
	display: block;
	padding: 0px;
	margin: 0px;
	font: 1em Verdana;
	line-height: 1.42857143;
	color: #000;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	white-space: pre;
	white-space: -moz-pre-wrap; /* fennec */
	white-space: pre-wrap;
	white-space: pre\9; /* IE7+ */
}

.radio-inline, .checkbox-inline {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"],
	.checkbox-inline input[type="checkbox"] {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	/*margin-left: -20px;*/
	position: absolute;
	margin-top: 0;
	margin-bottom: 0;
}

.nav-pills>li>.active {
	background-color: #002f5e;
	z-index: 200;
}

.nav-justified>li>a {
	text-align: left;
	border-radius: 0px;
}

.nav-tabs.nav-justified>li>a {
	background-color: #ccc;
	border-color: #999;
	border-radius: 0;
	border-style: solid;
	font-size: 0.9em;
	padding: 0.7em;
	color: #222;
}

.nav-tabs.nav-justified>li>a:hover {
	border-color: #666 #666 #333 #666;
	background-color: #ddd;
	color: #000;
	border-bottom: 0px;
}

.nav-tabs.nav-justified>li.active>a, .nav-tabs.nav-justified>li.active>a:hover,
	.nav-tabs.nav-justified>li.active>a:focus {
	color: #000;
	cursor: default;
	background-color: #fff;
	border: 1px solid #999;
	border-bottom: 0px;
}

.tabsetWrapper {
	padding: 0 0.57em;
}

.gly-rotate-90 {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}

.gly-rotate-180 {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.btn-add-right {
	height: 4em;
	width: 3em;
	padding: 0em;
	margin-right: 1.5em;
}

.reduced-col-padding-left {
	padding-left: 5px;
}

.reduced-col-padding-right {
	padding-right: 5px;
}

.input-table>tbody>tr:first-child>td {
	padding-top: 0;
}

.input-table>tbody>tr>td:first-child {
	padding-left: 0;
}

.input-table>tbody>tr>td:last-child {
	padding-right: 0;
}

.pager li>a, .pager li>span {
	border-radius: 0px;
}

#colorSelect>a.dropdown-toggle {
	background: none;
	color: #ccc;
}

#colorSelect>a.dropdown-toggle:hover, .custom-select.open>a.dropdown-toggle
	{
	color: #ccc;
}

#colorSelect>.dropdown-menu>ul>li>a {
	color: #ccc;
}

.custom-select>a.dropdown-toggle {
	color: #000;
}

/* individual styling */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	color: #000000;
	font: 14px Verdana;
}

hr {
	border-top: 1px solid #ccc;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	color: #000;
	font-size: 1.2em;
	margin: 0.4em 0.57em 0.8em;
}

h4 {
	font-size: 1.2em;
}

p {
	margin: 0.9em 1em;
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #5b7893;
}

li {
	list-style: none;
	/*display: inline-block;*/
}

label {
	font-size: 0.8em;
	font-weight: normal;
	vertical-align: middle;
}

.loadingWrapper {
	height: 100%;
}

.pointer {
	cursor: pointer;
}

.smallLink {
	color: #4C4C4C;
	display: block;
}

.tableListItem {
	float: left;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 2px 4px;
}

.table .secondTableLine {
	border-top: none;
	padding-top: 0;
}

.table .smallTableContent {
	font-size: 0.9em;
}

.appendTableRow {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
}

.detailInfo tbody {
	font-size: 0.9em;
}

/* Media List */
.mediaList {
	margin: 0 1em;
	padding: 0em;
	display: table;
}

.mediaList>li {
	display: table-cell;
	position: relative;
	float: left;
	margin: 10px;
	min-height: 156px;
	min-width: 120px;
	text-align: center;
	background-color: rgba(204, 204, 204, 1);
	padding: 10px;
}

.mediaList>li:hover {
	background-color: rgba(204, 204, 204, 0.8);
}

.mediaList .uploadPercentage {
	display: inline-block;
	padding-top: 55px;
}

.mediumItem {
	display: block;
}

.mediumItem .imgContainer {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.mediumItem .imgContainer img {
	margin: 0 auto;
	width: 100px;
	display: inline-block;
}

.mediumItem .mediumTitle {
	padding: 5px 5px 0;
	text-align: center;
	max-width: 100px;
	font-size: 0.7em;
	display: block;
	overflow: hidden;
}

.mediumHover {
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	display: none;
	font-size: 1em;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.mediumHover:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.mediaList>li:hover .mediumHover {
	display: block;
}

.mediumDelete {
	top: 0;
	left: 0;
}

.mediumShow {
	bottom: 0;
	left: 0;
	padding: 10px 0;
}

.addItem {
	display: block;
	cursor: pointer;
}

.addItem .mediumTitle {
	padding: 5px 5px 0;
	text-align: center;
	max-width: 100px;
	font-size: 0.7em;
	display: block;
	overflow: hidden;
}

.addMedia {
	width: 100px;
	height: 100px;
	text-align: center;
}

.addMedia .glyphicon {
	font-size: 100px;
	color: #FFF;
}

.noContentInfo {
	display: inline-block;
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
}

.noContentInfo>.content {
	font-size: 2em;
	color: #CCC;
	display: block;
	position: relative;
	width: 560px;
	margin: 0 auto;
}

.noContentInfoSmall {
	padding-top: 1em;
	font-size: 0.6em;
}

.noContentInfoSmall li {
	list-style: disc outside none;
	line-height: 1.4em;
}

.noContentInfoSmall ul {
	padding-left: 1.2em;
	padding-top: 0.3em;
}

.item_show {
	font-size: 0.8em;
	margin-bottom: 0.4em;
}

.show_reduced_20 {
	max-height: 20px;
	overflow-y: hidden;
}

.show_reduced_60 {
	max-height: 60px;
	overflow-y: hidden;
}

.show_all {
	max-height: none;
}

.comment_author {
	font-size: 0.8em;
	color: #666;
}

.comment_documents {
	border-top: 1px solid #ccc;
}

.addDocument {
	font-size: 0.8em;
}

.showAllMedia {
	color: #5b7893;
	cursor: pointer;
	font-size: 0.8em;
	padding: 2px !important;
}

.showAllMedia:hover {
	color: #000;
}

/* AUTOCOMPLETE */
.autocomplete {
	position: relative;
}

.autocomplete .suggestions {
	position: absolute;
	left: 0;
	width: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 1;
	padding-left: 0px;
}

.autocomplete .suggestions li {
	text-align: left;
	list-style: none;
	width: 100%;
	padding: 0.4em;
	background-color: #fff;
	cursor: pointer;
}

.autocomplete .suggestions li.active {
	width: 100%;
	background-color: #96CFC9;
}

.autocomplete .highlight {
	color: #aa3933;
}
/*
.autocomplete li.active .highlight {
  background: #666;
  color: #fff;
}
*/
.autocompleteTag {
	border: 1px solid #ccc;
	display: block;
}

.tagItem {
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	padding: 4px;
}

.tagItem .tagText {
	display: inline;
}

.tagItem .glyBtn {
	padding: 0;
	display: inline;
}

.autocompleteTagInput {
	overflow: hidden;
	background: #ccc;
	min-width: 200px;
}

.autocompleteTagInput .form-control {
	border: none;
	width: 100%;
}

.autocompleteTagInput .form-control:focus {
	box-shadow: none;
}

/* MAIN-HEADER */
#headerName {
	display: inline-block;
	padding: 0.57em;
}

#headerLogout {
	color: #666;
}

/* MAIN-NAV */
#nav {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 90;
}

/* MAIN-CONTENT */
#content {
	background-color: #fff;
	height: 100%;
	padding: 45px 0 0;
}

#content>div>.row {
	height: 100%;
	margin: 0;
}

#content>#calendarRow {
	height: auto;
}

/* MAIN-FOOTER */
#footer {
	background-color: #96cfc9;
	bottom: 0;
	left: 0;
	padding: 1.5em;
	position: fixed;
	width: 100%;
	z-index: 40;
}

#footer .footerLeft {
	text-align: left;
}

#footer .footerMiddle {
	text-align: center;
}

#footer .footerRight {
	text-align: right;
}

/* NAVIGATION */
#mainNav {
	background-color: #5B7893;
	padding: 0em 2em;
}

#mainNav a {
	color: #FFFFFF;
}

#mainNav>ul>li {
	font-size: 1.286em;
	width: 14.285% !important;
	display: block;
	float: left;
	margin-left: 0px;
}

#mainNav>ul>li:last-child {
	border-right: 2px solid #ffffff;
	float: right;
}

#mainNav>ul>li:nth-last-child(2) {
	border-right: 2px solid #ffffff;
}

#mainNav>ul>li:hover, .mainNav>li:focus {
	background-color: #002f5e;
	color: #FFFFFF;
}

#mainNav>ul>li>div {
	float: left;
	display: block;
	width: 100%;
	border-left: 2px solid #ffffff;
}

#mainNav>ul>li>div>a {
	text-decoration: none;
	padding: 0.6em 5%;
	float: left;
	display: block;
	cursor: pointer;
	width: 100%;
}

#mainNav>ul>li:last-child>div>a {
	float: right;
	font-size: 0.7em;
	padding: 1.16em 5%;
	text-align: right;
	width: 100%;
}

#mainNav>ul>.li-disabled, #mainNav>ul>.li-disabled:hover>div>a, #mainNav>ul>.li-disabled .navIcon
	{
	opacity: 0.5;
	cursor: not-allowed;
}

.detailInfo.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

#mainNav .navIcon {
	color: #FFFFFF;
	padding: 0.7em 5% 0.7em 7%;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

#mainNav .navIcon:hover {
	background-color: #001a35;
}

.navActionList {
	position: absolute;
	border-bottom: 2px solid #ffffff;
	border-top: 1px solid #ffffff;
	top: 3.09em;
	z-index: 100;
	width: 100%;
	font-size: 0.8em;
}

.navActionList>li {
	background-color: #002f5e;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 0;
}

.navActionList>li>a {
	background-color: #002f5e;
	display: block;
	padding: 0.8em;
	position: relative;
	cursor: pointer;
}

.navActionList>li>a:hover {
	background-color: #001a35;
	color: #FFFFFF;
	text-decoration: none;
}

.subNav {
	position: fixed;
	border-bottom: 2px solid #ffffff;
	border-top: 1px solid #ffffff;
	top: 2.7em;
	left: 0em;
	z-index: 100;
	padding: 0em 2%;
	width: 100%;
	background-color: #5B7893;
	font-size: 0.9em;
}

.subNav a {
	color: #FFFFFF;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	z-index: 20;
}

.subNav>ul>li {
	margin-left: 0px;
}

.subNav>ul>li:last-child {
	border-right: 2px solid #ffffff;
}

.subNav>ul>li:hover, .mainNav>li:focus {
	background-color: #002f5e;
	color: #FFFFFF;
}

.subNav>ul>li>div {
	float: left;
	display: block;
	width: 100%;
	border-left: 2px solid #ffffff;
}

.subNav>ul>li>div>a {
	text-decoration: none;
	padding: 0.6em 5%;
	float: left;
	display: block;
	cursor: pointer;
	width: 100%;
}

.navBadge {
	background-color: #990000;
	font-weight: normal;
	opacity: 0.7;
	position: absolute;
}

.mainNavBadge {
	border-radius: 4em;
	font-size: 0.7em;
	padding: 0.35em 0.6em;
	right: 3em;
	top: 0.9em;
}

.subNavBadge {
	top: -0.6em;
	right: 3.5em;
	font-size: 0.7em;
	border-radius: 4em;
	padding: 0.45em 0.7em;
}

/* CONTENT */
.helper h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1.2em 0.4em 0.9em;
}

.helper h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.2em 0.4em 0.8em;
}

.helper p {
	font-size: 1.1em;
	margin: 0.4em;
}

.helper li {
	list-style-type: lower-roman;
}

.helper .decimal li {
	list-style-type: decimal;
}

.fixed {
	position: fixed;
	width: 75%;
	top: 0;
	z-index: 1000;
}

.detailArea {
	border-right: 1px solid #909190;
	padding-right: 0px;
	padding-left: 0px;
	height: 100%;
}

.detailAreaWrapper {
	height: 100%;
	padding-top: 46px;
	padding-right: 0;
	padding-left: 0;
}

.detailHeader {
	border-top: 2px solid #ffffff;
	left: 0;
	padding: 0.7em 2.5em;
	position: fixed;
	top: 45px;
	width: 75%;
	z-index: 60;
	min-height: 46px;
}

.detailHeader>h1 {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.detailFooter {
	border-top: 2px solid #ffffff;
	left: 0;
	padding: 0.7em 2.5em;
	position: fixed;
	bottom: 0;
	width: 75%;
	z-index: 61;
}

.detailFooter>h1 {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
}

.detailContent {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 1em 1.1em;
	margin: 0;
}

.detailContentHeaderAddon {
	color: #666666;
}

.detailEditRow {
	margin-left: 0;
	margin-right: 0;
	height: 100%;
}

.hoverPointer {
	cursor: pointer;
	color: #5b7893;
}

.hoverPointer:hover {
	opacity: 0.5;
}

.personInfo {
	margin: 0px 15px 5px;
}

.personInfo>span {
	display: block;
	margin-bottom: 0.6em;
}

.personInfo .name {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

.personInfo .main_group {
	color: #666;
}

.personInfo .company {
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

.personInfo .workingGroup {
	margin-bottom: 1em;
}

.personInfo .email {
	display: block;
	margin-bottom: 0.3em;
}

.personInfo .person_color {
	display: inline;
	float: left;
	margin-top: 0.5em;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	padding: 3px 6px;
	min-width: 7em;
	text-align: center;
	font-size: 0.9em;
	border: 1px solid #aaa;
}

.personInfo .groups {
	padding-top: 10px;
}

.personInfo .groups span {
	padding-right: 5px;
}

.personInfo .adr {
	display: block;
	margin-bottom: 0.8em;
}

.personInfo .adr span {
	display: block;
	font-size: 1.1em;
}

.changePasswordBtn {
	color: #5b7893;
	cursor: pointer;
	font-size: 0.8em;
	margin-bottom: 16px;
	padding: 2px !important;
}

.changePasswordBtn:hover {
	color: #000;
}

.changePasswordResult {
	color: #a94442;
	font-size: 0.8em;
	margin-bottom: 16px;
	padding: 2px !important;
}

.reminderBtn {
	font-size: 2em;
	left: 40px;
	position: absolute;
	top: 70px;
	cursor: pointer;
}

.reminderBtn:hover {
	opacity: 0.5;
}

.reminderRow {
	margin-left: 50px;
}

.reminderInfo {
	margin: 0px 15px 5px;
	position: relative;
}

.reminderInfo .description {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

.reminderInfo .date {
	font-size: 1.1em;
	margin-bottom: 0.8em;
}

.detailInfo {
	margin-top: 0em;
	margin-bottom: 1em;
}

.detailInfo .large {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

.detailInfo .small {
	font-size: 0.8em;
	margin-bottom: 0.6em;
}

.showDetails {
	cursor: pointer;
	font-size: 12px;
	position: absolute;
	top: 46px;
	right: 0;
	padding: 4px 16px;
	z-index: 60;
	color: #5b7893;
	background-color: #ccc;
}

.showDetails:hover {
	background-color: #eee;
}

.showDays {
	color: #999;
	font-size: 0.6em;
}

.showAllItems {
	color: #5b7893;
	cursor: pointer;
	font-size: 0.8em;
	float: right;
}

.showAllItems:hover {
	color: #999;
}

.detailInfoContent {
	margin: 0 0.8em;
}

.tableBtns {
	margin-left: 0.2em;
	padding: 0 0.3em;
	cursor: pointer;
	float: right;
}

.tableBtns:hover {
	opacity: 0.5;
}

.customerInfo>span {
	display: block;
}

.customerInfo .name {
	font-size: 1.2em;
	padding-bottom: 0.2em;
}

.customerInfo .org {
	font-size: 0.9em;
	padding-bottom: 0.8em;
}

.customerInfo .adr {
	padding-bottom: 0.3em;
	font-size: 1em;
}

.customerInfo .adr>span {
	display: block;
	padding-bottom: 0.2em;
}

.customerInfo .email {
	padding-bottom: 0.4em;
	font-size: 1.1em;
}

.customerInfo .digital {
	padding-bottom: 0.3em;
}

.customerInfo .digital .type {
	padding-left: 0.4em;
	font-size: 0.8em;
}

.specialistInfo {
	margin-bottom: 1em;
}

.specialistInfo .list-inline {
	margin: 0.5em 1em;
}

.searchArea {
	padding: 0;
	margin: 0;
	height: 100%;
	border-left: 1px solid #909190;
}

.instrumentListArea {
	height: 100%;
	border-left: 1px solid #909190;
}

.instrumentListAreaAnalysis {
	height: 95%;
	border-left: 1px solid #909190;
}

.searchAreaWrapper {
	height: 100%;
	padding-top: 70px;
	position: relative;
}

.instrumentsAreaWrapper {
	height: 50%;
	padding-top: 70px;
	/*position: relative;*/
}

.searchArea .halfSearch {
	height: 50%;
}

.searchArea h4 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0.6em;
	font-size: 1em;
}

.searchArea p {
	padding: 0;
	margin: 0;
	color: #909190;
}

.searchArea>div {
	border-bottom: 1px solid #909190;
}

.searchBottom {
	border-top: 1px solid #909190;
}

.searchInputRight {
	border-top: 2px solid #ffffff;
	/*border-bottom: 1px solid #ccc;*/
	padding: 1.2em 1em;
	position: absolute;
	top: 0px;
	z-index: 60;
	background-color: #FFF;
}

.searchListRight {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

.searchListRight>li {
	overflow-y: hidden;;
}

.searchListRight>li>p {
	min-height: 1em;
}

.searchListRight>li:hover {
	background-color: #EEE;
}

.searchListRight>.noHover:hover {
	background-color: #FFF;
}

.searchDetailRight {
	right: 1.4em;
	position: absolute;
	z-index: 65;
	top: 50px;
	text-align: right;
	color: #666;
	font-size: 0.8em;
}

.searchDetailRight span {
	padding-left: 8px;
}

.searchResultLength {
	color: #cccccc;
	margin: 1.3em 1em;
	padding: 7px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.searchListItemRight {
	font-size: 0.9em;
}

.searchListItemSymbol {
	float: left;
	height: 2.8em;
	padding: 1em 0.7em 1em 0em;
	max-width: 10%;
}

.searchListItemText {
	float: left;
	max-width: 90%;
}

.searchInline {
	position: relative;
}

.searchInputInline {
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ccc;
	background-color: #FFF;
}

.searchListInline {
	height: 100px;
	left: 40px;
	margin-bottom: 12px;
	min-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 12px;
	position: absolute;
	top: 35px;
	z-index: 50;
}

.searchListInline>li {
	overflow-y: hidden;;
	padding: 4px;
}

.searchListInline>li>p {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.searchListInline>li:hover {
	background-color: #EEE;
}

.searchListInline>.noHover:hover {
	background-color: #FFF;
}

.selectListInline {
	height: 100px;
	margin-bottom: 12px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 12px;
}

.selectListInline>li {
	overflow-y: hidden;;
	padding: 4px;
}

.selectListInline>li>p {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.selectListInline>li:hover {
	background-color: #EEE;
}

.selectListInline>.noHover:hover {
	background-color: #FFF;
}

.filterInputRight {
	margin-left: 11px;
	margin-right: 11px;
	max-width: 300px;
	position: absolute;
	right: 15px;
	top: 10px;
}

.filterInputRight .input-group-addon {
	font-size: 10px;
}

.filterInputRight .form-control {
	font-size: 12px;
	height: 28px;
	padding: 6px;
}

.tab-content {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-bottom: 1em;
	min-height: 9.1em;
	padding: 1em;
}

.noItem {
	text-align: center;
	color: #ccc;
	font-size: 0.9em;
	padding: 5px !important;
}

.newItem {
	color: #000;
	font-size: 1.1em;
	padding: 5px !important;
	text-align: center;
}

.newItem:hover {
	color: #333;
}

.moreItems {
	color: #5b7893;
	cursor: pointer;
	font-size: 0.8em;
	padding: 2px !important;
	text-align: center;
}

.moreItems:hover {
	color: #000;
}

.noContent {
	color: #ccc;
	font-size: 0.9em;
}

.glyBtn {
	padding: 8px;
	cursor: pointer;
	display: block;
	padding: 8px;
	text-align: center;
	width: 100%;
	color: #FFF;
}

.applyGlyphicon {
	display: block;
	padding: 13px 12px 13px 0px;
	text-align: center;
	color: #000;
	float: left;
	height: 50px;
}

.glyphicon-remove {
	color: #AA0000;
	padding: 4px 0;
}

.glyphicon-ok {
	color: #00AA00;
	padding: 4px 0;
}

.glyphicon-cancel {
	color: #FF9900;
	padding: 4px 0;
}

.glyphicon-eye-open {
	color: #000066;
	padding: 4px 0;
}

.glyphicon-pencil {
	padding: 4px 0;
}

.glyphicon-pushpin {
	padding: 4px 0;
}

.glyphicon-copy {
	padding: 4px 0;
}

.glyphicon-calendar {
	color: #330166;
	padding: 4px 0;
}

.glyphicon-list-alt {
	color: #6C7F4F;
	padding: 4px 0;
}

.glyphicon-orderItem {
	color: #6C7F4F;
	padding: 4px 0;
}

.glyphicon-user {
	color: #145F7E;
	padding: 4px;
}

.glyPerson {
	background-color: #145F7E;
}

.glyOrder {
	background-color: #6C7F4F;
}

.glyAppointment {
	background-color: #330166;
}

.glyAdmin {
	background-color: #8B2436;
}

.personColor {
	color: #145F7E;
}

.orderColor {
	color: #6C7F4F;
}

.requestColor {
	color: #660000;
	font-weight: bold;
}

.requestColor a {
	color: #660000 !important;
	font-weight: bold;
}

.appointmentColor {
	color: #330166;
}

.adminColor {
	color: #8B2436;
}

.glyBtn:hover {
	opacity: 0.8;
}

#warningFooter {
	background-color: #fc9a24;
}

/* LOGIN */
#header {
	padding: 0.714em;
	background-color: #96CFC9;
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
}

#header h3 {
	padding: 0em;
	margin: 0.8em;
}

.loginArea {
	padding-bottom: 4em;
	padding-top: 2em;
}

#loginHeader {
	padding-bottom: 1em;
}

.loginContent ul {
	padding-left: 1.2em;
}

.loginContent li {
	list-style: disc outside none;
	line-height: 1.4em;
}

.loginText {
	padding-bottom: 10px;
	padding-top: 10px;
}

.loginText p {
	margin: 0.9em 0em;
}

.loginForm h2 {
	margin-top: 0.5em;
	font-size: 1.3em;
}

.loginPadding {
	padding: 0 2em;
}

.login_btn {
	font-size: 1.1em;
	padding: 0.3em 2em;
	text-align: center;
}

#resentActivationBtn {
	cursor: pointer;
	color: #5b7893;
}

#resentActivationBtn:hover {
	color: #000000;
}

#forgotPasswordBtn {
	margin-left: 1em;
	font-size: 0.8em;
	cursor: pointer;
	color: #5b7893;
}

#forgotPasswordBtn:hover {
	color: #000000;
}

#forgotPasswordMsgBtn {
	cursor: pointer;
}

#forgotPasswordMsgBtn:hover {
	color: #000000;
}

#loginFooter {
	margin-top: 2em;
}

.errorMsg {
	color: #a94442;
	font-size: 0.8em;
	padding: 0.8em 2em;
}

.requestForm {
	position: relative;
}

.requestForm fieldset label {
	font-size: 0.8em;
	font-weight: normal;
}

.requestForm>.row {
	margin-bottom: 15px;
}

.requestForm>.row .row>div {
	padding: 0 5px;
}

.requestForm>.row .row>div:first-child {
	padding-left: 15px;
}

.requestForm>.row .row>div:last-child {
	padding-right: 15px;
}

.requestForm .requestDocumentItem {
	border: 1px solid #909190;
	padding: 7px 10px 10px 15px;
	margin-right: 5px;
	cursor: pointer;
}

.requestForm .requestDocumentItem .glyphicon {
	margin-left: 10px;
}

.requestForm .requestDocumentItem:hover {
	opacity: 0.5;
}

.requestDocumentList .glyphicon {
	cursor: pointer;
	padding: 5px;
}

.alert-success {
	margin-top: 12px;
	color: #000;
	background-color: #dff0d8;
	border: none;
	border-radius: 0px;
}

.alert-danger {
	margin-top: 12px;
	color: #000;
	background-color: #dff0d8;
	border: none;
	border-radius: 0px;
}

.alert-info {
	background-image: none;
	background-color: #d2eae7;
	border-color: #d2eae7;
	color: #1a3734;
}

.alert>p, .alert>ul {
	margin-bottom: 12px;
}

/* AKTUELL */
#newsHeader {
	background-color: #002f5e;
	width: 100%;
}

#newsHeader h1 {
	color: #fff;
}

/* PERSON */
#personHeader {
	background-color: #145F7E;
}

#editPersonInfo {
	margin: 0px 0px 5px;
}

.editAdrList>li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
}

.editAdrList>li:last-child {
	border-bottom: none;
	margin-bottom: 8px;
}

.editAdrList .glyphicon-remove {
	margin: 5px 0;
}

.showAdrList li {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}

.showAdrList li:last-child {
	border-bottom: none;
	margin-bottom: 8px;
}

.showAdrList .adrStreet {
	margin-bottom: 4px;
}

.appTime {
	font-size: 0.9em;
	padding-left: 4px;
}

.reminderRepeatInput .form-control {
	width: 55px;
	display: inline-block;
}

.reminderRepeatInput span {
	display: inline-block;
	padding: 4px 12px;
}

/* CALENDAR */
.display-table {
	display: table;
	height: 100%;
}

.display-full-table {
	display: table;
}

.display-table-row {
	display: table-row;
}

.display-table-cell {
	display: table-cell;
}

#appointmentHeader {
	background-color: #330166;
	width: 83.33333333333%;
	height: 46px;
}

#appointmentHeader h1 {
	float: left;
	margin-right: 3em;
}

#selectionOverview {
	display: inline;
	float: left;
}

#selectionOverview ul {
	float: left;
	display: block;
	margin: 0 0.5em 0 0;
}

.selectionOverviewItem {
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	padding: 3px 6px;
	min-width: 7em;
	text-align: center;
	font-size: 0.9em;
	border: 1px solid #aaa;
	float: left;
}

/* CALENDAR SELECTION */
#calendarSelection {
	vertical-align: top;
	padding-top: 47px;
}

.selectionTitle {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.3em;
	padding: 12px 8px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.selectionList {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 8px;
}

.intrumentsList {
	height: 100%;
	padding: 8px;
	bottom: 0;
}

.selectionCategoryShowContainer {
	padding: 6px;
}

.selectionCategoryShowContainerText {
	color: #999;
	float: left;
	font-size: 0.8em;
	padding: 4px;
}

.selectionCategoryShowContainerText:hover {
	color: #000;
}

.selectionCategoryTitle {
	padding: 5px 5px 5px 0;
}

.selectionCategoryListContainer {
	display: block;
	padding: 6px;
	position: absolute;
	width: 250px;
	background-color: #FFF;
	border: 1px solid #ccc;
	margin-bottom: 16px;
	z-index: 120;
}

.selectionCategoryList {
	display: block;
	padding-left: 0;
	margin-left: 0px;
}

.selectionCategoryListClose {
	text-align: center;
	font-size: 0.8em;
	color: #666;
	cursor: pointer;
	margin-bottom: 4px;
}

.selectionCategoryListClose:hover {
	color: #000;
}

.selectionItem {
	padding: 4 6px;
	margin-right: 4px;
	margin-bottom: 4px;
	cursor: pointer;
	opacity: 0.5;
}

.selectionItem:hover {
	opacity: 0.7;
}

.selectionItem .glyphicon {
	float: right;
}

.selectionItemTitle {
	display: inline-block;
	padding-right: 8px;
	min-width: 5em;
}

.selectAllBtn {
	background-color: #000;
	color: #ffffff;
	display: inline-block;
	font-size: 0.8em;
	margin-left: 15px;
	padding: 0 0.5em;
	float: right;
}

.selectAllInlineBtn {
	color: #ffffff;
}

.selectionItem.activeSelectionItem {
	opacity: 1;
}

.selectionItem.activeSelectionItem>.glyphicon {
	color: #000000;
}

/* CALENDAR MAIN */
#calendar {
	vertical-align: top;
	padding: 5px;
}

#calendarToolbar {
	padding: 6px 0;
}

.calendarBtn {
	display: inline-block;
	padding: 8px 16px;
	margin-right: 4px;
	background-color: #ccc;
	border: 1px solid #ccc;
	cursor: pointer;
}

.calendarBtn:hover {
	background-color: #ddd;
	border: 1px solid #999;
	cursor: pointer;
}

.calendarTitle {
	float: left;
	font-size: 1.3em;
	padding: 4;
	cursor: pointer;
}

.calendarTitle:hover {
	color: #999;
}

#calendarDatepicker {
	display: none;
	position: absolute;
	z-index: 200;
	left: 0;
	top: 20;
}

.fc-slats>table {
	height: 100%
}

.fc-event {
	background-color: #fff;
	border: 3px solid #1D5AAB;
	border-radius: 0px;
	display: block;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.3;
	position: relative;
	padding: 3px;
}

.fc-event, .fc-event:hover, .ui-widget .fc-event {
	color: #000;
}

.fc-day-grid-event .fc-content {
	text-overflow: ellipsis;
}

.appDownloadIcon {
	padding-right: 3px;
}

.eventList {
	margin: 4px 0 0;
	padding: 0;
}

.eventTitle {
	padding-right: 3px;
}

.eventListItem {
	display: inline-box;
	padding: 2px 4px;
	margin-bottom: 2px;
	text-align: center;
	max-width: 200px;
}

.eventList .eventListItem {
	
}

.eventListItem:last-child {
	margin-bottom: 0;
}

.eventListInline {
	margin: 4px 0 0;
	padding: 0;
	display: inline;
}

.eventListInline>.eventListItem {
	display: inline;
	margin: 0 2px;
}

/* CALENDAR APPOINTMENT */
#calendarAppointment {
	background-color: #ecdefe;
	padding: 8px;
	vertical-align: top;
}

#calendarAppointmentShow {
	background-color: #ecdefe;
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
}

#calendarAppointmentShow:hover {
	background-color: #cfacfc;
	color: #FFF;
}

#appointmentArea {
	padding-right: 0px;
	padding-left: 0px;
	border-right: 1px solid #909190;
}

#appointmentArea ul, ol {
	margin-bottom: 6px;
	margin-top: 0;
}

#appointmentdetailShowContent {
	background-color: #a68bc0;
	height: auto;
}

#appointmentdetailEditContent {
	background-color: #a68bc0;
	height: auto;
}

.selectionCategory {
	margin-bottom: 6px;
}

.appointmentInfo {
	padding-bottom: 6px;
	font-size: 1.1em;
}

.appointmentInfo .selectionCategoryList {
	font-size: 0.9em;
}

.appointmentInfo ul {
	display: inline;
	margin: 0 0.5em 0 0;
}

.appointmentInfo .name {
	font-size: 0.9em;
	margin-top: 6px;
}

.appointmentInfo .email {
	font-size: 0.8em;
	margin-bottom: 6px;
}

.appointmentInfo .appDate {
	margin-right: 12px;
}

.appointmentInfo .appTimePointSeparator {
	display: inline;
	padding: 0 15px;
}

.appointmentInfo .appDownloadIcon {
	display: inline;
	padding: 0 15px;
}

.editDateSeparator {
	text-align: center;
	font-size: 1.5em;
	padding-top: 4px;
}

.appointmentInfoOrder .orderTitle {
	font-size: 1.3em;
}

.appointmentInfoOrder .orderStart {
	font-size: 1em;
}

.appointmentInfoOrder .orderDescription {
	font-size: 1em;
}

.appointmentInfoOrder .customerInfo {
	padding: 0.6em 0;
}

/* ORDER */
#orderHeader {
	background-color: #6C7F4F;
}

.loggedAppointment {
	background-color: rgba(108, 127, 79, 0.5) !important;
}

.dateInfo h3 {
	margin-bottom: 0.2em;
}

.dateInfo .dateInfoDate {
	margin: 0.4em 0.8em 0.8em;
}

.orderInfo {
	font-size: 0.9em;
}

.orderItemCategory {
	float: right;
	color: #CCC;
}

.editOrderStyle {
	background-color: rgba(108, 127, 79, 0.3) !important;
}

.item_description pre {
	font-size: 0.9em;
}

/* admin */
#adminHeader {
	background-color: #8B2436;
	width: 100%;
}

#adminHeader h1 {
	color: #fff;
}

.adminBtn {
	display: block;
	background-color: #8B2436;
	width: 100%;
	height: 80px;
	font-size: 1.3em;
	color: #fff;
}

/* analysis */
#analysisHeader {
	background-color: #8B2436;
	width: 100%;
}

#analysisHeader h1 {
	color: #fff;
}

.analysisEmpty {
	font-size: 20px;
	left: 300px;
	position: absolute;
	top: 100px;
}

.marginTop {
	margin-top: 30px;
}

.marginBottom {
	margin-bottom: 30px;
}

.analysisTable {
	margin-top: 40px;
}

.analysisTableNoMargin {
}

.analysisTable>tbody {
	font-size: 13px;
}

.analysisIndexFirstRow {
	margin-left: 0;
	margin-right: 0;
	padding-top: 65px;
}

.analysisIndexRow {
	margin-left: 0;
	margin-right: 0;
}

.analysisIndexRow1 {
	margin-left: 0;
	margin-right: 0;
	height: 100%;
}

/*nvd3 style adjustment*/
.nvd3 text {
	font: 400 15px Helvetica;
}