/* bwinfpms.css file - maybe we'll gonna need it */

input {
	width: 400px;
}

input.search-query {
	width: 250px;
}
body {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	background-color: rgb(255, 212, 120); 
}

/* fix for tooltip max-width */
div[class="tooltip-inner"] {
    max-width: 750px;
    background-color: rgb(58, 135, 173);
}

/* fix the left margin of form controls INSIDE an accordion */
.accordion .controls {
	margin-left: 164px;
}
.accordion .control-label {
	width: 144px;
}

hr {
	/*border-top-color: rgb(229, 229, 229);*/
	background-color: rgb(229, 229, 229);
	color: rgb(229, 229, 229);
	height: 1px;
	border: none;
}

a.brand {
	cursor: default;
}

 #logo_container {
    background-image: url('/WebObjects/PMS.woa/Contents/WebServerResources/gfx/bwinf_kopf.png');
    background-repeat:no-repeat;
    background-position-x: 50px;
    background-position-y: -8px;
    width: 100%;
 }

 #main_container {
 /*	background-color: #f5f5f5; */
   	background-color: white;
/* 	box-shadow: 0px 0px 6px 2px #888; */
 	width: 768px;
/* 	padding-top: 8px; */
 	padding-bottom: 0px;
 	margin-bottom: 30px;
 	border-radius: 0px 0px 5px 5px;
 }

 #main_container_inner {
 	padding-left: 10px;
 	padding-right: 10px;
 	min-height: 618px;
 }

 .navbar {
 	margin-bottom: 20px;
 }

.navbar-static-top {
 	width: 768px;
}
  
 #footer {
	background: rgb(51, 51, 51); /* Old browsers */
 	width: 768px;
 	padding-top: 40px;
 	padding-bottom: 30px;
 	border-radius: 0px 0px 5px 5px;
 }
 
 #footer > p {
 	color: #ccc;
 }

  .form-signin {
    max-width: 300px;
    margin: 80px auto 20px auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 6px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
  }
  .form-signin .form-signin-heading,
  .form-signin .checkbox {
    margin-bottom: 10px;
  }
  .form-signin input[type="text"],
  .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
  }

.wrap-signin {
    max-width: 330px;
    margin: 10px auto 10px auto;
    text-align: justify;
 }

/* fixes for bootstrap */
dt {
	font-weight: normal;
	color: #999;
}

.outerIOSCheckboxUnchecked {
	top: 6px; display: inline-block; position: relative; background: #fff; width:32px; height: 20px; border-radius: 20px; border: 1px solid #ddd;
}
.innerIOSCheckboxUnchecked {
	position: absolute; left: 0px; top: 0px; background: #eee; width:20px; height: 20px; border-radius: 20px; -webkit-box-shadow: 0 0 3px 0 #888; box-shadow: 0 0 3px 0 #888;	
}

.outerIOSCheckboxChecked {
	top: 6px; display: inline-block; position: relative; background: #64BD63; width:32px; height: 20px; border-radius: 20px; border: 1px solid #64BD63;
}
.innerIOSCheckboxChecked {
	position: absolute; left: 12px; top: 0px; background: #eee; width:20px; height: 20px; border-radius: 20px; -webkit-box-shadow: 0 0 3px 0 #888; box-shadow: 0 0 3px 0 #888;	
}

/* used in class 'PMSEvaluationSheetComponent' */
.evalTDBGGreen {
	background-color: rgb(223, 240, 216);
}
.evalTDBGYellow {
	background-color: rgb(252, 248, 227);
}
.evalTDBGRed {
	background-color: rgb(242, 0, 255);
}
.evalTDBGWhite {
	background-color: rgb(255, 255, 255);
}

dl.dl-horizontal dt, dl.dl-horizontal dd  {
	margin-bottom: 3px;
}

.controls-static {
	margin-top: 5px;
	font-weight: bold;
}
  
div.input-prepend a.add-on {
	padding-left: 13px; 
	padding-right: 10px;
}


ul.typeahead.dropdown-menu {
	width: 350px;
	min-width: 350px !important;
}  

::-webkit-file-upload-button {
    background: #eee;
    color: black;
    padding: 5px;
    border-radius: 6px;
}

.error ::-webkit-file-upload-button {
    background: #c44;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
}

.PMSAjaxInPlaceEditor {
	display: inline;
}

.juniorleaguebglight {
	background: #FFEED6;
}  
  
.juniorleaguebgstrong {
	background: #FFD59A;
}

.label-eval {
	min-width: 35px;
} 
.th-narrow {
	padding-right: 0 !important;
}

input::file-selector-button {
    background-color:  #3097B5;
    color: white;
    padding: 0.2em;
    border: 2px solid #38839A;
    border-radius: 3px;
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}

/* Spinner */
#bwinfSpinner {
  border: 4px solid #014DCB; /* Dark blue */
  border-top: 4px solid #f3f3f3; /* Light grey */
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: bwinfSpinning 2s linear infinite;
  
  z-index: 1042; position: relative; top: 7px; left: 7px; margin: auto;
  display: none;
}

@keyframes bwinfSpinning {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


  