@charset "UTF-8";
.nav-link-patch {
	padding-left: 39px !important;
}

.nav-item.open .nav-dropdown-toggle {
	background-color: rgb(243, 246, 249) !important;
}

.open .nav-dropdown-items {
	background-color: rgb(233, 236, 239) !important;
}

.float-help .help-ico {
	bottom: 0;
	right: 0;
	margin-bottom: 102px;
	margin-right: 0px;
	position: fixed;
	width: 60px;
	height: 50px;
	color: #20a8d8;
	cursor: pointer;
}

.float-help .top-ico {
	bottom: 0;
	right: 0;
	margin-bottom: 53px;
	margin-right: 0px;
	position: fixed;
	width: 60px;
	height: 50px;
	color: #20a8d8;
	cursor: pointer;
}

.float-help .help-ico:hover {
	color: #20a8d8;
}

.float-help .top-ico:hover {
	color: #20a8d8;
}

.float-help .help-menu {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	margin-bottom: 36px;
	margin-right: 65px;
	width: 400px;
	height: 700px;
	border: 1px solid #d1d4d7;
	background-color: #fff;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.icon {
	position: relative;
	width: 32px;
	height: 32px;
	display: block;
	fill: rgba(51, 51, 51, 0.5);
	margin-right: 10px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.icon.active {
	fill: #E74C3C;
}

.icon.big {
	width: 64px;
	height: 64px;
	fill: rgba(51, 51, 51, 0.5);
}

.memo-area {
	width: 100%;
	height: 100%;
	border: 1px dotted #e4e6e7;
	resize : none;
}

#wrapper {
	width: 400px;
	height: 700px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	overflow: hidden;
	flex-direction: column-reverse;
}

#left-side {
	height: 60px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#left-side ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	line-height: 34px;
	color: rgba(51, 51, 51, 0.5);
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	width: 120px;
	text-align: center;
}

#left-side ul li:hover {
	color: #333333;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#left-side ul li:hover>.icon {
	fill: #333;
}

#left-side ul li.active {
	color: #333333;
}

#left-side ul li.active:hover>.icon {
	fill: #E74C3C;
}

#border {
	height: 1px;
	width: 360px;
	background-color: rgba(51, 51, 51, 0.2);
}

#border #line.one {
	width: 80px;
	height: 5px;
	background-color: #E74C3C;
	margin-left: 15px;
	margin-top: -2px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#border #line.two {
	width: 80px;
	height: 5px;
	background-color: #E74C3C;
	margin-left: 140px;
	margin-top: -2px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#border #line.three {
	width: 80px;
	height: 5px;
	background-color: #E74C3C;
	margin-left: 265px;
	margin-top: -2px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#right-side {
	height: 100%;
	width: 100%;
	padding:5px;
	overflow: hidden;
}

#right-side #first, #right-side #second, #right-side #third {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	margin-top: -633.83px;
	opacity: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

#right-side #first h1, #right-side #second h1, #right-side #third h1 {
	font-weight: 800;
	color: #333;
}

#right-side #first p, #right-side #second p, #right-side #third p {
	color: #333;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
}

#right-side #first.active, #right-side #second.active, #right-side #third.active
	{
	display:flex;
	margin-top: 0px;
	opacity: 1;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	z-index:100;
}

.nosee{
	display:none;
}

.page-title{
	padding:15px;
}

/* S basic setup new UI*/
.page-container{
	/* padding: 15px; */
}

/*20190426 新的样式主题*/
.adam-theme {
	/* background: #f9f9f9; */
}

.main .adam-theme .page-content{
	padding-left: 40px;
}

@media screen and (max-width:768px){
	.main .adam-theme .page-content{
		padding-left: 0px;
	}
}

.adam-theme a{
	color: #2b81fb;
}

.adam-theme .tab-header,.adam-theme .card-header{
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Calibri";
	background: inherit;
}

.adam-theme .card-actions a{
	border-color: transparent;
	color: #2b81fb;
}

.adam-theme .page-title{
	padding: 5px 15px;
	font-size: 20px;
	font-family: "Calibri";
	color: rgb( 77, 77, 77 );
	font-weight: bold;
}

.adam-theme .form-group{
	margin-bottom: 40px;
}

.adam-theme .card {
	border-radius: 6px;
}

.adam-theme .card-header{
	margin: 0 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.adam-theme .nav-tabs{
	border: none;
	border-bottom: 4px solid #e5e5e5;
	margin: 15px;
	margin-bottom: 38px;
}

.adam-theme .tab-pane {
	padding-top: 40px;
}

.adam-theme .nav-item .nav-link{
	border: none;
	border-bottom: 4px solid transparent;
	position: relative;
	top: 3px;
}

.adam-theme .nav-item.active .nav-link {
	border-bottom-color: #2b81fb;
	background: transparent;
}

.adam-theme .btn,.adam-theme .form-control {
	border-radius: 4px;
}

.adam-theme .btn-primary{
	background-color: #2b81fb;
	color: #fff;
}

.adam-theme .btn-success{
	background-color:#21c66e;
	color: #fff;
}

.adam-theme .btn-outline-white{
	background-color: #fff;
	color: rgb( 90, 90, 90 );
	border: 1px solid #dfdfdf;
}

.adam-theme .btn-outline-white:hover{
	border-color: #2b81fb;
	color: #2b81fb;

}

.adam-theme .btn-outline-white[disabled] {
	background: #dfdfdf;
	color: #5b5b5b;
	cursor: not-allowed;
}

.adam-theme .btn-outline-white[disabled]:hover{
	border-color: transparent;
}


.adam-theme .btn-file.btn-primary{
	background-color: #2b81fb;
}

.adam-theme .form-control[readonly]{
	background-color: #dcdcdc;
}

/* .adam-theme td[field="questions"]  textarea.form-control[readonly]{
	background: inherit;
	border-color: transparent;
} */

/* radio单选框的样式 */
.adam-theme input[type="radio"] + label::before {
	content: "\a0"; /*不换行空格*/
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	width: 1em;
	height: 1em;
	margin-right: .4em;
	border-radius: 50%;
	border: 1px solid #2b81fb;
	text-indent: .15em;
	line-height: 1;
}
.adam-theme input[type="radio"]:checked + label::before {
	background-color: #2b81fb;
	background-clip: content-box;
	padding: .2em;
}
.adam-theme input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
/* radio单选框的样式结束 */

.adam-theme  .company-logo{
	width: 80px;
	height: 80px;
}

.adam-theme .companylogo-box{
	position: relative;
	display: inline-block;
}

.adam-theme .company-logo-text{
	display:inline-block;
	font-size: 10px;
	margin-right: 1em;
	margin-left: 1em;
	font-family: "Calibri";
	color: rgb( 143, 143, 143 );
}

@media screen and (max-width:1561px){
	.company-logo-text{
		padding-left: 1em;
		margin: 0;
	}
}

.adam-theme .support-email-i {
	color:tomato;
	font-size:19px;
	position:absolute;
	top:2px;
	right:0;
	cursor: pointer;
	z-index: 1000;
	display: none;
}

.adam-theme .electronicStampPicture-box:hover .support-email-i {
	display: block;
}

.adam-theme .input-group .input-group-addon{
	border-top-left-radius: 4px;
	border-bottom-left-radius:4px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}

.adam-theme .input-group .select2-container.form-control{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

.adam-theme .overflow-fortext{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}

.adam-theme .button-group-foralign{
	margin: 20px 0 0 20px;
}

.adam-theme .form-control:focus, .adam-theme .daterangepicker .input-mini:focus, .adam-theme .input-group>.ui-select-bootstrap>input.ui-select-search.form-control:focus{
	border-color: #9bc4fd;
}

/* S table 优化 */
.adam-theme .datagrid-wrap {
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	border-left: 1px solid #d7d7d7 !important;
	border-right: 1px solid #d7d7d7 !important;
}

.adam-theme .pagination-page-list{
	border-radius: 4px !important;
}

.adam-theme .pagination-num{
	border-radius: 4px !important;
	/* padding-left: 5px; */
	text-align: center;
}

.adam-theme .datagrid-header-inner{
	background: #f6f6f6;
	color: rgb( 46, 46, 46 );
}

.adam-theme .datagrid .datagrid-pager{
	padding: 1em;
}

.adam-theme .sub-title {
	position: relative;
    padding-bottom: 15px;
	margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
	font-family: "Calibri";
}

.adam-theme .sub-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
    border-bottom: 1px solid #d6d6d6;
}

/* E table 优化 */


/* E basic setup new UI*/

/* S 开关 失效样式 */
.switch.switch-text .switch-input[disabled] + .switch-label  {
 	cursor:not-allowed;
 	opacity: 0.7;
 }
 /* E 开关 失效样式 */
.not-allowed{
	cursor:not-allowed
}


 /* S auto monitor select 移除行样式 */
 .monitor-page .condition-selectbox{
	 display: flex;
	 align-items: center;
 }

 .monitor-page .condition-selectbox:focus {
    outline: none;
    outline-color: none;
    outline-style: none;
    outline-width: none;
}

 .monitor-page .ruleitem-remove{
	 color: #ccc;
	 display: inline-block;
	 margin-left: 1em;
}

.monitor-page .ruleitem-remove:hover {
	color: #ff5454;
}

.monitor-page .addlink-notallowed{
	cursor: not-allowed;
	opacity: .7;
}
.monitor-page .addlink-notallowed:hover{
	text-decoration: unset;
	color: #20a8d8;
}

.monitor-page .hug-expression-conjlistbox{
	max-width:60px;
	display:inline-block;
	vertical-align: top;
}

.hug-expression-conjlisttxt{
	width:calc(100% -  60px );
	display:inline-block;
}

 /* E auto monitor select 移除行样式 */
 .billing-top {
	margin-top: 28px;
 }


 /* S 顶部日期响应式调整  */

 .wrap-timezone {
	 text-align: right;
 }

 .wrap-timezone .item-timezone{
	display: inline-block;
	vertical-align: middle;
	width: 290px;
	max-width: 100%;
 }

/* 调整下拉框的高度 */
 .wrap-timezone .item-timezone .select2-container .select2-choice{
	height: 100%;
	line-height: 16px;
	text-align: left;
 }
.breadcrumb-menu .item-timezone:nth-of-type(2n){
	margin-left: 15px;
}

.breadcrumb-menu{
	top: -3px;
}

@media(max-width: 1170px){
	.breadcrumb-menu{
		position: static;
	}
	.breadcrumb-item{
		float:none;
		display: inline-block;
	}

}

@media(max-width: 650px){
	.breadcrumb-menu  .item-timezone:nth-of-type(2n){
		margin-top: 5px;
		margin-left: 0;
	}

}

.link-doc .text-cell{
	display: none;
}
@media (max-width:450px ){
    .link-doc .text-cell {
		display:inline;
		margin-left: 5px;
	}
    .link-doc .text-pc { display:none;}
}

 /* E 顶部日期响应式调整  */


 /* S datagrid 使用validateForm方法时的判空样式特殊处理 */
 .datagrid-view  .alert-border{
	border: 2px solid #fe8080;
	outline: transparent solid 2px;
	box-shadow: none !important;
}
/* E datagrid 使用validateForm方法时的判空样式特殊处理 */


/* S basic setup api document 链接的文字大小 */
.link-apidoc{
	font-size: 16px;
}
/* E basic setup api document 链接的文字大小 */
.customer-buy-container {
	display: none;
	position: fixed;
	background: #ccc;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
	opacity: .5;
}

.customer-buy {
	position: fixed;
	display: none;
	width: 40%;
    background: #fff;
    z-index: 3000;
    left: 50%;
	top: 50%;
    margin-left: -384px;
    margin-top: -280px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    padding: 10px;
}

/*S 新的菜单导航布局 20190816*/
.sidebar-nav #left_menu{
	height: calc(100vh - 315px);
}
.sidebar-nav #account_manager {
	padding-bottom:15px;
	height:140px;
}
/* E 新的菜单导航布局 20190816 */

/* S 查看敏感信息眼睛 20190816 */
.hug-security-eye {
	position: absolute;
	z-index: 3;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	color: #c0c4cc;
	cursor: pointer;
}
/* E 查看敏感信息眼睛 20190816 */

@media(min-width: 1350){
	.sign-btngroup{
		margin-top: 62px;
	}

}

 .adam-theme input[type="checkbox"].checkbox-newui + .checkbox-newui-text::before {
	border: 1px solid #2b81fb;
 }
 .adam-theme input[type="checkbox"]:checked.checkbox-newui + .checkbox-newui-text::before {
	 color: #2b81fb;
 }

 /* S 优化aff billing history 弹窗的pedding只读样式 20190828 */
.hug-combobox-readonly{
	position: relative;
}

.hug-combobox-readonly .textbox.textbox-readonly.combo {
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -17px;
    min-height: 34px;
    max-width: calc(100% - 8px);
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: #d1d4d7;
}

.hug-combobox-readonly .validatebox-readonly[readonly='readonly'] {
	padding-left:0;
	padding-right: 0;
    background: #d1d4d7;
}

 /* E 优化aff billing history 弹窗的pedding只读样式 20190828 */

/* S 新增柵格系統适应小屏幕 */
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}
/* E 新增柵格系統适应小屏幕 */

.hug-system-skip {
	color: #3e91ff;
}

.hug-system-skip .external-link {
	margin: 0 .3em 0 .5em;
	height: 16px;
	color: #3e91ff;
}

.hug-system-skip .hug-skip-text {
	color: #3e91ff;
}

.hug-system-skip .hug-skip-text:hover {
	color: #107bfb;
}

.hug-marketplace-skip {
	color: #3e91ff;
}

.hug-marketplace-skip .external-link {
	margin: 0 .3em 0 .5em;
	height: 16px;
	color: #3e91ff;
}

.hug-marketplace-skip .hug-skip-text {
	color: #3e91ff;
}

.hug-marketplace-skip .hug-skip-text:hover {
	color: #107bfb;
}

.download-delete:hover{
	cursor:pointer;
}

