#navigation .navbar-inner,
#container {
	max-width:1000px;
	margin:0px auto;
}


#navigation {
	height:100px;
}
#navigation .navbar-inner {
	border-radius:5px;
	line-height:40px;
}


div.navbar.navbar-fixed-top a.brand {
	/*background: url(../img/logo.png) no-repeat scroll center center transparent;
	width:110px;
	height:34px;
	padding: 2px 14px 4px 14px;*/
	display:inline-block;

	color:#fff;
	font-size:11px;
	font-weight:bold;

}
div.navbar.navbar-fixed-top a.brand span {
	display:none;
}



a[rel=tooltip] {
	text-decoration:none;
	color: inherit;
}




/* home page */
div.carousel.slide img {
	width:100%;
	height:auto;
}

.hero-unit h1 {
	font-weight:normal;
}



/* multiple select 100% width: */

ul.chzn-choices li.search-choice {
	display:block !important;
	width:94%;
}

.chzn-container-multi .chzn-choices .search-field {
	background: url(../img/button_plus.png) no-repeat scroll 6px center transparent;
	padding-left:20px;
}

ul.list  {
	margin-left:0;
}
ul.list li {
	list-style:none;
}


/* email alerts checkbox format */

div.controls.email-alerts label {
	font-weight:bold;
	margin-bottom:0;
}

div.controls.email-alerts span.help-block {
	margin-top:0;
	margin-bottom:12px;
	font-size:0.85em;
}

/*loader*/

.loader {
	background: url(../img/loader.gif) no-repeat scroll center center #fff;
}


div.index div.actions {
	float:right;
}

div.index div.actions ul {
	list-style:none;
	margin:0;
}

div.index div.actions ul li {
	display:inline-block;
}


/* table */

.table-small tr td,
.table-small tr th {
	font-size: 85%;
}


/* ajax loader */

div#ajax-loader {
	display:inline-block;
	background: url(../img/ajax-loader.gif) no-repeat scroll center center #fff;
	width:16px;
	height:16px;
}


.input-micro {
    width: 35px;
}

input.form-error,
select.form-error,
textarea.form-error {
	background-color: #FEE;
    border-color: #DD0000;
    color: white;
    font-weight: bold;
}


input.form-success,
select.form-success,
textarea.form-success {
    background-color: #EEFFEE;
    border-color: #080;
}


.values.numeric-value.wrong-value,
.values.bool-value.wrong-value {
	background-color:#fee;
}

.values.numeric-value.right-value,
.values.bool-value.right-value {
	background-color:#efe;
}




/* measure table */

.measurement .table .values {
	text-align:center;
	border-left: 1px dashed #888888;
}

.measurement .table .values.textfield {
	padding:4px;
}

.measurement .table th.values {
	width:50px;
}

.measurement .table th.values input {
	text-align:center;
}

.measurement .table .values .help-inline {
	display:none;
}

.table tr.not-seen td  {
	font-weight:bold;
}

.move {
	cursor:move;
}


.sidebar input {

}


@media print {

	.btn,
	footer,
	.navbar.navbar-fixed-top {
		display:none;
	}

}



@media (max-width: 767px) {
	.modal {
		top:20px !important;
	}
}

@media (max-width: 480px) {
	.form-horizontal .control-label {
		float:left;
		width:110px;
		text-align:left;
	}
}






/* -----------------------------------------
   Fileuploader
----------------------------------------- */


/**
 * http://github.com/valums/file-uploader
 *
 * Multiple file upload component with progress-bar, drag-and-drop.
 * © 2010 Andrew Valums ( andrew(at)valums.com )
 *
 * Licensed under GNU GPL 2 or later and GNU LGPL 2 or later, see license.txt.
 */


.qq-uploader { position:relative; width: 100%;}

/*
.qq-upload-button {
    display:block;
    width: 105px; padding: 7px 0; text-align:center;
    background:#880000; border-bottom:1px solid #ddd;color:#fff;
}
.qq-upload-button-hover {background:#cc0000;}
.qq-upload-button-focus {outline:1px dotted black;}
*/

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:50%; height:100%; z-index:2;
    text-align:center;
    background:#EEE;
    border: 2px dashed #CCC;
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {
 	background:#EFE;
    border: 2px dashed #8C8;
}

/*
.qq-upload-list {margin:5px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}
*/

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("../img/ajax-loader.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}


.file-list {
	margin:0;
	padding:0;
}

.file-list li {
	list-style:none;
	border-top: 1px solid #f1f1f1;
	padding:3px 0;
}

.file-list li:last-child {
	border-bottom:1px solid #f1f1f1;
}

.file-list i {
	float:right;
}

.file-list .qq-upload-size, .file-list .qq-upload-cancel {
	margin-left:10px;
	color:#888;
}

.qq-upload-button {
	margin-bottom: 10px;
}

.qq-upload-failed-text {
	color:#C00;
	margin-left:10px;
	font-weight:bold;
}



@media print {
  .visible-print  { display: inherit !important; }
  .hidden-print   { display: none !important; }

  table#hours tr.sum {
  	page-break-after:always;
  }

  [class*="span"], .row-fluid [class*="span"] {
	    -moz-box-sizing: border-box;
	    display: block;
	    float: none;
	    margin-left: 0;
	    width: 100%;
	}




}

/* select2 addon */
.full-width.select2-container-multi .select2-choices li {
    float: none;
}



/* FullCalendar*/
.panel .fc-header {
  margin-bottom: 20px;
}
.panel .fc-header h2 {
  line-height: 1.42;
  font-size: 18px;
  font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}
.panel .fc-header h2 small {
  font-weight: normal;
  line-height: 1;
  color: #aeafb1;
}
.panel .fc-header .fc-button {
  display: inline-block;
  padding: 7px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
  border-width: 0px;
  -webkit-box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.08);
  box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.08);
  color: #333333;
  background-color: #e6e7e8;
  border-color: #e6e7e8;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
  border-radius: 0;
}
.panel .fc-header .fc-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.panel .fc-header .fc-button:hover,
.panel .fc-header .fc-button:focus {
  color: #333333;
  text-decoration: none;
}
.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.panel .fc-header .fc-button.disabled,
.panel .fc-header .fc-button[disabled],
fieldset[disabled] .panel .fc-header .fc-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .fc-header .fc-button:focus {
  outline: none;
}
.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active,
.panel .fc-header .fc-button.fc-state-active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}
.panel .fc-header .fc-button:hover,
.panel .fc-header .fc-button:focus,
.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active,
.open .dropdown-toggle.panel .fc-header .fc-button {
  color: #333333;
  background-color: #d1d3d4;
  border-color: #c6c8cb;
}
.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active,
.open .dropdown-toggle.panel .fc-header .fc-button {
  background-image: none;
}
.panel .fc-header .fc-button.disabled,
.panel .fc-header .fc-button[disabled],
fieldset[disabled] .panel .fc-header .fc-button,
.panel .fc-header .fc-button.disabled:hover,
.panel .fc-header .fc-button[disabled]:hover,
fieldset[disabled] .panel .fc-header .fc-button:hover,
.panel .fc-header .fc-button.disabled:focus,
.panel .fc-header .fc-button[disabled]:focus,
fieldset[disabled] .panel .fc-header .fc-button:focus,
.panel .fc-header .fc-button.disabled:active,
.panel .fc-header .fc-button[disabled]:active,
fieldset[disabled] .panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.disabled.active,
.panel .fc-header .fc-button[disabled].active,
fieldset[disabled] .panel .fc-header .fc-button.active {
  background-color: #e6e7e8;
  border-color: #e6e7e8;
}
.panel .fc-header .fc-button:active,
.panel .fc-header .fc-button.active,
.panel .fc-header .fc-button.fc-state-active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  color: #333333;
  background-color: #d1d3d4;
  border-color: #c6c8cb;
  background-image: none;
}
.panel .fc-header .fc-corner-left {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.panel .fc-header .fc-corner-right {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.panel .fc-content table {
  border: 1px solid #e6e7e8;
}
.panel .fc-content table > thead > tr > th,
.panel .fc-content table > tbody > tr > th,
.panel .fc-content table > tfoot > tr > th,
.panel .fc-content table > thead > tr > td,
.panel .fc-content table > tbody > tr > td,
.panel .fc-content table > tfoot > tr > td {
  border: 1px solid #e6e7e8;
}
.panel .fc-content table > thead > tr > th,
.panel .fc-content table > thead > tr > td {
  border-bottom-width: 2px;
}
.fc-event {
  border-radius: 1px;
}
.external-event {
  cursor: move;
}


/*holidays*/
.holiday-schedule .month {
	display:inline-block;
	border:1px solid #fff;
	background-color:#f1f1f1;
	width:16%;
	margin:0;
	padding:0;
	vertical-align:top;
	margin-bottom:2em;
}

@media (min-width: 500px) and (max-width: 979px) {
	.holiday-schedule .month {
		width:32.5%;
	}
}

@media (min-width: 350px) and (max-width: 499px) {
	.holiday-schedule .month {
		width:49%;
	}
}

@media (min-width: 0px) and (max-width: 349px) {
	.holiday-schedule .month {
		width:99%;
	}
}

.holiday-schedule .month .legend {
	text-align:center;
	line-height:30px;
	font-size:16px;
	color:#888;
}

.holiday-schedule .day {
	background-color:#fefefe;
}

.holiday-schedule .day.wt-sun,
.holiday-schedule .day.wt-sat {
	background-color: #f8f8f8;
}

.holiday-schedule .day.feiertag {
	background-color: #ffd;
}

.holiday-schedule .day.today {
	background-color: #ff0;
}


.holiday-schedule .month .day {
	width:auto;
	border:1px solid #eee;
	border-bottom:0;
	padding:2px 5px;
	height:40px;
	overflow:hidden;
}

.holiday-schedule .month .day .number {
	width:25px;
	float:left;
	line-height:1;
	color:#555;
}

.holiday-schedule .month .day.feiertag .number,
.holiday-schedule .month .day.wt-sun .number {
	color:red;
}

.holiday-schedule .month .day .number .n {
	font-size:20px;
	display:block;
	text-align:center;
	line-height:25px;
}

.holiday-schedule .month .day .number .wt {
	font-size:8px;
	display:block;
	text-align:center;
}

.holiday-schedule .month .day .holidays {
	width:80%;
	float:right;
	text-align:right;
}

.holiday-schedule .month .day .holidays span {
	background-color: #f1f1f1;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 9px;
    line-height: 9px;
    margin-bottom: 2px;
    padding: 0 5px;
}

.holiday-schedule .month .day .holidays span a {
	color:inherit;
}

.holiday-schedule .month .day .holidays span.state-approved {
	background-color: #cec;
}

.holiday-schedule .month .day:last-child {
	border-bottom:1px solid #eee;
}


.statistic-table td {
	font-size:12px;
}

.statistic-table td.value {
	text-align:right;
}

.statistic-table td.grayed {
	background-color:#ddd;
}

.statistic-table tr.day-sun td,
.statistic-table tr.day-sat td,
.statistic-table td.day-sun,
.statistic-table td.day-sat {
	background-color:#fffaf1;
}


.summary td.value.error {
	background-color: #f2dede;
}

.summary td.value.success {
	background-color: #dff0d8;
}

.statistic-target td.value {
	font-weight:bold;
}

.statistic-target td.value.error {
	color: #c00;
}

.statistic-target td.value.success {
	color: #0a0;
}



.table tbody tr td.info {
	background-color: #d9edf7;
}

.table tbody tr td.warning {
	background-color: #fcf8e3;
}

.table tbody tr td.error {
	background-color: #f2dede;;
}

.table tbody tr td.success {
	background-color: #dff0d8;;
}





.fc-break.placeholder {
	display: none;
}

.fc-month-view .fc-break {
	font-size: 9px;
	height:11px;
	background-color: #3bb4b0;
	padding:1px 2px;
}

.fc-agenda-view .fc-break {
	position:absolute;
	top:50%;
	width:100%;
	background-color:#3bb4b0;
	padding-left:5px;
	margin-top:-10px;
	padding-top:10px;
	height:20px;
	line-height:10px;
	border-radius:2px;
}



