﻿.file-type {
    height: 24px;
    width: 24px;
}

.rounded {
    background-color: #ddd;
    border: 20px;
    border-color: Blue;
    height: 30px;
    padding: 15px;
    width: 300px;
}

.oddItem { }

.oddItem:hover { background-color: #CEECE6; }

.evenItem { background-color: #F8F8F8; }

.evenItem:hover { background-color: #CEECE6; }

[hid='document-list'] { }

[hid='document-list'] [hid] { font-weight: bold; }

[hid='document-list'] [hid='stt'] { width: 20px; }

[hid='document-list'] [hid='name'] { }

[hid='document-list'] [hid='category'] { width: 250px; }

[hid='document-list'] [hid='type'] { width: 70px; }

.searchResult table:nth-child(1) { border: 1px solid darkkhaki !important; }

.searchResult table:nth-child(1) td {
    border: 1px solid darkkhaki !important;
    padding: 2px;
}

.searchResult table:nth-child(1) tr:nth-child(1) td { font-weight: bold; }

.searchResult .result-note {
    font-style: italic;
    color: red;
    font-size: 12px;
}