@charset "utf-8";
/* CSS Document */
html{
	height: 100%;
}
body{
	/*min-width:960px;*/
	height:100%;
	position:relative;
	background:url(../img/login-bg.jpg) center center;
	background-size:cover;
}
body.mingzhewuye {
	background-image: url(../img/login-bg-mzwy.png);
	background-repeat: no-repeat ;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.content{
	position:relative;
	height: 100%;

}
.logo{
	box-sizing:content-box;
	width:100%;
	height:204px;
}
.z5 .copyright-reserve-wrapper {
	height: 32px;
	text-align: center;

}
.z5 .copyright-reserve{
	display: inline-block;
	color: #bcbcbc;
	padding-left: 28px;
	height: 32px;
	line-height: 32px;
	background: url(../img/logo/tcsl_logo.png) center left no-repeat;
	background-size: 24px 24px;
}
.logo-img{

}
.z5 .logo-img{
	background: url(../img/logo/login_logo.png)  bottom center no-repeat;
}
.haoshenghuo .logo-img{
	background: url(../img/logo/login_wg_logo.png)  bottom center no-repeat;
}
.keyijie .logo-img, .yzgyzyjsxy .logo-img{
	background: url(../img/logo/login_kyj_logo.png)  bottom center no-repeat;
}
.cvte .logo-img{
	background: url(../img/logo/login_cvte_logo.png)  bottom center no-repeat;
}
.zydz .logo-img{
	background: url(../img/logo/login_zydz_logo.png)  bottom center no-repeat;
	background-size: 458px 100px;
}
.bjwd .logo-img{
	background: url(../img/logo/bjwd-favicon.png) center no-repeat;
	background-size: 139px;
	text-align: center;
	color: #ccc;
	font-family: "微软雅黑", "黑体";
}
.bjwd .logo-img:after {
	content: '贝特立方千帆科技成本管理系统';
	font-size: 47px;
	position: relative;
	top: 169px;
}
.mhkwz .logo-img{
	background: url(../img/logo/login_mhkwz_logo.png)  80px 50px no-repeat;
	background-size: 210px;
	text-align: center;
	color: #ccc;
	font-family: "微软雅黑", "黑体";
}
.mhkwz .logo-img:after {
	content: '新发展餐饮集团供应链管理系统';
	font-size: 54px;
	position: relative;
	top: 154px;
	left: 20px;
}
.bjjcx .logo-img{
	background: url(../img/logo/login_bjjcx_logo.png)  80px 50px no-repeat;
	background-size: 210px;
	text-align: center;
	color: #ccc;
	font-family: "微软雅黑", "黑体";
	background-position-x: 50%;
	background-position-y: 27px;
}
.bjjcx .logo-img:after {
	content: '金诚信食堂管理系统';
	font-size: 42px;
	position: relative;
	top: 154px;
	left: -2px;
}
.mingzhewuye .logo-img{
	background: none;
}
.yangshi .logo-img{
	background: url(../img/logo/login_yangshi.png)  bottom center no-repeat;
}
.hbjfj .logo-img{
	background: url(../img/logo/login_hbjfj_logo.png)  bottom center no-repeat;
}
.yzgyzyjsxyLogo{
	background: url(../img/logo/login_yzgyzyjsxy_logo.png)  bottom center no-repeat;
}
.table-condensed>tbody>tr>td{
	padding:2px;
}
.login-box{
	padding:60px auto 0px;
}
.mato-logo{
	width:100px;
	height:100px;
	background:url(../img/z3_logo.png);
}
.login-box > .inner{
	width:420px;
	margin:32px auto 0px;
}
a{
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}

/**3d按钮**/
.button{
	display:inline-block;
	width:120px;
	height:32px;
	line-height:30px;
	padding:0px;
	border:0px;
	font-size:14px;
	border-radius:6px;
	text-align:center;
	transition:all 0.2s ease-in-out;
	border-bottom-width:2px !important;
	border-bottom-style:solid !important;
	box-shadow:0px 2px 6px rgba(0,0,0,0.12)
}
.button-m{
	width:100px;
}
.button i{
	left:10px;
	top:8px;
}
/***green***/
.button-green{
	color:#ffffff;
	background-color:#51bf87;
	border-bottom-color:#41996c;
}
.button-green:hover{
	color:#ffffff !important;
	background-color:#51bf87;
	border-bottom-color:#41996c;
}
.button-green:active{
	color:#094e2b !important;
	background-color:#45b17a;
	border-bottom-color:#45b17a;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}

/***blue***/
.button-blue{
	color:#ffffff;
	background-color:#17a5f3;
	border-bottom-color:#0091e0;
}
.button-blue:hover{
	color:#ffffff !important;
	background-color:#29b3ff;
	border-bottom-color:#0091e0;
}
.button-blue:active{
	color:#0e4360 !important;
	background-color:#0881c2;
	border-bottom-color:#0881c2;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}

/***red***/
.button-red{
	color:#ffffff;
	background-color:#db5565;
	border-bottom-color:#af4451;
}
.button-red:hover{
	color:#ffffff !important;
	background-color:#f26d7d;
	border-bottom-color:#af4451;
}
.button-red:active{
	color:#6f212a !important;
	background-color:#cd4656;
	border-bottom-color:#cd4656;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}

/***org***/
.button-org{
	color:#ffffff;
	background-color:#ff7043;
	border-bottom-color:#cc5a36;
}
.button-org:hover{
	color:#ffffff !important;
	background-color:#fd8863;
	border-bottom-color:#cc5a36;
}
.button-org:active{
	color:#833218 !important;
	background-color:#f55f30;
	border-bottom-color:#f55f30;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}
/***orlay***/
.button-orlay{
	color:#ffffff;
	background-color:#5c6bc0;
	border-bottom-color:#49559b;
}
.button-orlay:hover{
	color:#ffffff !important;
	background-color:#4e5cad;
	border-bottom-color:#49559b;
}
.button-orlay:active{
	color:#101635 !important;
	background-color:#414d92;
	border-bottom-color:#414d92;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}
/***yellow***/
.button-yellow{
	color:#ffffff;
	background-color:#f29312;
	border-bottom-color:#c2760e;
}
.button-yellow:hover{
	color:#ffffff !important;
	background-color:#fea328;
	border-bottom-color:#c2760e;
}
.button-yellow:active{
	color:#734609 !important;
	background-color:#e5880a;
	border-bottom-color:#e5880a;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}
/**white**/
.button-white{
	color:#656565;
	background-color:#ffffff;
	border:1px solid #dddddd;
	border-bottom-color:#dddddd;
}
.button-white:hover{
	background-color:#f3f3f3;
}
.button-white:active{
	color:#3c3c3c !important;
	background:#edeaea;
	border-bottom-color:#edeaea;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}
.icon-user{
	background: url(../img/login-user.png) 0px center no-repeat;
}
.icon-password{
	background: url(../img/login-password.png) 0px  center no-repeat;
}
.icon-verificationCode {
	background: url(../img/login-verificationCode.png) 0px  center no-repeat;
}
.icon-date{
	background:url(../img/icon-line-date.png) 18px  center no-repeat;
}
#passwordToggle.login-show {
	background-image: url(../img/login-show-password.png);
}
#passwordToggle {
	display:inline-block;
	width: 38px;
	height: 24px;
	background-image: url(../img/login-hide-password.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;top: 14px;right: 14px;
}
#verificationCode {
	width: 200px;
	background-color: #ffffff;
}
#verificationCodeImg {
	display: inline-block;
	width: 138px;
	height: 50px;
	margin-left: 20px;
	vertical-align: bottom;

	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.mingzhewuye #verificationCode {
	width: 154px;
}
.mingzhewuye #verificationCodeImg {
	width: 120px;
	height: 43px;
	margin-left: 20px;
}
.mingzhewuye .icon-verificationCode {
	background: none;
}
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover{
		background:#29b3ff !important;

}
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover{
	background:#29b3ff !important;
}
.date-label{
	color:#ffffff;
}
.input-bar{


}
.input-focus{
    border-color: #7fc4fa;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.input-bar input{
	box-sizing: content-box;
	border:none;
	height:50px;
	padding:0 0 0 7px;
	outline:none;
	width:363px;
	color:#838383;
	background:none;
	font-size:16px;
	margin-left: 50px;
}
.input-group{
	width:420px;
	float:left;
	margin-top:26px;
	background:#ffffff;
}


.input-group .user-name {
	width:130px;
		margin-left:10px;
		/**background:#ebebe4;**/
		background:#ffffff;
}
.input-group .user-name input{
	margin-left:0px;
	width:120px;
	margin-left:5px;
	background:#ffffff;
}
.password{
	/**display:none;**/
}
.txt-gray{
	color:#b9b9b9 !important;
}
.input-group .input-bar{
	margin-top:0px;
	float:left;
}
.button-block{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:22px;
	font-family:"微软雅黑", "黑体";
	font-weight:bold;
	color:#ffffff;
	border-bottom:0px !important;
}
.checkbox{
	display:inline-block;
	width:20px;
	height:20px;
	border:none;
	cursor:pointer;
	margin:0px;
	background-color:transparent;
	background:url(../img/checkbox.png);
}
.checkbox-active{
	background:url(../img/checkbox-active.png);
}
.checkbox-line{
	height:20px;
	line-height:20px;
	margin-top:30px;
}
.checkbox-line .year{
	display:inline;
	border:none;
	padding:0px;
	font-size:16px;
	text-decoration:underline;
	cursor:pointer;
	outline:none;
	color:#17a5f3;

}
.datetimepicker{
}
.table-condensed .prev ,.table-condensed .next{
	width:15px !important;
	height:11px !important;

}
.table-condensed .prev{
	background:url(../img/prev.png) no-repeat left center;
}
.table-condensed .prev:hover{
	background:url(../img/prev.png) no-repeat left center;
}
.table-condensed .next{
	background:url(../img/next.png) no-repeat right center;
}
.table-condensed .next:hover{
	background:url(../img/next.png) no-repeat right center;
}
.checkbox-line span{
	float:left;
	font-size:14px;
	color:#565656;

	margin-left:10px;
}
.checkbox-line a{
	float:right;
	color:#565656;
	font-size:12px;
}

.checkbox-line a:hover{
	text-decoration:underline;
}
.checkbox-line .checkbox{
	float:left;
}
.qr-pane{
	height:369px;
}
.clear{
	clear:both;
}
.qr-pane .qr-code{
	display:block;
	width:200px;
	height:200px;
	margin:40px auto 0px;
}
.sup-text{
	width:100%;
	margin-top:14px;
	font-size:14px;
	color:#ffffff;
	text-align:center;
}
.login-wrapper{
	width:100%;
}
.icon-bookmark{
	padding-left:30px;
	height:22px;
	background:url(../img/book-icon-c.png) no-repeat left center;
}
.datetimepicker table tr td span{

}
.tip-change li{
	display:none;
}
.tip-change .active{
	display:block;
}
.login-box h3{
	margin-top:0px;
	margin-bottom:0px;
	font-size:20px;
	padding:28px 0px 0px;
	font-weight:bolder;
	font-family:"微软雅黑", "黑体";
}
.login-box h5{
	margin-top:0px;
	margin-bottom:0px;
	padding:14px 40px 0px;
	font-size:12px;
	font-weight:normal;
	color:#858585;
}
.tab-pane{
	/*padding-top:50px;*/
}
.checkbox-inline{
	font-size:12px;
}
.login-box .checkbox-bar{
	width:100%;
	height:26px;
	font-size:12px;
	margin-top:18px;
	float:left;
}
.dummy-bar{
	width:100%;
	height:26px;
	float:left;
}
.login-box .checkbox-bar .pull-right{
	color:#ffffff;
}
.checkbox-bar .checkbox{
	float:left;
}
.checkbox-bar span{
	float:left;
	margin:2px 6px;
	color:#ffffff;
}
.tab-pane .more-input{
	width:100%;
	height:25px;
	line-height:25px;
	float:left;
	margin-top:28px;
	cursor:pointer;
	background:url(../img/more.png) top center no-repeat;
}
.tab-pane .more-input:hover{
	background:url(../img/more.png) bottom center no-repeat;
}
.login-box .button-bar{
	width:100%;
	float:left;
	margin-top:17px;
}
.login-box .inner{
}
.login-box .inner .tip-control{
	position:absolute;
	width:68px;
	height:68px;
	right:0px;
	top:0px;
	cursor:pointer;
	background:url(../img/change_qr.png) top center;
}
.login-box .inner .tip-control-active{
	background:url(../img/change_qr.png) bottom center;
}
.footer{
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	position:absolute;
	bottom:15px;
	opacity:0.6;
}

.footer .inner{
	height:32px;
	line-height: 32px;
}
.footer a {
  color: #3c3c3c;
}
.footer ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  display: inline;
}
.footer ul li + li {
  margin-left: 10px;
}
.footer a{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #bcbcbc;
	text-shadow:1px 1px 1px rgba(0,0,0,0.12);
}
.footer a:hover{
	color:#ffffff;
}
.footer a{
	margin:0px 2px;
}


.link-list{
	margin:40px 10px 0px;
}
.link-list h5{
	font-size:12px;
	color:#717171;
	margin-bottom:14px;
}

.date-bar{
	width:100%;
	float:left;
	margin-top:24px;
}
.date-bar .inner{
	width:100%;
	float:left;
}
.date-bar input{
	width:150px;
	text-align:center;
	border:1px solid #dddddd;
	border-radius:0px;
	color:#3c3c3c;
	background:rgba(255,255,255,0.7);
}
.date-bar .year-picker{
	width:100px;
}
.date-bar .date-picker{
	background-image:url(../img/date-icon-mini.png);
	background-position:4px center;
	background-repeat:no-repeat;
}
.date-label{
	font-size:12px;
}

.today{
	background: #ffffff;
    color: #565656;
	margin-top:12px !important;
	border:1px solid #dddddd !important;
}
.today:hover{
	background:#dddddd !important;
}
.input-box{
	width:100%;
	float:left;
}
.tab-pane{
	width:100%;
	float:left;
}
.mato-button-group{
	width:100%;
	float:left;
	background:url(../img/op_line.png) top center repeat-x;
}
.mato-button-group .item{
	display:inline-block;
	width:70px;
	height:70px;
	margin:22px 14px 0px 14px;
	/*cursor:pointer;*/
}
.mato-button-qr{
	background-image:url(../img/login_mato_icon.png);
	background-position:0px 0px;
}
.mato-button-dog{
	background-image:url(../img/login_mato_icon.png);
	background-position:-210px 0px;
}
.mato-button-password{
	background-image:url(../img/login_mato_icon.png);
	background-position:-70px 0px;
}
.mato-button-date{
	background-image:url(../img/login_mato_icon.png);
	background-position:-140px 0px;
}

/*.mato-button-qr:hover{*/
/*	background-position:0px -70px;*/
/*}*/
/*.mato-button-password:hover{*/
/*	background-position:-70px -70px;*/
/*}*/
/*.mato-button-date:hover{*/
/*	background-position:-140px -70px;*/
/*}*/
/*.mato-button-dog:hover{*/
/*	background-position:-210px -70px;*/
/*}*/

.date-bar{
	height:56px;
}
.date-bar .inner{
	display:none;
}
.qr-pane{
	display:none;
}

/*==============明喆===========*/
.mingzhewuye .mato-button-qr{
	background:url(../img/icon-qr-gray.png) no-repeat center;
}
.mingzhewuye .mato-button-dog{
	background:url(../img/icon-dog-gray.png) no-repeat center;
}
.mingzhewuye .mato-button-password{
	background:url(../img/icon-password-gray.png) no-repeat center;
}
.mingzhewuye .mato-button-date{
	background:url(../img/icon-date-gray.png) no-repeat center;
}
.mingzhewuye .mato-button-qr:hover{
	background:url(../img/icon-qr.png) no-repeat center;
}
.mingzhewuye .mato-button-dog:hover{
	background:url(../img/icon-dog.png) no-repeat center;
}
.mingzhewuye .mato-button-password:hover{
	background:url(../img/icon-password.png) no-repeat center;
}
.mingzhewuye .mato-button-date:hover{
	background:url(../img/icon-date.png) no-repeat center;
}
.mingzhewuye .mato-button-group {
	background: none;
	text-align: center;
}
.mingzhewuye .inner {
	width: 100%;
}
.mingzhewuye .tab-pane {
	width: 454px;
	float: right;
	margin-right: 218px;
	background: #ffffff;
	border-radius: 6px;
}
.mingzhewuye .input-group, .mingzhewuye  .button-bar {
	width: 362px;
	margin-left: 46px;
}
.mingzhewuye .input-group {
	border: 2px #5da19c solid;
	border-radius: 6px;
}
.mingzhewuye .button-block {
	background-color: #5da19c;
}
.mingzhewuye .input-bar input {
	width: 300px;
	height: 44px;
}
.mingzhewuye .icon-user {
	background: url(../img/login-user-mzwy.png) 12px center no-repeat;
}
.mingzhewuye .icon-password {
	background: url(../img/login-password-mzwy.png) 12px center no-repeat;
}
.mingzhewuye .mzwy-title {
	font-size: 26px;
	color: #5da19c;
	text-align: center;
	font-family: "微软雅黑", "黑体";
	margin-top: 60px;
	margin-bottom: 26px;
}
@media screen and (min-width: 1440px) {
	.mingzhewuye .mzwyLogo {
		height: 100px;
	}
}
@media screen and (min-width: 1920px) {
	.mingzhewuye .mzwyLogo {
		height: 250px;
	}
}
@media screen and (min-width: 2560px) {
	.mingzhewuye .mzwyLogo {
		height: 350px;
	}
}
.mingzhewuye .qr-pane {
	height: 485px;
}
.mingzhewuye .qr-code{
	margin: 144px auto;
	position: relative;
}

/*==========以下部分是Validform必须的===========*/

.Validform_checktip{
	box-sizing:content-box;
	margin-left:40px;
	height:44px;
	line-height:44px;
	color:#999;
	padding:0px 20px;
	position:absolute;
	font-size:14px;
}

.Validform_right{
	color:#426f12;
	border:3px solid #7cb342;
	white-space:nowrap;
	background:#c5e1a5 no-repeat left center;
}
.Validform_wrong{
	color:#ca2222;
	border:3px solid #ff5252;
	white-space:nowrap;
	background:#ffc1c1 no-repeat left center;
}
.Validform_loading{
	padding-left:20px;
	background: no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}

#enctypt_form label{
	font-weight: normal;
	margin-right: 0px;
}
#enctypt_form .col-sm-9{
	position: relative;
	left:-12px;
}
.encrypt-mask{
	position: absolute;
	background-color: rgba(0,0,0,.1);
	width: 100%;
	height: 100%;
	z-index: 50;
	left:0;
	top:0;
	display: none;
}

.encrypt-square{
	z-index: 100;
    width: 110px;
    height: 70px;
    border-radius: 8px;
    background-color: rgba(0,0,0,.8);
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top:-35px;
    margin-left: -55px;
    padding-top: 10px;
}
.encrypt-square:after{
	content: '验证中...';
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom:4px;
	left: 0px;
	width: 120px;

}
#mod_password .popover {
	background-color: #ee0101;
	color: #fff;
	font: 12px/18px "\5b8b\4f53",Tahoma;
	opacity: 0.87;
}
#mod_password .popover.bottom>.arrow {
	left: 22%;
	top: -8px;
	border-bottom-color: #ee0101;
}
#mod_password .popover.bottom>.arrow:after {
	border-bottom-color: #ee0101;
	opacity: 0.87;
}
#mod_password .popover-content {
	padding: 2px 14px;
}
#mod_password .popover.bottom {
	margin-left: 90px;
}
#mod_password .button {
	outline: none;
	border-color: transparent;
}
.login-backdrop.open{
	background: #ffffff;
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.sms-login-group, .sms-login-bar {
	display: none;
}
.sms-login, .common-login {
	width: 100%;
	float: left;
	color: #17a5f3;
	text-align: right;
	display: none;
}
#sms-verification-code {
	width: 200px;
	background-color: #ffffff;
}
.sms-verification-group {
	background: none;
	position: relative;
}
#sms-verification-btn {
	display: inline-block;
	width: 157px;
	vertical-align: top;
}
.sms-login-btn-disable {
	background-color: #ccc;
}
.sms-login-btn-disable:hover, .sms-login-btn-disable:focus {
	color: #fff;
}
.sms-login-timer {
	width: 157px;
	position: absolute;
	top: 13px;
	right: -167px;
	color: #fff;
	display: none;
}
.icon-phone-verification{
	background: url(../img/login-password.png) 0px  center no-repeat;
}
