
.start-bg {
    padding-top: 120px; 
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/bg_4.jpg) no-repeat center center;
	background-size: cover;
	min-height: 500px;
}

.start-text-h1 {
    margin: 0;
text-shadow: 0 -1px #000000, 1px 0 #000000, 0 1px #000000, -1px 0 #000000;
    font-size: 5em;
}

.start-lead {
	
text-shadow: 0 -1px #000000, 1px 0 #000000, 0 1px #000000, -1px 0 #000000;
    }

.container-login {
	max-width: 400px;
}

.form-group-centered {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	padding: 7px 0px;
}

/*
 * Style tweaks
 * --------------------------------------------------
 */
body {
  padding-top: 50px;
  background-color: #f5f5f5;
  
	width: 100%;
	height: 100%;
	
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #000;
  color: #FFF;
}



/*
 * Main content
 */


.main {
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.3s;
  background-color: #fff;
  height: 100%;
  width: 100%;
  min-height: 100vh;
background-image: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.6) 100%), url(../img/hockey-skate.jpg);
background-size: cover;
}


.profile {
	max-width:600px;
	
}

.profileheader {
    background: url("../user/bgimg/f16.jpg");
    background-size: cover;
   margin-top: -15px;
   height: 240px;
	
}

.avatar {
	 margin-top: 70px;
	 border: 5px solid rgba(255,255,255,0.5);
}

.glyph20green {
	font-size:20px;
	color:#5cb85c;
}

.glyph20red {
	font-size:20px;
	color:#d9534f;
}

.fc {
		max-width: 750px;
		margin: 0 auto;
	}

/* Toggle Switch Slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  vertical-align: center;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f0ad4e;
}

input +.onoff {
	background-color: #f0ad4e;
}

input:focus + .slider {
  box-shadow: 0 0 0.5px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider_text {
  padding-left: 40px;
}



/* Side notes for calling out things
-------------------------------------------------- */

.bs-callout{padding:20px;margin:20px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px}
.bs-callout h4{margin-top:0;margin-bottom:5px}
.bs-callout p:last-child{margin-bottom:0}
.bs-callout code{border-radius:3px}
.bs-callout+.bs-callout{margin-top:-5px}
.bs-callout-danger{border-left-color:#ce4844}
.bs-callout-danger h4{color:#ce4844}
.bs-callout-warning{border-left-color:#f0ad4e}
.bs-callout-warning h4{color:#f0ad4e}
.bs-callout-info{border-left-color:#1b809e}
.bs-callout-info h4{color:#1b809e}
.bs-callout-success{border-left-color:#5cb85c}
.bs-callout-success h4{color:#5cb85c}
.bs-callout-primary{border-left-color:#428bca}
.bs-callout-primary h4{color:#428bca}

/* Modal header state colors 
-------------------------------------------------- */
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #1b809e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #337ab7;
	/*#428bca;*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}


.rm-warning {
	color:#f0ad4e;
}

.rm-danger {
	color:#d9534f;
}

.rm-info {
	color:#1b809e;
}

.rm-success {
	color:#5cb85c;
}
.rm-primary {
	color:#337ab7;
}

.lb-sm {
  font-size: 12px;
}

.lb-md {
  font-size: 16px;
}

.lb-lg {
  font-size: 20px;
}

.label-fixedwidth90 {
  min-width: 90px;
  display: inline-block;	
}

.label-fixedwidth100 {
  min-width: 100px;
  display: inline-block;	
}

.form-group.required .control-label:after {
			content:"*";
			color:#d9534f;
			margin-left: 4px;
		}
		
input.invalid, textarea.invalid{
	border: 2px solid #d9534f;
}

input.valid, textarea.valid{
	border: 2px solid #5cb85c;
}

.resizable .row .col {
width:100%;
      } 
@media (min-width:1024px) {
/* (768 * 12) / 9 */
.resizable .row .col {
   width:50%; 
   float:left;  
            }             
}  
@media (min-width:1280px) {
/* (960 * 12) / 9 */
 .resizable .row .col { 
   width:33.33%; 
   float:left; 
  }               
}  

.pers_liste_kader_right, .pers_liste_kader_left 
{
	height: 700px;
	overflow-y: auto;
}

@media (max-width:768px) {
/* (960 * 12) / 9 */
 .pers_liste_kader_right, .pers_liste_kader_left 
{
	height: 350px;
	overflow-y: auto;
}              
} 

.modal-body .row {
   margin-left: 0px;
   margin-right: 0px;
}

/*custom panels*/
.rm-panel-danger {
	border-color: #c9302c;
	   background-color: rgb(255,255,255);
   background-color: rgba(255,255,255,0.5);
}

.rm-panel-danger-heading
{
color: #fff;
background-color: #c9302c;
border-color: #ebccd1;
}

.rm-panel-success {
	border-color: #5cb85c;
	   background-color: rgb(255,255,255);
   background-color: rgba(255,255,255,0.5);
}

.rm-panel-success-heading
{
color: #fff;
background-color: #5cb85c;
border-color: #ebccd1;
}

.rm-panel-primary {
   border-color: #337ab7;
   background-color: rgb(255,255,255);
   background-color: rgba(255,255,255,0.5);
}

.rm-panel-primary-heading
{
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}


.rm-panel-warning {
	border-color: #f0ad4e;
	   background-color: rgb(255,255,255);
   background-color: rgba(255,255,255,0.5);
}

.rm-panel-warning-heading
{
color: #fff;
background-color: #f0ad4e;
border-color: #f0ad4e;
}

.rm-panel-default
{
   background-color: rgb(255,255,255);
   background-color: rgba(255,255,255,0.5);
}


.minheigth160
{
	min-height:160px;

	}

.minheigth40
{
	min-height:50px;
}

.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: rgb(255,255,255); 
   background-color: rgba(255,255,255,0.8); 
}
.table-striped > tbody > tr:nth-of-type(2n+1)
{
      background-color: rgb(249,249,249);
   background-color: rgba(249,249,249,0.5);
}
.footable-detail-row 
{
   background-color: rgb(255,255,255);
   background-color: rgba(255,255,255,0.5);
   
}

#personen_frei, #personen_gesp
{
	max-height: 50vH;
	overflow-y: auto;
}

.draggable-p {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	background: #337ab7;
	color: #fff;
	height: auto;
}
.draggable-p:hover {background:  #74a9d8; 

-webkit-transform: perspective(1px) scale(1.05,1.05);
  -moz-transform: perspective(1px) scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: perspective(1px) scale(1.05,1.05);
  transition: transform 0.15s linear; }

.draggable-pg {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	background: #c9302c;
	color: #fff;
	height: auto;
}

.draggable-pg:hover {background: #ff4d4d;
-webkit-transform: perspective(1px) scale(1.05,1.05);
  -moz-transform: perspective(1px) scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: perspective(1px) scale(1.05,1.05);
  transition: transform 0.15s linear;}

.dragitem-p
{
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	background:  #74a9d8;
	transform:scale(1.05,1.05);
			 
}
.dragitem-pg
{
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	background:   #ff4d4d;
	transform:scale(1.05,1.05);		 
}

.drag_info_btn
{
	box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.5);
}

.drag_info_btn_busy 
{
	background-color:#f0ad4e;
}


.btn_h, .btn_h:active
{
	box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.5);
	background-image: url(../img/h.jpg);
	width: 30px;
	background-size: 30px 30px;
    background-repeat: no-repeat;
}

.btn_lm, .btn_lm:active
{
	box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.5);
	background-image: url(../img/lm.jpg);
	width: 30px;
	background-size: 30px 30px;
    background-repeat: no-repeat;
}

.dragitem_lm
{
	background: #fff;
	color: #000;
}

.besetzung_unb
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+59,ce4844+100 */
background: #f0f9ff; /* Old browsers */
background: -moz-linear-gradient(left, #f0f9ff 59%, #ce4844 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f0f9ff 59%,#ce4844 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f0f9ff 59%,#ce4844 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#ce4844',GradientType=1 ); /* IE6-9 */
}

.besetzung_b
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+59,5cb85c+100 */
background: #f0f9ff; /* Old browsers */
background: -moz-linear-gradient(left, #f0f9ff 59%, #5cb85c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f0f9ff 59%,#5cb85c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f0f9ff 59%,#5cb85c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#5cb85c',GradientType=1 ); /* IE6-9 */
}

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}



/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
  background: transparent !important;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  border-bottom: 2px solid #5cb85c;
  border-right: 1px solid #eee;
  margin-right: 0;
  color: #5cb85c; 
  background: transparent !important;
}

.tabbable-line > .nav-tabs > li > a.nf {
  border: 0;
  border-bottom: 2px solid #c9302c;
  border-right: 1px solid #eee;
  margin-right: 0;
  color: #c9302c; 
  background: transparent !important;
}

.tabbable-line > .nav-tabs > li > a:hover {
  border-bottom: 2px solid #337ab7;
  color: #337ab7; 
}

.tabbable-line > .nav-tabs > li.active {
    position: relative;
 }

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  border-bottom: 2px solid #337ab7;
  color: #337ab7;
  background: transparent !important;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}

.tabbable-line > .tab-content {
  margin-top: -3px;
  background: transparent !important;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.rmv {
	position: absolute;
	top:0; 
	right:0;   
	background: transparent !important;
	z-index: 1;
	color: #eee;
}

.btn.btn-success:disabled{
    background-color: #99CC99;
	opacity: 1;
}

.selectizedescription {
	font-size: 12px;
	display: block;
	opacity: 0.5;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
}

.listnumber-lg {
	font-size: 2em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;
}

.middle {
	vertical-align: middle !important;
}
/* USER PROFILE PAGE */
 .card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
	border-color: #fff;
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info  {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.card-title {
padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
   
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}

.border_warning {
	border-color: #f0ad4e !important;
}

/* layout.css Style */
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}



.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}

.avatar-img-profile {
	max-height: 300px;
	max-width: 300px;
	margin: 10px;
}

.avatar-selected {
	outline: 4px solid;
	outline-color: #5cb85c; 
}

.normimg {
	max-height: 148px;
	max-width: 148px;
	overflow: hidden;
	padding: 0;
	margin: 5px;
	cursor: pointer;
}

 /*CROPBOX*/
.imageBox
{
    position: relative;
    height: 250px;
    width: 250px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}

.crop_container
{
	position: relative;
	top: 10%; left: 10%; right: 0; bottom: 0;
}
.crop_action
{
	width: 75%;
	height: 30px;
	margin: 10px 0;
}
.cropped>img
{
	margin-right: 10px;
}

.text-bold
{
	font-weight: bold;
}

.text-normal
{
	font-weight: normal;
}

.emptyheader
{
	width: 0px;
	min-width: 0px;
}