
.header {    
    /*background:-webkit-gradient(linear, 0 0, 0 100%, from(#012457), to(#3366AA));
  	background:-moz-linear-gradient(#012457, #3366AA);
  	background:-o-linear-gradient(#012457, #3366AA);
  	background:linear-gradient(#012457, #3366AA);*/
  	background: #FFEDA6;
    height: auto;
    margin-top: 0.2rem;
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
/*    border-bottom: 1px solid #eeeeee;*/
    padding-bottom: 2px;
}

/* Set the fixed height of the footer here */
footer {
	height: 23px;
  	background-color: #FFEDA6;
  	text-align: center;
  	color: #2e3436;
	margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    width: 98%;
	bottom: 0px;
	position: fixed;
}


/*code genutzt in der Fahrzeugliste */
fzgcode {
    color: #ff0000;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    font-size: 0.85rem;
}

.header h1 {
    color: #2e3436;
    padding: 6px 12px ;
    font-size: 2rem;
    margin-bottom: 0.1rem;
}
.header h4 {
    border-bottom-width: 0;
    color: #2e3436;
    padding: 0 12px 2px;
    font-size: 1.1rem;
}
/* Container Teammenu_gross*/
.teamcontainer {
	margin-left: 3%;
    margin-right: 3%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 94%;	
}
/* hauptcontainer */
.hauptcontainer {
	margin-left: 3%;
    margin-right: 3%;
margin-top: 10px;
    margin-bottom: 15px;
    width: 94%;	
}

/*Farbe der Checkbox*/
.checkbox {
	display: inline-flex;
	cursor: pointer;
	position:relative;
}
.checkbox > span {
	color: #000;
	padding: 0.5rem 0.25rem;
}
.checkbox > input {
	height: 25px;
	width: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border: 1px solid #000;
	border-radius: 4px;
	transition-duration: 0.3s;
	cursor: pointer;
}
.checkbox > input:checked {
	border: 1px solid #000;
	
}


/*Button für Menü*/
.button-menu {
    background-color: #859CF7;
    border: 1px solid #999;
    border-radius: 5px;
    color: #2e3436;
    cursor: pointer;
    width: 100%;
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 1rem;
    padding: 0.85em 0.15em;
    text-align: center;
    vertical-align: middle;
}

button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
	
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    -moz-appearance: none;
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
    box-sizing: border-box;
    color: #0a0a0a;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    transition: box-shadow 0.5s ease 0s, border-color 0.25s ease-in-out 0s;
    width: 100%;
}
[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus {
    background-color: #fefefe;
    border: 1px solid #8a8a8a;
    box-shadow: 0 0 5px #cacaca;
    outline: medium none;
    transition: box-shadow 0.5s ease 0s, border-color 0.25s ease-in-out 0s;
}
/* OffCanvas Menu links*/
.off-canvas.is-open {
    transform: translate(0px, 5px);
}
.off-canvas {
    backface-visibility: hidden;
    background: #fff none repeat scroll 0 ;
    position: fixed;
    transition: transform 0.5s ease 0s;
    z-index: 1;
    overflow: hidden;
}
[data-whatinput="mouse"] .menu > li {
    outline: 1px solid #ddd;
}
/*Button f�r Team-Men�*/
.button-team {
    background-color: #dfe7ff;
    border: 1px solid #999;
    border-radius: 5px;
    color: #999999;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0 0 1rem;
    padding: 0.85em 0.15em;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    vertical-align: middle;
}
/*Button f�r Anzeige der Rechnungen nach Teams*/
.button-rechnung {
    background-color: #1779BA;
    border: 1px solid #999;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0 0 1rem;
    padding: 0.85em 0.15em;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    vertical-align: middle;
}
.button-rechnung:hover,
.button-rechnung:focus{
	background-color: #dfe7ff;
	color: #777;
	border-radius: 5px;
}

li.rechnung, li > a.rechnung{
    outline: 1px solid #fff;
 	background: #DFE7FF;

}


/*Button Ausgabe Poolcar*/
.button-ausgabe {
    background-color: #dfe7ff;
    border: 1px solid #999;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 0.8rem;
    margin: 0 0 1rem;
    padding: 0.85em 0.15em;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    vertical-align: middle;

}
/* Button allgemein */
.button-normal {
    background-color: #dfe7ff;
    border: 1px solid #999;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 0.8rem;
    margin: 0 0 1rem;
    padding: 0.625em 1em;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    vertical-align: middle;

}
/* Button gr�n */
.button-green {
    background-color: #47a447;
    border: 1px solid #398439;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 0.8rem;
    margin: 0 0 1rem;
    padding: 0.625em 0.5em;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    vertical-align: middle;
}
.button-team:hover,
.button-team:focus{
	background-color: #D8D8D8;
	color: #777;
	    border-radius: 5px;
}
.button-group .button-tl {
     background-color: #DFE7ff;
    border: 1px solid #adadad;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0 0 1rem;
    padding: 0.85em 0.15em;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    vertical-align: middle;
    width: 33%;
 
}
li.team, li > a.team{
    outline: 1px solid #ddd;
 background: #DFE7FF;
}


/*Hauptmenu*/
li.menu, li > a.menu{
    outline: 1px solid #ddd;
 background: #fff;
}

 .menu > li > a {
    color: #025;
    display: block;
    line-height: 1;
    padding: 0.7rem 0.7rem 0.7rem 1rem;
/*	padding-left: 0.2rem;*/
	border-radius: 3px;
}

li.menu-haupt, li > a.menu-haupt{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
 	background: #fff;
 	padding-left: 0.4rem;
}
li.menu-unter, li > a.menu-unter{
   outline: 1px solid #ddd;
 	background: #e9e9e9;
 	padding-left: 0.2rem;
}
li.menu-act, li > a.menu-act{
   outline: 1px solid #ddd;
 	background: #c8c8c8;
 	padding-left: 0.4rem;
}
li.menu-logout, li > a.menu-logout{
   outline: 1px solid #ddd;
 	background: #F2DEDE;
 	padding-left: 0.4rem;
}

a {
    color: #025;
    cursor: pointer;
    line-height: inherit;
    text-decoration: none;
}

/* Geburtstagstabelle */
@media (max-width: 790px) {
#geb-table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.0em;
	margin-top: -40px;
	margin-bottom: 10px;
	padding: 0;
  	width:100%;
  	text-align:center;
  	font-size: 85%;
}
}	
@media (min-width: 791px) {
#geb-table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.0em;
	margin-top: -40px;
	margin-bottom: 10px;
	margin-left: 30%;

	padding: 0;
  	width:40%;
  	text-align:center;
  	font-size: 85%;
}	
}	
#geb-table tbody th, #geb-table tbody td {
    padding: 0.2rem 0.5rem;
}
#geb-table th
{
	border: 1px solid #ffffff;
	background-color: #259;
	color: #ffffff;
	text-align: center;	
}
#geb-table td
{
	border: 1px solid #ffffff;
	background-color: #ddd;
	color: #000000;	
}
/*Schnellsuche*/
.table-schnellsuche
{
	border-collapse: collapse;
}

.table-schnellsuche tbody tr {
    background-color: #DFE7FF;
    border-bottom: 0 none;
}
.table-schnellsuche tbody tr:nth-child(2n) {
    background-color: #FFFFFF;
    border-bottom: 0 none;
}
.table-schnellsuche td.lab{
	font-size: 0.8rem;
}
/*Adressen Gesamt*/
.table-adr-gesamt
{
	border-collapse: collapse;
	font-size: 0.8rem;	
}
.table-adr-gesamt tbody th, .table-adr-gesamt tbody td {
    padding: 0.5rem;
}
.table-adr-gesamt tbody tr {
    background-color: #DFE7FF;
    border-bottom: 0 none;
}
.table-adr-gesamt tbody tr:nth-child(2n) {
    background-color: #FFFFFF;
    border-bottom: 0 none;
}
.table-adr-gesamt td.name{
	font-size: 0.8rem;
	white-space: nowrap;
}
.table-adr-gesamt td.fahrernummer{
	font-size: 0.8rem;
}
.table-adr-gesamt td.telefon, td.strasse{
	font-size: 0.8rem;
	 white-space: nowrap;
}
.table-adr-gesamt td.red{
	font-size: 0.8rem;
	 white-space: nowrap;
	 background-color: #FF0000;
}
.table-adr-gesamt td.blue{
	font-size: 0.8rem;
	 white-space: nowrap;
	 background-color: #33C1ff;
	 border: 1px solid #000;
}
.table-adr-gesamt td.rot{
	font-size: 0.8rem;
	 white-space: nowrap;
	 background-color: #ff0000;
     border: 1px solid #000;
}
.table-adr-gesamt td.green{
	font-size: 0.8rem;
	 white-space: nowrap;
	 background-color: #00ff40;
}
.table-adr-gesamt td.gruen{
	font-size: 0.8rem;
	 white-space: nowrap;
	 background-color: #00ff40;
	  border: 1px solid #000;
}
.table-adr-gesamt td.green{
	font-size: 0.8rem;
	 white-space: nowrap;
	 background-color: #00ff40;
}
/*Tabelle f�r Dienstplanauswahl*/
.table-dpl {
	width: 100%;	
}
.table-dpl tbody tr {
    background-color: #DFE7FF;
    border-bottom: 0 none;
}	
.table-dpl th{
	width: 25rem;
	background-color: #DDDDDD;	
}
.table-dpl td
{
	border: 1px solid #c8c8c8;
}	
.table-dpl a{	
	color: #025;	
}

/* Teilebestellung Teams*/
.teilemail 
{
	width: 100%;
	border: 1px solid #000;	
}
.teilemail td.teams
{
	border: 1px solid #000;
	width: 25%;
}	
/*Tabelle Pool-Fahrzeug*/
.poolcar
{
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.75em;
	margin: 0 auto 0.5em;
	line-height: 0.65rem;	
}

.poolcar th
{
	background-color: #DFE7ff;
    /*border: 1px solid #adadad;*/
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
	border: 1px solid #000;
	white-space: nowrap;
}	
.poolcar td
{
	border: 1px solid #000;
	background-color: #fff;
}
.poolcar td.typ 
{
	border: 1px solid #000;
	/*width: 10%;*/
	font-weight: bold;
	text-align: center;
	font-size: 0.85rem;
	white-space: nowrap;
}
.poolcar td.status 
{
	border: 1px solid #000;
	width: 32%;
}
.poolcar td.status1 
{
	background-color: #00ff00;
	border: 1px solid #000;
	width: 10%;
	font-weight: bold;
}
.poolcar td.status2 
{
	background-color: #ff0000;
	border: 1px solid #000;
	width: 10%;
	font-weight: bold;
}
.poolcar td.status3 
{
	background-color: #ffff00;
	border: 1px solid #000;
	width: 10%;
	font-weight: bold;
}
.poolcar td.typ-altrow 
{
	border: 1px solid #000;
	background-color: #DFE7FF;
	width: 12%;
	font-weight: bold;
}
/*Tabelle für team-index*/
.team-index
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.85em;
}

.team-index tr
{
	background-color: #DFE7FF;
}
.team-index td
{
	border: 1px solid #d8d8d8;
}

/*Tabelle f�r Ranking*/
.ranking
{
	border-collapse: collapse;
	border-spacing: 0;
}
.ranking tr
{
	background-color: #f5f5f5;
	font-size: 0.85em;
	line-height: 0.65rem;	
}
.ranking td
{
	border: 1px solid #d8d8d8;
}
.ranking-innen tr
{
	background-color: #DFE7FF;
}
.ranking-innen td
{
	border: 1px solid #d8d8d8;
}

/* Tabelle f�r Monatsauswahl */

.monatsauswahl tbody th, .monatsauswahl tbody td {
    padding: 0.5rem 0.625rem 0;
}
.monatsauswahl tr
{
	background-color: #DFE7FF;
	font-size: 0.85em;
}
.rechnung
{
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0;
	/*white-space: nowrap;*/
}
.rechnung tbody tr:nth-child(2n) {
    background-color: #dfe7ff;
    border-bottom: 0 none;
}
/*Fahrzeugliste*/
.fahrzeugliste
{
	
}
.fahrzeugliste tbody tr:nth-child(2n) {
    background-color: #dfe7ff;
    border-bottom: 0 none;
}
.fahrzeugliste th.sp1
{
	width: 10%;
}
.fahrzeugliste th.sp2
{
	width: 5%;
	
}
.fahrzeugliste th.sp3
{
	width: 10%;
	text-align: center;
	
}
.fahrzeugliste th.sp4
{
	width: 10%;
	text-align: left;
	
}
.fahrzeugliste th.sp5
{
	width: 20%;
	white-space: nowrap;
	text-align: left;
	
}
.fahrzeugliste th.sp6
{
	width: 25%;
	white-space: nowrap;
	text-align: left;	
}
.fahrzeugliste th.sp7
{
	width: 25%;
	white-space: nowrap;
	text-align: left;	
}
.eingesetzt
{
		font-size: 0.85em;
}
.eingesetzt thead
{
	background-color: #f5f5f5;
	font-size: 0.85em;
	line-height: 0.75rem;
	vertical-align:top;
}	
.eingesetzt tbody tr:nth-child(2n) {
    background-color: #dfe7ff;
    border-bottom: 0 none;
}
/*Tabs*/
ul.tabs {
    text-align: center;
}

ul.tabs li {
    float: none !important;
    display: inline-block;
}
.tabs-title {

    border: 1px solid #999;
    border-radius: 5px; 
    line-height: 0.5rem;
    }
  .tabs-title > a {
    padding: 1.25rem 1.5rem;

    font-size: 0.75rem;
    line-height: 0.5rem;
    color: #025; }
    .tabs-title > a:hover {
      background: #e9e9e9;
      color: #025; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #dfe7ff;
      color: #025; }
/*      
.button-team {
    background-color: #dfe7ff;
    border: 1px solid #999;
    border-radius: 5px;
    color: #999999;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0 0 1rem;
    padding: 0.85em 0.15em;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    vertical-align: middle;
}*/
/*test*/
/*
.popover {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 10;
}
.editable-container.popover {
    width: auto;
}
.editable-container.editable-popup {
    max-width: none;
}
.fade.in {
    opacity: 1;
}
.popover.top {
    margin-top: -10px;
}
.popover-title {
    background-color: #dfe7ff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 1 rem;
    font-weight: normal;
    line-height: 12px;
    margin: 0;
    padding: 8px 14px;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
element.style {
    display: block;
    left: 96.933px;
    top: 79.7333px;
}
.editableform .control-group {
    line-height: 20px;
    margin-bottom: 0;
    white-space: nowrap;
}
.control-group {
    margin-bottom: 10px;
}
.popover-content {
    padding: 9px 14px;
}
.editable-input {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: auto;
}
.editable-buttons {
    display: inline-block;
    margin-left: 7px;
    vertical-align: top;
}
.btn-primary {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #cccccc #cccccc #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
h3 {
    font-size: 1rem;
}
.editable-buttons .editable-cancel {
    margin-left: 7px;
}
[data-whatinput="mouse"] button {
    outline: 0 none;
}
[type="reset"], [type="submit"], button, html [type="button"] {
}
button.btn, input.btn[type="submit"] {
}
[type="button"], [type="submit"] {
    -moz-appearance: none;
    border-radius: 0;
}
*/