/*
    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;

}

/* 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;
}

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: 12px;
}
/*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;
}
tr, td {
	height: 100%;
}
ul, ul li{
	list-style-type: none;
	font-size: 12px;
}

.nav-top-menu {
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent;
	border-radius: 6px;
	padding: 0;
	z-index: 5;
	cursor: pointer;
	min-width: 180px;
    padding: 10px 10px 0px 0px;
}

.nav-top-menu ul {
	background-color: transparent;
	margin: 0;
	padding-left: 0;
}

.nav-top-menu li {
	color: #555;
	display: block;
	float: left;
	padding: 0px;
	position: relative;
	text-decoration: none;
	transition-duration: 0.5s;
	min-width: 30px;
	border-radius: 8px;
	padding: 4px 2px;
}

.nav-top-menu li a {
	color: #555;
	text-decoration: none;
	display: inline-block;
}

.nav-top-menu li:hover,
.nav-top-menu li:focus-within {
	cursor: pointer;
}

.nav-top-menu li:focus-within a {
	outline: none;
}

.nav-top-menu ul li ul {
	background: #FFF;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease;
	margin-top: 0;
	left: 0;
	display: none;
	z-index: 99;
    border: 1px solid #e1e1e1;
	border-radius: 0 0 8px 8px;
	min-width: 198px;
	width: calc(100% - 2px);
}

.nav-top-menu ul li:hover > ul,
.nav-top-menu ul li:focus-within > ul,
.nav-top-menu ul li ul:hover,
.nav-top-menu ul li ul:focus {
	visibility: visible;
	opacity: 1;
	display: block;
	border: 1px solid #e1e1e1;
    width: 200px;
    left: -1px;
}

.nav-top-menu ul li ul li {
	clear: both;
	padding: 5px 0 5px 10px;
	border-radius: 0;
	width: 95%;
	width: -moz-available;
	line-height: 24px;
}

.nav-top-menu ul li ul li:not(:last-child) {
	border-bottom: 1px solid #EEE;
}

.nav-top-menu .nav-icon {
	color: #133283;
	font-size: 20px;
}

.nav-top-menu .login-usermenu:hover {
	border-radius: 8px 8px 0 0;
}

.nav-top-menu .login-usermenu {
	background: #FFF;
    border: 1px solid #e1e1e1;
	border-radius: 8px;
	padding: 5px 10px 2px 10px;
	min-width: 180px;
    margin-left: 20px;
}

.nav-top-menu .login-usermenu a {
	display: block;
}

.nav-top-menu .login-usermenu img {
	margin-right: 5px;
}

.nav-top-menu .login-usermenu span {
	font-weight: bold;
	vertical-align: super;
}

#global-notification-number {
    top: 18px;
    left: 18px;
    z-index: 999;
}

#global-notification-result {
	border: 1px solid;
	border-radius: 8px;
	display: none;
	width: 230px;
	position: absolute;
	z-index: 99;
	padding: 5px;
	background: #fff;
}

#global-notification-result {
    cursor: default;
}

#fav_list,
#recent_page_item {
    max-height: 600px;
    overflow-y: auto;
}

#fav_list a {
    color: #000;
}

.noti-unread-header, .noti-read-header {
	position: relative;
}

.noti-unread-header:after, .noti-read-header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.5em;
	border-top: 1px solid black;
	z-index: -1;
}

.noti-unread-header span, .noti-read-header span {
	background-color: white;
	padding-right: 10px;
	color: #00418d;
}

.noti-unread-header a:hover {
	text-decoration: underline;
}

.noti-unread-group {
	background: #E4EBFC;
	padding: 5px;
	border-radius: 8px;
	margin: 5px 5px 5px 0;
	line-height: 1.2rem;
}

.noti-unread-result, .noti-read-result {
	max-height: 500px;
	overflow-y: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.noti-read-result .noti-unread-group {
	background: #F2F2F2;
}

/* -----------------------end default setting----------------------------- */

.clr, .clearfix {
	clear: both;
}

.bold{
	font-weight: bold;
}

.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_right {
	text-align: right;
}
.green {
	color: #0FC15A;
}
.red {
	color: #EA5656;
}
.grey {
	color: GREY;
}
/* ------------------------------------------------------ */

/* login */

.div-center {
	margin: 0;
	position: absolute;
	top: 40%;
	left: 50%;
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.div-center.popup-login {
	position: unset;
	transform: unset;
}

#loadingFullscreen .div-center {
    z-index: 99999;
}

div.login_box {
	height: 300px;
	width: 380px;
	/*	background: url('im/login_side_bg.png'); */
	background: #FFF;
	padding: 0;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555;
	box-shadow: 1px 1px 4px #555;
	margin: 20px auto 0;
	position: relative;
}

div.login_box_top {
	width: 100%;
	/*	padding: 10px 0 10px 0; */
	background: #FFF;
}

div.login_box_bottom {
	/*	width: 100%;
		padding: 15px 0;
		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;
		position: absolute;
		bottom: 0;*/
	padding: 0 6px;
}

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: #133283;
}

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 {
	padding-top: 10px;
	display: table;
}

.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: 50px;
	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: 8px;
	border: 1px solid #D0D0D1;
}

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: 3px;
	border: 1px solid #133283;
	-moz-box-shadow: 0 0 2px 1px #133283;
	-webkit-box-shadow: 0 0 2px 1px #133283;
	box-shadow: 0 0 2px 1px #133283;
}

.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 2px 8px 8px;
	font-size: 22px;
	text-align: right;
	font-weight: normal;
	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;*/
	width: 100%;
	padding: 5px 10px;
	font-size: 18px !important;
	/*	margin-right: 20px;*/
	font-weight: normal !important;
	background: #133283;
	padding: 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
}
input.login_input_user:focus ~ .floating-label-user,
input.login_input_user:not(:focus):valid ~ .floating-label-user {
	top: -45px;
	bottom: 10px;
	font-size: smaller;
	opacity: 0.6;
}
input.login_input_pass:focus ~ .floating-label-pass,
input.login_input_pass:not(:focus):valid ~ .floating-label-pass {
	top: -45px;
	bottom: 10px;
	font-size: smaller;
	opacity: 0.6;
}
.login_input_user, .login_input_pass {
	font-size: 14px;
	height: 35px;
	width: 300px;
	padding: 20px 10px 0px!important;
}
.floating-label-user, .floating-label-pass {
	/*    position: relative;
		 pointer-events: none;
		 top: 18px;
		 transition: 0.2s ease all;*/
	position: relative;
	pointer-events: none;
	top: -30px;
	transition: 0.2s ease all;
	left: 12px;
	height: 20px;
	color: #133283;
	opacity: 0.6;
}
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;
}

img.gain_logo {
	margin: 13px 10px 7px 10px;
}

/* ---------------------------end login--------------------------- */

/* Main page */

#mainPage {
	background: #FFF;
	margin: auto;
	width: 1200px;
	opacity: 0;
}

/* -------------------------end mainpage-------------------------- */

/* header */

#header {
	height: 55px;
	background: #FFF;
}
#header img {
	padding: 20px;
}

/* logo */

#gain-client_logo {
	padding: 5px;
	margin-left: 20px;
}

/* topmenu, mainmenu and submenu with multiple menu */

/* topmenu */

div#topMenu{
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	/*	width: 760px;*/
	font-size: 10px;
}
div#topMenuLabel {
	overflow: hidden;
	float: left;
	margin: 0.8em 0 0 10px;
	color: #7A7A7A;
	font-size: 11px;
	height: 25px;
}
div#topMenuLogin {
	float: left;
	margin: 0.8em 0 0 10px;
	font-weight: bold;
	color: #3B3B3B;
	font-size: 12px;
}
.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, #contentBackground {
	clear: both;
	width: 191px;
	background: #133283;
	padding: 20px 0 20px 10px;
	position: fixed !important;
	height: 100%;
	overflow: auto;
}

#menuArea {
	z-index: 10;
}

#contentBackground {
	background: #F2F2F2;
	width: 1200px;
}

/* mainmenu */
ul#mainMenu {
	/*float: left;*/
	list-style-type: none;
	margin: 0;
	width: 100%;
	/*height: 33px;*/
	line-height: 33px;
	background: #133283;
	clear: both;
	padding: 20px 0 30px 0;
	border: 0;
	margin-bottom: 20px;
}
ul#mainMenu li{
	padding: 0;
	margin: 0;
	/*	float: left;*/
	list-style-type: none;
	padding: 0 2px 0 10px;
	position: relative;
	border: 0;
	font-weight: bold;
	color: #FFF;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
ul#mainMenu li a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	height: 33px;
	line-height: 33px;
	/*padding: 0px 5px;*/
	display: inline-block;
	color: #FFF;
	width: 89%;
}
ul#mainMenu li.sub_menu.main-active {
	background-color: #274799;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/*ul#mainMenu li.sub_menu a {
	padding-left: 12px;
}*/
ul#mainMenu li.sub_menu div{
	padding-left: 12px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 89%;
}
ul#mainMenu li.sub-active {
	list-style-type: disc;
	vertical-align: top;
	list-style-position: inside;
	border-bottom-left-radius: 0;
}
ul#mainMenu li.sub-active div {
	padding-left: 0 !important;
}
/*ul#mainMenu .sub a:hover {
	text-decoration: underline;
}*/

#mainMenu .ui-state-active, #mainMenu .ui-state-active a, #mainMenu .ui-state-active a:link, #mainMenu .ui-state-active a:visited,
#mainMenu .ui-state-hover, #mainMenu .ui-state-hover a, #mainMenu .ui-state-hover a:link, #mainMenu .ui-state-hover a:visited {
	color: #133283;
}

ul#mainMenu li.ui-state-active, ul#mainMenu li.ui-state-hover, ul#mainMenu li.ui-state-hover.main-active {
	/*	border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;*/
	background-color: #FFF;
}

/* --- 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: 10px 10px 10px 215px;
	/*  overflow: auto;*/
	overflow: hidden;
	height: 100%;
	background-color: #F2F2F2;
	height: 100%;
}
h1.menu_header {
	margin: 10px 0 10px 0;
}
#contentArea span a, .ui-dialog span a {
	color: #00418D;
}
#contentArea table.view_zone a, div.quickSearchPopup a, div.popup a, #items_details table.view_zone a {
	color: #00C;
}
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: 12px;
}
#contentArea table.search_form input.btn[type=submit] {
	margin: 0 3px;
}
tr.fw-event0 td a, tr.fw-event1 td a {
	color: #00418d;
}
#items_details h1 {
	font-size: 22px;
	display: inline;
}
#items_details h1 span.fw_id{
	color: #FFF;
	font-size: 12px;
}
#gain-content_long{
	width: 100%;
	position: relative;
	min-height: 300px;
}
#top_menu {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #FFF;
	border-radius: 6px;
	padding: 5px 10px 2px 10px;
	z-index: 5;
	cursor: pointer;
	min-width: 180px;
}
#top_menu span {
	display: inline;
	vertical-align: super;
	font-weight: bold;
}
#top_menu img {
	margin-right: 5px;
}
#top_menu_opt {
	margin-top: 10px;
	display: none;
}
#top_menu_opt a:link, #top_menu #top_menu_opt a:visited {
	padding: 5px;
	text-decoration: inherit;
	color: inherit;
	display: block;
}
#top_menu_opt a:not(:last-child) {
	border-bottom: 1px solid #EEE;
}
#gain-content_long_box, #gain-content_long_box2 {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin-top: 15px;
}
#gain-content_sidemenu{
	float: left;
	vertical-align: top;
	width: 20%;
}
#gain-content_sidemenu ul li {
	padding: 0 5px;
	line-height: 17px;
}
#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: 12px;
	/*	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: 5px 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_smenu i.fa-plus-circle{
	color: #00418D;
	padding-right: 4px;
}
.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: 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: 4px 0px 5px 10px;
}
div.show_options span.tooltip {
	font-weight: normal;
	float: left;
	display: block;
}
div.show_options img, div.show_options input.button-ico, div.show_options i.opt, div.show_options_popup i.opt {
	margin: 0 5px;
	font-size: 16px;
}
/* --- end show option ---*/

/* popup */

div.submenu_popup {
	background: #FFFFFF;
	position: absolute;
	top: 32px;
	left: 138px;
	border: 1px solid #2F5E7C;
	padding: 5px;
	width: 250px;
	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 {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
.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;
}

/* -------------------------------- My Profile ---------------------------------------*/

#profile_tab_menu li {
	width: 130px;
	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: #CCC;
}
#profile_content {
	vertical-align: top;
}
#scroller {
	height: 100px;
	position: relative;
	width: 440px;
}
.scroller_view_theme {
	height: 100px;
	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: 15px;
}
.scroller_view_theme a {
	display: block;
	height: 100px;
	text-align: center;
	width: 93px;
}
.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-behavior p
{
	display: block;
	position: relative;
}

input[type=text], input[type=password], input[type=email], input[type=search], select, textarea {
	background: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 7px;
	padding: 2px;
	box-sizing: border-box;
	outline: none;
	height: 22px;
}
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 #133283;
	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 {
	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.input_align_h:not(#foo) > input[type=checkbox] + label:before {
	top: 0;
}
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 {
	background-position: 0 -73px;
}
p:not(#foo) > input[type=checkbox]:hover:checked + label:before, p:not(#foo) > input[type=checkbox]:focus:checked + label: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;
}

/* Hover & Focus styles */
p:not(#foo) > input[type=checkbox]:hover + label:before, p:not(#foo) > input[type=checkbox]:focus + label: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 {
	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 {
	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=checkbox].disabled + label:before,
p:not(#foo) > input[type=checkbox].disabled + label {
	pointer-events: none;
	background-position: 0 -55px !important;
}
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=checkbox]:checked.disabled + label:before,
p:not(#foo) > input[type=checkbox]:checked.disabled + label {
	pointer-events: none;
	background-position: 0 -127px !important;
}
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 {
	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: 12px;
	cursor: pointer;
	padding-bottom: 5px;
}

div#role_permission ul.ui-tabs-nav li p.input_align_h label {
	font-size: 12px;
	cursor: pointer;
	padding-bottom: 0;
}

div.input_align_h {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
div.input_align_v {
	overflow: hidden;
	margin-bottom: 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: 12px;
	cursor: pointer;
}
/* --------------------------------end radio checkbox style-------------------------------------*/

/* button style */

input.btn {
	border: 0;
}
.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 {
	font-size: 11px;
}
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}
.large.awesome, .large.awesome:visited 	{
	font-size: 14px;
	padding: 8px 14px 9px;
}
.tiny.awesome, .tiny.awesome:visited {
	font-size: 11px;
	padding: 3px 5px;
}
.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;*/
}
.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;
}
.yellow.awesome:hover {
	background-color: #fc9200;
}
.btn-primary {
	color: #FFFFFF;
	background: #133283;
	border-color: #133283;
}
.btn-light-blue {
	color: #123081;
	background: #BACAF4;
	border-color: #BACAF4;
}
.btn-success {
	color: #FFFFFF;
	background: #0FC15A;
	border-color: #0FC15A;
}
.btn-danger {
	color: #FFFFFF;
	background: #EA5656;
	border-color: #EA5656;
}
.btn-warning {
	color: #FFFFFF;
	background: #E4C72E;
	border-color: #E4C72E;
}
.btn-secondary {
	color: #FFFFFF;
	background: #6c757d;
	border-color: #6c757d;
}
.btn-grey {
	color: #FFFFFF;
	background: #a79d9b;
	border-color: #a79d9b;
}
.btn-grey2 {
	color: #FFFFFF;
	background: #546E7A;
	border-color: #546E7A;
}
.btn-black {
	color: #FFFFFF;
	background: #434343;
	border-color: #434343;
}
.btn-outline-blue {
	color: #133283;
	border: 1px solid #133283;
	background: #fff;
}

.btn-light-blue2 {
	color: #fff;
	border: 1px solid #0070ca;
	background: #0070ca;
}
.btn-med {
	cursor: pointer;
	font-weight: bold;
	min-width: 100px;
	padding: 7px 10px;
	outline:none;
	border-radius: 8px;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
}
.btn-small {
	cursor: pointer;
	font-weight: bold;
	min-width: 80px;
	padding: 5px 7px;
	outline:none;
	border-radius: 8px;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
}
.btn-tiny {
	cursor: pointer;
	font-weight: bold;
	min-width: 80px;
	padding: 4px 6px;
	outline:none;
	border-radius: 8px;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
}

.btn-med[disabled] {
	opacity: 0.5;
	cursor: default;
}

.popContent .btn-med {
	width: 100%;
}

.popContent .col-6 .btn-med {
	width: 95%;
}

.col-4 {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 2px;
}

/* --------------------------end button style--------------------------- */

/* -------------------------- file upload style ------------------------ */

.qq-uploader { position:relative; width: 100%;}

.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; */
}
.qq-upload-button-hover {background:#cc0000;}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
	position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
	background:#FF9797; text-align:center;
}
.qq-upload-drop-area span {
	display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:15px 35px 15px 0; padding:0; list-style:disc;}
.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: 12px;
}
table.fw-display_item td.fw-min_width table.ui-widget {
	font-family: Arial, Helvatica, sans-serif;
	font-size: 12px;
}

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: 12px;
}
.ui-widget-overlay {
	z-index: 99;
}
input.ui-rangepicker-input {
	margin: 0 20px;
}
.ui-rangepicker-input-fullwidth {
    width: calc(100% - 45px) !important;
}
.ui-button-text-only {
	cursor: pointer;
	/*	padding: 3px 10px; */
}
.ui-widget-content {
	background: #FFF;
}
.ui-widget-content, .ui-widget-content a {
	color: #223344;
}
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, tr.btn-row input[type=button].btn-med {
	margin-top: 10px;
}
tr.btn-row {
	text-align: center;
}

.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;
}

#recent_page_item {
    list-style: none;
}

#recent_page_item li{
	padding: 5px 0;
}

#recent_page_item .item_group {
    background: #E4EBFC;
    padding: 2px 4px;
    border-radius: 3px;
    margin-right: 6px;
    color: #133283;
}

.btn-add {
	background: url(../../im/btn_add.png) 0 50% no-repeat;
	padding: 5px 5px 6px 22px;
}

.btn-clear {
	background: url(../../im/btn_clear.png) 0 50% no-repeat;
	padding: 5px 5px 6px 23px;
}

.btn-delete {
	background: url(../../im/btn_delete.png) 0 50% no-repeat;
	padding: 5px 5px 6px 20px;
}

.btn-search {
	background: url(../../im/btn_search.png) 0 50% no-repeat;
	padding: 5px 5px 6px 22px;
}

.btn-settings {
	background: url(../../im/btn_settings.png) 0 50% no-repeat;
	padding: 5px 5px 6px 22px;
}

.btn-cancel {
	background: url(../../im/btn_cancel.png) 0 40% no-repeat;
	padding: 5px 5px 6px 20px;
}

.btn-refresh {
	background: url(../../im/btn_refresh.png) 0 40% no-repeat;
	padding: 5px 5px 6px 20px;
}
.btn-save {
	background: url(../../im/btn_save.png) 0 40% no-repeat;
	padding: 5px 5px 6px 20px;
}
.btn-export {
	background: url(../../im/btn_export.png) 0 40% no-repeat;
	padding: 5px 5px 6px 20px;
}
.btn-home {
	background: url(../../im/btn_home.png) 0 40% no-repeat;
	padding: 7px 5px 6px 23px;
}
.btn-back {
	background: url(../../im/btn_back.png) 0 40% no-repeat;
	padding: 5px 5px 6px 26px;
}

.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;
}

.fg-button .ui-tab-close {
	top: -1px;
	margin-left: -10px;
}

div.expand_list, div.GChild {
	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;
}

div.department, div.GParent {
	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 !important;
}

.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;
}

.display_credentials {
	margin: 20px;
}
.credential_tbl {
	margin-left: 12px;
}
.credential_tbl td {
	/*padding-right: 50px;*/
}
.credential_tbl td input, .my_fav_search_tbl td input {
	margin-right: 5px;
}

.credential_medal_tbl td.fw-form_head {
	width: 170px;
}

.credential_medal_tbl td.fw-min_width {
	width: 320px;
}

.credential_tooltip {
	border-width: 1px !important;
	border: 1px solid rgb(233, 211, 21);
	background: rgb(249, 242, 186);
	-webkit-box-shadow: 0 0 0px #aaa;
	box-shadow: 0 0 0px #aaa;
}
/* .squaredTwo */
.squaredTwo {
	/*    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%) repeat scroll 0 0;
		 box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);*/
	height: 32px;
	margin: 0 auto;
	margin-top: 24px;
	position: relative;
	width: 32px;
}

.squaredTwo input[type="checkbox"]:checked + label::after {
	opacity: 1;
}
.squaredTwo label::after {
	border-bottom-colors: none;
	border-left-colors: none;
	border-right-colors: none;
	border-top-colors: none;
	background: transparent none repeat scroll 0 0;
	border-color: #A1CE00 #A1CE00;
	border-image: none;
	border-style: none none solid solid;
	border-width: medium medium 5px 5px;
	content: "";
	height: 6px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 4px;
	transform: rotate(-45deg);
	width: 14px;
}
.squaredTwo label {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #E3E4E4 0%, #FFFFFF 100%) repeat scroll 0 0;
	border: 1px solid #ccc;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 white;*/
	cursor: pointer;
	height: 24px;
	width: 24px;
	position: absolute;
	left: 0px;
	top: 0px;
	/*left: 4px;*/
	/*top: 4px;*/

}
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;
}
.alt_login {
	text-align: center;
}

.fw-debug-result {
	color: red;
}

.span_number_show {
	display: inline-block;
	width: 55px;
	text-align: right;
}

.ftime_wip_inline{
	display: block;
	width: 100%;
	text-align: right;
}

tr.fw-form_item div.fw-form_item{
	display: table-cell;
	padding-right: 5px;
}

tr.fw-form_item div.fw-form_item.hide {
	display: none;
}

#items_details.link_detail tr.fw-form_item div.fw-form_item {
	padding-right: 20px;
	min-width: 40px;
}

tr.fw-form_item div.fw-form_item .fw-form_head {
	padding-bottom: 3px;
}

.search_form .btn-small.btn-primary {
	margin-right: 7px;
}

tr.fw-form_item .row,
.medical_question_container .row{
	padding: 7px 5px;
}

.search_form tr.fw-form_item .row {
	padding: 4px 3px;
}

tr.fw-form_item .row .fw-event2.bigger,
.medical_question_container .grp-header{
	font-size: 18px;
}

.medical_question_container .fw-label {
    margin-bottom: 10px;
}

.medical_question_container .med_q_4_input {
    margin-bottom: 10px;
}

.fw-min_width input[readonly], .fw-min_width select[disabled] {
	background-color: #EEE;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.fw-min_width .hasDatepicker[readonly] {
	background-color: #EEE!important;
}
.fw-min_width .overweight[readonly] {
	background-color: #FFC20E !important;
}
.fw-min_width select[disabled]::-ms-expand {
	display: none;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.text-right {
	text-align: right;
}
.fa-envelope {
	font-size: 16px;
}
ul li::marker {
	padding-right: 12px !important;
}
.text-fade {
	opacity: 0.5;
}

#table_listing_translations {
    table-layout: fixed;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

#contentArea table.view_zone .ui-state-active a,
#contentArea table.view_zone .ui-state-active a:link,
#contentArea table.view_zone .ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.horizontal_scroll_top,
.horizontal_scroll {
    overflow-x: auto;
    width: 100% !important;
}

.horizontal_scroll_top div {
    height: 20px;
    width: 100%;
}

/*note_type icon*/
a[href="#show_note"] i, .icon_note{
	color: #00418D;
}
.icon_note {
	font-size: 16px; width: 20px;
}

/*CRM summury tabs*/
#client_summary_chart .highchart-container {
    border: 1px solid #aaa;
	vertical-align: top;
}

.summary_graph {
	padding-top:20px;
}

#calendar_container {
    display: flex;
    padding-bottom: 20px;
}
#calendar_container .fc .fc-daygrid-day-frame {
    height: 120px;
    position: relative;
}
