/*
    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/
*/
@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: normal;
    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: normal;
    font-style: normal;
}

@import "fonts/BrowalliaUPC/font_browalliaupc_family.css";

/* 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 {
	margin: 0; padding: 0;
	font-family: Arial, Helvatica, sans-serif;
}

/* ------------------------end default reset---------------------------- */
html.preloaded body {
	background-position: 50% -500px;
}
/* Default setting */

body {
	height: 100%;
	font-size: 12px;
	background: url('../../im/sending.gif') no-repeat;
	overflow-y: scroll;
	background: #162836;
	position: relative;
	min-width: 100%;
}

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: normal;
}
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: bold;
}

.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_bg {
	/*background: url('im/calendar.png');*/
	padding: 30px 10px 0 10px;
}

div.login_box {
	width: 430px;
	/*	background: url('im/login_side_bg.png'); */
	background: #FFF;
	padding: 0;
/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
	-moz-box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555;
	box-shadow: 1px 1px 4px #555;
	border-left: 2px solid #b0d5f5;
	border-right: 2px solid #b0d5f5;
	margin-left: 100px;
	float: left;
	min-height: 600px;
	z-index: 1000;
	min-height: 100%;
}

div.login_box_top {
	width: 100%;
	/*	padding: 10px 0 10px 0; */
	/*margin-bottom: 30px;*/
	background: #FFF;
}

div.login_box_bottom {
	text-align: right;
	/*width: 100%;*/
	padding: 15px;
	/*margin-top: 30px;*/
	/*background: #eeeeee;*/
	/*border-top: 1px solid #ccc;*/
/*	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;*/
	min-height: 100%;
}

div.login_box_content {
	padding-bottom: 20px;
}

div.login_box_bottom input[type=text]:hover, div.login_box_bottom input[type=text]:focus {
	padding: 2px;
}
div.login_box h2 {
	font-family: 'LuxiSansBold', Arial;
	font-size: 24px;
	color: #5f5f5f;
}

div.login_box div.login_box_left {
	float: left;
	width: 230px;
}

div.login_box div.login_box_right {
	float: right;
	width: 300px;
	margin-right: 15px;
}

.login_frm table td {
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
}

.login_frm table input[type=text], .login_frm table input[type=password], .login_frm table input[type=yubikey], .login_frm table select {
	float: right;
	width: 100%;
	height: 40px;
	padding: 0 5px;
	font-size: 20px;
	/*background: #EFEFEF url('../../im/input_login_bg.gif') repeat-x;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    outline: none;
}

div#login_settings table td {
	font-size: 12px;
	font-weight: normal;
	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: bold;
}

.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: normal;
	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: bold;
}
.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: #777;
}
ul.app_list li img {
 cursor: pointer;
 outline: 1px solid #ccc;
 margin-bottom: 5px;
}
ul.app_list li img:hover{
    outline: 2px solid #41B540;
}
ul.app_list li.disable_ico img {
  outline: 1px solid #b2b1c6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
ul.app_list li.disable_ico img:hover {
  cursor: not-allowed;
}

ul.app_list li.app_selected {
    color: #000;
}

ul.app_list li.app_selected img {
    outline: 2px solid #41B540;
}

/* ---------------------------end login--------------------------- */

/* Main page */

#mainPage {
	background: #FFF;
	margin: auto;
	width: 980px;
	opacity: 0;
}

/* -------------------------end mainpage-------------------------- */

/* 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;
	float: left;
}

/* 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;
}

#topMenu{
	margin: 0px;
	padding: 12px 0 0 0;
	margin-right: 5px;
	margin-bottom: 20px;
	position: absolute;
	right: 20px;
	/*margin-right: 200px;*/
	float: right;
	/*	width: 760px;*/
	/*font-size: 10px;*/
	/*width: 720px;*/
	z-index: 5;
	height: 46px;
}

#topMenu .icon {
	padding: 5px 5px 0 5px;
	height: 25px;
/*		background: transparent;*/
}

#topMenu .btn{
	cursor: pointer;
	padding: 5px;
	height: 25px;
	border: 1px solid #BDBDBD;
	font-size: 15px;
	font-weight: bold;
	color: #BDBDBD;
	border-radius: 5px;
	margin:10px 0px 0px 10px;
	background-color: #fff;
}

#topMenu .btn.le_en_change{
	font-size:14px;
	padding: 5px;
	position: relative;
	z-index: 101;
	width: 280px;
	min-height: 25px;
}
#topMenu .btn.le_en_change {
	height: auto;
}
#menu_setting_top {
	display: none;
}
#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: bold;
	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: bold;
	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: bold;
	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 {
	clear: both;
}

#mainPage {
	/*position: relative;*/
}

/* mainmenu */
#mainmenu {
	clear: both;
}
ul#mainMenu {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 33px;
	line-height: 33px;
}
ul#mainMenu li{
	padding: 0;
	margin: 0;
	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;
	display: block;
}
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: normal;
}
#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: url(../../im/shadow_bg.png) repeat;
	-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: #fff; */
}
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: bold;
	/*	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: normal;
	/*	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: #555;
	padding: 15px 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 {
	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 3px;
}
#items_details h1 {
	font-size: 22px;
	display: inline;
}
#items_details h1 span.fw_id{
	color: #FFF;
	font-size: 12px;
}
#gain-content_long{
	width: 100%;
}
#gain-content_sidemenu{
	float: left;
	vertical-align: top;
	width: 20%;
}
#gain-content_sidemenu ul li {
	padding: 2px 5px;
}
#gain-content_short{
	vertical-align: top;
	float: left;
	width: 80%;
}
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 #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.column .dragbox h2 {
	margin: 0;
	height: 27px;
	line-height: 27px;
	padding-left: 5px;
	font-size: 14px;
	/*	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;
}
.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: 0;
	padding: 0;
	float: left;
	margin-right: 10px;
	background: #eee;
	padding: 5px;
	width: 250px;
}
#sortable1 li, .dropable li {
	margin: 2px;
	padding: 4px;
	cursor: move;
}
div.sort_panel {

}
ul#sort_tabs {

}
#sort_tabs li {

}
th.sort_t {
	cursor: move;
}

.dashboard_filter_space {
	padding-bottom: 12px;
}
/* ---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: normal;
	float: left;
	display: block;
}
/* --- end show option ---*/

/* popup */

div.submenu_popup {
	background: #FFFFFF;
	/*left: 0px;*/
	/*	top: 32px;
	left: 138px;*/
	/*border: 1px solid #2F5E7C;*/
	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;
}
div.toggle_ico,
div.toggle_icon {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
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;
	text-decoration: none;
}
#profile_tab_menu li span {
	margin: 8px 5px 0 0;
}
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;
}
#scroller {
	height: 108px;
	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;
}
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: bold;
	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: bold;
	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: bold;
	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: bold;
	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: bold; */
}
.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: #555;
	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: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
}
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: 1px solid #3895BF;
	padding: 2px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
	color: #013B54;
}

label + p, input + p {
    margin-top: 20px;
}

p > input {
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    opacity: 0;
}

p > label {
    float: left;
    line-height: 16px;
}
/*p:not(#foo) > input:hover + label, p:not(#foo) > input:focus + label		{ text-shadow: 1px 1px 3px #000; color: #2C7AD0; }*/

p:not(#foo) > input + label:before, p:not(#foo) > input + span:before {
	background: url(../../im/gr_custom-inputs.png) 0 -1px no-repeat;
	position: absolute;
	z-index: 1;
	left: 16px;
	content: "\00a0\00a0\00a0"; /* 3x &nbsp; */
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin: 0 3px 0 -16px;
	pointer-events: none; /* Allows this to work in Safari iPhone */
}
p:not(#foo) > input + span:before {
	margin: 2px 3px 0 -16px;
}
p:not(#foo) > input[type=radio] + label:before {
	background-position: -32px -1px;
}

/* Checked styles */
p:not(#foo) > input[type=radio]:checked + label:before {
    background-position: -32px -73px;
}
p:not(#foo) > input[type=checkbox]:checked + label:before,
p:not(#foo) > input[type=checkbox]:checked + span:before {
    background-position: 0 -73px;
}
p:not(#foo) > input[type=checkbox]:hover:checked + label:before, p:not(#foo) > input[type=checkbox]:focus:checked + label:before,
p:not(#foo) > input[type=checkbox]:hover:checked + span:before, p:not(#foo) > input[type=checkbox]:focus:checked + span:before {
    background-position: 0 -91px;
}
p:not(#foo) > input[type=radio]:hover:checked + label:before, p:not(#foo) > input[type=radio]:focus:checked + label:before {
    background-position: -32px -91px;
}

p.input_align_s:not(#foo) > input[type=checkbox] {
	width: 16px; height:16px;
}
/* Hover & Focus styles */
p:not(#foo) > input[type=checkbox]:hover + label:before, p:not(#foo) > input[type=checkbox]:focus + label:before,
p:not(#foo) > input[type=checkbox]:hover + span:before, p:not(#foo) > input[type=checkbox]:focus + span:before {
    background-position: 0 -19px;
}
p:not(#foo) > input[type=radio]:hover + label:before, p:not(#foo) > input[type=radio]:focus + label:before {
    background-position: -32px -19px;
}
/* Active styles */
p:not(#foo) > input[type=checkbox]:active + label:before,
p:not(#foo) > input[type=checkbox]:active + span:before {
    background-position: 0 -37px;
}
p:not(#foo) > input[type=radio]:active + label:before {
    background-position: -32px -37px;
}
p:not(#foo) > input[type=checkbox]:active:checked + label:before,
p:not(#foo) > input[type=checkbox]:active:checked + span:before {
    background-position: 0 -109px;
}
p:not(#foo) > input[type=radio]:active:checked + label:before {
    background-position: -32px -109px;
}

/* Disabled styles */
p:not(#foo) > input[type=checkbox]:disabled + label:before {
	background-position: 0 -55px;
}
p:not(#foo) > input[type=radio]:disabled + label:before {
	background-position: -32px -55px;
}
p:not(#foo) > input[type=checkbox]:disabled:checked + label:before 	{
	background-position: 0 -127px;
}
p:not(#foo) > input[type=radio]:disabled:checked + label:before {
	background-position: -32px -127px;
}
p:not(#foo) > input[type=checkbox]:hover:disabled + label:before, p:not(#foo) > input[type=checkbox]:focus:disabled + label:before {
	background-position: 0 -55px;
}
p:not(#foo) > input[type=radio]:hover:disabled + label:before, p:not(#foo) > input[type=radio]:focus:disabled + label:before {
	background-position: -32px -55px;
}
p:not(#foo) > input[type=checkbox]:hover:disabled:checked + label:before, p:not(#foo) > input[type=checkbox]:focus:disabled:checked + label:before 	{
	background-position: 0 -127px;
}
p:not(#foo) > input[type=radio]:hover:disabled:checked + label:before, p:not(#foo) > input[type=radio]:focus:disabled:checked + label:before {
	background-position: -32px -127px;
}
/* readonly styles */
p:not(#foo) > input[type=checkbox]:readonly + label:before {
	background-position: 0 -55px;
}
p:not(#foo) > input[type=radio]:readonly + label:before {
	background-position: -32px -55px;
}
p:not(#foo) > input[type=checkbox]:readonly:checked + label:before 	{
	background-position: 0 -127px;
}
p:not(#foo) > input[type=radio]:readonly:checked + label:before {
	background-position: -32px -127px;
}
p:not(#foo) > input[type=checkbox]:hover:readonly + label:before, p:not(#foo) > input[type=checkbox]:focus:readonly + label:before {
	background-position: 0 -55px;
}
p:not(#foo) > input[type=radio]:hover:readonly + label:before, p:not(#foo) > input[type=radio]:focus:readonly + label:before {
	background-position: -32px -55px;
}
p:not(#foo) > input[type=checkbox]:hover:readonly:checked + label:before, p:not(#foo) > input[type=checkbox]:focus:readonly:checked + label:before 	{
	background-position: 0 -127px;
}
p:not(#foo) > input[type=radio]:hover:readonly:checked + label:before, p:not(#foo) > input[type=radio]:focus:readonly:checked + label:before {
	background-position: -32px -127px;
}
/* vertical/horizontal alignment for inputs-checks */
p.input_align_h {
	overflow: hidden;
	float: left;
	margin-right: 10px;
	position: relative;
}
p.input_align_v, div.input_align_v {
	overflow: hidden;
	margin-bottom: 10px;
}
p.input_align_h input, p.input_align_v input {
	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;
}
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 {
	cursor: pointer;
	padding: 0px 10px 0px 10px;
	min-height: 26px;
	box-shadow: 0px 1px 3px 0px #00000080;
	border: 1px solid #555;
	border-radius: 4px;
	color: #234;
	font-weight: bold;
}
a.btn-flat {
	display: inline-block;
	line-height: 25px !important;
	vertical-align: middle;
	.btn-normal:hover {
		text-decoration: none;
	}
}
/*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: 15px;
	font-weight: bold;
	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;
	top: 140px;
	bottom: 30px;
}

.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;
	right: 26px;
   left: 26px;
	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: Arial, Helvatica, sans-serif;
	font-size: 14px;
}
table.fw-display_item td.fw-min_width table.ui-widget {
	font-family: 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: Arial, Helvatica, sans-serif;
	font-size: 14px;
}
.ui-widget-overlay {
	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;
}

#back_to_top {
	bottom: 35px;
	position: fixed;
	right: 5px;
	width: 38px;
	height: 38px;
	display: none;
	/*	background: transparent url(../../im/back_to_top.png) 50% 50% no-repeat;*/
	background: transparent url(../../im/loading_bg.png) repeat-x;
	text-align: center;
	border: 1px solid #444444;
	z-index: 1000;
	-moz-box-shadow: 0 0 4px #3D3D3D;
	-webkit-box-shadow: 0 0 4px #3D3D3D;
}

#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;
	padding: 0px 5px 0px 22px;
}
.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: darkgrey;
	line-height: 1;
}

.btn-flat.btn-gray {
	border: none;
	background-color: #4C4C4C;
	color: #FFFFFF;
	line-height: 1;
}
.btn-flat.btn-gray:hover {
	background-color: #797979;
	box-shadow: 0px 1px 5px 0px #00000080;
}
.btn-flat.btn-gray:focus-visible {
	background-color: #4C4C4C;
	border: 2px solid #151515;
}
.btn-flat.btn-gray:active {
	background-color: #797979;
	box-shadow: 0px 1px 3px 0px #00000080;
}
.btn-flat.btn-gray-outline {
	border: 1px solid #4C4C4C;
	background: #FFFFFF;
	color: #4C4C4C;
	line-height: 1;
}
.btn-flat.btn-gray-outline:hover {
	border: 1px solid #797979;
	background-color: #FFFFFF;
	color: #797979;
	box-shadow: 0px 1px 5px 0px #00000080;
}
.btn-flat.btn-gray-outline:focus-visible {
	border: 2px solid #151515;
	background-color: #FFFFFF;
	color: #151515;
}
.btn-flat.btn-gray-outline:active {
	border: 1px solid #797979;
	background-color: #FFFFFF;
	color: #797979;
	box-shadow: 0px 1px 3px 0px #00000080;
}

.btn-flat.btn-green {
	border: none;
	background-color: #14A412;
	color: #FFFFFF;
	line-height: 1;
}
.btn-flat.btn-green:hover {
	background-color: #4FBB4D;
	box-shadow: 0px 1px 5px 0px #00000080;
}
.btn-flat.btn-green:focus-visible {
	background-color: #14A412;
	border: 2px solid #027300;
}
.btn-flat.btn-green:active {
	background-color: #4FBB4D;
	box-shadow: 0px 1px 3px 0px #00000080;
}
.btn-flat.btn-green-outline {
	border: 1px solid #14A412;
	background: #FFFFFF;
	color: #14A412;
	line-height: 1;
}
.btn-flat.btn-green-outline:hover {
	border: 1px solid #4FBB4D;
	background-color: #FFFFFF;
	color: #4FBB4D;
	box-shadow: 0px 1px 5px 0px #00000080;
}
.btn-flat.btn-green-outline:focus-visible {
	border: 2px solid #027300;
	background-color: #FFFFFF;
	color: #027300;
}
.btn-flat.btn-green-outline:active {
	border: 1px solid #4FBB4D;
	background-color: #FFFFFF;
	color: #4FBB4D;
	box-shadow: 0px 1px 3px 0px #00000080;
}

.btn-flat.btn-red {
	border: none;
	background-color: #BF002E;
	color: #FFFFFF;
	line-height: 1;
}
.btn-flat.btn-red:hover {
	background-color: #CF4062;
	box-shadow: 0px 1px 5px 0px #00000080;
}
.btn-flat.btn-red:focus-visible {
	background-color: #BF002E;
	border: 2px solid #7D001E;
}
.btn-flat.btn-red:active {
	background-color: #CF4062;
	box-shadow: 0px 1px 3px 0px #00000080;
}
.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;
	box-shadow: 0px 1px 5px 0px #00000080;
}
.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;
	box-shadow: 0px 1px 3px 0px #00000080;
}

.btn-flat.btn-yellow {
	border: none;
	background-color: #E69D00;
	color: #FFFFFF;
	line-height: 1;
}
.btn-flat.btn-yellow:hover {
	background-color: #EEAE26;
	box-shadow: 0px 1px 5px 0px #00000080;
}
.btn-flat.btn-yellow:focus-visible {
	background-color: #E69D00;
	border: 2px solid #AD7600;
}
.btn-flat.btn-yellow:active {
	background-color: #E69D00;
	box-shadow: 0px 1px 3px 0px #00000080;
}
.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;
	box-shadow: 0px 1px 5px 0px #00000080;
}
.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;
	box-shadow: 0px 1px 3px 0px #00000080;
}

.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-flat.disabled,
.btn-flat.btn-disabled,
.btn-flat:disabled {
	background-color: #D2D2D2;
	color: #898989;
	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;
}
/*end button flat style*/
.head_po_detail {
	font-weight: bold;
	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: 10px;
}
.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;
}

.chosen-bg {
	content: "&nbsp;";
	height: 11px;
	width: 16px;
	float: left;
	margin-right: 4px;
	margin-top: 1px;
	border-radius: 1px;
}

.chosen-container-single .chosen-single div.chosen-bg {
	margin-top: 6px;
	height: 11px;
	position: relative;
}

.logged_as {
	padding: 20px;
	/*border-bottom: solid 1px #aaa;*/
	/*margin: 0 5%;*/
	background: #FFF;
	color: #777;
}
.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;
}

#top_menu_profile {
	float: left;
	margin: 5px 0;
	margin-left:10px;
	/*padding: 0 10px;*/
	padding-left:15px;
	background: #FFF;
	color: #7C7C7C;
	border-left: #ccc solid 1px;
	/*cursor: pointer;*/
	height: 36px;
}

#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: 2.6px;
	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;
}
.ulist a {
	text-decoration: none;
	color: #555 !important;
}

.ulist .ulist-text {
	line-height: 33px;
	vertical-align: top;
}

.ulist .ulist-text.ulist-small {
	line-height: 22px;
	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;
}

.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: bold;
	cursor: pointer;
	position: relative;
	top: 2px;
}

.employee_assigned_content {
	border: 1px solid #ccc;
	max-height: 150px;
	overflow: auto;
}

.assign_other_employee_content {
	border: 1px solid #ccc;
	max-height: 150px;
	overflow: auto;
	display: none;
}

.assign_other_employee_text {
	display: none;
	font-weight: bold;
	margin: 5px;
}

.non_user_list_input{
	width: 15px;
	position: relative;
	top: -3px;
}

a.fw-btn {
	padding: 5px 5px 5px 5px;
	border: 2px solid rgb(235, 205, 159);
	border-radius: 6px;
	font-weight: bold;
	color: rgb(123, 89, 11) !important;
	background-color:#F1E9DD;
	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: bold;
	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;
	/*width: 20px;*/
	float: left;
}

.top_line {
	background: url(../../im/top_bg.png) repeat-x;
	width: 100%; height: 6px;
	position: absolute;
	z-index: 4;
}

.top_container {
	width: 100%;
	margin: auto;
	position: relative;
}

/* for profile
----------------------------------*/
#profile_tab_menu .ui-widget-header, .display_profile_tbl ul.ui-widget-header {
	border: 1px solid #dddddd;
	background: #dddddd url(theme/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;
	color: #444444;
	font-weight: bold;
}
#profile_tab_menu .ui-widget-header a {
	color: #444444;
}
#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: bold;
	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 {
	border: 1px solid #0073ea;
	background: #0073ea url(theme/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
#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: #ffffff;
	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 {
	border: 1px solid #dddddd;
	background: #ffffff url(theme/flick/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ff0084;
}
#profile_tab_menu .ui-state-active a,
#profile_tab_menu .ui-state-active a:link,
#profile_tab_menu .ui-state-active a:visited {
	color: #ff0084;
	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: 3px;
	position: relative;
}

.msg > div {
	padding: 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;
}

.msg .text ul {
	margin-left: 15px;
}

.msg .text ul li {
	list-style-type: disc;
}

.msg.warning {
	color:#000;
	background:#F2AB51;
	border: 1px solid #F98500;
}

.msg.warning .icon {
	border-right: 1px solid #F98500;
}

.msg.accrue {
	color:#000;
	background:#fce2d0;
	border: 1px solid #CC6633;
}

.msg.accrue .icon {
	border-right: 1px solid #CC6633;
}

.msg.error {
	color:#FFFFFF;
	background:#ED5E5C;
	border: 1px solid #A50000;
}

.msg.error .icon {
	border-right: 1px solid #A50000;
}

.msg.info {
	color:#008DC0;
	background:#CBEBFB;
	border: 1px solid #00A8E4;
}

.msg.info .icon {
	border-right: 1px solid #00A8E4;
}

.msg.success {
	color:#185D1C;
	background:#BBF5BB;
	border: 1px solid #90C28D;
}

.msg.success .icon {
	border-right: 1px solid #90C28D;
}

.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;
}

.msg.global .icon {
	border-right: 1px solid #fcefa1;
}

.msg.task {
	color:#185D1C;
	/*background:#BBF5BB;*/
	border: 1px solid #90C28D;
}

.msg.task .icon {
	border-right: 1px solid #90C28D;
}

.add_employee_over{
	position: absolute;
	z-index: 2;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: white;
	width: -moz-available;
	width: -webkit-fill-available;
}
.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: #555;
}

#legal_entity_menu ul li:not(:last-child){
	border-bottom: 1px solid #ccc;
}

#legal_entity_menu ul li a:hover {
	color: #555;
}

#legal_entity_menu .dot{
	list-style-type: disc;
	list-style-position: inside;
}

#legal_entity_menu .legal_active a {
	color: #006DF0;
	font-weight: bold;
}

#legal_entity_menu .legal_active a:hover {
	color: #006DF0;
	font-weight: bold;
}

.hr_legal_list {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin-top: -2px;
}

fieldset {
	border: 1px solid #AAA;
	border-radius: 4px;
	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: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}

.chart_header {
	font-weight: bold;
	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: "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;
}
.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: normal;
	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: 'LuxiSansRegular', Arial;
	padding: 12px 2px 8px 8px;
	font-size: 22px;
	text-align: left;
	font-weight: normal;
	color: #305573;
}

.dropdown-content {display: none;}
.dropdown:hover .dropdown-content {
	display: block;
}

p span.ui-icon {
	margin-top: 2px;
}

.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, .fw-circle.compare.greater {
	background: #3154b7;
	opacity: 1;
}
.fw-money.compare.less, .fw-circle.compare.less {
	background: #429a42;
	opacity: 1;
}
.fw-money.compare.equal, .fw-circle.compare.equal {
	opacity: 1;
}
.fw-money.compare {
	color: #fff;
	padding: 3px 5px;
	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:#3465A4;
}

table.bd-blue.total {
	font-weight: bold;
	font-size: 14px;
}

.bd-green {
	color:#069A2E;
}

.popContent .breakdownPopup {
	min-width: 300px;
}

.breakdownPopup b {
	padding-left: 15px;
}

.breakdownPopup table {
	line-height: 12px;
}

.breakdownPopup .bd-rate .bd-amount, .breakdownPopup .bd-rate .bd-dot, .breakdownPopup .bd-rateonly td {
	padding-top: 20px;
}

.ui-tooltip{/*overwrite max width of tooltip*/
	max-width: 500px;
}

.breakdownPopup .bd-label {
	padding-left: 15px;
	font-weight: bold;
}

.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 {
	font-family: 'Font Awesome 6 Pro';
	margin-right: 5px;
}

button.fas {
	font-weight: bold;
}
.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;
}
.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: bold;
	margin-top:2px;
}

.name-label,
.text-nowrap {
	white-space: nowrap;
}

.fix_color {
    cursor: default !important;
}

.dashboard_fullscreen_btn {
    display: none;
}

/*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: rgb(140, 212, 245);
}

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;
	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:disabled ~ .btn-chk-label{
	background-color: #357ebd;
	color: #FFFFFF;
	border-color: #357ebd;
}
.btn-answer-rating {
	width: 76px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	margin: auto !important;
}
.answer-rating-box {
	align-content: end;
	text-align: center;
}
.answer-rating-box .btn-group {
	width: 100px;
}
.opt_rating_label {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
}
.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 6 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 6 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;
}
.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 6 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 6 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%;
	}
}
