.userTeamList_left{
	float: left;
    width: 100%;
    background-color: white;
    padding: 0 15px;
    cursor: pointer;
}
.userTeamList_left:hover{
	border: 1px solid #CBAD6E;
}
.teamName{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #F8F8F8;
}
.teamChild{
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
        width: 90%;
}
.userTeam_list_container {
	width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.userTeamList{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom:20px;
}
.hasvoted{
    position: absolute;
    right: 20px;
    top: 24%;
}
.edit{
    position: absolute;
    right: 20px;
    top: 15%;
    cursor:pointer;
}
.table_first,
.table_second,
.table_third,
.table_fourth{
	width:15%;
	font-weight:600;
	    color: #7A7C85;
}
.table_fifth{
	font-weight:600;
	color: #7A7C85;
	line-height: 20px;
}
.team_close_apply{
	text-align: center;
    color: white;
    height: 31px;
    width: 85px;
    background-color: #4E4E4E;
    display: inline-block;
    line-height: 30px;
    border-radius: 3px;
    float: right;
    margin-top: 14px;
    cursor: pointer;
}
.apply_match{
	text-align: center;
    color: white;
    height: 31px;
    width: 85px;
    display: inline-block;
    line-height: 30px;
    border-radius: 3px;
    float: right;
    margin-top: 14px;
    cursor: pointer;
    background-color: #0FC097;
    margin-right: 8px;
    text-decoration:none;
    cursor:pointer;
}
.apply_match:hover{
	color: white !important;
}
.teamDetail_top{
	height: 60px;
    line-height: 60px;
}
.teamDetail_name{
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
.teamDetail_bottom table{
    width: 100%;
    line-height: 35px;
}
.teamDetail_bottom{
    padding: 15px;
    background-color: white;
}
.first_th,
.second_th{
	width:30%;
	font-weight:600;
	color: #7A7C85;
	font-size: 13px;
	line-height: 1.5;
	    height: 35px;
}
.third_th,
.fourth_th{
	width:20%;
	font-weight:600;
		line-height: 1.5;
	    height: 35px;
	    color: #7A7C85;
}
.caption{
	color:#EDB52E;
}
.opt_update{
	color:#CEB175;
	cursor: pointer;
}
.opt_out{
	color:#D14747;
	cursor: pointer;
}
.opt_role{
	/* color:#B3BCC0; */
	padding-left: 23px;
}
.opt_refused{
	color:#D14747;
	cursor: pointer;
}
.opt_pass{
	color:#1DC49E;
	cursor: pointer;
}
.opt_hasrefused{
	color:#F2CFCF;
}
.noteams{
	width:100%;
	padding:5%;
	float:left;
	text-align:center;
}
.noteams_font{
	width:100%;
	float:left;
	text-align:center;
	padding:10px;
	margin-top:20px;
}
/* 修改队伍 */
#create_team .modal-dialog {
    width: 500px !important;
}
.team_span {
    display: inline-block;
    width: 100%;
    margin-top:20px;
}
.alert_span{
    width: 70px;
    text-align: left;
    display: inline-block;
}
.getint{
    height: 35px !important;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #EEEEEE !important;
    outline: none !important;
    font-size: 14px;
    width: 70%;
}
.swords_select_container,
.age_select_container,
.sex_select_container,
.city_select_container,
.category_select_container {
    width: 70%;
    display: inline-block;
}
.swords_select_container .dropdown ,
.age_select_container .dropdown ,
.sex_select_container .dropdown ,
.city_select_container .dropdown,
.category_select_container .dropdown{
    width: 100% !important;
}
.swords_select_container button,
.age_select_container button,
.sex_select_container button,
.city_select_container button,
.category_select_container button{
    height: 35px !important;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #EEEEEE !important;
    outline: none !important;
    font-size: 14px;
}
#create_team .modal-footer{
    text-align: center;
}
.addTeam_ul .team_name_ul{
	top: 26px;
    max-height: 150px;
    min-width:275px;
}
.change_pw_title1 .team_name_ul{
	top: 50px;
    max-height: 200px;
}
.team_name_ul{
	position: absolute;
    border: 1px solid #ccc;
    background-color: white;
    z-index: 10000;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    margin-top: 1px;
    display: none;
    min-height: 40px;
    left: 0;

    overflow: auto;
}
.team_name_ul_li{
	font-size: 14px;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
}
.team_name_ul_li:hover{
	background: #f5f5f5;
}

.team_active{
    border: 1px solid #CBAD6E;
}
.team_noactive{
    border: 1px solid #ffffff;
}
td:hover,
tr:hover{
	background-color: white!important;
}
.xinghua{
	color:red;
}

@media screen and (max-width:1024px){
	.userTeam_Container,
	.teamDetail_bottom{ 
		min-height: 0px !important;
	}
}

.apply_comfiremd{
	color:#1BC49D;
}
.apply_review{
	color:#EDB837;
}
.apply_exit{
	color:#C7A32F;
}
.apply_hasExited{
	color:#d00808;
}
.apply_refused{
	color:#C20C0C;
}
.apply_ignored{
	color:#DCDCDC;
}