
/* ==========================================================================
GoogleFontsAPI
========================================================================== */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);




/* ==========================================================================
General Body
========================================================================== */

body {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #000;
	direction: ltr;
	padding: 0 !important;
	margin: 0 !important;
}




/* ==========================================================================
Reset
========================================================================== */

/*
Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS.
To address this, you can optionally include the following CSS and JavaScript
to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }


/*
Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS.
To address this, following CSS code applied.
*/
@-ms-viewport     { width: auto !important; }


/* Round corners */
div, input:not([type="radio"]), select, textarea, span, img, table, label, td, th, p, a, button, ul, code, pre, li { border-radius: 0 !important; }
.img-circle  { border-radius: 50% !important; }
.img-rounded { border-radius: 6px !important; }


/* Input-Shadows auf iPad entfernen */
input:not([type="radio"]):not([type="checkbox"]), textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}


/* Scrollbar */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.2);
}


/* Input disabled (bs-select) */
.form-control .disabled { cursor: not-allowed !important; background-color: #eee !important; opacity: 1 !important; }


/* Global */
* { outline: none !important; }




/* ==========================================================================
Utilities
========================================================================== */

/* General */
.display-none, .display-hide {
	display: none !important;
}

.bold {
	font-weight: 700 !important;
}

.border {
	border: 1px solid #000;
}
.no-border {
	border: none !important;
}

.no-background {
	background: none !important;
	background-color: none !important;
}

.inline {
	display: inline;
}

.no-break {
	white-space: nowrap;
}

.img-responsive {
	width: 100%;
}
.img-border {
	border: 1px solid #ddd;
	padding: 2px;
}


/* Loader */
#loading {
	display: none;
	padding: 20px;
	text-align: center;
}
.loading {
    padding: 20px;
    text-align: center;
}


/* Margin & Padding */
.no-space {
	margin: 0 !important;
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}

.margin-bottom-0  { margin-bottom: 0 !important; }
.margin-top-5     { margin-top: 5px !important; }
.margin-right-5   { margin-right: 5px !important; }
.margin-bottom-5  { margin-bottom: 5px !important; }
.margin-left-5    { margin-left: 5px !important; }
.margin-top-10    { margin-top: 10px !important; }
.margin-right-10  { margin-right: 10px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-top-15    { margin-top: 15px !important; }
.margin-right-15  { margin-right: 15px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-left-15   { margin-left: 15px !important; }
.margin-top-20    { margin-top: 20px !important; }
.margin-right-20  { margin-right: 20px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-25 { margin-bottom: 25px !important; }
.margin-top-30    { margin-top: 30px !important; }

.padding-left-0   { padding-left: 0 !important; }


/* IE8 & IE9 Mode */
.visible-ie8      { display: none; }
.ie8 .visible-ie8 { display: inherit !important; }
.hidden-ie8       { display: inherit; }
.ie8 .hidden-ie8  { display: none !important; }

.visible-ie9      { display: none; }
.ie9 .visible-ie9 { display: inherit !important; }
.hidden-ie9       { display: inherit; }
.ie9 .hidden-ie9  { display: none !important; }




/* ==========================================================================
Colors
========================================================================== */

/* Font */
.black  { color: #000000 !important; }
.blue   { color: #428bca !important; }
.blue2  { color: #5BC0DE !important; }
.brown  { color: #a37343 !important; }
.green  { color: #5cb85c !important; }
.grey   { color: #aaaaaa !important; }
.grey2  { color: #dddddd !important; }
.orange { color: #ea863b !important; }
.pink   { color: #f277bd !important; }
.red    { color: #d9534f !important; }
.white  { color: #ffffff !important; }
.yellow { color: #f9c831 !important; }


/* Background */
.bg-blue, tr.bg-blue td     { background: #eef7fb !important; }
.bg-blue2, tr.bg-blue2 td   { background: #e3ebf0 !important; }
.bg-brown, tr.bg-brown td   { background: #f4ebe4 !important; }
.bg-green, tr.bg-green td   { background: #eef7ea !important; }
.bg-grey, tr.bg-grey td     { background: #f9f9f9 !important; }
.bg-orange, tr.bg-orange td { background: #f7eae2 !important; }
.bg-pink, tr.bg-pink td     { background: #f9eff5 !important; }
.bg-red, tr.bg-red td       { background: #f9f0f0 !important; }
.bg-white, tr.bg-white td   { background: #ffffff !important; }
.bg-yellow, tr.bg-yellow td { background: #fcf8e3 !important; }




/* ==========================================================================
IcoMoon Icons
========================================================================== */

[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	font-size: 16px;
}

.icon-middle {
	vertical-align: middle;
	padding: 2px 0;
}


/* Icon sizing */
.icon-12 { font-size: 12px; }
.icon-17 { font-size: 17px; }
.icon-20 { font-size: 20px; }
.icon-2x { font-size: 2em; }
.icon-3x { font-size: 3em; }
.icon-4x { font-size: 4em; }
.icon-5x { font-size: 5em; }


/* Header Icon-Size Fix */
.hor-menu > ul.navbar-nav > li > a > i {
	line-height: 14px;
}
.hor-menu > ul.navbar-nav > li > a > i:before {
	display: inline-block;
	width: 16px;
}


/* Bootstrap Close-Icon */
.close {
	font-size: 16px;
}


/* Bootstrap DatePicker Arrows */
.fa-angle-right:before { font-family: 'icomoon'; font-style: normal; content: "\e411"; }
.fa-angle-left:before  { font-family: 'icomoon'; font-style: normal; content: "\e413"; }
.fa-angle-up:before    { font-family: 'icomoon'; font-style: normal; content: "\e410"; }
.fa-angle-down:before  { font-family: 'icomoon'; font-style: normal; content: "\e412"; }


/* Spin */
.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  -o-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-moz-keyframes icon-spin {
  0% {
	-moz-transform: rotate(0deg);
  }
  100% {
	-moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes icon-spin {
  0% {
	-webkit-transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(359deg);
  }
}
@-o-keyframes icon-spin {
  0% {
	-o-transform: rotate(0deg);
  }
  100% {
	-o-transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
  }
}




/* ==========================================================================
Typography
========================================================================== */

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 700;
	color: #000;
	margin-top: 0;
}

h1 {
	font-size: 34px;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
	color: #444;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}


/* Headings small */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #444;
}


/* Headings block */
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
	padding-top: 10px;
	padding-bottom: 10px;
}


/* Links */
a {
	text-shadow: none;
	color: #4ba829;
	text-decoration: none !important;
}
a:hover {
	color: #444;
	text-decoration: none !important;
}


/* Horizontal break */
hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #ddd;
}


/* Code */
code {
	border: 1px solid #e1e1e1;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	font-size: 100%;
	/*margin-bottom: 6px;*/
	display: inline-block;
	padding: 1px 4px;
}


/* Text-Ausrichtung */
.text-bottom {
	vertical-align: middle;
	line-height: 0.2;
}

.big {
    font-size: 24px;
}




/* ==========================================================================
Buttons
========================================================================== */

.btn-default {
	background: #e9e9e9;
	border: 1px solid #e5e5e5;
}
.btn-default:hover {
	background: #ddd;
	border: 1px solid #ccc;
}




/* ==========================================================================
Tables (Customized Bootstrap)
========================================================================== */

.table {
	margin-bottom: 0;
	font-size: 13px;
}

.table > thead {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #444;
	background: #ddd;
}
.table > thead > tr > th {
	border-bottom: none;
}
.table > tbody > tr {
	border-bottom: 1px solid #ddd;
}
.table > tbody > tr > td {
	background: #fff;
	vertical-align: middle;
	border: none;
}
.table > tfoot {
	background: #f3f3f3;
	border-bottom: 1px solid #ddd;
}
.table > tfoot > tr > td {
	vertical-align: middle;
}


/* Responsive */
.table-responsive {
	border: none !important;
	overflow-x: auto;
}


/* No Border */
.table-noborder tbody,
.table-noborder tr,
.table-noborder td {
	border: none !important;
}


/* No Background */
.table-nobackground td {
	background: none !important;
	background-color: none !important;
}


/* Hover */
.table-hover > tbody > tr:hover > td {
	/*background: #eef7ea;*/
	background: #f0f0f0;
}


/* Links */
.table > thead > tr > th > a {
	color: #444;
}
.table > thead > tr > th > a:hover {
	color: #4ba829 !important;
	text-decoration: none;
}
.table > tbody > tr > td > a {
	color: #000;
	border-bottom: 1px dotted #999;
}
.table > tbody > tr > td > a.muted {
	color: #aaa;
}
.table > tbody > tr > td > a:hover {
	color: #4ba829;
	border-bottom: 1px dotted #4ba829;
	text-decoration: none;
}
.table > tbody > tr > td > a > i {
	border-bottom: none;
}


/* Special Colors */
.table tr.bold >td {
	font-weight: 700;
}
.table > tbody > tr.row-muted > td {
	color: #aaa;
}
.table > tbody > tr.row-muted > td > a {
	color: #aaa;
	border-bottom: 1px dotted #aaa;
}
.table > tbody > tr.row-foot > td {
	background: #e3ebf0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}




/* ==========================================================================
Notes
========================================================================== */

.note {
	margin: 0 0 15px 0;
	padding: 15px;
	border-left: 5px solid #eee;
}
.note h4 {
	margin-top: 0;
}
.note p:last-child {
	margin-bottom: 0;
}


/* Colors */
.note.note-default {
	background-color: lightgray;
	border-color: #a0a0a0;
	color: #333333, 80%;
}
.note.note-primary {
	background-color: #5697d0;
	border-color: #2a7696;
	color: #d8e3f2, 80%;
}
.note.note-success {
	background-color: #eef7ea;
	border-color: #bbdba1;
	color: #3c763d, 80%;
}
.note.note-info {
	background-color: #eef7fb;
	border-color: #91d9e8;
	color: #31708f, 80%;
}
.note.note-warning {
	background-color: #fcf8e3;
	border-color: #f2cf87;
	color: #8a6d3b, 80%;
}
.note.note-danger {
	background-color: #f9f0f0;
	border-color: #dca7b0;
	color: #a94442, 80%;
}




/* ==========================================================================
Content Box
========================================================================== */

.box {
	margin: 0 0 20px 0;
}
.box-header,
.box-footer {
	background: #ddd;
	padding: 10px 15px;
}
.box-header > h3, .box-header > h4 {
	margin: 0;
}
.box-body {
	background: #f9f9f9;
	padding: 15px;
	border: 1px solid #eee;
	border-top: none;
}


/* Bootstrap Collapse */
.box-header-collapse > h3 {
	margin: 0;
	display: block;
}
.box-header-collapse > h3 > a {
	display: block;
	padding: 10px 15px;
	color: #444;
}


/* Colors */
.box-grey > .box-header,
.box-grey > .box-header-collapse,
.box-grey > .box-footer {
	background: #f9f9f9;
}
.box-blue > .box-header,
.box-blue > .box-header-collapse,
.box-blue > .box-footer {
	background: #d4dfe6;
}
.box-green > .box-header,
.box-green > .box-header-collapse,
.box-green > .box-footer {
	background: #d9e6d4;
}




/* ==========================================================================
Header & Footer
========================================================================== */

/* Header */
.page-header.navbar {
	margin: 0;
	/*padding: 0 15px;*/
	height: 46px;
	min-height: 46px;
	background-color: #444;
}
.page-header.navbar.navbar-fixed-top {
	z-index: 1020;
}
.page-header.navbar .page-logo {
	float: left;
	width: 200px;
	padding: 5px 15px;
}

/* Notify */
#notify {
    display: none;
    z-index: 1019;
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    padding: 8px 15px;
    background: #ffcc00;
    font-size: 15px;
}

/* Footer */
.footer {
	background: #777;
	padding: 25px 0 15px 0;
	color: #fff;
}
.footer h4,
.footer a {
	color: #fff;
}
.footer ul {
	list-style-type: none;
	padding: 0;
}
.footer ul > li {
	padding: 4px 0;
}
.footer ul > li > i {
	margin-right: 3px;
}


/* Copyright */
.copyright {
	background: #666;
	padding: 10px 0;
	color: #fff;
}
.copyright p {
	margin: 0;
}
.copyright a {
	color: #ccc;
}


/* Go Top Button */
.page-footer .go-top {
	text-decoration: none;
	cursor: pointer;
	padding: 0 6px;
}




/* ==========================================================================
Dropdown Menu
========================================================================== */

.dropdown-menu {
	top: 46px;
	left: -1px;
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
}
.dropdown-menu li > a {
	padding: 6px 13px;
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 18px;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	text-decoration: none;
	background-color: #f0f0f0;
	color: #333;
}


/* Opening Position */
.nav.pull-right > li > .dropdown-menu {
	right: 0;
	left: auto;
}


/* Bottom Up */
.dropdown-menu.bottom-up {
	top: auto !important;
	bottom: 100%;
}
.dropdown-menu.bottom-up:after {
	position: absolute;
	bottom: -6px;
	left: 10px;
	display: inline-block !important;
	border-right: 6px solid transparent;
	border-top: 6px solid #ddd;
	border-left: 6px solid transparent;
	content: '';
}
.dropdown-menu.bottom-up li {
	padding: 0 !important;
}




/* ==========================================================================
Navigation
========================================================================== */

.page-header.navbar .hor-menu {
	float: left;
}


/* Main Points */
.page-header.navbar .hor-menu .navbar-nav > li > a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 13px 10px;
}
.page-header.navbar .hor-menu .navbar-nav > li > a:hover,
.page-header.navbar .hor-menu .navbar-nav > li > a:focus,
.page-header.navbar .hor-menu .navbar-nav > li.open > a,
.page-header.navbar .hor-menu .navbar-nav > li.open > a:hover,
.page-header.navbar .hor-menu .navbar-nav > li.open > a:focus {
	color: #333;
	background: #fff;
}
.page-header.navbar .hor-menu .navbar-nav > li.active > a,
.page-header.navbar .hor-menu .navbar-nav > li.active > a:hover,
.page-header.navbar .hor-menu .navbar-nav > li.current > a,
.page-header.navbar .hor-menu .navbar-nav > li.current > a:hover {
	color: #fff;
	background: #4ba829;
}


/* Running Indicator */
.page-header.navbar .hor-menu .navbar-nav > li.current .selected, .page-header.navbar .hor-menu .navbar-nav > li.active .selected {
	left: 50%;
	bottom: 0;
	position: absolute;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #4ba829;
	display: inline-block;
	margin: 0;
	width: 0;
	height: 0;
	margin-left: -7px;
	margin-bottom: -6px;
}


/* Dropdown Points */
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu {
	border-top: none;
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu li > a {
	padding: 9px 10px;
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu li > a > i {
	color: #4ba829;
	margin-right: 3px;
}


/* Mega Menu */
.page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown {
	position: static;
}
.page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
	left: auto;
	width: auto;
	border-top: none;
}
.page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content {
	padding: 10px;
}
.page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu {
	width: auto !important;
	border-right: 1px solid #eee;
}
.page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu:last-child {
	border-right: 0;
}
.page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li {
	padding: 2px !important;
	list-style: none;
}
.page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
	margin-top: 10px;
	padding-left: 5px;
	font-size: 16px;
	color: #333;
}
.page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a {
	padding: 5px !important;
	color: #333;
}


/* Mobile Toggler */
.responsive-toggler {
	display: none;
	float: right;
	margin-top: 12px;
	color: #fff;
}
.responsive-toggler:hover {
	color: #fff;
	text-decoration: none;
}




/* ==========================================================================
Top Menu
========================================================================== */

.page-header.navbar .top-menu {
	float: right;
}


/* Main Points */
.page-header.navbar .top-menu .navbar-nav {
	padding-right: 15px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown {
	display: inline-block;
	padding: 0 4px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown:last-child {
	padding-right: 0;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
	padding: 17px 10px 8px 10px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:focus {
	background: none;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
	font-size: 17px;
}

.page-header.navbar .badge {
    padding: 4px 8px;
    background-color: #d9534f;
    border-radius: 20px !important;
    font-size: 18px;
}

.page-header.navbar .top-menu .navbar-nav > li > a > .badge {
	position: absolute;
	top: 10px;
	right: -7px;
}

.page-header.navbar .hor-menu .navbar-nav > li > a > .badge {
    position: absolute;
    top: 10px;
    right: 14px;
    background-color: #f9c831;
    color: #000;
}


/* Dropdown Menu */
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu {
	margin-top: 3px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:before {
	position: absolute;
	top: -9px;
	right: 13px;
	display: inline-block !important;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ddd;
	border-left: 8px solid transparent;
	content: '';
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover,
.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
	background: #333;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle > i {
	color: #fff;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
	min-width: 160px;
	max-width: 300px;
	width: 250px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li p {
	padding: 10px;
	background-color: #ddd;
	margin: 0;
	color: #444;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li .dropdown-menu-list {
	padding-left: 0;
	list-style: none;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li a {
	line-height: 20px;
	white-space: normal;
	font-size: 13px;
	padding: 10px;
	border-bottom: 1px solid #f4f4f4 !important;
	color: #333;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li a:hover {
	background-color: #f5f5f5;
	color: #000;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li a > i {
	color: #ddd;
	margin-right: 3px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li a:hover > i {
	color: #4ba829;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li a .label-icon {
	margin-right: 5px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
	background: #f9f9f9;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a > i {
	margin-top: 3px;
	float: right;
}


/* Notifications */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .time {
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
	color: #888;
}


/* Inbox */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu .photo {
	float: left;
	width: 50px;
	font-size: 12px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu .photo img {
	height: 41px;
	width: 41px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu .subject {
	display: block !important;
	font-size: 12px;
	margin-left: 50px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu .subject .time {
	font-size: 11px;
	position: relative;
	float: right;
	color: #888;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu .message {
	display: block !important;
	font-size: 12px;
	margin-left: 50px;
}


/* Tasks */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .task .percent {
	font-size: 14px;
	font-weight: 700;
	float: right;
	display: inline-block;
}


/* User */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
	padding: 12px 6px 7px 14px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
	margin-top: -2px;
	height: 29px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
	margin-left: 6px;
	color: #fff;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > i {
	font-size: 13px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a {
	font-size: 14px;
}




/* ==========================================================================
Page Container
========================================================================== */

.page-container {
	position: relative;
	margin-top: 46px;
	padding: 14px 0 20px 0;
}
.page-container:before, .page-container:after {
	content: " ";
	display: table;
}
.page-container:after {
	clear: both;
}




/* ==========================================================================
Formular Layout
========================================================================== */

.form-group {
    margin-bottom: 10px;
}

.form-group:last-child {
	margin-bottom: 0 !important;
}


/* Labels */
label {
	font-weight: 400;
	/*font-size: 14px;*/
}
label:last-of-type {
	margin-bottom: 0 !important;
}
.control-label {
	text-align: left !important;
}


/* Inputs */
.form-control {
	font-size: 13px;
	color: #333;
	padding: 4px 10px;
	height: 30px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
}
.form-control:focus {
	border-color: #999;
	box-shadow: none;
}
.input-group-addon {
	font-size: 13px;
	border-color: #e5e5e5;
	min-width: 39px;
	padding: 5px 12px;
}
.input-group-btn > .btn {
	/*border: 1px solid #e5e5e5;*/
	/*border-right: none;*/
}
.input-group > .input-group-btn > ul.dropdown-menu {
	top: 32px;
	cursor: pointer;
}
.input-icon > .form-control {
	padding-left: 33px;
}
.input-icon > i {
	color: #ccc;
	position: absolute;
	margin: 8px 2px 8px 10px;
	z-index: 3;
	width: 16px;
	height: 16px;
	text-align: center;
}
.modal .input-icon > i {
	z-index: 10055;
}
.input-icon.right > .form-control {
	padding-right: 33px;
	padding-left: 12px;
}
.input-icon.right > i {
	right: 8px;
	float: right;
}

/* File-Upload-Button (FireFox) */
@-moz-document url-prefix() {
	input[type="file"] {
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
	}
}


/* Input sizing */
.input-mini	   { width: 60px !important; }
.input-xsmall  { width: 90px !important; }
.input-small   { width: 120px !important; }
.input-xmedium { width: 180px !important; }
.input-medium  { width: 240px !important; }
.input-xlarge  { width: 360px !important; }
.input-large   { width: 480px !important; }


/* Inline Elements */
.input-inline {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin-right: 5px;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-left: 0;
}
.radio-inline, .checkbox-inline {
	margin-right: 20px;
}


/* Checkbox- & Radio-List */
.radio-list, .checkbox-list {
	display: inline-block;
	width: auto;
}
.radio-list label, .checkbox-list label {
	display: block;
}
.radio-list > label.radio-inline, .checkbox-list > label.checkbox-inline {
	display: inline-block;
}


/* Typography */
.help-block {
	margin: 8px 0;
}
.help-inline {
	display: inline-block;
	color: #737373;
	padding: 5px;
}
.form-control-static {
	/*font-size: 14px;*/
    padding-top: 6px;
    padding-bottom: 6px;
}
.form-big {
	font-size: 16px;
	font-weight: 700;
}


/* Buttons */
.form-actions {
	margin-bottom: 20px;
}




/* ==========================================================================
PopUp's
========================================================================== */

.popup-header {
	position: absolute;
	background: #444;
	top: 0;
	width: 100%;
	height: 46px;
	padding: 5px 15px;
}
.popup-body {
	position: absolute;
	top: 46px;
	bottom: 46px;
	width: 100%;
	overflow: auto;
	padding: 20px 0;
}
.popup-footer {
	position: absolute;
	background: #444;
	bottom: 0;
	width: 100%;
	height: 46px;
	padding: 8px 0;
}
.btn-popup {
	background: #777;
	border: none;
	color: #f5f5f5;
}
.btn-popup:hover {
	background: #999;
	color: #f5f5f5;
}




/* ==========================================================================
Modals (Customized Bootstrap)
========================================================================== */

.modal {
	z-index: 10050;
	overflow-y: auto !important;
}
.modal-open{
	overflow: auto;
	overflow-x: hidden;
}
.modal .modal-header {
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
}
.modal .modal-header h2 {
	margin: 4px 0;
}
.modal .modal-header h3 {
    margin-bottom: 0;
}
.modal .modal-body p:last-child {
	margin: 0;
}
.modal .modal-footer {
	background: #f7f7f7;
	border-top: 1px solid #eee;
}




/* ==========================================================================
Tabs (Customized Bootstrap)
========================================================================== */

.nav-tabs > li {
	margin-top: 3px;
	margin-right: 2px;
}
.nav-tabs > li.active {
	margin-top: 1px;
	border-top: 3px solid #4ba829;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
	border-top: none;
}
.nav-tabs > li > a {
	font-size: 14px;
	margin-right: 0;
}
.tab-content {
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	margin-bottom: 20px;
}
.tab-content p:last-child {
	margin-bottom: 0;
}




/* ==========================================================================
Tooltips, Popovers, etc. (Customized Bootstrap)
========================================================================== */

.popover-title {
    font-weight: 700;
}

.progress-medium {
    height: 15px;
    margin-bottom: 0;
}

.progress-small {
    height: 8px;
    margin-bottom: 5px;
}

.badge-status {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 19px;
    height: 19px;
    line-height: 18px;
    border-radius: 50% !important;
    font-size: 10px;
}

.badge-big {
    width: 50px;
    height: 50px;
    line-height: 49px;
    font-size: 20px;
}

.badge-huge {
    width: 65px;
    height: 65px;
    line-height: 64px;
    font-size: 32px;
}


/* ==========================================================================
Lightbox
========================================================================== */

#imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 15000;
	-ms-touch-action: none;
	touch-action: none;
	box-shadow: 0 0 4em rgba(0, 0, 0, .75);
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-caption,
.imagelightbox-arrow {
	animation: fade-in .25s linear;
}
@keyframes fade-in {
	from { opacity: 0; }
	to   { opacity: 1; }
}


/* Activity Indicator */
#imagelightbox-loading,
#imagelightbox-loading div {
	border-radius: 50% !important;
}
#imagelightbox-loading {
	width: 2.5em;
	height: 2.5em;
	background-color: #444;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 15002;
	top: 50%;
	left: 50%;
	padding: 0.625em;
	margin: -1.25em 0 0 -1.25em;
	box-shadow: 0 0 2.5em rgba(0, 0, 0, .75);
}
#imagelightbox-loading div {
	width: 1.25em;
	height: 1.25em;
	background-color: #fff;
	animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
	from { opacity: .5;	-webkit-transform: scale( .75 ); }
	50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
	to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading {
	from { opacity: .5;	transform: scale( .75 ); }
	50%	 { opacity: 1;	transform: scale( 1 ); }
	to	 { opacity: .5;	transform: scale( .75 ); }
}


/* Overlay */
#imagelightbox-overlay {
	background-color: #444;
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	z-index: 14999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* Caption */
#imagelightbox-caption {
	position: fixed;
	z-index: 15001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #000;
}


/* Arrows */
.imagelightbox-arrow {
	width: 3.75em;
	height: 7.5em;
	background-color: #888;
	background-color: rgba(0, 0, 0, .5);
	border: none;
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 15001;
	top: 50%;
	margin-top: -3.75em;
}
.imagelightbox-arrow:hover {
	background-color: #666;
	background-color: rgba(0, 0, 0, .75);
}
.imagelightbox-arrow-left {
	left: 2.5em;
}
.imagelightbox-arrow-right {
	right: 2.5em;
}
.imagelightbox-arrow:before {
	width: 0;
	height: 0;
	border: 1em solid transparent;
	content: '';
	display: inline-block;
	margin-bottom: -0.125em;
}
.imagelightbox-arrow-left:before {
	border-left: none;
	border-right-color: #fff;
	margin-left: -0.313em;
}
.imagelightbox-arrow-right:before {
	border-right: none;
	border-left-color: #fff;
	margin-right: -0.313em;
}




/* ==========================================================================
Thumbnails
========================================================================== */

.div-thumbnail {
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.div-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px;
}




/* ==========================================================================
Plugins
========================================================================== */

/* Bootstrap DatePicker */
.datepicker.dropdown-menu {
	font-family: 'Open Sans', sans-serif;
}

/* Bootstrap TimePicker */
.bootstrap-timepicker-widget table td a {
    padding: 4px 0;
}
.bootstrap-timepicker-widget input,
.bootstrap-timepicker-widget input:focus {
    outline: none !important;
    border: 0;
}
.modal-open .bootstrap-timepicker-widget {
    z-index: 10055 !important;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before,
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    top: auto;
}


/* Bootstrap Select */
.bootstrap-select .btn-default {
	background: #fff;
	border: 1px solid #e5e5e5;
}
.bootstrap-select.open, .bootstrap-select.open.dropup {
	border-color: #999999;
}
.bootstrap-select.open > .dropdown-menu {
	max-height: 302px;
	overflow-y: auto;
	overflow-x: hidden;
}
.bootstrap-select .btn:focus {
	outline: none !important;
}
.bootstrap-select .dropdown-menu {
	top: 100%;
	left: 0;
	margin-top: 1px;
}
.bootstrap-select.open .dropdown-toggle {
	box-shadow: none;
	background: #fff;
}
.bootstrap-select .btn .filter-option {
	height: 20px;
}
.dropup .caret {
	border-top: 4px solid !important;
	border-bottom: 0 !important;
}


/* MultiSelect */
.multiselect {
	width: 100% !important;
}
.multiselect .ms-list {
	height: 300px;
}
.multiselect .ms-list:focus {
	border: 1px solid #ccc;
	box-shadow: none;
}
.multiselect-title {
	text-align: center;
	padding: 3px;
	background: #e5e5e5;
	border: 1px solid #ccc;
	border-bottom: none;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
	font-size: 13px;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
	background-color: #4ba829;
}






/* ==========================================================================
Media Queries
========================================================================== */

@media (max-width: 991px) {

	.page-header.navbar .page-logo {
		width: 156px;
	}
	.page-header.navbar .top-menu .navbar-nav {
		display: inline-block;
		/*padding-right: 15px;*/
		margin: 0;
	}
	.page-header.navbar .top-menu .navbar-nav > li {
		float: left;
	}

	.radio-list > label.radio-inline, .checkbox-list > label.checkbox-inline {
		padding-top: 0;
	}

	.radio-list label:last-of-type, .checkbox-list label:last-of-type {
		margin-bottom: 5px !important;
	}

	/* Lightbox */
	.imagelightbox-arrow {
		display: none !important;
	}

}


@media (min-width: 768px) {
	.page-header.navbar .hor-menu {
		display: block !important;
	}
}


@media (max-width: 767px) {

	.margin-bottom-xs-15 { margin-bottom: 15px; }

	.responsive-toggler {
		display: inline-block;
		padding-right: 15px;
	}
	.page-header.navbar .hor-menu {
		display: none;
		clear: both;
		float: none;
		/*margin: 0 -15px;*/
		box-shadow: 0 7px 15px 0 rgba(0,0,0,0.275);
		/*max-height: 200px;*/
		overflow: hidden;
		overflow-y: auto;
	}
	.page-header.navbar .hor-menu > ul {
		background: #fff;
		margin: 0;
	}
	.page-header.navbar .hor-menu > ul > li {
		border-bottom: 1px solid #777;
	}
	.page-header.navbar .hor-menu li {
		position: relative;
		display: block;
		float: left;
		width: 100%;
	}
	.page-header.navbar .hor-menu .open .dropdown-menu {
		position: static;
		/*width: 100%;*/
		border: none;
		/*margin: 0 10px 13px 10px;*/
		margin: 0 10px;
		box-shadow: none;
	}
	.page-header.navbar .hor-menu .navbar-nav > li > a {
		color: #000;
	}


	.page-header.navbar .top-menu {
		position: absolute;
		top: 0;
		right: 35px;
	}


	.navbar-nav .open .dropdown-menu {
		position: absolute;
		float: left;
		width: auto;
		margin-top: 0;
		background-color: #ffffff;
		border: 1px solid #ddd;
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}


	.nav-tabs > li.active {
		border-top: none;
	}
	.nav-tabs > li.active a:hover {
		border: 1px solid #ddd;
		border-bottom: none;
	}
	.nav-tabs.nav-stacked > li {
		margin: 0;
	}
	.nav-tabs.nav-stacked > li > a {
		border: 1px solid #ddd;
		border-bottom: none;
	}
	.nav-tabs.nav-stacked > li.active {
		border-left: 3px solid #4ba829;
	}
	.nav-tabs.nav-stacked > li.active a {
		padding-left: 12px;
		border-left: none;
		background: #eef7ea;
		border: 1px solid #ddd;
		border-bottom: none;
	}


	.btn {
		margin-bottom: 4px;
	}

}


@media (max-width: 580px) {

	.page-header.navbar .page-logo {
		padding-right: 5px;
	}
	.page-header.navbar .hor-menu {
		/*max-height: 400px;*/
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown {
		padding: 0;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
		padding: 12px 0 7px 8px;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle .username {
		display: none;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu {
		margin-right: -127px;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu:before {
		margin-right: 124px;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu {
		margin-right: -90px;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu:before {
		margin-right: 87px;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu {
		margin-right: -53px;
	}
	.page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu:before {
		margin-right: 50px;
	}
	h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	h1 > small {
		margin-top: 6px;
	}
	small {
		display: block;
	}
	.auto-width {
		width: auto !important;
	}
	/*
    .box-header > h3 {
		font-size: 18px;
	}
	.box-header > h3 > i {
		font-size: 14px;
	}
    */
	.status-icon {
		margin: 7px 1px;
	}

}


@media print {

	.grey {
		color: #000 !important;
	}

	.hidden-print {
		display: none;
	}
	.no-page-break {
		page-break-after: avoid;
	}
	/*
	a {
		border-bottom: none !important;
	}
	*/
	a[href]:after {
		content: "";
	}

	header {
		display: none;
	}
	.page-container {
		margin: 0 !important;
		padding: 0 !important;
	}
	.popup-body {
        position: relative;
		top: 0;
		bottom: 0;
		padding: 0;
	}
	footer {
		display: none;
	}
}

