body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f0f4f8;
	position: relative;
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	line-height: 1.6;
	/*min-width: 1880px;*/
	/*-webkit-font-smoothing: antialiased;*/
}
h1,h2,h3,h4,h5 {
	margin: 0;
	line-height: inherit;
	color: #1e3a5f;
}
h1 small,h2 small,h3 small,h4 small,h5 small {
	margin-left: 15px;
	font-style: italic;
}

input.search{
	background: url("../img/lens.png") #fcfcfc no-repeat 95%;
	box-shadow: none;
	height: 19px;
	font-size: 13px;
	padding: 2px 6px;
	border:1px solid #d0dde9;
	margin: 0;
	border-radius: 2px;
	top: 11px;
}

.header{
	margin-top: 10px;
	/*margin-bottom: -60px;*/
}
#pad-wrapper .head2{
	margin-bottom: 10px;
}
.zdmj{width:80%;height:30px;position: relative;display: inline-block;}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5 {
	float: left;
	margin-top: 5px;
}

/* Custom navbar stuff */

/* search input */
.navbar-inverse input.search {
	background: url("../img/lens.png") #1a2332 no-repeat 95%;
	border: 1px solid #1a2332;
	position: relative;
	border-radius: 4px;
	top: 9px;
	padding: 3px 6px;
	color: #000;
	font-size: 13px;
	margin-right: 40px;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.navbar-inverse input.search:focus {
	background-color: #fff;
}
/* navbar settings and logout icons */
.navbar-inverse .settings i {
	color: #7ba7d1;
	font-size: 21px;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* notification menu with custom dropdowns */
.navbar-inverse .notification-dropdown {
	position: relative;
}
.navbar-inverse .notification-dropdown > a:hover,
.navbar-inverse .notification-dropdown > a.active {
	background: #2c5aa0 !important;
	box-shadow: inset 1px 0px 1px 0px rgb(44, 90, 160);
}
.navbar-inverse .notification-dropdown i {
	font-size: 17px;
	color: #7ba7d1;	
}
.navbar-inverse .notification-dropdown .count {
	position: absolute;
	top: 1px;
	left: 58%;
	background: rgb(52, 144, 220);
	padding: 0px 5px;
	border-radius: 30px;
	color: #fff;
	line-height: 16px;
	z-index: 9999;
	text-align: center;
	font-size: 11px;
}

/* navbar popup dialog */
.navbar-inverse .pop-dialog {
	position: absolute;
	right: -10px;
	top: 55px;
	display: none;
}
.navbar-inverse .pop-dialog.is-visible {
	display: block; 
	-webkit-animation: reveal .2s ease-out;
	-moz-animation: reveal .2s ease-out;
	animation: reveal .2s ease-out;
}
.navbar-inverse .pop-dialog .body {
	box-shadow: 0px 1px 9px 1px #c2c2c2;
}
.navbar-inverse .pop-dialog .close-icon {
	float: right;
	text-decoration: none;
	z-index: 9999;
	position: relative;
}
.navbar-inverse  .pop-dialog .footer {
	border-top: 1px solid #e6e8e9;
	background-color: #eff4f7;
	margin: 15px 0px -10px 0px;
	border-radius: 0px 0px 5px 5px;
	padding: 12px 20px;
	text-align: center;
}
.navbar-inverse  .pop-dialog .footer a {
	font-weight: 600;
	color: #7d91a8;
}

/* navar popup dialog for notifications */
.navbar-inverse  .pop-dialog .notifications {
	width: 330px;
	margin: 10px -10px 0px -10px;
}
.navbar-inverse  .pop-dialog .notifications h3 {
	font-size: 13px;
	color: #404951;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.navbar-inverse  .pop-dialog .notifications .item {
	display: block;
	padding: 10px 0px 8px 20px;
	border-top: 1px solid #e7e8ea;
	color: rgb(54, 54, 54);
	text-decoration: none;
	padding-left: 50px;
	position: relative;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
}
.navbar-inverse  .pop-dialog .notifications .item:hover {
	background: rgb(240, 246, 255);
}
.navbar-inverse  .pop-dialog .notifications .item > i {
	color: rgb(52, 144, 220);
	position: absolute;
	left: 19px;
	font-size: 18px;
}
.navbar-inverse  .pop-dialog .notifications .item > i.icon-user {
	left: 18px;
}
.navbar-inverse  .pop-dialog .notifications .item .time {
	float: right;
	color: #5a8bc4;
	font-style: italic;
	font-weight: 600;
	font-size: 11px;
	min-width: 60px;
	margin-right: 5px;
}
.navbar-inverse  .pop-dialog .notifications .item .time i {
	font-size: 13px;
	color: #a8c5e8;
	margin-right: 1px;
}

/* navar popup dialog for messages */
.navbar-inverse .pop-dialog .messages {
	width: 330px;
	margin: 10px -10px 0px -10px;
}
.navbar-inverse  .pop-dialog .messages .item {
	display: block;
	padding: 10px 20px 15px 20px;
	height: 54px;
	border-bottom: 1px solid #e7e8ea;
	color: rgb(54, 54, 54);
	text-decoration: none;
	position: relative;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
}
.navbar-inverse  .pop-dialog .messages .item.last {
	border-bottom: 0px;
}
.navbar-inverse  .pop-dialog .messages .item:hover {
	background: rgb(230, 240, 255);
}
.navbar-inverse  .pop-dialog .messages .item .display {
	float: left;
	border-radius: 50px;
	margin-right: 15px;
}
.navbar-inverse  .pop-dialog .messages .item .name {
	font-size: 12px;
	color: #2c5aa0;
	font-weight: bold;
}
.navbar-inverse  .pop-dialog .messages .item .msg {
	font-size: 11px;
	color: rgb(70, 90, 120);
	font-weight: 600;
	line-height: 13px;
	position: relative;
	top: -1px;
}
.navbar-inverse  .pop-dialog .messages .item .time {
	position: absolute;
	right: 0px;
	bottom: 6px;
	color: #5a8bc4;
	font-style: italic;
	font-weight: 600;
	font-size: 11px;
	min-width: 60px;
	margin-right: 5px;
}
.navbar-inverse  .pop-dialog .messages .item .time i {
	font-size: 13px;
	color: #a8c5e8;
	margin-right: 1px;
}
.navbar-inverse  .pop-dialog .messages .footer {
	margin-top: 6px;
}



/* Sidebar */
#sidebar-nav {
	position: absolute;
	width: 180px;
	float: left;
	margin: 0em;
	padding-top: 1.2em;	
}
#dashboard-menu {
	list-style: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
	margin-left: 20px;
}
#dashboard-menu > li > a {
	display: block;
	margin-right: -15px;
	margin-left: -15px;
	padding: 19px 14px 15px 14px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b3d9ff;
	box-shadow: 0 2px 4px rgba(74, 144, 226, 0.1);
	color: #4a6b8a;
	outline: 0px;
	width: 88%;
	border-radius: 6px;
	transition: all 0.3s ease;
	background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}
#dashboard-menu > li {
	position: relative;
}
/* font awesome icon */
#dashboard-menu > li .icon-group {
	font-size: 22px;
}
#dashboard-menu > li i {
	font-size: 23px;
	top: 17px;
}
#dashboard-menu .pointer {
	position: absolute;
	right: 9px;
	top: 20px;
}
#dashboard-menu .pointer .arrow,
#dashboard-menu .pointer .arrow_border {
	border-color: transparent #fff transparent transparent;
	border-width: 11px;
	border-style: solid;
	font-size: 0;
	left: 50%;
	line-height: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1002;
	left: 0;
	margin-left: 45%;
}
#dashboard-menu .pointer .arrow_border {
	border-color: transparent rgb(160, 190, 220) transparent transparent;
	border-width: 11px;
	margin-left: -1px;
	border-style: solid;
	z-index: 1001;
	top: 0px;
}
#dashboard-menu a span {
	margin-left: 35px;
	transition: color .1s linear;
	-moz-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	-o-transition: color .1s linear;
}
#dashboard-menu a.ui-elements span {
	margin-left: 25px;
}
#dashboard-menu a i {
	position: absolute;
	left: 0;
	height: 24px;
	width: 24px;
	opacity: 0.7;
	transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	-webkit-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
}
#dashboard-menu a i.icon-chevron-down {
	position: relative;
	float: right;
	top: 5px;
	font-size: 11px;
	color: rgb(104, 104, 104);
	width: initial;
	height: initial;
}
#dashboard-menu > li:hover i{
	opacity: 1;
}
#dashboard-menu > li.active > a,
#dashboard-menu > li > a:hover {
	color: #2980b9;
	text-decoration: none;
	background: linear-gradient(135deg, #e8f4fd 0%, #d6ebfa 100%);
	border-bottom: 1px solid #4a90e2;
	box-shadow: 0 4px 8px rgba(74, 144, 226, 0.2);
	/* transform: translateY(-1px); */
}
#dashboard-menu > li.active a {
	font-weight: 600;
	/*text-shadow: 1px 1px 1px #fff;*/
}
#dashboard-menu > li.active i{
	opacity: 1;
}

/* sidebar submenus */
#dashboard-menu > li.active .dropdown-toggle {
	border-bottom: 0px;
	box-shadow: none;
}
#dashboard-menu ul.submenu {
	list-style-type: none;
	display: none;
	margin-top: 7px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: 0px;
	padding-left: 15px;
	border-bottom: 1px solid #c5d4e6;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	padding-bottom: 10px;
	background: linear-gradient(135deg, #f8fbff 0%, #f0f6ff 100%);
	border-radius: 4px;
	border-left: 3px solid #4a90e2;
}
#dashboard-menu ul.submenu.active {
	display: block;
}
#dashboard-menu ul.submenu a {
	font-weight: normal;
	font-size: 13px;
	color: rgb(50, 70, 95);
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	padding: 6px 10px;
	border-radius: 3px;
	transition: all 0.2s ease;
}
#dashboard-menu ul.submenu a:hover {
	background-color: rgba(74, 144, 226, 0.1);
	color: #4a90e2;
	text-decoration: none;
	transform: translateX(3px);
}
#dashboard-menu ul.submenu a.active {
	font-weight: bold;
	text-shadow: none;
	background-color: #4a90e2;
	color: white;
	border-radius: 3px;
}


#pad-wrapper {
	padding: 0px 25px;
	margin-top: 55px;
}
#pad-wrapper h4 {
	margin: 0 0 0 20px;
	color: #4a6b8a;
	font-style: italic;
}
.content {
	min-width: 400px;
	min-height: 680px;
	margin-bottom: 100px;
	padding-bottom: 50px;
	position: relative;
	background: #fff;
	margin-left: 177px;
	border-left: 1px solid #b8d0e7;
	border-bottom: 1px solid #b8d0e7;
	box-shadow: -3px 3px 8px -2px rgba(74, 144, 226, 0.15), -1px 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 8px 5px;
	transition: box-shadow 0.3s ease;
}

/* 用户列表页面优化 */
.users-list .header {
	padding: 15px 20px;
	background: linear-gradient(135deg, #f8fbff 0%, #f0f6ff 100%);
	border-radius: 8px 8px 0 0;
	margin-bottom: 0;
	border-bottom: 1px solid #e1ecf7;
}

.users-list .header .tpsearch {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 10px;
	min-width: 180px;
}

.users-list .header .tpsearch input.search {
	width: 140px;
	padding: 6px 8px;
	border: 1px solid #d0dde9;
	border-radius: 4px;
	font-size: 12px;
	transition: border-color 0.3s ease;
}

.users-list .header .tpsearch input.search:focus {
	border-color: #4a90e2;
	box-shadow: 0 0 5px rgba(74, 144, 226, 0.3);
	outline: none;
}

.users-list .header .tpsearch select {
	width: 140px;
	padding: 6px 8px;
	border: 1px solid #d0dde9;
	border-radius: 4px;
	font-size: 12px;
}

.users-list .table {
	margin-top: 0;
	background: #fff;
	border-radius: 0 0 8px 8px;
	overflow-x: auto;
	width: 100%;
	table-layout: auto;
}

.users-list .table table {
	margin-bottom: 0;
	font-size: 12px;
}

.users-list .table th {
	background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px 8px;
	border-bottom: 2px solid #357abd;
	font-size: 12px;
	white-space: nowrap;
}

.users-list .table th a {
	color: #fff;
	text-decoration: none;
}

.users-list .table th a:hover {
	color: #e8f4fd;
}

.users-list .table td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 6px;
	border-bottom: 1px solid #f0f4f8;
	font-size: 11px;
	/*min-width: 80px;*/
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}

.users-list .table tr:nth-child(even) {
	background-color: #fafbfc;
}

.users-list .table tr:hover {
	background-color: #f0f6ff;
	transition: background-color 0.2s ease;
}

.users-list .table td input[type="text"] {
	width: 80px;
	padding: 4px 6px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 11px;
	margin: 0;
}

.users-list .table td a {
	color: #4a90e2;
	text-decoration: none;
	font-weight: 500;
}

.users-list .table td a:hover {
	color: #357abd;
	text-decoration: underline;
}

/* 按钮样式优化 */
.btn-flat.info {
	background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
	color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-right: 8px;
}

.btn-flat.info:hover {
	background: linear-gradient(135deg, #357abd 0%, #2c5aa0 100%);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(74, 144, 226, 0.3);
}
.content.wide-content {
	margin-left: 0;
	border-radius: 0;
}

/* starts skins changer */
.content .skins-nav {
	opacity: 1;
	-webkit-transition: right .3s;
	-moz-transition: right .3s;
	-ms-transition: right .3s;
	-o-transition: right .3s;
	transition: right .3s;

	position: fixed;
	right: -85px;
	top: 135px;
	font-size: 13px;
	z-index: 9999;
}
.content .skins-nav:hover {
	right: 0;
}
.content .skins-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	height: 37px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	margin-bottom: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.content .skins-nav a.first_nav {
	background: rgba(52, 144, 220, 0.8);
}
.content .skins-nav a.second_nav {
	background: rgba(30, 58, 95, 0.8);
}
.content .skins-nav a.first_nav:hover {
	background: rgba(52, 144, 220, 1);
}
.content .skins-nav a.second_nav:hover {
	background: rgba(30, 58, 95, 1);
}
.content .skins-nav a .icon {
	float: left;
	width: 9px;
	height: 10px;
	background: url('../img/skin-nav-bullets.png') 0 0 no-repeat;
	margin: 15px 15px 0 5px;
}
.content .skins-nav a.selected .icon {
	background-position: 0 -9px;
}
.content .skins-nav a .text {
	padding-right: 12px;
	white-space: nowrap;
	display: block;
	width: 100px;
	position: relative;
	top: 9px;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-ms-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}
/* end skin changer*/



/* responsive */
@media (max-width: 1020px) {
	.content {
		/*margin-left: 65px;*/
	}
	#dashboard-menu {
		margin-left: 5px;
	}
	#dashboard-menu .pointer {
		/*display: none;*/
	}
	#dashboard-menu li a span {
		/*visibility: hidden;*/
	}
}
@media (max-width: 600px) {
	.content {
		margin-left: 0em;
		border-left-width: 0px;
	}	
}
@media (max-width: 822px) {
	.navbar-inverse input.search {display: none;}
}
@media (max-width: 767px) {
	#pad-wrapper {  
		padding: 0px 10px;
	}
	.content {
		min-width: 0px;
		margin:0;
	}
	#main-stats .stat{
		width: 50%;
		float: left;
	}

	#sidebar-nav {
		left: -200px;
		position: fixed;
		z-index: 9999;
		background-color: #f0f4f8;
		padding-top: 0px;
		border-right: 1px solid #b8d0e7;
		width: 165px;
		box-shadow: 1px 1px 4px 1px rgb(200, 220, 240);

		-webkit-transition: left .25s ease;
		-moz-transition: left .25s ease;
		-o-transition: left .25s ease;
		-ms-transition: left .25s ease;
		transition: left .25s ease;
	}	
	#sidebar-nav #dashboard-menu {
		margin-left: 10px;
	}
	#sidebar-nav #dashboard-menu li a span {
		visibility: visible;
	}
	#sidebar-nav #dashboard-menu li:last-child a {
		border-bottom: 0px;
		box-shadow: none;
	}
	#sidebar-nav.display {
		position: absolute;
		left: 0;
		height: 100%;
	}
}
