/**
 * AlphaAdmin v1.0.0
 * Author:Xiao
 * Website:www.idevst.com
 */


/**
 *================================ Common Style ================================ 
 */

html,
body {
    height: 100%;
}

body {
    height: auto;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    transition:  all 0.3s;
}
i {
    vertical-align: middle;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
button,input,select{
	outline: none;
}

a:focus,
a:hover {
    color: #444;
    text-decoration: none;
}
a{
	text-decoration: none;
}

/* Layout */

#wrapper {
    width: 100%;
    height: 100%;
}

#wrapper:before,
#wrapper:after {
    content: " ";
    display: table;
}

#wrapper:after {
    clear: both;
}

.page-wrapper {
    min-height: 650px;
    margin-left: 250px;
    z-index: 666;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: margin .3s, -webkit-transform .3s;
    transition: margin .3s, -webkit-transform .3s;
    -moz-transition: transform .3s, margin .3s, -moz-transform .3s;
    transition: transform .3s, margin .3s;
    transition: transform .3s, margin .3s, -webkit-transform .3s, -moz-transform .3s;
}


/**
 *================================ Skin Style ================================ 
 */


/* Default Skin */

.skin-default,
.skin-default .brand {
    background-color: #fff;
}

.skin-default .navbar-header,
.skin-default .navbar-header .navbar {

    background-color: #fefefe;
    /*border-bottom: 1px #e6eaed solid;*/
}

.skin-default .page-wrapper {
    background-color: #f3f7fa;
}

.skin-default .breadcrumb>.active {
    color: #777;
}

.skin-default .main-sidebar {
    background-color: #fff;
}

.skin-default .sidebar a {
    color: #8a9299;
}
.skin-default .sidebar .sidebar-menu a {
    font-size: 15px;
}
.skin-default .sidebar .sidebar-menu a .ri{
	background: url(../images/1.png) no-repeat 0 -21px;
	width: 16px;
	height: 19px;
	float:left;
	margin-right: 15px;
}
.skin-default .sidebar .sidebar-menu a > small {
    vertical-align: middle;
    font-size: 14px;
}
.skin-default .sidebar-menu > li > a:hover {
    color: #7edf0c;
    /*width: 23px;
    height: 40px;*/
    background: url(../images/images/navBj_11.png) no-repeat;
}
.skin-default .sidebar-menu > li > a:hover .ri{
	background: url(../images/1.png) no-repeat -18px -21px;
    width: 16px;
    height: 19px;
    float: left;
}
.skin-default .sidebar-menu > li > a:hover .ertong{
	width: 16px;
    height: 18px;
    float: left;
    background: url(../images/1.png) no-repeat -18px -45px;
}
.skin-default .sidebar-menu > li > a:hover .duanlian{
	width: 20px;
    height: 12px;
    float: left;
    background: url(../images/1.png) no-repeat -22px -68px;
}
.skin-default .sidebar-menu > li > a:hover .jiankang {
    background: url(../images/1.png) no-repeat -18px -85px;
    width: 16px;
    height: 20px;
    float: left;
}
.skin-default .sidebar-menu > li > a:hover .guanli {
    background: url(../images/1.png) no-repeat -20px -577px;
    width: 18px;
    height: 16px;
    float: left;
}
.skin-default .sidebar-menu > li > a:hover .chuanran {
    background: url(../images/1.png) no-repeat 0px -514px;
    width: 16px;
    height: 18px;
    float: left;
}
.skin-default .sidebar-menu > li > a:hover .changjian {
    width: 18px;
    height: 18px;
    background: url(../images/1.png) no-repeat 0px -491px;
    float: left;
}
.skin-default .sidebar-menu > li > a:hover .shanghai {
    width: 16px;
    height: 17px;
    background: url(../images/1.png) no-repeat 0px -469px;
    float: left;
}
.skin-default .sidebar-menu > li > a:hover .jiaoyu {
    width: 18px;
    height: 18px;
    background: url(../images/1.png) no-repeat -20px -446px;
    float: left;
}
.skin-default .sidebar-menu > li > a:hover .shouji {
    width: 16px;
    height: 16px;
    float: left;
    background: url(../images/1.png) no-repeat 0px -425px;
}

.skin-default .sidebar-menu > li > a .tongji {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/1.png) no-repeat -21px -796px;
    margin-right: 10px;
}
.skin-default .sidebar-menu > li > a:hover .tongji{
	width: 18px;
	height: 18px;
	background: url(../images/1.png) no-repeat -22px -837px;
}

.skin-default .sidebar-menu > li > a .bangong {
    width: 19px;
    height: 17px;
    display: inline-block;
    background: url(../images/1.png) no-repeat -2px -818px;
    margin-right: 10px;
}
.skin-default .sidebar-menu > li > a:hover .bangong {
    width: 19px;
    height: 17px;
    display: inline-block;
    background: url(../images/1.png) no-repeat -2px -859px;
    margin-right: 10px;
}
.skin-default .sidebar-menu > li > a .xitong {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/1.png) no-repeat -2px -838px;
    margin-right: 10px;
}
.skin-default .sidebar-menu > li > a:hover .xitong {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/1.png) no-repeat -1px -878px;
    margin-right: 10px;
}

.skin-default .treeview .treeview-menu {
    /*background-color: #222a31;*/
}
.skin-default .treeview-menu > li > a:hover {
    color: #73cc2f;
}
.skin-default .treeview-menu > .active > a {
    color: #73cc2f;
}
.sidebar-menu .treeview.active .treeview-menu {
    display: block;
}
.skin-default .badge {
    background-color: #2bc412;
}
.skin-default .btn-primary:active:focus,
.skin-default .btn-primary:active:hover {
    background-color: #2f3f4e;
}


/*退出*/
.skin-default .main-sidebar .quichu{
	position:relative;
	top: 100px;
	padding-bottom: 100px;
}
.skin-default .main-sidebar .quichu a{
	display: inline-block;
	margin-left: 33px;
}
.skin-default .main-sidebar .quichu a span{
	color: #000;
}
.skin-default .main-sidebar .quichu a .iconQ{
	width: 16px;
	height: 18px;
	float:left;
	background: url(../images/1.png) no-repeat 0px -189px;
	margin-right: 10px;
}
/* Color */

.bg-lightskyblue {
    background-color: #87cefa
}

.bg-cadetblue {
    background-color: #5F9EA0
}

.bg-green {
    background-color: #339966
}

.bg-yellow {
    background-color: #FF9900
}

.bg-red {
    background-color: #CC6666
}

.fg-lightskyblue {
    color: #87cefa
}

.fg-cadetblue {
    color: #5F9EA0
}

.fg-green {
    color: #339966
}

.fg-yellow {
    color: #FF9900
}

.fg-red {
    color: #CC6666
}
.sidebar-menu .treeview.active > a > span {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/**
 *================================ Header Style ================================ 
 */

.navbar-header {
    position: relative;
    min-height: 50px;
    width: 100%;
    z-index: 756;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Web Brand */

.main-sidebar .brand {
    float: left;
    width: 250px;
    min-height: 70px;
   	position: relative;
   	z-index: 99;
   	margin-bottom: 30px;
}
.main-sidebar .brand a{
	display: inline-block;
	margin-left: 30px;
}
.main-sidebar .brand a img{
	margin-top: 15px;
}
.main-sidebar .brand .navbar-brand {
    float: none;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}


/* Navbar */

.navbar-header .navbar {
    min-height: 70px;
    margin-left: 250px;
    margin-bottom: 0;
    padding: 0 10px 0 5px;
    border-bottom: 1px #e6eaed solid;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: margin .3s, -webkit-transform .3s;
    transition: margin .3s, -webkit-transform .3s;
    -moz-transition: transform .3s, margin .3s, -moz-transform .3s;
    transition: transform .3s, margin .3s;
    transition: transform .3s, margin .3s, -webkit-transform .3s, -moz-transform .3s;
}

.navbar-header .navbar .sidebar-toggle {
    padding: 5px;
    line-height: 50px;
    color: #283643;
    float:left;
}

/*搜索框*/
.navbar-header .navbar .pull-search{
	float:left;
	margin: 10px 0 0 20px;
	position: relative;
}
.navbar-header .navbar .pull-search .Psearch{
	width: 20px;
	height: 20px;
	background: url(../images/1.png) no-repeat 0px -377px;
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
}
.navbar-header .navbar .pull-search .search{
	height: 40px;
	border: none;
	outline: none;
	min-width: 200px;
}
.navbar-header .navbar-menu .navbar-nav {
    margin: 0;
    float: left;
}

.navbar-nav .dropdown {
    float: left;
    margin: 0 5px;
    position: relative;
}

.navbar-nav .dropdown .dropdown-toggle {
    height: 50px;
    padding: 15px 18px;
    color: #444444;
    line-height: inherit;
}
.navbar-nav .dropdown .dropdown-toggle .youxiang{
	width: 20px;
	height: 14px;
	float:left;
	background:url(../images/1.png) no-repeat 0px -358px;
}
.navbar-nav .dropdown .dropdown-toggle .tongzhi{
	width: 16px;
	height: 18px;
	background: url(../images/1.png) no-repeat 0px -402px;
	float:left;
}
.navbar-nav .dropdown .dropdown-toggle .xiala{
	width: 8px;
	height: 5px;
	background: url(../images/1.png) no-repeat -27px 0;
	display: inline-block;
	margin-left: 3px;
}
.navbar-nav .dropdown .dropdown-toggle .xiala1{
	width: 8px;
	height: 5px;
	background: url(../images/1.png) no-repeat -27px 0;
	display: inline-block;
	margin-left: 5px;
	position: absolute;
	top: 27px;
}

.navbar-nav .dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    width: 280px;
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-nav .dropdown .dropdown-menu li{
	height: 40px;
	line-height: 40px;
}
.navbar-nav .dropdown a{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.navbar-nav .dropdown a .userT{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}


.navbar-nav .dropdown.user .dropdown-menu {
    width: 177px;
}
.dropdown .dropdown-menu .footer a,
.dropdown-menu>li>.menu a .name i,
.dropdown-menu>li>.menu a .content {
    font-size: 12px;
}

.dropdown .dropdown-menu .header {
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444;
    font-size: 14px;
}

.dropdown .dropdown-menu .header+li {
    padding: 5px 2px 5px 5px;
}

.dropdown .dropdown-menu .header+li .menu {
    max-height: 200px;
    overflow-x: hidden;
}

.dropdown .dropdown-menu .footer {
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
    color: #444;
    text-align: center;
}

.dropdown-menu>li>.menu>li>a {
    display: block;
    margin: 0;
    padding: 10px 10px;
}

.dropdown-menu>li>.menu>li>a:hover,
.dropdown-menu>li>.menu>li>a:focus {
    background-color: #f4f4f4;
    text-decoration: none;
}

.message .dropdown-menu>li>.menu a .img-circle {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.message .dropdown-menu>li>.menu a .name {
    font-size: 15px;
    color: #444444;
}

.message .dropdown-menu>li>.menu a .content {
    margin: 5px 0 0 0;
    color: #888;
}

.notify .dropdown-menu>li>.menu a>i {
    margin-right: 10px;
}

.notify .dropdown-menu>li>.menu a .content {
    margin: 2px 5px;
}


/* Aside */

.main-sidebar {
	top: 0;
    position: fixed;
    height: 100%;
    width: 250px;
    z-index: 764;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: -12px 0px 80px 0px 
		rgba(0, 0, 0, 0.12);
		overflow-y: auto;
	overflow-x: hidden;
}
.main-sidebar .user-panel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    color: #f3f3f3;
}
.main-sidebar .user-panel .info {
    padding:2px 10px;
}
.main-sidebar .user-panel .title {
    margin-bottom: 5px;
}
.main-sidebar .user-panel img {
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
         border-radius: 50%;
}
.sidebar:before,
.sidebar:after {
    content: " ";
    display: table;
}
.user-panel {
    position: relative;
}
.user-panel:before, 
.user-panel:after {
    content: " ";
    display: table;
}
.main-sidebar .sidebar .sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-menu .treeview.active > a {
    color: #73CC2F;
}
.sidebar-menu li {
    position: relative;
}
.treeview .treeview-menu {
    position: relative;
    display: none;
    padding-left: 20px;
    list-style: none;
}

/* .sidebar-menu .treeview .treeview-menu:before {
    content: " ";
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-style: dotted;
    border-width: 0 0 0 1px;
}
.treeview-menu li:before {
    content: " ";
    display: block;
    position: absolute;
    left: 1px;
    top: 23px;
    width: 7px;
    z-index: 1;
    border-style: dotted;
    border-width: 1px 0 0 0px;
} */
.sidebar .sidebar-menu a {
    display: block;
    padding: 12px 15px 12px 30px;
}
.sidebar .sidebar-menu a .ertong{
	width: 16px;
	height: 18px;
	float:left;
	background: url(../images/1.png) no-repeat 0px -45px;
	margin-right: 15px;
	margin-top: 3px;
}
.sidebar .sidebar-menu a .duanlian{
	width: 20px;
	height: 12px;
	float:left;
	background: url(../images/1.png) no-repeat 0px -68px;
	margin-right: 11px;
	margin-top: 6px;
}
.sidebar .sidebar-menu a .jiankang{
	background: url(../images/1.png) no-repeat 0px -85px;
	width: 16px;
	height: 20px;
	float:left;
	margin-right: 15px;
}
.sidebar .sidebar-menu a .guanli{
	background: url(../images/1.png) no-repeat 0px -577px;
	width: 18px;
	height: 16px;
	float:left;
	margin-right: 13px;
	margin-top: 3px;
}
.sidebar .sidebar-menu a .weisheng{
	
}
.sidebar .sidebar-menu .chuanran{
	background: url(../images/1.png) no-repeat -18px -514px;
	width: 16px;
	height: 18px;
	float:left;
	margin-right: 14px;
	margin-top: 2px;
}
.sidebar .sidebar-menu .changjian{
	width: 18px;
	height: 18px;
	background: url(../images/1.png) no-repeat -19px -491px;
	float:left;
	margin-right: 13px;
	margin-top: 2px;
}
.sidebar .sidebar-menu .shanghai{
	width: 16px;
	height: 17px;
	background: url(../images/1.png) no-repeat -18px -469px;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}
.sidebar .sidebar-menu .jiaoyu{
	width: 18px;
	height: 18px;
	background: url(../images/1.png) no-repeat 0px -446px;
	float: left;
	margin-right: 13px;
	margin-top: 3px;
}
.sidebar .sidebar-menu .shouji{
	width: 16px;
	height: 16px;
	float:left;
	background: url(../images/1.png) no-repeat -18px -425px;
	margin-right: 15px;
	margin-top: 3px;
}
.sidebar-collapsed.expanded .main-sidebar {
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
}
.sidebar-collapsed.expanded .page-wrapper {
    transform: translate(200px);
}

.sidebar-expanded.collapsed .main-sidebar {
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
}

.sidebar-expanded.collapsed .page-wrapper {
    margin-left: 0;
}


/* Badge */

.navbar-header .badge {
    position: absolute;
    top: 5px;
    right: 0;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}


/* Dialog*/

.modal .table th,
.modal .table td {
    border: none;
    vertical-align: middle;
}


/**
 * ================================ Components Style ================================ 
 */


/* Button */

.btn {
    outline: none;
}


/* Input */

.form-control {
    color: #444;
    border: solid 1px #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.table {
    margin-bottom: 0;
}


/* Img Style */

img.img-circle {
    -moz-border-radius: 50%;
    border-radius: 50%;
}



/**
 * ================================ Page-Wrapper Style ================================ 
 */

.page-wrapper .page-header {
    position: relative;
    margin: 0;
    padding: 15px;
    border: none;
    background-color: transparent;
}

.page-wrapper h1 {
    font-size: 20px;
}

.page-wrapper h2 {
    font-size: 15px;
}

.page-wrapper .page-header .breadcrumb {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: transparent;
}

.page-wrapper .breadcrumb i {
    font-size: 12px;
}

.page-wrapper .page-body {
    padding: 30px 50px;
    /*float:left;*/
}

.page-wrapper .page-body .fettle {
    padding: 0 15px 15px 15px;
}
.page-wrapper .page-body .top-index{
	margin: 0px 15px 15px 15px;
	display: block;
	overflow: hidden;
}
.page-wrapper .page-body .index-text{
	font-size: 20px;
	color: #2c2f34;
	
	float:left;
}
.page-wrapper .page-body .selectColse{
	float:right;
	border-radius: 12px;
	outline: none;
	background: none;
	padding: 3px 6px;
}
.page-wrapper .page-body .selectColse option{
	border-radius: 12px;
	padding: 3px 6px;
	border-radius: 12px;
}

.page-body .fettle>h1 {
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.error-page .error-icon {
    margin: 15px 0;
    text-align: center;
    color: #505050;
}
.error-page .error-icon i {
    font-size: 150px;
}
.error-page .error-notity {
    font-size: 20px;
}

.page-body .widget {
    /* margin-bottom: 20px; */
   margin-bottom: 80px;
}
.widget section {
    /* margin-bottom: 20px; */
   max-width: 590px;
}

.page-body .widget .box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 455;
    height: 460px;
}
.page-body .widget .box .timeInput{
	width: 100%;
	height: 350px;
}
.page-body .widget .box .timeInput .datepicker-inline .table-condensed{
	width: 100%;
	height: 350px;
}

.widget .box .box-header {
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.widget .box .box-header{
	border-bottom: 1px #e4e9ed solid;
	line-height: 50px;
}
.widget .box .box-header a{
	float:right;
	color: #6683af;
	padding-bottom: 10px;
}
.widget .box .box-diaocha{
	margin: 10px;
}
.widget .box .box-diaocha ul{
	margin-top: 23px;
}
.widget .box .box-diaocha ul li{
	width: 100%;
	overflow: hidden;
}
.widget .box .box-diaocha ul li #check{
	width: 24px;
	height: 24px;
	float:left;
	margin-left: 10px
}
.widget .box .box-diaocha ul li .box-progress{
	width: 58%;
	float:left;
	margin-right: 3%;
	margin-left: 2%;
}
.widget .box .box-diaocha ul li .box-progress p{
	margin-bottom: 0px;
}
.widget .box .box-diaocha ul li .progress{
	height: 10px;
}
.widget .box .box-diaocha ul li .progress .progress-bar-success{
	background: #7edf0c;
}
.widget .box .box-diaocha ul li .shuliandu{
	float:left;
	margin-top: 12px;
}
.widget .box .box-diaocha ul li .shuliandu span{
	font-size: 16px;
	color: #6c7378;
}
.widget .box .box-diaocha ul li .shuliandu span small{
	color: #69ba09;
	font-size: 16px;
	
}
*[data-trigger="drag"] {
    cursor: move;
}
.widget .box.table {
    /* margin-bottom: 20px; */
   max-width: none;
}
.widget .box.table .box-header{
	border-bottom: 1px #e4e9ed solid;
	line-height: 50px;
	
}
.widget .box.table .box-header a{
	float:right;
	color: #6683af;
	padding-bottom: 10px;
}
.widget .box.table .box-main{
	margin: 15px;
}
.widget .box.table .box-main .top-content{
	width: 100%;
	overflow: hidden;
}
.widget .box.table .box-main .top-content .topLeft{
	width: 45%;
	height: 120px;
	float:left;
}
.widget .box.table .box-main .top-content .topLeft img{
	width: 100%;
	height: 100%;
}
.widget .box.table .box-main .top-content .topRight{
	margin-left: 5%;
	float:left;
	width: 50%;
}
.widget .box.table .box-main .top-content .topRight h3{
	font-size: 13px;
	color: #999999;
}
.widget .box.table .box-main .top-content .topRight p{
	font-size: 13px;
	color: #757575;
	line-height: 24px;
	margin-top: 10px;
	height: 96px;
	overflow: hidden;
}
.widget .box.table .box-main .bottom-news{
	width: 100%;
	overflow: hidden;
}
.widget .box.table .box-main .bottom-news ul{
	
}
.widget .box.table .box-main .bottom-news ul li{
	width: 100%;
	height: 58px;
	line-height: 58px;
	border-top: 1px #e4e9ed solid;
}
.widget .box.table .box-main .bottom-news ul li b{
	width: 25px;
	height: 25px;
	background: #ffa530;
	color: #fff;
	border-radius: 6px;
	font-size: 12px;
	margin-right:10px;
	float:left;
	text-align: center;
	line-height: 25px;
	margin-top: 15px;
}
.widget .box.table .box-main .bottom-news ul li a{
	width: 100%;
	display: inline-block;
}
.widget .box.table .box-main .bottom-news ul li a span{
	float:left;
}
.widget .box.table .box-main .bottom-news ul li a small{
	float:right;
	margin-right: 20px;
}


.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header .box-tools button {
    background-color: transparent;
    border: none;
    outline: none;
}

.widget .box .box-body {
    padding: 10px;
}
.widget .box .box-body .content{
	
}
.widget .box .box-body .content h3{
	float:left;
	margin-left: 15px;
}
.widget .box .box-body .content span{
	float:left;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 8px;
}
.widget .box .box-body .content small{
	color: #74d600;
	font-size: 14px;
	margin-top: 5px;
	float:left;
}
.widget .box .box-body .content small .jiantou{
	width: 5px;
	height: 12px;
	background: url(../images/1.png) no-repeat -25px -131px;
	float:left;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
}
.widget .box .box-body .form-group label{
	font-size: 20px;
	font-weight: 500;
}
.box .box-footer {
    padding: 10px;
}
.box .box-footer:before,
.box .box-footer:after {
    content: " ";
    display: table;
}

.box .mce-tinymce {
    box-shadow: none;
}
.page-body .widget .small-box {
    position: relative;
    min-height: 90px;
    margin-bottom: 20px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.widget .small-box .small-box-icon {
    height: 90px;
    width: 90px;
    float: left;
    text-align: center;
    line-height: 90px;
    color: #fff;
}

.small-box-icon i {
    font-size: 45px;
}

.widget .small-box .small-box-inner {
    height: 90px;
    padding: 10px;
    font-size: 12px;
    text-align: center;
}

.widget .small-box .small-box-inner h1,
.widget .small-box .small-box-inner h2 {
    margin-bottom: 5px;
    font-weight: bold;
}

.small-box .small-box-inner>.status {
    position: absolute;
    right: 15px;
    bottom: 0px;
    font-size: 12px;
    font-weight: bold;
}

.small-box .small-box-inner>.status:before {
    display: inline-block;
    content: "";
    position: absolute;
    right: -12px;
    top: -5px;
    border: 5px solid transparent;
    border-width: 6px 5px;
    border-bottom-color: #abbac3;
}

.small-box .small-box-inner>.status:after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 8px;
    background-color: #abbac3;
    position: absolute;
    right: -10px;
    top: 7px;
}

.small-box-inner>.status.arrow-up {
    color: #00CC66;
}

.small-box-inner>.status.arrow-down {
    color: #CC3300;
}

.small-box-inner>.status.arrow-up:before {
    border-bottom-color: #00CC66
}

.small-box-inner>.status.arrow-up:after {
    background-color: #00CC66;
}

.small-box-inner>.status.arrow-down:before {
    top: 8px;
    border-bottom-color: transparent;
    border-top-color: #CC3300;
}

.small-box-inner>.status.arrow-down:after {
    top: 0;
    background-color: #CC3300;
}

.login-page, .register-page {
    background: #ececec;
}
.header {
    top: 0;
    height: 300px;
    background: linear-gradient(to right, #0b6bbd, #83bcec);
    transform: skew(0, 3.5deg);
    transform-origin: bottom right;
}
.skew {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.login-wrapper, .register-wrapper {
    width: 360px;
    margin: 7% auto;
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}
.login-logo a, .register-logo a {
    color: #fff;
}
.login-logo a strong,
.register-logo a strong {
    text-shadow: -2px 2px 1px #8a8a8a;
}
.login-body, .register-body {
    padding: 20px;
    border-top: 0;
    color: #666;
    background: #fff;
}
.login-body .social-auth a,
.register-body .social-auth a {
    color: #444;
}
.login-body .social-auth a:hover,
.register-body .social-auth a:hover {
    color: #337ab7;
}
.social-auth a i {
    font-size: 50px;
}
.error-body .input-group {
    margin: 0 auto;
    width: 50%;
}


.sort-highlight {
    border: dashed #6b6b6b 3px;
    background-color: #eee;
    margin-bottom: 14px;
}
.modal-content {
    border-radius: 0;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
} 
.btn {
    padding: 5px 12px;
    border-radius: 0;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}
.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}
.input-group-btn, 
.input-group-btn>.btn {
    outline: none;
}
.input-daterange input:first-child,
.input-daterange input:last-child,
.input-group .form-control {
    border-radius: 0;
}
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}
.form-control + .input-group-addon {
    border-left: 0;
}
.form-control + .input-group-addon + .form-control{
    border-left: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group>.btn:last-child:not(:first-child), 
.btn-group>.dropdown-toggle:not(:first-child),
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.form-control.select2 {
    width: 100%;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    outline: none;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection {
    outline: none;
}

.select2-container--default .select2-selection--single, 
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 5px 10px;
    height: 34px;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #3c8dbc;
    background-color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #1473ab;
    border-radius: 0;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 5px;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #d2d6de;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
    line-height: 22px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #3c8dbc;
}
.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}
.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: white;
}
.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
    outline: none;
}



/*聊天框*/
.bottom-gn .close-btm{
	float:right;
	line-height:32px;
	margin-right:30px;
	margin-top: 13px;
}
.bottom-gn .close-btm .shou{
	width: 11px;
	height: 7px;
	background: url(../images/1.png) no-repeat -24px -280px;
}
.bottom-gn ul li{
	float:left;
	
}
.bottom-gn ul {
	/*width:300px;*/
	padding:0px 25px;
	float:left;
}
.bottom-gn ul li{
	position: relative;
	margin-right: 35px;
	margin-top: 10px;
}
.bottom-gn ul li .search-btm{
	width: 16px;
	height: 16px;
	background: url(../images/1.png) no-repeat -24px -158px;
	position: relative;
	/*margin-top: 8px;*/
}
.bottom-gn ul li a{
	display: inline-block;
}
.bottom-gn ul li .add-btm{
	width: 16px;
	height: 16px;
	background: url(../images/1.png) no-repeat -22px -261px;
	position: relative;
	/*margin-top: 10px;
	margin-left: 35px;*/
}
.bottom-gn ul li .yifu{
	width: 18px;
	height: 16px;
	background: url(../images/1.png) no-repeat -21px -243px;
	position: relative;
	/*margin-left: 35px;
	margin-top: 8px;*/
}
.bottom-gn ul li .not{
	width: 16px;
	height: 16px;
	background: url(../images/1.png) no-repeat -22px -224px;
	
}
.bottom-gn{
	
	width:442px;
	height:38px;
	border:1px solid #dee1e4;
	position:fixed;
	right:0px;
	bottom:0px;
	background:#fff;
	
	
}
.page-body .right-lt{
	width:443px;
	height:89%;
	overflow-y:auto;
	border:1px solid #dee1e4;
	background-color:#fefefe;
	position:fixed;
	right:0px;
	bottom:0px;
	top:75px;
	padding:0px 10px 0px 23px;	
	z-index: 999;
}
.page-body .right-lt .admin-title{
	padding:33px 0px;
	border-bottom:solid 1px #dee1e4;
}
.admin-title1{
	padding:20px 20px;
	width: 443px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99999;
	display: none;
	background: #fff;
	border: 1px #dee1e4 solid;
}
.admin-title1 .admin .img{
	display:inline-block;
	width:36px;
	height:36px;
	background:#f00;
	border-radius:50%;
	-webkit-border-radius:50%;
	vertical-align: middle;
}
.admin-title1 .admin .r-word{
	display:inline-block;
	vertical-align: middle;
}
.admin-title1 .admin .r-word i{
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#a4dd6c;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin-left:10px;
	margin-top:3px;
	vertical-align:top;
}
.admin-title1 .close{
	width:10px;
	height:10px;
	background: url(../images/1.png) no-repeat 0 -343px;
	position: relative;
	top:-30px;
}

.admin-title1 .admin .img{
	display:inline-block;
	width:36px;
	height:36px;
	background:#f00;
	border-radius:50%;
	-webkit-border-radius:50%;
	vertical-align: middle;
}
.admin-title1 .admin .r-word{
	display:inline-block;
	vertical-align: middle;
}
.admin-title1 .admin .r-word i{
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#a4dd6c;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin-left:10px;
	margin-top:3px;
	vertical-align:top;
}

.admin-title2{
	padding:20px 20px;
	width: 443px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
	display: block;
	background: #fff;
	border: 1px #dee1e4 solid;
}
.admin-title2 .admin .img{
	display:inline-block;
	width:36px;
	height:36px;
	background:#f00;
	border-radius:50%;
	-webkit-border-radius:50%;
	vertical-align: middle;
}
.admin-title2 .admin .r-word{
	display:inline-block;
	vertical-align: middle;
}
.admin-title2 .admin .r-word i{
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#a4dd6c;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin-left:10px;
	margin-top:3px;
	vertical-align:top;
}
.admin-title2 .close{
	width:10px;
	height:10px;
	background: url(../images/1.png) no-repeat 0 -343px;
	position: relative;
	top:-30px;
}

.admin-title2 .admin .img{
	display:inline-block;
	width:36px;
	height:36px;
	background:#f00;
	border-radius:50%;
	-webkit-border-radius:50%;
	vertical-align: middle;
}
.admin-title2 .admin .r-word{
	display:inline-block;
	vertical-align: middle;
}
.admin-title2 .admin .r-word i{
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#a4dd6c;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin-left:10px;
	margin-top:3px;
	vertical-align:top;
}
.page-body .right-lt .admin .r-word i{
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#a4dd6c;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin-left:10px;
	margin-top:3px;
	vertical-align:top;
}



.page-body .right-lt .list-admin .list-img{
	display:inline-block;
	width:36px;
	height:36px;
	background:#f00;
	border-radius:50%;
	-webkit-border-radius:50%;
	vertical-align: middle;
}
.page-body .right-lt .list-admin .list-r-word{
	display:inline-block;
	vertical-align: middle;
}
.page-body .right-lt .list-admin .list-r-word i{
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#a4dd6c;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin-left:10px;
	margin-top:3px;
	vertical-align:top;
}

.page-body .right-lt .close{
	width:10px;
	height:10px;
	/*background:url(../images/1.png) no-repeat 0 -353px;*/
	background: url(../images/1.png) no-repeat 0 -343px;
	position: relative;
	top:-30px;
}
.page-body .btns{
	/*width:310px;*/
	height:28px;
	border-radius:30px;
	border:1px solid #e1e1e1;
	background-color:#f5f5f5;
	margin:40px auto;
	box-shadow:0px 0px 1px 2px rgba(245,245,245,1);
	box-sizing: inherit;

}
.page-body .btns ul li{
	float:left;
	width:33.3333333333333%;
	text-align:center;
	line-height:28px;
	cursor:pointer;

}
.page-body .btns{
	overflow:hidden;
}
.page-body .btns ul li.active{
	background-color:#fff;
}
.page-body .list-btn ul{
	display:none;
}
.page-body .list-btn ul li{
	padding-left:30px;
	height:60px;
}
.page-body .list-btn ul li span{
	color:#6c7378;
}
.page-body .list-tab .list-main .list-one .list-btn .list-title{
	cursor:pointer;
	height:40px;
	/*line-height:40px;*/
}
.list-tab .list-main>div{display:none;padding-bottom:200px;}
.page-body .list-tab .list-main .list-one .list-btn .list-title span{margin-right:10px;}


.page-body .list-tab .list-main .list-tow .list-btn .list-title{
	cursor:pointer;
	height:40px;
	/*line-height:40px;*/
}
.list-tab .list-main>div{display:none;padding-bottom:200px;}
.page-body .list-tab .list-main .list-tow .list-btn .list-title span{margin-right:10px;}


.page-body .list-tab .list-main .list-thiss .list-btn .list-title{
	cursor:pointer;
	height:40px;
	/*line-height:40px;*/
}
.list-tab .list-main>div{display:none;padding-bottom:200px;}
.page-body .list-tab .list-main .list-thiss .list-btn .list-title span{margin-right:10px;}


/*首页弹框搜索*/
.blockColor{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 9999;
	display: none;
}
.index-search{
	width: 710px;
	height: 495px;
	background: #fff;
	padding: 20px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	display: none;
}
.index-search .index-search_title h2{
	font-size: 18px;
	color: #212121;
	margin-bottom: 20px;
}
.index-search .search-kuang{
	height: 36px;
	
}
.index-search .search-kuang .kuang{
	width: 555px;
	height: 36px;
	position: relative;
	float:left;
}
.index-search .search-kuang .kuang input{
	width: 100%;
	border: 1px #cccccc solid;
	border-radius: 20px;
	outline: none;
	text-indent: 20px;
	height: 36px;
	background: #fafafa;
	padding-right: 70px;
}
.index-search .search-kuang .kuang .searchGn{
	width: 45px;
	position: absolute;
	right: 20px;
	top: 0;
	cursor: pointer;
}
.index-search .search-kuang .kuang .searchGn .searchBtn{
	width: 12px;
	height: 12px;
	background: url(../images/1.png) no-repeat -8px -682px;
	margin-top: 12px;
	display: inline-block;
	float:left;
}
.index-search .search-kuang .kuang .searchGn span{
	float:left;
	margin-top: 8px;
	margin-left: 5px;
}

.index-search .search-kuang .chongzhi{
	float:left;
	margin-left: 10px;
	width: 80px;
	border-radius: 20px;
	height: 35px;
	border: 1px #7edf0c solid;
	text-align: center;
	line-height: 35px;
	background: #f2fce6;
}
.index-search .search-kuang .chongzhi .chongzhiBtn{
	width: 13px;
	height: 13px;
	background: url(../images/1.png) no-repeat -25px -682px;
	position: relative;
	display: inline-block;
	top: -2px;
}
.index-search .search-kuang .chongzhi span{
	color: #63b206;
}
.index-search .search-table{
	margin-top: 30px;
}
.index-search .search-table table{
	border: none;
}
.index-search .search-table table tr{
	
}
.index-search .search-table table tr th{
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 35px;
	line-height: 35px;
}
.index-search .search-table table tr th input{
	width: 20px;
	height: 20px;
}
.index-search .search-table table tr td input{
	width: 20px;
	height: 20px;
}
.index-search .search-table table tr td{
	border-left: none;
	border-right: none;
	height: 35px;
	line-height: 35px;
}
.index-search .search-table .table-striped>tbody>tr:nth-of-type(odd){
	background: none;
}
.index-search .search-table .table-striped>thead>tr:nth-of-type(odd){
	background: #f9f9f9;
}

.index-search .search-table .tableBtn{
	width: 100%;
	margin-top: 20px
}
.index-search .search-table .tableBtn p{
	float:right;
}
.index-search .search-table .tableBtn p .table-colse{
	color: #212121;
	font-size: 13px;
	margin-right: 15px
}
.index-search .search-table .tableBtn p .queding{
	width: 75px;
	height: 30px;
	border-radius: 5px;
	background: #7dc825;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 30px;
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .page-body .right-lt{
    	width: 300px;
    }
    .admin-title1{
    	width: 300px;
    }
    .bottom-gn{
    	width: 300px;
    }
    .bottom-gn ul li{
    	margin-right: 15px;
    }
    .page-body .right-lt{
    	
    }
}


@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }
}

@media (max-width: 420px) {
    .page-header .title {
        visibility: hidden;
    }
    .page-header .breadcrumb {
        left: 10px;
    }
    .login-wrapper, .register-wrapper {
        width: 90%;
        margin-top: 20px;
    }
    .error-body .input-group {
        margin: 0 auto;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .navbar-header .brand {
        float: none;
        width: 100%;
    }
    .navbar-nav .dropdown .dropdown-menu {
        right: 5%;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar-header .navbar {
        margin-left: 0;
    }
    .nav>li {
        position: static;
    }
    .main-sidebar {
        -webkit-transform: translate(-200px, 0);
        -moz-transform: translate(-200px, 0);
        -ms-transform: translate(-200px, 0);
        transform: translate(-200px, 0);
    }
    .expanded {
        -webkit-transform: translate(0px);
        -moz-transform: translate(0px);
        -ms-transform: translate(0px);
        transform: translate(0px);
    }
    .page-wrapper {
        margin-left: 0;
    }
}