/** 下拉列表相关样式  */
#select-picker-div {
	width: 150px;
	padding: 4px 0;
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 99998;
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	list-style: none outside none;
	white-space: nowrap;
}

#select-picker-div ul {
	margin: 0;
	padding: 0;
}

#select-picker-div ul li {
	margin: 0;
	padding: 2px;
	clear: both;
	color: #333333;
	display: block;
	font-weight: normal;
	line-height: 18px;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

#select-picker-div ul li input {
	vertical-align: middle;
	margin-right: 3px;
}
/** 选中的样式 */
#select-picker-div ul li.ui-state-default {
	color: #ffffff;
	background: #0088cc;
	border: none;
}

#select-picker-div .bottom {
	text-align: right;
	border-width: 1px 0pt 0pt;
	background-image: none;
	margin: 0.3em 0pt 0.3em 0pt;
	padding-top: .3em;
}

#select-picker-div .bottom a {
	margin-left: .5em;
	text-decoration: none;
	margin-right: 4px;
}

#select-picker-div .bottom a:hover {
	color: #fff;
	background-color: #FDAB00;
}

/** 动态提示信息相关样式 */
#dynamic-message-div {
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 99998;
}

.button-add {
	background: transparent url(../images/icon_add.gif) no-repeat center;
	margin: 0 4px;
	line-height: 16px;
	cursor: pointer;
	border-width: 0px;
	width: 20px;
	height: 20px;
}

.button-delete {
	background: transparent url(../images/icon_delete.gif) no-repeat center;
	margin: 0 4px;
	line-height: 16px;
	cursor: pointer;
	border-width: 0px;
	width: 20px;
	height: 20px;
}

.field-required {
	color: red;
}

/** 用于取消的链接 */
a.cancel {
	text-decoration: underline;
	padding: 0 4px;
	letter-spacing: 6px;
	color: #0033CC !important;
}

a.cancel:link {
	color: #0033CC;
}

a.cancel:visited {
	color: #0033CC;
}

a.cancel:hover {
	background-color: #0033BB;
	color: #fff !important;
	text-decoration: none;
}
/** jqGrid中自定义操作样式 */
ul.listActions {
	list-style-type: none;
	padding-left: 10px;
}

ul.listActions li {
	display: inline;
}

ul.listActions li a {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
}

ul.listActions li a:hover {
	background-color: #79b7e7;
}

ul.listActions li {
	display: inline;
}

.dialog_link {
	padding: 0.2em 6px 0.2em 20px;
	position: relative;
	text-decoration: none;
}

.dialog_link span.ui-icon {
	left: 0.2em;
	margin: -8px 5px 0 0;
	position: absolute;
	top: 50%;
}

.waiting-icon {
	background: url('../images/wait.gif') no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.textCounter {
	color: #999999;
	margin-bottom: 0;
	margin-top: 6px;
}

.textCounter em {
	color: #444;
	font-family: Constantia, Georgia;
	font-weight: 700;
	font-size: 1.2em;
	padding: 0 5px;
}

.textCounter em.overlimit {
	color: #DA0000;
}

.error {
	color: red;
}

/*************************************************************/
body {
	background: url("../images/body_bg.jpg");
}

#header {
	position: relative;
}

#header .logo {
	widows: 87px;
	height: 22px;
}

#footer {
	text-align: center;
}

.section {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 18px;
}

.section-header {
	background: #F6F6F6;
	background-image: linear-gradient(to bottom, #FAFAFA, #F2F2F2);
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 0 15px;
}

.section-header h3 {
	color: #555555;
	float: left;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.section-actions {
	float: right;
	margin-bottom: 0px;
	margin-top: 9px;
}

.section-body {
	min-height: 18px;
	padding: 9px 15px 0;
}

.section-large .section-header {
	height: 55px;
	line-height: 55px;
}

.section-large .section-header h3 {
	line-height: 37px;
}

.section-large .section-header .section-actions {
	margin-top: 2px;
}

.section-large .section-body {
	padding: 18px 20px 0;
}

#dashboard {
	padding: 15px 0 25px 40px;
}

.quick-button-small {
	background-color: #FAFAFA;
	background-image: linear-gradient(to bottom, #FAFAFA, #EFEFEF);
	border: 1px solid #DDDDDD;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	color: #646464;
	cursor: pointer;
	display: block;
	font-size: 10px;
	padding: 15px 0 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease 0s;
}

.notification-small,.notification {
	background-color: #67C2EF;
	background-image: -moz-linear-gradient(center top, #ACDDF5, #66C1EF);
	border-color: #2FABE9;
}

.notification {
	border-radius: 50em 50em 50em 50em;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px
		rgba(255, 255, 255, 0.3) inset;
	color: white !important;
	height: 16px;
	line-height: 16px;
	padding: 6px 10px;
	position: absolute;
	right: -12px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.25);
	top: -12px;
}

.box{
	margin: 10px 0;
}
.box-header {
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #FAFAFA, #EFEFEF);
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 0 0;
    box-shadow: none;
    height: 40px;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 10px;
}

.box-header h2 {
    color: #646464;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    margin-top: 2px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.box-header h2 i {
    margin: 1px 3px 0 5px;
    opacity: 0.4;
}

.box-header .break {
    border-left: 1px solid #FCFCFC;
    border-right: 1px solid #DDDDDD;
    margin: -12px 10px -10px;
    padding: 12px 0 10px;
}

.box-header .box-icon {
    float: right;
    margin-top: 1px;
}

.box-header .box-icon a {
    margin: 0 5px;
}


.box-header .box-icon i {
    opacity: 0.4;
    transition: all 0.1s ease-in-out 0s;
}


.box-content {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    margin-top: -1px;
    padding: 10px;
}

.loading{
	background: url("../images/loading.gif") no-repeat center center;
	height: 30px;
}
.loading *{
	display: none;
}
.box .no-header{
	display: none;
}
.noty-container{
	display: inline-block;
	width: 250px;
	height: 34px;
	float: right !important;
}
body.modal-open{
	margin-right: 0;
}
.mar0{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.pd2{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.pd0{
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.vertical-words{
	margin: 0 0;
	width: 35px;
	line-height: 22px;
	border: none;
}
.inline-help-block{
	  display: inline-block;
	  margin-top: 5px;
	  margin-bottom: 10px;
	  color: #737373;
}
.nav-pills.nav-stacked>li>a{
	padding-left: 10px;
}
.bootbox.modal{overflow: auto;}
.bootbox.modal>.modal-dialog{padding-top: 22px;}
button[data-bb-handler='cancel']{float:right;}
.size0{padding: 0;border: none;margin: 0;width: 0;height: 0;}
/** bs3轮播样式 */
.carousel-control{top: 30%;bottom: 40%;min-height: 50px;}

.filter-form label{margin-bottom: 0;line-height: 28px;font-weight: normal;vertical-align: bottom;}

.filterd-item{display: none!important;}

.clr-red{color: red;}

/* firefox hack */
@-moz-document url-prefix(){
  input[type="file"] {padding: 0;}	
}

label.control-label.required:before{
	content: "*";
	color: red;
}

.module-info{position: relative;top: -30px;left: 13%;color: #737373;font-size: 15px;width: 87%;background-color: #fff;display: inline;}
/* 更宽的bootstrap弹出框 */
.wide-modal-dialog .modal-dialog{
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}
.break-line{
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

.mail-register-info{
  background: #fff;
  border: 1px solid #ddd;
  padding: 16px 7px 59px 16px;
  margin-top: 30px;
  margin-left: 20%;
  overflow: hidden;
  text-align: center;
  width: 60%;	
}

.mail-register-info h3 {
  font-size: 1.166em;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin: 0;
  text-align: left;
}
.mail-register-info h3 .icon {
  display: inline-block;
  background: url("../images/login-logic-icons.png") no-repeat -55px 0;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.validate-email .content .show-mail {
  background: #7ab521;
  color: #fff;
  font-size: 13px;
  border: none;
  padding: 10px 16px;
  line-height: 1.33;
  text-decoration: none;
}
td.wide-info{
  width: 85%;
}

th.wide-info img{
  max-width: 700px;
}

th.bind-app-name{
	width: 25%;
}
th.bind-app-terminal{
	width: 30%;
}
th.bind-app-type{
	width: 30%;
}
input#msgConnectionNameForEdit{
	margin-bottom: 5px;
}
.install-file-button{
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    margin-left: 10px;
}
.install-file-button input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.install-file-button:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}