@font-face {
    font-family: 'iconfont';
    src: url('../../fonts/iconfont.eot?t=1465890225'); /* IE9*/
    src: url('../../fonts/iconfont.eot?t=1465890225#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/iconfont.woff?t=1465890225') format('woff'), /* chrome¡¢firefox */
    url('../../fonts/iconfont.ttf?t=1465890225') format('truetype'), /* chrome¡¢firefox¡¢opera¡¢Safari, Android, iOS 4.2+*/
    url('../../fonts/iconfont.svg?t=1465890225#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
    height: 100%;
}

.content-container {
    height: 100%;
    width: 100%;
    margin: -60px 0 -30px 0;
    padding: 80px 0 40px 0;
}
/***
Login page
***/
.login {
    background: #f0f4f7;
    font-family: "Microsoft YaHei";
    height: 100%;
    margin:0;
    padding: 0;
    position: relative;
}

a {
    text-decoration: none;
}
    a:hover {
        text-decoration: none;
    }

.login-header {
    background: #fff;
    height: 60px;
    text-align: center;
    font-size: 16px;
    line-height: 58px;
}

.login-header li {
    margin-left: 3%;
}


.login-header .company-name img {
    width: 40px;
}

.login-header .company-name span {
    font-size: 18px;
    margin-right: 50px;
    margin-left: 10px;
    color: #000;
}

    .login-header a {
        color: #505050;
    }
    .login-header a:hover {
        color: #008adf;
    }

.login-main {
    width: 520px;
    height: 520px;
    margin: auto;
    padding: 0 60px;
    background: #fff;
    border-radius: 6px;
    resize: none;
    border: solid 1px #bfbfbf;
    text-align: left;
}

.tenant-logo {
    max-height: 80px;
    border-radius: 5px;
    margin-top: 40px;
}

.login-title {
    font-size: 24px;
    color: #333;
    margin: 20px 0 30px 0;
    text-align: center;
}

.login-sub-title {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: -25px;
    margin-bottom: 20px;
}

.login .iconfont {
    font-size: 20px;
    margin: 7px 2px 4px 12px;
    color: #777;
}

.login-input {
    height: 44px;
    border-radius: 0;
    border: 1px solid #bfbfbf;
}

.login .form-group {
    margin-bottom: 13px;
}

.login-input:focus {
    border: 1px solid #008adf;
}

.login .login-input-error {
    border: 1px solid #a94442;
}


.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #489cf1;
    border-color: #489cf1;
}

.forgot-ps {
    float: right;
    color: #489cf1;
    font-size: 14px;
}

.login-button {
    background-color: #489cf1;
    width: 100%;
    height: 44px;
    color: #fff;
    border: 0;
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 8px;
}

/* ×¢²á°´Å¥ disabled ÑùÊ½ */
.login-button[disabled] {
    opacity: .65;
    cursor: not-allowed;
    box-shadow: none;
}

/***********  ÏÔÊ¾/Òþ²ØÃÜÂëÇÐ»»   ********/
.login .toggle-password {
    z-index: 3;
}

.login .toggle-password-show {
    background-image:url(Images/close_eye_24.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    cursor: pointer;
    height:100%;
    overflow:hidden;
    width:30px;
    text-indent:-9999em;
}

.login .toggle-password-hide {
    background-image:url(Images/open_eye_24.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    cursor: pointer;
    height:100%;
    overflow:hidden;
    width:30px;
    text-indent:-9999em;
}
/*                                         */


.error-place {
    min-height: 15px;
    color: #a94442;
}

    
.validate-code input {
    width: 170px;
    float: left;
    margin-right: 10px;
}

.validate-code img{
    height: 44px;
    border: solid 1px #ddd;
}

.validate-code a {
    height: 44px;
    border: solid 1px #ddd;
    line-height: 2.4;
    border-radius: 0;
}

.validate-code i {
    margin-left: 0 !important;
    font-size: 14px !important;
}

.footer {
    margin-top: 10px;
    width: 100%;
}

.footer p {
    text-align: center;
    color: #666;
}

.registry-main {
    width: 520px;
    height: 640px;
    margin: auto;
    padding: 0 60px;
    background: #fff;
    border-radius: 6px;
    resize: none;
    border: solid 1px #bfbfbf;
    text-align: left;
        /*top: 50%;
    left: 50%;
    margin-top: -330px;
    margin-left: -260px;
    position: absolute;*/
}



.tooltip {
	opacity:initial;
	z-index: 999;
    position:absolute;
   display:inline;
   padding-left:5px;
   padding-top:10px;
   color:#000;
   font-size:14px;
}

/* Trigger text */

.tooltip-item {
	font-weight: bold;
	cursor: pointer;
}

.tooltip-content {
	position: absolute;
	font-size: 12px;
	
    background-image:url(/Content/Images/tsbg.png);
	z-index: 9999;
	width: 488px;
    height:422px;
	bottom: -201px;
	left: 181px;
	margin: 0 0 80px -100px;
	padding: 25px;
	text-align: left;
	border-radius: 10px/50%;
	color: #6f6f6f;
	opacity: 0;
	cursor: default;
	pointer-events: none;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
    .tooltip-content p {
    width:430px;
    padding-left:60px;
    line-height:2;
    padding-top:-15px;
    margin: 0;
    }

.tooltip-turnright .tooltip-content {
	-webkit-transform: translate3d(0,50px,0) rotate3d(1,1,1,6deg);
	transform: translate3d(0,50px,0) rotate3d(1,1,1,6deg);
}

.tooltip-turnleft .tooltip-content {
	-webkit-transform: translate3d(0,50px,0) rotate3d(1,1,1,-6deg);
	transform: translate3d(0,50px,0) rotate3d(1,1,1,-6deg);
}

.tooltip:hover .tooltip-content {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Arrow */

.tooltip-content::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 120px;
	top: 100%;
	background-size: 100%;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.tooltip-turnright .tooltip-content::after {
	left: 25%;
	-webkit-transform: scale3d(-1,1,1) rotate3d(1,1,1,25deg) translate3d(0,-15px,0);
	transform: scale3d(-1,1,1) rotate3d(1,1,1,25deg) translate3d(0,-15px,0);
}

.tooltip-turnleft .tooltip-content::after {
	right: 25%;
	-webkit-transform: rotate3d(1,1,1,25deg) translate3d(0,-15px,0);
	transform: rotate3d(1,1,1,25deg) translate3d(0,-15px,0);
}

.tooltip-turnright:hover .tooltip-content::after {
	-webkit-transform: scale3d(-1,1,1) rotate3d(1,1,1,0) translate3d(0,-5px,0);
	transform: scale3d(-1,1,1) rotate3d(1,1,1,0) translate3d(0,-5px,0);
}

.tooltip-turnleft:hover .tooltip-content::after {
	-webkit-transform: rotate3d(1,1,1,0) translate3d(0,-5px,0);
	transform: rotate3d(1,1,1,0) translate3d(0,-5px,0);
}


.user-notice {
    font-size: 18px;
}


.user-notice  p{
    margin-bottom: 20px;
}