﻿.page-layout .panels .content-top {
    background-color: #00bcd4;
}

.panels .content-centered .content-centered-body {
    background-color: #f5f5f5;
}
.panels .content-centered .content-centered-body .bo-list-content {
    height: calc(100vh - 120px);
}

.panels .content-centered .content-centered-body table.dc-editable .description{
    max-width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.panels .content-centered .content-centered-body table.dc-editable tr:last-child {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);    
}
.panels .content-centered .content-centered-body table.dc-editable tr:nth-child(2) th {
    top: 25px;    
}
.panels .content-centered .content-centered-body table.dc-editable tr:hover td {
    background-color: #b2f4fd;    
}

.custom-panels-tooltip {
    height: initial;
    background-color: #034e58!important;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
  }