﻿/*滚动条美化*/
::-webkit-scrollbar {  
  width: 14px;  
  height: 14px;  
}  
  
::-webkit-scrollbar-track,  
::-webkit-scrollbar-thumb {  
  border-radius: 999px;  
  border: 5px solid transparent;  
}  
  
::-webkit-scrollbar-track {  
  box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;  
}  
  
::-webkit-scrollbar-thumb {  
  min-height: 20px;  
  background-clip: content-box;  
  box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;  
}  
  
::-webkit-scrollbar-corner {  
  background: transparent;  
}  

/*容器*/
.wrap-container {
    width: 100%;
    margin: 0px;
    min-width: 1200px;
}
.wrap-container-1170 {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.wrap-container-fixed {
    max-width: 1170px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/*内嵌表格*/
.table-incell {
    border-bottom-style: none !important;
}
.table-incell tr:first-child > td {
    border-top-style:none !important;
}

/*数据表格单元格命令行*/
.chaolj-datatable-cellCommand {
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 200px;
}

.chaolj-datatable-cellCommand > .chaolj-datatable-cellCommandBar {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    text-align: center;
    display: none;
}

/*Tabs*/
.nav-tabs { 
    filter: none;
    border: none;
    padding: 0;
    margin: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background:none !important;
}
.nav-tabs > li > a { 
    color:#555;
	font-size:14px;
	padding:5px 15px !important; 
}
.nav-tabs li.active a, 
.nav-tabs li.active a:hover,
.nav-tabs > .active > a, 
.nav-tabs > .active > a:hover, 
.nav-tabs > .active > a:focus { 
	color:#fff;
	border:none; 
	background:#72c02c; 
}
.nav-tabs > li > a { 
	border:none;
	border-radius:0; 
}
.nav-tabs > li > a:hover { 
	color:#fff; 
	background:#72c02c; 
}
.tab-content { 
	padding:7px 10px;
	border-top:solid 2px #72c02c; 
}

/*Blockquote*/
blockquote:hover {
	border-left-color:#72c02c; 
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}

/*headline*/
.heading {
	padding:5px 20px 5px 20px;
}

.headline {
	display:block;
	margin:10px 0 25px 0;
	border-bottom:1px dotted #e4e9f0;
}
.headline h3, 
.headline h4,
.headline h5 {
	color:#585f69;
	margin:0 0 -2px 0;
	padding-right:10px;
	display:inline-block;
	text-shadow:0 0 1px #f6f6f6;
	border-bottom:2px solid #72c02c;
}
.headline h3 {
    font-size:18px;
}
.headline h4 {
    font-size:16px;
}
.headline h5 {
    font-size:14px;
}


/* 布局页顶部导航面板  */
.chaolj-toppanel {
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    z-index: 999;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.055);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.055);
}
.chaolj-toppanel > .chaolj-toppanel-container{
    position:relative;
    min-height: 360px;
    max-width: 1170px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.chaolj-toppanel > .chaolj-toppanel-container > .chaolj-toppanel-loading{
    position:absolute;
    top:30px;
    left:10px;
}
.chaolj-toppanel > .chaolj-toppanel-container > .chaolj-toppanel-content{
    width:100%;
    overflow: hidden;
}

@font-face {
    font-family: 'SawtruFont-Regular';
    src: url('/Resources/App/css/SawtruFont-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 优化加载体验 */
}