@charset "UTF-8";
/* CSS Document */
/*little头部*/
#header{
	height:40px;
	width:100%;
	position:relative;
	z-index:9990;
	}
#header_logo_c{
 	width:188px;
 	height:38px;
	margin-left:88px;
	
	}
#header_men_info{
	margin-right:50px;
	}
#header_men_info span{
	line-height:40px;
	color:#fff;
	display:inline-block;
	font-size:11px;
	}
#header_men_info span:hover{
	cursor:pointer;
	}
#header_men_info #user_count{
	margin-left:10px;

}
#header_men_info #logout{
	margin-left:10px;
	}
#second_header{width:100%; height:58px; border-bottom:2px solid #5FC0BB; background:#fff;}
#second_header_title{float:left; width:600px;}
#go_back{color:#666; font-size:14px; line-height:58px; cursor:pointer; padding-left:15px;}
#go_back:hover{color:#5FC0BB;}
#second_header_name{ font-size:16px; color:#000; padding-left:30px; padding-right:10px;line-height:58px;}
#second_header_name_s{font-size:12px; color:#666;line-height:58px;}
#header_user_info{height:58px;margin-right:30px;}
#user_image{margin-top:4px;}
#user_image img{width:42px;height:42px;border-radius:90px;-moz-border-radius:90px;-webkit-border-radius:90px;margin-top:4px;}
#header_user_info ul li{font-size:0.80em;line-height:58px;color:#666;margin-right:10px;cursor:pointer;}
#header_user_info ul li a{text-decoration:none;color:#666; display:block}
a.course_cast_tools_item{ color:#fff}
a.course_cast_tools_item:hover{ color:#fff; text-decoration:none;}
.add_block {
	color:#333;
    float: left;
    display: inline-block;
    width: 150px;
    line-height: 38px;
    padding: 2px 20px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    margin-right: 6px;
    border-radius: 3px;
}
.add_block:hover{
	color:#fff;
	cursor:pointer;
	background:#04afff;
	text-decoration:none;
}
#add_box {
    width: 358px;
    height: 212px;
    display: block;
    background: #fff;
    text-align: center;
}
#add_box img{
    height: auto;
    position: relative;
    top: 43px;
}
.info_tips {
    position: absolute;
    left: -10px;
    top: 20px;
    height: 26px;
    font-size: 1.0em;
    color: #222f32;
    background: #a4b4b8;
    padding: 0px 20px;
    display: block;
    line-height: 26px;
}
#course_info_complete{
    background: #24c409;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#course_info_complete:hover{
    background: #1fad07;
}
#course_info_reset{
    background: #fb9c07;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#course_info_reset:hover{
    background: #f29605;
}
.course_level_item {
    padding: 8px 18px;
    display: inline-block;
    background: #fff;
    color: #333;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 8px;
}
.course_level {
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.course_level_item:hover{
	color: #fff;
    background: #04afff;
	text-decoration:none;
}
.course_leveled {
    color: #fff;
    background: #04afff;
}
span.attrselect_box {
    width: auto;
    background: #fff;
}
span.attrselect_box select {
    margin-right: 0px;
}
.public_attr_rightcontent{
	display:inline-block;
	margin-left:100px;
	position:relative;
	clear:both;
}
.modal-content {
    margin-top: 61px;
}




