﻿@charset "utf-8";
/* CSS Document */


/* 高级搜索 */
.JQL-searcher,
.JQL-form{ 
	border:1px solid #e2e2e2; background:#fff; box-shadow:0 1px 2px #d3d3d3;}
.JQL-searcher,
.JQL-form{
	 width:99.7%; margin-bottom:10px;}

/* 搜索器 */	 
.JQL-title{ position:relative; width:100%; height:40px; background:#eee; border-bottom:1px solid #d2d2d2; line-height:40px; text-indent:10px; color:#333; font-weight:bold; font-size:14px;}
.JQL-title .condMore{ position:absolute; right:10px; top:0; z-index:10; width:200px;line-height:28px; background:#f4f4f4; box-shadow:0 1px 1px #d3d3d3;}
.JQL-title .condMore h2{ line-height:38px;border:1px solid #fff;border-radius:3px; background:#e25016; font-weight:normal; letter-spacing:1.5px; cursor:pointer; text-align:center; color:#fff;}
.JQL-title .condMore h2:hover{ background:#ff9400;}
.JQL-title .condMore img{ width:18px; vertical-align:middle; margin-top:-4px; margin-right:3px;}
.JQL-title .condMore .con{ display:none;}
.JQL-title .condMore ul{ padding:10px 0 10px 10px; border:1px solid #fff; border-top-color:#d2d2d2; border-bottom:0; overflow:hidden; zoom:1;}
.JQL-title .condMore ul li{ float:left; width:50%; font-weight:normal; font-size:12px;}
.JQL-title .condMore ul li input{ vertical-align:middle; margin-right:3px; margin-top:-2px;}
.JQL-title .condMore a{ display:block; background:#f78a3d; border:1px solid #fff; border-radius:3px; font-weight:normal; font-size:12px; color:#fff; text-align:center;}
.JQL-title .condMore a:hover{ background:#fea44b; }


/* 高级搜索区域 */
.JQL-form .bd{ padding:25px 10px 15px;}
.JQL-form .bd table td{ padding-bottom:12px;}
.JQL-form .bd table td{ color:#666;}
.JQL-form .bd table td.f-tar{ padding-right:10px;}
.JQL-form .bd table td.f-tal{ padding-left:10px;}
.JQL-form .bd table td input{ width:100%; box-sizing:border-box; border-radius:3px; border:1px solid #e2e2e2;  padding:3px 5px; word-break:break-all;}
.JQL-form .bd table td input.inpText { background:#f4f4f4;}
.JQL-form .bd table td input.check-inp{ width:auto; vertical-align:middle; margin-right:3px;}
.JQL-form .bd table td label{ vertical-align:middle; cursor:pointer;}
.JQL-form .bd table td .u-btwTime{display:inline-block;*display:inline;*zoom:1; color:#d2d2d2; width:6%; text-align:center;}
.JQL-form .bd table td .u-btn{ width:auto; min-width:187px; padding:7px 20px; margin:10px 0; cursor:pointer; font-size:13px;}
.btn-primary{background:#1570a6; color:#fff;}
.btn-save{background:#e25016; color:#fff;}/* 保存按钮 */
.btn-save:hover{ background-color:#ff9400;}
.btn-def{ background:#ccc;}/* 默认按钮 */
.btn-def:hover{ background-color:#f4f4f4;}

/* 招标类别 */
.callSort{ position:relative; width:70%; padding:20px 15px 10px 0; background:#fff; margin:15px 0 10px 15px; border:1px solid #e2e2e2;}
.callSort h2{ position:absolute; left:20px; top:-10px;  padding:0 15px; background:#fff;}

/* 高级搜索弹窗 */
/* 遮罩层 */
#maskLayer{position: absolute;left:0px;top:0px}
#alphadiv{position:absolute;background:#000;z-index: 2000}
#drag{position:absolute;background:#fff;z-index: 2001;width:580px;border:1px solid #ccc}
#drag_h{line-height:32px;height:32px;cursor:move;color:#fff;background:#63a6d7;border-bottom:1px dashed #babcbc;padding:0 10px}
#drag h3 b{float:left}
#drag h3 span{font-weight:normal;float:right;cursor:pointer}

#sublist{position:absolute;z-index:2100;background:#fff}

/* 快速搜索 */
.search input[id^="btn_IndustryID"]{ height:28px; line-height:28px;}

/* 保存搜索器弹窗 */
.savScher{ padding:20px;}
.savScher label{ float:left; width:150px; padding-right:10px; line-height:28px; text-align:right;color:#e25016; font-size:14px; }
.savScher input{ width:260px; height:20px; line-height:20px; padding:3px 5px; border-radius:2px; background-color:#fcfcfc;}
.savScher .u-btn{ display:inline-block; margin:20px 5px 0; padding:3px 15px; overflow:hidden; border-radius:3px; border:1px solid #e2e2e2;}
.savScher .u-btn.btn-def{ border:1px solid #d8d7d7;}