<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {min-height: 100%; height:100%;}
body{margin:0;padding:0;background-color:#FFFFFF;font-family:Tahoma, Arial, Geneva, sans-serif;font-size:12px;color:#000000}
table{padding:0;border:0;font-family:Tahoma, Arial, Geneva, sans-serif;font-size:12px;color:#000000}
td{vertical-align:top;}

.user_image {width:68px; height:68px; position:relative; float:left; border-radius:34px; -webkit-border-radius:34px; -moz-border-radius:34px;}

.sidebar-menu {list-style: none; margin: 0; padding: 0;}
.sidebar-menu &gt; li.header {color:#93AAB5; background: #1a2226; padding: 10px 25px 10px 10px;}
.sidebar-menu &gt; li {position: relative; margin: 0; padding: 0;}
.sidebar-menu &gt; li &gt; a {border-left: 3px solid transparent; color:#A9B4B8; text-decoration: none;padding: 9px 5px 9px 20px; display: block;}
.sidebar-menu &gt; li:hover &gt; a, .sidebar-menu &gt; li.active &gt; a {color: #ffffff; background: #1e282c; border-left-color: #3c8dbc; }

.small-box {border-radius: 2px; position: relative; display: block; margin-bottom:20px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);}
.small-box &gt; .inner {padding: 10px;}
.small-box &gt; .small-box-footer {position: relative; text-align: center; padding: 5px 0; color: #fff; color: rgba(255, 255, 255, 0.8); display: block; z-index: 10; background: rgba(0, 0, 0, 0.1); text-decoration: none;}
.small-box &gt; .small-box-footer:hover {color: #fff; background: rgba(0, 0, 0, 0.15);}
.small-box h3 {font-size: 30px;font-weight: bold; margin: 0 0 10px 0; white-space: nowrap; padding: 0;}
.small-box p {font-size: 15px;}
.small-box h3, .small-box p { z-index: 5px;}
.small-box .icon_div{position: absolute; top:18px; right: 10px; z-index:0; color: rgba(0, 0, 0, 0.15);}
.small-box .icon{opacity:0.3;; z-index:0;}

.bg-red, .bg-yellow, .bg-aqua, .bg-green, .small-box {color: #fff !important;}
.bg-red {background-color: #dd4b39 !important;}
.bg-yellow {background-color: #f39c12 !important;}
.bg-aqua {background-color: #00c0ef !important;}
.bg-green {background-color: #00a65a !important;}

.middle_title {font-size: 20px; padding-bottom:14px;}
.line{height:1px;border-bottom:1px solid #CCCCCC;margin-bottom:7px; margin-top:7px;}

.input{width:100%; background:#fff; border:1px solid #ccc; height:26px; color:#555; }

.image{box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;-webkit-box-shadow:0 0 3px#333;}

a {color: #222; text-decoration: none;}
a:hover, a:active, a:focus {outline: none; color: #BB0000;}

.image_a{opacity:1.0;transition:all 0.3s linear;color:#FFFFFF}
.image_a:hover{opacity:0.7;}


.table_data, .table_data th, .table_data td{border:1px solid #D1D1D1;border-collapse:collapse;padding:4px;}
.table_data tr:nth-child(even) {background-color:#FFFFFF;}
.table_data tr:nth-child(odd) {background-color:#F1F1F1;}
.table_data th {border:1px solid #555555;background-color:#555555;color:white;text-align:center}


.box {position: relative;border-radius: 3px;background: #ffffff; border-top: 3px solid #d2d6de; margin-bottom: 20px; width: 100%; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);}
.box.box-blue {border-top-color: #3c8dbc;}
.box.box-aqua {border-top-color: #00c0ef;}
.box.box-red {border-top-color: #dd4b39;}
.box.box-yellow {border-top-color: #f39c12;}
.box.box-green {border-top-color: #00a65a;}
.box.box-black {border-top-color: #4D5360;}


.login{width:500px; margin:0 auto; margin-top:5%; margin-bottom:2%; color: #666; transition:opacity 1s; -webkit-transition:opacity 1s; background:#f0f0f0; -moz-box-shadow:0 0 1px #888; -webkit-box-shadow:0 0 1px#888; box-shadow:0 0 1px #888;}
    .login h1 {
        background: #ffdc2f29;
        padding: 20px 0;
        font-size: 200%;
        font-weight: 300;
        color: #c21f24;
        -moz-box-shadow: 0 0 1px #888;
        -webkit-box-shadow: 0 0 1px#888;
        box-shadow: 0 0 1px #888;
    }
.form_login{padding:4% 4%;}
.input_login{width:92%; background:#fff; margin-bottom:4%; border:1px solid #ccc; padding:3%; color:#555; }
.input_submit {
    width: 100%;
    background: #c21f24;
    border: 0;
    padding: 4%;
    height: 46px;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
}
.input_submit:hover{background:#3399cc;}

.password{background:#b3b3b3; border-radius: 50%; display: inline-block; height: 20px; line-height: 20px; margin: 0 10px 0 0; text-align: center; width: 20px;}

.login a{color: #999; text-decoration: none;}
.login a:hover {color: #BB0000;}

@media screen and (max-width: 800px) {
    .login {
        width: 90%;
    }
}
</pre></body></html>