html {
    color: #666;
    font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
    background-color: #FFF;
}

body{
    margin: 0;
    border: 0;
    position: relative;
    font-size: 62.5%;
}

html,
body {
    height: 100%;
}

.login-box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.login-box .signin-form{
    width: 100%;
    height: 100px;
}

input.login-pwd{
    height: 50px;
    width: 500px;
    text-align: center;
    font-size: 2rem;
    border: none;
    border-bottom: 2px solid #e2e3e5;
}

button.go{
    height: 50px;
    width: 80px;
    margin-left: 30px;
    background-color: #3B78E7;
    border: none;
    color: #FFFFFF;
    font-size: 1.5rem;
    text-align: center;
}

/*input.middle:focus {*/
/*    outline-width: 0;*/
/*}*/

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

a {
    color: #0088cc;
    text-decoration: none;
}

.kpage{
    font-size: 1rem;
    width: 1200px;
    margin: auto;
}

.kpage .header{
    margin-bottom: 10px;
}

.kpage .header .breadcrumb{
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
    *display: inline;
    text-shadow: 0 1px 0 #ffffff;
    *zoom: 1;
}

.breadcrumb > li > .divider {
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #999999;
}

.sites{

}

/*.sites .table-row{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*    color: #333333;*/
/*    margin: 10px 0;*/
/*}*/

/*.sites .table-row.nosite{*/
/*    padding-left: 50px;*/
/*}*/

/*.table-row .site-label{*/
/*    width: 60px;*/
/*    background-color: #eee;*/
/*}*/

/*.table-row .sub-label{*/
/*    padding: 5px 10px;*/
/*    background-color: #eee;*/
/*}*/

.sites caption{
    font-size: 1.5rem;
    margin: 10px;
}

.site-table {
    width: 100%;
    text-align: left;
}


.sites table th {
    /*background-color: #f5f5f5;*/
    padding: 10px 0;
}

.sites table tr {
    margin: 10px 0;
}

.sites table td {
    padding: 8px 0;
}

.sites .label-ksite{
    padding: 10px 15px;
    width: 90px;
    text-align: center;
    background-color: #e3e3e3;
}

.sites .label-ksub{
    padding: 5px 10px;
    width: 60px;
    text-align: center;
    background-color: #eeeeee;
}

.sites .label-ksub.long{
    width: 120px;
}

.sites [class*="label-k"]:hover {
    background-color: #ddd;
}

.sites .task-item{
    /*width: 100%;*/
    background-color: #333333;
    color: #ffffff;
    font-size: 1rem;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 4px;
}

.sites .task-item .marker{
    background-color: #3a87ad;
    color: #ffffff;
    padding: 3px 6px;
    border-radius: 4px;
}

.sites .task-item .sub-task-box{
    line-height: 1.9rem;
}

.sites .task-item .sub-task-box .sub-task{
    background-color: #ffffff;
    color: #333333;
    padding: 3px 6px;
}

.sites .worker{
    width: 100%;
    margin-bottom: 10px;
}

.sites .worker .marker{
    background-color: #3a87ad;
    color: #ffffff;
    padding: 3px 6px;
    border-radius: 4px;
}

.sites .worker .log-box{
    background-color: #333333;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px 10px;
    margin: 10px 0;
    border-radius: 4px;
}

.sites .worker .log-box .green-span{
    background-color: green;
    color: #ffffff;
    padding: 3px 6px;
    border-radius: 4px;
}

.sites .worker .marker.inactive{
    background-color: #ee5f5b;
}

.sites .go-box{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin: 5px 0;
}

.sites .go-box .go-btn{
    background-color: #3a87ad;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 15px;
}

.sites .go-box .go-btn.active{
    background-color: #999999;
}

.sites .page-btn-box{
    text-align: center;
    width: 100%;
    margin: 10px 0 20px 0;
}