﻿.table-noWordWrapping th, .table-noWordWrapping td {
    white-space:nowrap;
}



.truncateResponsive {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.truncateResponsiveFull {
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.itemLabelNumber {
    float:left;
    margin-right:10px;
}


.TopFields h3 {
    font-weight:normal;
}

.top5Formular {
    margin-bottom:30px;
}

.top5FormularHeightFixed {
    height:220px;
    border-bottom: 1px solid #eee;
}

.top5Formular .label {
    float: left;
    margin-right: 10px;
    width: 25px;
    height: 20px;
    padding-top: 5px;
}

.table-noHeader {
    position:relative;
    top:-20px;
}

table.dataTable.dtr-inline.collapsed.table-noHeader > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-noHeader > tbody > tr > th:first-child:before {
    top:35px !important;
}

.dataTablesHideSearchbox .dataTables_filter {
   display:none;
}

@-webkit-keyframes progressloader-bar-animate {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progressloader-bar-animate {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progressloader {
  overflow: hidden;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #ccc 0%, #ddd 100%);
  background-image: linear-gradient(to bottom, #ccc 0%, #ddd 100%);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progressloader-bar {
  width: 0%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  background-color: #79b;
  background-size: 40px 40px;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 30%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 33%, transparent 33%, transparent 46%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 80%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.1) 83%, transparent 83%, transparent 97%, rgba(0, 0, 0, 0.1) 97%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 30%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 34%, transparent 34%, transparent 46%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 80%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.1) 84%, transparent 84%, transparent 96%, rgba(0, 0, 0, 0.1) 96%, rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: width 200ms ease;
  -moz-transition: width 200ms ease;
  -o-transition: width 200ms ease;
  transition: width 200ms ease;
  -webkit-animation: progressloader-bar-animate 1s linear infinite;
  animation: progressloader-bar-animate 1s linear infinite;
}

.lastOnlineContainer {
    float:right;
}

@media (min-width: 992px) {

    .lastOnlineContainer {
        padding-top:40px;
    }

}

.chat-activity-list {
    margin-bottom:10px;
    margin-top:15px;
}

.chat-form {
    margin-top:50px;
    margin-bottom:25px;
}
.vertical-timeline-icon {
    padding-top:4px
}
.vertical-timeline-icon span {
    font-size:12px;
}

.project-title .lastLink {
    color: #337ab7 !important;
    font-size: 100% !important;
}

.project-title h4 {
    margin-bottom:0px
}

.job-tag-list li {
    margin-bottom: 5px;
}

.jobtable-header {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.page-headerline {
    margin-top:0;
}

.ibox-tools a.btn-info {
    color: #fff;
}

.non-decoration-anchor {
    display: block;
    text-decoration: none;
    color: inherit;
}