.error-tips {
	color: #E51C23;
	font-weight: 600;
    margin-top: 5px;
}
.customized-scroll {
    overflow: hidden;
    -webkit-overflow-scroll: touch;
}
.disabled {
    pointer-events: none;
}
.text-red {
    color: #EE2E5D;
}
.btn-link {
    display: flex;
    align-items: center;
    color: #0072CE;
    text-decoration: none;
    font-size: 14px;
}
.select-container .select-arrow {
    z-index: 2;
}
mark {
    background-color: transparent;
    color: #004267;
}


/* Start Main Style */
main {
    height: calc(-78px + 100%);
}
.main-wrap {
    max-width: 920px;
    height: 100%;
    padding-top: 10px;
    margin: 0 auto;  
    /* overflow: auto; */
    border-radius: 4px 4px 0 0;
}
.main-content {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scroll: touch;
}
.main-content.no-scroll {
    overflow: hidden;
    padding-right: 17px;
}
.page-list {
    background: #FFFFFF;
    border-radius: 4px;
    min-height: calc(-10px + 100%);
    height: auto;
    padding: 100px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
.form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.form-title {
    font-weight: 600;
    font-size: 24px;
    color: #262626;
}
.form-sub-title {
    font-weight: 600;
    margin-bottom: 20px;
}
.form-logo {
    flex: 0 0 200px;
    text-align: right;
}
.form-effective-date {
    margin-top: -75px;
    margin-bottom: 80px;
    display: none;
}
.form-body {
    line-height: 1.5;
}
.form-body .form-plain {
    background: rgba(0, 114, 206, 0.08);
    border: 0;
    width: auto;
    min-width: 60px;
    height: auto;
    min-height: 34px;
    font-weight: 600;
    font-size: 16px;
    color: #004267;
    margin: 5px;
    padding: 5px 10px;
    word-break: break-all;
    -webkit-user-select: text;
    /* display: inline-flex; */
    /* flex-direction: column; */
}
.form-body .form-plain:hover, .form-body .form-plain:focus, .form-body .form-plain.is-focused {
    background: rgba(0, 114, 206, 0.18);
}
.form-body .form-date-single {
    cursor: pointer;
    padding-right: 28px;
    padding-left: 8px;
    min-width: 118px !important;
    position: relative;
}
.form-body .form-date-single span {
    display: inline-block;
}
.form-body .form-date-single .trigger {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.form-body .form-date-single:before {
	content: "";
	position: absolute;
    z-index: 1;
	top: 7px;
	right: 8px;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon-sprite.png);
	background-repeat: no-repeat;
	background-position: -48px -122px;
	cursor: pointer;
	/* opacity: 0.6; */
}
.form-body .form-plain.has-error {
    background: rgba(230,0,18,.08);
    position: relative;
    min-width: 80px;
    transition: none;
}
.form-body .form-plain.has-error:after {
    line-height: 1.2;
    word-break: normal;
    display: block;
}
.form-body .form-plain.has-error:empty:after {
    margin-top: 24px;
}
.form-body .form-plain.has-error:empty:before {
    content: "";
}
.form-body .form-plain.has-error.is-focus:after {
    position: absolute;
    bottom: 5px;
}
.form-body .form-plain.has-error:hover, .form-body .form-plain.has-error:focus {
    background:  rgba(230,0,18,.18);
}
.form-body .form-default {
    height: 30px;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
    /* color: #262626; */
    position: relative;
    z-index: 1;
}
.form-body div.form-default {
    height: auto;
    min-height: 30px;
    line-height: 1.2;
    padding: 6px 0;
    display: flex;
    align-items: center;
}
.form-body div.form-default.form-placeholder {
    color: #8c8c8c;
}
.form-body .form-default:hover {
    border-color: #8c8c8c;
}
.form-body .form-default:active, .form-body .form-default:focus {
    border-color: #8c8c8c;
}
.form-body .form-default:disabled {
    opacity: 0.2;
    pointer-events: none;
}
/* .user-list .data-list {
    margin-top: 10px;
}
.user-list .data-list-body .list-cell {
    height: auto;
}
.user-list .data-list-body .cell-form {
    height: auto;
    min-height: 32px;
}
.user-list .form-group {
    margin-left: -10px;
    flex-grow: 1;
}
.user-list .form-default {
    border: 0;
    border-radius: 4px;
    padding: 0 10px;
}
.user-list .form-default:hover {
    background-color: #e6e6e6;
}
.user-list .form-default:active, .user-list .form-default:focus {
    background-color: #dadada;
}
.user-list .has-error .form-default {
    background: #FFFBFB;
    border: 1px solid;
} */
.form-body .has-error .form-default:hover, .form-body .has-error .form-default:focus {
    /* background:  rgba(230,0,18,.18); */
}
.form-list, .form-p {
    margin-bottom: 60px;
}
.form-p-loose {
    margin-bottom: 40px;
}
.form-p-compact {
    margin-bottom: 20px;
}
.form-body .form-list:last-child, .form-body .form-p:last-child {
    margin-bottom: 0;
}
.form-list dl:last-child {
    margin-bottom: 0;
}
.form-list dt {
    font-weight: 600;
    font-size: 18px;
    color: #262626;
    margin-bottom: 20px;
}
.form-list dd {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.form-list dd.no-padding {
    padding-left: 0;
}
.form-list dd:not(.no-padding):before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #0072ce;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 7px;
}
.form-list dd a {
    color: #0072ce;
    text-decoration: none;
}
.form-list dd a:hover {
    text-decoration: underline;
}
.form-list-1 dt, .form-list-1 dd {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
}
.form-list-1 dd:before {
    display: none !important;
}
.form-list-1 dt .left {
    flex-grow: 0;
    flex-shrink: 0;
    width: 20px;
}
.form-list-1 dd .left {
    flex-grow: 0;
    flex-shrink: 0;
    width: 30px;
}
.form-list-1 dt .left, .form-list-1 dt .right {
    font-weight: 600;
}
.form-list .list-1 {
    padding: 25px 25px 25px 50px;
    background-color: #fafafa;
    border-radius: 4px;
    list-style: lower-roman;
    font-size: 15px;
    margin-top: 10px;
}
.form-list .list-1 li {
    padding-left: 10px;
}
.form-list .list-1 li:not(:last-child) {
    margin-bottom: 10px;
}
.form-list h5 {
    font-weight: 600;
    font-size: 13px;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.form-group-checkbox, .form-group-radio-button {
    background: rgba(0, 114, 206, 0.08);
    border-radius: 4px;
    padding: 15px 20px;
    margin-top: -10px;
    letter-spacing: -0.2px;
    transition: all .25s;
}
.form-group-checkbox:hover, .form-group-checkbox:focus {
    background: rgba(0, 114, 206, 0.18);
}
.form-group-radio-button {
    padding: 20px;
    /* display: flex; */
    align-items: center;
    margin-top: 0;
}
.form-group-radio-button .radio-button input, .form-group-radio-button .radio-button input + label {
    cursor: pointer;
    font-weight: 600;   
    color: #262626;
}
.form-group-radio-button .radio-button input + label:before {
    border-color: #8c8c8c;
    background-color: #fff;
}
.form-group-radio-button .radio-button input:checked + label:before {
    border-color: #0072CE;
}
.form-group-radio-button .radio-button input:checked + label:after {
    background-color: #0072CE;
}
.form-group-text {
    font-weight: 600;
    color: #262626;
    /* margin-right: 20px; */
    margin-bottom: 20px;
}
.form-group-control {
    display: flex;
    align-items: center;
    margin-left: -40px;
    flex-shrink: 0;
}
.form-group-control .radio-button {
    margin-bottom: 0;
    margin-left: 40px;    
}
.checkbox input {
    cursor: pointer;
    flex-shrink: 0;
}
.form-group-checkbox .checkbox:not(:last-child) {
    margin-bottom: 15px;
}
.form-group-checkbox label {
    color: #262626;
}
.form-group {
    position: relative;
}
.form-group label {
    color: #bfbfbf;
    position: absolute;
    z-index: 1;
    top: 0;
    transition: top .25s;
}
.form-group.mini-label label {
    top: -16px;
    font-size: 12px;
    /* color: #8c8c8c; */
}
.form-group.mini-label.is-active label {
    color: #8c8c8c;
}
.form-group.mini-label.is-active.has-error label {
    color: #e60012;
}
.form-append.mini-label:after {
    content: attr(data-content);
    position: absolute;
    top: 4px;
    right: 0;
    color: #8c8c8c;
}
.form-disabled {
    pointer-events: none;
    opacity: .4;
}
.form-disabled input {
    cursor: default;
}
.form-group .form-select {
    height: 30px;
    position: relative;
    width: 100%;
}
.form-group .select-container .select-menu {
    border: 0;
    margin-top: 5px;
}
.form-group .select-container .select-result li {
    padding-top: 8px;
    padding-bottom: 8px;
}
.form-split {
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-end; */
    position: relative;
    margin-bottom: 30px;
}
.form-list .form-split:last-child {
    margin-bottom: 0;
}
.form-list .form-split:first-child {
    margin-top: 20px;
}
.form-split > li {
    padding-left: 20px;
    margin-bottom: 26px;
}
.form-split > li:last-child {
    margin-bottom: 0;
}
.form-split-spe > li {
    margin-top: 24px;
}
.form-group-split {
    background: #FAFAFA;
    border-radius: 4px;
    padding: 30px 20px 20px;
    margin-top: -10px;    
}
.form-group-split .form-split {
    margin-bottom: 0;
}
.split-1 {
    width: 100%;
}
.split-2 {
    width: 50%;
}
.split-3 {
    width: 33.33%;
}
.form-split > li.split-2 > div.form-group {
    height: 100%;
    display: flex;
}
.form-split > li.split-3 > div.form-group {
    height: 100%;
    display: flex;
}
.form-split .form-phone {
    display: flex;
}
.form-split .form-phone .form-group:not(.form-country-code) {
    flex-grow: 1;
}
.form-split .form-phone .form-group.form-country-code {
    width: 70px;
    margin-right: 10px;
}
.split-spe {
    position: absolute;
    top: 100%;
    right: 0;
}
.form-list-2 {
    margin-top: 0 !important;
    margin-bottom: 40px;
}
.form-list-2 + .form-list {
    margin-top: 60px;
}
.form-list-2 .form-split li {
    margin-bottom: 0;
}
.form-list-2 .checkbox label {
    font-size: 14px;
    color: #8c8c8c;
}
.form-list-2 .checkbox input + label:before {
    border-color: #8c8c8c;
}
.form-list-2 .checkbox input:checked + label:before {
    border-color: #0072ce;
}
.form-list-3 .form-split > li:not(:last-child) {
    margin-bottom: 40px !important;
}
.form-signature:not(:last-child) {
    margin-bottom: 40px;
}
.form-signature .form-group-checkbox {
    margin-top: 0;
    margin-bottom: 40px;
}
.form-signature .form-default:read-only {
    pointer-events: none;
    cursor: default;
}
.form-signature h4 {
    margin-bottom: 30px;
    color: #262626;
}
.form-signature-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.form-signature-box .form-signature {
    width: 42%;
}
.form-body-single .form-list {
    margin-bottom: 40px;
}
.form-body-single .form-signature .form-group-checkbox {
    margin-bottom: 40px;
}
/* .user-list {
    background: #FAFAFA;
    border-radius: 4px;
    padding: 0 20px 20px;
    margin-top: -10px;
    margin-bottom: 30px;
}
.user-list:last-child {
    margin-bottom: 0;
}
.user-list-header {
    height: 54px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user-list-title {
    font-weight: 600;
    color: #262626;
}
.user-list-content > li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.user-list-content > li .form-split {
    flex-grow: 1;
}
.user-list-content > li .form-split li {
    margin-bottom: 0;
}
.user-list-content > li .form-split-btn {
    flex-basis: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
} */
.form-switch {
    display: flex;
    align-items: center;
}
.form-switch span {
    font-size: 13px;
    margin-left: 10px;
    white-space: nowrap;
}
/* .user-list .data-list-body .cell-form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-list .data-list-body .cell-form .form-group {
    width: 100%;
}
.user-list .data-list-body .cell-form .form-group .form-default {
    word-break: break-all;
}
.user-list .data-empty {
    margin-top: 0;
    padding: 30px 0;
    font-size: 14px;
    color: #bfbfbf;
} */
/* .user-wrap {
    display: flex;
    align-items: center;
}
.user-wrap .user-icon {
    margin-right: 5px;
}
.user-wrap .user-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.user-wrap .user-name {
    font-size: 13px;
    margin-top: 0;
}
.user-wrap .user-email {
    font-size: 11px;
    color: #8c8c8c;
    margin-bottom: 0;
}
.user-wrap .user-name span, .user-wrap .user-email span {
    word-break: break-all;
} */
/* .user-avatar {
	display: inline-block;
	width: 30px;
    height: 30px;
    line-height: 30px;
	border-radius: 100%;
	background-color: rgba(0,114,206,.15);
    color: #0072ce;
    font-weight: 600;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	transition: all .2s;
    position: relative;
}
.user-avatar:before {
    content: attr(data-user-name);
}
.user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.user-avatar-lg {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 36px;
} */
.candidate-list {
    margin-top: 30px;
    max-height: 222px;
    overflow: auto;
}
.candidate-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}
.candidate-list li .right {
    flex-basis: 80px;
    flex-shrink: 0;
    margin-left: 10px;
}
.candidate-list li .right .btn {
    min-width: 80px;
}
/* .modal-add-user .form-wrap p {
    margin-bottom: 10px;
}
.modal-add-user .form-wrap li:not(:last-child) {
    margin-bottom: 10px;
}
.modal-add-user .form-wrap {
    margin-bottom: 40px;
}
.modal-add-user .modal-footer .btn {
    min-width: 120px;
} */
.form-group-checkbox.has-error {
    border: 1px solid #e60012;
    background-color: #fffbfb;
}
.is-required.has-error:after {
    content: attr(data-error);
    font-size: 12px;
    color: #e60012;
}
.form-sub-list {
    margin-top: 10px;
    margin-bottom: 0;
    background-color: #fafafa;
    border-radius: 4px;
    padding: 15px 20px;
}
.form-sub-list li:not(:first-child) {
    margin-top: 5px;
}
.form-sub-list li:before {
    content: "- ";
}
.form-group-tips {
    font-size: 12px;
    line-height: 1.3;
    color: #8c8c8c;
    border-radius: 4px;
    margin-top: -25px;
    padding: 10px 15px;
    background-color: #f1f1f1;
    transform: scale(0.8);
    transform-origin: left top;
    width: 125%;
}
.form-list-spe small {
    font-size: 12px;
    font-weight: 400;
    color: #8c8c8c;
}
.form-list-spe .form-group-text {
    margin-bottom: 10px;
}
.form-list-spe .form-group-checkbox {
    margin-top: 0;
    margin-bottom: 40px;
}
.form-list-spe .split-spe {
    left: 0;
    right: auto;
}
.form-list-spe .form-split {
    margin-top: 30px;
}
.form-list-spe .form-split label {
    color: #9a9a9a;
}
.form-list-spe .form-split .form-control {
    border-color: #b5bfc7;
}
.form-tips {
    font-style: italic;
    font-size: 12px;
    margin-top: 40px;
}
.form-select-value {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    padding-right: 15px;
    color: #004267;
    min-width: 150px;
}
.form-select-value.default {
    font-weight: 400;
}
.form-select-value:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #004267;
    position: absolute;
    top: 10px;
    right: 0;
}
.form-group-checkbox-spe {
    position: relative;
}
.form-group-select {
    position: absolute;
    top: 7px;
    width: 200px;
    left: 152px;
    font-size: 14px;
}
.form-group-select .select-toggle {
    opacity: 0;
}
.form-group-select .select-toggle .select-arrow {
    cursor: default;
}

.checkbox-trigger {
    color: #262626;
    cursor: pointer;
}
.form-input-value {
    display: inline-block;
    margin: 0 5px;
    font-weight: 600;
    color: #004267;
    min-width: 150px;
    border-bottom: 1px solid;
    cursor: text;
    -webkit-user-select: text;
}
.form-input-value:focus {
    outline: none;
}

.form-disabled-spe.form-group-checkbox:hover, .form-disabled-spe.form-group-checkbox:focus {
    background-color: rgba(0, 114, 206, 0.08);
}
.form-disabled-spe .checkbox-trigger, .form-disabled-spe input, .form-disabled-spe label {
    cursor: default;
}
.form-disabled-spe input, .form-disabled-spe label {
    pointer-events: none;
}

@media(max-width:1280px) {
    .main-wrap {
        border-radius: 4px;
    }
    .page-list:last-child {
        margin-bottom: 0;
    }
    footer {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .footer-wrap {
        max-width: none;
        border-radius: 0;
        filter: none;
    }
}
@media(max-width:940px) {
    .main-wrap, .footer-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-list {
        padding: 80px 60px;
    }
    .form-signature-box .form-signature {
        width: 45%;
    }
}
@media(max-width:784px) {
    .form-split-spe > li {
        margin-top: 48px;
    }
}
@media(max-width:720px) {
    body {
        font-size: 14px;
    }
    header span {
        width: 2px;
    }
    .main-wrap, .footer-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-list {
        padding: 40px 20px;
        max-height: none;
    }
    .form-header {
        margin-bottom: 60px;
    }
    .form-title {
        font-size: 18px;
    }
    .form-logo {
        flex-basis: 80px;
    }
    .form-logo img {
        width: 80%;
    }
    .form-effective-date {
        margin-top: -55px;
        margin-bottom: 60px;
    }
    .form-list, .form-p {
        margin-bottom: 40px;
    }
    .form-list dt {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .form-control {
        font-size: 14px !important;
    }
    .footer-text {
        font-size: 12px;
    }
    .footer-text strong{
        font-size: 14px;
    }
    .footer-action .btn-md {
        padding: 9px 30px;
        font-size: 14px;  
    }
    .form-split li {
        width: 100% !important;
    }
    .form-list-2 .form-split li:not(:last-child), .form-list .form-split:last-child > li:not(:last-child) {
        margin-bottom: 30px;
    }
    .form-split-spe > li {
        margin-top: 24px;
    }
    .form-signature-box {
        flex-wrap: wrap;
    }
    .form-signature-box .form-signature {
        width: 100%;
    }
    .split-spe {
        position: static;
    }
    /* .data-list-header {
        display: none;
    }
    .list-row {
        display: flex;
        flex-wrap: wrap;
    }
    .list-cell {
        padding-left: 0;
        padding-right: 0;
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */
    .user-list .data-list-body .cell-form {
        justify-content: flex-start;
    }
    .user-list .form-group {
        margin-left: 0;
        margin-right: -10px;
    }
    .user-list .form-group .form-control {
        text-align: right;
    }
    .list-name:before {
        content: "Name:";
        color: #8c8c8c;
    }
    .list-phone:before {
        content: "Phone:";
        color: #8c8c8c;
    }
    .list-email:before {
        content: "Bus. Email:";
        color: #8c8c8c;
    }
    .list-switch:before {
        content: "Access data/report/tool:";
        color: #8c8c8c;
    }
    .list-btn:before {
        content: "Action:";
        color: #8c8c8c;
    }
    .modal-add-user .modal-content {
        width: 100%;
        height: 100%;
    }
    .modal-add-user .modal-body {
        max-height: calc(-154px + 100%);
    }
    .modal-add-user .form-wrap {
        margin-bottom: 20px;
    }
    .form-group-radio-button {
        flex-wrap: wrap;
    }
    .form-group-text {
        margin-bottom: 20px;
    }
    .form-group-control {
        flex-wrap: wrap;
        margin-bottom: -20px;
    }
    .form-group-control .radio-button {
        width: 100%;
        margin-bottom: 20px;
    }
    .form-group-radio-button .radio-button input + label {
        font-size: 14px;
        line-height: 22px;
    }
    .form-signature .form-split:last-child li {
        margin-bottom: 0;
    }
    .form-select-value:after {
        top: 8px;
    }
}
@media(max-width:640px) {
    .modal {
        table-layout: fixed;
    }
    .modal-content {
        max-width: 100%;
        padding: 0 20px;
    }
}
.no-footer main {
    height: calc(-18px + 100%);
}
.no-footer footer {
    display: none;
}

.view-mode .page-list {
    pointer-events: none;
}
.view-mode .form-disabled {
    opacity: 1;
}
.view-mode .form-effective-date {
    display: block;
} 

.corporate-name {
    margin-top: -10px;
    margin-bottom: 10px;
}
.corporate-name:empty {
    display: none;
}

@media print {
    @page {
        margin-top: 2cm;
        margin-bottom: 2cm;
    }
    body, html {
        height: unset;
    }
    .page-list {
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding: 0 100px;
        overflow: hidden;
    }
    footer {
        display: none;
    }
}