body{
	font-family: "Verdana";
	background: #eef1f2;
}

.avatar-wrapper {
    margin: auto;
    width: 1140px;
}

@page { size: A4 landscape; margin: 1cm; }

@media print {
    a:link:after, a:visited:after { content: "" !important; }
	.tam-kartei { display: none; }
	.tam-screen { display: none !important; }
}

@media screen {
	.tam-print { display : none !important; }
	.tam-inhalt {
		margin-top: 170px;
		margin-bottom: 120px;
		position: relative;	}
}

/*===Main Menu===*/

#avatar-header-inside-block {
	position: fixed;
	max-height: 140px;
	min-height: 140px;
	display: block;
	z-index: 9999999;
	background: #fff;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}
	
.navbar-collapse.in {
    overflow: hidden;
	border: none;
}
.navbar-logo {
  overflow: hidden;
  position: absolute;
  z-index: 10;
}




#avatar-template #aktion-toggle {
    position: fixed;
    right: 2px;
	bottom: 3px;
    transition: all 0.3s ease 0s;
	opacity: 0.8;
    z-index: 99999;
}
 #avatar-template #aktion-toggle:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
  }
  /* Icon when the collapsible content is hidden */
 #avatar-template #aktion-toggle.collapsed:after {
    content: "\e113";
  }

/*===TAM Section===*/	

#tam-bottom-block{
    position: fixed;
	bottom: 0%;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	background: #fff none repeat scroll 0 0;
    min-height: 90px;
    opacity: 1;
    width: 100%;
	z-index: 99;
    
}

.tam-module-content{
   margin-top: 15px;  
}

.navbar {
    margin-bottom: 0px;
}
.navbar-form {
    padding: 0px;
}
.tam-button{
   margin-left: 10px;
}
.tam-btn-danger {
    background-color: #fff;
}
.tam-btn-danger:hover {
    background-color: #e6e6e6;
}
.tam-search {
   text-align: right;
}

.form-inline  {
    float: right;
}
.dropdown {
   box-sizing: border-box;
    border: 1px solid #e7e7e7;
	margin-left: 2px;
}
.navbar-default {
    background-color: #fff;
	border: none;
}
.navbar-collapse {
   padding-right: 0;
   padding-top: 15px;
} 
.tam-kartei{
   padding-bottom: 10px;
}  
.tam-headline{
   display: inline-block;
   float: left;
   font-weight: bold;
}
.tam-headline-info{
   display: inline-block;
   float: right;
   color: red;
   font-weight: bold;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	padding-left: 5px;
	padding-right: 5px;
}

.form-inline .tam-radio {
   display: block;
}
.table {
   font-size: 14px;
}
.negzahl { 
   color: red;
   text-align: right;
}
.titelzahl { text-align: right; }

.modal-dialog {
   margin-top: 200px;
}
.tam-form-search {
   padding-top: 10px;
   margin-bottom: 10px;
   box-sizing: border-box;
   border: 1px solid #ccc;
   border-radius: 4px;
}
.tam-form-box {
    border: 1px solid #ccc;
    border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-sizing: border-box;
	background-color: white;
	padding: 6px 12px;
	overflow: hidden;
}   

.cockpit {
    display: block;
    width: 100%;
    height: 100%;
	color: inherit;
}

#von , #bis, #kalender-von , #kalender-bis {
   z-index: auto;
}

#von.has-error, #bis.has-error{
   border-color: #a94442;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#von.has-error:focus, #bis.has-error:focus{
   border-color: #843534;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}

.ui-widget-header{
	background: #d43f3a;
	border-color: #d43f3a;
}

.ui-datepicker .ui-widget-header{
    border: 1px solid #ddd;
    background: #e9e9e9;
}

.ui-progressbar .ui-progressbar-value{
	margin: 0px;
}

.tam-progress{
	border-color: #d43f3a;
}
.colrow {
	margin-top: -5px;
}
.tam-viewmore[aria-expanded="false"]:before{
  font-family: 'Glyphicons Halflings';
  font-size: 16px;
  content: "\e252 mehr";
}

.tam-viewmore[aria-expanded="true"]:before{
  content: " ";
}

.tam-blue{
	text-align: right;
	color: #337ab7;
	
}


/*=== Responsive===*/
/*=== Responsive screen 1140===*/
@media screen and (max-width: 1140px){
	body.avatar-responsive .avatar-wrapper {
		width: 100% !important;
	}
}
/*===End Responsive screen 1140===*/

/*=== Responsive screen 750===*/
@media screen and ( max-width: 750px ){
	#avatar-header-inside-block {
	   max-height: 68px;
	   min-height: 68px;
    } 
    .navbar-form {
	   padding: 10px 15px;
    }
    .tam-inhalt {
       margin-top: 98px;
	} 
    .modal-dialog {
       margin-top: 110px;
    }	
}
/*=== End Responsive screen 750===*/
/*===End Responsive===*/	
