/*reset*/
body{
	overflow-x: hidden;
	overflow-y: auto;
}
li {
	list-style: none;
}
.alert {
    margin-top: 20px;
}
.gw-logo,.login-images {
	width: auto;
	height: 50px;
    background: none;
    overflow: hidden;
    line-height: 0;
    padding: 0;
}
.gw-logo img {
	height: 100%;
}
.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav-list {
	position: relative;
	float: left;
	height: 50px;
	overflow: visible !important;
}
.nav-list .navbar-nav {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0290fe;
	z-index: 15;
	height: 50px;
	padding: 0 10px;
	overflow: hidden;
}
.nav-list .caret{
	position: absolute;
	top: 25px;
	right: 5px;
	color: #fff;
	z-index: 16;
}
.gw-container {
	background:#f9f9f9;
}
.footer {
	color: #999 !important;
	padding: 10px;
	font-size: 12px !important;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.footer a, .gw-container .footer, .gw-container .footer a {
	color: #999 !important;
}
.pagination>li>a, .pagination>li>span {
	margin-bottom: 60px;
    z-index: 2;
}
.gw-container .breadcrumb, .well{
	background: #fff;
}
.gw-logo {
	background-position: 0 center !important;
}
.big-menu .panel-default>.panel-heading {
	background-color: #428bca;
	border-color: #0271d1;
	margin: 0 -1px;
	color: #fff;
}
.big-menu .panel .panel-collapse {
	background-color: #428bca;
	color: #eee;
	border-color: #428bca;
}
.big-menu .list-group .list-group-item.active {
	background-color: #d9edf7;
   border-color: #bce8f1;
    color: #555;
}
.big-menu .list-group .list-group-item.active a {
	color: #555;
}
.big-menu .panel-title {
	font-size: 14px;
	font-weight: bold;
}
/**/
.container-fluid {
	position: relative;
}
/*菜单折叠*/
.container-fluid>.row {
    position: relative;
    padding-bottom: 20px;
}
.toggleCollapse{position:relative; height:42px; padding:10px 15px; font-size:14px; color:#fff; border-radius:4px 4px 0 0;background-color:#428bca;border:1px solid #0271d1;}
.toggleCollapse{font-weight:bold;}
.toggleCollapse div{position:absolute; width:25px; height:25px; top:7px; right:7px; cursor:pointer; text-indent:-9999px; background:url(../images/toggleSidebar.png) no-repeat; background-position:100% -47px; overflow:hidden;}
#sidebar_s{display:none; position:absolute; top:0; left:15px; z-index:1000; width:20px;}
#sidebar_s .toggleCollapse{ padding:0;}
#sidebar_s .toggleCollapse div{background-position: 100% -147px; right:-2px;}
/*弹出层-模块选择*/
.nav-modules {
	position: fixed;
	left: -250px;
    width: 250px;
    background: #fff;
    padding: 10px;
    border-right: 1px solid #e1e1e1;
	margin-top: -15px;
	border-radius: 6px;
	overflow: hidden;
}
.nav-modules .title {
	height: 47px;
	line-height: 47px;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	margin: 7px 0 5px;
}
.nav-modules ul {
	height: 622px;
    overflow-y: auto;
}
.nav-modules li {
	width: 50%;
	height: 60px;
	margin-left: 0 !important;
	text-align: center;
}
.selType {
	display: none;
}
/*后台登录*/
.login, .register {
	background: none;
	padding-top: 0;
}
.login .panel, .register .panel {
	position: relative;
	padding: 15px;
	border-radius: 0;
	border: 0 none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.login .container {
	position: relative;
	overflow: hidden;
}
.login-txt {
	font-size: 3.5em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 130px;
	left: 25px;
}
.login .input-lg {
	font-size: 16px;
	padding: 10px;
	border-radius: 0;
	height: 40px;
}
.login .input-group-addon {
	border-radius: 0;
}
.login .btn {
	border-radius: 0;
	font-size: 16px;
}
.login .fa {
	width: 11px;
}
.login .login-bg {
	background: url(../images/login_bg.jpg) center 0 no-repeat;
	height: 500px;
	margin-bottom: 20px;
}
/*登录logo*/
.login .logo, .register .logo {
	margin: -15px 0;
	width: 300px;
	height: 65px;
}
.login .logo a, .register .logo a {
	height: 65px;
    background-size: auto 50px !important;
    background-position: 0 center !important;
}

/*登录页版权*/
.login .footer, .register .footer, .login .footer a, .register .footer a {
	color: #ccc;
	padding: 0;
}
/*登录表单*/
.login_box {
    float: right;
    display: inline-block;
    width: 330px;
    color: #7c7c7c;
    background-color: #fff;
    margin: 30px;
	padding: 20px;
    overflow: hidden;
}
.login_box label {
	font-weight: normal;
}

/*主题切换*/
.themeList {
    position: absolute;
    top: 32px;
    right: 28px;
}
.themeList li {
    float: left;
    padding: 0 3px;
}
.themeList li div {
    display: block;
    overflow: hidden;
    width: 13px;
    height: 11px;
    text-indent: -100px;
    cursor: pointer;
    background: url(../images/themeButton.png) no-repeat;
}
.themeList li.red div {
    background-position: -20px 0;
}
.themeList li.gray div {
    background-position: -40px 0;
}
.themeList li.black div {
    background-position: -60px 0;
}
.themeList li.default .selected {
    background-position: 0 -20px;
}
.themeList li.red .selected {
    background-position: -20px -20px;
}
.themeList li.gray .selected {
    background-position: -40px -20px;
}
.themeList li.black .selected {
    background-position: -60px -20px;
}

/*平台菜单下拉功能*/
.funSelect {
	min-width: 300px;
	padding-left: 93px !important;
}
.funSelect select {
	position: absolute;
	left: 8px;
	width: 86px;
	height: 34px;
	padding: 6px;
	padding-right: 0;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

