/**
 * PHP Login & User Management
 *
 * Copyright 2012 Jigowatt, LTD
 */
body {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
}
.languageSelect { float:right; }
.sidebar-nav { padding: 9px 0 }
.avail {
    border-color: #57a957;
    color: #468847;
}
.exists {
    border-color: #ee5f5b;
    color: #b94a48;
}
a.signup-link em {
    font-style: normal;
    font-size: 10px;
    color: #bababa;
    margin-right: 6px;
}
.signin {
    max-width: 500px;
    width: 350px;
}
#pbtns a.btn { margin: 6px }
.modal-btn {
    margin-top: 45px;
    float: right;
}
form.normal-label label {
    font-weight: normal;
    font-size: 11px;
    color: #999;
}
.forgotcenter {
    text-align:center;
}
div.login {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.a-tooltip { display:inline-block; }
.btn.login-submit { margin-right: 70px }
input[type="checkbox"]#remember,
.remember { display: inline }
.login-label { float:left; }
span.forgot {
    font-weight: normal;
    font-size: 11px;
    position: fixed;
    padding-left: 200px;
}
input[type="checkbox"] { margin-right: 5px }
p.signup { margin: 2em }
.loader { padding: 0 10px }
#userDrop { cursor: pointer }
.login h4 { padding-bottom: 1% }
.info-links a {
    font-size: 13px!important;
    margin-left: 10px;
}
.features h1 {
	margin: 36px 0 27px;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
}
.features p.intro {
	text-align: center;
	font-size: 18px;
	color: #777;
	margin: 0.5em 0 3em;
}

.jumbotron {
	text-align:left;
	padding: 105px 620px 0 0 !important;
	margin-right: -80px;
	background: url('../img/Wappen Stammtisch.jpg') right bottom no-repeat;
}
.jumbotron h1 {
	font-size: 55px;
	margin-top: 0.2em;
	line-height: 1.1;
	font-weight: normal;
	text-align: center;
}
.jumbotron h2 {
	font-weight:normal;
	text-align: center;
}
.jumbotron p {
   margin: 1em 0;
}
.gravatar {
    padding: 1px;
    display: inline;
}
.dropdown.open .dropdown-toggle {
	color: #222;
}

/** Responsive styles */
@media (min-width:768px) and (max-width:980px) {
}
@media (max-width:980px) {
}
@media (max-width:480px) {
	.jumbotron {
		background: none;
	}
}
@media (min-width:480px) and (max-width:768px) {
    .jumbotron {
        background: none;
    }
}
.choiceLabel {
    margin-left: 10px;
}

.choiceLabel > div {
    display: inline-block;
    margin-right: 4px;
}

.choiceLabel label {
    margin-left: 3px;
}
.input-mini { width:60px; }
.input-large { width:150px; }
#reports-message .img-thumbnail{ margin-bottom:20px; }
#topUsers, #registeredUsersGraph{ height:368px;}


.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .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;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.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;
}

.myProfileElement {
    padding: 10px;
}

.myProfileElement .pointsBox .pointsElement:first-child {
    border-right: 1px solid #333;
    padding-right: 7px;
}

.myProfileElement .pointsBox .pointsElement:last-child {
    padding-left: 10px;
}

.myProfileElement .pointsBox .pointsElement {
    float: left;
    width: 50%;
}

.pagination>li {
    display: inline;
}

.dataTables_filter, .dataTables_info { 
	display: none; 
}

table.tippenTabelle td.team {
    width: 36px;
}

.teamimage.medium {
    width: 36px;
    height: 36px;
    max-width: 36px;
}

table.tippenTabelle td.teamNames.teamHome {
    text-align: right;
}

table.tippenTabelle td.teamNames.teamHomeAway {
    text-align: left;
}

#tabletipp th {
	vertical-align: bottom;
	text-align: center;
}

#tabletipp td {
    vertical-align: bottom;
    text-align: center;
}

table.tippenTabelle td.ergebnis, td.punkte, td.doppelpunkt, td.tipp{
	text-align: center;
}

.demo-container {
    background: rgba(0, 0, 0, 0) linear-gradient(#f6f6f6 0px, #fff 50px) repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    height: 450px;
    margin: 15px auto 30px;
    padding: 20px 15px 15px;
    width: 850px;
}
.demo-placeholder {
    font-size: 14px;
    height: 100%;
    line-height: 1.2em;
    width: 100%;
}

.short {
    display: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}