/* Box API*/
.box {
    height: 64px;

    border: 1px solid;

    display: flex;
    justify-content: center;
    align-items: center;

}

.warning {
    border-color: #cccc99;
    color: #9F6000;
    background: url('../img/warning.png') 5% 50% rgb(254, 239, 179) no-repeat;
}

.info {
    border-color: #99cccc;
    color: #00529B;
    background: url('../img/info.png') 5% 50% rgb(189, 229, 248) no-repeat;
}

.footable-row-detail-name {
    white-space: nowrap;
}

.footable-row-detail-value {
    max-width: 80%;
    text-overflow: ellipsis;
    word-break: break-all;
}

.break-container span {
    white-space: nowrap;
}