.navbar, .navbar-brand, .navbar-nav>li>a:hover  {
  margin-bottom: 0px;
}

.navbar-nav li a {
  line-height: 45px;
 }

.navbar-inverse .navbar-brand {
	font-size: 2em;
  color: #fff;
}

.navbar-brand {
  padding: 8px;
}

.main-container {
	margin-top: 20px;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 420px !important;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}

th, td, select, .form-control, textarea {
  font-size: 16px;
}

th, td {
  padding: 4px;
}

td {
  border: 1px solid #888;
}

.noBorder {
  border: none;
}

span {
  font-size: 0.85em !important;
}

#lightboxUser, #lightboxConfig, #lightboxNiederlassung, #lightboxAbteilung {
  background-color: #fff;
  max-width: 1100px;
	padding: 10px 0px 25px 55px;
	margin: 0 auto;
}

.editButton {
	padding: 1px 2px;
}

.lightbox.btn, .btn.btnAdd, .btn.btnEdit {
  font-size: 15px;
  padding: 2px 12px;
}

.form-control, .form-control:focus, .form-control:hover, select:hover {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: none;
}

.tf, textarea {
	width: 360px;
}

a, a:hover, a:focus {
  text-decoration: none;
}

.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
  color: rgba(102,102,102,0.85);
  background-color: #f5f5f5;
  border-color: #ddd;
  border-top-width: 2px;
  border-radius: 0px;
  font-weight: bold;
}

.nav-tabs>li>a.active, .nav-tabs>li>a.active:hover, .nav-tabs>li>a.active:focus {
  color: rgba(17,17,17,0.85);
  background-color: #fff;
}

.nav-link:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
	color: #fff !important;
}

.tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px 25px 25px 60px; /* Im Uhrzeigersinn */
}

.btn, .btn:focus {
  min-height: 40px;
  border-radius: 20px;
  font-weight: bold;
  color: white;
}
.btn:hover {
  color: white;
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.1);
}

#logoFooter {
  float: right;
  margin-top: -5px;
  margin-right: 15px;
  max-width: 150px;
  max-height: 78px;
}

.tdUser {
  padding: 6px 10px;
}

#poweredByAT {
  font-size: 16px;
  margin-left: 4px;
  opacity: 0.67;
}

#fileToUpload {
	font-size: 15px;
}

/* Progress Bar */
#myProgress {
	min-width: 125px;
	background-color: #dedede;
}

#myBar {
	height: 20px;
	line-height: 20px;
	text-align: center;
    color: white; 
}

.barText {
	padding: 0px 5px;
}

/* Tooltips */
.tooltipContainer1 {
	position: relative;
	padding: 5px 0px;
}

.tooltipContainer1 .tooltip {
	visibility: hidden;
    background-color: #555;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	z-index: 1;
    position: absolute;
	bottom: 105%;
	border-bottom-left-radius: 5px;
}

.tooltipContainer1 .tooltip::after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
	top: 100%;
    right: 81%;
	border-top-color: #555;
}

.tooltipContainer1:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.uTooltip {
	margin: 0px 3px;
	border-bottom: 1px dotted #555;
    text-decoration: none;
}

@media only screen and (min-width : 1500px) {
  .container { 
    width: 1500px;
  } 
}