﻿@CHARSET "UTF-8";

body {
	/* 	font-family: Arial, "微软雅黑", "宋体", 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, "微软雅黑", "宋体", sans-serif; */
	font-size: 13px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form {
	margin: 0;
}

.clearfix {
	clear: both;
}

.muted {
	color: #808080;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #BBB;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #BBB;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #BBB;
}


.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: #FFF;
	border-radius: 2px;
	padding: 0 5px;
	vertical-align: top;
}

@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: #FFF;
	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-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid transparent;
	color: #353535;
	font: 13px;
	text-align: center;
	height: 32px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	line-height: 32px;
	padding: 0 12px;
	margin-left: 10px;
	background-color:  #f2f2f2;
	border-color:#ddd;
}

.btn:hover{
	background-color:  #EFEFEF;
}

.btn-primary {
	background-color: #409eff;
	border-color:#409eff;
	color: #fff;
}

.btn-primary:hover {
	background-color: #1890ff;
}

.btn-success {
	background-color: #ecf5ff;
	border-color:#b3d8ff;
	color: #409eff;
}

.btn-success:hover {
	background-color: #409eff;
	border-color:#409eff;
	color: #fff;
	
}

.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 solid #f6f6f6;
}

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: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #BBB;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #BBB;
}

.listlink{
	color: blue;
	cursor: pointer;
	margin-left: 4px;
	margin-right: 4px;
}

.datagrid-row-selected  .listlink{
	color: #fff;
	cursor: pointer;
}
.input-div{
	display: inline-block;
	vertical-align: top;
	background-color: #FFF;
}
/*输入框按钮*/
.input-div .input-icon, .input-div .input-icon{
	border: 1px solid #BBB;
	border-left:0px;
	border-radius: 0 2px 2px 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px !important;
	font-size: inherit;
	vertical-align: top;
	text-align: center;

	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:15px 100px 10px 20px;
	clear: both;
	position:fixed;
	z-index:99999;
	background-color: #FFF;
	width: 100%;
	vertical-align:middle;
	border-bottom: 1px solid #D4D4D4;
	
}

input[type="file"]{
	width: 315px;
}