﻿body {
    background-color:#ffffff;
    padding:7px;
}

.history-container {
    background-color:transparent !important;
    color:#000000;
    font-size:14px;
    box-shadow:none;
    padding:0;
    margin-bottom:7px;
}

input[type="submit"] {
    background-color: #4b8ab5;
    color: #ffffff;
    border: 1px solid #4b8ab5;
    border-bottom: 1px solid #3c6f92;
}

    input[type="submit"]:active {
        background-color: #3c6f92;
        color: #ffffff;
        border: 1px solid #3c6f92;
        border-bottom: 1px solid #3c6f92;
    }

table.content {
    border:1px solid #ebebeb;
}

table.content {
    border: 1px solid #ebebeb;
    margin-top:7px;
    margin-bottom:7px;
}

table.content .header1 > table .header1 {
    border-bottom:0px;
    padding:0;
}

    table.content .data td:first-child, table.content .data2 td:first-child {
        border-right:1px solid #ebebeb;
    }

    table .header1 a {
        color: #ffffff;
    }

table .header1 a[disabled]{   
    opacity:0.5;
}
   


.pagingText {
    padding:2px 4px;
    font-size:14px;
    font-weight:normal;
    display:inline-block;
}

a.pagingText:not([disabled]):hover {
    background-color:rgba(0,0,0,0.15);
    border-radius:2px;
}

.uToolbar-container  {
    background-color:#f7f7f7;
    border-left:1px solid #ebebeb;
    border-right:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
    margin-top:-7px;
    padding:5px;
}