.fw-event2 {
	color: #133283;
	font-weight: bold;
}
.fw-event0 {
	background:#e3e3e3;
}
.fw-event1 {
	background:#FFF;
}
table.fw-items_list tr.fw-eventA{
	background: #a7d4fb;
}
table.fw-items_list td, table.fw-items_list th {
	/*	padding: 0 5px;*/
	padding: 4px 5px;
}
.fw-form_buttons {
	text-align: right;
}
table.fw-items_list {
	border: #e3e3e3 solid 1px;
	color: #223344;
	/*margin-top: 10px;*/
	clear: both;
}
/*table.fw-items_list td, table.fw-items_list th {*/
table.fw-items_list th {
	height: 27px;
	font-family: Arial, Helvatica, sans-serif;
}
table.fw-items_list td a {
	/*	color: #00418d; */
}
table.fw-items_list td a:hover {
	text-decoration: underline;
}
table.fw-items_list tr.fw-event2 {
	color: #133283;
	font-weight: bold;
}
table.fw-items_list tr.fw-event0 {
	background-color:#e3e3e3;
}
table.fw-items_list tr.fw-event1 {
	background-color:#FFF;
}
table.fw-items_list tr.fw-eventA{
	background: #a7d4fb;
}
th, .fw-form_list_head {
	font-weight: bold;
	text-align: center;
	/*	background: #2b2b2b url(im/bg_th.gif); */
	/*	color: #FFF; */
}
th.fw-form_list_head a {
	color: #FFF;
}
.fw-form_item .fw-form_head_r {
	color: #00418d;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 3px;
}
.fw-form_item .fw-form_head,
.fw-label_sub {
	color: #00418d;
	vertical-align: top;
}
.fw-form_item td {
	vertical-align: top;
}
table.fw-display_item td, table.fw-display_item td.fw-form_head {
	background: none;
}
table.fw-display_item td.fw-form_head_r, table.item_form td.fw-form_head_r {
	background: none;
	font-weight: bold;
	color: #A00;
}
div.fw-form_list_header {
	color: #006;
	font-weight: bold;
	position: relative;
	font-size: 11px;
}
div.fw-form_list_header a {
	color: #5E5753;
	font-weight: bold;
}
div.fw-form_list_header_option {
	position: absolute;
	right: 0;
	top: 0;
}
.fw-list_empty {
	padding: 10px;
}
.fw-info_action {
	background: #EEF7FF url('../../im/info.png') no-repeat 3px 6px;
	width: auto;
	line-height: 30px;
	border: 1px #A7D4FB solid;
	padding-left: 25px;
	padding-right: 10px;
	font-weight: bold;
	color: #1D6FD1;
	margin-bottom: 10px;
}
.fw-info_action a {
	color: #0075FF;
}
.fw-info_action a:hover {
	text-decoration: underline;
}
.fw-info_loading {
	background: #DBFFCF url('../../im/loading.gif') no-repeat 3px 6px;
	width: auto;
	line-height: 30px;
	border: 1px #2D9F09 solid;
	padding-left: 25px;
	padding-right: 10px;
	font-weight: bold;
	color: #204F0F;
	margin-bottom: 10px;
}
.fw-info_priority {
	background: #FFDFDF url('../../im/priority1.png') no-repeat 3px 6px;
	width: 30px;
	line-height: 30px;
	border: 1px #5F0000 solid;
	padding-left: 25px;
	padding-right: 20px;
	font-weight: bold;
	color: #900;
	margin-bottom: 10px;
}
.fw-info_error {
	/*	background: #FFE5DF url('../../im/alert.png') no-repeat 3px 6px;
		border: 1px #F28C76 solid; */
	width: auto;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 10px;
	font-weight: bold;
	/*	color: #A00; */
	margin: 10px 0;
}
.fw-search_field {
	color: #474646;
	padding-right: 2px;
}
.fw-search_field div{
	/*float: right;*/
	display: inline;
}
.fw-search_field div.chosen-container{
	/*float: right;*/
	display: inline-block;
}
table.fw_form td {
	vertical-align: top;
}

.fw_verify_items td {
	background: #a6e3ff;
}
.fw-pages{
}

.fw-pages a {
	padding: 0 5px;
}
.fw-pages span {
	padding: 0 2px;
}
/* popup */
div.popup {
	position: absolute;
	top: 100px;
	left: 200px;
}
div.popup div.popHead {
	position: relative;
	height: 23px;
	line-height: 23px;
	cursor: move;
	padding-left: 4px;
	padding-right: 3px;
	font-weight: bold;
}
div.popup div.popHead img.close {
	position: absolute;
	top: 3px;
	right: 3px;
}
div.popup div.popContent {
	background: #FFF;
	padding: 4px;
	color: #2f4a57;
}
div.popup div.popContent a {
	/*	color: #2f4a57; */
}
div.popupHeader, .hideMe {
	display: none;
}
.close_popup {
	float: right;
	margin-top: 2px;
	margin-left: 3px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}

/* table sorter */
table.tablesorter {
	margin-bottom: 20px;
}
table.tablesorter tr {
	background-color: #e7f0f3;
}
table.tablesorter tr.odd td {
	background-color:#FFFFFF;
}
table.tablesorter tr.even td {
	background-color: #E3E3E3;
}
table.tablesorter a {
	color: #A00;
}
table.tablesorter a:hover {
	text-decoration: underline;
}
table.tablesorter th.sortableColumn {
	padding-right: 12px;
	cursor: pointer;
	/*	background-position: right center;
		background-repeat: no-repeat;
		background-image: url('im/sort_bg.gif'); */
}
table.tablesorter th.headerSortUp {
	/*	background-image: url('im/sort_asc.gif'); */
}
table.tablesorter th.headerSortDown {
	/*	background-image: url('im/sort_desc.gif'); */
}
div#tab_menu_search {
	margin-top: 30px;
}
div#companytable table.fw-items_list {
	width: 500px;
}

div#contacttable table.fw-items_list {
	width: 600px;
}
#ui-datepicker-div {
    z-index: 9999999;
    display: none;
}
.ui-datepicker {
    z-index: 1999 !important;
}
.quickSearchPopup{
	position: absolute;
	background: white;
	width: 200px;
	border: 1px solid;
	z-index: 2000;
	color: #474646;
}
.hidden {
	position:absolute;
	top:0;
	left:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}
input.blur, textarea.blur{
	color: #999;
}
.fw-point {
	cursor: pointer;
}
.fw-center {
	text-align:center;
}

table.fw-items_list tr.fw-highlight_row, .fw-highlight_row td, li.fw-highlight_row, table.fw-items_list tr.fw-highlight_row_report {
	background: #EFEFC2;
	color: #223344;
}
.fw-tr_selected td{
	background: #DFFFE3;
}
.fw-tab-index {
	border: 1px solid #FFF;
	float: right;
	font-weight: normal;
	height: 20px;
	margin-right: 2px;
	margin-top: 3px;
	width: 4px;
}
.fw-field-slide-status {
	display: block;
	color: #FFF;
	width: 36.5px;
	text-align: center;
}
.fw-group-icon-fix a.ui-state-default, .fw-group-icon-fix a.ui-state-focus{
	background: none;
	border: none;
}

.ui-state-focus:hover, .ui-state-focus {
	/*font-weight: normal;*/
    outline: none;
}

tr.ui-state-default-black {
	background: #000;
}

tr.ui-state-default-black th.fw-form_head{
	color: #FFF;
}

tr.ui-state-default-black th.fw-form_head_r{
	color: #F00;
}

img.remove {
	cursor: pointer;
}

.fw-display-minicolors {
	display: block;
}

.search_result_options input, .search_result_options select, .search_result_options span, .search_result_name input{
	display: none;
}

#fw_manage_search_result_order li, #fw_manage_search_result_order2 li {
	padding: 5px 0px;
	overflow: hidden;
	min-height: 23px;
}

li.group_order_form {
	padding: 5px 0px;
	min-height: 23px;
}

#fw_manage_search_result_order li div, #fw_manage_search_result_order2 li div {
	float: left;
	margin-left: 5px;
}

.manage_grid_title {
	font-weight: bold;
	background: #FFF !important;
}
.entity_filter_by span{
	cursor: pointer;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #666;
}
.entity_filter_by span.bold{
	font-weight: bold;
}

#session_box {
	display: none;
	top: 0px;
	height: 50px;
	position: fixed;
	right: 300px;
	text-align: center;
	width: 100px;
	z-index: 1000;
}

div.fw-autocomplete {
	border: 1px solid #D0D0D1; border-radius: 3px 3px 3px 3px;
}
div.fw-autocomplete input{
	border: none;
}
.fw_re-action_area {
	margin-left: 5px;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

div#fw_notify_msg > p {
	text-align: left;
}
ul.ui-autocomplete {
	z-index: 99999;
}
a.ui-button-text-icon {
	height: 24px;
	padding: 0 2px;
}
a.ui-button-text-icon > span.ui-icon {
	display: inline-block;
	position: relative;
	top: 4px;
}
a.ui-button-text-icon > span.ui-button-text {
	display: inline-block;
	padding: 0 4px;
}
span.grid_icon {
	position: relative;
	cursor: pointer;
}
li.search-field.fw-highlight_row {
	background-color: transparent;
}
ul.ui-autocomplete li.ui-state-focus {
	font-weight: normal;
}
.tabs_mobile_box {
	line-height: 24px;
}
.tabs_mobile_box h3 {
	margin-top: 20px;
}
.tabs_mobile_box img {
	display: block;
	margin: auto;
}
.tinymce-loading {
    display: block;
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
}
.top-menu-bar {
    background: #FFF;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    top: -10px;
    padding: 10px 10px;
}
.top-menu-bar .global-search-settings-group {
    display: inline;
    margin-left: -62px;
    background: #FFF;
    vertical-align: middle;
}
.top-menu-bar .global-search-settings-group i {
    font-size: 16px;
    margin: 0 4px;
}
.top-menu-bar .global-search-settings-button {
    color: #D0D0D1;
    border-left: 1px solid #ddd;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 2px;
}
.top-menu-bar .global-search-settings-button:hover {
    color: #555;
}
.quick-search-container {
    display: flex;
}
.quick-search-entity {
    width: 180px;
    padding-right: 20px;
}
.quick-search-entity li {
    border-radius: 6px;
}
.quick-search-entity li a {
    line-height: 33px;
    text-decoration: none;
    display: block;
    padding: 0 0px 0 10px;
    width: 100%;
}
.quick-search-entity li.active {
    color: #FFF;
    background: #133283;
}
.quick-search-entity li.active a {
    color: #FFF;
}
.quick-search-entity-content {
    flex-grow: 1;
}
.quick-search-entity-content .s_setting_contents {
    display: none;
}
.quick-search-entity-content .s_setting_contents.active {
    display: block;
}
.s_setting_contents h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 10px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #133283;
    border-bottom-width: 1px;
    background: #133283;
    font-weight: normal;
    color: #fff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover .ui-icon {
    color: #fff;
    text-decoration: none;
}
.ui-icon-plusthick {
    margin-right: 5px;
}
.ui-state-hover .ui-icon.ui-icon-plusthick {
    border-radius: 50%;
    background-color: #fff;
}
.sp-palette-container {
    display: none;
}