/* here you can put your own css to customize and override the theme */

/* 统一设置微软雅黑为默认字体 */
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6, a {
	font-family: Microsoft YaHei, '宋体', Tahoma, Helvetica, Arial, sans-serif;
}
p{
	line-height:160%;
	margin:0;
}

/* 常用通用样式 */
.line-height-150{
	line-height:150%;
}

/* 头部横向导航 */
.page-header.navbar .page-logo .logo-default {
	margin: 10px 0 0 0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > a {
	color: #79869A;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:last-child {
	padding-right: 10px;
}

/* 侧边导航 */
.page-sidebar .page-sidebar-menu .sub-menu {
	margin: 0;
}
/* 页内位置导航 */
.page-content .page-bar {
	padding-top: 10px;
	margin-bottom: 12px;
	background-color: #eee;
}

.page-content .page-bar .page-title {
	font-size: 20px;
	letter-spacing: 1px;
	margin: 10px 0 0 -10px;
	font-weight: bold;
}

.page-content .page-bar .page-toolbar a {
	letter-spacing: 1px;
}

/* 下拉菜单最小宽度 */
.dropdown-menu {
	min-width: 160px;
}

/* tooltip 提示框最大宽度 */
.tooltip-inner {
	max-width: 500px;
	white-space: normal;
	word-break: break-all;
	padding:6px;
	line-height:160%;
	text-align:left;
}
.tooltips{
	cursor:pointer;
}

/* modal 模态框距离顶部距离 */
.modal {
	top: 13%;
}

/* table中鼠标经过时的样式修正 success无效问题, 其他active error等类似 */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #96e1e8 !important; }

/* 可编辑超链接样式 */
.editable-click, a.editable-click, a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}
/* 列表 bootstrap-table 自定义样式 */
.bootstrap-table .fixed-table-toolbar .bs-bars {
	width: 100%;
}

label.mt-checkbox.none-word {
	padding-left: 18px;
}

/* 数据编辑页 */
.tab-content legend {
	font-size: 18px;
	padding-bottom: 8px;
}

/* 超小输入框 */
.input-h-mini {
	height: 22px;
}

/* bootbox 信息提示框 距离顶部高度 */
.bootbox {
	top: 26%;
}

/* 单选、多选列表 */
.mt-checkbox-inline, .mt-radio-inline {
	padding: 0;
}

.mt-checkbox-inline-form-horizontal, .mt-radio-inline-form-horizontal {
	padding: 10px 0;
}

/* 下拉菜单 dropdown-menu 去掉下拉时的小箭头*/
.dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.btn-group>.dropdown-menu, .dropdown-toggle>.dropdown-menu, .dropdown>.dropdown-menu{
	margin-top:0;
}
.btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before{
	display:none !important;
} 
.btn-group>.dropdown-menu:after, .dropdown-toggle>.dropdown-menu:after, .dropdown>.dropdown-menu:after{
	display:none !important;
}
.btn-group.dropup>.dropdown-menu, .dropdown-toggle.dropup>.dropdown-menu, .dropdown.dropup>.dropdown-menu{
	margin-top:0;
	margin-bottom:0;
}

/* 上传文件后的自动预览设置 */
.upfile_preview img{
	max-width:240px;
}

/* 在线文件的文件预览图标 */
.preview_icon {
	cursor: pointer;
	width: 80px;
	height: 80px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

i.file-preview {
	display: block;
	margin: 10px auto;
	width: 70px;
	height: 70px;
	background-image: url("../img/file-icons.png");
	background-image: url("../img/file-icons.gif") \9;
	background-position: -140px center;
	background-repeat: no-repeat;
}

i.file-preview.file-type-dir {
	background-position: 0 center;
}

i.file-preview.file-type-file {
	background-position: -140px center;
}

i.file-preview.file-type-filelist {
	background-position: -210px center;
}

i.file-preview.file-type-zip,
i.file-preview.file-type-rar,
i.file-preview.file-type-7z,
i.file-preview.file-type-tar,
i.file-preview.file-type-gz,
i.file-preview.file-type-bz2 {
	background-position: -280px center;
}

i.file-preview.file-type-xls,
i.file-preview.file-type-xlsx {
	background-position: -350px center;
}

i.file-preview.file-type-doc,
i.file-preview.file-type-docx {
	background-position: -420px center;
}

i.file-preview.file-type-ppt,
i.file-preview.file-type-pptx {
	background-position: -490px center;
}

i.file-preview.file-type-vsd {
	background-position: -560px center;
}

i.file-preview.file-type-pdf {
	background-position: -630px center;
}

i.file-preview.file-type-txt,
i.file-preview.file-type-md,
i.file-preview.file-type-json,
i.file-preview.file-type-htm,
i.file-preview.file-type-xml,
i.file-preview.file-type-html,
i.file-preview.file-type-js,
i.file-preview.file-type-css,
i.file-preview.file-type-php,
i.file-preview.file-type-jsp,
i.file-preview.file-type-asp {
	background-position: -700px center;
}

i.file-preview.file-type-apk {
	background-position: -770px center;
}

i.file-preview.file-type-exe {
	background-position: -840px center;
}

i.file-preview.file-type-ipa {
	background-position: -910px center;
}

i.file-preview.file-type-mp4,
i.file-preview.file-type-swf,
i.file-preview.file-type-mkv,
i.file-preview.file-type-avi,
i.file-preview.file-type-flv,
i.file-preview.file-type-mov,
i.file-preview.file-type-mpg,
i.file-preview.file-type-mpeg,
i.file-preview.file-type-ogv,
i.file-preview.file-type-webm,
i.file-preview.file-type-rm,
i.file-preview.file-type-rmvb {
	background-position: -980px center;
}

i.file-preview.file-type-ogg,
i.file-preview.file-type-wav,
i.file-preview.file-type-wmv,
i.file-preview.file-type-mid,
i.file-preview.file-type-mp3 {
	background-position: -1050px center;
}

i.file-preview.file-type-jpg,
i.file-preview.file-type-jpeg,
i.file-preview.file-type-gif,
i.file-preview.file-type-bmp,
i.file-preview.file-type-png,
i.file-preview.file-type-psd {
	background-position: -140px center;
}

/* = 分页
------------------------------------------ */
.page {
	margin: 0 0 10px 0;
	*zoom: 1;
}

.page:before,
.page:after {
	display: table;
	content: "";
}

.page:after {
	clear: both;
}

.page a,
.page span {
	float: left;
	margin-left: -1px;
	padding: 0 14px;
	height: 30px;
	line-height: 30px;
	color: #686868;
	border: 1px solid #CCCCCC;
    /*background-color: #4bbd00;*/
}

.page a:hover {
	text-decoration: none;
	background-color: #387C0B;
    color: #fff;
}

.page .current {
	border-top: 1px solid #387C0B;
	background: #387C0B;
    color: #fff;
}

.page .next,
.page .prev {
	font-weight: bold;
}

.page .rows {
	border-right: 1px solid #CCCCCC;
}

.popover-form-actions{
	padding:10px;
}



.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-25 {
	margin-bottom: 25px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-65 {
	margin-bottom: 65px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

@media (max-width: 767px) {
	.page-content .page-bar .page-title {
		font-size: 16px;
		letter-spacing: 1px;
		margin: 10px 0 0 -10px;
		font-weight: bold;
	}
}
