﻿.hoverable {
    border: 3px solid transparent;
}

.hoverable:hover {
    border: 3px solid yellow;
    font-weight: bold;
}

.statusbar {
    top: 0px;
    padding-top: 0px;
    background: #ddd;
}

.dropdown-menu .divider {
    background-color: #777;
}

.ticketBuilding {
    margin-bottom: 2px;
    font-size: x-small;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80px;
    position: absolute;
    top: 1px;
    left: 40px;
}

.ticketTitle {
    font-size: small;
    text-align: left;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 130px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 14px;
}

.ticketHeader {
    margin-bottom: 2px;
    font-size: small;
    text-align: left;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 130px;
    background: rgba(255, 255, 255, 0.041);
    position: absolute;
    padding-bottom: 40px;
    top: 52px;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    border-top: gray 1px solid;
    border-right: gray 1px solid;
    padding: 3px;
    bottom: 46px;
}

.ticketAssign {
    margin-bottom: 2px;
    font-size: small;
    text-align: left;
    white-space: normal;
    overflow: hidden;
    width: 130px;
    position: absolute;
    bottom: 22px;
    padding: 3px;
}
