/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader,
	div.uploader span.action, div.button, div.button span {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}

.selector, .radio, .checker, .uploader, .button, .selector *, .radio *,
	.checker *, .uploader *, .button * {
	margin: 0;
	padding: 0;
}

/* INPUT & TEXTAREA */
input.text, input.email, input.password, textarea.uniform {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 3px;
	color: #777;
	background: url('../img/bg-input-focus.png') repeat-x 0px 0px;
	background: url('../img/bg-input.png') repeat-x 0px 0px;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
}

input.text:focus, input.email:focus, input.password:focus, textarea.uniform:focus
	{
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	border-color: #999;
	background: url('../img/bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */
div.selector {
	background-position: -483px -130px;
	line-height: 26px;
	height: 26px;
}

div.selector span {
	background-position: right 0px;
	height: 26px;
	line-height: 26px;
}

div.selector select {
	/* change these to adjust positioning of select element */
	top: 0px;
	left: 0px;
}

div.selector:active, div.selector.active {
	background-position: -483px -156px;
}

div.selector:active span, div.selector.active span {
	background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span
	{
	background-position: right -52px;
}

div.selector.focus:active, div.selector.focus.active, div.selector:hover:active,
	div.selector.active:hover {
	background-position: -483px -208px;
}

div.selector.focus:active span, div.selector:hover:active span, div.selector.active:hover span,
	div.selector.focus.active span {
	background-position: right -78px;
}

div.selector.disabled {
	background-position: -483px -234px;
}

div.selector.disabled span {
	background-position: right -104px;
}

/* Checkbox */
div.checker {
	width: 19px;
	height: 19px;
}

div.checker input {
	width: 19px;
	height: 19px;
}

div.checker span {
	background-position: 0px -260px;
	height: 19px;
	width: 19px;
}

div.checker:active span, div.checker.active span {
	background-position: -19px -260px;
}

div.checker.focus span, div.checker:hover span {
	background-position: -38px -260px;
}

div.checker.focus:active span, div.checker:active:hover span, div.checker.active:hover span,
	div.checker.focus.active span {
	background-position: -57px -260px;
}

div.checker span.checked {
	background-position: -76px -260px;
}

div.checker:active span.checked, div.checker.active span.checked {
	background-position: -95px -260px;
}

div.checker.focus span.checked, div.checker:hover span.checked {
	background-position: -114px -260px;
}

div.checker.focus:active span.checked, div.checker:hover:active span.checked,
	div.checker.active:hover span.checked, div.checker.active.focus span.checked
	{
	background-position: -133px -260px;
}

div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span
	{
	background-position: -152px -260px;
}

div.checker.disabled span.checked, div.checker.disabled:active span.checked,
	div.checker.disabled.active span.checked {
	background-position: -171px -260px;
}

/* Radio */
div.radio {
	width: 18px;
	height: 18px;
}

div.radio input {
	width: 18px;
	height: 18px;
}

div.radio span {
	height: 18px;
	width: 18px;
	background-position: 0px -279px;
}

div.radio:active span, div.radio.active span {
	background-position: -18px -279px;
}

div.radio.focus span, div.radio:hover span {
	background-position: -36px -279px;
}

div.radio.focus:active span, div.radio:active:hover span, div.radio.active:hover span,
	div.radio.active.focus span {
	background-position: -54px -279px;
}

div.radio span.checked {
	background-position: -72px -279px;
}

div.radio:active span.checked, div.radio.active span.checked {
	background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -108px -279px;
}

div.radio.focus:active span.checked, div.radio:hover:active span.checked,
	div.radio.focus.active span.checked, div.radio.active:hover span.checked
	{
	background-position: -126px -279px;
}

div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span
	{
	background-position: -144px -279px;
}

div.radio.disabled span.checked, div.radio.disabled:active span.checked,
	div.radio.disabled.active span.checked {
	background-position: -162px -279px;
}

/* Uploader */
div.uploader {
	background-position: 0px -297px;
	height: 28px;
}

div.uploader span.action {
	background-position: right -409px;
	height: 24px;
	line-height: 24px;
}

div.uploader span.filename {
	height: 24px;
	/* change this line to adjust positioning of filename area */
	margin: 2px 0px 2px 2px;
	line-height: 24px;
}

div.uploader.focus, div.uploader.hover, div.uploader:hover {
	background-position: 0px -353px;
}

div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action
	{
	background-position: right -437px;
}

div.uploader.active span.action, div.uploader:active span.action {
	background-position: right -465px;
}

div.uploader.focus.active span.action, div.uploader:focus.active span.action,
	div.uploader.focus:active span.action, div.uploader:focus:active span.action
	{
	background-position: right -493px;
}

div.uploader.disabled {
	background-position: 0px -325px;
}

div.uploader.disabled span.action {
	background-position: right -381px;
}

div.button {
	background-position: 0px -523px;
}

div.button span {
	background-position: right -643px;
}

div.button.focus, div.button:focus, div.button:hover, div.button.hover {
	background-position: 0px -553px;
}

div.button.focus span, div.button:focus span, div.button:hover span, div.button.hover span
	{
	background-position: right -673px;
}

div.button.active, div.button:active {
	background-position: 0px -583px;
}

div.button.active span, div.button:active span {
	background-position: right -703px;
	color: #555;
}

div.button.disabled, div.button:disabled {
	background-position: 0px -613px;
}

div.button.disabled span, div.button:disabled span {
	background-position: right -733px;
	color: #bbb;
	cursor: default;
}

/* PRESENTATION */

/* Button */
div.button {
	height: 30px;
}

div.button span {
	margin-left: 13px;
	height: 22px;
	padding-top: 8px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 2px;
	padding-right: 15px;
}

/* Select */
div.selector {
	width: 190px;
	font-size: 12px;
}

div.selector select {
	min-width: 190px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: solid 1px #fff;
}

div.selector span {
	padding: 0px 25px 0px 2px;
	cursor: pointer;
}

div.selector span {
	color: #666;
	width: 158px;
	text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
	color: #bbb;
}

/* Checker */
div.checker {
	/* 	margin-right: 5px; */
	
}

/* Radio */
div.radio {
	margin-right: 3px;
}

/* Uploader */
div.uploader {
	width: 190px;
	cursor: pointer;
}

div.uploader span.action {
	width: 85px;
	text-align: center;
	text-shadow: #fff 0px 1px 0px;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
}

div.uploader span.filename {
	color: #777;
	width: 82px;
	border-right: solid 1px #bbb;
	font-size: 11px;
}

div.uploader input {
	width: 190px;
}

div.uploader.disabled span.action {
	color: #aaa;
}

div.uploader.disabled span.filename {
	border-color: #ddd;
	color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector, .checker, .button, .radio, .uploader {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus,
	.uploader input:focus {
	outline: 0;
}

/* Button */
div.button a, div.button button, div.button input {
	position: absolute;
}

div.button {
	cursor: pointer;
	position: relative;
}

div.button span {
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1;
	text-align: center;
}

/* Select */
div.selector {
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}

div.selector span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity : 0);
	height: 25px;
	border: none;
	background: none;
}

/* Checker */
div.checker {
	position: relative;
}

div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}

div.checker input {
	opacity: 0;
	filter: alpha(opacity : 0);
	display: inline-block;
	background: none;
}

/* Radio */
div.radio {
	position: relative;
}

div.radio span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}

div.radio input {
	opacity: 0;
	filter: alpha(opacity : 0);
	text-align: center;
	display: inline-block;
	background: none;
}

/* Uploader */
div.uploader {
	position: relative;
	overflow: hidden;
	cursor: default;
}

div.uploader span.action {
	float: left;
	display: inline;
	padding: 2px 0px;
	overflow: hidden;
	cursor: pointer;
}

div.uploader span.filename {
	padding: 0px 10px;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
	position: relative;
}

div.uploader input {
	opacity: 0;
	filter: alpha(opacity : 0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	float: right;
	height: 25px;
	border: none;
	cursor: default;
}

.tip-info {
	text-align: center;
	color: #fff;
	display: inline-block;
	font-family: "Microsoft YaHei" ! important;
}

.wight16 {
	height: 16px;
	width: 16px;
	font-size: 8px;
	border-radius: 15%;
	line-height: 15px;
	margin: 0 2px 0 2px;
}

.wight32 {
	height: 32px;
	width: 32px;
	font-size: 14px;
	border-radius: 15%;
	line-height: 32px;
	margin: 0 3px 0 3px;
}

.wight20 {
	height: 20px;
	width: 20px;
	font-size: 11px;
	border-radius: 15%;
	line-height: 20px;
	margin-right: 6px;
}

.tip-green {
	background-color: #2cbf18;
}

.tip-blue {
	background-color: #03aaf6;
}

.tip-yellow {
	background-color: #ff9900;
}

.tip-red {
	background-color: red;
}
.tip-red:HOVER {
	background-color: red;
}
.user-count-info div.info-name, .user-count-info div.info-head {
	display: inline-block;
	padding: 0 6px 0 6px;
	height: 75px;
	float: left;
}

.invoice-to li .head-name span, .invoice-from li .head-name span {
	display: inline-block;
}

.padd-l10 {
	padding-left: 10px;
}

.padd-l0 {
	padding-left: 0px;
}

.form-horizontal .padd-l0 {
	padding-left: 0px;
}

.padd-t20 {
	padding-top: 20px;
}

.padd-t5 {
	line-height: 32px;
}

.float-r {
	float: right;
}

.lineHeight32 {
	line-height: 32px;
}

.lineHeight25 {
	line-height: 25px;
}

.alert-tip-info {
	background-color: #66cc00;
	border-color: #bce8f1;
	color: #fff;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left!important;
}

.padding-b10 {
	padding-bottom: 10px;
}

.padding-b20 {
	padding-bottom: 20px;
}

.padding-b30 {
	padding-bottom: 30px;
}

.font-blue {
	color: #03aaf6;
}

.font-red {
	color: red;
}

.font-qb {
	color: #03a9f4;
}

.err-info {
	/*border:solid 1px red;*/
	height: 30px;
	background-color: #fdf6ec;
	padding-left: 10px;
	padding-right: 10px;
	color: red;
}

.font-blue:HOVER {
	color: #08c;
}

.table.with-check tr th:first-child, .table.with-check tr td:first-child
	{
	min-width: 19px;
}

.substitute-task .form-actions {
	text-align: right;
}

.margin-r5 {
	margin-right: 5px;
}
.margin-r10 {
	margin-right: 10px;
}

.margin-r20 {
	margin-right: 20px;
}

.margin-l140 {
	margin-left: 130px;
}

.margin-l130 {
	margin-left: 130px;
}

.margin-l72 {
	margin-left: 72px;
}

.margin-t10 {
	margin-top: 10px;
}

.margin10{
	margin: 10px;
}

.margin15{
	margin: 15px;
}

.margin-l20 {
	margin-left: 20px;
}

.margin-t15 {
	margin-top: 15px;
}
.margin-l10 {
	margin-top: 10px;
}

.margin-l5 {
	margin-left: 5px;
}

.margin-t5 {
	margin-top: 5px;
}
.margin-t2 {
	margin-top: 2px;
}

.margin-t30 {
	margin-top: 30px;
}



.mh30 {
	line-height: 30px;
}

.chat-messages344 {
	background: #fdfdfd none repeat scroll 0 0;
	border: 1px solid #dddddd;
	height: 344px;
	/* overflow: auto;**/
	position: relative;
}

.chat-messages450 {
	background: #fdfdfd none repeat scroll 0 0;
	border: 1px solid #dddddd;
	height: 450px;
	/* overflow: auto;**/
	position: relative;
}

.form-horizontal textarea.width60p {
	margin-top: 15px;
	width: 50%;
}

.form-horizontal textarea.margin-t40 {
	margin-top: 40px;
}

select.width54p {
	width: 54%;
}

.well29 {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 29px;
	padding: 19px;
}

.chat-messages308 {
	background: #fdfdfd none repeat scroll 0 0;
	border: 1px solid #dddddd;
	height: 307px;
	overflow: auto;
	position: relative;
}

.chat-messages350 {
	background: #fdfdfd none repeat scroll 0 0;
	border: 1px solid #dddddd;
	height: 350px;
	overflow: auto;
	position: relative;
}

.chat-messages150 {
	background: #fdfdfd none repeat scroll 0 0;
	border: 1px solid #dddddd;
	height: 150px;
	overflow: auto;
	position: relative;
}

.chat-messages210 {
	background: #fdfdfd none repeat scroll 0 0;
	border: 1px solid #dddddd;
	height: 210px;
	overflow: auto;
	position: relative;
}

.lih100 {
	height: 100px;
}

.height-40 {
	height: 40px;
}

.round {
	color: #ffffff;
	line-height: 140px;
	font-size: 45px;
	border-radius: 50%;
}

.h145 {
	height: 145px;
}
.w145 {
	width: 145px;
}
.bcg {
	background-color: #66cc00;
}
.bcy {
	background-color: #ffcc00;
}
.mar32{
	margin: 32px;
}
.fleft{
	float:left;
}
.margin-t23p {
	margin-top: 23%;
}
.margin-t33p {
	margin-top: 33%;
}

.form-horizontal input[type="text"].liw100 {
	width: 50px;
}

input.width130 {
	width: 130px;
}

.user-content .left, .user-content .right {
	display: inline-block;
	float: left;
}

.user-content .left {
	padding-left: 15px;
	padding-right: 20px;
	line-height: 90px;
}

.user-content .left img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
}

.user-content .right {
	font-size: 14px;
}

.user-content .right span {
	line-height: 20px;
}

#chat-messages-inner p {
	padding: 0px;
}

#chat-messages-inner p.margint30 {
	margin-top: 30px;
}

.padding-t80 {
	padding-top: 80px;
}

.padding-t50 {
	padding-top: 50px;
}

.padding-t20 {
	padding-top: 20px;
}

.padding-t10 {
	padding-top: 10px;
}

.googds-property-word {
	margin-bottom: 40px;
	margin-top: 40px;
}

.googds-property-word tr {
	height: 40px;
}

.googds-property-word tr td:FIRST-CHILD {
	width: 90px;
	color: #666666;
}

.detail-table {
	margin-bottom: 40px;
	margin-top: 40px;
}

.detail-table tr {
	height: 40px;
}

.detail-table tr td:FIRST-CHILD {
	width: 90px;
	color: #666666;
}

.complete-select {
	position: relative;
	width: 238px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #FFF;
}

.complete-select i {
	margin-top: 2px;
	margin-left: 4px;
}

.complete-select input[type="text"].in {
	width: 85%;
}

.complete-select input[type="text"] {
	width: 94%;
	height: 25px;
	line-height: 25px;
	border: 0 none;
	border-radius: 4px;
	margin-bottom: 0;
}

.height-150 {
	height: 150px;
}

.height-25 {
	height: 25px;
}

.width-70b {
	width: 70%;
}

.table-history {
	border: 1px solid #ddd;
	border-spacing: 0;
	max-width: 100%;
}

.table-history th, .table-history td {
	border-bottom: 1px solid #ddd;
}

.table-history thead tr {
	background-color: #f2f2f2;
}

.table-history tr {
	height: 30px;
}

.table-history thead  th {
	background-color: #f2f2f2;
	font-size: 14px;
	font-weight: lighter;
}

.indent-l10 {
	text-align: left;
	text-indent: 10px;
}

td.money {
	text-align: right;
}

#invoice-detail .name {
	width: 85px;
}

.label-name-w56 {
	width: 56px;
}

.label-name-w120 {
	width: 120px;
}

.margin-l75 {
	margin-left: 75px;
}

.margin-l8r10 {
	margin-left: 5px;
	margin-right: 10px;
}

.margin-l10 {
	margin-left: 10px;
}

.margin-t3 {
	margin-top: 3px;
}

.margin-b10 {
	margin-bottom: 10px!important;
}
.margin-b5 {
	margin-bottom: 5px!important;
}


.margin-b0{
	margin-bottom: 0px!important;
}

.margin-b45 {
	margin-bottom: 45px!important;
}

.hi55{
	height: 55px;
}

.font-14 {
	font-size: 14px;
}

.display-inline {
	display: inline;
}

.display-inline-lock {
	display: inline-block;
}


.line-height30 {
	line-height: 40px;
}

.line-height30 label {
	line-height: 40px;
}
.line-height10{
	line-height: 10px;
}

.line-height30 label .radio {
	min-height: 32px;
	margin-left: 10px;
}

.niu-vehicle-div {
	height: 300px;
	overflow: auto;
	float: left;
	text-align: center;
	border: 1px solid #DDD;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none; /* you could also put this in a class */
	-webkit-user-select: none; /* and add the CSS class here instead */
	-ms-user-select: none;
	user-select: none; /**��ֹѡ������*/
}

.niu-vehicle-div .btn {
	margin-top: 130px;
}

.niu-vehicle-div tr {
	background-color: #FFF !important;
	cursor: pointer;
}

.niu-vehicle-div td:hover {
	background-color: #03A9F4 !important;
	color: #FFF;
}

.niu-vehicle-div .selected, .niu-vehicle-div .selected td {
	background-color: #03A9F4 !important;
	color: #FFF;
}

.nomargin {
	margin: 0 !important;
}

.form-inline{
	/* padding-top:10px; */
	padding-right: 20px;
}
#content {
	margin-top: -30px;
}