/*for old version 0112 zz*/
/*browser style reset*/
	
* {
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-shadow: none;
	outline: none;
	resize: none;
	text-shadow: none;
	box-shadow: none;
}

*, body, input, button, select, textarea{
	font-family: "Helvetica Neue", Helvetica, "STHeiti","Microsoft YaHei", Arial, sans-serif;
}

h1,h2,h3 {
	margin: 0;
}

button {
	border: 0;
}

li {
	list-style: none;
}

img {
	vertical-align: top;
}

.hide.hide-default {
	display: none;
	/*	为了提升选择器优先级_(:з」∠)_	不然会被有些display属性覆盖掉	important又会覆盖掉一些执行js时产生的行内display	脑力不够想不出更好办法了 zz*/
}
/*bootstrap style reset*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: lighter;
}

select, ul, ol {
	margin: 0;
	padding: 0;
}

label {
	display: inline-block;
	cursor: default;
	margin: 0;
}

a:hover, a:focus {
	text-decoration: none;
}

.nav-tabs.nav-stacked > li:last-child > a,
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus,
.nav-tabs.nav-stacked > li:first-child > a,
.table-bordered,.table-bordered thead:last-child tr:last-child>th:first-child, .table-bordered tbody:last-child tr:last-child>td:first-child, .table-bordered tbody:last-child tr:last-child>th:first-child, .table-bordered tfoot:last-child tr:last-child>td:first-child, .table-bordered tfoot:last-child tr:last-child>th:first-child,
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child,
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
	border-radius: 0;
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus{
	border: none;
}

select, textarea, form, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	box-shadow: none;
	border-radius: 0;
	padding: 0 5px;
	margin: 0;
}

form{
	padding: 0;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow: none;
	border-color: #ddd;
}

.navbar .nav>li>a,
.dropdown-menu,
.form-horizontal .control-label {
	padding: 0;
}

.navbar .brand {
	padding: 0;
	margin-left: 0;
}

.dropdown-menu {
	border-radius: 0;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
	background: none;
	color: #000;
}
/*common START*/

.padding15{
	padding: 15px;	
}

body {
	font-size: 12px;
	line-height: 1.42857143;
	color: #333;
	background-color: #eff4f6;
	min-width: 1260px;
}

body.no-scroll {
	overflow-y: hidden;
}

select {
	border-radius: 0;
}

iframe {
	border: 0;
	padding: 0;
	margin: 0;
}

#icontent {
	width: 100%;
}

.avatarimg {
	width: 100%;
	height: 100%;
}

.companylogoavatar{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 6px;
	vertical-align: middle;
	font-size: 0;
}

.protocolLogo{
	display: inline-block;
	background-color: #6389fa;
	padding: 0 4px;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
}

.companylogoavatar .avatarimg{
	vertical-align: middle;
}

.required-mark:after {
	content: "*";
	color: #e54d42;
}

.inner-page {
	padding: 20px 20px 2px 20px;
	min-width: 1200px;
}

.withtopnav {
	padding-top: 40px;
}

.withbottomnav {
	padding-bottom: 40px;
}

.row-follow {
	margin-top: 20px;
}

label input[type=checkbox],
label input[type=radio] {
	position: relative;
	top: -3px;
	margin-right: 5px;
}

.fa-user-double:before {
	content: "\f007\f007";
}

.text-hlgolden{
	color: #FFB848;
	font-weight: bolder;
}

.text-hlred{
	color: #e54d42;
	font-weight: bolder;
}

.text-hlgreen{
	color: #29bb9c;
	font-weight: bolder;
}

.text-del{
	text-decoration: line-through;
}

.bg-gray{
	background-color: #d6dbe0;
}

.bg-lightgray{
	background-color: #e8edf2;
}

.width50{
	width: 50px;
}

.width100{
	width: 100px;
}

.width140{
	width: 140px;
}

.fc-content .fa-glass,
.fc-content .fa-group,
.fc-content .fa-th{
	margin: 4px;
}

.fc-content .fc-time + .fc-title,
.fc-content .fc-title + .fc-title{
	padding-left: 10px;
}

.fa-exclamation.change,
.fa-exclamation.add{
	position: absolute;
	margin-top: -6px;
	margin-left: -4px;
	font-size: 12px;
	padding: 0 5px;
	height: 14px;
	line-height: 14px;
	border-radius: 14px;
	text-align: center;
	color: #e67f22;
	border: 1px solid #e67f22;
}

.fa-exclamation.add{
	color: #39ca74;
	border: 1px solid #39ca74;
}

.table-bordered{
	border-collapse: collapse;
}

select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	border: 1px solid #e6ebed;
}

.table-bordered,
.table-bordered th,
.table-bordered td,
.table th,
.table td{
	border-color: #e6ebed;
}

.input-icon {
	position: relative;
	min-height: 30px;
	line-height: 30px;
}

.input-icon .fa {
	position: absolute;
	top: 7px;
	left: 0;
	font-size: 16px;
	width: 28px;
	color: #ccc;
	text-align: center;
}

.input-icon input {
	height: 28px;
	line-height: 28px;
	border: 1px solid #e6ebed;
	padding: 0 10px 0 30px;
}

.input-icon input + input {
	padding: 0 10px;
}

.mform {
	padding: 15px;
}

.mform h4 {
	margin-bottom: 10px;
	font-size: 14px;
}

.mform .input-icon {
	margin-bottom: 10px;
}

.mform button {
	margin-top: 10px;
}

input.error {
	border-color: #e54d42;
}

label.error {
	color: #e54d42;
}

.table th.text-center,
.table td.text-center {
	text-align: center;
}

.table th.text-right,
.table td.text-right {
	text-align: right;
}

.icon_y{border:3px solid #ffb848;}
.icon_g{border:3px solid #35aa47;}
.icon_r{border:3px solid #d84a38;}
.icon_b{border:3px solid #16a0e8;}

.alert.alert-mtip{
	background-color: #e8edf2;
	border: 1px solid #e8edf2;
	color: #f19b2c;
	border-radius: 0;
	text-shadow: none;
}

.well.well-mbox{
	border: 1px solid #e8edf2;
	background-color: #e8edf2;
	padding: 8px 15px;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
}

.well.well-mbox + .well.well-mbox{
	margin-top: 1px;
}

/*label.error{
	display: block;
	position: absolute;
	color: #fff;
	background-color: #e54d42;
	font-size: 12px;
	padding: 0 4px;
}

label.error:before{
	position: absolute;
	top: -6px;
	left: 5px;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 6px solid #e54d42;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}*/

/*label.error:after{
	top: -7px;
	border-bottom: 8px solid #fff;
}*/

/*tip-twitter*/
.tip-twitter {
	opacity: 0.8;
	/*z-index: 1000;*/
	z-index: 1100;/*zz bigger than modal 1050*/
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px 8px;
	max-width: 200px;
	color: #fff;
	background-color: #000;
}

.tip-twitter .tip-inner {
	font: bold 11px/14px 'Lucida Grande',sans-serif;
}

.tip-twitter .tip-arrow-top {
	margin-top: -5px;
	margin-left: -5px;
	/* approx. half the width to center it*/
	top: 0;
	left: 50%;
	width: 9px;
	height: 5px;
	background: url(../image/tip-twitter_arrows.gif) no-repeat;
}

.tip-twitter .tip-arrow-right {
	margin-top: -4px;
	/* approx. half the height to center it*/
	margin-left: 0;
	top: 50%;
	left: 100%;
	width: 5px;
	height: 9px;
	background: url(../image/tip-twitter_arrows.gif) no-repeat -9px 0;
}

.tip-twitter .tip-arrow-bottom {
	margin-top: 0;
	margin-left: -5px;
	/* approx. half the width to center it*/
	top: 100%;
	left: 50%;
	width: 9px;
	height: 5px;
	background: url(../image/tip-twitter_arrows.gif) no-repeat -18px 0;
}

.tip-twitter .tip-arrow-left {
	margin-top: -4px;
	/* approx. half the height to center it*/
	margin-left: -5px;
	top: 50%;
	left: 0;
	width: 5px;
	height: 9px;
	background: url(../image/tip-twitter_arrows.gif) no-repeat -27px 0;
}
/*button START*/
[class^="mbtn-"],
[class*=" mbtn-"] {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	min-width: 30px;
	padding: 0 8px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
}
[class^="mbtn-"]:hover,
[class*=" mbtn-"]:hover,
[class^="mbtn-"]:focus,
[class*=" mbtn-"]:focus {
	color: #fff;
}
[class^="mbtn-"]:disabled,
[class*=" mbtn-"]:disabled {
	background-color: #bac4c5;
}
[class^="mbtn-"].mbtn_l,
[class*=" mbtn-"].mbtn_l {
	padding: 0 16px;
}
[class^="mbtn-"].mbtn_l,
[class*=" mbtn-"].mbtn_l {
	height: 26px;
	line-height: 26px;
	min-width: 30px;
	padding: 0 12px;
	font-size: 14px;
}
[class^="mbtn-"] .fa,
[class*=" mbtn-"] .fa {
	font-size: 12px;
	margin-right: 8px;
	color: #fff;
}
[class^="mbtn-"] .fa.fa-angle-down,
[class*=" mbtn-"] .fa.fa-angle-down {
	font-size: 12px;
	margin: 0 0 0 4px;
}
[class^="mbtn-"].fa,
[class*=" mbtn-"].fa {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 8px;
	font-size: 12px;
	padding: 0;
	min-width: 0;
}

.mbtn-default {
	background-color: #00a3ff;
}

.mbtn-default:hover {
	background-color: #0092e5;
}

.mbtn-delete {
	background-color: #fe5149;
}

.mbtn-delete:hover {
	background-color: #e34a42;
}

.mbtn-reject {
	background-color: #fe5149;
}

.mbtn-reject:hover {
	background-color: #e34a42;
}

.mbtn-cancel {
	background-color: #ffc529;
}

.mbtn-cancel:hover {
	background-color: #e5b225;
}

.mbtn-info {
	background-color: #02cde2;
}

.mbtn-info:hover {
	background-color: #02b6c9;
}

.mbtn-add {
	background-color: #00a3ff;
}

.mbtn-add:hover {
	background-color: #0092e5;
}

.mbtn-back {
	background-color: #ffc529;
}

.mbtn-back:hover {
	background-color: #e5b225;
}

.mbtn-disabled,
.mbtn-disabled:hover {
	background-color: #c8d0d4;
}

.button-group {
	font-size: 0;
	height: 24px;
}

.dropdown-wrapper{
	display: inline-block;
	position: relative;
	height: 24px;
	line-height: 24px;
}

.button-group button + button,
.button-group button + a,
.button-group a + button,
.button-group a + a,
.button-group>span + span,
.button-group>span + button,
.button-group>button + span,
.button-group>a + a,
.button-group>a + span,
.button-group>span + a,
.button-group>.dropdown-wrapper + .dropdown-wrapper {
	margin-left: 6px;
}

/*portlet*/
.portlet .portlet-title {
	position: relative;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	color: #334859;
	padding-left: 15px;
	font-size: 16px;
	border-radius: 4px 4px 0 0;
}

.portlet .portlet-title .select-rfplist{
	height: 26px;
	margin-left: 20px;
	width: 150px;
}

.portlet-title .caption .fa {
	margin-right: 12px;
}

.portlet-title .caption-bonus {
	margin-left: 30px;
	font-size: 14px;
}

.portlet-title .button-group {
	position: absolute;
	right: 15px;
	top: 0;
}

.portlet-title .mark-currency {
	position: absolute;
	top: 0;
	right: 15px;
	height: 40px;
	line-height: 40px;
}

.portlet-title .nav-wrapper {
	position: absolute;
	top: 4px;
	right: 15px;
	height: 38px;
	line-height: 38px;
}

.portlet-title .nav-wrapper .nav-tabs {
	margin-bottom: 0;
	border-bottom: none;
}

.portlet-title .nav-wrapper .nav-tabs li {
	margin-bottom: 0;
	color: #fff;
	background-color: transparent;
	font-size: 14px;
}

.portlet-title .nav-wrapper .nav-tabs li.active,
.portlet-title .nav-wrapper .nav-tabs li:hover {
	color: #666;
	background-color: #fff;
}

.portlet-title .nav-wrapper .nav-tabs a,
.portlet-title .nav-wrapper .nav-tabs a:hover {
	border-radius: 0;
	color: inherit;
	border: none;
	margin: 0;
	background: none;
}

.portlet-body{
	border-top: 1px solid #cad4d7;
}

.portlet-header,
.portlet-body,
.portlet-footer {
	background-color: #fff;
}
/*modal*/
.modal {
	max-height: 90%;
	border-radius: 0;
	overflow: auto;
}

.modal.largemodal {
	width: 1000px;
	margin-left: -500px;
}

.modal-header,
.modal-footer {
	padding: 8px;
	font-size: 14px;
}

.modal-header{
	background-color: #fff;
	color: #334859;
	border: none;
}

.modal-title {
	font-size: 16px;
}

.modal-body {
	border-top: 1px solid #cad4d7;
	max-height: none;
	padding: 10px;
}

.modal .modal-textarea{
	height: 50px;
}

.modal .control-content {
	padding-top: 3px;
	line-height: 16px;
}

.modal-footer{
	font-size: 0;
}

.modal-footer button{
	margin-left: 6px;
}

/*title START*/
.page-title {
	font-weight: lighter;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 18px;
}
.pagenav-title {
	font-weight: lighter;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 18px;
	padding: 20px 0 0 20px;
}
/*page START*/
#pagerDetails {
	margin: 10px 0 0 0;
}

#pagerDetails:after {
	content: "";
	clear: left;
}

#pagerDetails>a,
#pagerDetails .dot {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	border: 1px solid #e6ebed;
	border-left: none;
	font-size: 14px;
	background-color: #fff;
}

#pagerDetails span {
	float: left;
	line-height: 30px;
}

#pagerDetails>a.on {
	background-color: #e8e8e8;
}

#pagerDetails>a:hover {
	background-color: #f5f5f5;
}

#pagerDetails>a em {
	font-style: normal;
}

#pagerDetails>a:first-child {
	border-left: 1px solid #e6ebed;
}

#pagerDetails>a.confirm {
	float: left;
	border-left: 1px solid #e6ebed;
	margin-left: 8px;
}

#pagerDetails input {
	width: 30px;
	height: 28px;
	margin: 0 5px;
	float: left;
}

#pagerDetails .lgauge {
	margin-left: 20px;
}
/*usercard START*/
.wrapper-usercard {
	width: 200px;
}

.usercard {
	position: relative;
	padding-left: 34px;
	max-width: 150px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.usercard .useravatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	overflow: hidden;
}

.usercard .useravatar img {
	width: 100%;
	height: 100%;
}
/*hotelcard START*/
.hotelcard {
	position: relative;
	padding-left: 66px;
}

.hotelcard .hotelavatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.hotelcard .hotelinfo {
	color: #666;
}

.hotelcard .hotelinfo .fa-star {
	color: #eaa13c;
}
/*help START*/
.helpmaskcontent {
	position: absolute;
	margin-top: 60px;
	margin-left: 20px;
	width: 200px;
	z-index: 100;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

.helpmaskcontent:before {
	content: "";
	background: url(../image/tick-left.png) no-repeat;
	position: absolute;
	width: 47px;
	height: 52px;
	left: 20px;
	top: -60px;
}

.helpmaskcontent.left {
	margin-left: -100px;
}

.helpmaskcontent.left:before {
	background: url(../image/tick-right.png) no-repeat;
	left: auto;
	right: 60px;
}

body:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

body.withmask:after {
	display: block;
}

.cancelhelpmaskbox {
	position: fixed;
	bottom: 50px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	z-index: 100;
}

.cancelhelpmaskbox span,
.cancelhelpmaskbox label {
	color: #fff;
}

.cancelhelpmaskbox label {
	margin-top: 10px;
	display: block;
}

.cancelhelpmaskbox label span {
	margin-right: 5px;
	font-size: 14px;
}
/*rfpnav*/
.rfpnav-top,
.rfpnav-bottom{
	background-color: #eaedef;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}

.rfpnav-top .button-group,
.rfpnav-bottom .button-group{
	position: absolute;
	top: 0;
	right: 15px;
	height: 30px;
	line-height: 30px;
}

.rfpnav-top label,
.rfpnav-bottom label{
	position: relative;
	margin-right: 12px;
	top: 5px;
}

.block-eventdate {
	display: inline-block;
}

.eventtmpllist{
	width: 120px;
	height: 24px;
}

.block-eventdate .fa-clock-o {
	margin-right: 2px;
}

.block-eventdate label {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
	font-size: inherit;
}

.block-eventdate input.dateSelect{
	width: 80px;
}

.block-eventdate select{
	width: 120px;
}

.block-info {
	padding: 5px 0;
	line-height: 30px;
}

.block-info .title-info {
	margin: 0 10px 0 15px;
	line-height: 30px;
	font-weight: bolder;
}

.block-info .fa {
	margin-right: 3px;
}

.block-info .fa.fa-star,
.block-info .fa.fa-star-o{
	color: #FFB848;
}

.block-info .input-date{
	position: relative;
	top: -1px;
	width: 100px;
	padding: 0 5px;
	vertical-align: middle;
}
/*dropdown START*/
.ddmenu-white {
	padding: 0;
}

.ddmenu-white li {
	width: 160px;
	line-height: 30px;
	color: #000;
	text-align: left;
}

.ddmenu-white li:hover {
	color: #000;
	background-color: #eee;
}

.ddmenu-white>li a {
	padding-left: 12px;
	cursor: pointer;
	font-size: 12px;
}

.ddmenu-white li .fa {
	font-size: 14px;
	width: 16px;
	text-align: center;
	margin-right: 5px;
}

.block-note {
	padding: 10px 15px 15px 15px;
}

.block-note .alert{
	margin-bottom: 0;
}

.block-note .list-notecomment {
	max-height: 130px;
	overflow: auto;
	margin-bottom: 10px;
}

.block-note .list-notecomment b{
	position: relative;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	padding-left: 34px;
}

.block-note .list-notecomment b .commentavatar{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	overflow: hidden;
}

.block-note .list-notecomment b .commentavatar img{
	width: 100%;
	height: 100%;
}

.block-note .list-notecomment button{
	margin-left: 10px;
}

.block-note .textarea-note {
	display: block;
	margin-bottom: 10px;
}

.block-users {
	width: 260px;
	padding: 5px 15px;
	overflow: auto;
}

.block-users.portlet-body{
	max-height: 240px;
}

.block-users .button-group {
	position: relative;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
}

.block-users .input-search{
	width: 178px;
	padding: 1px 5px;
}

.block-users .button-search{
	width: 70px;
}

.block-users .td-checkbox {
	width: 30px;
}

.portlet-reports .controls{
	padding: 10px 0 0 10px;
}

.portlet-reports input{
	padding: 4px 6px;
	width: 100px;
}

.block-infotable .title-infotable{
	background-color: #d6dbe0;
	color: #3d7279;
	font-weight: bold;
	text-align: center;
	height: 34px;
	line-height: 34px;
}

.block-infotable .content-infotable{
	background-color: #fff;
	color: #737c7e;
}

.block-infotable .content-infotable.table{
	margin-bottom: 0;
}

.block-infotable .content-infotable form{
	display: inline-block;
}

.block-infotable .content-infotable .title-inlineinfo{
	color: #679399;
	font-size: 14px;
	padding-right: 10px;
}

.block-infotable .content-infotable .minititle-inlineinfo{
	font-size: 14px;
	padding-right: 10px;
}

.block-infotable .content-infotable .title-inlineinfo .fa{
	margin-right: 3px;
	font-size: 18px;
	position: relative;
	top: 1px;
}

.block-infotable .content-infotable .content-inlineinfo{
	margin-left: 30px;
}

.block-infotable .content-infotable .content-inlineinfo i{
	vertical-align: bottom;
}

.block-infotable .content-infotable .input-date{
	width: 120px;
}

.block-infotable .content-infotable tr{
	border: none;
}

.block-infotable .content-infotable tr th,
.block-infotable .content-infotable tr td{
	border: none;
	border-left: 1px solid #e6ebed;
	font-weight: normal;
}

.block-infotable .content-infotable tr th{
	padding-bottom: 0;
}

.block-infotable .content-infotable tr th:first-child,
.block-infotable .content-infotable tr td:first-child{
	border-left: none;
}

.block-infotable .content-infotable + .content-infotable{
	border-top: 1px solid #e6ebed;
}

.nav-default{
	min-height: 30px;
	margin-bottom: 0;
	padding-top: 4px;
	background-color: #e8edf2;
	border-bottom: none;
}

.nav-default li{
	color: #fff;
}

.nav-default li:first-child{
	margin-left: 5px;
}

.nav-default li.active{
	background-color: #fff;
}

.nav-default li a,
.nav-default li.active a{
	padding: 4px 12px;
	margin-right: 0px;
	border-radius: 0;
	border: 1px solid transparent;
}

.portlet-vipservice{
	padding: 15px 0;
}

/*.portlet-vipservice label,*/
.portlet-vipservice .mbtn-default,
.portlet-vipservice .mbtn-reject,
.portlet-vipservice .applied_tip{
	margin: 8px 0;
}

.portlet-vipservice .applied_tip{
	margin-top: 8px;
}

.block-savetmpl ul li{
	position: relative;
	line-height: 32px;
}

.block-savetmpl input[type=text]{
	margin-left: 5px;
}

.block-savetmpl table{
	margin-top: 15px;
}

.block-savetmpl button.mbtn-delete{
	position: absolute;
	right: 0;
}

.modal-hotelinfo table{
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0 10px;
}

.modal-hotelinfo table th{
	width: 20%;
	vertical-align: top;
	text-align: left;
}

.modal-hotelinfo table td{
	width: 30%;
	vertical-align: top;
	word-break: break-all;
}

.modal-hotelinfo table td[colspan=3]{
	width: 80%;
}

.modal-hotelinfo table td[colspan=4]{
	width: 100%;
}

.modal-hotelinfo .imgwrapper-hotelinfo{
	text-align: center;
}

.modal-hotelinfo img{
	max-width: 40%;
	margin-right: 5px;
	height: 130px;
}

.icon_hotelinfo,
.icon_guestroominfo,
.icon_meetingroominfo{
	position: relative;
	font-size: 14px;
	background-color: transparent;
	color: #3a99d8;
	top: -2px;
}


/*权限disable样式*/
.noauth-button,
.noauth-button:hover {
	color: #eee !important;
	background-color: #cecece !important;
	cursor: default;
	cursor: not-allowed;
}

.noauth-button .fa,
.noauth-button:hover .fa{
	color: inherit;
	background-color: inherit;
} 

.noauth-a,
.noauth-a:hover {
	color: #ddd !important;
	cursor: default;
	cursor: not-allowed;
}

.noauth-dropdowna,
.noauth-dropdowna:hover {
	color: #ddd !important;
	background-color: #999 !important;
	cursor: default;
	cursor: not-allowed;
}

.noauth-navli,
.noauth-navli:hover{
	/*color: #ddd !important;*/
	/*background-color: #999 !important;*/
	cursor: default;
	cursor: not-allowed;
}

.noauth-navli a,
.noauth-navli a:hover{
	color: #ACC8D6 !important;;
	background-color: transparent !important;
	cursor: inherit;
}