
body {
        padding-top: 50px;
        padding-bottom: 20px;
}

.clanica_img {
  float: left;
  padding-right: 15px;
  padding-bottom: 8px;
}

.clanica_img img {
  width: 128px;
}

*:focus {outline:none;}
*::-moz-focus-inner {border:0;}

.table-hover td {
        transition: background-color 0.25s, color 0.5s;
        -moz-transition: background-color 0.25s, color 0.5s;
        -webkit-transition: background-color 0.25s, color 0.5s;
        -o-transition: background-color 0.25s, color 0.5s;
}

.table-hover tbody tr:hover td {
        background-color: #73bfe5;
        cursor: pointer;
}

blockquote {
        font-size: 14px;
        padding: 0 0 0 15px;
        margin: 0 0 20px;
}

blockquote labell {
        display: block;
        font-weight: normal;
}

.table-condensed.pn_seznam th {
        padding: 5px 0;
        position: relative;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.file_list td.icon, .file_list th.icon {
        width: 32px;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 4px;
        min-width: 32px;
        max-width: 32px;
}

.file_list td a {
        color: #333;
        text-decoration: none;
}

.file_list .selected td {
        background-color: #404040;
        color: white;
}

.file_list .actions {
        padding-left: 15px;
        opacity: 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
}

.file_list tr:hover .actions {
        opacity: 1;
}

.file_list .actions a {
        color: black;
        font-size: small;
        opacity: 0.5;

        transition: all 0.25s;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
}

.file_list .actions a:hover {
        text-decoration: none;
        opacity: 1;
}

.file_list .selected .actions a {
        color: white;
}

.file_list .selected .actions, .file_list tr.selected:hover .actions{
        opacity: 0;
}

.file_list a {
        font-weight: bold;
}

.file_list .file, .file_list .size{
        padding: 0 8px;
}

.file_list .size {
        font-size: small;
        vertical-align: bottom;
}

.file_list .date {
        font-size: small;
}

.file_list .dir_zip img {
        opacity: 0.5;
        transition: opacity 0.5s;
}

.file_list .dir_zip:hover img {
        opacity: 1;
}

h3 {
        line-height: 26px;
}

h2 {
        line-height: 32px;
}