@charset "utf-8";
/*************************************
 * 同徽UI布局
 *************************************/



/**************************
 * 头部
 **************************/
.navbar-header {
  position: fixed;
  top: 0;
  z-index: 1205;
  margin-bottom: 0;
  border-radius: 0;
  height: 80px;
  width: 100%;
  border: none;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
  box-shadow: 0 2px 4px rgba(0,0,0,.08);
  background-color: #62a8ea;
}
.navbar-header a {
	color: #fff;
}
/*头部logo*/
.navbar-branding {
	float: left;
	width: 200px;
}
#toggle_sidemenu_l {
  float: left;
  cursor: pointer;
  font-size: 19px;
  color: #fff;
  line-height: 80px;
  max-height: 80px;
  width: 35px;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; 
}
.navbar-brand {
  height: 80px;
  line-height: 75px;
  padding: 0;
  color: #5d5d5d;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.navbar-brand img {
	max-width: 150px;
	max-height: 55px;
	display: inline;
}
/*头部右侧*/
.navbar-container {
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	margin-left: 200px;
}
.navbar-container > .nav > li > a:hover {
	background-color: #4a9eec;
}
.navbar-container > .nav > li > a:focus {
	background-color: #4a9eec;
}
.navbar-container > .nav > li.active {
	background-color: #4a9eec;
}


/*头部颜色设置*/
.navbar-header.bg-blue-600 {
	background-color: #62a8ea;
}
.navbar-header.bg-blue-600 .navbar-container > .nav > li > a:hover {
	background-color: #4a9eec;
}
.navbar-header.bg-blue-600 .navbar-container > .nav > li > a:focus {
	background-color: #4a9eec;
}
.navbar-header.bg-blue-600 .navbar-container > .nav > li.active {
	background-color: #4a9eec;
}

.navbar-header.bg-brown-600 {
	background-color: #8d6658;
}
.navbar-header.bg-brown-600 .navbar-container > .nav > li > a:hover {
	background-color: #905945;
}
.navbar-header.bg-brown-600 .navbar-container > .nav > li > a:focus {
	background-color: #905945;
}
.navbar-header.bg-brown-600 .navbar-container > .nav > li.active {
	background-color: #905945;
}

.navbar-header.bg-cyan-600 {
	background-color: #57c7d4;
}
.navbar-header.bg-cyan-600 .navbar-container > .nav > li > a:hover {
	background-color: #24b5c5;
}
.navbar-header.bg-cyan-600 .navbar-container > .nav > li > a:focus {
	background-color: #24b5c5;
}
.navbar-header.bg-cyan-600 .navbar-container > .nav > li.active {
	background-color: #24b5c5;
}

.navbar-header.bg-green-600 {
	background-color: #1ab394;
}
.navbar-header.bg-green-600 .navbar-container > .nav > li > a:hover {
	background-color: #189c81;
}
.navbar-header.bg-green-600 .navbar-container > .nav > li > a:focus {
	background-color: #189c81;
}
.navbar-header.bg-green-600 .navbar-container > .nav > li.active {
	background-color: #189c81;
}

.navbar-header.bg-grey-600 {
	background-color: #757575;
}
.navbar-header.bg-grey-600 .navbar-container > .nav > li > a:hover {
	background-color: #545353;
}
.navbar-header.bg-grey-600 .navbar-container > .nav > li > a:focus {
	background-color: #545353;
}
.navbar-header.bg-grey-600 .navbar-container > .nav > li.active {
	background-color: #545353;
}

.navbar-header.bg-indigo-600 {
	background-color: #677ae4;
}
.navbar-header.bg-indigo-600 .navbar-container > .nav > li > a:hover {
	background-color: #4f65e4;
}
.navbar-header.bg-indigo-600 .navbar-container > .nav > li > a:focus {
	background-color: #4f65e4;
}
.navbar-header.bg-indigo-600 .navbar-container > .nav > li.active {
	background-color: #4f65e4;
}

.navbar-header.bg-orange-600 {
	background-color: #f2a654;
}
.navbar-header.bg-orange-600 .navbar-container > .nav > li > a:hover {
	background-color: #ef8e25;
}
.navbar-header.bg-orange-600 .navbar-container > .nav > li > a:focus {
	background-color: #ef8e25;
}
.navbar-header.bg-orange-600 .navbar-container > .nav > li.active {
	background-color: #ef8e25;
}

.navbar-header.bg-pink-600 {
	background-color: #f96197;
}
.navbar-header.bg-pink-600 .navbar-container > .nav > li > a:hover {
	background-color: #f54181;
}
.navbar-header.bg-pink-600 .navbar-container > .nav > li > a:focus {
	background-color: #f54181;
}
.navbar-header.bg-pink-600 .navbar-container > .nav > li.active {
	background-color: #f54181;
}

.navbar-header.bg-purple-600 {
	background-color: #926dde;
}
.navbar-header.bg-purple-600 .navbar-container > .nav > li > a:hover {
	background-color: #7f50e0;
}
.navbar-header.bg-purple-600 .navbar-container > .nav > li > a:focus {
	background-color: #7f50e0;
}
.navbar-header.bg-purple-600 .navbar-container > .nav > li.active {
	background-color: #7f50e0;
}

.navbar-header.bg-red-600 {
	background-color: #f96868;
}
.navbar-header.bg-red-600 .navbar-container > .nav > li > a:hover {
	background-color: #f14c4c;
}
.navbar-header.bg-red-600 .navbar-container > .nav > li > a:focus {
	background-color: #f14c4c;
}
.navbar-header.bg-red-600 .navbar-container > .nav > li.active {
	background-color: #f14c4c;
}

.navbar-header.bg-teal-600 {
	background-color: #3aa99e;
}
.navbar-header.bg-teal-600 .navbar-container > .nav > li > a:hover {
	background-color: #2f8c83;
}
.navbar-header.bg-teal-600 .navbar-container > .nav > li > a:focus {
	background-color: #2f8c83;
}
.navbar-header.bg-teal-600 .navbar-container > .nav > li.active {
	background-color: #2f8c83;
}

.navbar-header.bg-yellow-700 {
	background-color: #f7da64;
}
.navbar-header.bg-yellow-700 .navbar-container > .nav > li > a:hover {
	background-color: #efcb3d;
}
.navbar-header.bg-yellow-700 .navbar-container > .nav > li > a:focus {
	background-color: #efcb3d;
}
.navbar-header.bg-yellow-700 .navbar-container > .nav > li.active {
	background-color: #efcb3d;
}




/*头部快捷工具*/
#settings_menu .navbar-menus:hover .dropdown-menu{
	display:block;
}
#settings_menu .dropdown-menu {
	min-width: auto;
	right: 30px;
}
.navbar-menus .dropdown-menu:before,
.navbar-menus .dropdown-menu:after {
  z-index: 15;
  content: "";
  position: absolute;
  bottom: 100%;
  right: 33px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff; 
}
  
.navbar-menus .dropdown-menu:after {
    z-index: 14;
    border-bottom-color: #999;
}
  
.navbar-header .navbar-right {
  float: right;
  margin-right: 15px;
}
.navbar-right > li {
	float: left;
	/* width: 44px; */
}
.navbar-right > li > a {
	padding-top: 29px;
	padding-bottom: 29px;
	line-height: 21px;
}
.navbar-right .media-heading {
	background-color: transparent !important;
}
.navbar-right .role-ident{
	width: 18px;
    height: 18px;
    background: #fff;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    border-radius: 18px;
    margin-left:3px;
}

/**************************
 * 左侧菜单
 **************************/
.sidebar_left {
  position: fixed;
  top: 80px;
  z-index: 1300;
  width: 200px;
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
}
.sidebar_left .nav-pull {
    display: none;
}
.sidebar_left.nav-dark {
  background: #2f4050;
}
.sidebar_left .sidebar-menu {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;	
	padding-bottom: 200px;
}
.sidebar-menu > ul li {
  margin: 0; 
}
.nav-dark .sidebar-menu > ul li{
    background: #2f4050;
}
.sidebar-menu > ul > li:first-child {
  padding-top: 4px; 
}
.nav-dark .sidebar-menu > ul li a {
  color: #a7b1c2;
}
.nav-light .sidebar-menu > ul li a {
  color: #666;
}
.nav-dark .sidebar-menu > ul li a:focus {
  background-color: #293846;
}
.sidebar-menu > ul > li > a {
  padding: 0;
  line-height: 40px;
  height: 40px; 
}
/* Menu Icon */
.sidebar-menu > ul > li > a > span:nth-child(1) {
  float: left;
  top: 0;
  line-height: 40px;
  width: 40px;
  font-size: 13px;
  text-align: center;
  padding-left: 15px;
}
/* Menu Title */
.sidebar-menu > ul > li > a > span:nth-child(2) {
  float: left;
  padding-left: 10px; 
}
/* Top Level Menu Item - Tray, used to hold badges and such */
.sidebar-menu > ul > li > a > .sidebar-title-tray {
  position: absolute;
  right: 10px; 
}
.sidebar-menu > ul > li > a > .sidebar-title-tray .label {
  padding: .0em .5em .2em;
  font-size: 11px; 
}
/* Menu Caret */
.sidebar-menu ul > li > a > span.caret {
  position: absolute;
  top: 45%;
  right: 10px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
/* Open Menu Item Caret - we simply flip the carets border */
.nav-light .menu-open {
    background: #e6e6e6;
}
.sidebar-menu ul > li > a.menu-open > span.caret {
  border-top: 0;
  border-bottom: 5px solid; 
}
/* SUB LEVEL MENU ITEMS */
/* Sub-Menu */
.sidebar-menu ul.sub-nav {
  clear: both;
  display: none;
  width: 200px;
  height: auto;
}
.sidebar-menu ul a.menu-open + ul.sub-nav {
  display: block; 
}
.sidebar-menu ul.sub-nav > li > a {
  padding: 10px 20px 11px 30px; 
}
/* Sub-Menu Icon */
.sidebar-menu ul.sub-nav > li > a > span:nth-child(1) {
  margin-right: 10px;
  font-size: 11px; 
}
/* Sidebar Menu "li" Divider - Used in the resources menu */
.sidebar-menu ul li.divider {
  width: 170px;
  margin: 0 auto;
}
.nav-light .sidebar-menu>.nav>li.active {
    border-left: 4px solid #62a8ea;
}
.nav-dark .sidebar-menu>.nav>li.active {
	background: #293846;
}
.nav-light .sidebar-menu>.nav>li.active {
    background: #e6e6e6;
}
.nav-light .sidebar-menu>.nav li.active {
    background: #f6f6f6;
}
.sidebar_left.nav-dark .nav>li.active>a {
    color: #fff;
}
.sidebar_left.nav-light .nav>li.active>a {
    background: #e6e6e6;
}
.sidebar_left.nav-dark .nav>li>a:hover {
	background: #293846;
	color: #fff;
}
.sidebar_left.nav-light .nav>li>a:hover {
    background: #e6e6e6;
}
.nav-dark .nav-float .sub-menu li:hover {
    background: #293846;
}
.sub-nav .sub-nav a {
	text-indent: 0.5em;
}


.nav-float .sub-menu{
    position:fixed;
    left:194px;
    background:#fff;
    z-index:9999;
    display:table;
    padding:20px 0;
    white-space:nowrap;
}
.nav-dark .nav-float .sub-menu {
    background: #2f4050;
}
.nav-float .sub-menu>ul{
    display:table-cell;
    padding-left:0;
    vertical-align:top;
}
.nav-float .sub-menu>ul>span+li{
    margin-top: 10px;
}
.nav-float .sub-menu>ul>li{
    line-height:30px;
    dispaly:block;
    height:30px;
}
.nav-dark .nav-float .sub-menu>ul>li.active {
    background: #293846;
    color: #fff;
}
.nav-float .sub-menu>ul>li>a{
    dispaly:block;
    padding:0px 40px;
}
.nav-float .sub-menu>ul .second-menu-title{
    width:100%;
    font-size:14px;
    color:#999;
    display:inline-block;
    padding-left:15px;
    padding:0px 40px;
}
.nav-float .sub-menu>ul>li a{
    dispaly:block;
}
.nav-float .sub-menu>ul>li a:hover{
    color:#3f8ad4 !important;
}
.nav-dark .nav-float .sub-menu>ul>li a:hover{
    color:#fff !important;
}
.nav-float .sub-menu .bd-rt{
    border-right:1px solid #f1f0f4;
}
.nav-dark .nav-float .sub-menu .bd-rt{
    border-right:1px solid #8c8c8c;
}







/**************************
 * 面包屑
 **************************/
#topbar {
  z-index: 1023;
  position: relative;
  width: 100%;
  height: 40px;
  max-height: 140px;
  padding: 0 10px; 
}
  
.breadcrumb {
  float: left;
  height: 40px;
  position: relative;
  padding: 10px 0 5px 0;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 14px;
  background-color: transparent;
  padding-right: 50px;
}
.breadcrumb > li {
  color: #888;
  font-size: 12px; 
}
.breadcrumb > li>a {
  color: #888;
  font-size: 12px; 
}
.breadcrumb > li:nth-of-type(1)>a {
  color: #333;
  font-size: 12px; 
}

.breadcrumb > li.crumb-active > a {
  color: #555;
  cursor: default;
  font-size: 12px; 
}
  
/**************************
 * 内容区
 **************************/
.main-page {
	height: 100%;
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	margin-left: 200px;
	margin-top: 80px;
	/* position: fixed; */
	overflow-x: hidden;
	overflow-y: auto;
	background: #eef1f4;
}
.main-page .page-container {
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
.main-page .page {
    position: relative;
    min-height: -webkit-calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.page-header {
    position: relative;
    padding: 20px 20px;
    margin-top: 0;
    margin-bottom: 0;
    background: 0 0;
    border-bottom: none;
    padding-bottom: 10px;
    margin: 0 22px;
    border-bottom: 1px solid transparent;
}
.page-header+.page-content {
    padding-top: 0;
}
.page-content {
    padding: 0 20px;
}
.page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}


.main-footer {
    height: 40px;
    padding: 10px 20px;
    background-color: #eef1f4;
}
.main-footer-legal {
    float: left;
}
.main-footer-right {
    float: right;
}
/*菜单隐藏*/
.sidebar-hidden .sidebar_left {
	left: -200px;
}
.sidebar-hidden .navbar-contab {
	margin-left: auto;
}
.sidebar-hidden .main-page {
	margin-left: auto;
}
.sidebar-hidden .main-page {
	width: 100%;
}

.sidebar-visible .sidebar_left {
	left: auto;
}
.sidebar-visible .navbar-contab {
	margin-left: 200px;
}
.sidebar-visible .main-page {
	margin-left: 200px;
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
}
@media (max-width: 1100px) {
	.sidebar_left {
		left: -200px;
	}
	.navbar-contab {
		margin-left: auto;
	}
	.main-page {
		margin-left: auto;
		width: 100%;
	}
}

/**************************
 * 回到顶部
 **************************/
#scroll-top {
	position: fixed;
	bottom: 26px;
	right: 26px;
	z-index: 10003;
}
#scroll-top a {
	height: 38px;
	width: 38px;
	display: block;
	background: #1ab394;
	padding: 9px 8px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
}


/**************************
 * 设置
 **************************/
#skin-toolbox {
  color: #FFF;
  position: fixed;
  top: 120px;
  right: -175px;
  width: 175px;
  height: 485px;
  z-index: 9999;
  overflow: visible !important;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: right 0.1s ease-in-out;
  -moz-transition: right 0.1s ease-in-out;
  transition: right 0.1s ease-in-out; }

#skin-toolbox.toolbox-open {
  right: 0; }

.skin-toolbox {
  position: absolute;
  top: 30px;
  left: -36px;
  width: 36px;
  height: 40px;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.6); }

.skin-toolbox .fa {
  font-size: 20px;
  padding-left: 9px; }
  
.skin-toolbox-toggle .fa {
  font-size: 20px;
  padding-left: 9px; }

.skin-option {
  float: left;
  width: 22px;
  height: 22px;
  margin: 5px;
  padding: 3px;
  background-color: #dadada;
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 white;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 white; }

.skin-color {
  width: 14px;
  height: 14px;
  border: 1px solid #CCC;
  background: #FFF;
  cursor: pointer; }

.feedback-toolbox-panel,.support-toolbox-panel {
  padding: 15px 15px 0; }

.feedback-toolbox-panel .form-group {
  margin-bottom: 8px; }

.skin-toolbox-panel label,.feedback-toolbox-panel label{
  font-size: 12px; }

.skin-option.active {
  border: 1px solid #f0ad4e; }

.feedback-toolbox-toggle {
  top: 230px; }

.feedback-toolbox-toggle:hover{
	background:#f9892e !important;
}

.feedback-toolbox {
  position: absolute;
  top: 72px;
  left: -36px;
  width: 36px;
  height: 40px;
  line-height: 46px;
  background: rgba(0, 0, 0, 0.6); }

.feedback-toolbox .fa {
  font-size: 21px;
  padding-left: 9px; }

.feedback-toolbox-toggle .fa {
  font-size: 21px;
  padding-left: 9px; }
  
.toolbox-toggle {
  cursor: pointer;
  position: absolute;
  left: -36px;
  width: 36px;
  /* height: 60px; */
  height:auto;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.7);
}
 .support-toolbox-toggle {
  top: 165px;
 }
 .skin-cartbox-toggle {
    top: 100px;
 }

.support-toolbox-toggle:hover{
	background:#f9892e !important;
}

.support-toolbox {
  left: -36px;
  width: 36px; }

.support-toolbox .fa {
  font-size: 21px;
  padding-left: 9px; }

.support-toolbox-toggle .fa {
  font-size: 21px;
  padding-left: 9px; }

.support-icon{
    background: url(../img/line-icon.png) no-repeat;
}

.support-icon.sp1{
    width:19px;
    height:19px;
    display:inline-block;
    background-position:-16px -5px;
}

.support-icon.sp2{
    width:74px;
    height:23px;
    display:inline-block;
    background-position:-13px -31px;
}

#skin-toolbox.toolbox-open {
    right: 0;
}

.toggle-color-swap {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 3px 3px;
  border: 1px solid #222; }
  
