.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {

    vertical-align: middle;
}


#notifications > ul a {
    white-space: unset;
}


.main-footer {
    padding: 5px 15px;
}
.text-dark {
    color: #444;
}
.callout-gray {
    background-color: #EEE;
    border-left: 5px solid #DDD;
}
.callout-gray a {
    color: #333;

}
.callout-gray a:hover {
    color: #444;

}

@media (min-width: 767px) {
    .modal-dialog {
        width: 760px;
    }
}

.notopborder {border-top: 0px!important;}

.whitetext {color: #FFF;}

.dt-margin{
margin-left:0px !important;
margin-right:0px !important;
}

.todo-list {
    min-height: 40px;
}


.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

.timeline-item {
    background-color: #fff!important;
    border: 1px solid #f1f1f1!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.timeline-image {

    left: 16px;
    position: absolute;
    top: 0;
}

.chart-legend ul {
    list-style-type: none;
}

.chart-legend li span{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top:4px;
    margin-right: 5px;
    border-radius:50%;
}

.dTsearch {
    position:relative;
    right:-145px;
    top:1px;
}


.fullboby-bg {
  background: url(../assets/bg2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fullboby-bg a {
    color: #FFF;
}

.fullboby-bg .login-logo {
    color: #FFF;
}

.roles h4 {
    padding-top: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;

}

.dt-buttons {
    margin-left: -15px;
}

.dt-buttons .btn-default {
    background-color: #FFF;
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 0px;
}



.fileinput{
    padding-top: 5px;
    padding-bottom: 5px;
}

.datepicker {
    z-index:9999 !important;
}



td .btn-group {
  display: flex;
}


.label-lite-blue {
    background-color:#FFF;
    color:#0073b7;
    border:1px solid #0073b7;
}

.label-lite-green {
    background-color:#FFF;
    color:#00a65a;
    border:1px solid #00a65a;
}

.label-lite-yellow {
    background-color:#FFF;
    color:#f39c12;
    border:1px solid #f39c12;
}

.label-lite-purple {
    background-color:#FFF;
    color:#605ca8;
    border:1px solid #605ca8;
}

.label-lite-red {
    background-color:#FFF;
    color:#dd4b39;
    border:1px solid #dd4b39;
}

.label-lite-gray {
    background-color:#FFF;
    color:#000;
    border:1px solid #d2d6de;
}




.issues-list .text {
    display: inline!important;
}

.issue-more {
    margin: 5px 5px;
}

#direct-chat{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

#direct-chat div.box{
    margin-bottom: 0;
    border: 1px #3c8dbc solid;
}

#direct-chat > div > div.box-header.with-border > h3::before{
    content: ' ';
}


#fileslist > li {
    background: #f39c12;
}


.chat-contacts{ list-style: none; padding: 0; }
.chat-contacts li { padding: 5px;     border-bottom: #f4f4f4 1px solid; }
.chat-contacts li a { color: #000; }

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after { top: unset; }

.content-header>div>h1 {
    margin: 0;
    font-size: 24px;
}

div.asset-connected-cat:after {
    content: " > ";
    color: #000;
}

div.asset-connected-cat:last-child:after {
    content: "";
}

span.asset-connected-link:after {
    content: " > ";
    color: #000;
}

span.asset-connected-link:last-child:after {
    content: "";
}

span.badge.bg-green {
    background-color: #f39c12!important;
}

.bold {
	font-weight: bolder;
}

.image-wrapp {
	height:200px;
	background-size: cover;
	background-position: center;
}

.image-wrapp a {
	display: block;
	width: 100%;
	height: 100%;
}

@media print {
  a[href]:after {
    content: none !important;
  }
  .btn-group {
	display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .navbar-nav>.notifications-menu>.dropdown-menu {
    width: 93%;
  }
}
