		p,
		ul,
		li {
			list-style: none;
			padding: 0;
			margin: 0;
    }
    input:disabled {
      color: -internal-light-dark-color(rgb(84, 84, 84), rgb(170, 170, 170));
      cursor: default;
      background-color: -internal-light-dark-color(rgb(235, 235, 228), rgb(45, 45, 45));
    }
		/*设置搜索框宽度 */
		.text_search{
			width:150px;
		}
		/*设置搜索框宽度*/
		.text_search_select{
			width:164px;
		}
		/*设置新增框宽度*/
		.text_add{
			width:180px;
		}
		.text_add_select{
			width:194px;
		}
		/*设置数字框宽度*/
		.number_add{
			width:70px;
		}
		.center{
			text-align:center !important;
		}
		.right{
			text-align:right !important;
		}
		.Fright{
			float:right;
		}
		.Fleft{
			float:left;
		}
		.left{
			text-align:left;
		}
		label, input, button, select, textarea, .uneditable-input, .navbar-search .search-query {
		    font-family: Helvetica, Georgia, Arial, sans-serif;
		    font-size: 12px;
		    color: #323232;
		}
		select, 
        textarea, 
        input[type="text"], 
        input[type="password"], 
        input[type="month"], 
        input[type="time"], 
        input[type="week"], 
        input[type="number"], 
        input[type="email"], 
        input[type="url"], 
        input[type="tel"], 
        input[type="color"], 
        .uneditable-input {
		    padding: 2px 6px;
		    line-height: 20px;
		    vertical-align: middle;
            outline: none;
            border:1px solid #ccc;
            border-radius:2px ;
        }
        input[type="radio"]{vertical-align:text-bottom;}
        iframe {
            border: 0;
        }
		.color_ff3{
			color: #ff7030;
		}
		#form .select2-container .select2-choice {
			height:24px;
			color: #0982df;
		}
		#form .select2-container-disabled .select2-choice{
			  color: #f73d02;
		}
		.page_title li a {
		    font-size: 16px;
		    padding: 10px 0 10px 0;
		    font-weight: bold;
		    text-indent: 20px;
		}
		h3{
		background: #eff8ff;
	    padding: 4px 0;
	    color: #0982df;
	    font-weight: bold;
		text-align: left;
		font-size: 12px;
	    text-indent: 20px;
	    line-height: 20px;
	    margin-bottom:6px;
	}
	.two_title{
		 text-indent: 20px;
		 padding: 4px 0;
	}
	.td_nav {
	    background: #eff8ff;
	    border: 1.5px solid #dddddd;
	    padding: 4px 0;
	    font-weight: bold;
	    text-indent: 20px;
	}
	i#btnMenu {
	    display: none;
	}
	.nav, .breadcrumb {
	    margin-bottom: 0px;
	}
	.breadcrumb{
		padding:0;
	}
	.form-horizontal .control-group {
	    margin-bottom: 0;
	    padding-bottom:0;
	    padding:4px 2px;
	    width:100%;
	}
	.form-horizontal .controls {
	    margin-left: 0px; 
	}
	.form-horizontal {
	    margin: 0 4px;
	}
	.clear{
		clear: both;
	}
	.table_contral a {
	    margin: 0 5px;
	}
	.control-group {
    border-bottom: 0px;
	}
	input[type="text"]:focus,textarea:focus{
        border-color: #d7d7d7;
        box-shadow: inset 0 1px 2px #f1f1f1,0 0px 6px #d7d7d7;
	}

	.nav-tabs>li>a {
        padding: 2px 6px;
	}
	.btn-orange{
	    color: #fff;
	    text-shadow: 0 0 0 rgba(0,0,0,0.25);
	    background-color: #FF9933;
	    background-image: -moz-linear-gradient(top,#FF9933,#FF9933);
	    background-image: -webkit-gradient(linear,0 0,0 100%,from(#FF9933),to(#FF9933));
	    background-image: -webkit-linear-gradient(top,#FF9933,#FF9933);
	    background-image: -o-linear-gradient(top,#FF9933,#2fa4e7);
	    background-image: linear-gradient(to bottom,#FF9933,#FF9933);
	    background-repeat: repeat-x;
	    border-color: #FF9933 #FF9933 #FF9933;
	    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9933',endColorstr='#FF9933',GradientType=0);
	    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}
	.page_title_right {
	    float: right;
	    margin:0;
	}
	.page_title_right li {
    	list-style: none;
	}
	.page_title_right li a {
    	font-size: 14px;
	    font-weight: normal;	
	    text-indent: 20px;
	    color: #646464;
	    margin-right: 10px;
	    line-height: 33px;
	    text-decoration: none;
	}
	.b_border {
	    border: 1px solid #ccc;
	}

	/*绿色*/
	.colorGreen{
		color:#23A040;
	}
    .black{
        color: #333333;
    }
	.color555{
		color: #555555;
	}
	.nowrap180 ,.nowrap150 ,.nowrap100 ,.nowrap60, .nowrap80,.nowrap90{		
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-right: 16px;
		margin: 0;
	}
	.nowrap180 {
		width: 180px;
	}
	.nowrap150 {
		width: 150px;
	}
	.nowrap100 {
		width: 100px;
	}
	.nowrap80{
		width: 80px;
	}
	.nowrap90{
		width: 90px;
	}
	.nowrap60 {
		width: 60px;
	}
	.marginB6{
			margin-bottom:6px;
	}

	.BgYellow{
			background:#F9F8D9;
	}
	.BgGreen{
			background:#E6F7DB;
	}
	/*背景浅蓝*/

	.BgBlue{
			background:#E4F6FF;
	}
	/*背景浅灰*/
	.bgGray{
        background-color: rgba(177, 175, 175, 0.15);
	}

/*  超出隐藏 省略号 */
.nowrap60 {
	width: 60px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 16px;
	margin: 0;
}
/*设置 input 框 高度大小*/
	
.form-control {
  height: 28px;
}

/*设置 nav tab页样式 */
.nav-tabs > li:hover > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    border-bottom-color: transparent;
}
.flightlist_nav > li > a.active {
    color: #fff;
    cursor: default;
    background-color: #2fa4e7;
    border-bottom-color: transparent;
}
.flightlist_nav > li > a.active>span{
    color: #fff;
}
.flightlist_nav > li:hover > a>span{
    color: #fff;
}
	/*设置 nav tab页样式 */
label.col-sm-12 {
	width: 80px;
    display: inline-block;
    line-height: 30px;
    text-align: right;
}

/*  搜索框 间距设置*/
.panel-heading {
    padding: 4px 15px;
}

.ylqt_section {
  float: left;
}

.ylqt_section label {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1;
  margin-left: -1px;
}

.ylqt_section label:first-of-type {
  margin-left: 0;
}

.ylqt_section .div {
  width: 100%;
  margin-top: -1px;
  /* border-top: 1px solid #ddd; */
  -webkit-order: 1;
  order: 1;
}

.ylqt_section input[type=radio],
.div {
  display: none;
}

.ylqt_section input[type=radio]:checked+label {
  background: #0882de;
  color: #fff;
  border: 1px solid #0882de;
  /* border-bottom: 1px solid #fff; */
}

.ylqt_section input[type=radio]:checked+label+.div {
  display: block;
}

.bg-light.dk, .bg-light .dk {
    background-color: #fff;
}
.b-a {
    border: 0; 
}
.settings {
    top: 61px;
}
/*上边距20px*/
.margint20{
	margin-top: 20px;
}
.padT5{
	padding-top: 5px;
}
/*宽度80px*/
.wth80{
	width: 80px;
}
.wth100{
	width: 100px;
}
.wth120{
	width: 120px;
}
.wth150{
	width: 150px;
}
.wth134{
	width: 134px;
}
.wth20{
	width: 20px;
}
.padL20{
	padding-left: 20px;
}
.padR10{
	padding-right: 10px;
}
.paddingT10{
	padding-top: 10px;
}
.padRL20{
	padding-left: 20px;
	padding-right: 20px;
}
.pad10{
	padding: 10px;
}
.marT10{
	margin-top: 10px;
}

/*显示省略号*/
.ellipsis{
	display: inline-block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align: bottom;
}

/*灰边框*/
.border-gray{
	border: 1px solid #ddd;
}
.border-f0{
    border: 1px solid #f0f0f0;
}
/*虚线*/
.dashed{
	border-bottom: 1px dashed  #108EE9;
}
.dashed-c{
	border-bottom: 1px dashed  #CCCCCC;
}
.scroll-bar{
	overflow-y: scroll;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
}
.nav-pager{
	margin-top:10px;
}
.lihgt30{
	line-height: 30px;
}
.lihgt16{
	line-height: 16px;
}
.border-none{
	border: none;
}
.red1{
	color: #19a423;
}
.marT5{
	margin-top: 5px;
}
.no-wrap{
	white-space: nowrap;
}
.pagefixed{
 	position: fixed;
    right: 16px;
    bottom: 48px;
    width: 800px;
}
.mtkpagefixed{
 	position: fixed;
    right: 2px;
    bottom: 62px;
    width: 800px;
}
.bigImgUp{
	position: fixed;
	top:0;left:0;
	bottom: 0;right: 0;
	height: 100%; 
	width: 100%;
	overflow-x: scroll;
	overflow-y: scroll;
}
.padTB10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.padTb6{
	padding-top: 6px;
	padding-bottom: 6px;
}
.trSeat span{
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
} 
.trEm{
    margin: 0 28px 0 25px;
    font-style: normal;
}
.selSeat{
	background-color: #a9d8ff;
	border: 1px solid #68aeee;
}
.nselSeat{
	border: 1px solid #f0f0f0;
	background-color: #FFFFFF;
}
.white-space-pre{
	white-space: pre;		
}

/*模态框样式*/
.basicBox{
	line-height: 35px;
}
.basicBox1{
	line-height: 35px;
}
.scheduling{
	line-height: 35px;
	padding-left: 10px;
	padding: 4px 0;
}
.key1{
	display: inline-block;
	min-width: 95px;
	text-align: right;
}
.key2{
	display: inline-block;
	min-width: 80px;
	text-align: right;
}
.instr1{
	display: inline-block;
	min-width: 90px;
	word-break: break-all;
}
.sch_sel{
	width: 148px;
	height: 26px;
	border: 1px solid #ccc;
}
.margin_button{
	margin-bottom: 20px;
}
.points{
	width: 47px;
}
.tkimg img{
	width: 20px;
	height: 20px;
}

.tag {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1px 4px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  border-radius: 2px;
  background-color: #fff;
}

.tag::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid currentColor;
  border-radius: inherit;
  content: '';
  pointer-events: none;
}

.tag.tag-danger {
  color: #fd3939;
}


.apply-color{
	color:#323232;
}
.dispatch-color{
	color:#ff9600;
}
.check-color{
	color:#19a423;
}
.finsih-color{
	color:#2682e9;
}
.wFinish-color{
	color:#19a423;
}
.cancel-color{
	color:#fd3939;
}
.tk-report-mg-left{
	margin-left: 434px;
}
.n-tkno-color{
	color: #f37f04;
}
.o-tkno-color{
	color: #146df7;
}

.ticketOrder_listLog_cont{
  background-color: #151515;
  color: #4ab423;
  min-height: 20px;
  padding: 10px;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}