@charset "UTF-8";

div.grid {
    margin: 5px 0;
}
.grid table {
    width: 100%;
}
.grid table th {
    text-align: center;
}
.grid table th, .grid table td {
    vertical-align: middle !important;
}
.grid table th a {
    display: block;
    text-align: center;
    white-space: nowrap;
}
.grid table th .direction-asc, .grid table th .direction-desc, .grid table th .direction-disable {
    display: block;
    float: right;
    font-family: Times;
    vertical-align: baseline;
    font-weight: bolder;
    font-size: 140%;
    line-height: 100%;
    margin-right: -5px;
}
.grid table th .direction-disable {
    display: none;
}
.grid table td.number {
    text-align: center;
}
.grid table td.datetime {
    text-align: center;
    white-space: nowrap;
}
.grid table td.link {
    text-align: center;
}
.grid table td.text {
    text-align: left;
}
.grid table td.string {
    text-align: left;
}
.grid table td.boolean {
    text-align: center;
}
.grid table td.image {
    text-align: center;
}
.grid table td.image img {
    margin:0 auto;
    display: block;
}
.grid table td.action {
    text-align: center;
}
.grid table td.action a {
    margin: 0 5px;
}
.grid table td.input {
    text-align: center;
    white-space: nowrap;
}