/*快件查询*/
.btn.bg-yellow { 
	border-color: #082691;
	color: #FFF; 
	background-color: #082691;
	font-size:14px;
	margin:10px;
	width: 80px;
	height: 30px;
	border-radius: 5px  !important;
}
.input { border-radius: 3px; padding: 6px; border: solid 1px #EEE; width: 100%; height: 34px; line-height: 20px; display: block; font-size: 14px; }
.input:focus { border-color: #09c; }
.mt30 { margin-top: 30px !important; }
 a{background: transparent;text-decoration: none;}
 .form-wrap
 {
            /*position:absolute;z-index:10;left:75px;bottom:0;*/
			position:absolute;z-index:10;left:5%;bottom:0 ;
            box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
            border: 1px solid #e1e1e0;
			background:#FFFFFF;
 }
.tokenfield
 {
            transition: min-height 120ms;
            height: auto;
            min-height: 87px;
            max-height: 200px;
            overflow-x: hidden;
            overflow-y: auto;
            box-shadow: none;
            border: none;
            background: none;
 }
 .tokenfield.form-control
{
            padding: 7px;
 }
.form-control
{
            display: block;
            width: 100%;
            font-size: 13px;
            line-height: 1.42857;
            color: #333;
            vertical-align: middle;
            border-radius: 0;
}
.tokenfield .token.invalid
{
            background: none;
            border: 1px solid transparent;
            border-radius: 0;
            border-bottom: 1px dotted #b94a48;
 }
.tokenfield .token
{
            box-sizing: border-box;
            display: inline-block;
            margin: -1px 5px 5px 0;
            vertical-align: top;
            cursor: default;
            padding: 0 7px;
            height: 24px;
            line-height: 24px;
            font-size: 13px;
}
        
.tokenfield .token .token-label
{
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 13px;
            color: gray;
            white-space: nowrap;
}
        
 .tokenfield .token-input
{
            background: none; 
            border: 1px solid transparent;
            line-height: 24px;
            font-size: 13px;
            box-shadow: none;
            height: 24px;
            padding: 0;
 }
 .tokenfield .token-input:focus
 {
            border-color: transparent;
            outline: 0;
            box-shadow: none;
 }
.form-wrap .truckbutton
{
		   text-align:center;
}
.inputcontent
{
  	-webkit-border-radius: 5px !important;
	border-radius: 5px  !important;
	border: 1px solid #082691;
	background-color:#FFFFFF;
	height:30px;
	margin:10px;
	padding-top: 3px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 3px;
	font-size:23px;
}
