﻿.float-right {
    float: right;
}

.tv-danger {
    background-color: #f5c6cb;
    color: #171228;
}

.tv-info {
    background-color: #17a2b8;
    color: #ffffff;
}

.tv-info .umb-box-header-title {
    color: #ffffff;
}

.tv-dark {
    background-color: #000000;
    color: #ffffff;
}

.tv-dark .umb-box-header-title {
    color: #ffffff;
}

.tv-success {
    background-color: #c3e6cb;
    color: #171228;
}

.tv-table-cell-value-multiline {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tv-table-cell-label {
    font-weight: normal;
    color: #817f85;
}