.jq22-container {
	margin-left: -15px;
}

.container {
	max-width: 970px;
}

.wrap {
	border-radius: 4px;
}

a:active {
	outline: 0;
	text-decoration: none;
}

.panel {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	background: none;
	box-shadow: none;
}

.panel:last-child {
	border-bottom: none;
}

.panel-group>.panel:first-child .panel-heading {
	border-radius: 4px 4px 0 0;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-heading {
	background-color: white;
	border-radius: 0;
	border: none;
	color: #fff;
	padding: 0;
	height: 40px;
}

.panel-title a {
	display: block;
	color: black;
	padding: 15px;
	position: relative;
	font-size: 15px;
	font-weight: 400;
}

.panel-body {
	background: #fff;
}

.panel:last-child .panel-body {
	border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
	border-radius: 0 0 4px 4px;
	-webkit-transition: border-radius 0.3s linear 0.2s;
	transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
	border-radius: 0;
	-webkit-transition: border-radius linear 0s;
	transition: border-radius linear 0s;
}

.dowebok {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}

.dowebok h1 {
	text-align: center;
}

.dowebok h2 {
	margin-top: 2em;
	border-bottom: 1px solid #ccc;
}

.dowebok pre {
	padding: .5em 1em;
	border: 1px solid #ccc;
}

.dowebok table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.dowebok th, .dowebok td {
	padding: 5px 10px;
	border: 1px solid #ddd;
}

.dowebok tr:nth-child(2n) {
	background-color: #f8f8f8;
}

.to-top {
	line-height: 2;
	display: none;
	padding: 0 20px;
	color: #fff;
	background-color: #f50;
}

.vad {
	margin: 100px 0 10px;
	font-family: Consolas, arial, 宋体, sans-serif;
	text-align: center;
}

.vad a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin: 0 5px;
	padding: 0 50px;
	font-size: 14px;
	text-align: center;
	color: #eee;
	text-decoration: none;
	background-color: #222;
}

.vad a:hover {
	color: #fff;
	background-color: #000;
}

.thead {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	border-bottom: 40px solid transparent;
}

.checkbox {
	padding-left: 20px;
}

.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 0px;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}

.checkbox input[type="checkbox"]:focus+label::before, .checkbox input[type="radio"]:focus+label::before
	{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after, .checkbox input[type="radio"]:checked+label::after
	{
	font-family: "FontAwesome";
	content: "\f00c";
}

.checkbox input[type="checkbox"]:indeterminate+label::after, .checkbox input[type="radio"]:indeterminate+label::after
	{
	display: block;
	content: "";
	width: 10px;
	height: 3px;
	background-color: #555555;
	border-radius: 2px;
	margin-left: -16.5px;
	margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled+label, .checkbox input[type="radio"]:disabled+label
	{
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before, .checkbox input[type="radio"]:disabled+label::before
	{
	background-color: #eeeeee;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before,
	.checkbox-primary input[type="radio"]:checked+label::before {
	background-color: #337ab7;
	border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked+label::after,
	.checkbox-primary input[type="radio"]:checked+label::after {
	color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before,
	.checkbox-danger input[type="radio"]:checked+label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after,
	.checkbox-danger input[type="radio"]:checked+label::after {
	color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before,
	.checkbox-info input[type="radio"]:checked+label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after,
	.checkbox-info input[type="radio"]:checked+label::after {
	color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before,
	.checkbox-warning input[type="radio"]:checked+label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after,
	.checkbox-warning input[type="radio"]:checked+label::after {
	color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before,
	.checkbox-success input[type="radio"]:checked+label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked+label::after,
	.checkbox-success input[type="radio"]:checked+label::after {
	color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate+label::before,
	.checkbox-primary input[type="radio"]:indeterminate+label::before {
	background-color: #337ab7;
	border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate+label::after,
	.checkbox-primary input[type="radio"]:indeterminate+label::after {
	background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate+label::before,
	.checkbox-danger input[type="radio"]:indeterminate+label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate+label::after,
	.checkbox-danger input[type="radio"]:indeterminate+label::after {
	background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate+label::before,
	.checkbox-info input[type="radio"]:indeterminate+label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate+label::after,
	.checkbox-info input[type="radio"]:indeterminate+label::after {
	background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate+label::before,
	.checkbox-warning input[type="radio"]:indeterminate+label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate+label::after,
	.checkbox-warning input[type="radio"]:indeterminate+label::after {
	background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate+label::before,
	.checkbox-success input[type="radio"]:indeterminate+label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate+label::after,
	.checkbox-success input[type="radio"]:indeterminate+label::after {
	background-color: #fff;
}

#sendMailPath-error {
	color: red;
}

.modal-open {
	padding-right: 0px !important;
}

body {
	overflow: visible !important;
}

#sel_li a {
	color: gray;
}

.table>tbody>tr>td {
	border-top: 0px;
}

.showorhide {
	display: none;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

ul li {
	margin-top: 2px;
}

#selBasicTimeAndNum {
	font-size: 18px;
}

.table {
	margin-bottom: 0px;
}

.selectLabel li span {
	font-size: 10px;
	background-color: #f3f3f4;
	padding: 5px 12px;
	color: inherit;
	border-radius: 2px;
	border: 1px solid #e7eaec;
	margin-right: 5px;
	margin-top: 5px;
	display: block;
	margin-left: 16px;
}

.selectLabel li {
	float: left;
}

.btn-group-lg>.btn, .btn-lg {
	padding: 5px;
}

#basic_search>#sel_li li a:hover {
	color: #FBA052;
}

.form-controls {
	display: inline;
	width: 89%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-left: -15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#basic_searchData {
	color: white;
}

li {
	display: block;
}

#tag a {
	border: 0;
	font: 14px/150% Arial, Helvetica, sans-serif;
}

#tag em {
	font-style: normal;
}

#tag a:hover {
	color: #3366cc !important;
	text-decoration: none;
}

/* tag */
.plus-tag a, .plus-tag a em, .plus-tag-add a {
	background: url(/vpn/89/https/P75YPLURPFTHIZ5PF3SX85B/img/tagbg.png;vpn_img) no-repeat;
}

.tagbtn a {
	color: #333333;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	padding: 0 10px 0 5px;
	white-space: nowrap;
}
/* plus-tag */
.plus-tag {
	padding: 0 0 10px 0;
	border: 0;
}

.plus-tag a {
	background-position: 100% -22px;
}

.plus-tag a span {
	float: left;
}

.plus-tag a em {
	display: block;
	float: left;
	margin: 5px 0 0 8px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: -165px -100px;
	cursor: pointer;
}

.plus-tag a:hover em {
	background-position: -168px -64px;
}

.layui-layer-content {
	height: auto !important;
	margin-bottom: 20px !important;
}

.layui-layer-page {
	height: auto !important;
}

.viewSummary {
	padding: 10px 15px;
	color: gray;
}

.viewSummary:hover {
	border-radius: 4px;
	background-color: #eee;
	color: #FBA052;
	cursor: pointer;
}

.toggleSummary {
	background-color: #eee;
	border-radius: 4px 4px 0px 0px;
}

.checkbox label, .radio label{
	cursor: default; 
}

a {
	cursor: pointer;
	text-decoration: none !important;
}

#basic_search table a {
	color: #23527c !important;
}

#basic_search table a:hover {
	color: #8b8b8b !important;
}

#citations li {
    float: left;
    width: 33.33333333%;
    text-align: center;
    height: 50px;
    color: #333;
    cursor: pointer;
    position: relative;
    line-height: 50px;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

#citations li.cur {
    color: #f46723;
}

.layui-layer-title{
	    background-color: #e0e0e0 !important;
}
#tag a, a:visited {
	color: #5e5e5e;
	text-decoration: none;
}
#basic_page .layui-laypage-limits{
	display: none;
}
#selectLabel li{
	margin-left: 15px;
}
#selectLabel i{
	color: #286090;
}
.checkbox+.checkbox{
	margin-top: 0px;	
}

#collateralConditionForm > div{
	text-align: left;
}

.plus-tag-collection a.user_tag, .plus-tag-collection a.user_tag em {
	background: url(/vpn/89/https/P75YPLURPFTHIZ5PF3SX85B/img/tagbg.png;vpn_img) no-repeat;
}

.tagbtn-collection a.user_tag {
	color: #777;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	padding: 0 10px 0 5px;
	white-space: nowrap;
}

.plus-tag-collection {
	padding: 0 0 10px 0;
	border: 0;
}

.plus-tag-collection a.user_tag {
	background-position: 100% -22px;
}

.plus-tag-collection a.user_tag span {
	float: left;
}

.plus-tag-collection a.user_tag em {
	display: block;
	float: left;
	margin: 5px 0 0 8px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: -165px -100px;
	cursor: pointer;
}

.plus-tag-collection a.user_tag:hover em {
	background-position: -168px -64px;
}
