﻿.singleline {
    resize: none;
    overflow: hidden;
}
table > thead > tr > td.active, table > tbody > tr > td.active, table > tfoot > tr > td.active, table > thead > tr > th.active, table > tbody > tr > th.active, table > tfoot > tr > th.active, table > thead > tr.active > td, table > tbody > tr.active > td, table > tfoot > tr.active > td, table > thead > tr.active > th, table > tbody > tr.active > th, table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

table > thead > tr > td.success, table > tbody > tr > td.success, table > tfoot > tr > td.success, table > thead > tr > th.success, table > tbody > tr > th.success, table > tfoot > tr > th.success, table > thead > tr.success > td, table > tbody > tr.success > td, table > tfoot > tr.success > td, table > thead > tr.success > th, table > tbody > tr.success > th, table > tfoot > tr.success > th {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

table > thead > tr > td.td-success, table > tbody > tr > td.td-success, table > tfoot > tr > td.td-success, table > thead > tr > th.td-success, table > tbody > tr > th.td-success, table > tfoot > tr > th.td-success, table > thead > tr.td-success > td, table > tbody > tr.td-success > td, table > tfoot > tr.td-success > td, table > thead > tr.td-success > th, table > tbody > tr.td-success > th, table > tfoot > tr.td-success > th {
    background-color: #59f235;
    border-color: #d6e9c6
}

.table-hover > tbody > tr > td.td-success:hover, .table-hover > tbody > tr > th.td-success:hover, .table-hover > tbody > tr.td-success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.td-success a {
    color: #000;
}

table > thead > tr > td.td-info, table > tbody > tr > td.td-info, table > tfoot > tr > td.td-info, table > thead > tr > th.td-info, table > tbody > tr > th.td-info, table > tfoot > tr > th.td-info, table > thead > tr.td-info > td, table > tbody > tr.td-info > td, table > tfoot > tr.td-info > td, table > thead > tr.td-info > th, table > tbody > tr.td-info > th, table > tfoot > tr.td-info > th {
    background-color: #6cccfc;
    border-color: #d6e9c6
}

.td-info a {
    color: #FFF;
}

.table-hover > tbody > tr > td.td-info:hover, .table-hover > tbody > tr > th.td-info:hover, .table-hover > tbody > tr.td-info:hover > td {
    background-color: #bbeafa;
    border-color: #c9e2b3
}

table > thead > tr > td.danger, table > tbody > tr > td.danger, table > tfoot > tr > td.danger, table > thead > tr > th.danger, table > tbody > tr > th.danger, table > tfoot > tr > th.danger, table > thead > tr.danger > td, table > tbody > tr.danger > td, table > tfoot > tr.danger > td, table > thead > tr.danger > th, table > tbody > tr.danger > th, table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7
}

table > thead > tr > td.Showdanger, table > tbody > tr > td.Showdanger, table > tfoot > tr > td.Showdanger, table > thead > tr > th.Showdanger, table > tbody > tr > th.Showdanger, table > tfoot > tr > th.Showdanger, table > thead > tr.Showdanger > td, table > tbody > tr.Showdanger > td, table > tfoot > tr.Showdanger > td, table > thead > tr.Showdanger > th, table > tbody > tr.Showdanger > th, table > tfoot > tr.Showdanger > th {
    background-color: red;
    border-color: #eed3d7
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

table > thead > tr > td.red, table > tbody > tr > td.red, table > tfoot > tr > td.red, table > thead > tr > th.red, table > tbody > tr > th.red, table > tfoot > tr > th.red, table > thead > tr.red > td, table > tbody > tr.red > td, table > tfoot > tr.red > td, table > thead > tr.red > th, table > tbody > tr.red > th, table > tfoot > tr.red > th {
    background-color: red;
    color: white;
    border-color: #eed3d7
}

.table-hover > tbody > tr > td.red:hover, .table-hover > tbody > tr > th.red:hover, .table-hover > tbody > tr.red:hover > td {
    background-color: red;
    color: black;
    border-color: #e6c1c7
}

table > thead > tr > td.green, table > tbody > tr > td.green, table > tfoot > tr > td.green, table > thead > tr > th.green, table > tbody > tr > th.green, table > tfoot > tr > th.green, table > thead > tr.green > td, table > tbody > tr.green > td, table > tfoot > tr.green > td, table > thead > tr.green > th, table > tbody > tr.green > th, table > tfoot > tr.green > th {
    background-color: green;
    color: white;
    border-color: #eed3d7
}

.table-hover > tbody > tr > td.green:hover, .table-hover > tbody > tr > th.green:hover, .table-hover > tbody > tr.green:hover > td {
    background-color: green;
    color: black;
    border-color: #e6c1c7
}

table > thead > tr > td.yellow, table > tbody > tr > td.yellow, table > tfoot > tr > td.yellow, table > thead > tr > th.yellow, table > tbody > tr > th.yellow, table > tfoot > tr > th.yellow, table > thead > tr.yellow > td, table > tbody > tr.yellow > td, table > tfoot > tr.yellow > td, table > thead > tr.yellow > th, table > tbody > tr.yellow > th, table > tfoot > tr.yellow > th {
    background-color: yellow;
    color: gray;
    border-color: #eed3d7
}

.table-hover > tbody > tr > td.yellow:hover, .table-hover > tbody > tr > th.yellow:hover, .table-hover > tbody > tr.yellow:hover > td {
    background-color: yellow;
    color: black;
    border-color: #e6c1c7
}

table > thead > tr > td.purple, table > tbody > tr > td.purple, table > tfoot > tr > td.purple, table > thead > tr > th.purple, table > tbody > tr > th.purple, table > tfoot > tr > th.purple, table > thead > tr.purple > td, table > tbody > tr.purple > td, table > tfoot > tr.purple > td, table > thead > tr.purple > th, table > tbody > tr.purple > th, table > tfoot > tr.purple > th {
    background-color: purple;
    color: #FFF;
    border-color: #eed3d7
}

.table-hover > tbody > tr > td.purple:hover, .table-hover > tbody > tr > th.purple:hover, .table-hover > tbody > tr.purple:hover > td {
    background-color: purple;
    color: black;
    border-color: #e6c1c7
}

table > thead > tr > td.brown, table > tbody > tr > td.brown, table > tfoot > tr > td.brown, table > thead > tr > th.brown, table > tbody > tr > th.brown, table > tfoot > tr > th.brown, table > thead > tr.brown > td, table > tbody > tr.brown > td, table > tfoot > tr.brown > td, table > thead > tr.brown > th, table > tbody > tr.brown > th, table > tfoot > tr.brown > th {
    background-color: #8C8C00;
    color: #FFF;
    border-color: #eed3d7
}

.table-hover > tbody > tr > td.brown:hover, .table-hover > tbody > tr > th.brown:hover, .table-hover > tbody > tr.brown:hover > td {
    background-color: #8C8C00;
    color: black;
    border-color: #e6c1c7
}

table > thead > tr > td.td-danger, table > tbody > tr > td.td-danger, table > tfoot > tr > td.td-danger, table > thead > tr > th.td-danger, table > tbody > tr > th.td-danger, table > tfoot > tr > th.td-danger, table > thead > tr.td-danger > td, table > tbody > tr.td-danger > td, table > tfoot > tr.td-danger > td, table > thead > tr.td-danger > th, table > tbody > tr.td-danger > th, table > tfoot > tr.td-danger > th {
    background-color: #fb7070;
    border-color: #eed3d7
}

.td-danger a {
    color: #FFF;
}

.table-hover > tbody > tr > td.td-danger:hover, .table-hover > tbody > tr > th.td-danger:hover, .table-hover > tbody > tr.td-danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table td {
    white-space: nowrap;
    overflow: hidden;
    word-break: keep-all;
}