/*Buttons*/
.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-primary {
	background-color: #414959;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4c5568),
		to(#414959));
	border: 1px solid #363d4a;
	font-weight: normal;
}

.btn-primary:hover {
	background-color: #414959;
	*background-color: #414959;
}

.btn-danger {
	background-color: #553333;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#653d3d),
		to(#553333));
	border: 1px solid #452929;
	font-weight: normal;
}

.btn-danger:hover {
	background-color: #553333;
	*background-color: #553333;
}

.btn-success {
	background-color: #556665;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#617473),
		to(#556665));
	border: 1px solid #495857;
	font-weight: normal;
}

.btn-success:hover {
	background-color: #556665;
	*background-color: #556665;
}

.btn-warning {
	background-color: #aaaa55;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b366),
		to(#aaaa55));
	border: 1px solid #99994d;
	font-weight: normal;
}

.btn-warning:hover {
	background-color: #aaaa55;
	*background-color: #aaaa55;
}

.btn-inverse {
	color: #ffffff;
	background-color: #555555;
	border-color: #484848;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active,
	.btn-inverse.active, .open .dropdown-toggle.btn-inverse {
	color: #ffffff;
	background-color: #414141;
	border-color: #2a2a2a;
}

.btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse
	{
	background-image: none;
}

.btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse,
	.btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover,
	.btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus,
	.btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active,
	.btn-inverse.disabled.active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse.active
	{
	background-color: #555555;
	border-color: #484848;
}

.btn-inverse .badge {
	color: #555555;
	background-color: #fff;
}

.btn-inverse .caret {
	border-top-color: #FFFFFF;
}

.btn-purple {
	color: #ffffff;
	background-color: #a696ce;
	border-color: #9785c6;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active,
	.open .dropdown-toggle.btn-purple {
	color: #ffffff;
	background-color: #8e7ac1;
	border-color: #745bb2;
}

.btn-purple:active, .btn-purple.active, .open .dropdown-toggle.btn-purple
	{
	background-image: none;
}

.btn-purple.disabled, .btn-purple[disabled], fieldset[disabled] .btn-purple,
	.btn-purple.disabled:hover, .btn-purple[disabled]:hover, fieldset[disabled] .btn-purple:hover,
	.btn-purple.disabled:focus, .btn-purple[disabled]:focus, fieldset[disabled] .btn-purple:focus,
	.btn-purple.disabled:active, .btn-purple[disabled]:active, fieldset[disabled] .btn-purple:active,
	.btn-purple.disabled.active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple.active
	{
	background-color: #a696ce;
	border-color: #9785c6;
}

.btn-purple .badge {
	color: #a696ce;
	background-color: #fff;
}

.btn-purple .caret {
	border-top-color: #FFFFFF;
}

.btn-pink {
	color: #ffffff;
	background-color: #ce3c3f;
	border-color: #d6497d;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active,
	.open .dropdown-toggle.btn-pink {
	color: #ffffff;
	background-color: #ac232c;
	border-color: #b9295e;
}

.btn-pink:active, .btn-pink.active, .open .dropdown-toggle.btn-pink {
	background-image: none;
}

.btn-pink.disabled, .btn-pink[disabled], fieldset[disabled] .btn-pink,
	.btn-pink.disabled:hover, .btn-pink[disabled]:hover, fieldset[disabled] .btn-pink:hover,
	.btn-pink.disabled:focus, .btn-pink[disabled]:focus, fieldset[disabled] .btn-pink:focus,
	.btn-pink.disabled:active, .btn-pink[disabled]:active, fieldset[disabled] .btn-pink:active,
	.btn-pink.disabled.active, .btn-pink[disabled].active, fieldset[disabled] .btn-pink.active
	{
	background-color: #db5e8c;
	border-color: #d6497d;
}

.btn-pink .badge {
	color: #db5e8c;
	background-color: #fff;
}

.btn-pink .caret {
	border-top-color: #FFFFFF;
}

.btn-grey {
	color: #ffffff;
	background-color: #898989;
	border-color: #7c7c7c;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active,
	.open .dropdown-toggle.btn-grey {
	color: #ffffff;
	background-color: #757575;
	border-color: #5e5e5e;
}

.btn-grey:active, .btn-grey.active, .open .dropdown-toggle.btn-grey {
	background-image: none;
}

.btn-grey.disabled, .btn-grey[disabled], fieldset[disabled] .btn-grey,
	.btn-grey.disabled:hover, .btn-grey[disabled]:hover, fieldset[disabled] .btn-grey:hover,
	.btn-grey.disabled:focus, .btn-grey[disabled]:focus, fieldset[disabled] .btn-grey:focus,
	.btn-grey.disabled:active, .btn-grey[disabled]:active, fieldset[disabled] .btn-grey:active,
	.btn-grey.disabled.active, .btn-grey[disabled].active, fieldset[disabled] .btn-grey.active
	{
	background-color: #898989;
	border-color: #7c7c7c;
}

.btn-grey .badge {
	color: #898989;
	background-color: #fff;
}

.btn-light-grey {
	color: #898989;
	background-color: #e6e6e6;
	border-color: #d9d9d9;
}

.btn-light-grey:hover, .btn-light-grey:focus, .btn-light-grey:active,
	.btn-light-grey.active, .open .dropdown-toggle.btn-light-grey {
	color: #898989;
	background-color: #d2d2d2;
	border-color: #bbbbbb;
}

.btn-light-grey:active, .btn-light-grey.active, .open .dropdown-toggle.btn-light-grey
	{
	background-image: none;
}

.btn-light-grey.disabled, .btn-light-grey[disabled], fieldset[disabled] .btn-light-grey,
	.btn-light-grey.disabled:hover, .btn-light-grey[disabled]:hover,
	fieldset[disabled] .btn-light-grey:hover, .btn-light-grey.disabled:focus,
	.btn-light-grey[disabled]:focus, fieldset[disabled] .btn-light-grey:focus,
	.btn-light-grey.disabled:active, .btn-light-grey[disabled]:active,
	fieldset[disabled] .btn-light-grey:active, .btn-light-grey.disabled.active,
	.btn-light-grey[disabled].active, fieldset[disabled] .btn-light-grey.active
	{
	background-color: #e6e6e6;
	border-color: #d9d9d9;
}

.btn-light-grey .badge {
	color: #e6e6e6;
	background-color: #fff;
}

.btn-yellow {
	color: #654c02;
	background-color: #fcd76a;
	border-color: #fbd051;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active,
	.open .dropdown-toggle.btn-yellow {
	color: #654c02;
	background-color: #fbcc42;
	border-color: #fac015;
}

.btn-yellow:active, .btn-yellow.active, .open .dropdown-toggle.btn-yellow
	{
	background-image: none;
}

.btn-yellow.disabled, .btn-yellow[disabled], fieldset[disabled] .btn-yellow,
	.btn-yellow.disabled:hover, .btn-yellow[disabled]:hover, fieldset[disabled] .btn-yellow:hover,
	.btn-yellow.disabled:focus, .btn-yellow[disabled]:focus, fieldset[disabled] .btn-yellow:focus,
	.btn-yellow.disabled:active, .btn-yellow[disabled]:active, fieldset[disabled] .btn-yellow:active,
	.btn-yellow.disabled.active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow.active
	{
	background-color: #fcd76a;
	border-color: #fbd051;
}

.btn-yellow .badge {
	color: #fcd76a;
	background-color: #fff;
}

.btn-icon {
	margin: 10px 0;
	padding: 10px;
	transition: all 0.3s ease 0s;
}

.btn-icon:hover {
	border: 1px solid rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
}

.btn-icon:active {
	transition: none 0s ease 0s;
}

.btn-icon i {
	margin: 0;
}

.btn .label {
	border-radius: 12px 12px 12px 12px;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	color: #FFFFFF !important;
	font-size: 11px !important;
	font-weight: 300;
	padding: 3px 7px;
	position: absolute;
	text-shadow: none;
	top: 1px;
}

.btn .label.label-right {
	right: 7px;
}

.btn .label.label-left {
	left: 7px;
}

.btn-add {
	color: #ffffff;
	background-color: #1e8f61;
	border-color: #484848;
}

.btn-add:hover, .btn-add:focus, .btn-add:active, .btn-add.active, .open .dropdown-toggle.btn-add
	{
	color: #ffffff;
	background-color: #15613c;
	border-color: #2a2a2a;
}

.btn-add:active, .btn-add.active, .open .dropdown-toggle.btn-add {
	background-image: none;
}

.btn-add.disabled, .btn-add[disabled], fieldset[disabled] .btn-add,
	.btn-add.disabled:hover, .btn-add[disabled]:hover, fieldset[disabled] .btn-add,
	.btn-add.disabled:focus, .btn-add[disabled]:focus, fieldset[disabled] .btn-add,
	.btn-add.disabled:active, .btn-add[disabled]:active, fieldset[disabled] .btn-add:active,
	.btn-add.disabled.active, .btn-add[disabled].active, fieldset[disabled] .btn-add.active
	{
	background-color: #7dcb70;
	border-color: #7dcb70;
}

.btn-add .badge {
	color: #555555;
	background-color: #fff;
}

.btn-add .caret {
	border-top-color: #FFFFFF;
}

/**********淇敼鎸夐挳***********/
.btn-edt {
	color: #ffffff;
	background-color: #2965a8;
	border-color: #484848;
}

.btn-edt:hover, .btn-edt:focus, .btn-edt:active, .btn-edt.active, .open .dropdown-toggle.btn-edt
	{
	color: #ffffff;
	background-color: #173b73;
	border-color: #2a2a2a;
}

.btn-edt:active, .btn-edt.active, .open .dropdown-toggle.btn-edt {
	background-image: none;
}

.btn-edt.disabled, .btn-edt[disabled], fieldset[disabled] .btn-edt,
	.btn-edt.disabled:hover, .btn-edt[disabled]:hover, fieldset[disabled] .btn-edt,
	.btn-edt.disabled:focus, .btn-edt[disabled]:focus, fieldset[disabled] .btn-edt,
	.btn-edt.disabled:active, .btn-edt[disabled]:active, fieldset[disabled] .btn-edt:active,
	.btn-edt.disabled.active, .btn-edt[disabled].active, fieldset[disabled] .btn-edt.active
	{
	background-color: #7dcb70;
	border-color: #7dcb70;
}

.btn-edt .badge {
	color: #555555;
	background-color: #fff;
}

.btn-edt .caret {
	border-top-color: #FFFFFF;
}

/**********瀵煎嚭鎸夐挳***********/
.btn-exp {
	color: #ffffff;
	background-color: #e6851e;
	border-color: #484848;
}

.btn-exp:hover, .btn-exp:focus, .btn-exp:active, .btn-exp.active, .open .dropdown-toggle.btn-exp
	{
	color: #ffffff;
	background-color: #b16617;
	border-color: #2a2a2a;
}

.btn-exp:active, .btn-exp.active, .open .dropdown-toggle.btn-exp {
	background-image: none;
}

.btn-exp.disabled, .btn-exp[disabled], fieldset[disabled] .btn-exp,
	.btn-exp.disabled:hover, .btn-exp[disabled]:hover, fieldset[disabled] .btn-exp,
	.btn-exp.disabled:focus, .btn-exp[disabled]:focus, fieldset[disabled] .btn-exp,
	.btn-exp.disabled:active, .btn-exp[disabled]:active, fieldset[disabled] .btn-exp:active,
	.btn-exp.disabled.active, .btn-exp[disabled].active, fieldset[disabled] .btn-exp.active
	{
	background-color: #7dcb70;
	border-color: #7dcb70;
}

.btn-exp .badge {
	color: #555555;
	background-color: #fff;
}

.btn-exp .caret {
	border-top-color: #FFFFFF;
}

/**********鍒犻櫎鎸夐挳***********/
.btn-del {
	color: #ffffff;
	background-color: #ce3c3f;
	border-color: #484848;
}

.btn-del:hover, .btn-del:focus, .btn-del:active, .btn-del.active, .open .dropdown-toggle.btn-del
	{
	color: #ffffff;
	background-color: #7f1921;
	border-color: #2a2a2a;
}

.btn-del:active, .btn-del.active, .open .dropdown-toggle.btn-del {
	background-image: none;
}

.btn-del.disabled, .btn-del[disabled], fieldset[disabled] .btn-del,
	.btn-del.disabled:hover, .btn-del[disabled]:hover, fieldset[disabled] .btn-del,
	.btn-del.disabled:focus, .btn-del[disabled]:focus, fieldset[disabled] .btn-del,
	.btn-del.disabled:active, .btn-del[disabled]:active, fieldset[disabled] .btn-del:active,
	.btn-del.disabled.active, .btn-del[disabled].active, fieldset[disabled] .btn-del.active
	{
	background-color: #7dcb70;
	border-color: #7dcb70;
}

.btn-del .badge {
	color: #555555;
	background-color: #fff;
}

.btn-del .caret {
	border-top-color: #FFFFFF;
}
/**********鏌ョ湅鎸夐挳***********/
.btn-det {
	color: #ffffff;
	background-color: #7abcd9;
	border-color: #484848;
}

.btn-det:hover, .btn-det:focus, .btn-det:active, .btn-det.active, .open .dropdown-toggle.btn-det
	{
	color: #ffffff;
	background-color: #5086a2;
	border-color: #2a2a2a;
}

.btn-det:active, .btn-det.active, .open .dropdown-toggle.btn-det {
	background-image: none;
}

.btn-det.disabled, .btn-det[disabled], fieldset[disabled] .btn-det,
	.btn-det.disabled:hover, .btn-det[disabled]:hover, fieldset[disabled] .btn-det,
	.btn-det.disabled:focus, .btn-det[disabled]:focus, fieldset[disabled] .btn-det,
	.btn-det.disabled:active, .btn-det[disabled]:active, fieldset[disabled] .btn-det:active,
	.btn-det.disabled.active, .btn-det[disabled].active, fieldset[disabled] .btn-det.active
	{
	background-color: #7dcb70;
	border-color: #7dcb70;
}

.btn-det .badge {
	color: #555555;
	background-color: #fff;
}

.btn-det .caret {
	border-top-color: #FFFFFF;
}
/**********杩涘叆鍒楄〃鎸夐挳***********/
.btn-in {
	color: #ffffff;
	background-color: #5860d5;
	border-color: #484848;
}

.btn-in:hover, .btn-in:focus, .btn-in:active, .btn-in.active, .open .dropdown-toggle.btn-in
	{
	color: #ffffff;
	background-color: #36369f;
	border-color: #2a2a2a;
}

.btn-in:active, .btn-in.active, .open .dropdown-toggle.btn-in {
	background-image: none;
}

.btn-in.disabled, .btn-in[disabled], fieldset[disabled] .btn-in, .btn-in.disabled:hover,
	.btn-in[disabled]:hover, fieldset[disabled] .btn-in, .btn-in.disabled:focus,
	.btn-in[disabled]:focus, fieldset[disabled] .btn-in, .btn-in.disabled:active,
	.btn-in[disabled]:active, fieldset[disabled] .btn-in:active, .btn-in.disabled.active,
	.btn-in[disabled].active, fieldset[disabled] .btn-in.active {
	background-color: #7dcb70;
	border-color: #7dcb70;
}

.btn-in .badge {
	color: #555555;
	background-color: #fff;
}

.btn-in .caret {
	border-top-color: #FFFFFF;
}

/**********甯姪鎸夐挳***********/
.btn-help {
	color: #ffffff;
	background-color: #000080;
	border-color: #484848;
}

.btn-help:hover, .btn-help:focus, .btn-help:active, .btn-help.active,
	.open .dropdown-toggle.btn-help {
	color: #ffffff;
	background-color: #0000c5;
	border-color: #2a2a2a;
}

.btn-help:active, .btn-help.active, .open .dropdown-toggle.btn-help {
	background-image: none;
}

.btn-help.disabled, .btn-help[disabled], fieldset[disabled] .btn-help,
	.btn-help.disabled:hover, .btn-help[disabled]:hover, fieldset[disabled] .btn-help,
	.btn-help.disabled:focus, .btn-help[disabled]:focus, fieldset[disabled] .btn-help,
	.btn-help.disabled:active, .btn-help[disabled]:active, fieldset[disabled] .btn-help:active,
	.btn-help.disabled.active, .btn-help[disabled].active, fieldset[disabled] .btn-help.active
	{
	background-color: #7dcb70;
	border-color: #7dcb70;
}

.btn-help .badge {
	color: #555555;
	background-color: #fff;
}

.btn-help .caret {
	border-top-color: #FFFFFF;
}

/******鑷畾涔�******/
#content {
	background: #fff;
}

@media ( max-width : 767px) {
	.paper-wrap {
		background-color: #ffffff;
		min-height: 630px;
	}
}

.bb-alert {
	position: fixed;
	bottom: 25%;
	right: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	padding: 1em 1.3em;
	z-index: 2000;
}
/*-------------鑷畾涔夋牱寮�---------------*/
/* Scroll Top ------------------------------------------------------------------------------------------------------- */
a#scroll-top {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	background: #131517 url("/images/scroll-top.png") center center
		no-repeat;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	z-index: 999;
}

a#scroll-top:hover {
	background-color: #353c41;
}


