<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

*:FOCUS {
    outline: none;
}

.ar {
    text-align: right !important;
}

.al {
    text-align: left !important;
}

.clear:AFTER {
    content: " ";
    display: block;
    clear: both;
    zoom: 1;
}

.branch-wrap h2 {
    margin: 0;
    border-bottom: 1px solid #187FC4;
    margin-bottom: 40px;
}

.branch-wrap .rep-btn {
    padding: 5px 25px;
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    color: #333333;
    float: right;
    margin-left: 10px;
    transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
}

.branch-wrap .rep-btn:HOVER {
    background-color: #dddddd;
}

.branch-wrap .gray-btn {
    padding: 5px;
    background: #bbbbbb;
    color: #ffffff;
    border: none;
}

.branch-wrap .options {
    margin-bottom: 20px;
}

.branch-wrap .options &gt; form &gt; * {
    height: 30px;
    min-width: 120px;
    margin-right: 7px;
    font-size: 10pt;
}

.branch-wrap .options span {
    padding: 6px 25px;
    background-color: #f3f3f3;
    color: #333333;
}

.branch-wrap .options select, .branch-wrap input, .branch-wrap textarea {
    border: 1px solid #dddddd;
    box-sizing: border-box;
    height: 30px;
}

.branch-wrap textarea {
    width: 100%;
    height: 50px;
}


.branch-wrap .branch-list {
}

.branch-wrap .branch-list table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
}

.branch-wrap .branch-list table thead tr &gt; * {
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #eaeaea;
    font-size: 10pt;
    padding: 7px 0;
}

.branch-wrap .branch-list table tbody tr &gt; * {
    border-bottom: 1px solid #eaeaea;
    padding: 7px 5px;
    text-align: center;
    font-size: 10pt;
}

.branch-wrap .price-list {

}

.branch-wrap .price-modify-list thead th,
.branch-wrap .price-modify-list tbody td {
    cursor: pointer;
    padding: 3px !important;
}

.branch-wrap .price-modify-list thead th span,
.branch-wrap .price-modify-list tbody td span {
    display: block;
    padding: 4px 0;
    border: 1px solid #dddddd;
}

.branch-wrap .price-modify-list thead th a[href] {
    display: block;
    padding: 4px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.branch-wrap {
    padding-bottom: 70px;
}

.branch-wrap .pagination {
    margin-top: 20px;
    text-align: center;
}

.branch-wrap .pagination a {
    margin: 0 5px;
    padding: 0 5px;
}

.branch-wrap .pagination a:HOVER {
    font-weight: bold;
}

.branch-wrap.modify {
    font-size: 10pt;
}

.branch-wrap.modify input[type=text], .branch-wrap.modify input[type=password] {
    padding: 5px;
    outline: none;
    border: 1px solid #dddddd;;
    font-size: 10pt;
    width: 150px;
}

.branch-wrap.modify select {
    height: 26px;
    border: 1px solid #dddddd;
    width: 162px;
}

.branch-wrap.modify .input-wrap {
    margin: 10px 0;
}

.branch-wrap.modify label {
    display: block;
    width: 190px;
    float: left;
    height: 28px;
    line-height: 28px;
}

.branch-wrap.modify label.required-content:BEFORE {
    content: "*";
    color: #ff0000;
    margin-left: -6px;
}

.branch-wrap.modify .input-content {
    width: calc(100% - 190px);
    float: left;
}

.branch-wrap.modify.repelguard .amateras-only {
    display: none;
}

.branch-wrap.modify.amateras .repelguard-only {
    display: none;
}

.branch-wrap.modify table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.branch-wrap.modify table th {
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    height: 30px;
}

.branch-wrap.modify table td {
    text-align: center;
    border: 1px solid #dddddd;
}

.branch-wrap.modify table td input[type=text] {
    width: 100%;
}

.branch-wrap.modify table td .warranty {
    display: flex;
    align-items: center;
    gap: 5px;
}

.branch-wrap.modify table td .warranty input[type=text] {
    flex: 1;
}

.branch-wrap.modify table td input[type=radio] {
    height: auto;
    vertical-align: middle;
    margin-top: 0;
}

.branch-wrap.modify table td label {
    display: inline;
    width: auto;
    vertical-align: middle;
    float: none;
}

.tab-host {
    border-bottom: 1px solid #777777;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.tab-host li {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    margin-right: 1px;
    transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.tab-host li a {
    display: block;
    height: 100%;
}

.tab-host li.active, .tab-host li:HOVER {
    background-color: #777777;
    color: #ffffff;
}


.ie-config-wrap img {
    border: 1px solid #dddddd;
}

/** override jquery ui **/

.ui-widget-header {
    background: #dddddd;
    border-radius: 0;
    border: none;;
}

.ui-dialog {
    border-radius: 0;
    padding: 2px;
    box-shadow: 3px 3px 3px #888888;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 60px;
}</pre></body></html>