/* custom for jquery.datatables changes */
/* override */
#navbar {
    position: initial;
}

/* 强制更改h5的字体，表单标题字体 */
h5 {
	font-family: "Microsoft YaHei" ! important;
}
/**
	左侧折叠部分加入>折叠按钮后，将右侧内容也浮动起来，以和左侧导航并排显示
	赵卓义
*/
.main-content {
	 float: left; 
}
/**  字体、字号的默认设置 wangzq 2016.06.14 */
body {
    font: 12px "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"\5B8B\4F53"  !important;
    overflow:auto;
    overflow-x: auto;
}

.footer {
    padding-top: 60px;
    height: 60px;
}

/* override */
.dataTables_paginate{
	float:right;
}
/* override */
.widget-main{
	padding: 1px;
}
/* override 自定义新增类页面的背景等样式  wangzq 2016.05.30*/

.table-header {
    background-color: #f4f4f4 !important;
    color:#757575 !important;
    font-weight: bold !important;
  }


  .btn.btn-white.btn-primary.bgcolor_blue{
  	background-color: #0b94eb !important;  	    
  	color:#fff !important;
  	border-width: 1px;
  }
  
  .btn-white.btn-primary {
    border-color: #0782d0;
  }
   
.fontWeight_normal{
    font-weight:normal !important;
}
   
.page-header-s {
  	 height:40px;
 	 padding-top: 6px;
 	 margin-bottom:6px !important;
}
  
.pull-right {
    float: right !important;
    line-height:8px; 
    text-align:center
}

.no-skin .nav-list > li .submenu > li.active > a {
    /**color: #2b7dbc;*/
    color: #fff;
}

/* 菜单选中变色 */
.no-skin .nav-list > li .submenu > li.active:not(.open) > a {
  /**background-color: #f5f7fa;
  background-color: #2b7dbc;
  */
  background-color: #ffaa47;
}

/* 菜单选中变色IE8 */
.no-skin .nav-list .submenu .active a {
  /**background-color: #f5f7fa;
  background-color: #2b7dbc;
  */
  background-color: #5cb8fe;
}

/* 菜单悬浮变色 */
.no-skin .nav-list > li .submenu > li.active:not(.open) > a:hover {
   /**background-color: #f5f7fa;
  background-color: #2b7dbc;
  */
  background-color: #5cb8fe;
}

/* 菜单悬浮变色IE8 */
.no-skin .nav-list .submenu .active a:hover {
   /**background-color: #f5f7fa;
  background-color: #2b7dbc;
  */
  background-color: #5cb8fe;
}
.no-skin .nav-list li.active > a:after {
    border-right-color: #fff !important;
    -moz-border-right-colors: #fff !important;
}

.nav-list li.active > a:after {
   /** display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15px;
    height: 100%;
    border: 10px solid transparent;
   */
}

.nav-list > li li.active > a:after {
    top: 0;
    /**border-width: 14px 8px;*/
}

#openClose {
    width: 8px;
    margin: 0 1px;
    cursor: pointer;
    border-right: solid #bbb 1px;
    float: left;
}

#openClose.close {
    background-position: 0px center;
    opacity: 0.8;
    filter: alpha(opacity=50);
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 0 1px 0 #fff;
}

#openClose, #openClose.close:before {
    background: url("./images/openclose.png") no-repeat 0 center;
}
#openClose, #openClose.open {
    background: url("./images/openclose.png") no-repeat -29px center;
}

#openClose:after {
    content: "";
    display: block;
    width: inherit;
    position: absolute;
    top: 46px;
    bottom: 0;
    z-index: -1;
    border-right: inherit;
}

.main-container #content:before, .main-container #content:after {
    display: table;
    line-height: 0;
    content: "";
}

.main-container #content:after {
    clear: both;
}

#searchForm * {
	font-size:12px;
}

/* 表单输入框填充 */
#searchForm input[type="text"] {
    padding: 2px 4px;   
}

#searchForm select {
	height:24px;
	padding-top: 2px;
}

#searchForm .control-label {
	padding-top: 6px;
}

.form-control {
    font-size: 12px;
}

.form-control-static {
    padding-top: 3px;
    padding-bottom: 4px;
    margin-bottom: 0;
    min-height: 25px;
}

.form-horizontal .control-label {
    padding-top: 3px;
}

select.form-control {
    padding: 2px 4px;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 4px;
}

label {
    font-size: 12px;
}

.clear-both{
	clear: both;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    padding: 4px 4px 6px;
    font-size: 12px;
}

/* 搜索标题高度 */
#loadDiv .widget-header {
	min-height: 30px;
}
/* 搜索标题高度字体大小 */
#loadDiv .widget-header > .widget-title {
	line-height: 30px;
	font-size: 15px;
}
/* 搜索标题工具按钮高度 */
#loadDiv .widget-header .widget-toolbar{
	line-height: 30px;
}

/* 弹窗搜索标题高度   20160628 ljx */
.modal-dialog .modal-header .table-header{
	line-height: 30px;
}

/* 弹窗搜索标题关闭按钮高度   20160628 ljx */
.modal-dialog .modal-header .close{
	font-size: 28px;
}

/* 弹窗填充间距   20160628 ljx */
.modal-dialog .modal-body{
	padding: 10px;
}

/* 弹窗搜索标题工具按钮与列表间距8px 20160628 ljx */
.modal-dialog .clearfix a{
	margin-bottom: 8px;
}

/* 弹窗请选择按钮高度 20160628 ljx */
.modal-dialog .input-group-addon{
	padding: 4px 12px;
	height: 25px;
}

/* table 表格头部按钮 */
.dataTables_wrapper .clear {
	clear: both;
}
/* 页面填充 */
.page-content {
    padding: 8px 12px 10px 0px;
}

/* 表单元素高度25px */
.form-control {
	height: 25px;
	}

/* 表单输入框检查样式高度 20160707 ljx */
.form-control-feedback {
	height: 25px;
    line-height: 25px;
	}

.input-icon > .ace-icon {
    line-height: 25px;
	}
	
/* 表单文本上填充3px */
#searchForm .control-label {
	padding-top: 3px;
	}
/* 表单文本取消右填充 */	
.form-horizontal .control-label {
	padding-right: 0px;
	}
/* 搜索框查询条件取消所有间距 */
.form-horizontal .form-group {
	margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 10px;
	}

.widget-box {
    margin-bottom: 10px;
}
/* table 表格工具按钮左右间距 */	
.dt-button{
	margin: 0px 1px;
}
/* table 单元格填充4px */ 
 .table > tbody > tr > th, .table > tfoot > tr > th,  .table > tbody > tr > td, .table > tfoot > tr > td {
	padding:4px;
	font-size: 13px;
	}
/* table 表格下分页信息 */	
.dataTables_wrapper .bottom{
	margin-top: 10px;
}

.dataTables_wrapper .bottom .dataTables_length {
    margin-right:3px;
    float: left;
    font-size: 12px;
    line-height: 32px;
    width: 135px;
}

.dataTables_wrapper .bottom .dataTables_info {
    float: left;
    font-size: 12px;
    line-height: 32px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
/*datatable 列宽设置*/
.tdwidth20{
	width:20px;
}
.tdwidth50{
	width:50px;
}
.tdwidth60{
    width:60px;
}
.tdwidth70{
    width:70px;
}
.tdwidth80{
    width:80px;
}
.tdwidth100{
	width:100px;
}
.tdwidth120{
	width:120px;
}
.tdwidth150{
	width:150px;
}
.tdwidth200{
	width:200px;
}

.tdwidth300{
	width:300px;
}
.carousel-control.leftmy {
    
    background-repeat: repeat-x;
}

.carousel-control.rightmy{
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}

/*table 显示XX条结果字体*/
.dataTables_wrapper label {
  font-size: 12px;
}
/** 重写以修改 jquery.datatables的 ‘数据加载中’的样式
 *  wangzq  2016.05.28
 */
div.dataTables_processing{
	width: 200px !important;
    left: 50% !important;
    margin-left: 0 !important; 
    z-index: 999 ;
    font-size: 12px !important;
    background-color: none !important; 
}

.pwd{width:40px;height:10px;line-height:12px;padding-top:2px;}
.pwd_f{color:#BBBBBB;}
.pwd_c{background-color:#F3F3F3;border-top:1px solid #D0D0D0;border-bottom:1px solid #D0D0D0;border-left:1px solid #D0D0D0;}
.pwd_Weak_c{background-color:#FF4545;border-top:1px solid #BB2B2B;border-bottom:1px solid #BB2B2B;border-left:1px solid #BB2B2B;}
.pwd_Medium_c{background-color:#FFD35E;border-top:1px solid #E9AE10;border-bottom:1px solid #E9AE10;border-left:1px solid #E9AE10;}
.pwd_Strong_c{background-color:#3ABB1C;border-top:1px solid #267A12;border-bottom:1px solid #267A12;border-left:1px solid #267A12;}
.pwd_c_r{border-right:1px solid #D0D0D0;}
.pwd_Weak_c_r{border-right:1px solid #BB2B2B;}
.pwd_Medium_c_r{border-right:1px solid #E9AE10;}
.pwd_Strong_c_r{border-right:1px solid #267A12;}

/*于信旺
*下边框10px
*/
.margin-bottom-10{
	margin-bottom: 10px !important;
}
/**
* width-50px
wangzq 16.05.31
*/
.width-80px{
	width:80px !important;
}
/**
	inline Form中各元素之间隔开20px距离
	wangzq 16.05.31
*/
.form-inline .margin_right_15px {
	margin-right:15px;
}
.form-search label {
	padding-right:8px;
}
.form-search .btn {
	margin-left:10px;
}

/** 用户 inline类型搜索框，比如 ‘搜索’按钮向左偏移10px距离
	wangzq 2016.05.31
*/
.offset_left_10px{
	margin-left:-10px;
}
/**
	只留下下边框，抹除其他（上，右，左）三边的边框
	wangzq 2016.05.31
*/
.onlyLeave_border_bottom {
	border-top-width: 0 !important;
	border-right-width: 0 !important;
	border-left-width: 0 !important;	
}
.form-search{
	padding-bottom:15px;
	padding-top:3px ;
}
.form-search button{
	padding: 3px 10px !important;
}

/**
*yuxinwang
*2016-05-30
*用于input联想查询，如新增商品时选择品牌
*/
.twitter-typeahead {
     width: 100%;
}
/**
*songcb
*2016-06-07
*用于搜索框样式
*/

.mar_left10{
 	margin-left:10px;
 }
 /*
 *鼠标手型
 *yuxinwang
 *2016-06-08
 */
 .cursor_pointer{
	cursor:pointer;
} 
/** 修改默认的 thead的加粗样式 */
.table > thead > tr > th {
	font-weight:normal;
}
/**  搜索区域的 seachTable样式 wangzq 2016.06.14 start*/
.seachTable{
	margin-bottom: 0;
}
.seachTable > tbody > tr > td {
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	vertical-align: middle;
}

.seachTable_inner > tbody > tr > td {
	padding-right:10px !important;
	height:40px;
}
.seachTable_inner > tbody > tr > td > label {
	font-size: 13px;
}
/**  搜索区域的 seachTable样式 wangzq 2016.06.14 end*/

/**  云样式头部菜单 wangzq 2016.06.15 start*/
@media (min-width: 992px) {
  .navbar-cloud-menu {
    float: left;
    margin: 0;
    line-height:62px;
  }
  .navbar-cloud-menu > li {
    float: left;
  }
  .navbar-cloud-menu > li > a {
    /**padding-top: 15px;
    padding-bottom: 15px;*/
  }
}


.navbar-cloud {   
    width: 100%;
    height: 63px;
    /**background: #00a2ca;*/
    background: #438eb9;
    position: relative;
    z-index: 101;
}

.navbar-cloud .navbar-brand {
    color: #ffffff;
    font-size: 24px;
    text-shadow: none;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
}

.navbar-cloud-inner {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
#navbar-container > ul > li.navbar-cloud-menu-item{
	cursor: default;
}
#navbar-container > ul > li.navbar-cloud-menu-item > a{
	padding: 0 15px;
}

#navbar-container > ul > li.navbar-cloud-menu-item  span{
	display: inline-block;
	font-size:16px;
    padding: 0 25px;
    color: #fff;
    text-decoration: none;
}
#navbar-container .menu-dropdown{
	position: absolute;
    width: 720px;
    top: 100%;
    left: 0;
    line-height: 18px;
    background-color: #f1f1f1;
    color: #333;
    -webkit-box-shadow: 0 1px 5px #dddbdb;
    -moz-box-shadow: 0 1px 5px #dddbdb;
    box-shadow: 0 1px 5px #dddbdb;
    overflow: hidden;
    height: 0;
}
#navbar-container .animate1{
	border: 1px solid #e6e6e6;
    border-top: 0;
    -webkit-transition: height .1s cubic-bezier(.17,.5,.44,.36);
    -moz-transition: height .1s cubic-bezier(.17,.5,.44,.36);
    -o-transition: height .1s cubic-bezier(.17,.5,.44,.36);
    transition: height .1s cubic-bezier(.17,.5,.44,.36);
}
#navbar-container .common-header-clearfix {
	zoom: 1;
}
 /*
 *底边框2px 灰色
 *yuxinwang
 *2016-06-08
 */
 .border_bottom_2px{
	border-bottom:2px solid #d5d5d5;
}

/**
 * 多搜索条件搜索框 
 * wangyh
 * 2016-06-17
 */
.search-form-table {
	width:100%;	
}

.search-form-table-td {
	border: 1px solid #ccc; 
	padding: 12px 4px;
}

.search-form-inner-table {
	padding:12px 4px;
}
.search-form-inner-table > tbody > tr:first-child>  td{
	padding-top:0;
}

.search-form-inner-table > tbody > tr > td {
	 padding-right: 10px; 
	 padding-top: 10px;
}

.search-form-button {
	vertical-align: initial; 
	line-height: initial;
}

.search-form-button-td {
	width: 80px; 
  	text-align: center;
	border: 1px solid #ccc; 
	border-left:0;
}

.search-form-box {
	padding-bottom:10px;
}

/**
 * 新增修改页面"请选择"样式
 * wangyh
 * 2016-06-21
 */
.select_span {
	padding: 0px 12px;
	border-left: 0px;
	font-size: 12px;
}

/**
 * 新增修改页面"必填项星号"样式
 * wangyh
 * 2016-06-21
 */
.redSpan {
	color: red;
	margin-right: 5px;
}

/**
 * textarea框缩放锁定
 * wangyh
 * 2016-06-24
 */
.resize_none {
	resize:none
}

/**
 * 弹窗按钮padding
 * wangyh
 * 2016-06-28
 */
.flip-btn {
	padding:0px 9px;
}

/**
 * 弹窗div
 * wangyh
 * 2016-06-28
 */
.flip-body {
	padding-right: 0px !important; 
	padding-left: 0px !important;
}

.flip-ipt {
	padding-right: 8px; 
	padding-left: 8px;
}
/** 修改首页 header css内容 */
.navbar-nav1{
	float: left;
    margin: 0;
    
}
.navbar .navbar-nav1 > li:first-child {
    border-width: 0 1px 0 1px;
}
.navbar .navbar-nav1 > li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-width: 0 1px 0 0;
}
.navbar-nav1 > li {
    float: left;
}
.navbar .navbar-nav1 > li > a {
    padding-top: 12px;
    padding-bottom: 11px;
    height: 45px;
    line-height: 20px;
    background-color: transparent;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-nav1 > li > .dropdown-menu {
    z-index: 1033;
}

.navbar-nav1 > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar .navbar-nav1 > li > .dropdown-menu > li > a {
    line-height: 2;
}

.dropdown-menu > li:hover > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active, .dropdown-menu > li.active > a, .dropdown-menu > li.active:hover > a {
    background: #ffaa47;
}

.no-skin .navbar .navbar-toggle {
    background-color: #ffaa47;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ffaa47;
}

.no-skin {
    min-width:1055px;
  }