.w960{width:960px;}
.mbottom30{margin-bottom:30px;}
body {
    background-color: #ebeff2;
    font-family:"微软雅黑", "Helvetica Neue","Helvetica"," Arial", "sans-serif";
}
.none{display:none;}
textarea{resize:none;}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{outline:none;border:none;}
html {
	margin: 0 auto;
	padding: 0;
	/*overflow-y: hidden;*/
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c8cdd2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:   #c8cdd2;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c8cdd2;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:   #c8cdd2;
}

h4{line-height:18px; font-size:14px; padding-top:0px; padding-bottom:0px;}
a,a:focus{outline: none; }
.co{
	width:-webkit-calc(100vw - 50px);
	width:calc(100vw - 55px);
	margin:0 auto;
}
.wrap-outer {
    padding-left: -webkit-calc(100vw - 100%);
	padding-left: calc(100vw - 100%);
}
.btn-bs{font-weight: 500;
    color: #7952b3;
    border-color: #7952b3;}
.table-bart{
    background-color: #fff;
    border-color: #4488bb;
    border-style: none;
    border-width: 1px;
    float: left;
    text-align: left;
    transition: width 2s ease 0s;
    white-space: nowrap;
}

.formBtn button,.buttonCommon{float:right;margin-left:10px;border-radius:2px;padding:0px 18px; height:34px;border:none;}

.bar{
    background-color: #b9def0;
    border-color: #4488bb;
    border-style: none none none solid;
    border-width: 0;
    color: #333;
    float: left;
    font-size: 16px;
    height: 44px;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    transition: width 2s ease 0s;
    white-space: nowrap;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bar-green{
    background-color: #c3f0d3;
    border-style: none none none solid;
    border-width: 0;
    color: #333;
    float: left;
    font-size: 16px;
    height: 44px;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    transition: width 2s ease 0s;
    white-space: nowrap;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bar-red{
    background-color: #f0d2bd;
    transition: width 1s ease 0s;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group > li{
    height: 46px;
    margin-bottom: -1px !important;
}
.text-muted{
    margin: 5px 8px;
}

/*.navbar-nav > .active {
	color: #333;
	font-size: 22px;
	background-color: #ecf0f1;
	td{
    font-size: 18px;
    height: 50px;
    line-height: 30px;
    padding: 8px;
}
}

 for sco.message.js */
#page_message {
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
    display: none;
    font-size: 16px;
    overflow: visible;
    text-align: center;
    left: 0;
    top: 0;
    /* place over all elements, also over popups */
    z-index: 10001;
    width: 100%;
    /* border: 1px solid;*/
    color: #fff;
    padding: 15px;
    position: fixed;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.page_mess_error {
    background-color: #de4343;
    border-color: #c43d3d;
}
.page_mess_ok {
    background-color: #48bb5e;
    border-color: #309343;
}

.loading{
    width:auto;
    padding-right:20px;
    height:56px;
    position: absolute;
    top:50%;
    left:40%;
    line-height:56px;
    color:#fff;
    padding-left:60px;
    font-size:15px;
    background: #000 url(../images/loader.gif) no-repeat 10px 50%;
    opacity: 0.7;
    z-index:9999;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.noDataCon{
    width:100%;
    padding-top:211px;
    position: absolute;
    top:11%;
    color:#70808F;
    text-align: center;
    font-size:15px;
    background:url(../images/noData.png) no-repeat center;
    z-index:99;
}
.noAlarmCon{
    width:100%;
    padding-top:172px;
    position: absolute;
    top:11%;
    color:#333;
    text-align: center;
    font-size:14px;
    background:url(../images/noAlarm.png) no-repeat center;
    z-index:99;
}
.noMonitorData{
    width:100%;
    padding-top:172px;
    position: absolute;
    top:11%;
    color:#333;
    text-align: center;
    font-size:14px;
    background:url(../images/noMonitorData.png) no-repeat center;
    z-index:99;
}
#metricInfo td{
white-space:normal; max-width:400px;
word-break:break-all;
}
#devInfo td{
white-space:normal; max-width:400px;
word-break:break-all;
}
#subResTables td{
white-space:normal; max-width:200px;
word-break:break-all;
}
.page-form-control > .placeholder {
    color: #999;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-indent: 10px;
}
.page-form-control{position:relative;}
.form-control {
border: 1px solid #D4D2D2;
box-shadow:none;
color:#71808f;
}
.form-group label{color:#71808f;font-weight:normal;}
.selLeft .form-group label{color:#000;font-weight:bold;}
.inline-ul{overflow:hidden; margin-bottom:15px;margin-top:15px;}
.inline-ul li{float:left; width:49%;overfow:hidden; margin-left:2px; margin-right:3px;}


.tableListCon {
	padding:0px;

}
.tableListCon ul, .listCon {
    overflow: hidden;
    display:table;

}
.tableListCon ul{border: 1px solid #e4e4e4;}
.tableListCon ul,.tableListCon ul li{margin:0px;padding:0px;width:100%;}
.tableListCon ul li {
    background-color: #fff;
    border-bottom: 1px solid #e9eaea;
    color: #000;
    display: table-row;
    list-style: outside none none;
    overflow: hidden;
}
.tableListCon ul li:hover, .tableListCon ul li:nth-of-type(2n+1):hover {
    background-color: #e8f2f8;
}
.tableListCon ul li:last-child {
    border-bottom: medium none;
}
.tableListCon ul li:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.tableListCon ul li span {
    display: table-cell;
    line-height: 20px;
    border-bottom: 1px solid #e9eaea;
    padding: 5px 10px;
    padding-bottom:10px;
    text-align: left;
}
.tableListCon ul li span:nth-child(1) {
    border-right: 1px solid #e9eaea;
    width: 40%;
    text-align:right;
}
#remarkName{
	 vertical-align:middle;
}
.tableListCon ul li span:nth-child(2) {
    color: #3c8abd;
    font-weight: bold;
    width: 60%;
    word-break: break-all;
    word-wrap: break-word;
}
.hidden{display:none;}
.selLeft{float:left; margin-right:50px; margin-bottom:10px;}
.selRight{float:right; }
.selRight .form-group{float:left; margin-right:10px;}
.navbar-fixed-top{
	opacity: 0.9;
}
#subResTables h2,#devTitle,#metricTitle{
	margin:0 0 17px;
}
.toolTip{box-shadow: 0 0 10px #2980b9; border: 1px solid #2980b9;border-radius: 5px; padding:5px 10px;}

.ty:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ty {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    display: block;
    font-weight: 400;
    margin-bottom: -1px;
    padding: 0 15px;
}
.tyTitle, .d {
    font-size: 16px;
    padding: 7px 15px;
    text-align:center;
}
.by {
    margin-bottom: 20px;
    padding-left: 0;
}
a.ph, button.ph {
    color: #999;
     text-decoration: none;

     cursor:default;

}
.tt{
     max-width:85%;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     display:inline-block;
}
a.ph:hover, button.ph:hover, a.ph:focus, button.ph:focus {
    color: #999;
    text-decoration: none;
}
.ph {
    background-color: transparent;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: -1px;
    padding: 6px 15px 2.5px;
    position: relative;
    text-decoration: none;
}
.tz {
    background-color: #c5e8fc;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.tz0 {
    background-color: #fefefe;
    bottom: 0;
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.dy {
    float: right !important;
    color: #999999;
}
.ph:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}
.chartDiv {text-align:center; background-color:#fff;position:relative; }
.chartDiv h3{position:absolute; top:10px;color:#605e5e; width:100%;}
.chartDiv p{position:absolute; top:65px;font-size:12px; color:#9f9e9e;width:100%;}
.twoMenu{padding:5px 0px 5px 30px;}
.letterShow{    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 225px;
    display: inline-block;
    word-break: break-all;}
.fa-calendar{cursor:pointer;}
/*弹出层样式*/
.ui-widget{font-family:"微软雅黑", "Helvetica Neue","Helvetica"," Arial", "sans-serif" !important}
.ui-widget .form-control{border-radius:4px;}
/*按钮样式*/
.btn .btn:focus{outline:none;}
.btn .glyphicon{margin-right:3px;}
.btn-primary1{background-color:#2980b9;border:none;border-radius:2px;}
.btn-primary1:hover,.btn-primary1:focus{background-color:#236d9e;outline:none;}
.btn-success1{background-color:#5cb85c;border:none; border-radius:2px;}
.btn-success1:hover,.btn-success1:focus{background-color:#08a208;outline:none;}
.btn-danger1{background-color:#e74a3a;}
.btn-danger1:hover,.btn-danger1:focus{background-color:#d52c1a;outline:none;}
.btn-default1{background-color:#6c7883;color:#fff;}
.btn-default1:hover,.btn-default1:focus{background-color:#545e64;color:#fff;outline:none;}
.btn-default2{border-radius:2px;margin-left:10px;color:#999999}
.btn-default2:hover,.btn-default2:focus{}
.btn-default[disabled]{border-radius:2px;border:1px solid #d9d9d9;opacity:1;margin-bottom:10px;margin-left:10px;background-color:#efefef; color:#9a9a9a;}
.btn-default3[disabled]{margin-bottom:0px;}
/*浮动层样式*/
.tooltip{opacity:1;border-radius:3px;}
.tooltip.bottom .tooltip-arrow{border-bottom-color:#ebebeb;left:78%;}
.tooltip-inner{text-align:left; line-height:1.5;background-color:#ebebeb; border:1px solid #ebebeb;color:#666; padding:10px 5px;}
/*弹出框样式*/
.ui-button-icon-only .ui-button-text{display:none;}
.ui-widget-header { border: 1px solid #aaaaaa; background-color:red; color: #222222; font-weight: bold; }
.ui-widget-content.ui-widget{border:none;}
.ui-dialog{padding:0px;}
.ui-dialog .ui-dialog-content{overflow-x:hidden;}
.ui-dialog .ui-widget-header{background:none; background-color:#fff; border-radius:0px; line-height:31px;border:none; border-bottom:1px solid #ebeff2;font-size:18px; color:#6e7883;}
.ui-widget-header .ui-dialog-titlebar-close{background:none;border:none;color:#6e7883;}
.ui-widget-header .ui-dialog-titlebar-close:focus{outline:none;}
.ui-widget-content{background:#f4f8fb;color:#71808f;}
.ui-state-default .ui-icon{background:url(../js/tool/time/jquery.timepicker/images/close-1.png) no-repeat;}
.ui-state-default .ui-icon:hover,.ui-state-default .ui-icon:focus{background:url(../js/tool/time/jquery.timepicker/images/close-2.png) no-repeat;}
 .ui-widget button{font-size:14px;}
.ui-dialog-buttonset .ui-button{vertical-align: middle;color:#fff; cursor:pointer;border:none; font-size:14px;text-align:center;border-radius:2px;font-weight:normal;white-space: nowrap; padding:0px 5px; height:34px; line-height:1.42857;}
.ui-dialog-buttonset .ui-button:focus,.ui-dialog-buttonset .ui-button:hover{border:none; outline:none;}
.ui-dialog-buttonset .btn-primary{background:#2980b9;}
.ui-dialog-buttonset .btn-primary:focus,.ui-dialog-buttonset .btn-primary:hover{background-color:#236d9e;}
.ui-dialog-buttonset .btn-default{background:#fff;color:#71808f;border:1px solid #dbe0e4;}
.ui-dialog-buttonset .btn-default:focus,.ui-dialog-buttonset .btn-default:hover{border:1px solid #dbe0e4;background:#dbe0e4;}
.ui-widget-content.ui-helper-clearfix{background:#fff;}
.ui-dialog .ui-dialog-buttonpane{margin-top:0px;}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{font-family:"微软雅黑", "Helvetica Neue","Helvetica"," Arial", "sans-serif" !important;}
/*生成表单弹出框*/
.infoDialog{font-size:14px;color:#71808f;}
.infoDialog textarea{resize:none; height:100px;}
.infoDialog .form-group.last{margin-bottom:0px;}
.successDialogTip{color:#71808f; font-size:18px;text-align:center; margin-bottom:10px;}
.successDialogTip p{position:relative;}
.codeInputDiv input{display:inline-block; margin-right:10px;}
.codeInputDiv p{text-align:right; color:#3499db; margin-top:5px; padding-right:5px;line-height:1.2;height:12px;}
.codeInputDiv button{position:relative; top:-2px;}
.createCodeDialog .dec{color:#aab3bc;}
.createCodeDialog .checkbox{color:#71808f;}
/*普通表单文字颜色大小*/
.commonFormCon{max-width:690px; /* padding:10px; */margin:0px auto; background:#fff; min-height:420px;}
@media (min-width: 320px) {
  .commonFormCon{margin-top:1rem;}
}
@media (min-width: 992px) {
  .commonFormCon{margin-top:4rem;}
}
.commonFormCon h2{color:#495c6e; font-size:18px;margin-bottom:10px;}
.commonFormCon .form-horizontal{margin-top:30px;}
.commonFormCon .control-label{font-size:14px; color:#71808f;font-weight:normal;}
.commonFormCon .form-control{border-radius:2px;}
.commonFormCon button{margin-top:10px;}
/*验证码刷新*/
.icon-refresh{color:#b5b9bc; font-size:24px;margin:0px 0 0 10px; position:relative; top:7px;transition: 0.4s ease-in;}
/* .refresh-animate{color:#787d82;transform: rotate(360deg);}
.icon-refresh:hover{color:#787d82;transform: rotate(360deg);} */
.createCode{margin-left:10px;}
.icon-refresh,.createCode{cursor:pointer;}
.toggleHead{cursor:pointer;}
.closeBody .toggleHead{border-bottom:none;}
.closeBody .panel-body{display:none;}
.panel-heading .toggleImg{float:right; position:relative; top:5px;}

/*切换显示全部*/
.bootstrap-switch{border-radius:2px;}
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
}
.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:0px;border-top-left-radius:0px;}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on{padding: 6px 8px;}
.bootstrap-switch.bootstrap-switch-on{border:1px solid #5cb85c;}
.ui-dialog-buttonset .ui-button.noConflict{padding:.4em 1.4em;}
.messageFast{position:relative;}
.messageIcon{margin-top:-5px;}
.readNum{position: absolute;top: -5px;left: 11px;font-size: 12px;background-color:#f96869;border-radius:15px; height:15px; line-height: 15px;text-align: center;z-index:9;}
/*新增图标样式*/
.glyphicon1{margin-left:10px;height: 15px;width: 14px;position: relative;top: 2px;margin-right: 5px; color: #428bca;}
.glyphicon-th-list1{background: url(../images/glyphicon-th-list1.png) no-repeat;}
.glyphicon-cog1{background: url(../images/glyphicon-cog1.png) no-repeat;}
.glyphicon-remove1{background: url(../images/glyphicon-remove1.png) no-repeat;}
.glyphicon-edit1{background: url(../images/glyphicon-edit1.png) no-repeat;}
.glyphicon-remove1{background: url(../images/glyphicon-remove1.png) no-repeat;}
.glyphicon-retweet1{background: url(../images/glyphicon-retweet1.png) no-repeat;}

.showAlarm{
    padding-top: 40px;
    color:#70808F;
}
.alarmImg{
    display:inline-block;
    text-align:center;
    width: 42%;
    border-right:1px dashed #d0d0d0;
}
.alarmText{
    display:block;width: 100%;padding: 0 0 15px 20px;
}
.alarmNum{
    font-size: 30px;
    padding-left:5px;
}

.alarmNumSmall{
    font-size: 20px;
    padding-left:5px;
}
#messageMenuFast{
	margin-right:10px;
}
input:focus::-webkit-input-placeholder { color:transparent; }

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder { color:transparent; }

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder { color:transparent; }

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder { color:transparent; }

.glyphicon-top{
    top: 10px;
}
.text-color{
    color: #418bc9;
}
.bg-color{
    background-color: #418bc9;
}
.floatBox .curchosen{
    background-color: #418bc9;
    color: #fff;
}
