md-input-container {
    margin-top:10px;
    margin-bottom:10px;
}

md-autocomplete input {
    box-shadow: none !important;
}

md-autocomplete button.ng-scope {
    margin-top:-8px!important;
}
.container {
    width: 100% !important;
    height: 100%;
    margin-bottom: 0px!important;
}

.kommsoft-sidebar {
    height: 100%;
    background-color:#424242;
    padding:5px;
}

.sidebar-counter {
    color:#2196F3;
}

.main-sidebar-item {
    font-weight: bold;
}

.titlenew {
    margin-left:10px;
}

.icon-sidebar {
    width: 14px!important;
    height: 14px!important;
}

.kommsoft-sidebar-list {
  padding-bottom: 1rem;
  list-style: none;
  margin-left:0px;
  margin-top:10px;
}

.hovereffect:hover{
    transition: 0.5s ease;
    background-color: grey;
    padding:2px;
    cursor: pointer;
}


.kommsoft-sidebar-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.5rem 0.9rem;
  margin-bottom: 1.1rem;
  color: #b5b5be;
  cursor: pointer;
  transition: 0.5s ease;
}
.kommsoft-sidebar-item::before {
  transition: 0.5s ease;
  content: '';
  position: absolute;
  left: -1.2rem;
  height: 100%;
  border-left: 3px solid #fafafb;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
}

.kommsoft-sidebar-item:hover {
  color: #Fafafb;
  transition: 0.2s ease;
}

.kommsoft-sidebar-item:hover::before {
  opacity: 1;
  visibility: unset;
}

.kommsoft-sidebar-item-icon {
  font-size: 2rem;
}

.kommsoft-sidebar-item-active {
      font-size: 1.05em;
      color:white;
}

.kommsoft-sidebar-item-text {
  margin-left: 1rem;
  transition: opacity 0.6s ease;
  opacity: 1;
}

.secondary-sidebar-item {
    margin-left:10px;
}

.ng-hide.ng-hide-animate{
     display: none !important;
}

.sidenav-counter {
     color: #1e75ff;
}

.sidenav-linebreak {
    height:auto;
    word-wrap:break-word;
    white-space:normal;
    width:90%;
}

.inbox-number {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #1e75ff;
  padding: 0.5rem 0.9rem;
  border-radius: 0.4rem;
  color: #fafafb;
  opacity: 1;
  transition: 0.6s linear;
}

.unterfenster {
	 margin-left:10px;
	 margin-bottom:0px!important;
}

.td-full {
	padding-left:0px!important;
	padding-right:0px!important;
}
.kommsoftTab {
	margin-left:10px;
	margin-right:10px;
}

.sidebaroverviewspacer {
    margin-top: 15px!important;
}

.shortrow {
    max-height:60px;
}

.sidebarimg {
    max-height:100px; width:auto;text-align:left; border: 3px solid #ddd;border-radius: 50%; display: block;margin-left: auto;margin-right: auto;margin-bottom:5px;
}

@media (max-width: 1200px) {
    .hidesmall {
        font-size: 0.9em;
    }


}
@media (max-width: 1050px) {
    .hidesmall {
        font-size: 0.6em;
    }

    .secondary-sidebar-item {
        margin-left:5px;
    }

    .hidebuttons {
        display:none;
    }
}

@media (max-width: 830px) {
    .hidesmall {
        display:none;
    }

    .secondary-sidebar-item {
        margin-left:5px;
    }
}

.clickable_tr{
    padding: 10 !important;
}
.clickable_tr:hover{
    background-color:lightgray;
}
kfzreser-calendar div main {
    padding-top: 0!important;
}