﻿@CHARSET "UTF-8";

body {
	/* 	font-family: Arial, "微软雅黑", "&#51;&#54;&#53;&#19981;&#32473;&#25552;&#27454;&#27969;&#27700;&#25968;&#25454;&#24322;&#24120;&#95;&#98;&#111;&#98;&#51;&#54;&#53;&#95;&#51;&#54;&#53;&#29616;&#37329;&#29699;&#32593;", sans-serif; */
	font-family: "Helvetica Neue", helvetica, "Hiragino Sans GB",
		"Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-size: 13px;
}
/*  去除IE下的X */
input::-ms-clear{
	display:none;
}
/* 去除chrome textarea可以变大小*/
textarea{
	resize:none;
}
/* 去除chrome 输入框的蓝边框*/
input,textarea{
	outline:none;
}
input,label,textarea,button,fieldset,legend {
	/* 	font-family: Arial, "微软雅黑", "&#51;&#54;&#53;&#19981;&#32473;&#25552;&#27454;&#27969;&#27700;&#25968;&#25454;&#24322;&#24120;&#95;&#98;&#111;&#98;&#51;&#54;&#53;&#95;&#51;&#54;&#53;&#29616;&#37329;&#29699;&#32593;", sans-serif; */
	font-size: 13px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form {
	margin: 0;
}

.clearfix {
	clear: both;
}

.muted {
	color: #808080;
}

.input-prepend .input-text,.input-prepend .input-textarea {
	border-radius: 0 2px 2px 0;
	border-left: none;
}

.input-prepend .add-on {
	border-radius: 2px 0 0 2px;
}

.input-append .input-text,.input-append .input-textarea {
	border-radius: 2px 0 0 2px;
	border-right: none;
}

.input-prepend i,.input-append i {
	border: 1px solid #CCC;
	display: inline-block;
	width: 24px;
	height: 29px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 1px 0 #FFF;
	background: #F3F3F3;
	background: -moz-linear-gradient(top, #EFEFEF 0%, #DEDEDE 100%);
	background: -webkit-linear-gradient(top, #EFEFEF 0%, #DEDEDE 100%);
	background: -o-linear-gradient(top, #EFEFEF 0%, #DEDEDE 100%);
	background: -ms-linear-gradient(top, #EFEFEF 0%, #DEDEDE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#EFEFEF',
		endColorstr='#DEDEDE', GradientType=0);
	background: linear-gradient(top, #EFEFEF 0%, #DEDEDE 100%);
	color: #333;
}

.input-append .add-on {
	border-radius: 0 2px 2px 0;
}

.input-text {
	width: 300px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #CCC;
	background-color: #FCFCFC;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 2px;
	padding: 0 5px;
	vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.input-text {
		font: 13px "Lucida Sans Unicode", "Lucida Grande", "Arial", sans-serif;
	}
	.input-textarea {
		font: 13px "Lucida Sans Unicode", "Lucida Grande", "Arial", sans-serif;
	}
}

.input-textarea {
	width: 300px;
	height: 48px;
	line-height: 24px;
	overflow: auto;
	border: 1px solid #CCC;
	background-color: #FCFCFC;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 2px;
	padding: 0px 5px;
}

.disabled,.readonly {
	background-color: #F0F0F0;
	color: #AAA;
	text-shadow: 0 1px 0 #fff;
}
.disabled input{
	background-color: #F0F0F0;
}

.btn {
	background-color:  #DEDEDE  ;
	background-image: linear-gradient(bottom,  #DEDEDE   0%,  #EFEFEF  100%);
	background-image: -o-linear-gradient(bottom,  #DEDEDE   0%,  #EFEFEF  100%);
	background-image: -moz-linear-gradient(bottom,  #DEDEDE   0%,  #EFEFEF  100%);
	background-image: -webkit-linear-gradient(bottom,  #DEDEDE   0%,  #EFEFEF  100%);
	background-image: -ms-linear-gradient(bottom,  #DEDEDE   0%,  #EFEFEF  100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0,  #DEDEDE  ),
		color-stop(1,  #EFEFEF )
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	color: #4D4D4D;
	font: 13px;
	text-align: center;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	margin-right: 5px;
}

.btn:hover{
	background-color:  #EFEFEF;
	background-image: linear-gradient(bottom,  #EFEFEF   0%,  #DEDEDE  100%);
	background-image: -o-linear-gradient(bottom,  #EFEFEF   0%,  #DEDEDE  100%);
	background-image: -moz-linear-gradient(bottom,  #EFEFEF   0%,  #DEDEDE  100%);
	background-image: -webkit-linear-gradient(bottom,  #EFEFEF   0%,  #DEDEDE  100%);
	background-image: -ms-linear-gradient(bottom,  #EFEFEF   0%,  #DEDEDE  100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0,  #EFEFEF  ),
		color-stop(1,  #DEDEDE )
	);
}

.btn-primary {
	background-color: #0cb2b0;
	background-image: linear-gradient(bottom, #0cb2b0 0%, #13bebc 100%);
	background-image: -o-linear-gradient(bottom, #0cb2b0 0%, #13bebc 100%);
	background-image: -moz-linear-gradient(bottom, #0cb2b0 0%, #13bebc 100%);
	background-image: -webkit-linear-gradient(bottom, #0cb2b0 0%, #13bebc 100%);
	background-image: -ms-linear-gradient(bottom, #0cb2b0 0%, #13bebc 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #0cb2b0),
		color-stop(1, #13bebc)
	);
	color: #ffffff;
}

.btn-primary:hover {
	background-color: #13bebc;
	background-image: linear-gradient(bottom, #13bebc 0%, #0cb2b0 100%);
	background-image: -o-linear-gradient(bottom, #13bebc 0%, #0cb2b0 100%);
	background-image: -moz-linear-gradient(bottom, #13bebc 0%, #0cb2b0 100%);
	background-image: -webkit-linear-gradient(bottom, #13bebc 0%, #0cb2b0 100%);
	background-image: -ms-linear-gradient(bottom, #13bebc 0%, #0cb2b0 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #13bebc),
		color-stop(1, #0cb2b0)
	);
}

.btn-success {
	background-color: #d4f5f8;
	background-image: linear-gradient(bottom, #d4f5f8 0%, #beeaee 100%);
	background-image: -o-linear-gradient(bottom, #d4f5f8 0%, #beeaee 100%);
	background-image: -moz-linear-gradient(bottom, #d4f5f8 0%, #beeaee 100%);
	background-image: -webkit-linear-gradient(bottom, #d4f5f8 0%, #beeaee 100%);
	background-image: -ms-linear-gradient(bottom, #d4f5f8 0%, #beeaee 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #d4f5f8),
		color-stop(1, #beeaee)
	);
	color: #249d9c;
}

.btn-success:hover {
	background-color: #beeaee;
	background-image: linear-gradient(bottom, #beeaee 0%, #d4f5f8 100%);
	background-image: -o-linear-gradient(bottom, #beeaee 0%, #d4f5f8 100%);
	background-image: -moz-linear-gradient(bottom, #beeaee 0%, #d4f5f8 100%);
	background-image: -webkit-linear-gradient(bottom, #beeaee 0%, #d4f5f8 100%);
	background-image: -ms-linear-gradient(bottom, #beeaee 0%, #d4f5f8 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #beeaee),
		color-stop(1, #d4f5f8)
	);
}

.btn-small {
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	font-size: 13px;
}

.btn.disabled {
	background-color: #EBEBEB;
	color: #AAA;
	background-color: #EBEBEB !important;
	color: #AAA !important;
	background: none;
}
.btn:disabled {
	background-color: #EBEBEB;
	color: #AAA;
	background-color: #EBEBEB !important;
	color: #AAA !important;
	background: none;
}
.btn i {
	margin-right: 5px;
}

a.btn {
	text-decoration: none;
}

.label {
	color: #808080;
	font-size: 14px;
}

.required { 
	font-size: 15px;
	font-weight: bold;
	color: #F00;
	vertical-align:top !important;
}

.table td {
	line-height: 26px;
	vertical-align: top;
}

.line-dotted {
	border-bottom: 1px #CCC dotted;
}

div.panel,div.panel-body {
	font-size: 13px;
	line-height: 24px;
}

/*弹出框标题尺寸重置*/
.panel-title {
	height: 24px !important;
	line-height: 24px !important;
	font-size: 13px !important;
	font-weight: normal !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {
    background: #F6F6F6;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #CCC;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #CCC;
}

.listlink{
	color: blue;
	cursor: pointer;
	margin-left: 4px;
	margin-right: 4px;
}

.datagrid-row-selected  .listlink{
	color: #fff;
	cursor: pointer;
}
.input-div{
	display: inline-block;
}
/*输入框按钮*/
.input-div .input-icon, .input-div .input-icon{
	border: 1px solid #BBB;
	border-radius: 0 2px 2px 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px !important;
	font-size: inherit;
	vertical-align: middle;
	text-align: center;
	background: #F3F3F3;
	background: -moz-linear-gradient(top, #EFEFEF 0%, #DEDEDE 100%);
	background: -webkit-linear-gradient(top, #EFEFEF 0%, #DEDEDE 100%);
	background: -o-linear-gradient(top, #EFEFEF 0%, #DEDEDE 100%);
	background: -ms-linear-gradient(top, #EFEFEF 0%, #DEDEDE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#EFEFEF',
		endColorstr='#DEDEDE', GradientType=0);
	background: linear-gradient(top, #EFEFEF 0%, #DEDEDE 100%);
	color: #333;
	cursor: pointer;
	
}
.input-div .input-text,.input-div .input-textarea {
	border-radius: 2px 0 0 2px;
	border-right: none;
}

.tip{
	font-size: 12px;
	color: #BEBEBE;
}

.top-tool{
	height:35px;
	padding:5px 100px 0px 20px;
	clear: both;
	position:fixed;
	z-index:99999;
	background-color: #FAFAFA;
	width: 100%;
	vertical-align:middle;
	border-bottom: 1px solid #D4D4D4;
	
}