@charset "utf-8";

img {
	border: 0;
	vertical-align: middle;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
}

h1,h2,h3,h4,h5,a {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
textarea,label,p {
	font-family: Microsoft Yahei, Verdana, Geneva, sans-serif;
	font-size: 12px;
	outline: none;
	color: #333333;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
input[type=checkbox]{
 border: 1px solid #95B8E7;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 0px 0px 0px 0px;
    width: 13px; 
}
input{
/* 	font-family: Microsoft Yahei, Verdana, Geneva, sans-serif;
	font-size: 12px;
	outline: none;
	color: #333333;
	vertical-align: middle;
	padding: 0;
	margin: 0; */
	 border: 1px solid #95B8E7;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 0px 0px 0px 0px;
    width: 131px;
    height: 21px;
}
select{
/* 	font-family: Microsoft Yahei, Verdana, Geneva, sans-serif;
	font-size: 12px;
	outline: none;
	color: #333333;
	vertical-align: middle;
	padding: 0;
	margin: 0; */
	 border: 1px solid #95B8E7;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 0px 0px 0px 0px;
    width: 132px;
    height: 21px;
}
select.select {
	border: 1px solid #c7cace;
	background-color: #FFF;
	width: 60px;
	height: 24px;
	padding: 2px;
}

/* input.button {
	margin: 0 5px;
	height: 24px;
	width: 95px;
	border: none;
	cursor: pointer;
	color: #ffffff;
	background: url(../images/global/button_bg.jpg) top left repeat-x;
}

input.button.blue {
	background-position: 0 -216px;
}

input.button.blue:hover {
	background-position: 0 -236px;
}

input.button.green2 {
	background-position: 0 -116px;
}

input.button.green2:hover {
	background-position: 0 -140px;
}

input.button.red {
	background-position: 0 -164px;
}

input.button.red:hover {
	background-position: 0 -188px;
}

input.button.green {
	background-position: 0 -216px;
}

input.button.green:hover {
	background-position: 0 -236px;
}

input.button.purple {
	background-position: 0 -216px;
}

input.button.purple:hover {
	background-position: 0 -236px;
}

input.button.yellow {
	background-position: 0 -416px;
}

input.button.yellow:hover {
	background-position: 0 -440px;
}
 */
input.circle-button {
	height: 18px;
	width: 60px;
	border: none;
	margin: 0 5px;
	cursor: pointer;
	color: #ffffff;
	background: url(../images/global/circle_btn.png) top center no-repeat;
}

input.circle-button.red {
	background-position: 0 0px;
}

input.circle-button.blue {
	background-position: 0 -68px;
}

input.circle-button.green {
	background-position: 0 -18px;
}

input.circle-button.long {
	background-position: 0 -54px;
	width: 74px;
}

input.circle-button.long-disable {
	background-position: 0 -36px;
	width: 74px;
}

input.input {
	/* border: 1px solid #b3b3b3;
	height: 15px;
	padding: 1px 1px 1px 2px;
	background-color: #FFF; */
	position: relative;
    border: 1px solid #95B8E7;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 0px 0px 0px 0px;
    width: 131px;
    height: 21px;
}

input.input.gray {
	width: 45px;
	background-color: #eff2f6;
}

input.input.date {
	background: url(../images/global/icon_map.png) 83px -166px no-repeat
		#FFF;
}

a.operate {
	background-image: url(../images/global/icon_map.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin: 5px 20px 5px 0;
}

a.operate:link,a.operate:visited,a.operate:active {
	color: #999999;
	text-decoration: none;
}

a.operate:hover {
	color: #2760a5;
	text-decoration: none;
}

a.operate.new {
	background-position: 0 -190px;
}

a.operate.new2 {
	background-position: 0 -353px;
}

a.operate.modify {
	background-position: 0 -205px;
}

a.operate.delete {
	background-position: 0 -219px;
}

a.operate.delete2 {
	background-position: 0 -233px;
}

a.operate.confirm {
	background-position: 0 -334px;
}

a.operate.release {
	background-position: 0 -537px;
}

a.preflight { *+
	float: left;
	margin-left: 20px;
	display: inline-block;
	height: 24px;
	width: 112px;
	background: url(../images/global/flight_process.png) top left no-repeat;
	color: #ffffff;
	padding-top: 50px;
	text-align: center;
}

a.preflight:link,a.preflight:visited,a.preflight:active {
	color: #ffffff;
	text-decoration: none;
}

a.preflight:hover {
	color: #ffffff;
	text-decoration: none;
}

a.preflight.red {
	background-color: #d35c5c;
	background-position: center 10px;
}

a.preflight.red2 {
	background-color: #d35c5c;
	background-position: center -433px;
}

a.preflight.blue {
	background-color: #517eb6;
	background-position: center -120px;
}

a.preflight.blue2 {
	background-color: #517eb6;
	background-position: center -220px;
}

a.preflight.green {
	background-color: #529f58;
	background-position: center -320px;
}

span.preflight { *+
	float: left;
	margin-left: 20px;
	display: inline-block;
	height: 24px;
	width: 112px;
	background: url(../images/global/flight_process.png) top left no-repeat;
	color: #ffffff;
	padding-top: 50px;
	text-align: center;
}

span.preflight:link,a.preflight:visited,a.preflight:active {
	color: #ffffff;
	text-decoration: none;
}

span.preflight:hover {
	color: #ffffff;
	text-decoration: none;
}

span.preflight.red {
	background-color: #d35c5c;
	background-position: center 10px;
}

span.preflight.red2 {
	background-color: #d35c5c;
	background-position: center -433px;
}

span.preflight.blue {
	background-color: #517eb6;
	background-position: center -120px;
}

span.preflight.blue2 {
	background-color: #517eb6;
	background-position: center -220px;
}

span.preflight.green {
	background-color: #529f58;
	background-position: center -320px;
}

a.preflight.green2 {
	background-color: #529f58;
	background-position: center -555px;
}

a.preflight.red3 {
	background-color: #d35c5c;
	background-position: center -655px;
}

.crosswise-line {
	border-top: #a9bace 1px solid;
	border-bottom: #a9bace 1px solid;
	background-color: #d5dae1;
	height: 3px;
}

.vertical-line {
	border-left: #a9bace 1px solid;
	border-right: #a9bace 1px solid;
	width: 0.34%;
	background-color: #d5dae1;
}

html {
	overflow: visible;
}  /*解决IE7下overflow失效bug*/
body {
	font-size: 12px;
	overflow: hidden;
	font-family: Microsoft Yahei, Verdana, Geneva, sans-serif;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/*顶部栏*/
#headBar {
	background: url(../images/global/bar_bg.jpg) top left repeat-x;
	height: 26px;
	position: relative
}

#headBar h5 {
	font-weight: normal;
	color: #282828;
	padding: 4px 0 0 15px;
}

#headBar h5 a.position:link,#headBar h5 a.position:visited,#headBar h5 a.position:active
	{
	text-decoration: none;
	color: #282828;
}

#headBar h5 a.position:hover {
	color: #545454;
}

#headBar .widget {
	position: absolute;
	top: 0;
	right: 5px;
}

#headBar .widget a.widget-btn {
	float: left;
	width: 29px;
	height: 22px;
	background: url(../images/global/icon_map.png) 0 -75px no-repeat;
}

#headBar .widget a.widget-btn.minimize:hover {
	background-position: 0 -97px;
}

#headBar .widget a.widget-btn.close {
	background-position: 0 -119px;
}

#headBar .widget a.widget-btn.close:hover {
	background-position: 0 -141px;
}

/*蓝色信息块*/
#flight-process {
	background-color: #6f2c57;
	height: 82px;
	line-height: 180%;
	padding: 10px;
	position: relative;
}

#flight-process b {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
}

#flight-process b span {
	color: #ffffff;
	padding-left: 10px;
}

#flight-process b span.thin {
	font-weight: normal;
}

#flight-process b span.big {
	font-size: 26px;
	color: #f2b942
}

#flight-process .flight-info {
	float: left;
	background: url(../images/global/jx.png) top left no-repeat;
	padding: 2px 0 0 55px;
	width: auto;
	margin: 17px 0 0 5px;
	min-height: 46px;
}

#flight-process .preflight-info {
	margin: 17px 0 0 60px;
	float: left;
}

#flight-process .process-btn {
	margin: 3px 0 0 0; *+
	margin-left: 145px;
	position: absolute;
	top: 12px;
	right: 50px;
}

.gray-box {
	background-color: #eff2f6;
}

.gray-box .head {
	background: url(../images/global/bar_bg.jpg) repeat-x #ffffff;
	height: 28px;
	line-height: 24px;
	color: #333333;
	padding-left: 10px;
	position: relative;
}

.gray-box .head span {
	margin-right: 20px;
}

.gray-box .head ul.head li {
	display: block;
	float: left;
	margin-top: 4px;
	height: 22px;
	line-height: 21px;
	text-align: center;
	padding: 0 8px;
	cursor: pointer;
	min-width: 50px;
	margin-right: 5px;
}


.gray-box .head ul.head li.min-li {
	display: block;
	float: left;
	margin-top: 4px;
	height: 22px;
	line-height: 21px;
	text-align: center;
	padding: 0 8px;
	cursor: pointer;
	min-width: 120px;
	margin-right: 5px;
}

.gray-box .head ul.head li.active {
	background-color: #FFF;
}

.gray-box .head .dropdown {
	display: inline-block; *+
	float: left;
	text-align: center;
	cursor: pointer;
	margin-right: 15px;
}

.gray-box .head .dropdown b {
	display: inline-block;
	font-weight: normal;
	background: url(../images/global/icon_map.png) right -422px no-repeat;
	min-width: 50px;
	padding: 0 15px 0 10px;
	margin-top: 5px;
	height: 23px;
	line-height: 18px;
}

.gray-box .head .dropdown ul {
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	background-color: #FFF;
	padding: 10px 0;
}

.gray-box .head .dropdown ul li {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	width: 100px;
}

.gray-box .head .dropdown ul li:hover {
	background-color: #2760a5;
	color: #FFF;
}

.gray-box .head .dropdown:hover b {
	background-color: #ffffff;
}

.gray-box .head .dropdown:hover ul {
	display: block;
}

.gray-box .body {
	height: 190px;
	overflow-y: auto;
	overflow-x: hidden;
}

.trSelected {
	background-color: #f2dfe9;
}

/*表格样式*/
table.table {
	margin-top: 10px;
}

table.table td {
	text-align: center;
	padding: 3px;
	height: 17px;
}

table.table thead.blue td {
	background-color: #d3d2d0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table.table thead.blue td.active {
	color: #ffffff;
	background-color: #2760a5;
}

table.table tbody tr:hover td {
	background-color: #e2f4fb;
}

table.table tbody tr.selected td {
	background-color: #f2dfe9;
}

table.table tbody td a.operate {
	margin-right: 5px;
}

/*底部页码*/
#page {
	text-align: right;
	margin-top: 25px;
}

#page a.page {
	display: inline-block;
	text-decoration: none;
	margin-right: 5px;
}

#page a.page span {
	display: block;
	padding: 0 8px;
	height: 22px;
	line-height: 22px;
	background-color: #FFF;
	color: #666666;
	text-align: center;
}

#page a.page span:hover {
	background: #2760a5;
	color: #FFF;
}

#page a.page span.current {
	background: #2760a5;
	color: #FFF;
}

#page select {
	height: 22px;
	border: none;
	width: 50px;
	margin: 0 5px;
}

/*文字标题+输入框样式*/
.row {
	line-height: 180%;
	margin-bottom: 10px;
}

.row .col1 {
	float: left;
	text-align: right;
	min-width: 80px;
	color: #666666;
	padding-right: 5px;
}

.row .col2 {
	float: left;
}

/*"其他信息"信息栏*/
.gray-box .body .info-row {
	position: relative;
	border-right: 1px solid #a9bace;
	border-top: 1px solid #a9bace;
}

.gray-box .body .info-row i {
	display: inline-block;
	width: 65px;
	text-align: center;
	background: url(../images/global/info_bg.png) top left no-repeat;
	min-height: 15px;
	font-style: normal;
	color: #2760a5;
	padding-top: 35px;
}

.gray-box .body .info-row i.pass {
	background-position: center -70px;
}

.gray-box .body .info-row i.unpack {
	background-position: center -135px;
	padding-top: 40px;
}

.gray-box .body .info-row i.passenger {
	background-position: center 8px;
	padding-top: 40px;
}

.gray-box .body .info-row span {
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 90px;
	width: 120px;
	text-align: center;
}

.gray-box .body .info-row span.tall {
	top: 12px;
	line-height: 20px;
}

.gray-box .body .info-row span u {
	margin-right: 10px;
	text-decoration: none;
}

.gray-box .body .info-row input.button {
	position: absolute;
	right: -5px;
	bottom: 25px;
	width: 80px;
}

/*排位块*/
.plane-block {
	height: 280px;
	width: 66px;
	float: left;
	margin-right: 1px;
	overflow: hidden;
}

.plane-block .number {
	height: 19px;
	padding: 3px 0 0 3px;
	background: url(../images/global/icon_map.png) right -380px no-repeat
		#e2e8ef;
}

.plane-block .number.active {
	background-position: right -405px;
}

.plane-block i {
	background-color: #ecf0f4;
	display: block;
	height: 220px;
	font-style: normal;
	padding: 20px 10px;
	line-height: 170%;
	color: #666666;
}

.plane-block .green {
	background-color: #bad6b9;
}

.plane-block .blue {
	background-color: #b9cad6;
}

.plane-block .yellow {
	background-color: #d7d79d;
}

.plane-block.tri i {
	height: 66px;
	margin-bottom: 1px;
	padding: 10px 10px;
}

.plane-block.double i {
	height: 88px;
	margin-bottom: 1px;
	padding: 15px 10px;
}

.plane-shift {
	width: 28px;
	height: 170px;
	cursor: pointer;
	float: left;
	background: url(../images/global/shift-bg.jpg) 0 0 repeat-y;
	padding: 110px 0 0 15px;
}

.plane-shift.forward {
	background-position: -42px 0;
	margin-left: -1px;
}

/*遮罩层*/
.bodymask {
	background-color: #d8d8d8;
	height: 100%;
	left: 0;
	opacity: 0.5;
	filter: Alpha(opacity = 50);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.pop-box {
	z-index: 9999;
	width: 20px;
	width: 465px;
	border: 1px solid #c0ccdb;
	display: none;
	position: absolute;
}

.pop-box .head {
	height: 24px;
	line-height: 24px;
	background: url(../images/global/bar_bg.jpg) left -52px repeat-x;
	padding-left: 10px;
}

.pop-box .body {
	background-color: #FFF;
	text-align: center;
	min-height: 100px;
	padding-top: 30px;
}

.pop-box .body p.succeed {
	background: url(../images/global/icon_map.png) left -585px no-repeat;
	padding-left: 20px;
	height: 25px;
	line-height: 25px;
	width: 25%;
	margin: 0 auto 20px auto;
}

/* tooltip */
#tooltip {
	position: absolute;
	border: 1px solid #333;
	background: #f7f5d1;
	padding: 1px;
	color: #333;
	display: none;
}

.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity =   60);
}

.loading-indicator-bars {
	background-image: url('images/loading-bars.gif');
	width: 150px;
}

/*遮罩层与弹出框*/
.bodymask {
	background-color: #d8d8d8;
	height: 100%;
	left: 0;
	opacity: 0.5;
	filter: Alpha(opacity = 50);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.pop-box {
	z-index: 9999;
	width: 20px;
	width: 465px;
	border: 1px solid #c0ccdb;
	display: none;
	position: absolute;
}

.pop-box .head {
	height: 24px;
	line-height: 24px;
	background: url(../images/global/bar_bg.jpg) left -52px repeat-x;
	padding-left: 10px;
}

.pop-box .body {
	background-color: #FFF;
	text-align: center;
	min-height: 100px;
	padding-top: 30px;
}

.pop-box .body p.succeed {
	background: url(../images/global/icon_map.png) left -585px no-repeat;
	padding-left: 20px;
	height: 25px;
	line-height: 25px;
	width: 25%;
	margin: 0 auto 20px auto;
}

.pop-box .body p.waiting {
	background: url(../images/global/icon_map.png) left -625px no-repeat;
	padding-left: 40px;
	height: 40px;
	line-height: 40px;
	width: 25%;
	margin: 0 auto 10px auto;
	font-size: 14px;
}

.main-content {
	display: none;
	width: 100%;
	height: 100%;
}

.main-content.active {
	display: block;
}

.location-div {
	text-align: center;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 955px;
	margin: 0 auto;
	height: 296px;
	background-color: #D6DFE7
}