/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -75px;
  /* Pad bottom by footer height */
  padding: 0 0 30px;
}

#content {
    padding-top: 100px;
}

/* Set the fixed height of the footer here */
#footer {
	margin-top:-1px;
  height: 50px;
  background-color: #A0A0A0;
}




.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #fff;
}

.editor-datetime-month,.editor-datetime-year, .editor-datetime-label {
    color: black;
}

.center{
  text-align:center;
} 

.right {
    text-align: right;
}
.my_button_r{
  margin-right :5px;
 } 
 
.red{
 color:#B00000; 
}  

.grey{
 color:#999; 
}  


.green{
 color:green; 
}  

.fa-1x {
  font-size: 1.5em;
}

.autocomplete-suggestions { border: 1px solid #999; 
  background: #222222; 
  cursor: default; 
  overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { 
  background: #FF2222;
  
   }
.autocomplete-suggestions strong { font-weight: bold; color: #007053; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }



.hovered{
 
  box-shadow: 0 0 8px rgba(4, 142, 15, 0.8);
  margin-left: 1px;
  margin-right: 1px;
}

.tile {
  background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 2px grey;
    height: 160px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    opacity: 1.00;
    width: 116px;
    z-index: 0;
    padding-left: 0px;

}

.draggable{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 2px grey;
    opacity: 1;
    width: 100px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 85px;
    padding-top: 5px;
}

.xraum{
    box-shadow: 5px 5px 2px grey;
  
  
} 

.numerize_zone, .numerize_room{
  font-weight: bold; 
  color: red;
} 

.elipsis{
	font-size: .6em; 
	overflow:hidden; 
	white-space: nowrap;
	text-overflow: ellipsis; 
	margin-left:-5px;
}	
.c_dfault {
    cursor: default !important;
}

.jumbotron {
-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
border-radius: 10px !important;
background-color:#353535; 
color:white;
}

.kabelnummer { 
	position:absolute;
	top:42px;
	left:38px;
	font-size:.5em;
	color: darkblue; 
	}
a[aria-expanded=true] .fa-chevron-down {
    display: none;
}

a[aria-expanded=false] .fa-chevron-up {
    display: none;
}
 .panel-resizable {
          resize: vertical;
          overflow: auto;
          overflow-x: hidden;
          min-height:160px;
        }
        
        .bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    font-size:.7em;
}
.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-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #006687;
}
.bs-callout-info h4 {
    color: #006687;
}