/*Farbanpassungen in den naechsten fuenf Regeln bitte machen!*/
@CHARSET "UTF-8";
input[class*="pflicht"],
select[class*="pflicht"],
textarea[class*="pflicht"] {
	border: 1px solid rgba(0,134,200,0.5);
	color: inherit;
}

.bg-mantis {
	background: -moz-linear-gradient(90deg, rgb(0,134,200)  0%, rgb(0,134,200)  100%);
	background: -webkit-linear-gradient(90deg, rgb(0,134,200) 0%, rgb(0,134,200)  100%);
	background: -o-linear-gradient(90deg, rgb(0,134,200) 0%, rgb(0,134,200) 100%);
	background: -ms-linear-gradient(90deg, rgb(0,134,200) 0%, rgb(0,134,200) 100%);
	background: linear-gradient(90deg, rgb(0,134,200) 0%, rgb(0,134,200) 100%);
}

.text-mantis {
	color: rgb(0,134,200) ;
	background-image: -webkit-linear-gradient(90deg, rgb(0,134,200) 0%, rgb(0,134,200)  100%);
	-webkit-background-clip: text;
}

.btn-mantis {
	background-color: rgb(0,134,200) ;
	color: white;
	width: 100%;
}

/*Hover gemaess 1x Farbstufe niedriger als normal http://paletton.com/*/
.btn-mantis:hover,
.btn-mantis:focus,
.ergebnisseiten:hover,
.ergebnisseiten:focus {
	background-color: rgb(0,134,200) ;
	color: white !important;
}

.ergebnisseiten_active {
	background-color: rgb(0,134,200);
	color: white;
}

.ergebnisseiten_active:hover {
	background-color: rgb(0,134,200);
	color: #ececec !important;
}

.ergebnisseiten {
	background: #FFFFFF;
	color: rgb(0,134,200);
}

.card {
	margin-bottom: 10px;
}

a[class*="ergebnisseiten"] {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 900;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	/* background-image: none; */
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 9px 16px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 4px;
	border: 1px rgb(0,134,200) solid;
}


.img-responsive img {
	display: block;
	width: 100%;
	max-width: 165px;
	height: auto;
	max-height: 165px;
	border: 4px solid #fbfbfb;
	border-radius: 4px;
}

.img-detail img{
	margin-top: 65px;
	width: auto;
	max-width: 100%;
	max-height: 292px;
	height: auto;
	border-radius: 4px;
}

#kurzprofil_links {
	padding-left: 30px;
}

#kurzprofil_rechts {
	padding: 0px;
	padding-right: 15px;
}


.divider {
	width: 40px;
	height: 2px;
	padding: 0;
	margin: 27px auto 34px;
	background: #d9d9d9;
	border: none;
}

.hr-md-left-0 {
	margin-left: 0;
}


input:focus,
select:focus{
	border: 1px solid rgb(0,134,200);
	outline-color: rgb(0,134,200);
}

/*Ab hier keine Farbanpassungen notwendig!*/

a, i {
	font-size: 16px !important;
}

.alert_offset_top_8 {
	margin-top: 8px;
}

.text-white {
	color: #fff !important;
}

.offset-8 {
	padding-top: 8px;
	padding-bottom: 8px;
}

body {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #434345;
	line-height: 1.5;
	background-color: transparent;
}

#hide {
	visibility: hidden;
}


/* Layout (Basic und Optik) */

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #333 !important;
}

.kategorie {
	line-height: 28px;
	vertical-align: middle;
}

.kategorie input[type="checkbox"] {
	float: left;
	margin-right: 10px !important;
}


.fa {
	font-size: 72px;
}

.h1 {
	color: white;
}

.content {
	margin-left: 15px;
	margin-right: 15px;
}

.contenttitel,
.input {
	height: auto;
	min-height: 40px !important;
}

img.ui-datepicker-trigger {
	float: right;
	padding: 11px;
	background: #ececec;
	border-radius: 4px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border: 1px solid #BFBFBF;
	border-left: 0px;
}

.ui-datepicker {
	width: auto !important;
	max-width: 94%;
	padding: .2em .2em 0;
	left: 10px;
}

.hor-line {
	line-height: 5px;
}


#GEBDATUM, input[id*='GEBDATUM'] {
	width: calc(100% - 39px) !important;
	float: left;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.helptext {
	height: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	min-height: 45px;
}

.bg-white {
	background: transparent;
	fill: transparent;
}

.bg-real-white{
	background: #FFFFFF;
	background-color: #FFFFFF;
	fill: #FFFFFF;
}
.bg-cream {
	background-color: #D7D7D7;
}

.bg-dark {
	background: #252525;
	fill: #252525;
	background-color: #252525;
}

.bg-footer {
	padding-bottom: 30px;
	padding-top: 30px;
}

.bg-gray {
	background-color: #ddd;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.bg-gray-light {
	background-color: #ececec;
	padding: 5px;
	padding-left: 20px;
	padding-bottom: 8px;
	border-radius: 4px;
}


/* Texte und Eingabe */

.center {
	text-align: center;
}

.col-white {
	color: white;
}

.box {
	height: 200px;
	vertical-align: middle;
}

.box2 {
	height: 100px;
	display: flex;
	vertical-align: middle;
}

.title {
	font-weight: bold;
	font-size: 18px;
}
@media screen and (min-width: 640px) {
	.large-only {
		display: table;
	}
	.small-only {
		display: none;
	}
}

@media screen and (min-width: 480px) and (max-width: 1000px){
	.middle-only {
		display: table;
	}
	.middle-not {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.large-only {
		display: none;
	}
	.small-only {
		display: table;
	}
}


@media screen and (min-width: 480px) {
	.angle {
		height: 200px;
		vertical-align: middle;
	}
	.btn-left {
		float: left;
		margin: 0px auto;
	}
	.btn-right {
		float: right;
		margin: 0px auto;
	}
	input[typo='text'],
	select {
		width: 100%;
		height: 48px;
		border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
		font-size: 22px;
	}
	.group {
		padding-left: 0px;
	}
}

@media screen and (min-width: 992px) {
	.fa-angle-right {
		visibility: visible;
		text-align: center;
		line-height: 200px;
		vertical-align: middle;
		width: 100%;
	}
	.fa-angle-down {
		visibility: hidden;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		display: none !important;
	}
	.contentrow {
		height: 45px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.form-nav {
		display: inherit;
	}
	#kurzprofil_links {
		height: 200px;
	}
}

@media screen and (max-width: 991px) {
	.fa-angle-right {
		visibility: hidden;
		text-align: center;
		vertical-align: middle;
		display: none !important;
	}
	.fa-angle-down {
		visibility: visible;
		text-align: center;
		vertical-align: middle;
		width: 100%;
	}
	.contentrow {
		height: 65px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.form-nav {
		display: none;
	}
	.row.center {
		text-align: left !important;
	}
}

@media screen and (max-width: 480px) {
	.btn-left,
	.btn-right {
		float: none;
		margin: 0px auto;
	}
}

.zeile {
	width: 100%;
	margin-bottom: 20px;
}

@import url(http://fonts.sewobe.de/abel.css);
body {
	margin: 0px;
	font-family: 'Abel', arial, sans-serif;
	background: transparent;
	margin: 0;
}

span.text_abfrage {
	float: left;
}

label {
	float: left;
}

span.links {
	float: left;
}

div.rechts {
	float: right;
}

select {
	float: right;
	width: 300px;
	height: 30px;
	border: 1px solid #BFBFBF;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input {
	float: right;
	width: 296px;
	border: 1px solid #BFBFBF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

#AB_ERLAUBNIS, #FELD799 {
	float: left;
	height: 20px;
	width: 20px;
}

#AB_ERLAUBNIS_CHECK {
	float: left;
	height: 20px;
	width: 20px;
}


input {
	height: 40px;
	width: 100%;
	float: right;
	border: 1px solid #BFBFBF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

select {
	height: 40px !important;
	min-width: 260px;
	width: 100%;
	float: right;
	display: flex;
	border: 1px solid #BFBFBF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type='checkbox'] {
	height: 28px;
	width: 28px;
	float: left;
}


/**
* Template Style
*
* [Table of contents]
*   1 Bootstrap Framework
*     1.1  Normalize
*     1.2  Glyphicons
*     1.3  Scaffolding
*     1.4  Type
*     1.5  Code
*     1.6  Tables
*     1.7  Forms
*     1.8  Buttons
*     1.9  Grids
*     1.10 Component animations
*     1.11 Dropdowns
*     1.12 Button Groups
*     1.13 Input Groups
*     1.14 Navs
*     1.15 Navbar
*     1.16 Breadcrumbs
*     1.17 Pagination
*     1.18 Pager
*     1.19 Labels
*     1.20 Badges
*     1.21 Jumbotron
*     1.22 Thumbnails
*     1.23 Alerts
*     1.24 Progress bars
*     1.25 Media
*     1.26 List Group
*     1.27 Panels
*     1.28 Responsive Embed
*     1.29 Wells
*     1.30 Close
*     1.31 Modals
*     1.32 Tooltip
*     1.33 Popovers
*     1.34 Carousel
*     1.35 Utilities
*     1.36 Responsive Utilities
*/


/** 1 Bootstrap Framework */


/** 1.1  Normalize */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

section {
	display: block;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

hr {
	box-sizing: content-box;
	height: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn > .caret,
	.pagination-classic > li > a > .caret,
	.pagination-classic > li > span > .caret,
	.dropup > .btn > .caret,
	.pagination-classic > li.dropup > a > .caret,
	.pagination-classic > li.dropup > span > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}


/** 1.3  Scaffolding */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}


input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: inherit;
	/* text-decoration: underline; */
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0;
	line-height: 1.5;
	background-color: #191919;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}


hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #f5f5f5;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}


/** 1.4  Type */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #f2f2f2;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 12px;
	margin-bottom: 12px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 45px;
}

h2,
.h2 {
	font-size: 38px;
}

h3,
.h3 {
	font-size: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 22px;
}

h6,
.h6 {
	font-size: 17px;
}

p {
	margin: 0 0 12px;
}

.lead {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 24px;
	}
}

small,
.small {
	font-size: 93%;
}

mark,
.mark {
	background-color: #f5bf2f;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #d9d9d9;
}

blockquote.quote .text-primary,
.text-primary {
	color: #42b574;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #34905c;
}

blockquote.quote .text-success,
.text-success {
	color: #84c450;
}

a.text-success:hover,
a.text-success:focus {
	color: #6ba839;
}

blockquote.quote .text-info,
.text-info {
	color: #64aae1;
}

a.text-info:hover,
a.text-info:focus {
	color: #3993d9;
}

blockquote.quote .text-warning,
.text-warning {
	color: #F3A43D;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ee8d0f;
}

blockquote.quote .text-danger,
.text-danger {
	color: #e50a0a;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #b40808;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #42b574;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #34905c;
}

.bg-success {
	background-color: #abcc37;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #8aa62a;
}

.bg-info {
	background-color: #79ccf2;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #4bbaed;
}

.bg-warning {
	background-color: #f5bf2f;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #e6aa0b;
}

.bg-danger {
	background-color: #f54b0f;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #c93b08;
}

.page-header {
	padding-bottom: 11px;
	margin: 48px 0 24px;
	border-bottom: 1px solid #f5f5f5;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 12px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 24px;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #f2f2f2;
}

.initialism {
	font-size: 90%;
}


/** 1.6  Tables */

table {
	background-color: transparent;
}


th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #191919;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #abcc37;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #9bba2f;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #79ccf2;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #62c3f0;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #f5bf2f;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #f4b817;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f54b0f;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #e14209;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 18px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}


/** 1.7  Forms */

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 24px;
	font-size: 24px;
	line-height: inherit;
	color: #9b9b9b;
	border: 0;
	border-bottom: 1px solid #f5f5f5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 1px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
	padding: 7px;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

output {
	display: block;
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #212121;
}

.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 9px 16px;
	font-size: 16px;
	line-height: 1.5;
	color: #212121;
	background-color: transparent;
	background-image: none;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #d9d9d9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 217, 217, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 217, 217, 0.6);
}

.form-control::-moz-placeholder {
	color: #212121;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #212121;
}

.form-control::-webkit-input-placeholder {
	color: #212121;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #f5f5f5;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 50px;
	}
	input[type="date"].input-sm,
	.input-group-sm > input[type="date"].form-control,
	.input-group-sm > input[type="date"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="date"].btn,
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm > input[type="time"].form-control,
	.input-group-sm > input[type="time"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="time"].btn,
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm > input[type="datetime-local"].form-control,
	.input-group-sm > input[type="datetime-local"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm > input[type="month"].form-control,
	.input-group-sm > input[type="month"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="month"].btn,
	.input-group-sm input[type="month"] {
		line-height: 40px;
	}
	input[type="date"].input-lg,
	.input-group-lg > input[type="date"].form-control,
	.input-group-lg > input[type="date"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="date"].btn,
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg > input[type="time"].form-control,
	.input-group-lg > input[type="time"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="time"].btn,
	.input-group-lg input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg > input[type="datetime-local"].form-control,
	.input-group-lg > input[type="datetime-local"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-lg input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg > input[type="month"].form-control,
	.input-group-lg > input[type="month"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="month"].btn,
	.input-group-lg input[type="month"] {
		line-height: 70px;
	}
}

.form-group {
	margin-bottom: 10px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	min-height: 24px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
	min-height: 40px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.pagination-classic.input-group-lg > li.input-group-btn > a.form-control-static,
.pagination-classic.input-group-lg > li.input-group-btn > span.form-control-static,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.pagination-classic.input-group-sm > li.input-group-btn > a.form-control-static,
.pagination-classic.input-group-sm > li.input-group-btn > span.form-control-static {
	padding-left: 0;
	padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.pagination-classic.input-group-sm > li.input-group-btn > a,
.pagination-classic.input-group-sm > li.input-group-btn > span {
	height: 40px;
	padding: 7px 12px;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
	height: 40px;
	line-height: 40px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
	height: auto;
}

.form-group-sm .form-control {
	height: 40px;
	padding: 7px 12px;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-group-sm select.form-control {
	height: 40px;
	line-height: 40px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 40px;
	min-height: 39px;
	padding: 8px 12px;
	font-size: 15px;
	line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.pagination-classic.input-group-lg > li.input-group-btn > a,
.pagination-classic.input-group-lg > li.input-group-btn > span {
	height: 70px;
	padding: 17px 24px;
	font-size: 17px;
	line-height: 1.33333;
	border-radius: 10px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
	height: 70px;
	line-height: 70px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
	height: auto;
}

.form-group-lg .form-control {
	height: 70px;
	padding: 17px 24px;
	font-size: 17px;
	line-height: 1.33333;
	border-radius: 10px;
}

.form-group-lg select.form-control {
	height: 70px;
	line-height: 70px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 70px;
	min-height: 41px;
	padding: 18px 24px;
	font-size: 17px;
	line-height: 1.33333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 62.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.pagination-classic.input-group-lg > li.input-group-btn > a + .form-control-feedback,
.pagination-classic.input-group-lg > li.input-group-btn > span + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 70px;
	height: 70px;
	line-height: 70px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.pagination-classic.input-group-sm > li.input-group-btn > a + .form-control-feedback,
.pagination-classic.input-group-sm > li.input-group-btn > span + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #84c450;
}

.has-success .form-control {
	border-color: #84c450;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #6ba839;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bade9c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bade9c;
}

.has-success .input-group-addon {
	color: #84c450;
	border-color: #84c450;
	background-color: #abcc37;
}

.has-success .form-control-feedback {
	color: #84c450;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #F3A43D;
}

.has-warning .form-control {
	border-color: #F3A43D;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #ee8d0f;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9d19d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9d19d;
}

.has-warning .input-group-addon {
	color: #F3A43D;
	border-color: #F3A43D;
	background-color: #f5bf2f;
}

.has-warning .form-control-feedback {
	color: #F3A43D;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #e50a0a;
}

.has-error .form-control {
	border-color: #e50a0a;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #b40808;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f85d5d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f85d5d;
}

.has-error .input-group-addon {
	color: #e50a0a;
	border-color: #e50a0a;
	background-color: #f54b0f;
}

.has-error .form-control-feedback {
	color: #e50a0a;
}

.has-feedback label ~ .form-control-feedback {
	top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #828286;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}


/** 1.8  Buttons */

.btn,
.pagination-classic > li > a,
.pagination-classic > li > span {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	/* background-image: none; */
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 9px 16px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.pagination-classic > li > a:focus,
.pagination-classic > li > span:focus,
.btn.focus,
.pagination-classic > li > a.focus,
.pagination-classic > li > span.focus,
.btn:active:focus,
.pagination-classic > li > a:active:focus,
.pagination-classic > li > span:active:focus,
.btn:active.focus,
.pagination-classic > li > a:active.focus,
.pagination-classic > li > span:active.focus,
.btn.active:focus,
.pagination-classic > li > a.active:focus,
.pagination-classic > li > span.active:focus,
.btn.active.focus,
.pagination-classic > li > a.active.focus,
.pagination-classic > li > span.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.pagination-classic > li > a:hover,
.pagination-classic > li > span:hover,
.btn:focus,
.pagination-classic > li > a:focus,
.pagination-classic > li > span:focus,
.btn.focus,
.pagination-classic > li > a.focus,
.pagination-classic > li > span.focus {
	color: #333;
	text-decoration: none;
}

.btn:active,
.pagination-classic > li > a:active,
.pagination-classic > li > span:active,
.btn.active,
.pagination-classic > li > a.active,
.pagination-classic > li > span.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);
}

.btn.disabled,
.pagination-classic > li > a.disabled,
.pagination-classic > li > span.disabled,
.btn[disabled],
.pagination-classic > li > a[disabled],
.pagination-classic > li > span[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .pagination-classic > li > a,
fieldset[disabled] .pagination-classic > li > span {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
.pagination-classic > li > a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] .pagination-classic > li > a {
	pointer-events: none;
}

.btn-default,
.pagination-classic > li + li:not(:last-child) > a,
.pagination-classic > li + li:not(:last-child) > span {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus,
.pagination-classic > li + li:not(:last-child) > a:focus,
.pagination-classic > li + li:not(:last-child) > span:focus,
.btn-default.focus,
.pagination-classic > li + li:not(:last-child) > a.focus,
.pagination-classic > li + li:not(:last-child) > span.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover,
.pagination-classic > li + li:not(:last-child) > a:hover,
.pagination-classic > li + li:not(:last-child) > span:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,
.pagination-classic > li + li:not(:last-child) > a:active,
.pagination-classic > li + li:not(:last-child) > span:active,
.btn-default.active,
.pagination-classic > li + li:not(:last-child) > a.active,
.pagination-classic > li + li:not(:last-child) > span.active,
.open > .btn-default.dropdown-toggle,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active:hover,
.pagination-classic > li + li:not(:last-child) > a:active:hover,
.pagination-classic > li + li:not(:last-child) > span:active:hover,
.btn-default:active:focus,
.pagination-classic > li + li:not(:last-child) > a:active:focus,
.pagination-classic > li + li:not(:last-child) > span:active:focus,
.btn-default:active.focus,
.pagination-classic > li + li:not(:last-child) > a:active.focus,
.pagination-classic > li + li:not(:last-child) > span:active.focus,
.btn-default.active:hover,
.pagination-classic > li + li:not(:last-child) > a.active:hover,
.pagination-classic > li + li:not(:last-child) > span.active:hover,
.btn-default.active:focus,
.pagination-classic > li + li:not(:last-child) > a.active:focus,
.pagination-classic > li + li:not(:last-child) > span.active:focus,
.btn-default.active.focus,
.pagination-classic > li + li:not(:last-child) > a.active.focus,
.pagination-classic > li + li:not(:last-child) > span.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle:hover,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle:focus,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle.focus,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default:active,
.pagination-classic > li + li:not(:last-child) > a:active,
.pagination-classic > li + li:not(:last-child) > span:active,
.btn-default.active,
.pagination-classic > li + li:not(:last-child) > a.active,
.pagination-classic > li + li:not(:last-child) > span.active,
.open > .btn-default.dropdown-toggle,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle {
	background-image: none;
}

.btn-default.disabled:hover,
.pagination-classic > li + li:not(:last-child) > a.disabled:hover,
.pagination-classic > li + li:not(:last-child) > span.disabled:hover,
.btn-default.disabled:focus,
.pagination-classic > li + li:not(:last-child) > a.disabled:focus,
.pagination-classic > li + li:not(:last-child) > span.disabled:focus,
.btn-default.disabled.focus,
.pagination-classic > li + li:not(:last-child) > a.disabled.focus,
.pagination-classic > li + li:not(:last-child) > span.disabled.focus,
.btn-default[disabled]:hover,
.pagination-classic > li + li:not(:last-child) > a[disabled]:hover,
.pagination-classic > li + li:not(:last-child) > span[disabled]:hover,
.btn-default[disabled]:focus,
.pagination-classic > li + li:not(:last-child) > a[disabled]:focus,
.pagination-classic > li + li:not(:last-child) > span[disabled]:focus,
.btn-default[disabled].focus,
.pagination-classic > li + li:not(:last-child) > a[disabled].focus,
.pagination-classic > li + li:not(:last-child) > span[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > a:hover,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > span:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > a:focus,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > span:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > a.focus,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > span.focus {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge,
.pagination-classic > li + li:not(:last-child) > a .badge,
.pagination-classic > li + li:not(:last-child) > span .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	color: inherit;
	font-weight: normal;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	color: inherit;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn,
.pagination-classic > li.btn-group-lg > a,
.pagination-classic > li.btn-group-lg > span {
	padding: 17px 24px;
	font-size: 17px;
	line-height: 1.33333;
	border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn,
.pagination-classic > li.btn-group-sm > a,
.pagination-classic > li.btn-group-sm > span,
.pagination-classic > li > a,
.pagination-classic > li > span {
	padding: 7px 12px;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn,
.pagination-classic > li.btn-group-xs > a,
.pagination-classic > li.btn-group-xs > span {
	padding: 6px 16px;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}


/** 1.9  Grids */

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.row-bg {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.row:before,
.row:after {
	content: " ";
	display: block;
}

.row:after {
	clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}


/** 1.13 Input Groups */

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus {
	z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 9px 16px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #212121;
	text-align: center;
	background-color: #212121;
	border: 1px solid #212121;
	border-radius: 5px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.pagination-classic.input-group-sm > li.input-group-btn > a.input-group-addon,
.pagination-classic.input-group-sm > li.input-group-btn > span.input-group-addon {
	padding: 7px 12px;
	font-size: 15px;
	border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.pagination-classic.input-group-lg > li.input-group-btn > a.input-group-addon,
.pagination-classic.input-group-lg > li.input-group-btn > span.input-group-addon {
	padding: 17px 24px;
	font-size: 17px;
	border-radius: 10px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.pagination-classic > li.input-group-btn:first-child > a,
.pagination-classic > li.input-group-btn:first-child > span,
.input-group-btn:first-child > .element-groups-custom > .btn,
.pagination-classic.input-group-btn:first-child > li.element-groups-custom > a,
.pagination-classic.input-group-btn:first-child > li.element-groups-custom > span,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.pagination-classic > li.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.pagination-classic > li.input-group-btn:last-child > span:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .element-groups-custom:not(:last-child) > .btn,
.pagination-classic.input-group-btn:last-child > li.element-groups-custom:not(:last-child) > a,
.pagination-classic.input-group-btn:last-child > li.element-groups-custom:not(:last-child) > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.pagination-classic > li.input-group-btn:last-child > a,
.pagination-classic > li.input-group-btn:last-child > span,
.input-group-btn:last-child > .element-groups-custom > .btn,
.pagination-classic.input-group-btn:last-child > li.element-groups-custom > a,
.pagination-classic.input-group-btn:last-child > li.element-groups-custom > span,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.pagination-classic > li.input-group-btn:first-child > a:not(:first-child),
.pagination-classic > li.input-group-btn:first-child > span:not(:first-child),
.input-group-btn:first-child > .element-groups-custom:not(:first-child) > .btn,
.pagination-classic.input-group-btn:first-child > li.element-groups-custom:not(:first-child) > a,
.pagination-classic.input-group-btn:first-child > li.element-groups-custom:not(:first-child) > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn > .btn,
.pagination-classic > li.input-group-btn > a,
.pagination-classic > li.input-group-btn > span {
	position: relative;
}

.input-group-btn > .btn + .btn,
.pagination-classic > li.input-group-btn > a + .btn,
.pagination-classic > li.input-group-btn > span + .btn,
.pagination-classic > li.input-group-btn > .btn + a,
.pagination-classic > li.input-group-btn > a + a,
.pagination-classic > li.input-group-btn > span + a,
.pagination-classic > li.input-group-btn > .btn + span,
.pagination-classic > li.input-group-btn > a + span,
.pagination-classic > li.input-group-btn > span + span {
	margin-left: -1px;
}

.input-group-btn > .btn:hover,
.pagination-classic > li.input-group-btn > a:hover,
.pagination-classic > li.input-group-btn > span:hover,
.input-group-btn > .btn:focus,
.pagination-classic > li.input-group-btn > a:focus,
.pagination-classic > li.input-group-btn > span:focus,
.input-group-btn > .btn:active,
.pagination-classic > li.input-group-btn > a:active,
.pagination-classic > li.input-group-btn > span:active {
	z-index: 2;
}

.input-group-btn:first-child > .btn,
.pagination-classic > li.input-group-btn:first-child > a,
.pagination-classic > li.input-group-btn:first-child > span,
.input-group-btn:first-child > .element-groups-custom {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.pagination-classic > li.input-group-btn:last-child > a,
.pagination-classic > li.input-group-btn:last-child > span,
.input-group-btn:last-child > .element-groups-custom {
	z-index: 2;
	margin-left: -1px;
}


/** 1.23 Alerts */

.alert {
	padding: 8px 15px;
	border: 1px solid transparent;
	border-radius: 5px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert > p,
.alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 12px 15px20;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #abcc37;
	border-color: #abcc37;
	color: #000000;
}

.alert-success hr {
	border-top-color: #9bba2f;
}

.alert-success .alert-link {
	color: #6ba839;
}

.alert-info {
	background-color: #79ccf2;
	border-color: #79ccf2;
	color: #64aae1;
}

.alert-info hr {
	border-top-color: #62c3f0;
}

.alert-info .alert-link {
	color: #3993d9;
}

.alert-warning {
	background-color: #f5bf2f;
	border-color: #f5bf2f;
	color: #000;
}

.alert-warning hr {
	border-top-color: #f4b817;
}

.alert-warning .alert-link {
	color: #ee8d0f;
}

.alert-sewobe {
	background-color: #ececec;
	border-color: #ececec;
	color: #121212;
}

.alert-sewobe .alert-link {
	color: #E8E8E8;
}

.alert-danger {
	background-color: #f54b0f;
	border-color: #f54b0f;
	color: white;
}

.alert-danger hr {
	border-top-color: #e14209;
}

.alert-danger .alert-link {
	color: #b40808;
}


/** 1.26 List Group */

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
}

.list-group-item:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

a.list-group-item,
button.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f7f7f7;
}

button.list-group-item {
	width: 100%;
	text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #f5f5f5;
	color: #f2f2f2;
	cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #f2f2f2;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #42b574;
	border-color: #42b574;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #fff;
}

.list-group-item-success {
	color: #84c450;
	background-color: #abcc37;
}

a.list-group-item-success,
button.list-group-item-success {
	color: #84c450;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
	color: #84c450;
	background-color: #9bba2f;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #84c450;
	border-color: #84c450;
}

.list-group-item-info {
	color: #64aae1;
	background-color: #79ccf2;
}

a.list-group-item-info,
button.list-group-item-info {
	color: #64aae1;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
	color: #64aae1;
	background-color: #62c3f0;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #64aae1;
	border-color: #64aae1;
}

.list-group-item-warning {
	color: #F3A43D;
	background-color: #f5bf2f;
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #F3A43D;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
	color: #F3A43D;
	background-color: #f4b817;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #F3A43D;
	border-color: #F3A43D;
}

.list-group-item-danger {
	color: #e50a0a;
	background-color: #f54b0f;
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #e50a0a;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
	color: #e50a0a;
	background-color: #e14209;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #e50a0a;
	border-color: #e50a0a;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-download:before {
	content: "\f019";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

[class*='fa-']:before {
	font-weight: 400;
	font-family: 'FontAwesome';
}

h3 {
	margin-top: 60px;
	margin-bottom: 25px;
}

/*The Hemmpire strikes back*/

h3.label_dateiuploader {
	font-size: 16px;
	margin-top: 10.5px;
	margin-bottom: 25px;
}

.formularlabel {
	font-size: 16px;
}

@media (min-width: 1200px) {
	.formularlabel {
		margin-top: 12px;
		margin-bottom: 2px;
	}
}


@media (min-width: 992px) and (max-width: 1200px) {
	.formularlabel {
		margin-top: 12px;
		margin-bottom: 2px;
	}

	.contentmiddle {
		margin-left: 0px !important;
	}
}



@media (min-width: 768px) and (max-width: 991px) {
	.formularlabel {
		margin-top: 12px;
		margin-bottom: 2px;
	}
}


@media (min-width: 400px) and (max-width: 767px) {
	.formularlabel {
		margin-top: 18px;
		margin-bottom: 2px;
	}
}


@media (min-width: 319px) and (max-width: 399px) {
	.formularlabel{
		margin-top: 18px;
		margin-bottom: 2px;
	}
}



.col-sm-12.col-md-12.col-lg-12 #testen:first-child {
	margin-top: 20px;
}

.contentmiddle {  /*liegt hinter den Symbolen oben*/
	margin-left: 61px;  /*koennen mit der Margin verschoben werden*/
	margin-top: 40px;
}

img.ui-datepicker-trigger:hover {
	cursor: pointer;
	background: #dcdcdc;
}

.text-mantis i.fa {
	font-size: 25px;
	padding-right: 10px;
}

div#profil_button {
	padding-bottom: 15px;
}

h1,
.h1 {
	margin-left:15px;
}

/*Zusätzliche Klassen für Webprofil*/
/* Styles Detailansicht der Mitgliedersuche im Mitgliederprofil*/

#kurzprofil_links {
	margin-top: 15px;
}

#kurzprofil_rechts {
	margin-top: 15px;
	text-align: center;
}

div#profil_button {
	padding-bottom: 0;
}

.img-responsive {
	display: inline-block;
}

h1.profilname {
	position: relative;
	bottom: -9px;
}

/* Ende der Styles Detailansicht der Mitgliedersuche im Mitgliederprofil*/

.detaillabel {
	font-weight: bold;
	color: #666666;
}

.tablediv {
	display: table;
	border-radius: 4px;
	background: white;
	width: 100%;
	padding: 5px;
}

.seracherrormitglieder {
	padding: 15px;
}

.alert-danger.mitgliedersuche {
	background-color: #f54b0f;
	border-color: #f54b0f;
	color: white;
	padding: 15px;
	text-align: center;
	font-size: 1.25em;
}

.cell {
	display: table-cell;
}

.headertext.cell {
	vertical-align: bottom;
	width: 100%;
}

.kachel.zusatz {
	margin-top: 8px;
}

body.detail {
	word-wrap: break-word;
	background: transparent;
}

h2.header2_detail {
	font-size: 28px;
	margin-bottom: 15px;
}


/*zurC¼ck button*/

a.static_zurueck {
	position: fixed;
	bottom: 15;
	right: calc(50% - 35px);
	background: rgb(0,134,200);
	border-radius: 50%;
	z-index: 1000;
	color: whitesmoke;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	font-weight: bold;
	display: inline-block;
	width: 70px;
	height: 70px;
	font-size: 16px;
	padding-top: 24px;
	padding-left: 9px;
	border: 1px solid rgb(0,134,200);
}

a.static_zurueck:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	transform: translateY(1px);
	color: whitesmoke;
}

a.static_zurueck:active {
	transform: translateY(2px);
}


/*end zurC¼ck Button*/

.col-xs-12.col-sm-12.col-md-8.col-lg-8.individuelle_inhalte {
	margin-top: 8px;
}

.zusatzzurueck{
	border-radius: 4px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	margin-top:8px;
	text-align: center;
	color:white;
	font-weight:bold;
}

.kachel {
	background: #fdfdfd;
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#suche_zusatz {
	display: none;
}

.col-xs-12.col-sm-6.col-sm-push-6.col-md-4.col-md-push-8.col-lg-4.col-lg-push-8.persoenlichedaten {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	img {
		margin: 0 auto;
		display: block;
	}
	h1.profilname {
		text-align: center;
	}
	.tablediv {
		display: block;
	}
	.cell {
		display: block;
		margin: 0 auto;
	}
}


/* Ende der Styles Detailansicht der Mitgliedersuche im Mitgliederprofil*/

a.btn.btn-mantis.sucheprofillink:hover {
	text-decoration: underline;
	color: whitesmoke;
}

.content>.h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.profil_button a.btn.btn-mantis {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0;
}

a#suche:hover, a#zurueck:hover {
	background: rgb(0,134,200);
}

h3.suchergebnis {
	margin-bottom: 0;
}

h3.header.pagination {
	line-height: 4;
}

.trefferzahl {
	border: 1px solid gainsboro;
	display: inline-block;
	padding: 2px;
	border-radius: 4px;
	margin: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.profil_button a.btn.btn-mantis:hover {
	background: rgb(0,134,200);
}

.bg-gray.dp {
	background-color: #fdfdfd;
	border-radius: 4px;
}

.shell.section-20.bg-gray {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border-left: 1px solid rgb(0,134,200);
	border-right: 1px solid rgb(0,134,200);
}

.shell.section-20.bg-gray:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shell.section-20.bg-gray .row {
	padding: 15px;
	padding-top: 0;
	padding-bottom: 0;
}

header {
	padding-bottom: 45px;
	padding-top: 45px;
}

/* Texte und Eingabe */

.suchergebnis {
	text-align: center;
}

.row.center {
	text-align: right;
}

.mitgliedersuche {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
	font-size: 40px;
}

.col-md-9.col-lg-9.col-sm-12.contenttitel {
	float: right
}

.blog {
	padding-bottom: 10px
}

a.link{
	position:relative;
	z-index: 1000;
}