/*
    Document   : gain
    Created on : Sep 27, 2010, 11:06:06 AM
    Author     : donlaya
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
:root {
    --primary-font-color: #262B2B;
    --primary-border-color: #D9DEDE;
}
@font-face {
    font-family: 'LuxiSansRegular';
    src: url('fonts/luxisr-webfont.eot?') format('eot'),
        url('fonts/luxisr-webfont.woff') format('woff'),
        url('fonts/luxisr-webfont.ttf') format('truetype'),
        url('fonts/luxisr-webfont.svg#webfontKDKy9JLk') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'LuxiSansBold';
    src: url('fonts/luxisb-webfont.eot?') format('eot'),
        url('fonts/luxisb-webfont.woff') format('woff'),
        url('fonts/luxisb-webfont.ttf') format('truetype'),
        url('fonts/luxisb-webfont.svg#webfontu5gYDQB5') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
	font-family: 'Rubik';
	src: url('fonts/Rubik-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
  }
  @font-face {
	font-family: 'Rubik';
	src: url('fonts/Rubik-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
  }
  @font-face {
	font-family: 'Rubik';
	src: url('fonts/Rubik-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
  }
  @font-face {
	font-family: 'Rubik';
	src: url('fonts/Rubik-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
  }
  @font-face {
	font-family: 'Rubik';
	src: url('fonts/Rubik-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
  }
  

/* Default reset */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, input, select, textarea, button {
	margin: 0; padding: 0;
	font-family: Rubik, Arial, Helvatica, sans-serif !important;
}

b, h1, h2, h3, h4, h5, h6{
	font-weight: 500 !important;
}
/* ------------------------end default reset---------------------------- */
html.preloaded body {
	background-position: 50% -500px;
}
/* Default setting */

body {
	min-height: 100%;
	font-size: 12px;
	background: #F1F2F3;
	position: relative;
	min-width: 100%;
}

th, .fw-form_list_head{
	font-weight: 500 !important;
}

img{
	border: 0;
}

html {
	height: 100%;
}
a {
	text-decoration: none;
}

a:link {
	/*	color: #7a3d3d; */
}

a:visited {
	/*	color: #308eec; */
}

a:hover	{
	text-decoration: underline;
}

input, select, textarea	{
	color: #000;
	border: 1px solid #d0d0d1;
	font-size: 14px;
}
/*input[placeholder], [placeholder], *[placeholder] {
	color: #999;
}
input:-webkit-input-placeholder {
	color: #999;
}		*/
::-webkit-input-placeholder, ::-webkit-textarea-placeholder   {
	color: #999;
}
textarea:-moz-placeholder, input:-moz-placeholder {
	color: #999;
}
select optgroup option {
	color: #000;
	font-size: 13px;
}
h1, h2 {
	font-weight: 400;
}
table, tr, td, th {
    /* padding: 3px; */
}
/*custom for daterangepicker css*/
.calendar-table table,
.calendar-table tr,
.calendar-table td,
.calendar-table th {
    padding: 0px;
}
tr, td {
	height: 100%;
}
ul, ul li{
	list-style-type: none;
	font-size: 14px;
}

/* -----------------------end default setting----------------------------- */

.clr {
	clear: both;
}

.bold{
	font-weight: 500;
}

.italic {
	font-style: italic;
}

.hide,
i.hide {
	display: none;
}
.boxshadow {
	-moz-box-shadow: 0 0 4px #999999;
	-webkit-box-shadow: 0 0 4px #999999;
}
.corner {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cursor {
	cursor: pointer;
}
.wait_cursor {
	cursor: wait;
}
.left {
	float: left;
}
.right {
	float: right;
}
.txt_center {
	text-align: center;
}
.txt_left {
	text-align: left;
}
.txt_right {
	text-align: right;
}
.v_center {
	vertical-align: middle !important;
}
.green {
	color: GREEN;
}
.red {
	color: RED;
}
.orange {
	color: #FFB40F;
}
.blue {
	color: BLUE;
}
.light-blue {
	color: #469EE0;
}
.soft-red {
	color: #ec3232;
}
.grey {
	color: GREY;
}
.light-grey {
	color: #828282;
}
.black {
	color: BLACK;
}
/* ------------------------------------------------------ */

/* login */

.login_frm table td {
	font-size: 12px;
	font-weight: 500;
	color: #2F2F2F;
}


div#login_settings table td {
	font-size: 12px;
	font-weight: 400;
	color: #2F2F2F;
}

div#login_settings table input[type=text] {
	height: 18px;
	padding: 0;
	font-size: 12px;
	background: #EFEFEF url('../../im/input_login_bg.gif') repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #D0D0D1;
}

.login_frm input[type=text]:hover, .login_frm input[type=text]:focus,
.login_frm input[type=password]:hover, .login_frm input[type=password]:focus,
.login_frm input[type=yubikey]:hover, .login_frm input[type=yubikey]:focus,
div#login_settings table input[type=text]:hover, div#login_settings table input[type=text]:focus
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 4px;
	border: 1px solid #FFA700;
	-moz-box-shadow: 0 0 2px 1px #FFA700;
	-webkit-box-shadow: 0 0 2px 1px #FFA700;
	box-shadow: 0 0 2px 1px #FFA700;
}

#gain-content_long .login_frm table input[type=password], #gain-content_short .login_frm table input[type=password] {
	float: right;
	width: 100%;
	height: 28px;
	padding: 0;
	font-size: 18px;
	background: #EFEFEF url('../../im/input_login_bg.gif') repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #D0D0D1;
}

#gain-content_long .login_frm input[type=password]:hover, #gain-content_long .login_frm input[type=password]:focus,
#gain-content_short .login_frm input[type=password]:hover, #gain-content_short .login_frm input[type=password]:focus
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #3895BF;
	-moz-box-shadow: 0 0 2px 1px #3895BF;
	-webkit-box-shadow: 0 0 2px 1px #3895BF;
	box-shadow: 0 0 2px 1px #3895BF;
}

.login_frm table input[type=submit] {
	border: 0;
}

.login_frm table input.submit {
	float: right;
	margin-top: 15px;
	width: 100px;
	height: 25px;
	background: #0775c7 url('im/bg_button.gif') repeat-x;
	border:1px solid #0673c4;
	color:#FFFFFF;
	padding: 0 5px;
	font-family: Arial, Helvatica, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

.login_default {
	color: GREEN;
	/*	text-shadow: 1px 1px 1px #58A756; */
}
.login_error {
	color: RED;
}
table td.login_form_hd {
	font-family: 'LuxiSansRegular', Arial;
	padding: 12px 3px 5px 3px;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	color: #000000;
}
.login_box {
	color: #5f5f5f;
}
p.input_align_v label.c_settings_txt, .c_settings_txt {
	font-family: 'LuxiSansRegular', Arial;
	font-size: 16px;
	line-height: 18px;
	padding-left: 10px;
}
input.login_btn {
	/*float: right;*/
	min-width: 100px;
	padding: 11px 26px;
	font-size: 14px !important;
	/*margin-right: 20px;*/
	font-weight: bold !important;
}
div.login_footer {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	/*height: 72px;*/
	width: 100%;
	background: transparent url('../../im/login_footer_bg.png') repeat-x;
}
.login_box_top table td.content_header {
	font-size: 18px;
	font-weight: 500;
}
.login_box_bottom	.page_number {
	font-size: 20px;
	color: #A0A0A0;
}
img.gain_logo {
	margin: 10px;
}
ul.app_list {
    font-weight: normal;
}
ul.app_list li {
 float: left;
 width: 70px;
 margin: 2px;
 text-align: center;
 padding-top: 7px;
 position: relative;
 color: #5D6C6B;
 font-weight: 500;
 font-family: Rubik, Arial, Helvetica, sans-serif;
 cursor: pointer;
}
ul.app_list li img {
	cursor: pointer;
	/* outline: 1px solid #ccc; */
	box-shadow: 0 0.519px 0.519px 0 rgba(0, 0, 0, 0.14), 0 0.779px 0.26px 0 rgba(0, 0, 0, 0.12), 0 0.26px 1.299px 0 rgba(0, 0, 0, 0.20);
	margin-bottom: 5px;
	background: #fff;
}

ul.app_list li:hover{
	border-radius: 8px;
	border: 1px solid #D9DEDE;
	background: #EFF1F1;
}
ul.app_list li.disable_ico{
	background: #F1F2F3;
}

ul.app_list li.disable_ico img {
	/* outline: 1px solid #b2b1c6; */
	box-shadow: 0 0.519px 0.519px 0 rgba(0, 0, 0, 0.14), 0 0.779px 0.26px 0 rgba(0, 0, 0, 0.12), 0 0.26px 1.299px 0 rgba(0, 0, 0, 0.20);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.6;
}
ul.app_list li.disable_ico:hover {
  	cursor: not-allowed;
}

ul.app_list li.app_selected {
    border: 1px solid #158039 !important;
	background: #DCFCE6 !important;
}

/* ---------------------------end login--------------------------- */



/* header */

#header {
	height: 55px;
	background: #FFF;
}
#header img {
	padding: 20px;
}

/* logo */

#gain-client_logo, #gain-sprout_logo {
	padding: 5px 5px 5px 0;
	/*margin-top: 15px;*/
	/* float: left; */
	max-width: 220px;
	max-height: 50px;
}

#gain-divider_logo {
	display: inline-block;
	border-right: #ccc solid 1px;
	height: 37px;
	margin-top: 6px;
	margin-right: 12px;
	margin-left: 5px;
	position: relative;
  	bottom: 30px;
	/* float: left; */
}

#topMenuRight{
	float: right;
}
/* topmenu, mainmenu and submenu with multiple menu */

#current_legal_entity{
	color:#000000;
	margin-top:2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 85%;
	font-size:14px;
}
.menu_hover{
	padding:2px;
}
.menu_hover:hover{
	background: #EFF1F1;
}
.menu-state-active{
	background: var(--secondary-color);
	border-left: 2px solid var(--primary-color);
}
#topMenu{
	position: absolute;
	/* display: flex;
	flex-wrap: nowrap;      */
	width: 100%;
}
#topMenu h1{
	width: 40%;
	display:inline-block;
	padding-bottom: 15px;
	font-weight: 500;
}
#topMenu h3{
	/* width: 35%; */
	font-size: 20px;
	height: 43px;
	display:inline-flex;
	padding-bottom: 15px;
	font-weight: 500;
	white-space: break-spaces;
	align-items: center;
}
.submenu-header h3{
	width: 100%;
	font-size: 20px;
	height: 43px;
	display:inline-flex;
	padding-bottom: 15px;
	font-weight: 500;
	white-space: break-spaces;
	align-items: center;
}
.top-left-container{
	display:inline-block;
}
#topMenu a.back-settings {
	margin: 0;
	/* width: 35%; */
	height: 33px;
	line-height: 33px;
	color: var(--primary-font-color);
	display: inline-block;
	box-sizing: border-box;
}
#topMenu a.back-settings h3{
	/* width: 100%; */
}
#topMenu .icon {
	padding: 5px 5px 0 5px;
	height: 25px;
/*		background: transparent;*/
}

.ui-widget.ui-button.ui-controlgroup-item,
.ui-widget.ui-controlgroup-item.ui-button{
	padding: .4em 1em !important;
	line-height: normal !important;
	height: auto !important;
}
#topMenu .btn, li.btn, .btn-group,
.ui-widget.ui-button.ui-controlgroup-item,
.ui-widget.ui-controlgroup-item.ui-button{
  padding: 8px 16px;
  height: 25px;
  border: 1px solid var(--primary-border-color);
  font-size: 15px;
  font-weight: 400;
  color: var(--primary-font-color);
  border-radius: 8px;
  background-color: #fff;
}
li.btn, .btn-group{
	display: inline-block;
	margin-bottom: 15px;
	cursor: pointer;
}
#topMenu .btn-left, li.btn-left, .btn-group-left,
.ui-button.ui-corner-left{
	border-radius: 8px 0 0 8px !important; 
}

#topMenu .btn-right, li.btn-right, .btn-group-right,
.ui-button.ui-corner-right{
	border-radius: 0 8px 8px 0 !important; 
	margin-right: 8px;
}

#topMenu .btn-middle, li.btn-middle, .btn-group-middle,
.ui-widget.ui-button.ui-controlgroup-item
{
	border-radius: 0; 
}

#topMenu .btn-active, li.btn-active, .btn-group-active{
	background: var(--secondary-color);
	padding: 7px 15px;
	border: 2px solid var(--primary-color);
}
#topMenuRight .le_en_change.dropdown:hover{
	background: #fff !important;
	box-shadow: none;
}

#topMenuRight .le_en_change.dropdown:active{
	background: #fff !important;
	box-shadow: none;
}

#topMenuRight .btn:hover,	
#topMenu .btn-right:hover,
#topMenu .btn-left:hover,
#topMenu .btn-middle:hover,
#topMenu .btn:hover,
li.btn-right:hover,
li.btn-left:hover,
li.btn-middle:hover,
li.btn:hover,
.btn-group-right:hover,
.btn-group-left:hover,
.btn-group-middle:hover,
.btn-group:hover,
.ui-widget.ui-button.ui-controlgroup-item:hover,
.ui-widget.ui-controlgroup-item.ui-button:hover {
	border: 1px solid #B8C1C0 !important;
	background-color: #EFF1F1 !important;
	background: #EFF1F1 !important;
	box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.10) inset !important;
}
#topMenu .btn-active:hover, li.btn-active:hover, .btn-group-active:hover{
	background: var(--secondary-color) !important;
	padding: 7px 15px !important;
	border: 2px solid var(--primary-color) !important;
	box-shadow: none !important;
}
#topMenuRight .btn:active,
#topMenu .btn-right:active,
#topMenu .btn-left:active,
#topMenu .btn-middle:active,
#topMenu .btn:active,
li.btn-right:active,
li.btn-left:active,
li.btn-middle:active,
li.btn:active,
.btn-group-right:active,
.btn-group-left:active,
.btn-group-middle:active,
.btn-group:active,
.ui-widget.ui-button.ui-controlgroup-item:active,
.ui-widget.ui-controlgroup-item.ui-button:active,
.ui-widget.ui-button.ui-controlgroup-item:focus,
.ui-widget.ui-controlgroup-item.ui-button:focus {
	border: 1px solid #B8C1C0 !important;
	background-color: #E6EAEA !important;
	background: #EFF1F1 !important;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15) inset !important;
}

#topMenu .btn.le_en_change{
	font-size: 14px;
	padding: 8px 16px;
	position: relative;
	z-index: 99;
	width: 280px;
	min-height: 25px;
	border-radius: 8px;
}
#topMenu .btn.le_en_change {
	height: auto;
}
#menu_setting_top {
	display: none;
	max-height: 500px;
	overflow-y: auto;
}
#topMenu .btn.le_en_change:hover + #menu_setting_top{
	display: block;
}
#topMenu .btn.payroll_active{
	color: #49A6DD !important;
	border: 1px solid #49A6DD !important;
}
#topMenu .btn.staff_dev_active{
	color: #db6327 !important;
	border: 1px solid #db6327 !important;
}
#topMenu .btn.leave_active{
	color: #FFA600 !important;
	border: 1px solid #FFA600 !important;
}
#topMenu .btn.attendance_active{
	color: #295F4E !important;
	border: 1px solid #295F4E !important;
}
#topMenu .icon-btn{
	width:20px;
	position: relative;
	vertical-align: middle;
	filter: grayscale(100%);
}
#topMenu .icon-btn.active{
	filter: grayscale(0%) !important;
}
/*#topMenu .lb {
	border-left: 1px solid #8b8b8b;
}*/
#topMenu .icon.lb {
	margin: 10px 0 5px 0;
}
#topMenu totem_p {
	margin-bottom: 15px;
}
#topMenu .totem_i {
	background-color: #305573;
	padding: 16px 10px 6px 10px;
	/*border-bottom-left-radius: 4px;*/
}
#topMenu .totem_i a {
	color: #FFF;
	font-weight: 500;
	text-decoration: none;
}
#topMenu .totem_i img, #topMenu .totem_i span{
	float: left;
}
#topMenu .totem_i span{
	margin-left: 5px;
}
#topMenu .totem_s {
	background-color: #FFF;
	height: 41px;
	margin-top: 5px;
/*	border: 1px solid #8b8b8b;
	border-top: none;
	border-left: none;
	border-bottom-right-radius: 5px;*/
}
#topMenu .topMenu_sub {
	border: 1px solid #8b8b8b;
	border-top: none;
	background: #FFF;
	margin-top: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	/*padding-bottom: 2px;*/
	min-height: 40px;
	overflow: hidden;
}
#topMenu .totem_l {
	background-color: #FFA700;
	padding: 16px 10px 6px 10px;
}
#topMenu .totem_l a {
	color: #FFF;
	font-weight: 500;
	text-decoration: none;
}
.fg-button {
   outline: 0;
   margin: 0 4px 0 0;
   padding: .4em 1em;
   text-decoration: none !important;
   cursor: pointer;
   position: relative;
   text-align: center;
   zoom: 1;
}

.fg-toolbar {
	padding: .5em;
	margin: 0;
	width: 50%;
}
.fg-toolbar .fg-buttonset {
	margin-right: 1.5em;
	padding-left: 1px;
}
.fg-toolbar .fg-button {
	font-size: 12px;
}

.fg-button {
	outline: 0;
	margin: 0 6px 0 0;
	padding: .4em 1em;
	text-decoration: none !important;
	cursor: pointer;
	position: relative;
	text-align: center;
	zoom: 1;
}
.fg-button .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	/*	margin-left: -12px;*/
	margin-left: -8px;
}
a.fg-button {
	float: left;
}

ul.ui-tabs-nav li a.fg-button {
	padding: 0;
	margin: 0;
}

ul.ui-tabs-nav li a.fg-button span {
	margin-top: -1px;
}

/* remove extra button width in IE */
button.fg-button {
	width: auto;
	overflow: visible;
}
.fg-button-icon-left {
	padding-left: 2.1em;
}
.fg-button-icon-right {
	padding-right: 2.1em;
}
.fg-button-icon-left .ui-icon {
	right: auto;
	left: .2em;
	margin-left: 0;
}
.fg-button-icon-right .ui-icon {
	left: auto;
	right: .2em;
	margin-left: 0;
}
.fg-button-icon-solo {
	display: block;
	width: 8px;
	/* text-indent: -9999px; */
}	 /* solo icon buttons must have block properties for the text-indent to work */
.fg-buttonset .fg-button {
	float: left;
}
.fg-buttonset-single .fg-button,
.fg-buttonset-multi .fg-button {
	margin-right: -1px;
}
.fg-toolbar {
	padding: .5em;
	margin: 0;
}
.fg-toolbar .fg-buttonset {
	margin-right: 1.5em;
	padding-left: 1px;
}
.fg-toolbar .fg-button {
	font-size: 12px;
}

/*div.fg-buttonset a.ui-state-highlight {
	background: #FFF;
	border: 1px solid #000;
}*/
.ui-widget-header .ui_fg_hover  {
	border: 1px solid #000;
	background: #FFF;
	color: #000;
	font-weight: 500;
	margin-top: -1px;
	padding: 4px 10px 5px 10px;
}

/*div.fg-buttonset a.ui_fg_hover{
	border: 1px solid #000;
	background: #FFF;
	color: #ffffff;
} */
.ui_fg_hover .ui-icon {
	background-image: url(../ui/im/ui-bg_hover.png);
}
/* --- end topmenu --- */

#menuArea {
	display: inline-block;
	width: 15%;
	border-right: 1px solid var(--primary-border-color);
	height: 100%;
	box-sizing: border-box; /* Include padding/border in the width */
	position: fixed;
	background-color: #FFF;
}
#mainPage {
	/* width: 100%; */
	margin: auto;
	/* display: inline-block; */
	height: 100%;
	/* overflow: auto; */
	vertical-align: top;
	box-sizing: border-box;
	background-color: #F1F2F3;
	min-height: 650px;
}
#contentPage {
	overflow: auto;
	width: 85%;
	left: 15%;
  	position: relative;
	display: inline-block;
	/* overflow: hidden; */
	box-sizing: border-box;
	min-height: 700px;
	vertical-align: top;
	padding: 2% 3%;
	background-color: #F1F2F3;
}
/* mainmenu */

#mainmenu {
	clear: both;
}
.menu-group-header{
	/* padding-top: 12px !important; */
}
.menu-group-header span{
	color: #919F9D;
	font-weight: 500;
	padding: 0 10px;
	margin: 0;
}
ul#mainMenu {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 33px;
	line-height: 33px;
	height: 82%;
	overflow-y: auto;
	border-bottom: #ccc solid 1px;
}
ul#mainMenu li{
	padding: 3px;
	/* margin-top: 5px; */
	/* float: left; */
	list-style-type: none;
	/*padding: 0px 10px;*/
	position: relative;
}
ul#mainMenu li a {
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	height: 33px;
	line-height: 33px;
	color:  var(--primary-font-color);;
	display: inline-block;
	width: 85%;
	box-sizing: border-box; 
}
.side_submenu{
	padding-left: 15px !important;
}
.pin-icon{
	cursor: pointer;
	display: inline-block;
	width: 15%;
	line-height: 33px;
	height: 33px;
	text-align: center;
	float: right;
	box-sizing: border-box; 
}
.submenu-list{
	cursor: pointer;
	display: inline-block;
	width: 15%;
	line-height: 33px;
	height: 33px;
	text-align: center;
	float: right;
	box-sizing: border-box; 
}
.pin-icon i {
	rotate: 30deg;
	display: none;
}
.pin-icon:hover > i{
	display: none;
}

ul#mainMenu .sub a:hover {
	text-decoration: underline;
}

/* --- end mainmenu --- */

/* submenu */

#submenu {
	width: 100%;
	height: 25px;
	line-height: 25px;
	clear: both;
	border: 0;
}
#submenu ul, #submenu li, #submenu li a {
	padding: 0;
	margin: 0;
}
#submenu ul {
	padding-left: 10px;
	font-weight: 400;
}
#submenu li {
	float: left;
	list-style-type: none;
	padding-right: 12px;
}
#submenu li img {
	margin: 0;
	padding: 0;
	border: 0;
}
/* --- end submenu --- */

/* submenu megamenu */
/* submenu */
.shadow {
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
}
ul#mainMenu li .sub {
	font-size: 12px;
	position: absolute;
	top: 33px; left: 0;
	/*  background: #344c00 url(sub_bg.png) repeat-x;*/
	/*	padding: 20px 20px 20px; */
	float: left;
	display: none;
	z-index: 9999;
}
ul#mainMenu li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#mainMenu li .sub ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
ul#mainMenu .sub ul li {
	width: 100%;
	line-height: 20px;
	/*	height: 20px; */
	/* color:  var(--primary-font-color);; */
}
ul#mainMenu .sub ul li h2 {
	padding: 0 0 15px 0;
	margin: 10px 0 0px 0;
	font-size: 14px;

}
ul#mainMenu .sub ul li h2 a {
	padding: 5px 5px;
	background-image: none;
	font-weight: 500;
	/*	color: #e8e000; */
}
ul#mainMenu .sub ul li a {
	/*	float: none; */
	text-indent: 0;/* --Reset text indent-- */
	height: auto;
	line-height: 18px;
	/*	padding: 7px 5px 7px 15px;
		display: block; */
	/*	display: inline; */
	text-decoration: none;
	font-weight: 400;
	/*	color: #fff; */
}
ul#mainMenu .sub ul li a:hover {
	/*color: #ddd; */
	/*	background-position: 5px 12px ;*/
}
.sub_list {
	padding-left: 19px;
}
/* --- end megamanu --- */

/* -------------------------end header-------------------------- */

/* content */

#contentArea {
	clear: both;
	color: var(--primary-font-color);
	padding: 15px 5px;
	margin:auto;
	margin-bottom: 5px;
	/* overflow: auto; */
	/* overflow: hidden; */
	/* height: 100%; */
}
#contentArea span a, tr.fw-event0 td a, tr.fw-event1 td a {
	color: #00418D;
}
a.alink {
	color: #00418D !important;
}
#contentArea table.view_zone a:not(.ui-tabs-anchor), div.quickSearchPopup a, div.popup a { /*, #items_details table.view_zone a:not(.ui-tabs-anchor)*/
	/* color: #00C; */
}
.default_note_icon_color {
	color: rgb(30, 48, 80);
}
.note_activity_icon {
	color: var(--primary-font-color);
	text-decoration: none;
	white-space: nowrap;
}
div#tab_menu_search_form .ui-tabs-panel {
	padding: 0;
}
#contentArea, #contentArea p, #contentArea td, #contentArea div#tab_menu td, #contentArea div#tab_menu th,
#contentArea table.search_form td, #contentArea table.search_form th, #contentArea td span.fw-search_field,
#contentArea div#tab_menu_search_result td, #contentArea div#tab_menu_search_result th {
	font-size: 14px;
}
#contentArea table.search_form input.btn[type=submit] {
	margin: 0 5px;
}
#items_details h1 {
	font-size: 22px;
	display: inline;
}
#items_details h1 span.fw_id{
	color: #FFF;
	font-size: 12px;
}
#gain-content_long{
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding:12px;
	/* margin-top: 8%; */
	border: 1px solid var(--primary-border-color);
}

#gain-content_long:has(#ajax_form_role){
	padding-bottom: 50px;
}
#gain-content_long:has(#pages_tab), #gain-content_long:has(.dashboard-panels-setting),
#gain-content_long:has(.my_sub_container){
	border: none;
	background: none;
	
}

#gain-content_sidemenu ul li {
	padding: 2px 5px;
}
#gain-content_short{
	vertical-align: top;
	float: left;
	width: 80%;
	background: #fff;
	border-radius: 8px;
	padding:12px;
	box-sizing: border-box;
	border: 1px solid var(--primary-border-color);
}
table.gain-list {
	background: #EFEFEF;
	font-family: Arial, Helvatica, sans-serif;
}
table.gain-list tr.row1{
	background: #FFF;
}
.gain-list th, .gain-list td {
	color: #000;
	padding: 5px 10px;
}

/* dashboard column */

.column {
	/* background: #FFFFFF; */
	float:left;
	/* margin-right:0.5%; */
	min-height: 300px;
	width: 50%;

}
.dragbox {
	padding: 3px;
}
.column .dragbox {
	margin: 5px;
	background: #fff;
	position: relative;
	border: 1px solid var(--primary-border-color);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 16px;
}
.column .dragbox h2 {
	margin: 0;
	height: 27px;
	line-height: 27px;
	padding-left: 5px;
	font-size: 14px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border: none !important;
	background: none !important;
	/*	padding: 2px;
		font-size:12px;
		background:#f0f0f0;
		color:#000;
		border-bottom:1px solid #eee; */
	cursor:move;
}

.dragbox-content {
	background: #fff;
	/*	min-height:100px; */
	margin: 5px;
	line-height:1.5em;
	padding-top: 5px;
	border-top: 1px solid var(--primary-border-color);
}
.dragbox-content a {
	color: #00418D;
}
.column .placeholder{
	/*	background: #f0f0f0;
		border: 1px dashed #ddd;
		background: #DAE8DC;
		border: 3px dashed #A3CEA4;*/
	border: 3px dashed #CCC;

}
.dragbox h2 a.collapse {
	/*	float: right;*/
	float: left;
	margin: 0 5px 0 0;
	/*	background: url('../../im/collapse.png') no-repeat top right; */
}
.dragbox h2 a.configure{
	margin: 5px 5px 0 0;
	/*	padding: 2px; */
	/*	margin-right:30px;*/
	float: right;
}
.dragbox h2 a.delete_panel {
	float: right;
	margin: 5px 5px 0 0;
	/*	background: url('../../im/collapse.png') no-repeat top right; */
}
.dragbox:hover {
	-moz-box-shadow: 0 0 4px #999999;
	-webkit-box-shadow: 0 0 4px #999999;
}
#sortable1, .dropable {
	list-style-type: none;
	margin: 5px;
	padding: 25px 0;
	float: left;
	/* margin-right: 10px; */
	background: #fff;
	border-radius: 8px;
	width: 48%;
  	box-sizing: border-box;
}
#sortable1:has(li), .dropable:has(li){
	background: #EFF1F1;
	padding:5px;
}
#sortable1 li, .dropable li {
	margin: 2px;
	padding: 8px;
	cursor: move;
}
div.sort_panel {
	margin-right: 5px;

}
div.sort_panel > table {
	background: #fff;
	margin-bottom:15px;
}
ul#sort_tabs {
}
#sort_tabs li {
	
}
th.sort_t {
	cursor: move;
}

.dashboard_filter_space {
	padding-bottom: 12px;
	display: flex;
	gap: 10px;
}
/* ---end dashboard column --- */

/* setting menu */

#set_smenu{
	margin-right: 20px;
}
.set_sub ul {
	padding: 0;
	margin: 0;
}
.set_sub ul li a {
	font-family: Arial, Helvatica, sans-serif;
	color: #454545;
}
#set_smenu .ui-accordion {
	padding: 0;
	margin: 0;
}
#set_smenu .ui-accordion-content {
	padding: 5px 0;
	margin: 0;
}

/* --- end setting menu --- */

/* show options on top right action menu for entities */
div.show_options {
	background: #FFFFFF none repeat scroll 0 0;
	border-bottom: 2px solid #6F98CE;
	float: right;
	margin-bottom: 10px;
	padding: 10px 0px 5px 10px;
}
div.show_options span.tooltip {
	font-weight: 400;
	float: left;
	display: block;
}
/* --- end show option ---*/

/* popup */

div.submenu_popup {
	background: #FFFFFF;
	position: relative;
	padding: 5px;
	width: 270px;
	z-index: 101;
	display: none;
	color: #474646;
}
div.submenu_popup a, div.submenu_popup a {
	color: #00418D;
}
div.submenu_popup a:hover, div.submenu_popup a:hover {
	color: #00418D;
	text-decoration: underline;
}
/* --- end popup --- */


/* other in content */

div.alert {
	position: absolute;
	top: 500px;
	right: 0px;
	background: #FFE5DF;
	border: 1px solid #F28C76;
	color: #CD0A0A;
	line-height: 30px;
	margin: 10px 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 250px;
	height: 30px;
}
div.alert img {
	margin: 5px 5px 0 0;
}
#overlay {
	background-image:url('im/transparent.png');
	color: #efefef;
}

#filters_list {
	float: left;
}
div#display_projects {
	clear: both;
	margin-top: 30px;
}
/* container for external content. uses vertical scrollbar, if needed */
div.wrap {
	height: 441px;
	overflow-y: auto;
}
div.tab_options a {
	color: #223344;
}
div.tab_options {
	margin-bottom: 5px;
}

ul.lists_page {
	width: 300px;
	overflow: hidden;
}
ul.lists_page li {
	float: left;
	margin: 5px 5px 5px 0;
}
ul.lists_page li a {
	padding: 3px 5px;
}
#role-container > div > div{
	margin: 1rem 0rem !important;
}
div.toggle_ico,
div.toggle_icon {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 25px /*on shift role settings*/;
	cursor: pointer;
}

div.assess_job_level_list div.toggle_ico,
div.assess_job_level_list div.toggle_icon {
position: relative;
top: -4px;
}
div.toggle_icon {
    float: right;
    margin-right: 0;
    margin-top: 1px;
    margin-left: 3px;
}
.form_fields_lists {
	float: left;
	width: 250px;
}
.form_fields_selected {
	float: left;
	width: 200px;
	border: 1px solid #CCC;
	margin-left: 10px;
	padding: 5px;
}
ul.form_fields_selected li {
	padding: 0 5px 0 5px;
	cursor: move;
}
ul.form_fields_selected li img {
	margin: 5px 0 5px 0;
	vertical-align: middle;
}
ul.form_fields_selected li:hover {
	background: #EFEFC2;
}
div.toggle_icon .ui-icon-plusthick {
    background-position: -32px -130px;
}
div.toggle_icon .ui-icon-minusthick {
    background-position: -64px -130px;
}

/* -------------------------------- My Profile ---------------------------------------*/

#profile_tab_menu li {
	width: 160px;
	height: 20px;
	line-height: 33px;
	height: 33px;
}
#profile_tab_menu li a {
	display: block;
	height: 33px;
	line-height: 33px;
	margin: 0;
	padding: 0 10px;
	/* font-weight: 500; */
	text-decoration: none;
}
#profile_tab_menu li span {
	margin: 8px 5px 0 0;
}
#profile_tab_menu .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active,#profile_tab_menu .ui-button:active, .ui-button.ui-state-active:hover {
	border: 0px solid var(--primary-color) !important;
	border-left: 2px solid var(--primary-color) !important;
	background: var(--secondary-color) !important;
	font-weight: 400 !important;
	color: var(--primary-font-color) !important;
}
/* a.theme_lists{
	display: block;
	width: 90px;
	padding: 5px;
	text-decoration: none;
} */
/* a.theme_lists:hover, .theme_active {
	background: #EFEFC2;
} */
/* a.theme_lists img{
	border: 3px solid transparent;
} */
/* a.theme_selected:before{
	width: 25px;
	height: 25px;
	content: url(../../im/theme_checkbox.png);
	position: absolute;
	right: 13px;
} */
/* a.theme_selected img{
	border-color: #007F46;
} */
#profile_content {
	vertical-align: top;
}
#profile_content table.fw-display_item > tbody > tr > td{
	width: fit-content;
}
#scroller {
	height: 128px;
	position: relative;
	width: 445px;
}
.scroller_view_theme {
	height: 100%;
	overflow: hidden;
	width: 425px;
	left: 10px;
}
.scroller_view_theme, .scroller_view_theme ul {
	position: absolute;
	top: 0;
}
.scroller_view_theme ul {
	list-style: none outside none;
}
.scroller_view_theme, .scroller_view_theme ul, .scroller_view_theme ul li, .scroller_view_theme a {
	margin: 0;
	padding: 0;
}
.scroller_view_theme ul li {
	float: left;
	padding-right: 13px;
	position: relative;
	width: 96px;
	height: 100%;
}
.scroller_view_theme a {
	display: block;
	height: 106px;
	text-align: center;
	width: 96px;
}
.scroller_controler {
	margin: 0 3px;
}
.scroller_controler a {
	cursor: pointer;
	display: block;
	height: 17px;
	position: absolute;
	text-decoration: none;
	top: 35px;
	width: 9px;
}
.scroller_controler a {
	outline: medium none !important;
}
.scroller_prev {
	background-image: url("../../im/arrow-left.png");
	left: -3px;
	/*    left: -16px;*/
}
.scroller_fwd {
	background-image: url("../../im/arrow-right.png");
	right: -3px;
	/*    right: -16px;*/
}
.disabled-next, .disabled-prev {
	visibility: hidden;
}

/* --------------------------------- rss feed ---------------------------------------*/
div.RSSAggrCont, div.rss_item_wrapper2 {
	display: none;
	clear: both;
}
div.rss_feed_title {
	position: relative;
	margin-left: 20px;
	padding-right: 40px;
}
div.rss_feed_tool {
	display: none;
	position: absolute;
	right: 0px;
	top: 0;
	width: 35px;
	height: 20px;
	z-index: 2;
}
div.rss_item_wrapper {
	margin: 10px 0 10px 20px;
}
div.rss_item_info {
	margin-left: 20px;
	color: #AAA;
}
div.rss_item_desc {
	padding: 0;
	margin: 0;
	margin-left: 20px;
}
div.rss_read_more {
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

/* -------------------------------- project ----------------------------------------- */

div.clients_detail {
	float: left;
	width: 550px;
}
div.pm_user_detail {
	float: right;
	width: 270px;
}
div.pm_user_detail ul {
	width: 100%;
}
div.pm_user_detail ul li {
	float: left;
}
div.pm_user_detail p {
	padding: 0;
	margin: 5px 0 0 0;
}
div.project_status {
	float: left;
	width: 50px;
}
div.show_proj_status {
	float: left;
	width: 60px;
	margin-right: 10px;
}
div.show_project_detail {
	display: none;
	width: 600px;
	z-index: 10000;
	position: absolute;
}
div.show_project_detail_tbl {
	background: #FFF;
}
div.proj_detail_left {
	width: 320px;
	float: left;
}
div.proj_detail_right {
	width: 250px;
	float: left;
	margin: 10px 5px;
}
div.proj_detail_right ul {

}
div.proj_detail_right ul li {
	clear: both;
}
.fa-solid.fa-star{
	font-family: "Font Awesome 7 Pro" !important; 
	font-style: normal !important;
	font-weight: 900 !important;
	font-display: block !important;
	color: #f8d41d !important;
	src: url("../../lib/icons/fontawesome-pro/webfonts/fa-solid-900.woff2") format("woff2"), url("../../lib/icons/fontawesome-pro/webfonts/fa-solid-900.ttf") format("truetype") !important; 

}
.fa-regular.fa-star{
	font-family: "Font Awesome 7 Pro" !important; 
	font-style: normal !important;
}
span.pj_completed, span.pj_overdue, span.pj_not_started, span.pj_in_process {
	/*  width: 100%;*/
}
span.pj_completed, span.pj_overdue, span.pj_not_started, span.pj_in_process,
span.enews_status_unsubscribe, span.enews_status_hard_bounce, span.enews_status_soft_bounce, span.enews_status_active, span.enews_status_inactive {
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 0.8em;
	font-weight: 500;
	color: #FFF;
}
span.enews_status_unsubscribe, span.enews_status_hard_bounce, span.enews_status_soft_bounce, span.enews_status_active, span.enews_status_inactive {
	width: 70px;
	float: left;
	/*  padding: 3px 5px;*/
}
span.pj_completed, span.enews_status_active, span.op_won, span.act_score3, span.ld_open{
	background: GREEN url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #077A06;
}
span.pj_overdue, span.enews_status_hard_bounce, span.op_overdue, span.ld_mark_del {
	background: #D7060B url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #BA0612;
}
span.pj_not_started, span.enews_status_inactive, span.op_dropped, span.act_score1, span.ld_read {
	background: #5F5F5F url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #443F3F;
}
span.pj_in_process, span.op_in_process, span.act_score2 {
	/*	background: #0510C4 url(../../im/alert-overlay.png) repeat-x;	*/
	background: #0834AD url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #071685;
}
span.enews_status_soft_bounce {
	background: #FF4500 url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #FF4500;
}
span.enews_status_unsubscribe {
	background: #000000 url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #000000;
}
span.op_overdue, span.op_in_process, span.op_won, span.op_lost, span.op_dropped, span.act_score1, span.act_score2, span.act_score3, span.act_score4 {
	width: 100%;
	line-height: 20px;
	display: block;
	text-align: center;
	font-size: 0.8em;
	font-weight: 500;
	color: #FFF;
}
span.qo_pending, span.qo_won, span.qo_lost, span.qo_dropped, span.ld_open, span.ld_no_value {
	width: 100%;
	line-height: 20px;
	display: block;
	text-align: center;
	font-size: 0.8em;
	font-weight: 500;
	color: #FFF;
}

span.qo_await_con, span.qo_await_po, span.qo_await_acc, span.qo_await_con_management, span.qo_await_po_management, span.qo_await_acc_management, span.ld_read, span.ld_mark_del {
	width: 100%;
	line-height: 10px;
	display: block;
	text-align: center;
	font-size: 0.8em;
	font-weight: 500;
	color: #FFF;
	padding-bottom: 2px;
}

span.qo_pending {
	background: #0834AD url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #071685;
}

span.qo_won, span.qo_await_con, span.qo_await_po, span.qo_await_acc {
	background: GREEN url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #077A06;
}

span.qo_await_con_management, span.qo_await_po_management, span.qo_await_acc_management {
	background: #FF9D00 url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #FF7200;
}

span.qo_lost {
	background: MAROON url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #560000;
}

span.qo_dropped {
	background: #5F5F5F url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #443F3F;
}
/*span.op_overdue {
	background: RED url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #BF0303;
}
span.op_in_process {
	background: #298AD6 url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #155A8E;
}
span.op_won {
	background: #299A29 url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #186018;
}
span.op_dropped {
	background: #848684 url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #777777;
}*/
span.op_lost, span.act_score4, span.ld_no_value {
	background: MAROON url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #560000;
}
#search_filter {
	float: right;
	margin: 10px 0 5px 0;
	width: 720px;
}
#add_ms_btn {
	margin: 5px;
}
#ms_lists li div.ms_hover {
	padding: 5px 0;
	overflow: hidden;
}
#ms_lists li div.ms_hover:hover {
	background: #EFEFC2;
}
#ms_lists li ul li div.ms_hover {
	cursor: default;
}
#ms_lists li ul {
	display: none;
	clear: both;
}
#ms_lists li ul li {
	/*	margin-left: 14px;*/
	margin-left: 17px;
}
#ms_lists li ul li img {
	margin-right: 5px;
}
.ms_container {
	float: left;
	width: 890px;
}
.pac {
	clear: both;
}
.act_name_delay {
	color: #D20000;
	/*	font-weight: 500; */
}
.g_status {
	margin: 0 3px 0 0;
	cursor: pointer;
}
.ms_option {
	display: none;
	margin-left: 10px;
	width: 300px;
}
.act_option {
	display: none;
	margin-left: 10px;
	height: 16px;
	width: 200px;
	float: left;
}
#ms_lists li {
	margin: 0;
	padding: 0;
	min-height: 30px;
}
#ms_lists li ul li div.ms_ico img {
	margin: 0;
}
.ms_ico, .act_ico {
	float: right;
	cursor: pointer;
	width: 60px;
	height: 16px;
	/*	margin-right: 5px; */
}

.ms_ico img, .act_ico img {
	cursor: pointer;
	display: none;
}
.ms_desc {
	width: 500px;
}
.ms_desc span {
	cursor: pointer;
}
.ms_desc img {
	line-height: 16px;
}
.ms_desc, .ms_sd, .ms_ed, .ms_rp, .ms_pg, .act_ico_desc, .act_td, .act_at, .act_pg {
	float: left;
}
.ms_ed, .ms_rp, .act_at {
	overflow: hidden;
	width: 100px;
}
.ms_sd, .act_td {
	overflow: hidden;
	padding-left: 5px;
	width: 170px;
}
.ms_pg, .act_pg {
	width: 90px;
}
.ms_rp, .act_at {
	padding-left: 5px;
}
.act_ico_desc {
	width: 500px;
	margin-left: 5px;
}
.ms_sort, .act_sort {
	float: left;
	margin-top: 5px;
}
#ms_lists li ul li img.act_sort {
	margin-right: 0;
}
#ms_lists li ul li div.ms_hover {
	width: 890px;
}
.milestone_options {
	display: none;
	overflow: hidden;
	/*	clear: both;
		float: left;
		width: 16px;
		height: 16px; */
	z-index: 10000;
}
ul.ul_ms_opts {
	width: 150px;
	background: #DDD;
}
.ul_ms_opts li {
	height: 15px;
	padding: 5px 0 5px 10px;
	cursor: pointer;
}
.ul_ms_opts li:hover {
	background:  var(--primary-font-color);
	color: #FFF;
}
.ms_filters {
	float: right;
	/*	width: 60px; */
}
.ms_expand, .ms_collapse {
	margin: 5px 5px 0 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
	/*	width: 95px;
		height: 25px;
		line-height: 23px; */
}
.ms_expand span, .ms_collapse span {
	margin: 2px;
}
#activity_slider {
	float: left;
	margin: 5px 10px 0 10px;
	padding: 0 10px;
	width: 150px;
}
.completed_save {
	float: right;
	margin: 5px 5px 5px 7px;
}
#progress_val {
	text-align: center;
	margin: 5px 0 0 10px;
}
.subs_cont li {
	padding: 5px 0;
	border-bottom: #ccc 1px dashed;
}
.ms_group {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 3px;
}
/* ---------------------------------- end project ----------------------------------*/
/*#active-menuitem a:hover {
	background: #FFF;
	border: 0;
	color: #223344;
	text-decoration: underline;
}*/


/* -------------------------end content----------------------------- */

/* footer */
#footArea{
	text-align: right;
	margin: 0 10px;
	line-height: 30px;
	font-size: 10px;
	margin-top: 10px;
}
#footArea img {
	margin-top: 5px;
}
.footer_right{
	float: right;
	font-size: 12px;
	line-height: 30px;
	margin-right: 10px;
}

/* ---------------------------end footer--------------------------- */

/* Custom checkbox and radio styles */

form p
{
	display: block;
	position: relative;
	/*	overflow: hidden; */
}
form p.checkbox
{
	display: flex;
}
.form-behavior p
{
	display: block;
	position: relative;
}

input[type=text], input[type=password], input[type=email], input[type=search], select, textarea, input[id$="_daterange"] {
	background: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 6px;
	border: 1px solid var(--primary-border-color);
}
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover, input[type=password]:focus,
input[type=email]:hover, input[type=email]:focus,
input[type=search]:hover, input[type=search]:focus,
select:hover, select:focus,
textarea:hover, textarea:focus {
	background: #FFF;
	border: 1.5px solid var(--primary-color);
	padding: 6px;
	outline: none !important;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
	outline: none !important;

}

label + p, input + p {
    margin-top: 20px;
}

p > input {
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    opacity: 0;
	position: absolute;
}

p > label {
    float: left;
    line-height: 16px;
}
.late-checked p.option-box-theme{
	float:none;
	height: auto;
}
.late-checked p.option-box-theme .custom-radio-container{
	width: 90%;
}
.attd-popup-zone1 td, .attd-edit-zone-primary td{
	padding: 5px 10px !important;
}
/*p:not(#foo) > input:hover + label, p:not(#foo) > input:focus + label		{ text-shadow: 1px 1px 3px #000; color: #2C7AD0; }*/
.option-box-approve .custom-radio-container, .option-box-reject .custom-radio-container, .option-box-cancel .custom-radio-container,
.option-box-yes .custom-radio-container, .option-box-idk .custom-radio-container, .option-box-no .custom-radio-container, .option-box-theme .custom-radio-container, 
.custom-checkbox-wrapper.choice_list .custom-checkbox-label, 
#shift_automation_content .custom-checkbox-wrapper .custom-checkbox-label, 
.attd-edit-table p.custom-checkbox-wrapper .custom-checkbox-label {
	border-radius: 8px;
	border: 1px solid var(--primary-border-color);
	padding: 8px 12px 8px 32px;
	margin-right: 12px;
	background: #fff;
	min-width: 35px;
}
.custom-checkbox-wrapper.choice_list .custom-checkbox-label,
.attd-edit-table p.custom-checkbox-wrapper .custom-checkbox-label {
	padding: 8px;
}
.option-box-approve .custom-radio-container:hover, .option-box-reject .custom-radio-container:hover, .option-box-cancel .custom-radio-container:hover,
.option-box-yes .custom-radio-container:hover, .option-box-idk .custom-radio-container:hover, .option-box-no .custom-radio-container:hover, .option-box-theme .custom-radio-container:hover,
.custom-checkbox-wrapper.choice_list .custom-checkbox-label:hover,
.attd-edit-table p.custom-checkbox-wrapper .custom-checkbox-label:hover{
	border: 1px solid #D9DEDE;
	background-color: #EFF1F1;
}
.ot-request-checked > p{
	width: 89%;
}

.ot-request-checked > p.custom-checkbox-wrapper > .custom-checkbox-label{
	width: 100%;
	margin-bottom: 10px;
}

.option-box-approve > input:disabled ~ .custom-radio-container,
.option-box-reject > input:disabled ~ .custom-radio-container,
.option-box-cancel > input:disabled ~ .custom-radio-container,
.option-box-yes > input:disabled ~ .custom-radio-container,
.option-box-idk > input:disabled ~ .custom-radio-container,
.option-box-no > input:disabled ~ .custom-radio-container,
.option-box-theme > input:disabled ~ .custom-radio-container,
.custom-checkbox-wrapper.choice_list > input:disabled ~ .custom-checkbox-label,
.attd-edit-table p.custom-checkbox-wrapper > input.disabled ~ .custom-checkbox-label{
	border: 1px solid #F1F2F3;
	background-color: #F1F2F3;
	color: #7C7C7C;
}

.option-box-approve .custom-radio-container .custom-radio-checkmark,
.option-box-reject .custom-radio-container .custom-radio-checkmark,
.option-box-cancel .custom-radio-container .custom-radio-checkmark,
.option-box-yes .custom-radio-container .custom-radio-checkmark,
.option-box-idk .custom-radio-container .custom-radio-checkmark,
.option-box-no .custom-radio-container .custom-radio-checkmark,
.option-box-theme .custom-radio-container .custom-radio-checkmark{
	left: 12px;
}

p.option-box-theme > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark::after {
	background: var(--primary-color) !important;
}
p.option-box-theme > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark{
	border-color: var(--primary-color) !important;
}
p.option-box-theme > input[type="radio"]:checked + .custom-radio-container{
	border: 1px solid var(--primary-color);
	background-color: var(--secondary-color);
}

p.custom-checkbox-wrapper.choice_list > input[type="checkbox"]:checked + .custom-checkbox-label,
.attd-edit-table p.custom-checkbox-wrapper > input[type="checkbox"]:checked + .custom-checkbox-label{
	border: 1px solid var(--primary-color);
	background-color: var(--secondary-color);
}

p.option-box-yes > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark::after,
p.option-box-idk > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark::after,
p.option-box-approve > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark::after {
	background: #158039 !important;
}
p.option-box-yes > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark,
p.option-box-idk > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark,
p.option-box-approve > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark{
	border-color: #158039 !important;
}
p.option-box-yes > input[type="radio"]:checked + .custom-radio-container,
p.option-box-idk > input[type="radio"]:checked + .custom-radio-container,
p.option-box-approve > input[type="radio"]:checked + .custom-radio-container{
	border: 1px solid #158039;
	background-color: #E6F9E8;
}
p.option-box-no > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark::after,
p.option-box-reject > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark::after {
	background: #DA2F38 !important;
}
p.option-box-no > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark,
p.option-box-reject > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark{
	border-color: #DA2F38 !important;
}
p.option-box-no > input[type="radio"]:checked + .custom-radio-container,
p.option-box-reject > input[type="radio"]:checked + .custom-radio-container{
	border: 1px solid #DA2F38;
	background-color: #FFE5E5;
}
p.option-box-cancel > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark::after {
	background: #FF970A !important;
}
p.option-box-cancel > input[type="radio"]:checked + .custom-radio-container .custom-radio-checkmark{
	border-color: #FF970A !important;
}
p.option-box-cancel > input[type="radio"]:checked + .custom-radio-container{
	border: 1px solid #FF970A;
	background-color: #FFF4D3;

}
.custom-radio-label{
	display: inline-block;
	position: relative;
	padding-left: 5px; /* Space for the custom radio checkmark */
	cursor: pointer;
	color:  var(--primary-font-color);;
	font-size: 14px;
	line-height: 20px;
}
.custom-radio-container {
    display: inline-flex; /* Use inline-flex to align icon and text */
    align-items: center; /* Vertically center items */
    position: relative;
    padding-left: 25px; /* Space for the custom radio checkmark */
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#first_payroll_popup .custom-radio-checkmark {
  position: absolute;
  top: 10%;
}
/* Create a custom radio button appearance */
.custom-radio-checkmark {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 0;
    transform: translateY(-50%); /* Adjust for vertical centering */
    height: 20px; /* Adjust SIZE here */
    width: 20px;  /* Adjust SIZE here */
    background-color: #fff;
    border: 2px solid #919F9D; /* Add a border for better definition */
    border-radius: 50%; /* Makes it circular */
	box-sizing: border-box;
    transition: background-color 0.2s, border-color 0.2s; /* Smooth transitions */
}

/* On hover, change background color */
.custom-radio-container:hover .custom-radio-checkmark {
    background-color: #fff;
    border-color: #919F9D;
}
p:not(#foo) > input[type=radio]:checked:hover + .custom-radio-container .custom-radio-checkmark {
    background-color: #fff; 
    border-color: var(--primary-color-hover); 
}
/* When the associated radio button is checked, apply styles */
p:not(#foo) > input[type=radio]:checked + .custom-radio-container .custom-radio-checkmark {
    background-color: #fff; 
    border-color: var(--primary-color); 
}

/* Create the inner dot/circle (indicator) */
.custom-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none; /* Hide by default */
}
p:not(#foo) > input[type=radio]:checked:hover + .custom-radio-container .custom-radio-checkmark:after {
    background: var(--primary-color-hover);
}
/* Show the indicator when the associated radio button is checked */
p:not(#foo) > input[type=radio]:checked + .custom-radio-container .custom-radio-checkmark:after {
    background: var(--primary-color);
}
p:not(#foo) > input[type=radio]:hover + .custom-radio-container .custom-radio-checkmark:after {
    background: #EFF1F1;
}

p:not(#foo) > input[type=radio]:disabled + .custom-radio-container .custom-radio-checkmark {
    background-color: #fff; 
    border-color: #BABCC0 !important; 
}

p:not(#foo) > input[type=radio]:checked:disabled + .custom-radio-container .custom-radio-checkmark:after {
    background: #BABCC0 !important;
}


p:not(#foo) > input[type=radio]:disabled + .custom-radio-container .custom-radio-checkmark:after {
    background: #fff !important;
}
/* Style the indicator (inner dot) */
.custom-radio-checkmark:after {
    top: 50%;
    left: 50%;
	display: block;
    transform: translate(-50%, -50%); /* Center the dot */
    width: 10px;  /* Adjust INNER DOT SIZE here */
    height: 10px; /* Adjust INNER DOT SIZE here */
    border-radius: 50%;
    background: #fff;
}

.custom-checkbox-label {
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none; /* Prevent text selection when clicking the label */
}
.custom-checkbox-wrapper{
	white-space: nowrap;
}
.custom-checkbox-box {
	width: 16px;
	height: 16px;
	border: 2px solid #919F9D;
	border-radius: 4px;
	margin-right: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
	position: relative; /* Needed if you want to perfectly center the icon with absolute positioning */
	overflow: hidden; /* Hide overflow if icon is slightly larger initially */
}

.custom-checkmark-icon {
	color: #fff; /* Default color, will be visible when background changes */
	font-size: 14px; /* Adjust size as needed */
	opacity: 0; /* Initially hide the icon */
	transform: scale(0.5); /* Make it smaller initially for a subtle animation */
	transition: all 0.2s ease-in-out;
}
p:not(#foo) > input[type=checkbox]:hover + .custom-checkbox-label .custom-checkbox-box {
	background-color: #EFF1F1; 
}

/* Style for when the checkbox is checked */
p:not(#foo) > input[type=checkbox]:checked + .custom-checkbox-label .custom-checkbox-box {
	background-color: var(--primary-color); 
	border-color: var(--primary-color);
}
p:not(#foo) > input[type=checkbox]:checked:hover + .custom-checkbox-label .custom-checkbox-box {
	background-color: var(--primary-color-hover); 
	border-color: var(--primary-color-hover);
}
p:not(#foo) > input[type=checkbox]:disabled + .custom-checkbox-label .custom-checkbox-box {
	background-color: #F1F2F3 !important; 
	border-color: #DBDBDD !important;		
}
p:not(#foo) > input[type=checkbox]:checked:disabled + .custom-checkbox-label .custom-checkbox-box {
	background-color: #BABCC0 !important; 
	border-color: #BABCC0 !important;
}

p:not(#foo) > input[type=checkbox]:checked + .custom-checkbox-label .custom-checkbox-box .custom-checkmark-icon {
	opacity: 1; /* Show the icon */
	transform: scale(1); /* Scale it up to its normal size */
}

/* Optional: Focus styles for accessibility */
p:not(#foo) > input[type=checkbox]:focus + .custom-checkbox-label .custom-checkbox-box {
	
}
/* vertical/horizontal alignment for inputs-checks */
p.input_align_h {
	/* overflow: hidden; */
	float: left;
	margin-right: 10px;
	height: 25px;
	position: relative;
}
p.input_align_v, div.input_align_v {
	overflow: hidden;
	margin-bottom: 10px;
}
p.input_align_h input[type=radio], p.input_align_v input[type=radio] {
	border: 0;
	cursor: pointer;
	margin-bottom: 3px;
}
p.input_align_h label, p.input_align_v label {
	font-size: 14px;
	cursor: pointer;
	/* padding-bottom: 5px; */
	/*padding-left: 4px;*/
}
div#role_permission ul.ui-tabs-nav li p.input_align_h label {
	font-size: 14px;
	cursor: pointer;
	padding-bottom: 0;
}

div.input_align_h {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
div.input_align_h, p.input_align_v input, p.input_align_s input {
	cursor: pointer;
}
div.input_align_h label, p.input_align_v label, p.input_align_s label{
	font-size: 14px;
	cursor: pointer;
}
div.input_align_h:has(input[type=checkbox]:disabled) label,	p.input_align_s:has(input[type=checkbox]:disabled) label,	p.input_align_v:has(input[type=checkbox]:disabled) label{
	cursor: auto;
}
p.input_align_s {
	display: flex;
}
p.input_align_s label::before {
	cursor: pointer;
}
#file_category_form p.input_align_s input[type="checkbox"] {
    position: relative;
}
/* --------------------------------end radio checkbox style-------------------------------------*/

/* button style */

input.btn, button.btn, a.btn {
	border: 0;
}
/*button flat default*/
.btn-flat, a.fw-btn,
.assessment_session_icon.ui-state-default.ui-corner-all > span,
.fg-button.ui-state-default.fg-button-icon-solo.ui-corner-all.search_advanced_icon > span,
.ui-state-default.ui-corner-all.toggle_ico > span {
	cursor: pointer;
	padding: 8px;
	/* min-height: 34px; */
	font-size: 14px;
	/* box-shadow: 0px 1px 3px 0px #00000080; */
	/* margin-top: 5px; */
	border: 1px solid #B8C1C0;
	border-radius: 8px;
	color: #234;
	font-weight: 500 !important;
}
.option.txt_center .btn-flat{
	min-height: 34px;
}
.assessment_session_icon.ui-state-default.ui-corner-all > span,
.fg-button.ui-state-default.fg-button-icon-solo.ui-corner-all.search_advanced_icon > span,
.ui-state-default.ui-corner-all.toggle_ico > span {
	padding: 6.5px;
}

.assessment_session_icon.ui-state-default.ui-corner-all > span::before,
.fg-button.ui-state-default.fg-button-icon-solo.ui-corner-all.search_advanced_icon > span::before,
.ui-state-default.ui-corner-all.toggle_ico > span::before{
	top: 0px !important;
	/* left: 0px !important; */
} 
/* .user_lst .btn-flat{
	margin-top: 0px;
} */
a.btn-flat, a.fw-btn,
{
	display: inline-block;
	line-height: 25px !important; 
	vertical-align: middle;
	.btn-normal:hover {
		text-decoration: none;
	}
}
a.fw-btn{
	text-decoration: none !important;
	color:#262B2B !important;
	padding: 4px;
}

a.fw-btn.user{
	padding: 6.5px 4px;
}
.payroll_listing a.fw-btn{
	color: #158039 !important;
	border-color: #158039  !important;
}

.payroll_listing a.fw-btn i{
	color: #158039 !important;
	--fa-primary-color: #158039 !important;
  	--fa-secondary-color: #158039 !important;
}

/*end button flat default*/
.awesome, .awesome:visited {
	background: #222 url(../../im/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover {
	background-color: #111;
	color: #fff;
}
.awesome:active {
	top: 1px;
}

.small.awesome, .small.awesome:visited,
.small.btn-flat, .small.btn-flat:visited{
	font-size: 13px;
}
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited {
	font-size: 14px;
	font-weight: 500;
	/* line-height: 1; */
}
.large.awesome, .large.awesome:visited,
.large.btn-flat, .large.btn-flat:visited{
	font-size: 16px;
	padding: 9px 14px 9px;
}
.large.awesome.btn-add, .large.awesome.btn-delete, .large.awesome.btn-clear, .large.awesome.btn-cancel, .large.awesome.btn-search,
.large.btn-flat.btn-add, .large.btn-flat.btn-delete, .large.btn-flat.btn-clear, .large.btn-flat.btn-cancel, .large.btn-flat.btn-search{
	/* padding: 9px 10px 9px 22px; */
}
.tiny.awesome, .tiny.awesome:visited,
.tiny.btn-flat, .tiny.btn-flat:visited {
	font-size: 13px;
	padding: 5px 7px;
}
.lightgreen.awesome, .lightgreen.awesome:visited	{
	background-color: #91bd09;
}
.lightgreen.awesome:hover {
	background-color: #749a02;
}
.green.awesome, .green.awesome:visited	{
	background-color: #14A412;
	/*	background-color: #046D07;*/
}
.green.awesome:hover {
	background-color: #049901;
	/*	background-color: #69C629;*/
	/*	background-color: #049000;*/
}
.dark-green.awesome, .dark-green.awesome:visited	{
	background: #175c35;
	/*	background-color: #046D07;*/
}
.dark-green.awesome:hover {
	background-color: #2E6C49;
	/*	background-color: #69C629;*/
	/*	background-color: #049000;*/
}
.white-green.awesome, .white-green.awesome:visited	{
	border: solid #175c35 1px;
	color: #175c35;
	background-color: #ffffff;
}
.white-green.awesome:hover {
	background-color: #E5E5E5;
}
.gray.awesome, .gray.awesome:visited	{
	background-color: #2B2B2B;
	/*	background-color: #046D07;*/
}
.gray.awesome:hover {
	background-color: #595959;
	/*	background-color: #69C629;*/
	/*	background-color: #049000;*/
}
.lightblue.awesome, .lightblue.awesome:visited {
	background-color: #2daebf;
}
.lightblue.awesome:hover	{
	background-color: #007d9a;
}
.bit_blue.awesome, .lightblue.awesome:visited {
	background-color: #2A99F9;
}
.bit_blue.awesome:hover	{
	background-color: #44C4FF;
}
.blue.awesome, .blue.awesome:visited {
	background-color: #025EE8;
	/*	background-color: #0B3E6F;*/
}
.blue.awesome:hover	{
	background-color: #0070CA;
}
.lightred.awesome, .red.awesome:visited {
	background-color: #e33100;
}
.lightred.awesome:hover {
	background-color: #872300;
}
.red.awesome, .red.awesome:visited {
	/*	background-color: #70001a;*/
	background-color: #BF002C;
	/*	background-color: #B70F0F;*/
}
.red.awesome:hover {
	background-color: #A00025;
	/*	background-color: #DF201F;*/
}
.magenta.awesome, .magenta.awesome:visited {
	background-color: #a9014b;
}
.magenta.awesome:hover {
	background-color: #630030;
}
.darkblue.awesome, .darkblue.awesome:visited {
	background-color: #0a1b47;
}
.darkblue.awesome:hover {
	background-color: #112E74;
}
.orange.awesome, .orange.awesome:visited {
	background-color: #ff5c00;
}
.orange.awesome:hover {
	background-color: #d45500;
}
.yellow.awesome, .yellow.awesome:visited {
	/*background-color: #ffb515;*/
    background-color: #EDA200;
}
.yellow.awesome:hover {
	background-color: #fc9200;
}
.lightred-outline {
	border: 1px solid #e33100;
	border-radius: 3px;
	padding: 4px 5px;
	color: #e33100;
	cursor: default;
}
.lightgreen-text {
	color: #2a995a;
	cursor: default;
}
.bg-light-grey {
	color: #9E9E9E;
	background: #C5C5C5;
}
.bg-light-teal {
	color: #FFF;
	background: #32C38C;
}
.bg-light-teal.awesome:hover	{
	background-color: #4CCA9A;
}

/* --------------------------end button style--------------------------- */

/* -------------------------- file upload style ------------------------ */

.qq-uploader {
	position: absolute;
	width: 100%;
	min-height: 43px;
	right: 0;
	left: 0;
	height: 420px;
}
#file_uploader{
	position: relative;
}
.qq-upload-button {
	display:block; /* or inline-block */
	width: 105px; padding: 7px 0; text-align:center;
	/*    background:#880000; border-bottom:1px solid #ddd;color:#fff; */
	display: none;
}
.qq-upload-button-hover {background:#cc0000;}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: inherit;
	z-index: 2;
	background: white;
	text-align: center;
	bottom: 0;
	border-style: dashed;
	border-color: #cbebfb;
}

.qq-upload-drop-area span {
	display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {
	border-style: dashed;
	border-color: #00a8e4;
}

.qq-upload-list {margin:15px 35px 15px 0; padding:0; list-style:disc;display:none;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
	margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("im/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

/* --------------------------end file upload style--------------------------- */

/* ------------------------------ tipsy style ------------------------------- */

.tipsy {
	padding: 5px;
	font-size: 11px;
	position: absolute;
	z-index: 100000;
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	/*	font-weight: bolder; */
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-arrow {
	position: absolute;
	/*	background: url('../../im/tipsy.gif') no-repeat top left; */
	width: 9px;
	height: 9px;
	/*	width: 9px;
		height: 5px; */
}
.tipsy-n .tipsy-arrow {
	background-position: -3px -21px;
	top: 0;
	left: 50%;
	margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
	background-position: -3px -21px;
	top: 0;
	left: 10px;
}
.tipsy-ne .tipsy-arrow {
	background-position: -3px -21px;
	top: 0;
	right: 10px;
}
.tipsy-s .tipsy-arrow {
	background-position: -68px -18px;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	/*	background-position: bottom left; */
}
.tipsy-sw .tipsy-arrow {
	background-position: -68px -18px;
	bottom: 0;
	left: 10px;
	/*	background-position: bottom left; */
}
.tipsy-se .tipsy-arrow {
	background-position: -68px -18px;
	bottom: 0;
	right: 10px;
	/*	background-position: bottom left; */
}
.tipsy-e .tipsy-arrow {
	background-position: -35px -20px;
	top: 50%;
	margin-top: -4px;
	right: 0;
	/*	width: 5px;
		height: 9px;
		background-position: top right; */
}
.tipsy-w .tipsy-arrow {
	background-position: -101px -20px;
	top: 50%;
	margin-top: -4px;
	left: 0px;
	/*	width: 5px;
		height: 9px; */
}

/* ---------------------------- end tipsy style ----------------------------- */

/* other */

.button-ico {
	border: 0;
	background: none;
}
img.resetBtn {
	cursor: pointer;
}
#black_layer {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1001;
}
#black_layer_content {
	position: absolute;
	width: 800px;
	left: 25%;
	margin-left: -150px;
	top: 50%;
	margin-top: -170px;
	padding: 3px;
	z-index: 1002;
	background: #FFF;
}
div#preloaded_layer {
	/* set it to fill the whil screen */
	width:100%;
	height:100%;
	/* transparency for different browsers */
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background:#000;
	/* make sure it appear behind the dialog box but above everything else */
	position:absolute;
	top:0; left:0;
	z-index:300000;
}
div#loading{
	display: none;
	/*	position: fixed; z-index: 3000; top: 10px; left: 47%;*/
	position: fixed; z-index: 3000; top: 10px; right: 10px;
	padding: 10px;
	background: url(../../im/loading_bg.png) repeat-x;
	border: 1px solid #444444;
	text-align: center;
	color: #FFF;
	-moz-box-shadow: 0 0 4px #3D3D3D;
	-webkit-box-shadow: 0 0 4px #3D3D3D;
	/*	background: #FFF;
		border: 1px solid #CCC;*/
}
div#preloaded {
	position: fixed; z-index: 3000; top: 50px; left: 45%;
	padding: 10px;
	z-index:300001;
}
/* ------------------------------------------------------ */

/* jquery ui */

table.fw-display_item table.ui-widget {
	/*	font-family: Verdana, Arial, "Trebuchet MS", sans-serif; */
	font-family: Rubik, Arial, Helvatica, sans-serif;
	font-size: 14px;
}
table.fw-display_item td.fw-min_width table.ui-widget {
	font-family: Rubik, Arial, Helvatica, sans-serif;
	font-size: 14px;
}

table.fw-display_item td.fw-min_width table.ui-widget td {
	line-height: 27px;
}
.ui-widget, .ui-widget a, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Rubik, Arial, Helvatica, sans-serif;
	font-size: 14px;
}
.ui-widget-overlay {
	background: gray;
	opacity: .3;
	z-index: 99;
}
input.ui-rangepicker-input {
	margin: 0 20px;
}
.ui-daterangepicker-arrows input.ui-rangepicker-input {
	width: 185px !important;
}
.ui-button-text-only {
	cursor: pointer;
	/*	padding: 3px 10px; */
}
.ui-widget-content {
	background: #FFF;
}
.ui-widget-content, .ui-widget-content a {
	color: #223344;
}
.ui-menu-item a {
    display: block;
}
div#tab_menu .ui-widget-content p a {
	color: #223344 !important;
}
div#accordion .ui-accordion-content a {
	color: #0000CC;
}
div#filters_list .ui-buttonset, div#filters_list .ui-button {
	margin-left: 0;
	margin-right: -0.35em;
}
/* other */
.show_mail_lists {
	margin: 10px 0 10px 10px;
}
.show_mail_lists p {
	position: relative;
}

.poster_detail {
	padding: 3px;
}

.table_bar {
	border: 0;
	padding: 4px;
	height: 24px;
}
.table_bar .left_bar{
	float: left;
	line-height: 24px;
	margin-right: 3px;
	padding-right: 3px;
}
.table_bar .right_bar{
	float: right;
	line-height: 24px;
	position: relative;
}

.note_show_list {
	margin-top: 5px;
}
.note_ccb_list {
	margin-top: 10px;
}

.resize_fields{
	padding: 4px;
}


#system_info {
	text-align: center;
	padding-top: 5px;
	color: #666;
	display: none;
}

#recent_page_item li{
	padding: 5px 0;
}
/*button icon*/
.btn.btn-add, i.btn-add  {
	/* background: url(../../im/btn-check.svg) no-repeat 5px center;
	padding: 5px 5px 6px 22px; */
}
.btn.btn-clear, i.btn-clear {
	/* background: url(../../im/btn-eraser.svg) no-repeat 5px center;
	padding: 5px 5px 6px 22px; */
}
.btn.btn-delete, i.btn-delete {
	/* background: url(../../im/btn-trash-can.svg) no-repeat 5px center;
	padding: 5px 5px 6px 22px; */
}
.btn.btn-search, i.btn-search {
	/* background: url(../../im/btn-magnifying-glass.svg) no-repeat 5px center;
	padding: 5px 5px 6px 22px; */
}
.btn.btn-settings, i.btn-settings {
	/* background: url(../../im/btn-gear-white.svg) no-repeat 5px center;
	padding: 5px 5px 6px 22px; */
}
.btn.btn-download, i.btn-download {
	background: url(../../im/btn-file-arrow-down.svg) no-repeat 5px center;
	position: relative;
	top: 15px;
	right: 5px;
}
.btn.btn-cancel, i.btn-cancel {
	/* background: url(../../im/btn-ban.svg) no-repeat 5px center;
	padding: 5px 5px 6px 22px; */
}
/*end button icon*/
/*button flat style*/
/* .btn-flat.btn-blue {
	border: none;
	background-color: #025EE8;
	color: #FFFFFF;
	line-height: 1;
}
.btn-flat.btn-blue:hover {
	background-color: #4186EE;
	box-shadow: 0px 1px 5px 0px #00000080;
}
.btn-flat.btn-blue:focus-visible {
	background-color: #025EE8;
	border: 2px solid #003D98;
}
.btn-flat.btn-blue:active {
	background-color: #4186EE;
	box-shadow: 0px 1px 3px 0px #00000080;
} */
.btn-flat.btn-blue-outline {
	border: 1px solid #025EE8;
	background: #FFFFFF;
	color: #025EE8;
	/* line-height: 1; */
}
.btn-flat.btn-blue-outline:hover {
	border: 1px solid #4186EE;
	background-color: #FFFFFF;
	color: #4186EE;
	box-shadow: 0px 1px 5px 0px #00000080;
}
.btn-flat.btn-blue-outline:focus-visible {
	border: 1px solid #025EE8;
	background-color: #FFFFFF;
	color: #025EE8;
	border: 2px solid #003D98;
}
.btn-flat.btn-blue-outline:active {
	border: 1px solid #4186EE;
	background-color: #FFFFFF;
	color: #4186EE;
	box-shadow: 0px 1px 3px 0px #00000080;
}

.btn-flat.btn-white {
	border: 1px solid darkgrey;
	background-color: #FFFFFF;
	color:  var(--primary-font-color);;
	/* line-height: 1; */
}

.btn-flat.btn-gray {
	border: 1px solid #B8C1C0;
	background-color: #FFF;
	color:  var(--primary-font-color);;
	/* line-height: 1; */
}
.btn-flat.btn-gray:hover {
	background-color: #EFF1F1;
	box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.10) inset;
}

.btn-flat.btn-gray:focus-visible {
	background-color: #4C4C4C;
	border: 2px solid #151515;
	box-shadow: 0px 0px 0px 2px #394141;
}
.btn-flat.btn-gray:active {
	background-color: #E6EAEA;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15) inset;
}


.btn-flat.btn-new-gray {
	border: none;
	border: 1px solid #B8C1C0;
	background-color: #EFF1F1;
	color: var(--primary-font-color);;
	/* line-height: 1; */
}
.btn-flat.btn-new-gray:hover {
	background-color: #EFF1F1;
	box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.10) inset;
}
.btn-flat.btn-new-gray:focus-visible {
	background-color: #4C4C4C;
	border: 2px solid #151515;
}
.btn-flat.btn-new-gray:active {
	background-color: #E6EAEA;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15) inset;
}
.fg-button.ui-state-default.fg-button-icon-solo.ui-corner-all.search_advanced_icon{
	background: none;
	border:none;	
	right: 20px !important;
}

.fg-button.ui-state-default.fg-button-icon-solo.ui-corner-all.search_advanced_icon > span{
	padding:8.5px;
	
	top: 12px !important;
}
.btn-flat.btn-gray-outline, a.fw-btn,
.assessment_session_icon.ui-state-default.ui-corner-all > span,
.fg-button.ui-state-default.fg-button-icon-solo.ui-corner-all.search_advanced_icon > span,
.ui-state-default.ui-corner-all.toggle_ico > span {
	border: 1px solid #B8C1C0;
	background: #FFFFFF;
	color: #262B2B;
	/* line-height: 1; */
}
.btn-flat.btn-gray-outline:hover, a.fw-btn:hover,
.assessment_session_icon.ui-state-default.ui-corner-all > span:hover,
.fg-button.ui-state-default.fg-button-icon-solo.ui-corner-all.search_advanced_icon > span:hover,
.ui-state-default.ui-corner-all.toggle_ico > span:hover {
	border: 1px solid #B8C1C0;
	background-color: #EFF1F1;
	box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.10) inset;
}
.btn-flat.btn-gray-outline:focus-visible, a.fw-btn:focus-visible {
	border: 2px solid #B8C1C0;
	background-color: #FFFFFF;
	box-shadow: 0 0 0 2px #394141;
}
.btn-flat.btn-gray-outline:active, a.fw-btn:active {
	border: 1px solid #B8C1C0;
	background-color: #E6EAEA;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15) inset;
}

.btn-flat.btn-green, .btn-flat.btn-blue {
	border: 1px solid #158039;
	background-color: #158039;
	color: #FFFFFF;
	/* line-height: 1; */
}

.btn-flat.btn-green:hover, .btn-flat.btn-blue:hover {
	background-color: #166531;
	box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.10) inset;
}
.btn-flat.btn-green:disabled, .btn-flat.btn-blue:disabled, .btn-flat.btn-white:disabled, .btn-flat.btn-grey:disabled {
	background-color: #F1F2F3;
	color: #7C7C7C !important;
	border-color: #F1F2F3;
}

.btn-flat.btn-green:focus-visible, .btn-flat.btn-blue:focus-visible {
	background-color: #158039;
	border: 1px solid #fff;
  	box-shadow: 0px 0px 0px 2px #394141;
}
.btn-flat.btn-green:active, .btn-flat.btn-blue:active {
	background-color: #14532B;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15) inset;
}

.btn-flat.btn-green-outline {
	border: 1px solid #158039;
	background: #FFFFFF;
	color: #158039;
	/* line-height: 1; */
}
.btn-flat.btn-green-outline:hover {
	border: 1px solid #158039;
	color: #158039;
	border-radius: 8px;
	background: #EFF1F1;
	box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.10) inset;
}
.btn-flat.btn-green-outline:focus-visible {
	border: 2px solid #158039;
	background-color: #FFFFFF;
	color: #158039;
	/* Button Hacks/drop-shadow-active */
	box-shadow: 0 0 0 2px #394141;
}
.btn-flat.btn-green-outline:active {
	border: 1px solid #158039;
	background-color: #E6EAEA;
	color: #158039;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15) inset;
}

.btn-flat.btn-red {
	border: none;
	background-color: #BF002E;
	color: #FFFFFF;
	/* line-height: 1; */
}
.btn-flat.btn-red:hover {
	background-color: #CF4062;
}
.btn-flat.btn-red:focus-visible {
	background-color: #BF002E;
	border: 2px solid #7D001E;
}
.btn-flat.btn-red:active {
	background-color: #CF4062;
}
.btn-flat.btn-red-outline {
	border: 1px solid #BF002E;
	background: #FFFFFF;
	color: #BF002E;
	/* line-height: 1; */
}
.btn-flat.btn-red-outline:hover {
	border: 1px solid #CF4062;
	background-color: #FFFFFF;
	color: #CF4062;
}
.btn-flat.btn-red-outline:focus-visible {
	border: 2px solid #7D001E;
	background-color: #FFFFFF;
	color: #7D001E;
}
.btn-flat.btn-red-outline:active {
	border: 1px solid #CF4062;
	background-color: #FFFFFF;
	color: #CF4062;
}

.btn-flat.btn-yellow {
	border: none;
	background-color: #E69D00;
	color: #FFFFFF;
	/* line-height: 1; */
}
.btn-flat.btn-yellow:hover {
	background-color: #EEAE26;
}
.btn-flat.btn-yellow:focus-visible {
	background-color: #E69D00;
	border: 2px solid #AD7600;
}
.btn-flat.btn-yellow:active {
	background-color: #E69D00;
}
.btn-flat.btn-yellow-outline {
	border: 1px solid #E69D00;
	background: #FFFFFF;
	color: #E69D00;
	/* line-height: 1; */
}
.btn-flat.btn-yellow-outline:hover {
	border: 1px solid #EEAE26;
	background-color: #FFFFFF;
	color: #EEAE26;
}
.btn-flat.btn-yellow-outline:focus-visible {
	border: 2px solid #AD7600;
	background-color: #FFFFFF;
	color: #AD7600;
}
.btn-flat.btn-yellow-outline:active {
	border: 1px solid #E69D00;
	background-color: #FFFFFF;
	color: #E69D00;
}

.btn-flat.btn-purple {
	border: none;
	background-color: #9B51E0;
	color: #FFFFFF;
	/* line-height: 1; */
}
.btn-flat.btn-purple:hover {
	background-color: #B97CF1;
	box-shadow: 0px 1px 5px 0px #00000080;
}
.btn-flat.btn-purple:focus-visible {
	background-color: #9B51E0;
	border: 2px solid #003D98;
}
.btn-flat.btn-purple:active {
	background-color: #B97CF1;
	box-shadow: 0px 1px 3px 0px #00000080;
}

/*disabled should be at last position of this style*/
.btn.disabled,
.btn-flat.disabled,
.btn-flat.btn-disabled,
.btn-flat:disabled {
	background-color: #D2D2D2;
	border-color: #D2D2D2;
	color: #898989 !important;
	pointer-events: none;
}
.btn-flat.btn-blue-outline.disabled,
.btn-flat.btn-blue-outline.btn-disabled,
.btn-flat.btn-blue-outline:disabled {
	border: 1px solid #D2D2D2;
	background: #FFFFFF;
	color: #D2D2D2;
	pointer-events: none;
}

.btn-dropdown{
	padding-right: 20px;
	position: relative;
	font-weight: lighter;
}

/*end button flat style*/
.head_po_detail {
	font-weight: 500;
	margin-top: 13px;
	margin-bottom: 5px;
}

.ui-tabs .ui-tabs-nav li {
	margin: 1px 0.1em 0 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li a {
	padding: 0.5em 0.5em;
}

#role_permission li p.input_align_h {
	margin: 0.5em 0 0 0.5em;
}

.fg-button .ui-tab-close {
	top: -1px;
	margin-left: -10px;
}

div.expand_list {
	padding-top: 5px;
	padding-left: 23px;
	margin-bottom: 15px;
}

span.btn-select_all {
	padding: 2px 12px;
	margin-left: 15px;
	border-radius: 3px;
	cursor: pointer;
	color: #FFFFFF;
	display: none;
	min-height: 13px;
}

div.department{
	margin-top: 10px;
	margin-bottom: 20px;
}
div.department div.toggle_ico, div.department div.toggle_icon{
	margin-right: 25px;

}
div.department div.expand_list{
	padding: 20px 25px;
	margin-bottom: 5px;
}
div.department > div:first-child {
	height: 21px;
}
.ui-datepicker table td a {
	font-size: 1em;
}

div.ui-accordion h3.ui-accordion-header {
	line-height: 1;
}

.chosen-container a {
	color: #444 !important;
}

.chosen-container a:hover{
	text-decoration: none !important;
}

input[type=search].select2-search__field, input[type=search].select2-search__field:hover {
	padding: 4px;
}

.tab_box {
	padding: 20px 0;
}

.tab_box h2 {
	margin-bottom: 10px;
}

.acc_box {
	border: 1px solid #ddd;
	border-radius: 4px;
	float: left;
	margin: 5px;
	min-height: 100px;
	min-width: 250px;
	padding: 5px;
}

.acc_box p:nth-child(1) {
	margin-bottom: 5px;
}

ul.standard {
	padding-left: 10px;
}

ul.standard li {
	list-style-type: disc;
}

ul.standard li a {
	color: blue;
}

p.input_align_h > label, p.input_align_v > label {
	float: none;
	/*for settings enable tabs sync*/
}

.sync_active p.input_align_h > label.custom-checkbox-label, .sync_active p.input_align_v > label.custom-checkbox-label {
	float: inline-start;
}
.chosen-bg {
	content: "&nbsp;";
	height: 11px;
	width: 16px;
	float: left;
	margin-right: 4px;
	margin-top: 1px;
	border-radius: 1px;
}
.highlighted .chosen-badge {
	color: #444;
}
.chosen-badge-wrap {
	display: flex;
	align-items: center;
}
.chosen-badge {
	margin-right: 4px;
	border-radius: 8px;
	padding: .3rem;
}

.chosen-container-single .chosen-single div.chosen-bg {
	margin-top: 6px;
	height: 11px;
	position: relative;
}

.logged_as {
	padding: 20px;
	background: #FFF;
	color: #777;
	width: 85%;
	float: right;
}
.logged_as span {
	color: #1E5E8F;
}
.logged_as_cont {
	margin: 0 10%;
}
.selected_close {
	background: url(../../im/sel_x.png) 80% 80% no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.selected_check {
	background: url(../../im/sel_v.png) 50% 80% no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.fw-highlight_row_report{
	background: #EFEFC2;
}

.fw-hint {
	color: #054FC6;
}

.fw-hint:hover {
	color: #054FC6;
	cursor: help;
	text-decoration: none;
}

#profile-icon-menu {
	display: inline-block;
	cursor: pointer;
	box-sizing: border-box;
	height: 9%;
	padding: 10px 0px 10px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
#menu_profile_name {
	display: table-cell;
	vertical-align: top;
	padding: 5px 8px 0px 8px;
	/* width:70%; */
}

.top_menu_legal_name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* width: 80%; */
	font-weight: 500;
	box-sizing: border-box;
}
.top_menu_profile_name{
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	max-height: 25px;
	margin-bottom: 8px;
	/* width: 80%; */
	box-sizing: border-box;
}
#top_menu_profile {
	vertical-align: middle;
	display: table-cell;
	/* width: 30%; */
}
#top_menu_profile p {
	float: right;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	min-width: 80px;
}
#top_menu_profile .profile_photo {
	float: left;
	margin: 0 3px;
	cursor: pointer;

}
.profile_photo {
	border-radius:50%;
	overflow:hidden;
	border: solid 1px #ccc;
	padding: 5px;
	background-clip: content-box; /* support: IE9+ */
	background-color: #fff;
}

.ui-datepicker-calendar .ui-datepicker-unselectable span.ui-state-default {
	background:#999999 !important;
	border-color:#999999 !important;
	/*text-decoration: line-through;*/
}

.ulist {
	/*margin: 4px 0px;*/
	padding: 4px 0 1px 5px;
}
.employee_assigned_content .ulist {
	width: 95%;
}
.ulist a {
	text-decoration: none;
	color:  var(--primary-font-color) !important;
}

.ulist .ulist-text {
	line-height: 33px;
	vertical-align: top;
}

.ulist .ulist-text.ulist-small {
	line-height: 22px;
	overflow: hidden;
	vertical-align: top;
}

.ulist i.ulist-text.ulist-small {
	font-size: 14px !important;
}

.ulist:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.ulist .remove_icon {
	float: right;
	margin: 3px 5px 0 0;
}

.ulist .uitem {
	display: inline-flex;
}

#non_user_list .ulist .input_align_v {
	margin-bottom: 0;
}

#non_user_list > p.input_align_v {
	margin: 8px 0 0 8px;
}
.assign_other_span{
	height:20px;
	max-width: 268px;
}

.assign_other_employee_content .ulist label{
	height: 24px;
	margin-left: 4px;
}

.employee_assigned_content .ulist:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}

.assign_other_employee_content.ulist:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}

.employee_assigned_header {
	margin-bottom: 5px;
	position: relative;
	margin-top: 4px;
}

.assign_other_employee_header {
	margin-bottom: 5px;
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 22px;
}

.assign_other_employee_header .ui-icon{
	float: left;
	position: relative;
	top: -20px;
	cursor: pointer;
}

.assign_other_employee_header_text{
	font-weight: 500;
	cursor: pointer;
	position: relative;
	top: 2px;
}

.employee_assigned_content {
	border: 1px solid var(--primary-border-color);
	border-radius: 8px;
	max-height: 150px;
	overflow: auto;
	width: 40%;
}

.assign_other_employee_content {
	border: 1px solid var(--primary-border-color);
	border-radius: 8px;
	max-height: 150px;
	overflow: auto;
	display: none;
}

.assign_other_employee_text {
	display: none;
	font-weight: 500;
	margin: 5px;
}

.non_user_list_input{
	width: 15px;
	position: relative;
	top: -3px;
}
/* 
a.fw-btn {
	padding: 5px 5px 5px 5px;
	border: 1px solid var(--primary-border-color);
	border-radius: 6px;
	font-weight: 500;
	color: var(--primary-font-color) !important;
	background-color:#fff;
	display: inline-block;
	margin: 1px;
	cursor:pointer;
	white-space: nowrap;
} */

.fw-line {
	color: #ccc;
}

.gain-clean-content.search_active, .search_active {
	background-color: #FFF0C6;
}

.hint-header {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
}

ul.top_menu_list {
	width: 100%;
	/*position: relative;*/
	min-height: 40px;
}
ul.top_menu_list, ul.top_menu_list li {
	float: left;
}
ul.top_menu_list li {
	margin: 5px 0;
	height: 27px;
	padding: 0 10px;
	/*position: absolute;*/
}
ul.top_menu_list li img.lighter_img {
	position: relative;
	/*top: 20%;*/
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
}

ul.top_menu_list li.r {
	border-left: 1px solid #8b8b8b;
}

.logo_contain {
	min-height: 60px;
	/* height: 15%; */
	box-sizing: border-box;
	/*width: 20px;*/
	/* float: left; */
	text-align: center;
}

.top_line {
	background: url(../../im/top_bg.png) repeat-x;
	width: 85%;
	height: 1px;
	z-index: 4;
	float: right;
}

.top_container {
	width: 100%;
	margin: auto;
	position: relative;
	margin-bottom: 125px;
}

/* for profile
----------------------------------*/
#profile_tab_menu .ui-widget-header, .display_profile_tbl ul.ui-widget-header {
	border: 0px solid var(--primary-border-color);
	background: #fff;
	position: relative;
  	left: -2px;
	color:  var(--primary-font-color);;
	font-weight: 400;


}
#profile_tab_menu .ui-widget-header a {
	color: var(--primary-font-color);
}
#profile_tab_menu .ui-state-default,
#profile_tab_menu .ui-widget-content .ui-state-default,
#profile_tab_menu .ui-widget-header .ui-state-default {
	border: 1px solid #dddddd;
	background: #f6f6f6 url(theme/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight: 500;
	color: #0073ea;
}
#profile_tab_menu .ui-state-default a,
#profile_tab_menu .ui-state-default a:link,
#profile_tab_menu .ui-state-default a:visited {
	color: #0073ea;
	text-decoration: none;
}
#profile_tab_menu .ui-state-hover,
#profile_tab_menu .ui-widget-content .ui-state-hover,
#profile_tab_menu .ui-widget-header .ui-state-hover,
#profile_tab_menu .ui-state-focus,
#profile_tab_menu .ui-widget-content .ui-state-focus,
#profile_tab_menu .ui-widget-header .ui-state-focus {
	background: #EFF1F1;
	border-left: #EFF1F1 2px solid;
}
#profile_tab_menu .ui-state-hover a,
#profile_tab_menu .ui-state-hover a:hover,
#profile_tab_menu .ui-state-hover a:link,
#profile_tab_menu .ui-state-hover a:visited {
	color: var(--primary-font-color);
	text-decoration: none;
}
#profile_tab_menu .ui-state-active,
#profile_tab_menu .ui-widget-content .ui-state-active,
#profile_tab_menu .ui-widget-header .ui-state-active {
	font-weight: 400;
	border: 0px;
	color: var(--primary-font-color);
	background: var(--secondary-color);
  	border-left: 2px solid var(--primary-color);
}
#profile_tab_menu .ui-state-active a,
#profile_tab_menu .ui-state-active a:link,
#profile_tab_menu .ui-state-active a:visited {
	text-decoration: none;
}

/*  ----- end profile ------ */


td.daterange div{
	display: inline;
}

.transparent_input{
	background: transparent;
	border: none;
}

#system_expired {
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: calc(100% - 20px);
	background-color: #162836;
}

.highcharts-pivot {
	display: none;
}

.solidGaugeChart{
	cursor: pointer;
}

.dbg {
	background-color: yellow;
	padding: 5px 10px;
	display:table-cell;
	border-radius: 5px;
}

.msg {
	margin: 0 0 10px 0;
	border-spacing: 0;
	border-radius: 8px;
	position: relative;
}

.msg > div {
	padding: 10px 0 10px 10px !important;
	display: table-cell;
	vertical-align: top;
}

.msg .icon {
	width: 30px;
	height: 18px !important;
	text-align: center;
	line-height: 1px;
}

.msg .icon img {
	width: 16px;
	height: 16px;
}

.msg .text {
	vertical-align: middle;
}

.msg .text, .msg .text li {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.msg .text ul {
	margin-left: 15px;
}

.msg .text ul li {
	list-style-type: disc;
}

.msg.warning, .msg.global {
	color:#7C420B !important;
	background:#FFFBC5;
	border: 1px solid #FFFBC5;
}

.msg.warning i, .msg.global i{
	color:#7C420B !important;
}
.msg.accrue {
	color:#823C0C !important;
	background:#FFF4D3;
	border: 1px solid #FFF4D3;
}

.msg.accrue i {
	color:#823C0C !important;
}

.msg.error {
	color:#971D23;
	background:#FEE2E3;
	border: 1px solid #FEE2E3;
}

.msg.error i {
	color:#971D23 !important;
}
.msg.info {
	color:#164B92 !important;
	background:#D8EBFF;
	border: 1px solid #D8EBFF;
}
.msg.info i {
	color:#0F6EEB !important;
}
.msg.success {
	color:#158039 !important;
	background:#DCFCE6;
	border: 1px solid #DCFCE6;
}
.msg.success i {
	color:#158039 !important;
}
.msg.success .icon i {
	border: none !important;
}

/* .msg.global {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("theme/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636 !important;
}

.msg.global .icon {
	border-right: 1px solid #fcefa1;
} */

.msg.task {
	color:#185D1C;
	/*background:#BBF5BB;*/
	border: 1px solid #90C28D;
	padding: 6px;
}

.msg.task .icon {
	border-right: 1px solid #90C28D;
}

.add_employee_over:has(.ui-icon-minusthick){
	background-color: white;
}
.add_employee_over{
	position: absolute;
  	left: -1%;
	z-index: 2;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 40%;
}
.employee_over{
	z-index: 2;
	padding-right: 10px;
	padding-left: 10px;
	background-color: white;
}

.bg_white{
	background-color: white;
}

#legal_entity_menu ul li {
	color: #cccccc;
	cursor: pointer;
	padding: 10px;
}

#legal_entity_menu ul li a {
	color:  var(--primary-font-color);
}

#legal_entity_menu ul li:not(:last-child){
	border-bottom: 1px solid #ccc;
}

#legal_entity_menu ul li a:hover {
	color:  var(--primary-font-color);
}

#legal_entity_menu .dot{
	list-style-type: disc;
	list-style-position: inside;
}

#legal_entity_menu .legal_active a {
	color: #006DF0;
	font-weight: 500;
}

#legal_entity_menu .legal_active a:hover {
	color: #006DF0;
	font-weight: 500;
}

.hr_legal_list {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin-top: -2px;
}

fieldset {
	border: 1px solid var(--primary-border-color);
	border-radius: 16px;
	padding: 5px;
}

.box_summary{
	color: white;
	display: inline-block;
	width: 30%;
	height: 20px;
	margin: 5px;
	border: 1px solid darkgrey;
	padding: 4px 0px 55px 0px;
	border-radius: 5px;
	height: 32px;
}

.remove_step{
	float: right;
}

.login_box_top .totem_app_box {
	padding: 8px;
	border: solid 1px #FFF;
	filter: grayscale(100%);
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	margin-bottom: 3px;
	color: #7A7A7A;
}

.login_box_top .totem_app_box:hover {
	border: solid 1px orange;
	box-shadow: 0 0 2px 1px #FFA700;
	filter: unset;
	color: #000;
}

.login_box_top .totem_app_box.act {
	filter: unset;
	color: #000;
}

.login_box_top .totem_app_box img.tick {
	display: none;
}

.login_box_top .totem_app_box.act img.tick {
	display: block;
}

.login_box_top .totem_app_box h1.labl {
	display: inline;
	margin-left: 10px;
	/*font-size: 1vw;*/
	vertical-align: middle;
	font-size: 16px;
}

.login_box_top .totem_app_box img.icon {
	border: solid 1px #CCC;
	vertical-align: middle;
}

.login_box_top .totem_app_box img.tick {
	position: absolute;
	top: 17px;
	right: 15px;
}

.faq_img_box {
	position: relative;
	float: left;
	display: block;
	min-width: 160px;
	min-height: 160px;
	text-align: center;
	margin: 5px;
	box-shadow: 0px 0px 0px 1px #999;
	cursor: pointer;
}
.faq_opt_box {
	z-index: 3;
	background: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
}
.faq_opt_box img {
	display: none;
}
.faq_detail {
	position: absolute;
	width: 100%;
	background-color: black;
	opacity: 0.8;
	top: 140px;
	height: 20px;
}

.fieldset_header {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 16px;
}

.chart_header {
	font-weight: 500;
	font-size: 11px;
	text-shadow: rgb(255, 255, 255) 1px 1px, rgb(255, 255, 255) -1px -1px, rgb(255, 255, 255) -1px 1px, rgb(255, 255, 255) 1px -1px;
	font-family: Rubik, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	fill: rgb(0,0,0);
	margin: 5px;
	text-align: center;
}

.selected_blue{
	color: blue;
}

.btn.btn_system {
	width: 230px;
	margin-right: 5px;
}
.btn-rounded{
	border-radius: 32px;
}
.sub_menu_top {
	display: inline;
}

.sub_menu_top:hover{
	cursor: pointer;
	text-decoration: underline;
}

.sub_menu_top:hover{
	cursor: pointer;
	text-decoration: underline;
}

.sub_menu_top_head{
	line-height: 20px;
	display:flex;
	font-weight: 400;
	font-size: 14px;
	padding-left:10px;
}

.sub_menu_top_head span{
	color:#474646;
}

.sub_menu_top_icon{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.sub_menu_top_icon i{
	font-size:150%;
	color:#6fbbfc;
}

.login_form_hd{
	font-family: Rubik, 'LuxiSansRegular', Arial;
	padding: 12px 2px 8px 8px;
	font-size: 22px;
	text-align: left;
	font-weight: 400;
	color: #305573;
}

.dropdown-content {display: none;}
.dropdown-click.active .dropdown-content,
.dropdown:hover .dropdown-content {
	display: block;
}

p span.ui-icon {
	margin-top: 0px;
}

.ui-buttonset .ui-button {
	margin: 0;
}

.sel_le_en p.input_align_v > label {
	font-size: 14px;
	line-height: 25px;
	padding-left: 10px;
}

.sel_le_en p.input_align_v input:checked + label, .sel_le_en p.input_align_v label:hover {
    color: #44944a;
}

.fw-money {
	text-align: right;
}

.fw-circle {
	height: 18px;
	width: 18px;
	background-color: #666666;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 1px 3px 0 0;
	opacity: 0;
}

/* .fw-money.compare.greater {
	background: #3154b7;
	opacity: 1;
} */

.fw-circle.compare.greater{
	opacity: 1;
	background-color: transparent !important;
	width: 0 !important;
	height: 0 !important;
	border-radius: 0px !important;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #0F6EEB;;
	margin-top: 5px;

}
/* .fw-money.compare.less{
	background: #429a42;
	opacity: 1;
} */
.fw-circle.compare.less {
	opacity: 1;
	background-color: transparent !important;
	width: 0 !important;
	height: 0 !important;
	border-radius: 0px !important;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #17AD49;
	margin-top: 5px;
}
.fw-money.compare.equal, .fw-circle.compare.equal {
	opacity: 1;
}
.fw-money.compare {
	color: #fff;
	padding: 3px 5px;
	float: right;
	border-radius: 5px;
}

.order_num {
	margin-right: 5px;
}

.user_photo {
	margin-right: 10px;
}
.user_photo.border {
	border: 1px solid #CCC;
}

.ul-menu-list {
	width: 250px;
	position: absolute !important;
	text-align: left;
	z-index: 500;
	cursor: pointer;
	display: none;
}
.ul-menu-list a,
.d-block {
	display: block;
}
.d-inline-block {
	display: inline-block;
}
.d-flex {
	display: flex;
}
.ul-menu-list a:hover{
	text-decoration: none !important;
}
h2 .toggle_ico {
	line-height: 16px;
}

/*breakdown header*/
.bd-blue {
	color:#2D88FF;
}

table.bd-blue.total {
	font-weight: 500;
	font-size: 14px;
}

.bd-green {
	color:#22C558;
}

.popContent .breakdownPopup {
	min-width: 300px;
}

.popContent{
	padding: 5px 15px;
}


.popContent:has(.display_profile_tbl),
.popContent:has(#worker_list_content),
.popContent:has(#entity_order) {
	padding: 0px;
}

.ui-dialog .ui-dialog-content:has(#entity_order), #entity_order	{
	padding: 0px !important;
}
.popContent:has(#entity_order) li{
	border-radius: 8px;
	border-radius: 8px;
  	padding: 8px 12px;
}
.popContent:has(#entity_order) li::before{
	font-family: 'Font Awesome 7 Pro';
	content: "\e411";
	left: -5px;
	position: relative;
}
#entity_order li{
	cursor: pointer !important;
}
#entity_order li.ui-sortable-helper{
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
}
.breakdownPopup b {
	padding-left: 15px;
}

.breakdownPopup table {
	line-height: 12px;
}

.breakdownPopup table td{
	padding: 4px 8px;
}
.breakdownPopup .bd-rate .bd-amount, .breakdownPopup .bd-rate .bd-dot, .breakdownPopup .bd-rateonly td {
	padding-top: 20px;
}

.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content{/*overwrite max width of tooltip*/
	max-width: 500px;
	background: #262B2B !important;
	border-color: #262B2B !important;
	border-radius: 8px !important;
	font-weight: 400 !important;
	box-shadow: 0 2px 4px -1px rgba(38, 43, 43, 0.12) !important;
	color:#fff;
	padding: 6px 8px;
}

.breakdownPopup .bd-label {
	padding-left: 15px;
	font-weight: 500;
}

.breakdownPopup .bd-amount {
	text-align: right;
	padding-right: 0;
}

.breakdownPopup .bd-dot {
	padding-left: 0;
	width: 10px;
}

.breakdownPopup h3.bd-blue span {
	display: inline-block;
	width: 120px;
}

.breakdownPopup .add-row-space td {
	padding-top: 20px;
}

.brkdwn {
	width: 19px;
}

.brkdwn i.fas {
	padding-left: 2px;
	font-size: 1.3em;
}

.no-margin-bottom {
	margin-bottom: 0px;
}

button i {
	margin-right: 5px;
}

button.fas::before, button > i.fas::before {
	font-family: 'Font Awesome 7 Pro';
	margin-right: 5px;
}
button.btn-flat.btn-green-outline > i.fas::before {
	color: #158039 !important;
}
.task_btn{
	top: 10px !important;
}
button.fas {
	font-weight: 500;
	width: fit-content;
}
.marginTop4 {
	margin-top: 4px;
}
.marginTop5 {
	margin-top: 5px;
}
.marginTop8 {
	margin-top: 8px;
}
.marginTop13 {
	margin-top: 13px;
}
.marginTop20 {
	margin-top: 20px;
}
.marginTop26 {
	margin-top: 26px;
}
.marginTop30 {
	margin-top: 30px;
}
.marginTop36 {
	margin-top: 36px;
}
.marginTop40 {
	margin-top: 40px;
}
.marginTop42 {
	margin-top: 42px;
}
.marginRight20 {
	margin-right: 20px;
}
.marginRight10 {
	margin-right: 10px;
}
.marginBottom4 {
	margin-bottom: 4px;
}
.marginBottom6 {
	margin-bottom: 6px;
}
.marginBottom8 {
	margin-bottom: 8px;
}
.marginBottom12 {
	margin-bottom: 12px;
}
.marginBottom16 {
	margin-bottom: 16px;
}
.marginBottom20 {
	margin-bottom: 20px;
}
.marginBottom24 {
	margin-bottom: 24px;
}
.marginBottom27 {
	margin-bottom: 27px;
}
.marginBottom30 {
	margin-bottom: 30px;
}
.marginLeft20 {
	margin-left: 20px;
}
.paddingLeft20 {
	padding-left: 20px;
}
.paddingTop20 {
	padding-top: 20px;
}
.display_inactive_employees {
    padding: 5px;
    color: #00f;
    cursor: pointer;
}

.number-spinner{
	border:1px solid #d0d0d1;
	background-color:#ffffff;
	color:#949494;
	display:inline-block;
	width:25px;
	height:100%;
	padding:2px;
	text-align:center;
	cursor:pointer;
}

.number-spinner-left{
	border-right:0px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.number-spinner-right{
	border-left:0px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.beacon-uuid{
	display:none;
}

.enable_attendance{
	font-size: 14px !important;
}

span.attendance_office_name{
	font-size:14px;
	margin-top:5px;
	display:block;
}

div.check_in_section{
	width:800px;
	display:inline-block;
	border: 1px solid #ececec;
	padding: 5px;
	border-radius: 3px;
}

div.attendance_map_check_in{
	width: 50%;
	height: 350px;
	float: left;
	padding-top: 5px;
	margin-left:25px;
}

div.enable_attendance_search{
	margin-left: 25px;
	width: 43%;
	display: inline-block;
	height: 380px;
}

.fa-check.current-legal{
	margin-top:4px;
	float:right;
	color: #BDBDBD;
}

.switch-le-en-dropdown{
	float: left;
	margin:4px 5px 0 0;
}

.current-legal-label{
	display:inline;
	position:relative;
	top:2px;
}

.top-menu-app-icon{
	width: 20px;
	position: relative;
	vertical-align: middle;
	height: 20px;
	top: 3px;
}

.min-width-150 {
	min-width: 150px;
}

/*slider*/
.ui-slider .ui-slider-handle {
	z-index: 1;
}

.accrual_breakdown th{
	padding:5px 0px;
}
.accrual_breakdown td{
	padding-left:15px;
}

ul.direct-form-list, ul.direct-form-list li{
	list-style-type: disc !important;
	margin-left: 10px;
	padding: 3px;
}

.ui-slider .ui-slider-handle {
	cursor: pointer;
}

.inactive-flag{
	background-color: #FFB4B4;
	color: red;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: 500;
	margin-top:2px;
}

.name-label,
.text-nowrap {
	white-space: nowrap;
}

.fix_color {
    cursor: default !important;
}

.dashboard_fullscreen_btn {
    display: none;
	right: 55px !important;
}

/*set custom styled for sweetalert*/
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: none;
}

.swal2-cancel {
    background-color: #b9b9b9 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #2EAA2C;
}

div:where(.swal2-icon) {
    margin: 2.5em auto .6em;
}

div:where(.swal2-container) button:where(.swal2-styled):focus {
    outline: none !important;
    box-shadow: none !important;
}

div.swal2-container {
	z-index: 1000000 !important;
}
:root {
	--highcharts-border-color: #333333;
}
.highcharts-tooltip > span {
    background: rgba(255, 255, 255, 0.8) !important;
	border-style: solid;
	border-width: 1px;
	border-color: var(--highcharts-border-color);
    padding: 8px;
	color: rgb(51, 51, 51) !important;
	font-size: 0.9em !important;
	box-shadow: 1px 1px 2px #888;
}
.btn-theme,
.btn-theme:visited {
	box-shadow: 0 0px 3px rgba(0,0,0,0.5);
	border: none;
	padding: 4px 14px;
}
.cycle_detail_btn {
	width: 70px;
}
.cycle_detail_btn.btn-disabled {
	pointer-events: none;
}
.fc-daygrid-day-number {
	text-align: left;
	width: 100%;
}
.hr-line-grey {
	border: 1px solid #BDBDBD
}
.ui-state-bg-grey {
	background: #828282;
	color: #fcfbfc;
}
.text-justify {
	text-align: justify;
}
.btn-chk-input {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}
.btn-chk-label {
	text-align: center;
	cursor: pointer;
	border: 1px solid var(--primary-border-color);
	border-radius: 4px;
}
.opt_dim_status:disabled + .btn-chk-label,
.opt_rating:disabled ~ .btn-chk-label,
.opt_yes_no:disabled ~ .btn-chk-label,
.opt_yes_no_display:disabled ~ .btn-chk-label,
.opt_choice_list:disabled ~ .btn-chk-list-label,
.opt_item_status:disabled ~ .btn-chk-label,
.btn-chk-label.disabled {
	cursor: default;
}
.btn-chk-label.in-active {
	background-color: #BDBDBD;
	color: #F2F2F2;
	border-color: #BDBDBD;
}
.btn-chk-label.active,
.btn-chk-label.show,
.btn-chk-label:first-child:active,
.btn-chk-input.item_status_in_progress + .btn-chk-label {
	border-color: var(--assessment-text-blue) !important;
	background-color: #FFFFFF;
	color: var(--assessment-text-blue);
	&:focus-visible {
		outline: var(--assessment-text-blue);
	}
}
.btn-chk-input.item_status_in_progress:checked + .btn-chk-label {
	border-color: var(--assessment-text-blue);
	background-color: var(--assessment-text-blue);
	color: #FFFFFF;
}
.btn-chk-input.item_status_completed:not(:disabled):hover + .btn-chk-label,
.btn-chk-input.item_status_in_progress:not(:disabled):hover + .btn-chk-label,
.btn-chk-input.item_status_cancelled:not(:disabled):hover + .btn-chk-label,
.btn-chk-input.item_status_postponed:not(:disabled):hover + .btn-chk-label {
	box-shadow: 0px 1px 4px 0px #00000040;
}
.btn-chk-input.item_status_completed + .btn-chk-label {
	border-color: var(--assessment-text-leaf) !important;
	background-color: #FFFFFF;
	color: var(--assessment-text-leaf);
	&:focus-visible {
		outline: var(--assessment-text-leaf);
	}
}
.btn-chk-input.item_status_completed:checked + .btn-chk-label {
	background-color: var(--assessment-text-leaf);
	color: #FFFFFF;
}
.btn-chk-input.item_status_cancelled + .btn-chk-label {
	border-color: var(--assessment-text-crimson) !important;
	background-color: #FFFFFF;
	color: var(--assessment-text-crimson);
	&:focus-visible {
		outline: var(--assessment-text-crimson);
	}
}
.btn-chk-input.item_status_cancelled:checked + .btn-chk-label {
	background-color: var(--assessment-text-crimson);
	color: #FFFFFF;
}
.btn-chk-input.item_status_postponed + .btn-chk-label {
	border-color: var(--assessment-text-orange) !important;
	background-color: #FFFFFF;
	color: var(--assessment-text-orange);
	&:focus-visible {
		outline: var(--assessment-text-orange);
	}
}
.btn-chk-input.item_status_postponed:checked + .btn-chk-label {
	background-color: var(--assessment-text-orange);
	color: #FFFFFF;
}
.btn-chk-input:disabled + .btn-chk-label {
	border-color: #828282;
	background-color: #FFFFFF;
	pointer-events: none;
}
.btn-chk-input.opt_rating + .btn-chk-label {
	border-color: #2F80ED;
	background-color: #FFFFFF;
	color: #2F80ED;
}
.btn-chk-input.opt_rating:disabled ~ .btn-chk-label {
	background-color: #BDBDBD;
	color: #F2F2F2;
	border-color: #BDBDBD;
}
.btn-chk-input.opt_rating:checked ~ .btn-chk-label,
.btn-chk-input.opt_rating:checked:hover ~ .btn-chk-label,
.btn-chk-input.opt_rating:checked:disabled ~ .btn-chk-label{
	background-color: #158039;
	color: #FFFFFF;
	border-color: #158039;
}
.btn-chk-input.opt_rating:disabled ~ .btn-chk-label{
	background-color: #F1F2F3;
	color: #7C7C7C;
	border-color: #F1F2F3;
}

.btn-chk-input.opt_rating:hover ~ .btn-chk-label{
	background-color: rgba(38, 43, 43, 0.08);
	color: var(--primary-font-color);
	border-color: #D9DEDE;
}
.btn-answer-rating {
	width: 76px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	border-radius: 8px;
	box-sizing: border-box;
	margin: auto !important;
}
.answer-rating-box {
	align-content: end;
	text-align: center;
}
.answer-rating-box .btn-group-rating {
	width: 100px;
}
.opt_rating_label {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
}
/* #goalsetting-tab-content .btn-chk-input.opt_rating:checked ~ .btn-chk-label,
#goalsetting-tab-content .btn-chk-input.opt_rating:checked:hover ~ .btn-chk-label,
#goalsetting-tab-content .btn-chk-input.opt_rating:checked:disabled ~ .btn-chk-label{
	background-color: #DCFCE6;
	color: var(--primary-font-color);
	border-color: #158039;
} */
.btn-employee-select-color, .btn-chk-input.opt_rating:disabled ~ .btn-employee-select-color{
	background-color: #DCFCE6 !important;
	color: var(--primary-font-color) !important;
	border-color: #158039 !important;
}

#goalsetting-tab-content .btn-chk-input.opt_rating:checked ~ .btn-chk-label.btn-answer-rating.bold.btn-employee-select-color {
	border-radius: 8px;
	border: 1px solid #FFF !important;
	background: #158039 !important;
	color: #fff !important;
	box-shadow: 0 0 0 2px #14532B;
}

.answer-choice_list-box {
	display: block;
	border: 1px solid #0000001A;
	margin-top: 8px;
	border-radius: 4px;
}
.answer-choice_list-box:first-child {
	margin-top: 0;
}
.answer-choice_list-box .btn-chk-list-label {
	padding: 10px;
	display: block;
	cursor: pointer;
}
.btn-chk-list-input {
	float: left;
	position: relative;
	z-index: 99;
	top: 10px;
	left: 10px;
	display: none;
}
.btn-chk-list-input.opt_choice_list:disabled ~ .btn-chk-list-label {
	background-color: #BDBDBD;
	color: #F2F2F2;
	border-color: #BDBDBD;
}
.btn-chk-list-input.opt_choice_list:checked ~ .btn-chk-list-label {
	background-color: #357ebd;
	color: #FFFFFF;
	border-radius: 4px;
	border-color: #357ebd;
}
.btn-chk-list-input.opt_choice_list ~ .btn-chk-list-label::before {
	font-family: 'Font Awesome 7 Pro';
	content: "\f0c8";
	font-weight: 300;
	font-size: 16px;
}
.btn-chk-list-input.opt_choice_list:checked ~ .btn-chk-list-label::before {
	font-family: 'Font Awesome 7 Pro';
	content: "\f14a";
	font-weight: 300;
	font-size: 16px;
}
.answer-yes_no-box .btn-chk-label {
	padding: 10px;
	display: block;
	cursor: pointer;
	text-align: left;
	width: 60px;
}
.btn-chk-input.opt_yes_no ~ .btn-chk-label,
.btn-chk-input.opt_yes_no_display ~ .btn-chk-label {
	border-radius: 4px;
}
.btn-chk-input.opt_yes_no:disabled ~ .btn-chk-label,
.btn-chk-input.opt_yes_no_display:disabled ~ .btn-chk-label {
	background-color: #BDBDBD;
	color: #F2F2F2;
	border-color: #BDBDBD;
}
.btn-chk-input.opt_yes_no:checked ~ .btn-chk-label,
.btn-chk-input.opt_yes_no:checked:disabled ~ .btn-chk-label,
.btn-chk-input.opt_yes_no_display:checked ~ .btn-chk-label,
.btn-chk-input.opt_yes_no_display:checked:disabled ~ .btn-chk-label {
	background-color: #357ebd;
	color: #FFFFFF;
	border-color: #357ebd;
}
.btn-chk-input.opt_yes_no ~ .btn-chk-label.no-icon::before,
.btn-chk-input.opt_yes_no:checked ~ .btn-chk-label.no-icon::before {
	content: "";
	margin: 0;
}
.btn-chk-input.opt_yes_no ~ .btn-chk-label::before {
	font-family: 'Font Awesome 7 Pro';
	content: "\f111";
	font-weight: 300;
	font-size: 16px;
	margin-right: 7px;
}
.btn-chk-input.opt_yes_no:checked ~ .btn-chk-label::before {
	font-family: 'Font Awesome 7 Pro';
	content: "\f192";
	font-weight: 300;
	font-size: 16px;
	margin-right: 7px;
}
.answer-yes_no-box.d-inline-block {
	min-width: 120px;
	max-width: fit-content;
}
.answer-yes_no-box.d-inline-block .btn-chk-label {
	text-align: center;
}
.label-error-required {
	color: #EC221F;
	margin-top: 10px;
}
.border-error-required {
	border: 1px solid #EC221F !important;
}
.position-relative {
	position: relative;
}
/*prevent firefox overwirte our backgroud in print_mode*/
.prevent_background_remove_print_mode, .highcharts-container {
	-webkit-print-color-adjust: exact !important; color-adjust: exact !important;
}
@media only screen and (max-height: 601px) {
	.direct-from-wraper{
		height: 100%;
	}
}
@media only screen and (min-height: 601px) {
	.direct-from-wraper{
		height: 100%;
	}
}

.chat-container-wrapper * {
	box-sizing: border-box;
}
/* --- Chat Widget Styles --- */
.chat-container-wrapper {
	position: fixed;
	bottom: 6rem;
	right: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 1000;
}

.chat-widget-wrapper {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
	border-radius: 0.5rem;
	/* border: 1px solid #e5e7eb; */
	background-color: #ffffff;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.chat-widget-wrapper.hidden {
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
}

#chat-widget {
	border: none;
}
#back-to-top-button-wrapper{
	position: relative;
}

#back-to-top-button {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: white;
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	overflow: hidden;
	position: relative;
	transition: width 0.4s ease, border-radius 0.4s ease, border-color 0.4s ease, background-color 0.2s ease;
	color: #22c55e;
	z-index: 2;
}

#back-to-top-button-wrapper .toggle-content {
	color: #17AD49;
	position: absolute;
	display: flex;
	align-items: center;
	gap: 0.6rem;
	opacity: 0;
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s ease 0.1s;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	box-shadow: 0px 4px 8px 0px #3C5B5129;
	border-radius: 50px;
	border: 2px solid #17AD49;
}
#back_to_top {
	position: fixed;
	right: 5px;
	display: none;
	flex-direction: column;
	align-items: flex-end;
	bottom:1rem;
	z-index: 1000;
}

/* --- Chat Toggle Button (NEW STYLES) --- */
#chat-toggle-button-wrapper {
	position: relative;
}

#chat-toggle-button {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: white;
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	overflow: hidden;
	position: relative;
	transition: width 0.4s ease, border-radius 0.4s ease, border-color 0.4s ease, background-color 0.2s ease;
	color: #22c55e;
	z-index: 2;
}

#addon_header{
	display: flex;
	flex-direction: row;
	justify-content: end;
	padding-left: .75rem;
	padding-top: .75rem;
	padding-right: .75rem;
}

/* #chat-close-button {
	display: flex !important;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0 !important;
	border-radius: 4px !important;

	font-weight: 500;
	font-size: .75rem;
	text-align: center;
	text-decoration: none;
	text-transform: none !important;
	vertical-align: middle;

	box-shadow: none !important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background-color: #1266f1;
	border-color: #1266f1;

	height: auto !important;
	gap: .5rem;
	background: #fff;
	text-transform: capitalize !important;
	font-family: Rubik, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--neutral-default, #4B685E) !important;
	background: #fff !important;
	color: var(--neutral-default, #4B685E) !important;
	font-style: normal;
	text-transform: capitalize;
	cursor: pointer;
	padding: .375rem .5rem !important;
	gap: .5rem;
	line-height: .75rem;

} */

#chat-toggle-button-wrapper .toggle-content {
	color: #17AD49;
	position: absolute;
	display: flex;
	align-items: center;
	gap: 0.6rem;
	opacity: 0;
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s ease 0.1s;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	box-shadow: 0px 4px 8px 0px #3C5B5129;
	border-radius: 50px;
	border: 2px solid #17AD49;
}

#chat-toggle-button-wrapper .toggle-icon {
	font-size: 1.5rem;
	flex-shrink: 0;
}

#chat-toggle-button-wrapper .toggle-text {
	font-weight: 600;
	font-size: 1.25rem;
	flex-shrink: 0;
}

#chat-toggle-button-wrapper:hover .toggle-content {
	opacity: 1;
	background-color: white;
	justify-content: space-between;
	z-index: 1;
	max-width: 300px;
	left: -275px;
	padding: 5px 40px 5px 20px;
	transition: all 0.3s ease 0.1s;
}

#chat-toggle-button-wrapper:hover img.toggle-logo {
	width: 50px;
	height: 50px;
	margin-left: 10px;
}


#chat-widget nav.nav .clear_btn {
	margin: 10rem;
}


.activity-log-table-debug {
	overflow-x: auto;
	height: 450px;
}

.content-container{
	background-color: #fff;
	/* border: 1px solid var(--primary-border-color); */
	border-radius: 8px;
}
.content-right {
	display:inline-block;
	width: 50%;
	padding: 15px 0 30px 10px;
	vertical-align: top;
	box-sizing: border-box;
}

.content-left {
	display:inline-block;
	width: 49%;
	vertical-align: top;
	box-sizing: border-box;
}

.tab-group-container{
	background-color: #fff;
	border:1px solid var(--primary-border-color);
	border-radius: 8px;
}
.tab-group-content {
	padding: 20px;
}
.tab-group-container > ul > li{
	display: inline-block;
	padding: 12px;
	border-bottom: 2px solid var(--primary-border-color);
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.tab-group-container > ul > li::before{
	background-color: var(--primary-border-color);
	content: '';
	position: absolute;
	bottom: -2px;
	left: 100%;
	width: 10000px;
	height: 2px;
	/* z-index: 1; */
}

.tab-group-container > ul > li.active::before{
	content: '';
	height: 1px;
}
#ajax_form_user .tab-group-container > ul > li.active::before {
	content: '';
	height: 2px;
	bottom: -3px;
  }

.tab-group-container > ul > li.hide{
	display: none !important;
}

.tab-group-container > ul > li.active{
	border-bottom: 3px solid var(--primary-color);
	/* z-index: 999;	 */
	padding-bottom: 11px;
}

.tab-group-container > ul > li a{
	font-weight: 400;
	font-size: 14px;
	color:  var(--primary-font-color);;
	text-decoration: none;
}

.tab-group-container > ul > li a:hover{
	text-decoration: none;
}

.tab-group-container > ul{
	/* border-bottom: 2px solid var(--primary-border-color); */
	overflow: hidden;
}

#file-uploader{
	position: relative;
}
.fw-form_head_r{
	font-weight: 500 !important;
}
.fw-form_head{
	font-weight: 500 !important;
}
.bal_label{
	font-weight: 500 !important;
}
table.fw-items_list tr td, table.fw-items_list tr th{
	border-right: 1px solid #fff;
}
table.fw-items_list tr th:last-child, table.fw-items_list tr td:last-child{
	border-right: 0px solid #e3e3e3;
}
table.fw-items_list tr:last-child td{
	border-bottom: 0px;
}

/* #pay_listing td, #pay_listing th{
	padding: 8px 6px !important;
} */
table.fw-items_list th, table.fw-items_list td {
	padding: 8px 12px !important;
}
.fw-event0{
	background-color: #f7f7f7 !important;
}
table.fw-items_list{
	border-radius: 12px !important;
	border-spacing: 0 !important; 
	border-collapse: separate !important;
	/* overflow: hidden !important;     comment out because chosen on leave entities settings is hiding */
}
/* 
comment out becaust first tbody should not have radius
table.fw-items_list tr:first-child td:first-child, table.fw-items_list tr:first-child th:first-child{
	border-top-left-radius: 12px;
}
table.fw-items_list tr:first-child td:last-child, table.fw-items_list tr:first-child th:last-child {
	border-top-right-radius: 12px;
} */

table.fw-items_list > thead > tr:first-child > td:first-child,
table.fw-items_list > thead > tr:first-child > th:first-child,
#pay_listing table.fw-items_list > tbody > tr:first-child > td:first-child, 
#pay_listing table.fw-items_list > tbody > tr:first-child > th:first-child,
.payroll_listing table.fw-items_list > tbody > tr:first-child > td:first-child, 
.payroll_listing table.fw-items_list > tbody > tr:first-child > th:first-child{
	border-top-left-radius: 12px;
}
table.fw-items_list > thead > tr:first-child > td:last-child, 
table.fw-items_list > thead > tr:first-child > th:last-child,
#pay_listing table.fw-items_list > tbody > tr:first-child > td:last-child, 
#pay_listing table.fw-items_list > tbody > tr:first-child > th:last-child,
.payroll_listing table.fw-items_list > tbody > tr:first-child > td:last-child, 
.payroll_listing table.fw-items_list > tbody > tr:first-child > th:last-child {
	border-top-right-radius: 12px;
}
table.fw-items_list tr:last-child td:first-child, 
table.fw-items_list tr:last-child th:first-child,
#pay_listing table.fw-items_list > tbody > tr:last-child > td:first-child, 
#pay_listing table.fw-items_list > tbody > tr:last-child > th:first-child,
.payroll_listing table.fw-items_list > tbody > tr:last-child > td:first-child, 
.payroll_listing table.fw-items_list > tbody > tr:last-child > th:first-child {
	border-bottom-left-radius: 12px;
}
table.fw-items_list tr:last-child td:last-child, 
table.fw-items_list tr:last-child th:last-child,
#pay_listing table.fw-items_list > tbody > tr:last-child > td:last-child, 
#pay_listing table.fw-items_list > tbody > tr:last-child > th:last-child,
.payroll_listing table.fw-items_list > tbody > tr:last-child > td:last-child, 
.payroll_listing table.fw-items_list > tbody > tr:last-child > th:last-child  {
	border-bottom-right-radius: 12px;
}
table.fw-items_list > thead > tr:last-child td:first-child, 
table.fw-items_list tr:last-child th:first-child {
	border-bottom-left-radius: 0px;
}
table.fw-items_list > tbody > tr:last-child td:last-child, 
table.fw-items_list tr:last-child th:last-child  {
	border-bottom-right-radius: 0px;
}
table.report-group-list > tbody > tr > td,
table.fw-items_list.report > tbody > tr > td,
#pay_listing > tbody > tr > td{
	border-radius: 0px !important;
}
table.report-group-list > tbody > tr:first-child > td:first-child,
table.report-group-list > tr:first-child > th:first-child,
table.fw-items_list.report > tbody > tr:first-child > td:first-child,
table.fw-items_list.report > tr:first-child > th:first-child{
	border-top-left-radius: 12px !important;
}
table.report-group-list > tbody > tr:first-child > td:last-child,
table.report-group-list > tbody > tr:first-child > th:last-child,
table.fw-items_list.report > tbody > tr:first-child > td:last-child,
table.fw-items_list.report > tbody > tr:first-child > th:last-child {
	border-top-right-radius: 12px !important;
}
table.report-group-list > tbody > tr:last-child td:first-child,
table.report-group-list > tbody > tr:last-child > th:first-child,
table.fw-items_list.report > tbody > tr:last-child td:first-child,
table.fw-items_list.report > tbody > tr:last-child > th:first-child {
	border-bottom-left-radius: 12px !important;
}
table.report-group-list > tbody > tr:last-child td:last-child,
table.report-group-list > tbody > tr:last-child > th:last-child,
table.fw-items_list.report > tbody > tr:last-child td:last-child,
table.fw-items_list.report > tbody > tr:last-child > th:last-child{
	border-bottom-right-radius: 12px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid var(--primary-border-color);
	background: #F1F2F3;/* #F1F2F3; change to none because table row background not follow radius*/
	font-weight: 400;
	color:  var(--primary-font-color);;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button{
	color:  var(--primary-font-color);;
}
tr.ui-state-default{
	background: none !important;
}

tr.ui-state-default td:has(div.table-row-pagination), tr.ui-state-default th:has(div.table-row-pagination){
	background: #FFF;
}
tr.ui-state-default td, tr.ui-state-default th{
	background: #F1F2F3;
}
.back_to_totem{
	text-align: left;
	padding: 25px;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
  	box-sizing: border-box;
}

.top-back-to-totem a{
	margin: 0;
	width: 100%;
	text-decoration: none;
	height: 33px;
	/* line-height: 33px; */
	color:  var(--primary-font-color);;
	display: inline-block;
	box-sizing: border-box;
}

#address_tab table.view_zone > tbody > tr > td {
	display: table-cell; 	
	width: 50%;
	/* padding: 0 25px; address on settings user not align */
}
table.view_zone > tbody > tr > td {
	display: block; 
	width: 100%; 
	height: auto;
	padding: 0 3px;
}

table.view_zone:has(#active_user_refresh) > tbody > tr > td,
table.view_zone:has(.employee_over) > tbody > tr > td,
#previous table.view_zone > tbody > tr > td,
#immigration table.view_zone > tbody > tr > td,
#tax_tab table.view_zone > tbody > tr > td,
#salary_tab table.view_zone > tbody > tr > td,
#user_pvf table.view_zone > tbody > tr > td
 {
	display: table-cell; 
	width: 65%; 
	height: auto;
	padding: 0 3px;
}
#user_pvf table.view_zone > tbody > tr > td{
	width: 50% !important; 
}
#pvf_his{
	width: 100% !important;
}
#tax_tab table.view_zone > tbody > tr > td:first-child{
	width: 35% !important; 
	padding: 10px 3px;
}
#text_head_prev{
	white-space: nowrap;
}
#text_prev_ytd_tax_on_tax, #text_past_pvf_emp, #text_past_pvf_comp{
	height: 31px !important;
}
table.view_zone:has(#active_user_refresh) > tbody > tr > td .add_employee_over, 
table.view_zone:has(.employee_over) > tbody > tr > td .employee_assigned_content,
table.view_zone:has(#active_user_refresh) > tbody > tr > td .employee_assigned_content {
	width: 100%;
}
.gain-clean-content{
	padding: 5px;
}
table.search_form > tbody > tr > td{
	padding: 5px;
}
.view_zone:has(#tardiness-table) table.fw-display_item > tbody > tr > td:first-child{
	width: 200px !important;
	/* setting field lable break to new line when have this*/
}
.view_zone table.fw-display_item > tbody > tr > td:first-child{
	width: 350px;
	/* setting field lable break to new line when have this*/
}



#previous table.fw-display_item > tbody > tr > td:first-child{
	width: 100%;
}

#tab_config_tab > #general table{
	width: 100%;
}
tr.fw-form_item td{
	padding:10px 3px;
	
}

.ui-state-active.table_bar{
	border: 1px solid var(--primary-border-color);
	background: #F1F2F3;
	font-weight: 400;
	color:  var(--primary-font-color); !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
	color:  var(--primary-font-color); !important;
}

.table-row-pagination{
	font-weight: 400;
	color:  var(--primary-font-color) !important;
	border: 0;
	padding: 4px;
	height: 24px;
}
.table-row-pagination div{
	display: inline-block;
	height: 31px;
	/* padding-top: 3px; next - prev align select */
}

.table-row-pagination > div.manage-grid > a{
	position: relative;
	top: 3px;
}
.table-row-pagination {
	border: 0;
	padding: 4px;
	height: 31px;
}

span.grid_icon > span{
	top: 0px !important;
}
.table-row-pagination .left_bar{
	float: left;
	line-height: 24px;
	margin-right: 3px;
	padding-right: 3px;
}
.table-row-pagination .right_bar{
	float: right;
	line-height: 24px;
	position: relative;
}
.theme-container{
	position: relative;
	margin: 0px 45px 30px 0px;
	display: inline-block;
}
.theme-name{
	display: inline-block;
	width: 70px;
	text-align: center;
}
.theme-color-circle {
	width: 70px; /* Adjust size as needed */
	height: 70px; /* Adjust size as needed */
	border-radius: 50%; /* Makes it a circle */
	display: flex; /* For centering, though not strictly needed for the gradient */
	justify-content: center;
	align-items: center;
	/* border: 1px solid var(--primary-border-color)  */
	stroke-width: 1px;
	stroke: var(--primary-border-color);
}

a.theme_lists{
	text-decoration: none;
}

a.theme_lists:hover > .theme-check-selected{
	background-color: #EFF1F1; 
}

.theme-check-selected i{
	position: relative;
	left: 1px;
	top: 3px;
	display:none;
	color:#fff;
}

.theme-check-selected{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid var(--primary-border-color);
	position: relative;
	bottom: 20px;
	left: 45px;
	background-color: #fff;
}

a.theme_selected i{
	display: block !important;
}

a.theme_selected .theme-check-selected {
	background-color: #158039 !important; /* Use a strong color to see effect */
	color: white;
}

.theme-color-circle.blueberry{
	background: linear-gradient(to right, #D8EBFF 50%, #0F6EEB 50%);
}

.theme-color-circle.carrot{
	background: linear-gradient(to right, #FFF4D3 50%, #CC5C02 50%);
}

.theme-color-circle.kongkang{
	background: linear-gradient(to right, #DCFCE6 50%, #158039 50%);
}

.theme-color-circle.mango{
	background: linear-gradient(to right, #FFFBC5 50%, #BB6802 50%);
}

.theme-color-circle.tomato{
	background: linear-gradient(to right, #FEE2E3 50%, #B61F27 50%);
}

.theme-color-circle.ubas{
	background: linear-gradient(to right, #EEE9FE 50%, #7227DA 50%);
}

.theme-color-circle.wintermelon{
	background: linear-gradient(to right, #CEFBFF 50%, #0C7492 50%);
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle{
	background: none;
	border-radius: 0;
	border-bottom: 1px solid var(--primary-border-color) !important;
	border: none;
	color:  var(--primary-font-color);;
	font-weight: 500;
	font-size: 16px;
	padding: 10px 5px;
}

#payroll_calendar_body .ui-widget-header{
	background: none;
	border-radius: 0;
	border: none;
	color:  var(--primary-font-color);;
	font-weight: 500;
	font-size: 16px;
}

table.display_profile_tbl > tbody > tr > td:first-child{
	/* border-right: 1px solid #bdbdbd; */
	border-radius: 0px;
}


table.display_profile_tbl > tbody > tr > td:first-child:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 182px;
	width: 1px;
	height: 120%;
	background-color: var(--primary-border-color);
}

.ui-dialog .ui-dialog-content{
	padding: 15px;
}
.ui-dialog-content.ui-widget-content:has(.display_profile_tbl) {
	padding: 0px !important; /* or whatever you need */
  }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid var(--primary-border-color) !important;
	background: var(--secondary-color) !important;
	font-weight: 400;
	color: var(--primary-font-color) !important;
}



h2.ui-state-active, h2.ui-widget-content h2.ui-state-active, h2.ui-widget-header h2.ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #FFF;
  	border-radius: 0;
	border: none !important;
	border-bottom: 1px solid var(--primary-border-color) !important;
	background: #fff !important;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
	color: var(--primary-font-color);
	font-weight: 500;
	font-size: 16px;
	padding: 10px 5px;
}

#topmenu_profile_noti_form table.fw-items_list tr td{
	border-bottom:1px solid var(--primary-border-color);
}

.ui-widget-content{
	border: 1px solid var(--primary-border-color) !important;
}

.ui-dialog-content.ui-widget-content{
	border: 0px solid var(--primary-border-color) !important;
}

.expand_title{
	padding:1px 0px;
}

.attd-date-select-container.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	background: #fff;
	border: 1px solid var(--primary-border-color);
	border-radius: 8px;
	color: var(--primary-font-color);
	font-weight: 500;
	font-size: 16px;
	padding: 10px 5px;
}

.attd-date-select-container.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-widget-header{
	color: var(--primary-font-color);
	background: #fff;
}

.attd-date-select-container.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a{
	color: var(--primary-font-color) !important;
}

#department_tabs_tab{
	margin-top: 20px;
}

#role_permission_tab table.fw-items_list{
	margin:15px;
}
table.fw-items_list tr.fw-highlight_row, table.fw-items_list tr.fw-highlight_row_report{
	background: none !important;
}

table.fw-items_list tr.fw-highlight_row th, .fw-highlight_row td, li.fw-highlight_row, table.fw-items_list tr.fw-highlight_row_report th, .fw-highlight_row_report td{
	background: var(--secondary-color) !important;
}

.fw-tr_selected td{
	background: var(--secondary-color) !important;
}

.assign_other_employee_header .ui-icon-plusthick:before{ top:0px !important; }
.assign_other_employee_header  .ui-icon-minusthick::before{top: 0px;}
.ui-icon-plusthick, .ui-icon-minusthick, .ui-icon-circle-triangle-s, .ui-icon-circle-plus, .ui-icon-transferthick-e-w, .ui-icon-arrowthick-2-n-s, .ui-icon-circle-arrow-w,
.ui-icon-circle-arrow-e, .ui-icon-clipboard, .ui-icon-triangle-1-s, .ui-icon-person, .ui-icon-triangle-2-n-s, .ui-icon-triangle-1-n, .ui-icon-info,
.ui-icon-gear, .ui-icon-disk, .ui-icon-refresh, .ui-icon-arrowrefresh-1-e, .ui-icon-shuffle, .ui-icon-close, .ui-icon-circle-close, .ui-icon-circle-triangle-w/*, .ui-icon-closethick*/ {
	text-indent: unset !important;
    background-image: none !important;
	font-family: "Font Awesome 7 Sharp" !important; 
  	font-weight: 300;
	font-size: 14px;
}

.hightchart-toggle{
	height: 15px;
	position: relative;
	bottom: -5px;
	width: 12.5px;
	float:left;
}

.ui-icon-circle-triangle-w:before {content: '\f32e'; position: relative; left: 2px;color: #fff !important;top:-2px;}
.ui-icon-circle-close:before {content: '\f057'; position: relative; left: 2px;color: #bdbdbd !important;}
.ui-icon-plusthick:before { content: '\2b'; top: -3px; position: relative; left: 2px; }
.ui-icon-minusthick:before{ content: '\f068'; top: -3px; position: relative; left: 2px; }
.ui-icon-circle-triangle-s:before{ content: '\f32d'; top: -3px; position: relative; left: 2px;font-size: 13px; }
.ui-icon-circle-plus::before{ content: '\f055'; top: -1px;position: relative; left: 2px;font-size: 13px; }
.ui-icon-transferthick-e-w::before{content: '\f0ec'; top: -3px; position: relative; left: 2px;font-size: 12px;}
.ui-icon-arrowthick-2-n-s::before{content: '\f338'; top: 1px; position: relative; left: 2px;font-size: 12px;}
.ui-icon-circle-arrow-w::before{content: '\f359'; position: relative;}
.ui-icon-circle-arrow-e::before{content: '\f35a'; position: relative;}
/* .ui-icon-closethick::before{content: '\f00d'; top: 1px; position: relative; left: 2px;} */
.ui-icon-triangle-2-n-s::before{content: '\f0dc'; top:-3px; position: relative; left: 2px;font-size: 9px;}
.ui-icon-triangle-1-n::before{content: '\f0de'; top:-3px; position: relative; left: 2px;font-size: 9px;}
.ui-icon-triangle-1-s::before{content: '\f0dd'; top:-3px; position: relative; left: 2px;font-size: 9px;}
.ui-icon-info::before{content: '\f05a'; top: 2px; position: relative; left: 2px;font-size: 12px !important;}
.ui-icon-gear::before{content: '\e5e9'; top: -2px; position: relative; left: 2px;font-size: 12px !important;}
.ui-icon-disk::before{content: '\e183'; top: -3px; position: relative; left: 2px;font-size: 10px !important;}
.ui-icon-refresh::before{content: '\f021'; top: -3px; position: relative; left: 2px;font-size: 10px !important;}
.ui-icon-arrowrefresh-1-e::before{content: '\f01e'; top: -5px; position: relative; left: 2px;font-size: 10px !important;}
.ui-icon-shuffle::before{content: '\f074'; position: relative; left: 2px;font-size: 14px !important;}
.ui-icon-close::before{content: '\f00d'; position: relative; left: 2px;font-size: 14px;top: 3px;}

.ui-icon-person::before{content: '\f007'; position: relative; left: 2px;font-size: 14px;}
.fa-magnifying-glass.chosen-search-input{left: -20px; position: relative; color: #bdbdbd;}
.fa-magnifying-glass.search-icon{right: -23px;top:4px; position: relative; color: #bdbdbd; /*border-right: solid 1px #bdbdbd;*/padding-right:3px;margin-left:3px;z-index: 50;}
/* .quickSearch-icon .fa-magnifying-glass{left: -20px; position: relative; color: #bdbdbd;} */
.quickSearch-icon .fa-magnifying-glass{left: 92%; bottom:25px; position: relative; color: #bdbdbd;}
.toggle_ico .ui-icon-minusthick::before, .toggle_ico .ui-icon-plusthick::before{top: -1px;}
.emp_list .toggle_ico .ui-icon-minusthick::before, .emp_list .toggle_ico .ui-icon-plusthick::before{top: 1px;}
.ui-dialog .ui-icon-minusthick::before, .ui-dialog .ui-icon-plusthick::before{top: 2px;}
.ui-dialog .ui-icon-circle-plus::before{top: -1px !important;}
.ui-dialog .ui-icon-circle-triangle-s::before{top: -1px !important;}
#subordinates_tab .ui-icon-minusthick::before, #subordinates_tab .ui-icon-plusthick::before{top: 0px !important;left: 2px !important;}/*0 for plus icon in subordinate settings*/
#payroll_users .ui-icon-minusthick::before,#payroll_users .ui-icon-plusthick::before{top:0px !important;left:2px !important;}
#add_payroll .ui-icon-circle-plus{height: 18px !important;}
#ajax_form_payroll_run .ui-icon-triangle-1-n::before{ top: 8px;}
#ajax_form_payroll_run .ui-icon-triangle-1-s::before{ top: 3px;}
#ajax_form_payroll_run .fw-point.ui-icon-triangle-1-n::before{ top: 5px;left: 5px;}
#ajax_form_payroll_run .fw-point.ui-icon-triangle-1-s::before{ top: 0px;left: 5px;}
#ajax_form_assessment_session .ui-icon-minusthick::before, #ajax_form_assessment_session .ui-icon-plusthick::before {top: 3px; left: 1.6px;}
#ajax_form_assessment_goal .ui-icon-minusthick::before, #ajax_form_assessment_goal .ui-icon-plusthick::before {top: 2px;}
#add_payroll_package .ui-icon-circle-plus{height: 18px !important;}
.my_sub_session_list_result .ui-icon-minusthick::before, .my_sub_session_list_result .ui-icon-plusthick::before {top: 2px;}

.fg-button .ui-icon-plusthick{left: 11px !important; top: 14px !important;}
.fg-button .ui-icon-minusthick{left: 11px !important; top: 14px !important;}
.chosen-search-input{background: none !important;}

/* @font-face {
	font-family: 'Font Awesome 7 Pro';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../../lib/icons/fontawesome-pro/webfonts/fa-regular-400.woff2") format("woff2"), url("../../lib/icons/fontawesome-pro/webfonts/fa-regular-400.ttf") format("truetype"); 
} */

.ui-icon-clipboard {
	font-weight: 400; 
}
	
.ui-icon-clipboard::before{content: '\f328'; position: relative; font-size: 14px;}
.fa-magnifying-glass.search{left: 44px; position: relative; z-index: 999;/*border-right: solid 1px #bdbdbd;*/color: #bdbdbd; padding-right: 3px;margin-left:3px}
#create_payroll_content .fa-magnifying-glass.search-icon{left: 27px; top: -1px; z-index: 100; padding-right: 3px;}
/* .ui-dialog .fa-magnifying-glass.search-icon{left: 5px; top: 22px; z-index: 100; padding-right: 3px;} comment because popup disable user broken*/
.ui-dialog .fa-magnifying-glass.search-icon{left: 30px; top: 0px; z-index: 100; padding-right: 3px;}
div.unset_padding > div.search-field > i.fa-magnifying-glass.search-icon{
	left: 0px !important;
	margin-top: 3px;
}
.ui-dialog .ui-icon-circle-plus{height: 16px !important;}
.display-textarea-rsl{
	word-wrap: break-word; 
  	overflow-wrap: break-word; 
  	white-space: normal;
}
.previewing-image{
	max-width: 220px;
	box-shadow:0px 0px 0px 1px #999;
	max-height: 50px;
}
.approve_first span.user_name, .approve_second span.user_name{
	white-space: break-spaces;
	width: 120px;
	display: inline-block;
	text-overflow: ellipsis;
  	overflow: hidden;
}
.approve_first, .approve_second{
	white-space: nowrap;
}

.approve_first i, .approve_second i, .ui-icon-circle-triangle-w{
	font-family: "Font Awesome 7 Pro" !important; 
	font-style: normal !important;
	font-weight: 900 !important;
	font-display: block !important;
	vertical-align: super;
	src: url("../../lib/icons/fontawesome-pro/webfonts/fa-regular-400.woff2") format("woff2"), url("../../lib/icons/fontawesome-pro/webfonts/fa-regular-400.ttf") format("truetype") !important; 
}

.approve_first i.fa-clock, .approve_second i.fa-clock{
	color: #E29300;
	--fa-primary-color: #E29300 !important;
  	--fa-secondary-color: #E29300!important;
}

.approve_first i.fa-circle-check, .approve_second i.fa-circle-check{
	color: #17AD49;
	--fa-primary-color: #17AD49 !important;
	--fa-secondary-color: #17AD49!important;
}

.approve_first i.fa-circle-minus, .approve_second i.fa-circle-minus{
	color: #989898;
	--fa-primary-color: #989898 !important;
	--fa-secondary-color: #989898!important;
}

.fa-duotone{
	font-family: "Font Awesome 7 Sharp" !important; 
  	font-weight: 300 !important;
	color: var(--primary-font-color) !important;
	--fa-primary-color:  var(--primary-font-color) !important;
  	--fa-secondary-color:  var(--primary-font-color) !important;
}

.fa-solid, .fa_class_note_icon{
	font-family: "Font Awesome 7 Sharp" !important; 
  	font-weight: 300 !important;
	color: var(--primary-font-color) !important;
}

.fas.fa-check.custom-checkmark-icon{
	font-family: "Font Awesome 7 Pro" !important;
  	font-weight: 900 !important;
	color: #fff !important;
  /* color: var(--primary-font-color) !important; */
}

.btn-flat > i.fas, .btn-flat > i.fa-regular, .btn-flat > p > i.fa-regular {
	font-family: "Font Awesome 7 Pro" !important; 
  	font-weight: 500 !important;
	color: #fff !important;
}
.fas, .fa-regular{
	font-family: "Font Awesome 7 Sharp"!important; 
  	font-weight: 300 !important;
	color: var(--primary-font-color) !important;
}

.note_activity_icon > i.fa-sharp-duotone, .note_activity_icon > i.fa-solid{
	font-family: "Font Awesome 7 Pro" !important; 
  	font-weight: 500 !important;
}
.dashboard-panels-setting{
	display:inline-block;
	width: 100%;
}

.dashboard-panels-setting > div > table {
	border-radius: 16px;
	border: 1px solid var(--primary-border-color);
}

#ajax_form_update_panel{
	display: inline-block;
	width: 70%;
}
#ajax_form_update_panel > div{
	float:none !important;
}
.dashboard-panels-setting .ui-state-default.ui-corner-all{
	background: none;
	border-radius: 16px;
	border: 1px solid var(--primary-border-color);
	padding: 5px;
}

.dashboard-panels-setting .ui-state-default.ui-corner-all td{
	padding: 5px;
	background: none;
	font-weight: 500;
	border-bottom: 1px solid var(--primary-border-color);
}
.panel_tabs{
	border-radius: 16px;
	border: 1px solid var(--primary-border-color);
	margin: 10px 0;
	background-color: #fff;
}
.panel_tabs > tbody > tr > th:first-child{
	background: none;
	border-bottom: 1px solid var(--primary-border-color);
	padding: 10px;
}
.panel_tabs > tbody > tr > td > div{
	width:100%;
}


.panel_tabs > tbody > tr > td > div > ul > li.ui-state-default, ul#sortable1 > li.ui-state-default {
	background: #fff !important;
	border-radius: 8px;
	border: 1px solid var(--primary-border-color);
}
li.ui-state-default.ui-sortable-handle > span.ui-icon.ui-icon-circle-arrow-w::before{
	font-family: "Font Awesome 7 Pro" !important; 
	font-style: normal !important;
	font-display: block !important;
	src: url("../../lib/icons/fontawesome-pro/webfonts/fa-regular-400.woff2") format("woff2"), url("../../lib/icons/fontawesome-pro/webfonts/fa-regular-400.ttf") format("truetype") !important; 
	color: var(--primary-color) !important;	
	--fa-primary-color: var(--primary-color) !important;
  	--fa-secondary-color: var(--primary-color)!important;
	content: '\f355';
}
li.ui-state-default.ui-sortable-handle > span.ui-icon.ui-icon-circle-arrow-e::before{
	font-family: "Font Awesome 7 Pro" !important; 
	font-style: normal !important;
	font-display: block !important;
	src: url("../../lib/icons/fontawesome-pro/webfonts/fa-regular-400.woff2") format("woff2"), url("../../lib/icons/fontawesome-pro/webfonts/fa-regular-400.ttf") format("truetype") !important; 
	color: var(--primary-color) !important;	
	--fa-primary-color: var(--primary-color) !important;
  	--fa-secondary-color: var(--primary-color)!important;
	content: '\f356';
}
.dashboard_panel_btn{
	display: inline-block;
}

.reports_main .ui-state-active{
	background: #fff !important;
	border: 1px solid var(--primary-border-color);
}


.reports_main tr.ui-state-active + tr > td{
	border-radius: 0px !important;
	border-top: 1px solid var(--primary-border-color) !important;
}

ul.show_blog li img.user_profile_img{
	border-radius: 50%;
	/* border: 1px solid #E7E8E6; */
	border:none !important;
	float: left;
	padding: 3px;
	margin: 0px 8px 8px 0px !important;
}

ul.show_blog li {
	border: 1px solid var(--primary-border-color) !important;
	clear: both;
	margin-bottom: 10px;
	border-radius: 8px;
	padding: 8px 12px;
}


.blog-detail-card{
	border-top: 1px solid var(--primary-border-color) !important;
}


.unauth_header {
	font-size: 24px;
	font-family: Rubik, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 15px;
	margin-top: 55px;
  }
  
  .license_expired_info {
	font-size: 14px;
	font-family: Rubik, sans-serif;
	font-weight: 400;
	color: #0F3628;
	line-height: 20px;
  }
  
  .license_expired_info a:visited {
	color: #0F3628;
  
  }
  
  .license_expired_info a {
	cursor: pointer;
	text-decoration: underline;
  }
  
  .label-upload-license {
	font-size: 14px;
	font-family: Rubik, sans-serif;
	font-weight: 400;
	color: #0F3628;
	line-height: 20px;
	vertical-align: middle !important;
  }


a.back-link {
	font-family: Rubik;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #17AD49;
}
  
a.back-link i {
	margin-right: 10px;
}
  
a.back-link:hover {
	text-decoration: none;
}
  
.chosen-container-single .chosen-single{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 2px 0 0 8px;
	height: 32px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
	background: #FFF;
	padding-top: 3px;
	border: 1px solid var(--primary-border-color);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: var(--primary-font-color) !important;
	font-size: 14px;
	box-shadow: none;
}

.chosen-container-multi.chosen-with-drop .chosen-choices{
	border-radius: 8px;
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-multi.chosen-with-drop .chosen-choices{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid var(--primary-border-color);
	border-bottom: 0px;
	box-shadow: none;
	background: #FFF;
}

.chosen-container .chosen-drop{
	border: 1px solid var(--primary-border-color);
	box-shadow: none;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

.chosen-container-single .chosen-single-with-deselect span{
	font-size: 14px;
	color: var(--primary-font-color);
}
.chosen-container-single .chosen-single:hover, .chosen-container-single .chosen-single:focus,
.chosen-container-single.chosen-with-drop.chosen-container-active > .chosen-single {
	border: 1px solid var(--primary-color-hover);
}

.chosen-container-single .chosen-single abbr{
	top: 10px;
}

.chosen-container-single .chosen-single div{
	top: 4px;
}
.chosen-container-multi .chosen-choices{
	border: 1px solid var(--primary-border-color);
	box-shadow: none;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 0px 5px;
	min-height: 32px;
	background: #FFF;
}

.chosen-container-multi .chosen-choices li.search-choice{
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 5px 20px 5px 8px;
	border: 1px solid var(--primary-border-color);
	max-width: 100%;
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
}
#calendar_filter > table > tbody > tr > td,
#at_work_filter > table > tbody > tr > td,
#immigration_filter > table > tbody > tr > td{
	padding: 5px;
}

#rule_detail{
	white-space: nowrap;
}

#rule_detail table.fw-display_item td:last-child {
	min-width: 555px;
}
.fw-pages .btn{
	padding: 6px 12px !important;
	line-height: normal !important;
	display: inline-block !important;
	vertical-align: middle !important;
}

td:last-child > a:has(i),
td:last-child > div > a:has(i),
.right_bar > a:has(span.grid_icon),
.assessment_session_icon > a:has(i),
.btn-icon{
	cursor: pointer;
	padding: 6px 4px;
	border-radius: 8px;
	font-weight: 500;
	border: 1px solid #B8C1C0;
	background: #FFFFFF;
	color: #262B2B;
	display: inline-block;
	margin: 2px 5px;
}

.assessment_session_icon > a:has(i),
#ajax_form_assessment_session a:has(i){
	padding: 6px;
}
.right_bar > a:has(span.grid_icon), .btn-icon{
	padding: 4px 8px;
	top: -3px;
	position: relative;
}
td:last-child > a:has(i):hover,
td:last-child > div > a:has(i):hover,
.right_bar > a:has(span.grid_icon):hover,
.assessment_session_icon > a:has(i):hover,
.btn-icon:hover {
	border: 1px solid #B8C1C0;
	background-color: #EFF1F1;
	box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.10) inset;
}

td:last-child > a:has(i):active,
td:last-child > div > a:has(i):active,
.right_bar > a:has(span.grid_icon):active,
.assessment_session_icon > a:has(i):active,
.btn-icon:active {
	border: 1px solid #B8C1C0;
	background-color: #E6EAEA;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15) inset;
}

.right_bar > a:has(span.grid_icon) > span{
	padding: 0px !important;
	margin: 0px !important;
}

.right_bar > a:has(span.grid_icon) > span > span{
	padding: 0px !important;
	margin: 0px !important;
	position: relative !important;
	left: 0px !important;
}

.right_bar > a:has(span.grid_icon) > span > span > span.ui-icon-disk::before {
	left: -1px !important;
	font-size: 16px !important;
	bottom: 0px;
}


.right_bar > a:has(span.grid_icon) > span > span > span.ui-icon-refresh::before {
	left: -1px !important;
	font-size: 14px !important;
	bottom: 0px;
}

.fw-pagination{
	width: 20px;
	padding: 2px 6px !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--primary-border-color);
	margin: 0px 2px;
	font-weight: 500;
}

.fw-pagination.active{
	background-color: var(--primary-color) !important;
	border: 1px solid var(--primary-color) !important;
	color: #fff !important;
}

.left_bar.manage-grid a{
	font-weight: 500;
	color: var(--primary-color) !important;
}

.company_doc_download a,
.mobile_b_help a{
	font-weight: 500;
	color: var(--primary-font-color) !important;
}

.company_doc_download i.fa-file-pdf,
.mobile_b_help i.fa-file-pdf{
	color: #971D23 !important;
	--fa-primary-color:  #971D23 !important;
  	--fa-secondary-color:  #971D23 !important;
	border: 1px solid #FDCBCE;
	padding: 8px;
	border-radius: 8px;
	background: #FEF2F3;
}

.btn-flat.btn-gray-outline.collapse{
	height: 14px !important;
	float: right;
	position: relative;
  	top: -6px;
	color: var(--primary-font-color) !important;
}

.btn-flat.btn-gray-outline.collapse > span.ui-icon-minusthick,
.btn-flat.btn-gray-outline.collapse > span.ui-icon-plusthick{
	top: -8px;
}


.blog_show_topic .btn-flat.btn-gray-outline.collapse > span.ui-icon-minusthick,
.blog_show_topic .btn-flat.btn-gray-outline.collapse > span.ui-icon-plusthick{
	top: -3px;
}

.btn-flat.btn-gray-outline.collapse > span.ui-icon-minusthick::before,
.assessment_session_icon.ui-state-default.ui-corner-all > span.ui-icon-minusthick::before,
.fg-button.ui-state-default.fg-button-icon-solo.ui-corner-all.search_advanced_icon > span.ui-icon-minusthick::before,
.ui-state-default.ui-corner-all.toggle_ico > span.ui-icon-minusthick::before{
	content: "\f077" !important;
	font-weight: 500 !important;
}


.btn-flat.btn-gray-outline.collapse > span.ui-icon-plusthick::before,
.assessment_session_icon.ui-state-default.ui-corner-all > span.ui-icon-plusthick::before,
.fg-button.ui-state-default.fg-button-icon-solo.ui-corner-all.search_advanced_icon > span.ui-icon-plusthick::before,
.ui-state-default.ui-corner-all.toggle_ico > span.ui-icon-plusthick::before{
	content: "\f078" !important;
	font-weight: 500 !important;
}
.fa-house-chimney-blank.fa-stack-2x{
	font-family: "Font Awesome 7 Pro" !important; 
	font-style: normal !important;
	font-weight: 900 !important;
	font-display: block !important;
	vertical-align: super;
	src: url("../../lib/icons/fontawesome-pro/webfonts/fa-solid-900.woff2") format("woff2"), url("../../lib/icons/fontawesome-pro/webfonts/fa-solid-900.ttf") format("truetype") !important; 
}


.fa-clock.fa-stack-1x, .fa-check.fa-stack-1x{
	color: #FFF !important;
	font-family: "Font Awesome 7 Pro" !important; 
	font-style: normal !important;
	font-weight: 900 !important;
	font-display: block !important;
	vertical-align: super;
	src: url("../../lib/icons/fontawesome-pro/webfonts/fa-solid-900.woff2") format("woff2"), url("../../lib/icons/fontawesome-pro/webfonts/fa-solid-900.ttf") format("truetype") !important; 
}
.fa-solid.fa-house-laptop{
	font-family: "Font Awesome 7 Pro" !important; 
	font-style: normal !important;
	font-weight: 900 !important;
	font-display: block !important;
	vertical-align: super;
	src: url("../../lib/icons/fontawesome-pro/webfonts/fa-solid-900.woff2") format("woff2"), url("../../lib/icons/fontawesome-pro/webfonts/fa-solid-900.ttf") format("truetype") !important; 
}
.calendar-info-p{
	font-weight: 500;
}
.table_calendar_grid td.calendar_normal{
	font-weight: 500;
}

#fw_notify_msg i.fa-solid{
	font-family: "Font Awesome 7 Pro" !important; 
	font-style: normal !important;
	font-weight: 900 !important;
	font-display: block !important;
	vertical-align: super;
	src: url("../../lib/icons/fontawesome-pro/webfonts/fa-solid-900.woff2") format("woff2"), url("../../lib/icons/fontawesome-pro/webfonts/fa-solid-900.ttf") format("truetype") !important; 
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 16px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 16px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 16px;
}	
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 16px;
}

#benefit_request, #expense_request, #ot_request{
	border: none;
}

#table-translation-listing{
	overflow: auto;     /* allow horizontal scroll */
	display: block;       /* ensure it's treated as a block container */
	white-space: nowrap;  /* prevent wrapping */
	max-height: 1200px;
}

.head-line-pagination{
	border: 1px solid var(--primary-border-color);
	padding: 5px 1px 15px 1px;
	/* box-sizing: border-box; */
	border-bottom: none;
	background-color: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.head-line-pagination-box a{
 	text-decoration: none;
 	color: var(--primary-font-color);
}

.foot-line-pagination{
	border: 1px solid var(--primary-border-color);
	padding: 5px 1px 15px 1px;
	/* box-sizing: border-box; */
	border-top: none;
	background-color: #fff;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.foot-line-pagination-box a{
 	text-decoration: none;
 	color: var(--primary-font-color);
}

table.table-dynamic-list{
	box-sizing: border-box;
}
table.table-dynamic-list tr th, table.table-dynamic-list tr td, table.table-dynamic-list{
	border-radius: 0px !important;
}

.payroll-summary-section{
	border-top: 2px dashed var(--primary-border-color);
}

table.payroll_sum tr:last-child td{
	border-top: 2px dashed var(--primary-border-color);
}

table.payroll_sum tbody tr td:first-child{
	width: 165px !important;
	white-space: nowrap;
}
.payroll_sum{
*	margin-left: 15px !important;
}
.net-pay-summary{
	color: #17AD49;
	font-weight: 500;
}

.step-no-icons{
	font-size: 14px;
	font-weight: 500;
	color: var(--primary-font-color);
	border-radius: 50%;
	border: 1px solid var(--primary-border-color);
	padding: 6px;
	display: inline-block;
	text-align: center;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.step-no-icons span{
	position: relative;
  	top: 3px;
}

#benefit_request, #expense_request, #ot_request{
	border: none !important;
}

.request_other_btn {
	float:left !important;
	position: relative !important;
	margin-bottom: 15px;
}

.ui-widget-header{
	font-weight: 500 !important;
}

.calendar_week_show, .calendar_normal, .calendar_day_show{
	font-weight: 500 !important;
}

.calendar-info h2{
	font-weight: 500 !important;
}

#attendance_calendar table.fc-scrollgrid, #attendance_calendar table.fc-col-header {	
	border-radius: 8px;
}

#attendance_calendar table.fc-scrollgrid > tbody > tr:last-child > td:first-child,
#attendance_calendar table.fc-scrollgrid > tbody > tr:last-child > td:last-child{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#table_listing_exp_history, #table_listing_ben_history{
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
#table_listing_exp_history > tbody > tr:last-child > td:first-child,
#table_listing_exp_history > tbody > tr:last-child > td:last-child{
	border-radius: 0px !important;
}
#attendance_calendar table.fc-scrollgrid > thead > tr:first-child > th:first-child,
#attendance_calendar table.fc-scrollgrid > thead > tr:first-child > th:last-child{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}  
#attendance_calendar table.fc-col-header > thead > tr:first-child > th:not(:first-child):not(:last-child){
	border-right: 0px !important;
	border-left: 0px !important;
}
#attendance_calendar table.fc-col-header > thead > tr:first-child > th:first-child{
	border-right: 0px !important;
}
#attendance_calendar table.fc-col-header > thead > tr:first-child > th:last-child{
	border-left: 0px !important;
}
#attendance_calendar table.fc-col-header > thead > tr:first-child > th{
	padding: 18px 9px;
	font-size: 16px;
}
#attendance_calendar a{
	text-decoration: none !important;
	color: var(--primary-font-color) !important;
	font-weight: 500 !important;
}
.attd_status_container{
	border-radius: 8px;
}
.attd-date-select-container.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
	text-align: left;
}

.attd-date-select-container.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all span{
	font-size: 24px;
	font-weight: 500;
}

.attd-date-select-container.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all > div:has(.fa-caret-left),
.attd-date-select-container.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all > div:has(.fa-caret-right){
	display: inline-block;
	/* top: -5px; */
	position: relative;
	float: unset !important;
}

#pages_tab .attd-date-select-container.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all > div:has(.fa-caret-left),
#pages_tab .attd-date-select-container.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all > div:has(.fa-caret-right){
	display: inline-block;
	top: -5px;
	position: relative;
	float: unset !important;
}

.attd-date-select-container.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all > div:has(.fa-caret-left) i,
.attd-date-select-container.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all > div:has(.fa-caret-right) i{
	font-family: "Font Awesome 7 Pro" !important; 
	font-style: normal !important;
	font-weight: 900 !important;
	font-display: block !important;
	src: url("../../lib/icons/fontawesome-pro/webfonts/fa-regular-400.woff2") format("woff2"), url("../../lib/icons/fontawesome-pro/webfonts/fa-regular-400.ttf") format("truetype") !important; 
	color: var(--primary-color) !important;	
	--fa-primary-color: var(--primary-color) !important;
  	--fa-secondary-color: var(--primary-color)!important;
}
#attendance-adjust-container table tr td, #attendance-adjust-container table tr th{
	padding: 5px 10px;
}
.company_doc_download div{
	margin: 0px !important;
	padding: 5px 15px 10px 15px;
}
.company_doc_download div a{ 
	text-decoration: none !important;
}
.document_download:hover{
	background-color: #EFF1F1;
	cursor: pointer;
}
.document_download span{
	display: inline-block !important;
	margin: 0px !important;
	position: relative;
  	top: 8px;
}
.document_download span p{
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #5D6C6B !important;
}
.dimension-action-btn{
	margin-bottom: 10px;
}
.session_step_header .step_title_index{
	background: var(--primary-color) !important;
	color: #fff !important;
	border-color: var(--primary-color) !important;
}

.session_step_header .step_title_index.is-inactive{
	background: #fff !important;
	color: var(--primary-font-color) !important;
	border-color: var(--primary-border-color) !important;
}
.session_step_header_tab.cursor.step_completed .step_title_index{
	background: var(--primary-color) !important;
	color: #fff !important;
	border-color: var(--primary-color) !important;
}
.session_step_header_tab.cursor.step_completed .step_title_index i{
	color: #fff !important;
	font-family: "Font Awesome 7 Pro" !important; 
	font-style: normal !important;
	font-weight: 900 !important;
	font-display: block !important;
	vertical-align: super;
	src: url("../../lib/icons/fontawesome-pro/webfonts/fa-regular-400.woff2") format("woff2"), url("../../lib/icons/fontawesome-pro/webfonts/fa-regular-400.ttf") format("truetype") !important; 

}

.session_step_header_tab{
	padding:8px;
	gap:8px;
}
.session_step_header_tab:has(.step_title_index){
	background: var(--secondary-color);
	border-radius: 12px;
}

.session_step_header_tab:has(.step_title_index.is-inactive){
	background: none;
}
.my_sub_session_list_container a.btn{
	vertical-align: middle !important;
	position: relative;
	top: -2px;
}
.expand_title{
	margin-bottom: 15px;
}
.my_sub_session_list_result .expand_title{
	margin-bottom: 15px;
}
.my_sub_session_list_container{
	background: #fff;
	border-radius: 8px;
	padding:12px;
	border: 1px solid var(--primary-border-color);
	box-sizing: border-box;
}
.my_sub_session_list_container .expand_title > div.ui-state-default.ui-corner-all.toggle_ico{
	float: right;
	margin-right: 10px;
}
.my_sub_session_list_container .expand_list{
	border-top: 1px solid var(--primary-border-color);
}
.my_sub_session_list_container .expand_title{
	width:100% !important;
}

.ui-timepicker-title.ui-widget-header.ui-helper-clearfix.ui-corner-all{
	border-radius: 8px !important;
	background: #F1F2F3;
	border: 1px solid var(--primary-border-color);
	color: var(--primary-font-color) !important;
	padding: 3px 5px;
}

.fw-form_buttons{
	padding: 10px 0px !important;
}
.import_process_table{
	margin-top:45px;
}
.import_process_table .btn-green{
	position: relative;
	bottom: 6px;
}

#pay_listing .s_box{
	min-width: 20px;
}
/* #pay_listing.fw-items_list > tbody > tr > td:has(.fw-money){
	text-align: right;
} */
.articleResult{
	font-family: Rubik, Arial, Helvatica, sans-serif !important;
}

.spinner-box > a > i::before{
	color: #158039 !important;
}

td:has(a.fw-btn.user){
	vertical-align: middle !important;
}

.btn-gray-outline.ui-corner-all{
	border-radius: 8px !important;
}
/* .foot-line-pagination-box.table_bar */

.assessment_box_border{
	border: 1px solid var(--primary-border-color);
	border-radius: 8px !important;
	background: #fff;
}

.show_notify.ui-widget > div{
	display: inline-flex;
	min-width: 200px;
	max-width: 360px;
	min-height: 56px;
	max-height: 76px;
	padding: var(--size-spacing-3xs, 8px) var(--size-spacing-2xs, 12px);
	align-items: center;
	gap: var(--size-spacing-3xs, 8px);
	border-radius: var(--border-radius-lg, 12px);
	border: 1px solid var(--tw-border-color-strong, #738482);
	background: var(--tw-bg-color-inverted, #262B2B);
	color: var(--tw-text-color-inverted-strong, #FFF);
	/* 🟢 Body/sm/regular */
	font-family: var(--font-family-main, Rubik);
	font-size: var(--font-size-200, 14px);
	font-style: normal;
	font-weight: var(--font-weight-regular, 400);
	line-height: var(--font-line-height-400, 20px); /* 142.857% */
	/* tw-drop-shadow-sm */
	box-shadow: 0 2px 4px -1px rgba(38, 43, 43, 0.12);
	margin: 10px 0px;
}
.show_notify.ui-widget > div > a{
	margin-right: 0px !important;
}

.show_notify.ui-widget > div > a > span.ui-icon-info, 
.show_notify.ui-widget > div > span.xoptions > a > span.ui-icon-close{
	width: 24px !important;
	height: 24px !important;
	margin-right: 0px !important;
}
.show_notify.ui-widget > div > span.xoptions > a > span.ui-icon-close{
	top:25px !important;
}
.show_notify.ui-widget > div > a > span.ui-icon-info::before,
.show_notify.ui-widget > div > span.xoptions > a > span.ui-icon-close::before{
	font-family: "Font Awesome 7 Pro" !important; 
	font-style: normal !important;
	font-weight: 900 !important;
	font-display: block !important;
	font-size: 18px !important;
	vertical-align: super;
	font-size: 18px;
	color: #2D88FF !important;
	src: url("../../lib/icons/fontawesome-pro/webfonts/fa-solid-900.woff2") format("woff2"), url("../../lib/icons/fontawesome-pro/webfonts/fa-solid-900.ttf") format("truetype") !important; 
}
.form_9box_container {
  width: 640px !important;
}
.container-9box {
	width: 500px;
}

#existing_ee_list {
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#existing_ee_list optgroup {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#existing_ee_list option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}