@charset "UTF-8";
@import url('bootstrap.css');
@import url('font-awesome.min.css');
@import url('ui-dialog.css');
@import url('common2.css');


.form-group label{font-size: 14px;}

.widget-box {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 3px 0;
	border: 1px solid #CCC
}
@media only screen and (max-width:767px) {
	.widget-box {
		margin-top: 7px;
		margin-bottom: 7px
	}
}

.collapsed>.widget-body {
	display: none
}

.seek .ntop{width: 100%;height: 200px;background:#51a4ec url(../Images/login.gif) no-repeat center center;}
.seek-title{  position: relative;width: 1200px;margin: 0 auto;top: 113px;padding-left: 160px;}
.seek-title span{  font-size: 48px;color: #fff;display: block;position: relative;}
.widget-body {
	/*background-color: #FFF*/
}
.widget-main {
	padding: 12px
}
.widget-main.padding-32 {
	padding: 32px
}
.widget-main.padding-30 {
	padding: 30px
}
.widget-main.padding-28 {
	padding: 28px
}
.widget-main.padding-26 {
	padding: 26px
}
.widget-main.padding-24 {
	padding: 24px
}
.widget-main.padding-22 {
	padding: 22px
}
.widget-main.padding-20 {
	padding: 20px
}
.widget-main.padding-18 {
	padding: 18px
}
.widget-main.padding-16 {
	padding: 16px
}
.widget-main.padding-14 {
	padding: 14px
}
.widget-main.padding-12 {
	padding: 12px
}
.widget-main.padding-10 {
	padding: 10px
}
.widget-main.padding-8 {
	padding: 8px
}
.widget-main.padding-6 {
	padding: 6px
}
.widget-main.padding-4 {
	padding: 4px
}
.widget-main.padding-2 {
	padding: 2px
}
.widget-main.padding-0 {
	padding: 0
}
.widget-main.no-padding {
	padding: 0
}
.widget-toolbar .progress {
	vertical-align: middle;
	display: inline-block;
	margin: 0
}

.widget-box[class*="widget-color-"]>.widget-header {
	color: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.widget-body .table {
	border-top: 1px solid #E5E5E5
}
.widget-body .table thead:first-child tr {
	background: #FFF
}
[class*="widget-color-"]>.widget-body .table thead:first-child tr {
	background: #f2f2f2;
	background-image: -webkit-linear-gradient(top, #f8f8f8 0, #ececec 100%);
	background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0)
}
.widget-body .table.table-bordered thead:first-child>tr {
	border-top-width: 0
}
.widget-main.no-padding .table {
	margin-bottom: 0;
	border-width: 0
}
.widget-main.no-padding .table-bordered th:first-child,
.widget-main.no-padding .table-bordered td:first-child {
	border-left-width: 0
}
.transparent>.widget-body .widget-main .table-bordered>thead>tr>th:last-child,
.widget-main.no-padding .table-bordered>thead>tr>th:last-child,
.transparent>.widget-body .widget-main .table-bordered>tbody>tr>td:last-child,
.widget-main.no-padding .table-bordered>tbody>tr>td:last-child,
.transparent>.widget-body .widget-main .table-bordered>tfoot>tr>td:last-child,
.widget-main.no-padding .table-bordered>tfoot>tr>td:last-child {
	border-right-width: 0 !important
}
.transparent>.widget-body .widget-main .table-bordered>tbody>tr:last-child>td,
.widget-main.no-padding .table-bordered>tbody>tr:last-child>td {
	border-bottom-width: 0 !important
}
.table-bordered>thead.thin-border-bottom>tr>th,
.table-bordered>thead.thin-border-bottom>tr>td {
	border-bottom-width: 1px
}
.widget-body .alert:last-child {
	margin-bottom: 0
}
.widget-main .tab-content {
	border-width: 0
}
.widget-main>form {
	margin-bottom: 0
}
.widget-main>form .input-append,
.widget-main>form .input-prepend {
	margin-bottom: 0
}
.widget-main.no-padding>form>fieldset,
.widget-main.padding-0>form>fieldset {
	padding: 16px
}
.widget-main.no-padding>form>fieldset+.form-actions,
.widget-main.padding-0>form>fieldset+.form-actions {
	padding: 10px 0 12px
}
.widget-main.no-padding>form>.form-actions,
.widget-main.padding-0>form>.form-actions {
	margin: 0;
	padding: 10px 12px 12px
}
.widget-placeholder {
	border: 2px dashed #D9D9D9
}

.wizard-steps {
	list-style: none;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative
}
.wizard-steps li {
	display: table-cell;
	text-align: center;
	width: 1%
}
.wizard-steps li .step {
	border: 5px solid #ced1d6;
	color: #546474;
	font-size: 15px;
	border-radius: 100%;
	background-color: #FFF;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center
}
.wizard-steps li:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	font-size: 0;
	overflow: hidden;
	border-top: 4px solid #CED1D6;
	position: relative;
	top: 21px;
	z-index: 1
}
.wizard-steps li:last-child:before {
	max-width: 50%;
	width: 50%
}
.wizard-steps li:first-child:before {
	max-width: 51%;
	left: 50%
}
.wizard-steps li.active:before,
.wizard-steps li.complete:before,
.wizard-steps li.active .step,
.wizard-steps li.complete .step {
	border-color: #5293c4
}
.wizard-steps li.complete .step {
	cursor: default;
	color: #FFF;
	-webkit-transition: transform ease 0.1s;
	transition: transform ease 0.1s
}
.wizard-steps li.complete .step:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	content: "\f00c";
	background-color: #FFF;
	z-index: 3;
	font-family: FontAwesome;
	font-size: 17px;
	color: #87ba21
}
.wizard-steps li.complete:hover .step {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	border-color: #80afd4
}
.wizard-steps li.complete:hover:before {
	border-color: #80afd4
}
.wizard-steps li .title {
	display: block;
	margin-top: 4px;
	max-width: 100%;
	color: #949ea7;
	font-size: 14px;
	z-index: 104;
	text-align: center;
	table-layout: fixed;
	word-wrap: break-word
}
.wizard-steps li.complete .title,
.wizard-steps li.active .title {
	color: #2b3d53
}
.step-content {
	position: relative;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
}
.step-content .step-pane {
	display: none;
	min-height: 200px;
	padding: 4px 8px 12px
}
.step-content .active {
	display: block
}
.wizard-actions {
	padding: 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
}
.seekAction{
	cursor: pointer;
}
.suspend{
	background: #def;
}







