.tpm-board-menu-m-top{
    margin-top: 15px;
}
.ticketAndPmCardBoardMenu{
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    min-width: 290px !important;
    padding: 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
   
}
.colspan-label{
    float: right;
    text-align: center;
    background: #fff;
    color: #6b808c;
    height: 30px;
    width:30px;
    font-size: 15px;
    padding: 4px;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 7px;
     
}
.colspan-label:hover{
background: #516b7a;
background-color: rgba(9,45,66,.25);
border-radius: 3px;
height: 30px;
width: 30px;
}

.ticket-and-pm-board-label-color{
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    border-radius: 3px;
    padding: 8px;
    margin-right: 0px;
    margin-top: 2px;
}
.ticket-and-pm-board-label-color:hover{
    background-color: rgba(255,255,255,0.4);
    color: #fff;
    border-radius: 3px;
    padding: 8px;
    margin-right: 0px;
    margin-top: 2px;
}
.label-content{
    margin-top: 10px;
}
.navbarProfileLinks li > a{
    color: #6b808c;
    margin: auto -11px;
}

.tpm-card-boards-title{
   
    padding-top: 8px;
    padding-left:10px;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    color: #6b808c;
    height: 36px;
    width: 200px; 
}
.tpm-card-board-menu-create-boards{
    color: #6b808c;
    cursor: pointer;
    padding:5px;
}
.tpm-card-board-menu-create-team{
    color: #6b808c;
    cursor: pointer;
    padding:5px;
}

.dropdown-menu-hover > li > a:hover, .dropdown-menu-hover > li > a:focus, .dropdown-menu-hover > li > a:active{
    background: #fff;
}
/* new csss */
.tpm-board-tile {
    box-sizing: border-box;
    position: relative;
    padding: 0 4px 4px 0;
}
.tpm-board-tile-wrapper {
    position: relative;
    width: 220px;
}
.tpm-board-tile-background {
    background-size: cover;
    background-position: 50%;
}
.tpm-board-tile-background, .tpm-board-tile-fade {
    border-radius: 3px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.tpm-board-tile-background, .tpm-board-tile-fade {
    border-radius: 3px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.tpm-board-tile-fade {
    background: hsla(0,0%,100%,.88);
}
.tpm-board-tile-link {
    border-radius: 3px;
    display: flex;
    font-weight: 700;
    height: 36px;
    padding: 0;
    position: relative;
    text-decoration: none;
}
.tpm-board-tile-link-thumbnail {
    flex: 0 0 auto;
    background-size: cover;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 36px;
    opacity: .7;
    width: 36px;
}
.tpm-board-tile-link-text {
    flex: 1 1 auto;
    overflow: hidden;
    padding: 9px 0 9px 10px;
}
.tpm-board-tile-link-text-name, .tpm-board-tile-link-text-sub-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tpm-board-tile-link-options {
    margin: 0 4px;
    flex: 0 0 auto;
}
.tpm-board-tile-link-options-unread {
    background: #298fca;
    border-radius: 7px;
    display: inline-block;
    height: 12px;
    opacity: 0;
    margin: 12px 0;
    transition-duration: .15s;
    transition-property: right,opacity;
    width: 12px;
}
.tpm-board-tile-link-options-star {
    font-size: 14px;
    height: 20px;
    width: 0;
    margin: 8px 0;
    overflow-x: hidden;
    transition-duration: 85ms;
    transition-property: width,color,background,-webkit-transform;
    transition-property: width,color,background,transform;
    transition-property: width,color,background,transform,-webkit-transform;
    vertical-align: top;
}
#CardBoardMenu{
    margin: 0 0 18px;
}