body {
	padding-top: 50px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

h1,.h1,h2,.h2,h3,.h3 {
	font-weight:bold;
}
.float-right {
	float:right;
}
.nowrap {
	white-space: nowrap;
}
.wauto {
	width: auto !important;
}
.w100 {
	width:100% !important;
}
.w75 {
	width:75% !important;
}
.w66 {
	width:66% !important;
}
.w50 {
	width:50% !important;
}
.w33 {
	width:33% !important;
}
.w25 {
	width:25% !important;
}
.w180px {
	width:180px;
	max-width:100%;
}
.w250px {
	width:250px;
	max-width:100%;
}
.mib5 {
	margin-bottom:5px;
}
.mib10 {
	margin-bottom:10px;
}
.mib20 {
	margin-bottom:20px;
}
.mh200px {
	min-height:200px;
}
.mh300px {
	min-height:300px;
}
.mh600px {
	min-height:600px;
}
textarea.form-control {
	max-width:100%;
}
.hscroller {
  overflow-x: scroll;
}
.vscroller {
  overflow-y: scroll;
}
.h100 {
	height:100%;
}
.fx-btn-badge {
	text-align:left;
}
.fx-btn-badge>.badge {
	float:right;
	top:0px;
}
.lmfa {
	background: #fcfcfc;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-top:5px;
	padding-bottom:70px;
	padding-left: 10px;
	padding-right: 10px;
}
.lmfabc {
  position:relative;
  display: block;
  padding: 5px 10px;
  background: #fff;
  margin: 5px 0px 0px 0px;
  color: #2B5A84;
}
.lmfabc:before,.lmfabc:after {
	content: " ";
	display: table;
}
.lmfabc:after {
	clear: both;
}
.lmfabcl {
  display: block;
  position:relative;
  padding: 5px 10px;
  background: #eee;
  margin: 5px 0px 0px 0px;
  color: #2B5A84;
}
.lmfabcl.open {
  background: #555;
  color: #eee;
}
.lmfabcl:hover, .lmfabcl:focus {
  background: #777;
  color: #fff;
  text-decoration: none;
}
.lmfabcl.open:after {
	content: "\e080";
	position: absolute;
	right:6px;
	bottom: 6px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lmfabcl.loading:after {
	content: "\e031";
	position: absolute;
	right:6px;
	bottom: 6px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
.open>.lmfabc {
  background: #ddd;
  color: #272C31;
}
.lmfabc:hover, .lmfabc:focus {
  background: #555;
  color: #ddd;
  text-decoration: none;
}
.lmfabc>b {
	font-size:17px;
}
.lmfabc>span {
	float:right;
}
.lmfabc>span>.glyphicon {
  margin-right: 4px;
}
.lmfabc.loading:after {
	content: "\e031";
	position: absolute;
	left:45%;
	top:6px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
.lmfal {
	background:#fff;
	padding:5px 10px;
	margin: 0px -5px;
}
.lmfasf {
  width: 100%;
  margin: 5px 0px 0px 0px;
  display: block;
  padding: 5px 10px;
  padding-right: 35px;
  font-size: 17px;
  font-weight: bold;
  border: none;
}
.iwdbtn {
	position:relative;
}
.idbtn {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 30px;
  width: 32px;
  background: #fff;
  border: none;
  color: #ccc;
}
.idbtn.active {
  background: #fff;
  color: #333;
}
.idbtn.active:hover {
  background: #555;
  color: #ddd;
}
.lmfa.searching  .lmfa-l>li:not(.found),.lmfa.searching  .lmfa-dl>li:not(.found) {
	display:none;
}
.lmfasff {
	position: relative;
}
.lmfasfx {
  width: 49%;
  margin-right: 2%;
  border: none;
  background: #ddd;
  color: #999;
  font-size: 13px;
  padding: 3px 8px;
  padding-top: 4px;
  margin-top: 2px;
  line-height: 1.1;
}
.lmfasfx:nth-child(2n+1) {
  margin-right: 0px;
}
.lmfasfx:before {
  content: "\e157";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 0.7;
  margin-right:3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lmfasfx.active {
  background: #fff;
  color: #333;
}
.lmfasfx.active:before {
  content: "\e067";
}
ul.lmfa-l,ul.lmfa-dl {
  list-style: none;
  padding-left: 0px;
}
ul.lmfa-dl {
	display:none;
}
.open>ul.lmfa-dl {
	display:block;
}
.viewobj, .openobj, .editobj, .seleobj, .seleobjosm, .newobj, .delobj, .feld-blenden, .form-save {
	border: none;
	background: #fcfcfc;
	color:#333;
	margin-left:3px;
}

.openobj, .seleobj, .seleobjosm {
	margin-left:3px;
}
.viewobj:hover, .viewobj:focus, .openobj:hover, .openobj:focus, .editobj:hover, .editobj:focus, .seleobj:hover, .seleobj:focus, .seleobjosm:hover, .seleobjosm:focus, .newobj:hover, .newobj:focus, .form-save:hover, .form-save:focus {
	background: #555;
	color:#ddd;
}
.delobj {
  background: #fffafa;
  color: #b33;
}
.delobj:hover, .delobj:focus {
	background: #b33;
	color:#fffafa;
}
.editobj {
	font-size: 22px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
}
.newobj, .form-save {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 22px;
}
.viewobj.loading>.glyphicon:before, .editobj.loading>.glyphicon:before, .seleobj.loading>.seleobj:before {
	content: "\e031";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
#js-modal .viewobj , #js-modal .editobj, #js-modal .seleobj, #js-modal .newobj, #js-modal .delobj, #js-modal .viewverweise {
	display:none;
}

.form-view {
	position:relative;
}

.grey {
	color:#ddd;
}

.nav .dropdown-menu {
  min-width: 100%;
}

#osmap {
  height: 500px;
}
#osmOrt {
  width: 330px;
  margin-right: 10px;
}
#osmSuche.loading:after, .osmAuswahl.loading:after, #osmDatensatzErstellen.loading:after {
	content: "\e031" !important;
	display: inline-block;
	margin-left:10px;
	font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
	position: relative;
  top: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
#osmDatensatzErstellen {
	font-weight: bold;
}
.noosmicon {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  color: #555;
  font-weight: bold;
}
.osmAuswahl.indatenbank {
  font-weight: bold;
}
.osmAuswahl.indatenbank:after {
	content: "\e006";
	display: inline-block;
	margin-left:10px;
	font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
	position: relative;
  top: 2px;
}
#osmAusgewaehlt {
	font-weight: bold;
}
#osmapin {
  background: #eee;
  width: 80%;
  height: 400px;
  margin-left: 10%;
  margin-bottom: 20px;
}
.btn.btn-fx {
  padding: 1px 10px;
  border-radius: 3px;
  margin-left: 5px;
  margin-top: -2px;
}
.important-box {
  border: 1px solid #f48a8a;
  padding: 3px 10px;
  border-radius: 5px;
  background: #fff0f0;
}
.this-wrong {
  border-width: 3px;
}
.tab-wrong {
  color: #a60000 !important;
}
.tab-wrong:after {
	content: "\e101";
	display: inline-block;
	margin-left:5px;
	font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
	position: relative;
  top: 1px;
}

.mcon {
	border-right: 1px solid #eee;
}
.content {
	margin-bottom:75px;
}
#newformtitel {
	display:none;
}
.panel-title > a {
  display: block;
	float:left;
	min-width:50%;
  margin: -5px -10px;
  padding: 5px 10px;
}
.panfx {
	margin: -10px -10px;
  border-radius: 0px;
  margin-bottom: 16px;
}
.panfx:last-child {
  margin-bottom: -9px;
}
.panfx>.panel-heading {
  border-radius: 0px;
}
button.element-btn {
  float: right;
  border: none;
  padding: 3px 6px 3px 5px;
  margin: -5px -9px -5px 15px;
}
.feld-blenden {
  position: absolute;
  right: 55px;
  top: 15px;
  font-size: 22px;
}
.formdata.newdata>.panel-heading>.element-delete {
	display:none;
}
.panel-body.form-fields {
  position: relative;
}
.element-delete.edinbody {
	position: absolute;
	right: 15px;
	top: -28px;
}
.panel.elementframeless {
  margin: -15px;
  border: none;
  border-radius: 4px;
}
.panel.elementframeless > .panel-heading {
  display: none;
}
.tab-content {
	padding: 15px;
  margin: -1px -10px 0px -10px;
  border: 1px solid #cbcbcb;
  background: #fdfdfd;
}
.form-element {
	float:left;
	width:100%;
	margin-bottom: 7px;
}
.form-vm .form-element {
	margin-bottom: 1px;
}
.text-ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	display: inline-block;
}
.form-nl {
	margin-bottom:7px;
}
.form-vm .form-nl {
	margin-bottom: 1px;
}

.test {
	border:2px solid #f88;
}
.test2 {
	border:2px solid #f00;
}
.code {
	white-space: pre-wrap;
	font-family: monospace;
}

.form-foreignkey {
	border: 1px solid #eee;
	padding: 6px;
	border-radius: 0px;
}

.selw3btn, .selw3btn2 {
  display: inline-block;
  width: calc(100% - 100px);
  margin-right: 5px;
}
.selw3btn2 {
  margin-right: 0px;
}
.form-foreignkey-select {
  padding: 0px;
  border: none;
}
.form-foreignkey-select i.float-right {
  margin-top: 6px;
}

.table-nowrap th, table-nowrap td {
  white-space: nowrap;
}

a.resetidseq.loading {
  background: #ee8;
  border-color: #ff3;
}
a.resetidseq.error {
  background: #e88;
  border-color: #f33;
}
a.resetidseq.success {
  background: #8e8;
  border-color: #3f3;
}

.hide-unused-cols th, .hide-unused-cols td {
	display: none;
}

.hide-unused-cols th.coluse, .hide-unused-cols td.coluse, .hide-unused-cols.all th, .hide-unused-cols.all td {
	display: table-cell;
}

.show-hide-unused-cols {
  float: right;
  font-size: 22px;
	border: none;
  background: #fcfcfc;
  color: #333;
  margin-left: 3px;
}

@media (min-width: 992px) {
  .modal-xlg {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .modal-xlg {
    width: 1160px;
  }
}

.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gly-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gly-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gly-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.gly-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
