﻿div.pagination-history-log {
    margin: 20px 0px;
}

div.pagination-history-log ul li:first-child,
div.pagination-history-log ul li:last-child {
    width: 50px;
    text-align: center;
}

div.pagination-history-log ul li a {
    padding: 6px 12px;
}

div.pagination-history-log ul li .page-link {
    color: #0088cc;
}

div.pagination-history-log ul li .page-link:hover {
    color: #005580 !important;
    cursor: pointer;
}

div.pagination-history-log ul li.disabled .current-page {
    color: #999999 !important;
    cursor: default !important;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
}

div.pagination-history-log ul li .page-link:focus {
    box-shadow:none;
}

div.pagination-history-log ul li .previous-page-none,
div.pagination-history-log ul li .next-page-none {
    color: #999999 !important;
    cursor: default !important;
}

div.pagination-history-log ul li .previous-page-none:hover,
div.pagination-history-log ul li .next-page-none:hover {
    color: #999999 !important;
    background-color: #fff !important;
}

.detail-history-log {
    padding-top: 5px;
    margin-top: 10px;
}

form.form-history-log-search {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

form.form-history-log-search div label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
}

form.form-history-log-search div select {
    width: 280px;
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    font-size: 14px;
    color: #555555;
    border-radius: 4px;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

div.detail-history-log div:nth-child(2) div {
    margin-bottom: 10px;
    padding: 0;
    display: inline-block;
}

div.detail-history-log div div button {
    width: 100%;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    font-weight: normal;
}

div.detail-history-log div div button:hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
    background-color: #e6e6e6;
}

div.detail-history-log div.view-log h5 {
    padding: 5px;
    cursor: pointer;
    background-color: #eee;
    font-size: 15px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 20px;
    text-rendering: optimizelegibility;
    display: flex;
    justify-content: space-between;
}

div.detail-history-log div.view-log h5 span {
    font-weight: normal;
    font-style: italic;
    float: right;
    padding-right: 10px;
}

div.detail-history-log div.view-log pre {
    background-color: #dff0d8;
    padding: 8px 35px 8px 14px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-line;
}