body {
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.fixed {
	clear: both;
}

/* ==============================================================================
=== header-s ====================================================================
===============================================================================*/
#header-s {
	width: 1040px;
	margin: 40px auto 70px auto;
	text-align: center;
}
#logo-s h1{
	width: 153px;
	height: 50px;
	margin: 0 auto;
	background: url(../img/icon.0.4.0.png) 0 -237px no-repeat;
}

/* ==============================================================================
=== header-g ====================================================================
===============================================================================*/
#header-g {
	background: #f6f6f6;
	padding-top: 30px;
	min-width: 1080px;
	border-bottom: 1px solid #ddd;
}
#header-g-top-container {
	height: 91px;
	border-bottom: 1px solid #ddd;
}
#header-g-top {
	width: 1040px;
	margin: 0 auto 40px auto;
}
#logo-g {
	width: 153px;
	height: 50px;
	margin-left: 27px;
	background: url(../img/icon.0.4.0.png) 0 -237px no-repeat;
}
#logo-g h1 {
	display: none;
}
#notification-left {
	margin-left: 20px;
	padding: 0;
}
#notification-left li {
	list-style: none;
	margin-right: 20px;
	float: left;
}
#user-admin {
	height: 26px;
	width: 110px;
	background: url(../img/icon.0.4.0.png) no-repeat;
}
#user-admin a {
	height: 26px;
	width: 110px;
	display: block;
}
#user-admin span {
	display: none;
}
#manager-attendance {
	height: 26px;
	width: 110px;
	background: url(../img/icon.0.4.0.png) -110px 0 no-repeat;
	cursor: pointer;
}
#notification-right {
	margin-right: 20px;
}
#notification-right li {
	list-style: none;
	margin-left: 20px;
	float: right;
}
#header-g-bottom {
	width: 1040px;
	margin: 0 auto;
	padding: 0 20px 0px 20px;
}
#navigator-top li {
	height: 50px;
}
#navigator-top a {
	display: block;
	width: 152px;
	height: 42px;
	margin: 0 auto;
}
#navigator-top a span {
	display: none;
}
#menu-home {
	background: url(../img/icon.0.4.0.png) 0 -51px no-repeat;
}
#menu-shift {
	background: url(../img/icon.0.4.0.png) 0 -95px no-repeat;
}
#menu-user {
	background: url(../img/icon.0.4.0.png) 0 -139px no-repeat;
}
#menu-modify {
	background: url(../img/icon.0.4.0.png) 0 -188px no-repeat;
}
#user-welcome {
	height: 25px;
	padding-left: 34px;
	padding-top: 4px;
	background: url(../img/icon.0.4.0.png) 0 -26px no-repeat;
	font-size: 18px;
	cursor: pointer;
}

/* ==============================================================================
=== main ========================================================================
===============================================================================*/
#main-container {
	width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

/* index ======================================================================*/
#index-box {
	width: 1000px;
	height: 961px;
	background: url(../img/index.png) 160px 20px no-repeat;
}
#main-index {
	padding: 20px;
}
#main-navigator {
	width: 100%;
	min-width: 1080px;
	height: 49px;
	border-bottom: 1px solid #ddd;
	background: #f6f6f6;
	margin-bottom: 30px;
}
#main-navigator-bar {
	width: 1040px;
	height: 50px;
	margin: 0 auto;
}
.main-navigator-bar-n {
	border-right: 1px solid #ddd;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.main-navigator-bar-n a {
	display: block;
	width: 100%;
	height: 50px;
}
.main-navigator-bar-1 {
	border-left: 1px solid #ddd;
}
.main-navigator-bar-admin .main-navigator-bar-1 {
	background-image: url(../img/main-navigator-bar-1.png);
}
.main-navigator-bar-admin .main-navigator-bar-2 {
	background-image: url(../img/main-navigator-bar-2.png);
}
.main-navigator-bar-admin .main-navigator-bar-3 {
	background-image: url(../img/main-navigator-bar-3.png);
}
.main-navigator-bar-admin .main-navigator-bar-4 {
	background-image: url(../img/main-navigator-bar-4.png);
}
.main-navigator-bar-shift .main-navigator-bar-1 {
	background-image: url(../img/main-navigator-bar-5.png);
}
.main-navigator-bar-shift .main-navigator-bar-2 {
	background-image: url(../img/main-navigator-bar-6.png);
}
.main-navigator-bar-shift .main-navigator-bar-3 {
	background-image: url(../img/main-navigator-bar-7.png);
}
.main-navigator-bar-active {
	background-color: #fff;
}

/* shift-new ==================================================================*/
#shift-table-end {
	width: 161px;
	height: 23px;
	background: url(../img/shift-table-end.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	display: none;
}
#shift-table-start {
	width: 161px;
	height: 23px;
	background: url(../img/shift-table-start.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #f65b5b;
	display: none;
}
#shift-table-start-time {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 24px;
	display: none;
}
.shift-table-week {
	width: 67px;
	height: 23px;
	background: url(../img/shift-table-week.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 40px;
	position: relative;
}
.shift-table-week .pre-round {
	position: absolute;
	left: -50px;
	top: -5px;
	width: 25px;
	height: 32px;
	background: url(../img/arrow-pre.png) no-repeat;
	display: none;
	cursor: pointer;
}
.shift-table-week .next-round {
	position: absolute;
	right: -50px;
	top: -5px;
	width: 25px;
	height: 32px;
	background: url(../img/arrow-next.png) no-repeat;
	display: none;
	cursor: pointer;
}
.shift-table-refresh {
	width: 79px;
	height: 28px;
	background: url(../img/refresh.png) no-repeat;
	margin: 20px auto;
	cursor: pointer;
}
.shift-table-box {
	position: relative;
}
.shift-table-box-loading {
	position: absolute;
	background: #fff;
	top: 36px;
	left: 42px;
	width: 958px;
	height: 1010px;
	z-index: 999;
}
.shift-table-box-loading img {
	width: 32px;
	height: 32px;
	margin: 410px auto 0 auto;
	display: block;
}
.shift-table-week span {
	margin-left: 25px;
	font-size: 18px;
}
.shift-table-manager {
	margin: 6px;
	background: url(../img/manager.png) no-repeat;
	background-position: center;
	width: 100px;
	height: 100px;
	position: relative;
}
.shift-table-manager .number {
	position: absolute;
	color: #888;
	font-size: 50px;
	left: 16px;
	top: 14px;
	font-family: Arial;
	font-weight: lighter;
}
.shift-table-staff {
	margin: 6px;
	background: url(../img/staff.png) no-repeat;
	background-position: center;
	width: 100px;
	height: 100px;
	position: relative;
}
.shift-table-staff .number {
	position: absolute;
	color: #888;
	font-size: 50px;
	left: 16px;
	top: 14px;
	font-family: Arial;
	font-weight: lighter;
}
.shift-table-trainer {
	margin: 6px;
	background: url(../img/trainer.png) no-repeat;
	background-position: center;
	width: 100px;
	height: 100px;
	position: relative;
}
.shift-table-trainer .number {
	position: absolute;
	color: #888;
	font-size: 50px;
	left: 16px;
	top: 14px;
	font-family: Arial;
	font-weight: lighter;
}
.shift-table-success .number {
	color: #21b216;
}
.shift-table-available,
.shift-table-success {
	cursor: pointer;
}
.shift-table-disable {
	cursor: not-allowed;
}
.shift-table-time {
	display: none;
}

/* shift-schedule =================================================================*/
.attendance-example {
	width: 231px;
	height: 32px;
	background: url(../img/attendance-example.png) no-repeat;
	margin: 10px auto;
}
.schedule-box {
	position: relative;
}
.schedule-box-loading {
	position: absolute;
	background: #fff;
	top: 35px;
	left: 58px;
	width: 979px;
	height: 67px;
	z-index: 999;
}
.schedule-box-loading img {
	width: 32px;
	height: 32px;
	margin: 15px auto 0 auto;
	display: block;
}
.checkbox {
	width: 115px;
}
.checked {
	background-image: url(../img/checked.png) !important;
	background-repeat: no-repeat !important;
	background-position: 99px 8px !important;
}
.attendance-normal {
	background-color: #dff0d8;
}
.attendance-late {
	background-color: #fcf8e3;
}
.attendance-truancy {
	background-color: #f2dede;
}

/* staff ======================================================================*/
#staff-container {
	width: 1066px;
	margin-left: -26px;
	margin-top: 26px;
}
.staff-box {
	width: 240px;
	height: 100px;
	background: url(../img/staffboxbackground.png) no-repeat;
	margin-left: 26px;
	margin-bottom: 26px;
	float: left;
	cursor: pointer;
}
.staff-box-pic {
	border-radius: 40px;
	overflow: hidden;
	margin: 10px;
	width: 80px;
	height: 80px;
}
.staff-box-name {
	font-size: 20px;
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #444444;
	margin: 20px 0 0 -10px;
	max-width: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.namespliter {
	display: inline-block;
	width: 20px;
}
.staff-box-level {
	font-size: 18px;
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #888888;
	margin: 23px 0 0 0;
}
.staff-box-times {
	font-size: 18px;
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #444444;
	margin: 10px 0 0 0;
}
.staff-box-salary {
	font-size: 18px;
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #444444;
	margin: 10px 0 0 0;
}

/* modify ================================================================================ */
#modify-h1 {
	width: 297px;
	height: 36px;
	background: url(../img/modify-h1.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 60px;
}
#modify-form {
	width: 500px;
	margin: 0 auto;
}
#user-image-box {
	cursor: pointer;
}

/* =====================================================================================
== admin ===============================================================================
======================================================================================*/
.admin-schedule-box {
	position: relative;
}
.admin-schedule-box-loading {
	position: absolute;
	background: #fff;
	top: 35px;
	left: 58px;
	width: 979px;
	height: 636px;
	z-index: 999;
}
.admin-schedule-box-loading img {
	width: 32px;
	height: 32px;
	margin: 280px auto 0 auto;
	display: block;
}
.admin-schedule-list-box {
	height: 200px;
	height: 210px\9;
	width: 115px;
	position: relative;
	padding: 0;
	margin: 0;
}
.admin-schedule-list-manager {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 0 0 10px;
	height: 30px;
	width: 129px;
	color: #ff8282;
	cursor: pointer;
}
.admin-schedule-list-staff1 {
	position: absolute;
	top: 35px;
	left: 0px;
	height: 29px;
	width: 129px;
	border-top: 1px solid #eee;
	padding: 5px 0 0 10px;
	cursor: pointer;
}
.admin-schedule-list-staff2 {
	position: absolute;
	top: 70px;
	left: 0px;
	height: 29px;
	width: 129px;
	border-top: 1px solid #eee;
	padding: 5px 0 0 10px;
	cursor: pointer;
}
.admin-schedule-list-staff3 {
	position: absolute;
	top: 105px;
	left: 0px;
	height: 29px;
	width: 129px;
	border-top: 1px solid #eee;
	padding: 5px 0 0 10px;
	cursor: pointer;
}
.admin-schedule-list-staff4 {
	position: absolute;
	top: 140px;
	left: 0px;
	height: 31px;
	width: 129px;
	border-top: 1px solid #eee;
	padding: 5px 0 0 10px;
	cursor: pointer;
}
.admin-schedule-list-trainer {
	position: absolute;
	top: 175px;
	left: 0px;
	height: 31px;
	width: 129px;
	border-top: 1px solid #eee;
	padding: 5px 0 0 10px;
	cursor: pointer;
	color: #888;
}
#admin-shift-current-round-box {
	width: 140px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 60px;
}
#admin-shift-current-round-number {
	display: inline-block;
	font-size: 24px;
	margin: 0 0 0 10px;
}
#admin-shift-new-round-box {
	width: 112px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 60px;
}

/* =====================================================================================
== login & register ====================================================================
======================================================================================*/
#login-form {
	width: 430px;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding: 20px 40px 20px 0;
	border-radius: 5px;
}
#login-form h1 {
	font-size: 24px;
	font-weight: lighter;
	margin: -5px -40px 20px 0px;
	padding: 0 15px 15px 15px;
	border-bottom: 1px solid #ddd;
}
.login-message {
	width: 160px;
	margin-left: 160px;
	margin-top: 20px;
	margin-bottom: -10px;
	padding: 10px 10px 10px 40px;
	border-radius: 5px;
	color: #888;
	background: #f1f1f1 url(../img/alert.png) 10px 10px no-repeat;
	display: none;
}
.jquery-success {
	width: 400px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: none;
}

/* =====================================================================================
== footer ==============================================================================
======================================================================================*/
#footer {
	width: 1040px;
	padding: 20px 0;
	margin: 40px auto 0 auto;
	border-top: 1px solid #ddd;
}
#footer-s {
	width: 210px;
	padding: 20px;
	margin: 40px auto 0 auto;
}


.loading {
	height: 100px;
	background: url(../img/loading.gif) center center no-repeat;
}

/* =====================================================================================
== ilovepop ===============================================================================
======================================================================================*/
.ilovepop-bg {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	z-index:2;
	top:0;
	left:0;

    /* older safari/Chrome browsers */  
    -webkit-opacity: 0.1;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0.1;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0.1;  
    /* IE9 + etc...modern browsers */  
    opacity: .1;  
    /* IE 4-9 */  
    filter:alpha(opacity=10);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=10);  

}
.ilovepop-bg-s {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	z-index:9;
	top:0;
	left:0;

    /* older safari/Chrome browsers */  
    -webkit-opacity: 0.5;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0.5;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0.5;  
    /* IE9 + etc...modern browsers */  
    opacity: .5;  
    /* IE 4-9 */  
    filter:alpha(opacity=50);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);  

}
.ilovepop-content {
	display:none;
	min-width: 150px;
	position:absolute;
	z-index:3;
}
.ilovepop-content-s {
	display:none;
	min-width: 150px;
	position:absolute;
	left: 50%;
	top: 20%;
	z-index:10;
}
.ilovepop-arrow {
	width: 41px;
	height: 16px;
	background: url(../img/ilovepop-arrow.png) no-repeat;
}
.ilovepop-main {
	background: #fff;
	padding: 10px 0;
	border-radius: 8px;
}
.ilovepop-title {
	font-size: 14px;
	margin: 5px;

}
.ilovepop-text {
	padding: 0 10px 10px 10px;
}
.ilovepop-button {
	border-top: 1px solid #ccc;
}
.ilovepop-button input,
.ilovepop-button a {
	color: #ff8282;
	display: block;
	min-width: 150px;
	text-align: center;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.ilovepop-button a:hover {
	background: #f6f6f6;
}
#pop-userinfo-wait {
	width: 250px;
	min-height: 100px;
	background: url(../img/loading.gif) 100px 35px no-repeat;
}
.pop-userinfo-box {
	width: 250px;
}
.pop-userinfo-text {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	padding: 10px 0;
	min-width: 200px;
	margin-left: 10px\9;
}
.pop-userinfo-title {
	padding: 10px 0;
	color: #888;
}
.pop-userinfo-pic {
	width: 100px;
	height: 100px;
}
.pop-userinfo-pic img {
	width: 80px;
	height: 80px;
	margin: 10px 0 0 15px;
	border-radius: 40px;
}
.pop-userinfo-pic1 {
	width: 100px;
	height: 100px;
	background: url(../img/user-image.png) no-repeat;
}
.pop-userinfo-pic2 {
	width: 100px;
	height: 100px;
	background: url(../img/user-image.png) -100px 0 no-repeat;
}
.pop-userinfo-gender1 {
	width: 26px;
	height: 33px;
	background: url(../img/gender.png) -20px 0 no-repeat;
}
.pop-userinfo-gender2 {
	width: 20px;
	height: 33px;
	background: url(../img/gender.png) 0 0 no-repeat;
}
#pop-userinfo-name {
	margin-top: 20px;
	font-size: 26px;
	margin-bottom: 5px;
}
#pop-userinfo-level {
	margin-top: 10px;
}