@charset "UTF-8";

/*UP-1291 iOS table in iframe with RWD problem by Jason 20180413. Add UP-1470 for iframe, by Jason 2019016*/
.table-responsive, .modal-body iframe {
	width: 1px;
	min-width: 100%;
}
/* for Chrome laggy scroll */
.table {
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* UP-1413 added, by Jason 20180822 . UP-1579 removed, by Jason 20190116
.fr_ios_modal_preview {
	height:10px;
	overflow:hidden;
}
*/
.p-n {
  padding: 0 !important;
}

.visible-1024 {
  display: none !important;
}

.nav.metismenu li a {
	word-break: break-all;
}

.fr_pointer_events_none {
	pointer-events :none;
}

.nav-bg {
	background-color:#2f4050;
}

.fr_arrow_button {
	margin: -15px -20px;
	padding: 15px 20px;
    text-align: center;
}

.nav-second-level .fr_arrow_button {
	padding-right: 30px;
}

.login_text_font_shadow{
	color: #000000;
    text-shadow: 1px 1px 5px #FFFFFF;
}

.login_bg_image{
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.fr_circle_image {
	right: 0;
    top: 0;
	bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
}

.fr_circle_image_opacity{
	background-color: #777;
    opacity: 0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
    position: absolute;
    height: 50px;
    width: 50px;
}

.fr_circle_image_wrap {
    border: 2px solid white;
    border-radius: 26px;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 50px;
}

.fr_div_bottom {
	vertical-align: bottom;
	display: inline-block;
}

.fr_nav_logo_frame {
    margin-top: 8px;
    margin-bottom: 14px;
}

.fr_nav_logo_frame img {
	max-height: 45px; 
	max-width: 170px; 
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

.ui-datepicker {
	z-index: 9999999 !important;
}

.ui-datepicker select{
	color: #000000;
}

.fr_fa_icon_gray {
	color: #c4c4c4;
}

.fr_fa_icon_gray:hover {
	color: inherit;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-color:#1ab394;
}

/* data table page info RWD fixed*/
div.dataTables_wrapper div.dataTables_info {
	white-space: normal;
}
/* fix main theme as green */
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	border-color: #1ab394;
}
/* fix main theme as green */
a:focus {
	outline: 2px auto #1ab394;
}

/* fix main theme as green */
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
	background-color: #1ab394;
}
/* fix main theme as green */
table.dataTable thead .sorting_disabled{
  background: transparent;
}
/* fix main theme as green */
.text-primary {
  color: #18a689;
}

.table-responsive {
	border:0px;
}

table > thead > tr > th {
	white-space: nowrap;
}

.fr_base_animate {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.nav-header.fr_nav-header, .fr_nav-header {
	padding-top: 0 !important;
	padding-bottom: 20px !important;
	background-size: cover;
}

.fr_antiColor_toast, .fr_antiColor_toast .toast-close-button {
	color: #000000 !important;
	background-color: #f8fafb !important;
}

#toast-container > .fr_antiColor_toast.toast-error:before {
	color:#ed5565 !important;
}

#toast-container > .fr_antiColor_toast.toast-success:before {
	color:#1ab394 !important;
}

#toast-container > .fr_antiColor_toast.toast-warning:before {
	color:#f8ac59 !important;
}

#toast-container > .fr_antiColor_toast.toast-info:before {
	color:#23c6c8 !important;
}

.fr_antiColor_toast.toast-error .toast-progress {
	background-color:#ed5565 !important;
}

.fr_antiColor_toast.toast-success .toast-progress {
	background-color:#1ab394 !important;
}

.fr_antiColor_toast.toast-warning .toast-progress {
	background-color:#f8ac59 !important;
}

.fr_antiColor_toast.toast-info .toast-progress {
	background-color:#23c6c8 !important;
}

.fr_spinner {
	position: fixed;
	z-index: 999999990; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.8); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

.fr_spinner_center {
	bottom: 0;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
}

/* Because the copyright statement in footer would break in 2 lines and make height's value up while body-small.  */
.body-small .wrapper-content {
	padding-bottom: 50px;
}
/* fix legend's top border with bootstrap */
legend {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

@media (max-width: 991px){
	.fr_text-left-xs {
		text-align:left !important;
	}
}

.fr_text-left {
		text-align:left !important;
	}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

.folder-list {
	padding: 0;
}

.folder-list.sub-level {
	padding-left: 13px;
}

.folder-list li > span {
	word-break: break-all;
	cursor: pointer;
	display: block;
	padding: 5px 0;
}

.folder-list li > span.folder-list-selected {
	color: #1ab394;
}

.float-e-margins .btn {
	margin-bottom: 0;
}

.fr_workinfo_message_box, .fr_km_message_thread_box {
	margin-bottom: 0;
}

.fr_km_message_thread_ans_box {
	min-height: 140px;
}

.fr_social-avatar-system-message {
	padding: 15px;
}

.social-avatar .fr_socialAuthorImg {
	width: auto;
	height : auto;
	max-height: 40px;
	max-width: 40px;
}

.social-footer .social-comment .fr_socialCommentAuthorImg {
	width: auto;
	height : auto;
	max-height: 32px;
	max-width: 32px;
}

.social-footer .social-comment img {
	width: auto;
}

.btn-group .btn-success{
	border-color: #2e6da4;
}

.fr_options_box {
	border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    height: 100px;
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.fr_option_box {
	border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px 5px 5px; 
    margin: 5px;
    float: left;
}

.fr_option_info {
	float: left;
	word-break: break-all;/*UP-1459*/
    word-wrap: break-word;
}

.fr_option_close {
	float: left;
	/*height: 15px;
    width: 15px;*/
    cursor: pointer;
    margin-left: 2px;
}

/* UP-1389 add by abin 20180713 */
.img-responsive-included img, .table-responsive-included table{
	/*display: block;*/
    max-width: 100%;
    height: auto;
}

.nav > li > a i {
	margin-right: auto;
}

.nav-tabs li li i {
	visibility: inherit;
}

.fr_md_space {
	padding-top: 2px;
}

.fr_ios_iframe_container {
	overflow:auto !important;
	-webkit-overflow-scrolling:touch !important;
}

.row-center-force {
	text-align:center;
}
.col-center-force {
	vertical-align: top;
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:left;
	/* inline-block space fix */
	margin-right:-4px;
}

/* fix ios8 ipad iframe scroll on modal*/
.fr_modal_scrolling_auto {
	-webkit-overflow-scrolling: auto !important;
}

.btn-circle.btn-xs {
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  font-size: 7px;
  line-height: 1.428571429;
}

.btn-circle.btn-sm {
  width: 20px;
  height: 20px;
  padding: 2px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 9px;
  line-height: 1.428571429;
}

.ibox-title h5 {
	float: none;
}

/*add by zjr UP-1363*/
.fr-word-break{
	word-wrap: break-word;
}

/*add by zjr UP-1363*/
.fr-download-link {
	text-decoration: underline;
}
a.fr-download-link:link {color: blue;}
a.fr-download-link:visited {color: purple;}	
a.fr-download-link:hover {color: blue;}
a.fr-download-link:active {color: blue;}

.modal .modalTitle {
	margin: 0;
}

/*AF-6682, add by AlbertRyu*/
#fullSignDataTableDiv .tablelist_title_border td, #fullSignDataTableDiv .tablelist_title_border th {
	background-color: #1a7bb9 !important;
   	color: #FFFFFF !important;
}
#fullSignDataTableDiv .oasis_list_selected {
	background-color: #71A9D2 !important;
	color: #FFFFFF !important;
}
/*UP-1663 add by abin*/
.ellipsis_one {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* add by abin for km */
.fr-text-overflow-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fr-word-break-all{
	word-break: break-all;
}

fr_km_overview_count_box {
	padding-top:20px;
	padding-bottom:20px;
}

.fr_km_overview_count_box span {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 2.5em;
	display: inline-block;
}

.fr_km_count_size{
	font-size: large;
}

.fr_km_message_list_count_box {
	padding: 5px 0;
	border-radius: 0.25em;
	width: 5em;
}

.fr_km_vote_point, .fr_km_star_count{
	/*padding-left: 0.15em;*/
	text-align: center;
}

.fr_km_message_extend_attribute {
	padding: 15px 0 0px 15px;
}

.fr_km_message_extend_attribute div{
	text-align: center;
}

#kmMainView {
	word-break: break-all;
}

.nav-right-wrap .nav {
    float: right;
    border-bottom: 0px;
}
.nav-right-wrap .tab-content {
    float: left;
    border-top: 1px solid #ddd;
    margin-top: -1px;
    width: 100%;
}
.nav-right-wrap .panel-body {
	border-top:0;
}

.font-xs {
	font-size: x-small;
} 

.font-sm {
	font-size: small;
}

.font-md {
	font-size: medium;
}

.font-lg {
	font-size: larger;
}

.font-w-n {
	font-weight: normal;
}

ul.tagit li.tagit-choice {
	background-color: #1c84c6 !important;
}

ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
	border-color: inherit !important;
}

ul.tagit li.tagit-choice .tagit-label, ul.tagit li.tagit-choice .tagit-close .text-icon{
	color: #ffffff !important;
}

.fr_cursor_pointer {
	cursor: pointer;
}

.fr_hr_no_margin {
	margin: 0;
}

/* keep this block as last */

/* xs */
@media (max-width: 767px) {
    .btn-block-xs {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-xs-block,
    input[type="reset"].btn-xs-block,
    input[type="button"].btn-xs-block {
        width: 100%;
    }
    .btn-block + .btn-xs-block,
    .btn-xs-block + .btn-block,
    .btn-xs-block + .btn-xs-block {
        margin-top: 0.5rem;
    }
    
    .fr_block-xs{
        display: block !important;
    }
    
    .fr_inline-block-xs{
        display: inline-block !important;
    }
    
    .fr_overflow-hidden-xs {
    	overflow: hidden !important;
    }

    .p-n-xs {
		padding: 0 !important;
	}
	
	.m-n-xs {
		margin: 0 !important;
	}
    
    .font-size-xx-samll-xs {
    	font-size: xx-small;
    }
    
    .fr_km_message_list_count_box {
    	width: auto;
    }
    /*UP-1528*/
	.table-responsive>.table-bordered>tbody>tr:last-child>td, 
	.table-responsive>.table-bordered>tbody>tr:last-child>th, 
	.table-responsive>.table-bordered>tfoot>tr:last-child>td, 
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    	border-bottom-width: 1px;
    	border-bottom-style: inset;
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child, 
	.table-responsive>.table-bordered>tbody>tr>th:first-child, 
	.table-responsive>.table-bordered>tfoot>tr>td:first-child, 
	.table-responsive>.table-bordered>tfoot>tr>th:first-child, 
	.table-responsive>.table-bordered>thead>tr>td:first-child, 
	.table-responsive>.table-bordered>thead>tr>th:first-child {
    	border-left-width: 1px;
    	border-left-style: inset;
	}
	.table>caption+thead>tr:first-child>td, 
	.table>caption+thead>tr:first-child>th, 
	.table>colgroup+thead>tr:first-child>td, 
	.table>colgroup+thead>tr:first-child>th, 
	.table>thead:first-child>tr:first-child>td, 
	.table>thead:first-child>tr:first-child>th {
	    border-top-width: 1px;
    	border-top-style: inset;
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child, 
	.table-responsive>.table-bordered>tbody>tr>th:last-child, 
	.table-responsive>.table-bordered>tfoot>tr>td:last-child, 
	.table-responsive>.table-bordered>tfoot>tr>th:last-child, 
	.table-responsive>.table-bordered>thead>tr>td:last-child, 
	.table-responsive>.table-bordered>thead>tr>th:last-child {
	    border-right-width: 1px;
    	border-right-style: inset;
	}
	/* 	UP-1666, by Jason 20190401 */
	div[aria-label="Inline toolbar"] {
		width: 164px !important;
		height: 68px !important;
	}
	/* 	UP-1666, by Jason 20190401 */
	div[aria-label="Inline toolbar"] > .mce-container-body {
		overflow: visible !important;
	}
	/* 	UP-1666, by Jason 20190401 */
	div[aria-label="Inline toolbar"] > .mce-container-body .mce-toolbar .mce-flow-layout-item.mce-last {
		display: block !important;
	}
}
/* greater then  xs*/
@media (min-width: 768px) {
	/* 	UP-1666, by Jason 20190401 */
	div[aria-label="Inline toolbar"] {
		width: 264px !important;
		height: 34px !important;
	}
	
	div[aria-label="Inline toolbar"] > .mce-container-body {
		width: 264px !important;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .btn-block-sm {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-sm-block,
    input[type="reset"].btn-sm-block,
    input[type="button"].btn-sm-block {
        width: 100%;
    }
    .btn-block + .btn-sm-block,
    .btn-sm-block + .btn-block,
    .btn-sm-block + .btn-sm-block {
        margin-top: 0.5rem;
    }
    
    .p-n-sm {
		padding: 0 !important;
	}
	
	.m-n-sm {
		margin: 0 !important;
	}
    
    .font-size-xx-samll-sm {
    	font-size: xx-small;
    }
    
    .fr_km_message_list_count_box {
    	width: auto;
    }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-block-md {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-md-block,
    input[type="reset"].btn-md-block,
    input[type="button"].btn-md-block {
        width: 100%;
    }
    .btn-block + .btn-md-block,
    .btn-md-block + .btn-block,
    .btn-md-block + .btn-md-block {
        margin-top: 0.5rem;
    }
    
    .row-center {
		text-align:center;
	}
	.col-center {
		vertical-align: top;
		display:inline-block;
		float:none;
		/* reset the text-align */
		text-align:left;
		/* inline-block space fix */
		margin-right:-4px;
	}
}

/* lg */
@media (min-width: 1200px) {
    .btn-block-lg {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-lg-block,
    input[type="reset"].btn-lg-block,
    input[type="button"].btn-lg-block {
        width: 100%;
    }
    .btn-block + .btn-lg-block,
    .btn-lg-block + .btn-block,
    .btn-lg-block + .btn-lg-block {
        margin-top: 0.5rem;
    }
    
    .row-center {
		text-align:center;
	}
	.col-center {
		vertical-align: top;
		display:inline-block;
		float:none;
		/* reset the text-align */
		text-align:left;
		/* inline-block space fix */
		margin-right:-4px;
	}
}

@media (min-width: 1024px) {
	.visible-1024 {
		display: block !important;
	}
}

/* There is no officially suppling option from Tiny MCE to disable this until 20190315. */
div[aria-label="Insert/edit image"] .mce-tabs .mce-tab:last-child {
	display: none;
}
/* UP-1702, by Jason 20190416 */
.ui-autocomplete { 
	max-height: 200px; 
	overflow-y: scroll; 
	overflow-x: hidden;
}

/* AF-7284, add by AlbertRyu */
.pageLoadingMask {
    position:fixed;
    z-index:2999;
    width:100%;
    height:100%;
    background-color:#888888;
    opacity:0.2;
    filter:alpha(opacity=20);
    display:none;
}

.pageLoadingImg {
    position:fixed;
    z-index:3000;
    width:90px;
    height:90px;
    display:none;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
}

#iframeSpinner {
    margin: 100px 0px;
    left: calc(50% - 24px);
    position: absolute;
/* end, AF-7284 */

}

/* AF-7378, add by yihong */
.canvasSelect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}