@CHARSET "UTF-8";

.rap_h_center{
	vertical-align:middle !important;
}

/*
  左右箭头
*/
.switch_page{
	position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: rgb(170,170,170);
    text-align: center;
    text-decoration:none;
    display:none;
}
.switch_page.right{
	/* right: 15px; */
    left: auto;
}
.switch_page:focus{
	text-decoration:none;
} 
.switch_page:hover{
	text-decoration:none;
	color: rgb(60,60,60);
}

.circle_div {
    height: 20px;
    width: 20px;
    background-color: #F00;
    border-radius: 15px;
    position: absolute;
    top: -5px;
    left:38px;
}
.circle_tip{
	height:20px; line-height:20px; display:block; color:#FFF; text-align:center;
}

 img.staffphoto {
	width: 48px;
	height: 48px;
	padding-bottom: 0px;
}

.table thead th{
	border-bottom-width: 0px !important;
	vertical-align:middle !important;
	background-color: rgb(237, 237, 237);
}

.table thead td{
	border-bottom-width: 0px !important;
	vertical-align:middle !important;
	background-color: rgb(237, 237, 237);
}

.dropdown-submenu{
	position:relative;
}
.dropdown-submenu>.dropdown-menu{
		top:0;left:100%;
		margin-top:-6px;
		margin-left:-1px;
		-webkit-border-radius:0 6px 6px 6px;
		-moz-border-radius:0 6px 6px 6px;
		border-radius:0 6px 6px 6px;
	}
.dropdown-submenu:hover>.dropdown-menu{
		display:block;
}
.dropdown-submenu>a:after{
		display:block;
		content:" ";
		float:right;
		width:0;
		height:0;
		border-color:transparent;
		border-style:solid;
		border-width:5px 0 5px 5px;
		border-left-color:#cccccc;
		margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{
		border-left-color:#ffffff;
}
.dropdown-submenu.pull-left{
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
    height: 50%;
}

table.dataTable thead .sorting_asc:after {
    content: "\e155";
    height: 50%;
}
table.dataTable thead .sorting_desc:after {
    content: "\e156";
    height: 50%;
}

.paginate_button {
    padding: 5px 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.dataTables_paginate {
	display: inline-block;
	float: right;
	margin-right: 0px !important;
}

.dataTables_info {
	display: inline-block;
	margin-left: 0px;
}
.dataTables_filter {
	display: inline-block;
	margin-right: 0px;
}

 .pagination{
     display: block !important;
 }
.dataTables_length select.input-sm{
   direction: rtl;
}
.cpointer{
	cursor: pointer;
}