/* Seitenlayout */
.ewLayout {
	margin: 0 auto;
	display: table;
	box-shadow: 2px 2px 2px rgb(152, 152, 152), -2px -2px 2px rgb(152, 152, 152);

}

.jumbotron {
	margin-top: 15px;
	padding: 20px;
	font-size: 12px;
	border: 1px solid;
	border-radius: 4px;
	box-shadow: 2px 2px 4px lightgrey
}

.jumbotron h1 {
	font-size: 28px;
	margin-top: 5px;
	color: #F0AD4E;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 200;
	line-height: 28px;
}

input:focus { background-color: #FFFF80; }
a:active { color: #D3D3D3 ; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { color: #0275D8; }
.right { text-align: right; }
.hidden { display: none; }

/* Typografie */
h1 { font-size: 24px; color: #556B2F; }
h2 { font-size: 20px;}
h3 { font-size: 18px;}
h4 { font-size: 15px;}


.ewFooterRow {
	background-color: #202020;
	color: #FFFFFF;
	text-align: center;
	padding: 4px
}

.ewToolbarTopRow, .ewToolbarBottomRow {
	background-color: #5BC0DE;
	color: #FFFFFF;
	padding: 4px;
	position: fixed;
	left: 0;
	vertical-align: middle;
	width: 100%;
	border-color: #202020;
	border-style: solid;
	border-width: 0;
	z-index: 999;
	font-family: sans-serif;
}

.ewToolbarTopRow{ 
	border-bottom-width: 1px;
	box-shadow: 10px 5px 30px #444444;
	top: 0;
}
.ewToolbarBottomRow { 
	border-top-width: 1px;
	box-shadow: -10px -5px 30px #444444;
	bottom: 0;
}

.tabledescription {
	padding: 10px;
	margin-bottom: 19px;
	line-height: 1.2em;
	border-radius: 0 0 3px 3px;
	background-color: #FFFEED;
	border: 1px solid #BEBEBE;
	box-shadow: #9B9670 3px 3px 5px;
}



.tableheader {
	font-size: 150%;
	font-weight: 700;
	padding: 4px;
	border-radius: 3px;
	background: -webkit-gradient(linear,left top,left bottom,from(#D2CFAA),to(#E7E3BB));
	background: -moz-linear-gradient(bottom,#E7E3BB,#D2CFAA);
	background: -ms-linear-gradient(top,#D2CFAA,#E7E3BB);
}


TABLE.liste {
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid #A0A0A0;
	border-collapse: collapse;
}

TABLE.liste TR TH {
	background-color: #9B9670;
	border: 1px solid #A0A0A0;
	padding:3px 7px 2px 7px;
	text-align: left;
	color: #FFFFFF;
	text-shadow: 0 0 1px lightgrey;
}

TABLE.liste TD {
	border:1px solid #D2B48C;
	padding:3px 7px 2px 7px;
	line-height: 14px;
}

TABLE.liste tr:nth-child(even) {
	background-color: #FFFEED;
}

TABLE.liste tr:nth-child(odd) {
	background-color: #F5F1C8;
}

TABLE.liste TR:hover TD {
	background-color: #FFFF80;
}

TABLE.liste TR TH select {
	color: black;
	background-color: #f5f1c8;
	border: 1px solid #9b9670;
}

/*-------------CSS fürs Pedigree----------------------*/

.ruede { background-color: #bce4e5; }
.huendin { background-color: #facacc; }

#pedigree {
	border-collapse: separate;
	border-spacing: 13px !important;
}

#pedigree td {
	line-height: 14px;
	border: 1px solid lightgrey;
	text-align: center;
	vertical-align: middle;
	border-radius: 15px;
	box-shadow: 2px 2px 2px white, -2px -2px 2px white, 2px -2px 2px lightslategrey, -2px 2px 2px lightslategrey;
}
#pedigree p {
	margin: 0;
}

.pedigree-toolbar .btn {
	max-height: 26px;
	line-height: 16px;
}

/*setzt den Trennstrich im Pedigreeheader*/
.phi:after {
	content: " | ";
	color: #A0A0A0;
}

.phi:empty { display: none; }

/* aktiver Reiter */
#pedigreetabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #fef8c3;
	font-weight: bold;
}

#pedigreetabs .tab-content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding: 10px;
	margin-bottom: 19px;
	background-color: #E9E9DA;
	min-width: 1160px;
}

#pedigreetabs .nav-tabs {
	margin-bottom: 0;
	border: 1px solid #A0A0A0;
	background: -webkit-gradient(linear,left top,left bottom,from(#D3D3D3),to(#C7C6B8));
	background:-moz-linear-gradient(bottom,#D3D3D3,#C7C6B8);
	filter: progid:DXImageTransform.Microsoft.gradient(start Colorstr='#D3D3D3',endColorstr='#C7C6B8');
	border-radius: 2px 2px 2px 2px;
	padding-left: 2px;
	padding-top: 2px;
}

#pedigreetabs .nav-tabs > li > a {
	border: 1px solid rgb(186, 186, 186);
	color: #202020;
	background-color: white;
}

#pedigreetabs .nav-tabs > li > a:hover,
#pedigreetabs .nav-tabs > li > a:focus {
	border-color: #D3D3D3 #D3D3D3 #D3D3D3;
	color: #FF6400;
	background-color: #D3D3D3;
	border: 1px solid white;
}

a.link_neu:link, a.link_neu:visited {
	text-decoration: None;
	color: #2A6598;
	font-weight: Bold;
	font-size: 11px;
}

a.link_neu:hover, a.link_neu:active {
	color:#3200ec;
	text-decoration: None;
	font-weight: Bold;
}


/* Menüanpassung zum Farbigen hervorheben */
#highlight-zusatz .dropdown-menu > li > a {
	white-space: normal;
	min-width: 220px;
}

/*setzt einen Bindestrich vor dem Todestag*/
.tot:before {
	content: "-";
}

.tot:empty {
	display: none;
}

/*setzt das Sternchen vor den Wurftag*/
.WT:before {
	content: "";
	}

.WT:empty {
	display: none;
}

/*setzt eine Klammer vorher*/
.klammer:before {
	content: " (";
	}

/*setzt eine Klammer nachher*/
.klammer:after {
	content: " (";
	}

.klammer:empty {
	display: none;
}


.sdb {
	font-size:7pt;
	color:#6E0115;
	margin-right: 10px;
	font-weight: normal;
	padding-top: 4px;
	line-height: 6px;
}

.sdi {
	font-weight: normal;
	color: #202020;
	font-size: 10pt;
	border-bottom: 1px solid #BEBEBE;
	margin: 0 0 1px
}

.sdismall {
	width: 75px;
}

.boxheadline {
	margin-left: 12px;
	font-size: 13px;
	color: #6E0115;
	font-weight: bold;
}

.box {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	margin: 1px 10px 10px 10px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
}

.ped_kurz_hund {
	color: #6E0115;
	background-color: #FFFEED;
	font-size: 12px;
	text-shadow: inherit;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	display: block;
	margin-bottom: 20px;
}

.ped_hundename {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(165, 165, 165);
	padding-bottom: 10px;
	margin-left: 10px;
}

.ped_trenner {
	border-left: 1px solid #A0A0A0;
	margin-left: 10px;
	margin-right: 10px;
}

#generationen {
	float: left;
	padding: 5px;
}

#hervorheben {
	float: right;
	padding: 5px

}

.zinfo-bemerkung {
	font-size: 0.8em;
	font-style: italic;
	color: #202020;
}

.ped_titel {
	color: #FF0000
}

.ped_nachkommen, .ped_titel, .ped_verband, .ped_age , .ped_todestag, .ped_wurftag, .ped_farbe, .ped_avk, .ped_ik,.ped_welpen, .ped_farbgen, .ped_hd, .ped_ed, .ped_bilder, .ped_untersuchungen {
	font-size: 8pt;
}

.testcss {
	border: 1px solid #A0A0A0;
	background: white;
	padding: 20px;
	margin-top: 15px;
}

.legende {
	padding: 8px;
	font-size: 9px;
	margin-top: 15px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.legende-highlight {
		padding: 3px;
		font-weight: bold;
		border: 1px solid grey;
		white-space: nowrap;
		line-height: 23px;
}
/*-------------ENDE - CSS fürs Pedigree----------------------*/


.infobox {
	border-style: solid;
	border-width: 1px;
	margin: 0 0 15px;
	padding: 10px;
}

.infobox h1, .infobox h2, .infobox h3, .infobox h4, .infobox h5, .infobox h6 {
	border-bottom-color: #AF001A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #556B2F;
	margin: 0 0 0.3em;
}

.infobox p {
	border: none;
	color: #202020;
	margin: 0 0 1em;
}

.infobox a {
	font-weight: bold;
}

.overflow100p {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	font-size: 90%;
}

.ewGrid .ewTable>tbody>tr>td,.ewGrid .ewTable>tfoot>tr>td
{
	border-right: 0px solid;
}


.ewGridLink {
	color: inherit;
	font-size: medium;
}

a.pedigree {
	background: url(../phpimages/pedigree12.gif) no-repeat center left;
	color: #000000;
	padding-left:16px;
}

a.homepage {
	background: url(../phpimages/extlink12.png) no-repeat center left;
	color: #000000;
	padding-left:16px;
}

a.linkintern {
	background: url(../phpimages/intlink10.gif) no-repeat center left;
	color: #FF6400red;
	padding-left:14px;
}

a.readmore {
	background: url(../phpimages/readmore.gif) no-repeat center left;
	color: #000000;
	padding-left:14px;
}

a.menue{
	display: Block;
	white-space: Nowrap;
	font-size: 10pt;
	background-color: #D3D3D3;
	border-bottom: solid 1px #E9E9DA;
}

a.menue:active, a.menue:hover, a.menue:focus{
	font-size: 10pt;
	background-color: #E9E9DA;
	border-bottom: solid 1px #D2CFAA;
}

.senkrecht {
	writing-mode: tb-rl;
	position: absolute;
	width: 50px;
	right: 10px;
	top: 20px;
}								

.bemerkung{
	width: 280px;
	background-color: #aaeeaa;
	border:1px dotted #202020;
	box-shadow:#A0A0A0 3px 3px 5px;
	padding:5px;
}

.rot { background-color: #FF0000; }
.gelb { background-color: #ffff00; }


.LoginField {
	font-size: 12pt;
	font-weight: semi-bold;
	text-shadow: 1px 1px 5px #FFFFFF, -1px -1px 5px #D3D3D3;
	margin-left: 50px;
}

.ewTable .ewTableHeader td {
	background-color: #E5CC80;	/* header bgcolor */
	color: #000000;
	border-color: #A0A0A0; /* header border color */
	background-image: url("../phpimages/Farbverlauf 2.png"); /* header bg image */
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 3px;
}

H1.stammdaten {
	font-size: 18px;
	background-color: #E5CC80;
	color: #000000;
	font-weight: bold;
	height: auto;
	margin: 10px auto;
	display: table;
}

/* =============== TYPOGRAPHIE - TEXT STILE =============== */

.text-alert {
	border-top: 2px solid #FEABAB;
	border-bottom: 2px solid #FEABAB;
	background: #FACACC url(../phpimages/icon-text-alert.png) no-repeat;
}

.text-info {
	border-top: 2px solid #B7D2F2;
	border-bottom: 2px solid #B7D2F2;
	background: #A0A0A0 url(../phpimages/icon-text-info.png) no-repeat;
}

.text-download {
	border-top: 2px solid #DDEDBC;
	border-bottom: 2px solid #DDEDBC;
	background: #F2F9E5 url(../phpimages/icon-text-download.png) no-repeat;
}

.text-comment {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	background: #FFFEED url(../phpimages/icon-text-comment.png) no-repeat;
}

.text-tip {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	background: #FEF8C3 url(../phpimages/icon-text-tip.png) no-repeat;
}

.text-attachment {
	border-top: 2px solid #D3D3D3;
	border-bottom: 2px solid #D3D3D3;
	background: #D3D3D3 url(../phpimages/icon-text-attachment.png) no-repeat;
}

.text-video {
	border-top: 2px solid #D3D3D3;
	border-bottom: 2px solid #D3D3D3;
	background: #D3D3D3 url(../phpimages/icon-text-video.png) no-repeat;
}

.text-audio {
	border-top: 2px solid #D3D3D3;
	border-bottom: 2px solid #D3D3D3;
	background: #D3D3D3 url(../phpimages/icon-text-audio.png) no-repeat;
}

.text-tip,
.text-info,
.text-alert,
.text-audio,
.text-video,
.text-comment,
.text-download,
.text-attachment {
	background-position: left center;
	padding: 0.8em 0.8em 0.8em 5em;
	min-height: 20px;
}

.rotate {
	display: block;
	position: relative;
	left: 95px;
	top: 70px;
	white-space:nowrap;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

.accordion-group {
	background-color: #eee8aa; /*#A78572;*/
	background-image: url("../phpimages/Farbverlauf 04.png");
	border: 1px solid #A78572;
	box-shadow: #746650 2px 2px 4px;

}

.accordion-inner {
	border: 1px solid #A78572;
	background-color: #FFFEED;
	border-left: 0 solid #A78572;
}

.ewRow {
	margin-bottom: 3px;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
	margin-left: -1px;
	margin-top: 4px;
}

.ewItemList {
	margin-top: 5px;
}

.tab-content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding: 10px;
	margin-bottom: 19px;
	background-color: #E9E9DA;
}

.nav-tabs {
	margin-bottom: 0;
	border-radius: 2px 2px 2px 2px;
	padding-top: 2px;
	font-size: 10px;
}

.nav-tabs > li > a {
	border: 1px solid #A0A0A0;
	color: #202020;
}


.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: #D3D3D3 #D3D3D3 #D3D3D3;
	color: #FF6400;
	background-color: #D3D3D3;
}

.navbar .nav>li>a {
	padding: 11px;
	background: #3D4022;
}

label {
	display: block;
	margin-bottom: 0;
}

.ewTableHighlightRow > td {
	background-color: #FF6400;
	color: white;
	/*text-shadow: 1px 1px 1px grey;*/
}

.pagination ul > li > a,
.pagination ul > li > span {
	padding: 2px 10px;
}

select,
input[type="file"] {
	height: 27px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */
	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
	line-height: 27px;
}


/* Bootstrap Tabellen Anfang */

/* 1 Spalte in Add/Edit */
.ewGrid > tbody > tr > td > .table > tbody > tr > td:first-of-type,
.ewMultiColumnTable > tbody > tr > td > .table > tbody > tr > td:first-of-type {
	text-align: right;
	background-color: FF6400;
	font-weight: bold;
	color: #554433;
}

/* Add/Edit ungerade Zeilen Hintergrundfarbe */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #FFFFFF;
	font-size: 10px;	
}

/* Add/Edit gerade Zeilen Hintergrundfarbe */
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
	background-color: #FFFEED;
	font-size: 10px;
}

/* Bootstrap Tabellen Ende */





.input-medium {
	width: inherit;
}

#flogin {
	box-shadow: #746650 3px 3px 5px;
	padding:15px;
	border: 1px solid #A78572;
	width:550px;
	background-color: #f4f3dc;
	font-size: 10pt;
	margin-left: 0;
	margin: left;
}


/* Suche Anfang */
.searchbox {
	 padding: 15px;
	 border: thin #d2b48c;
	 width: 60%;
	 background-color: #EEE8AA;
}

.ewSearchTable {
	margin-top: 19px;
}

.ewSearchOperator select {
	font-size: 1.0em;
}

.ewSearchCaption {
	width: 125px;
	display: inline-block;
	border-bottom: 1px dotted #999;
	white-space: pre-wrap;
}

.ewSearchOperator {
	display: inline-block;
	text-align: right;
	width: 60px;
}
/* Suche Ende */


.control-group {
	margin-bottom: 7px;
}

.sitelogo {
	font-size: 5em;
	margin-top: 50px;
	margin: 30px auto 0;
	text-shadow: 3px 3px 40px lightgrey, -1px -1px 1px white;
	background: darkcyan;
	height: 80px;
	width: 100%;
	border-bottom: 2px solid;
	text-align: center;
	line-height: 1em;
	font-family: serif;
	display: none;
}

.dropdown-header {
	padding: 2px 10px;

	text-align: right;
}

.dropdown-menu .divider {
	margin: 1.5px 1px;
	border-bottom: 1px solid #A0A0A0;
}


/* Bildergalerie Anfang */
.imgcontainer {
	float: left;
	width: 120px;
	height: 120px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0;
	padding-left: 0;
	background-color: #FFFEED;
	border: 1px solid #D3D3D3;
	border-radius: 6px;
	box-shadow: #A0A0A0 3px 3px 5px;
	margin: 10px 8px 10px;
	text-align: center;
}

.imgbox img {
	max-width: 80px;
}

.imgbox {
	overflow: hidden;
	height: 100px;
	display: block;
}

.imgname {
	color: #6E0115;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	width: 160px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
}

.imgtext {
	color: #A0A0A0;
	font-family: Arial;
	font-size: 9px;
	font-style: italic;
}

#bildergalerie {
	width: 1015px
}

.bildcontainer {
	float: left;
	width: 180px;
	height: 180px;
	padding-top: 7px;
	padding-bottom: 15px;
	padding-right: 0;
	padding-left: 0;
	background-color: #FFFEED;
	border: 1px solid #D3D3D3;
	border-radius: 6px;
	box-shadow: #A0A0A0 3px 3px 5px;
	margin: 10px 8px 10px;
	text-align: center;
}

.imgcontainer:hover {
	background-color: #DDD9B2;
}

.bildbox {
	overflow: hidden;
	height: 120px;
	display: block;
}

.bildhundename {
	color: #6E0115;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	width: 160px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
}

.copyright {
	color: #A0A0A0;
	font-family: Arial;
	font-size: 9px;
	font-style: italic;
}
/* Bildergalerie Ende */


.ewGridUpperPanel, .ewGridLowerPanel {
	padding: 4px;
	border-left: 0;
	border-right: 0;
	background-color: #DDD9B2;
	color: inherit;
}

.ewGrid .ewGridContent {
	padding: 0;
	border: 1px solid #746650;
}

form {
	margin: 0 0 0;
}

.zwingername {
	font-size: 1.3em;
}

.cmsedit {
	text-align: right;
}

.menutitel {
	font-size: 1.3em;
	color: #556B2F; 
	text-align: left;
	text-shadow: 1px 1px 2px rgb(255, 255, 255);
	padding-left: 6px;
	padding-bottom: 5px;
	padding-top: 10px;
	display: block;
}

.disabled {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ewBasicSearch {
	padding: 10px 10px 10px 15px;
	display: inline-table;
	border-radius: 3px;
	margin-bottom: 25px;
}

/* Menue Button über Bootstrapgenerator */
.btn-menu {
	color: #202020;
	background-color: #FFFEED;
	border-color: #FFFEED;
	background-image: linear-gradient(to bottom, #DDD9B2 0, #D2CFAA 100%);
}

.btn-menu:hover,
.btn-menu:focus,
.btn-menu:active,
.btn-menu.active,
.open .dropdown-toggle.btn-menu {
	color: #202020;
	background-color: #F2CB68;
	border-color: #BEBEBE;
	background-image: linear-gradient(to bottom, #F2CB68 0, #F2CB68 100%);
}

.btn-menu:active,
.btn-menu.active,
.open .dropdown-toggle.btn-menu {
	background-image: none;
}

.btn-menu.disabled,
.btn-menu[disabled],
fieldset[disabled] .btn-menu,
.btn-menu.disabled:hover,
.btn-menu[disabled]:hover,
fieldset[disabled] .btn-menu:hover,
.btn-menu.disabled:focus,
.btn-menu[disabled]:focus,
fieldset[disabled] .btn-menu:focus,
.btn-menu.disabled:active,
.btn-menu[disabled]:active,
fieldset[disabled] .btn-menu:active,
.btn-menu.disabled.active,
.btn-menu[disabled].active,
fieldset[disabled] .btn-menu.active {
	background-color: #FFFEED;
	border-color: #BEBEBE;
}

.btn-menu .badge {
	color: #FFFEED;
	background-color: #202020;
}

.menu-links {
font-family: verdana;
	width: 100%;
	margin-left: -2px;
	box-shadow: 2px 2px 2px #BEBEBE;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}


/*Abstand im dropdown vom Headermenue*/
.dropdown-menu>li>a {
	padding: 5px 20px;
}



/*Zeilenumbruch im Tooltiptext*/
.tooltip-inner {
	white-space: pre-wrap;
	text-align: left;
	max-width: 400px;
	background-color: #FFFFFF;
	color: black;
	padding: 7px;
	border: 1px solid #a0a0a0;
}

.bemerkungInfo {
	color: #23CE23;
	font-size: 0.9em;
}



/*Farbe des aktiven Reiter bei z.B. Hunde-Edit oder Eingabemasken wie Druckvorlagen*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #E9E9DA;
	font-weight: bold;
}

/*Hintergrundfarbe und Schriftgröße des Tabellenheaders von Nachkommen usw..*/
table th {
	background-color: #e5cc80;
	font-size: 12px
}


.table>thead:first-child>tr:first-child>th {
	background: #d4d4d4;
}

/*Hervorheben der Tabellen beim Überfahren mit der Maus*/
.ewGrid .ewTable .ewTableHighlightRow>td {
	background-color: #FFFF80;
	color: #202020;
}

/*Klammer um etwas in Klammer zu setzen*/
span.klammer:before {
	content:"(";
}

span.klammer:after {
	content:")";
}

/*macht die Boxen der Hauptdaten etwas breiter*/
.col-md-4 {
	padding-right: 3px;
}

/* +++++++++++++++++ Umrandung usw. des Grid-Edit ++++++++++++++++++++++++++++++++++++*/

/*Setzt den Flatter-Text beim Grid-Edit linksbündig*/
.ewUpdateForm .control-label {
	text-align: left;
	margin-bottom: 0;
	padding-top: 7px;
}

/*Breite, Farbe und Border der linken Spalte im Grid-Edit*/
.ewUpdateForm .col-sm-2 {
	width: 22.67%;
	background-color: #F0AD4E;
	margin-left: 20px;
	border: 1px solid #E5CC80;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

/*Breite der rechten Spalte im Grid-Edit*/
.ewUpdateForm .col-sm-10 {
	width: 63.23%;
}

/*+++++++++++++++++++++++Grid-Edit-ENDE+++++++++++++++++++*/



/*Umrandung der Statistikfelder in der Adressverwaltung*/
#el_bm_adressen_registriert .form-control-static {
	background-color: rgb(241, 241, 241);
	width: 30%;
	border: 1px solid #BEBEBE;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 3px 3px 3px 3px;
	color: rgb(146, 143, 143);
	padding-left: 10px;
	min-height: 33px;
}

/*Umrandung der Statistikfelder in der Adressverwaltung unterm Reiter System*/
#el_bm_adressen_lastlogin .form-control-static {
	background-color: rgb(241, 241, 241);
	width: 30%;
	border: 1px solid #BEBEBE;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 3px 3px 3px 3px;
	color: rgb(146, 143, 143);
	padding-left: 10px;
	min-height: 33px;
}

/*Umrandung der Statistikfelder in der Adressverwaltung unterm Reiter System*/
#el_bm_adressen_ip .form-control-static {
	background-color: rgb(241, 241, 241);
	width: 30%;
	border: 1px solid #BEBEBE;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 3px 3px 3px 3px;
	color: rgb(146, 143, 143);
	padding-left: 10px;
	min-height: 33px;
}

/*Verhindert den Zeilenumpruch vor den Summenzeichen/zahlen unter den Listen*/
.ewAggregate {
	white-space: nowrap;
}

#selecthighlight .dropdown-menu > li > a {
		white-space: normal;
	}

.form-control-static.ewSearchOperator {
	float:right;
}


span.bm_zwingername {
	font-weight: bold;
	font-size: 1.1em;
}

span.bm_zuechter {
	font-style: italic;
	color: #746650;
	padding-left: 1px;
	padding-bottom: 2px;
}


/*detaillierte Inzuchtberechnung Text links*/
.dl-horizontal dt { width: 250px; }

/*detaillierte Inzuchtberechnung Text rechts*/
.dl-horizontal dd { margin-left: 270px; }

#gotopedigree {display: inline-block}

p.zinfo-bemerkung {
margin-left: 10px;
margin-right: 3px;
margin-top: 0;
margin-bottom: 0;
font-style: italic;
font-size: 0.9em;
color: goldenrod;
}

#animalsearch {
padding-left: 3px;
}

.statistiktext {
max-width: 80%;
background-color: aqua;
background-color: #FFFEED;
background-position: 100% 100%;
background-repeat: no-repeat no-repeat;
border-color: #D3D3D3;
border-style: solid;
border-width: 1px;
color: #202020;
box-shadow: 3px 3px 5px #A0A0A0;
margin: 0 0 1.5em;
padding: 10px 20px 10px 20px;
}

a {color: #2A6598;
text-decoration: none;}

/*Farbdetail in der Listenansicht in Klammer gesetzt.*/
.farbdetail:before {
 content:"(";
}

.farbdetail:after {
 content:")";
}

.farbdetail {
	font-size: 11px;
	color: rgb(84, 82, 78);
	letter-spacing: -1px;
}

.farbdetail:empty {
	display: none;
}

span.wp-deckrueden {
	font-size: 10px;
	white-space: nowrap;
}

.zuechter_zwingername {
	display: block;
	margin-bottom: -15px;
	font-size: 13px;
	padding-left: 1px;
	font-weight: bold;
}

.ewSearchPanel {
	margin-bottom: 8px;
}

.ewToolbar {
	margin-bottom: -10px;
	margin-top: 15px;
}

/*bindet das Wort Größe vor der Größe im Pedigreeheader ein*/
.groesse:before {
	content: "Größe: ";
	color: #6E0115;
	font-size: 12px;
	text-shadow: inherit;
}

.groesse:after {
	content: " | ";
	color: #A0A0A0;
}

.groesse:empty {
	display: none;
}

.ewGrid .ewTable>tbody>tr>td, .ewGrid .ewTable>tfoot>tr>td {
	font-size: 12px;
	border-color: #ddd9b2
}

.news {
	border: 1px solid;
	margin-bottom: 15px;
	padding: 10px;
}

.scrollToTop{
	width: 50px;
	height: 50px;
	padding:10px;
	position:fixed;
	bottom: 15px;
	right: 50%;
	display:none;
	background: url('../phpimages/arrow_up.png') no-repeat 0 0;
}

.scrollToTop:hover{
	text-decoration:none;
}

/* autosuggest-box maximale Höhe und Scrollbalken bei Bedarf */
.tt-dropdown-menu{
	max-height: 400px;
	min-width: 100%;
	overflow-y: auto;
}

.fa-xx { font-size: 1.4em !important; }

.thumbnail:hover { background-color: #E9E9DA; }

.ewQuickSearch { margin-top: 15px; }

.flagge { padding: 2px; }

.navbar-default {
	background: #3D4022;
	border: 0 solid #ddd;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.45);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.45);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.45);
	padding: 5px 20px 5px 20px;
}

.dropdown-menu {
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
	background-color: #3D4022;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
	color: #D3D3D3;
}

.dropdown { position: relative; }

.dropdown-menu > li > a {
	display: block;
	padding: 5px 20px;
	color: #D3D3D3;
	clear: both;
	font-weight: normal;
	line-height: 1.4285;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3D4022;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #F2CB68;
}

.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #FEF8C3 no-repeat bottom;
	color: #3D4022;
	font-weight: bold;
	border-radius: 15px;
}

.dropdown-pedigree {
	background-color: #FFFFFF !important;
	color: #000000;
}

.dropdown-pedigree > li > a {
	color: black;
}

.ewGrid .ewTable .ewTableAltRow {
	background-color: #FFFFFF;
	color: inherit;
}

#tbl_terminelist {width: 1100px;}

#ewGoogleMap {width: 100% !important;}

.code {
	font-family: monospace;
	padding: 12px;
	border: 1px solid lightgrey;
	color: darkslategrey;
}

/* Bootstrap 4 CARDS */

.customCard {
	float: left;
	width: 310px;
	margin: 8px;
	font-size: 11px;
}

.customCardBody {
	height: 100px;
}

.card {
	position: relative;
	display: block;
	margin-bottom: 0.75rem;
	background-color: #FFFFFF;
	border-radius: 0.25rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
	padding: 1.25rem;
}

.card-block::after {
	content: "";
	display: table;
	clear: both;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: #D3D3D3;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header::after {
	content: "";
	display: table;
	clear: both;
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: #D3D3D3;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer::after {
	content: "";
	display: table;
	clear: both;
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-primary {
	background-color: #0275d8;
	border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
	background-color: transparent;
}

.card-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
	background-color: transparent;
}

.card-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
	background-color: transparent;
}

.card-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
	background-color: transparent;
}

.card-danger {
	background-color: #d9534f;
	border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
	background-color: transparent;
}

.card-outline-primary {
	background-color: transparent;
	border-color: #0275d8;
}

.card-outline-secondary {
	background-color: transparent;
	border-color: #ccc;
}

.card-outline-info {
	background-color: transparent;
	border-color: #5bc0de;
}

.card-outline-success {
	background-color: transparent;
	border-color: #5cb85c;
}

.card-outline-warning {
	background-color: transparent;
	border-color: #f0ad4e;
}

.card-outline-danger {
	background-color: transparent;
	border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
	border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
	color: #FFFFFF;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
	color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
	color: #FFFFFF;
}

.card-blockquote {
	padding: 0;
	margin-bottom: 0;
	border-left: 0;
}

.card-img {
	border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img-top {
	border-top-right-radius: calc(0.25rem - 1px);
	border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
	.card-deck {
	display: table;
	width: 100%;
	margin-bottom: 0.75rem;
	table-layout: fixed;
	border-spacing: 1.25rem 0;
	}
	.card-deck .card {
	display: table-cell;
	margin-bottom: 0;
	vertical-align: top;
	}
	.card-deck-wrapper {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
	}
}

@media (min-width: 576px) {
	.card-group {
	display: table;
	width: 100%;
	table-layout: fixed;
	}
	.card-group .card {
	display: table-cell;
	vertical-align: top;
	}
	.card-group .card + .card {
	margin-left: 0;
	border-left: 0;
	}
	.card-group .card:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	}
	.card-group .card:first-child .card-img-top {
	border-top-right-radius: 0;
	}
	.card-group .card:first-child .card-img-bottom {
	border-bottom-right-radius: 0;
	}
	.card-group .card:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	}
	.card-group .card:last-child .card-img-top {
	border-top-left-radius: 0;
	}
	.card-group .card:last-child .card-img-bottom {
	border-bottom-left-radius: 0;
	}
	.card-group .card:not(:first-child):not(:last-child) {
	border-radius: 0;
	}
	.card-group .card:not(:first-child):not(:last-child) .card-img-top,
	.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
	border-radius: 0;
	}
}

@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	 -moz-column-count: 3;
			column-count: 3;
	-webkit-column-gap: 1.25rem;
	 -moz-column-gap: 1.25rem;
			column-gap: 1.25rem;
	}
	.card-columns .card {
	display: inline-block;
	width: 100%;
	}
}

/* ENDE Bootstrap 4 CARDS */

div.dataTables_filter {
	float: right !important
}

#sprachauswahl {
	position: fixed;
	z-index: 9999;
	right: 20px;
	top: 0;
}

/* Farbdefinitionen */

body {
	background-color: #9B9670;
	background: linear-gradient(0deg, #594C13 5%, #3D4022 100%);
	color: inherit;
}

.ewHeaderRow {
	border-bottom: 1px solid white;
}

.news {
	background-color: #FFFEED;
	border-color: #D3D3D3;
	box-shadow: 2px 2px 3px #A0A0A0;
}

.infobox {
	background-color: #DDD9B2;
	border-color: #556b2f;
	color: #202020;
	box-shadow: 3px 3px 5px #A0A0A0;
}

.jumbotron h1 {
	color: #F0AD4E;
}

.ewLayout {
	background-color: #fef8c3;
}

.ewBasicSearch {
	background-color:#FFFEED;
	border: 1px solid #BEBEBE;
	box-shadow: #9B9670 3px 3px 5px;
}

.tableheader {
	color:#202020;
	background-color: #f4f3dc;
	border: 1px solid #A0A0A0;
	box-shadow: #9B9670 3px 3px 5px;
	background: -webkit-gradient(linear,left top,left bottom,from(#D2CFAA),to(#E7E3BB));
	background: -moz-linear-gradient(bottom,#E7E3BB,#D2CFAA);
	background: -ms-linear-gradient(top,#D2CFAA,#E7E3BB);
}

.legende {
	border: 1px solid #A0A0A0;
	padding: 8px;
	font-size: 9px;
	background-color: white;
	margin-top: 15px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.terminal {
	font-family: monospace;
	color: #F0AD4E; /* Bernstein */
	color: #23ce23; /* Grün */
	background: #202020;
	padding: 15px;
	border-radius: 4px;

}

/*Hover für Bootstrap-Dropdown*/
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active,
.dropdown-menu>li>a.active,
.open .dropdown-toggle.dropdown-menu>li>a {
	color: #202020;
	background-color: #F2CB68;
	border-color: #BEBEBE;
	background-image: linear-gradient(to bottom, #F2CB68 0, #F2CB68 100%);
}


/* Nur für Sondersachen wie die Matrix-Ansicht */
.zal0 {
	color: white;
	font-weight: bold;
}

.zal1 {
	color: #202020;
}

.zal2 {
	color: inherit;
	text-decoration: line-through;
}

a.matrix:link, a.matrix:visited , a.matrix:hover {
	color: inherit;
	font-weight: bold;
}


/* Wahrscheinlich obsolet */
.infotext {
	padding: 0
}

.infotext p {
	color: #202020;
}

.infotext H2 {
	color: DarkOliveGreen;
	font-size:1.2em;
}

.addbutton {
	color: inherit;
	font-family: Verdana;
	font-size: 10pt;
}

.ewPager * b {
	border: 1px solid grey;
	padding: 2px 4px;
	margin-right: -8px;
}

.ewMenuRow {
	clear: both;
}

TABLE.data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

TABLE.data TR TH {
	background-color: #e5cc80;
	text-align: left;
}

TABLE.data tr:nth-child(even) {
	background-color: #FEF8C3;
}

TABLE.data tr:nth-child(odd) {
	background-color: #F4F3DC;
}

TABLE.data TR:hover TD {
	background-color: #FFFF80;
}	 

.klein {
	font-weight:normal;
	font-size:0.8em;
}

/*setzt den Hinzufügebutton z.B. bei WP oder Eingabemaske etwas nach unten ab*/
.col-sm-offset-2.col-sm-10 {
	 margin-top: 15px;
}

.navbar-default {
	border-radius: 0;
}

#cssmenu {
width: 173px;
border-style: solid solid none solid;
border-color: #202020;
border-size: 0;
border-width: 0;
padding:0px;
}
#cssmenu ul{
margin:0px;
padding:0px;
list-style:none;
}
#cssmenu li a {
height: 32px;
height: 23px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
font-weight:normal;
color: #202020;
border: 1px solid #D3D3D3;
box-shadow: 3px 3px 5px #A0A0A0;
display: block;
background-size: auto 30px;
padding: 8px 0 0 10px;
margin-bottom: 1px;
}
#cssmenu li a:hover {
color: #202020;
font-weight: bold;
background: #f2cb68;
padding: 8px 0 0 10px;

}
#cssmenu li a:active {
color: #202020;
font-weight: bold;
background: #f2cb68;
padding: 8px 0 0 10px;

}

#stammdatenlinks {
	float: left;
	width: 425px;
}

#stammdatenrechts {
	float: left;
	width: 425px;
}		

#stammdatenunten {
	clear: both;
}

/*Breite der Eingabefelder in der Umrandung für die Datenerfassung z.B. bei den Druckvorlagen*/
.form-control {
max-width: 100%;
}

.querydescription {
	position:float;
	width:450px;
	border:1px solid #A0A0A0;
	padding:5px;
	font-size:small
}

.querydescrition p {
	color: green;
	background-color:#D3D3D3;
}

.querydescrition H2 {
	font-weight: bold;
	color: grey;
	font-size: medium;
	line-height: 80%
}