@CHARSET "UTF-8";
body{
	font-size: 14px !important;
	background-color: #f3f4f5 !important;
	margin: 0;
	padding: 0;
}
.container {
	width: 100%;
	height: 100%;
}
.nav-tabs li.active, .nav-tabs li.active:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border-bottom: 2px solid #3991d0;
    
}
.nav-tabs li:hover {
    border-bottom: 2px solid #3991d0;
}
.nav-tabs li > a:focus,.nav-tabs li > a:hover {
    background-color: #fff;
}
.nav-tabs li a {
    color: #222;
    display: block;
    outline: 0 none;
    padding: 10px 22px;
    text-decoration: none;
    border-color: transparent !important;
    font-size: 14px; 
}
*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
.text-center {
    font-size: 16px;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: #343C5C;
}
.col-sm-1{
	padding-left: 10px !important;
}
.table{
	margin-top: 10px;
	table-layout: fixed;
}
.table thead{
	background-color: #f4f5f9;
}
.table th{
	color:#666666;
	font-weight:normal;
	}
.table td{
	vertical-align: middle !important;
	word-wrap: break-word;
    word-break: break-all;
}
.table tr{
	color: #333333;
}
.input-group {
    float: left;
    width: 180px;
}
.container-wrap{
	background-color: white;
	padding: 15px;
	border: 1px solid #cccccc;
	overflow: auto;
	min-height: 500px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th
 {padding: 10px 10px 10px 10px;}
 ul{margin: 0;padding: 0;}
 
.self {
    font-size: 12px;
    margin-right: 5px;
    padding: 2px 5px 1px !important;
}
.table_out_div{
	font-size: 12px ! important;
}
.mouseover-color{
	background-color: #cccccc !important;
}
.click-color{
	background-color: #ffe48d !important;
}
.odd-color{
	background-color: #f4f5f9 ;
}
.pagination{
	margin:10px 0 0 0 !important;
}
.form-control{
	height: 30px !important;
	padding: 5px 12px !important;
}
.self-button{
	height: 30px !important;
	padding-top:5px !important;
}
.pagination > li > a, .pagination > li > span{
	padding: 4px 10px !important;
}
.alert-div{
	width: 800px;
    position: fixed;
    left: 50%;
    top: 5rem;
    margin-left: -400px;
    z-index: 50;
    overflow-y:auto;
    min-height: 500px;
}
/* 进度条,等待图标样式*/
.list_loading{
    width: 200px;
    height: 100px;
    border: 0px solid rgba(0,0,0, 0.4);
    left: 50%;
    margin-left: -100px;
    padding: 1px;
    position: fixed !important;
    z-index: 5555;
    top: 250px;
    border-radius: 2px;
    text-align: center;
    display: none;
}
.list_loading img{
	margin-top: 40px;
}
.page_loading{
    width: 200px;
    height: 100px;
    border: 0px solid rgba(0,0,0, 0.4);
    left: 50%;
    margin-left: -100px;
    padding: 1px;
    position: fixed !important;
    z-index: 5555;
    top: 250px;
    border-radius: 2px;
    text-align: center;
    display: none;
}
.page_loading img{
	margin-top: 40px;
}
/** 标题按钮样式*/
.button-div,.button-drop-down{
	float:left;
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
	cursor: pointer;
	border-radius: 3px;
	position: relative;
}
.button-drop-down .drop-down-icon{
	display:block;
	position: absolute;
    top: 12px;
    right: 13px;
    /**width: 15px;
    height: 15px;
    background-position: -160px -160px !important;
    background: url('../../image/common/common_icon.png') no-repeat;*/
}

.drop-down-content{
	width: 100%;
    background-color: white;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 29px;
    border: 1px solid #ccc;
    display: none;
}
.drop-down-content .drop-down-select{
	min-height: 30px;
	padding-left: 10px;
	line-height: 30px;
	color: #999;
}
/**多选框样式*/
.more-select-icon{
	display:block;
	z-index:10;
	position: absolute;
    width: 15px;
    height: 15px;
    top: 9px;
    right: 12px;
    background-position: -222px -160px !important;
    background: url('../../image/common/common_icon.png') no-repeat;
}
/** 纯按钮样式*/
.button-style{
	cursor: pointer;
	position: relative;
	display:inline-block;
	z-index:3;
	border-radius: 2px;
	behavior: url('../../htc/PIE.htc'); 
}
.button-style-small{
	height: 22px !important;
	line-height: 22px !important;
	padding: 0 15px !important;
}
.button-style-midle{
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
}
input[readonly],.form-control[readonly]{background-color: #fff;}
.select-div{
	position: absolute;
	width: 50px;
	height: 18px;
	right: 8px;
	top:6px;
	z-index: 10;
	cursor: pointer;
}
.select-div .left-icon{
	float:left;
	width:18px;
	height:18px;
	background: url('../../image/common/common_icon.png') no-repeat;
	background-position: -285px -18px;
}
.select-div .middle-icon{
	float:left;
	width:14px;
	height:18px;
	text-align: center;
	color: #ccc;
	line-height: 15px;
}
.select-div .right-icon{
	float:left;
	width:18px;
	height:18px;
	background: url('../../image/common/common_icon.png') no-repeat;
	background-position: -248px -19px;
}
.meng-ceng{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 48;
    background-color: #000000;
    left: 0;
    top: 0;
    -moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	filter:alpha(opacity=30);
}
/** 二级弹出页的样式,给出滚动条*/
.tab-content-self-define{
	max-height: 540px !important;
	overflow-y:auto;
	overflow-x:hidden;
}
.modal-footer{
	text-align: center !important; 
	border-top: 0 !important;
}
/** 超出标签长度隐藏*/
.out-width-hidden{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	/**显示2行: -webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;*/
}
.tooltip-inner{
	color: #333;
	border: 1px solid #1e96fa;
	font-size: 12px;
	background-color: #f3f4f5;
}
.tooltip.right .tooltip-arrow{
	border-right-color:#1e96fa !important;
}
.tooltip.left .tooltip-arrow{
	border-left-color:#1e96fa !important;
}
.tooltip.top .tooltip-arrow{
	border-top-color:#1e96fa !important;
}
.tooltip.bottom .tooltip-arrow{
	border-bottom-color:#1e96fa !important;
}
/** 弹出的二级页面*/
.alert-container{
	overflow: hidden;
    width: 800px;
    padding: 0px !important;
    position: relative;
}
.top-close{
	position: absolute;
	right: 6px;
	top:6px;
	width: 30px;
	height:30px;
	cursor:pointer;
	background-image: url("../../image/common/delete_icon.png");
}
/** 看效果,如果没有默认的好,那么去掉这个样式*/
label{
	font-weight: 400 !important;
	color: #000000;
}
/** 三角形样式, border-top样式在皮肤css里面配置*/
.triangle-style{
    width: 0px;
    height: 0px;
    /* border-bottom: 30px solid blue; */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

/** 因部分样式不兼容,所以重新声明这部分样式*/
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.form-horizontal .control-label{
	text-align: right;
	padding-top: 7px;
	margin-bottom: 0px;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-4 {
    width: 33.33333333%;
}
/** 二级弹出框高度*/
.whole-second-page-height{
	height: 31rem;
	overflow-y:auto;
	overflow-x:hidden;
}