﻿@charset "utf-8";
/* CSS Document */

/*login page*/
.tip_login {
    color: #000;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin: 8px 0 16px;
}

.device_sn {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0 16px;
}

.round_6px {
    border-radius: 6px;
}

.code {
    background: url(../images/code.jpg) repeat-x;
    font-size: 18px;
    font-style: italic;
    color: #f00;
    border: 0;
    padding: 2px 3px;
    letter-spacing: 3px;
    width: 6em;
    cursor: default;
    margin-left: 8px;
}

.login_bg{
    background: url(../images/login_back.jpg);
    background-repeat: no-repeat;
    background-size: 65% 210%;
    background-position: center 35%;
}


/*panel page*/
body.panel {
    background-color: #6f9ece;
    height: 50px;
    overflow: hidden;
}

samp.log_out,
samp.help {
    color: #fff;
    top: -5px;
    text-decoration: none;
    position: relative;
}

.language {
    color: #fff;
    position: relative;
    top: -3px;
}

.language_select {
    position: relative;
    top: -3px;
    color: #333;
    width: 75px;
}

#refresh {
    position: absolute;
    right: 30px;
    top: 10px;
    font-weight: normal;
}

#refresh span {
    color: #333;
}

#refresh_second {
    width: 5px;
}

/*content*/
#wrap {
    padding: 15px 30px;
}

#position {
    margin-left: 0px;
    font-weight: bold;
    color: #26457A;
}

#position a {
    text-decoration: none;
    color: #26457A;
}

#position samp {
    font-size: 14px;
}

/*cpu statistic*/
#cpuStatWrap {
    width: 30px;
    height: 50px;
    border: 1px solid #666;
    float: left;
    margin-bottom: 2px;
    position: relative;
    overflow: hidden;
}

#cpuPercent {
    width: 100px;
    height: 25px;
    float: left;
    padding-top: 25px;
    padding-left: 5px;
}

#cpuGraphics {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: #00FF00;
}

.cpu1 {
    color: #00FF00;
}

.cpu2 {
    color: #FFCC00;
}

.cpu3 {
    color: #FF0000;
}

/*sub menu*/
#menu {
    list-style: none;
}

.content_menu {
    height: 28px !important;
    height: 28px;
    padding: 0 0 0 0px;
    margin: 10px 0 20px;
}

.menu {
    height: 100%;
    border-bottom: 1px solid #828177;
}

.menu li {
    float: left;
    cursor: pointer;
    height: 20px;
    padding: 4px 8px 0 8px;
    font-size: 12px;
    margin: 2px 1px 0 6px;
}

.menu li label {
    cursor: pointer;
}

.menu_notactive {
    color: #fefefe;
    font-size: 12px;
    background-color: #6F9ECE;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
}

* html .menu_notactive {
    bottom: -2px;
    position: relative;
}

/*兼容ie 6.0*/
.menu_active {
    color: #26457A;
    font-size: 12px;
    font-weight: bold;
    background-color: #efefef;
    border-top: 3px solid #26457A;
    border-left: 1px solid #828177;
    border-right: 1px solid #828177;
    border-bottom: 1px solid #efefef;
    bottom: 1px;
    position: relative;
}

* html .menu_active {
    bottom: -1px;
}

/*兼容ie 6.0*/

/*diag*/
#diag_result {
    border: 1px solid #808080;
}

#diagIcon {
    height: 11px;
    width: 20px;
    line-height: 11px;
    margin-right: 100px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: clip;
    position: relative;
    bottom: -5px;
    cursor: pointer;
}

.diagShow {
    background: url(../images/show1.gif) no-repeat;
}

.diagHide {
    background: url(../images/hide1.gif) no-repeat;
}

/*performance*/
.performance_container {
    box-sizing: border-box;
    padding: 2px;
    margin: 0px 0px 2px 10px;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    float: left;
}

.legend table {
    border-spacing: 5px;
}

.performance_legend {
    cursor: pointer;
}

.performance_more {
    height: 18px;
    line-height: 18px;
    width: 100%;
    clear: both;
    text-align: right;
}

.performance_more samp {
    color: #26457A;
    cursor: pointer;
    font-size: 14px;
}

.performance_wrap {
    height: 110px;
    width: 190px;
}

.performance_inner {
    height: 85px;
    width: 190px;
    padding-bottom: 2px;
}

.performance_tip {
    position: absolute;
    margin-top: 2px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

/*遮罩层*/
#mask {
    width: 100%;
    height: 100%;
    background-color: #333333;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

/*模态框的模板*/
#dialog {
    width: 40%;
    min-height: 5%;
    max-height: 100%;
    border: #333333 solid 1px;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 3px 3px #666666;
    box-shadow: 3px 3px 3px 3px #666666;
    position: fixed;
    background-color: white;
    z-index: 2;
    display: none;
}

#dialog > header {
    font-size: 18px;
    position: relative;
    border-bottom: silver solid 1px;
    padding: 10px;
}

#dialog > header > span:last-child {
    position: absolute;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #CCCCCC;
}

#dialog > header > span:last-child:hover {
    color: #666666;
    cursor: pointer;
}

#dialog > div {
    font-size: 14px;
    border-bottom: silver solid 1px;
    padding: 10px;
}

#dialog > footer {
    padding: 10px 10px 10px 78%;
    text-align: right;
}

/*设置模态框的位置--页面居中*/
.dialog_position_center {
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*设置模态框的位置--页面顶部居中*/
.dialog_position_top {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*所有按钮的模板*/
[id*="btn"], [class*="btn"] {
    display: inline-block;
    background-color: #337AB7;
    border: #666666 solid 1px;
    border-radius: 3px;
    padding: 8px 16px;
    color: white;
    cursor: pointer;
}

/*可输入下拉框*/
/*
<div class="select_input_warp">
	<select id="select_input_select" class="select_input_select" onclick="selectInputChange()">
		<option class=""  name ="开发" id ="开发" value ="开发">1.开发</option>
	</select>
	<input type="text" id="select_input_input" name="options" class="select_input_input" value="" placeholder="please Inpur value">
</div>
*/
.select_input_warp {
    position: relative;
}

.select_input_input {
    position: absolute;
    left: 0;
    height: 15px;
    width: 177px;
}

.select_input_select {
    width: 200px;
    height: 19px;
}

