/*
    Document   : todo1
    Created on : Aug 7, 2010, 11:09:03 AM
    Author     : donlaya
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*reset style*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    color: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    /*font-weight: normal;*/
    text-decoration: none;
}

strong{
    font-weight: bold !important;
}
/* --- */
/* default setting */
body {
	font-family: Arial;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: #c3e4f7;
}
li {
	list-style: none;
}
/* --- */

/* general */
.left {
	float: left;
}
.right {
	float: right;
	padding-bottom: 5px;
}
.shadow {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: url("../im/shadow_bg.png") repeat scroll 0 0 transparent;
	padding: 8px;
}
.white_txt {
	color: #FFF;
}
.pointer {
	cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

hr {
    margin: 6px 0 12px;
}

.m-l-5 {
    margin-left: 5px;
}
/* --- */
/* start mainpage */

div#mainPage {
	vertical-align: top;
}
/* header */
div#top_menu {
	margin: auto;
	width: 100%;
	height: 42px;
	margin-bottom:10px;
	z-index:2;
	position:fixed;
	background-color: #FFFFFF;
	border-bottom: 1px solid #A6D0E7;
}
.right_box {
	width: 400px;
	float: right;
	position: relative;
}
a.profile_link {
	font-size: 12px;
	font-weight: bold;
	/*position: absolute;
	top: 10px;
	right: 25px; */
}
div.profile_img {
	position: absolute;
	top: 3px;
	right: 100px;
}

/* --- end header ---*/

/* content */
div#content {
	margin-top: 25px;
	color:#000000;
}
/* left content */
div#theme_select {
	float: right;
}

/* right content */
div#task_content {
	margin: auto;
	width: 975px;
	margin-top: 25px;
}
div#show_tasks {
	width: auto;
	background: #FFF;
	padding: 10px 10px 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#show_tasks tr {
	background: none;
}

div#recently_added, div#urgent_task, div#uncomplete_task, div#need_update, div#recently_assigned, div#pending_task, div#pending_review, div#mine_assign, div#recently_completed{
	margin-bottom: 20px;
}
div#urgent_task div.header {
	padding: 0.5em 0.5em 0.5em 0.7em;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 16px;
}
div#recently_added h3.task_title a, div#uncomplete_task h3.task_title a, div#recently_completed h3.task_title a, div#recently_assigned h3.task_title a, div#need_update h3.task_title a, div#pending_task h3.task_title a, div#pending_review h3.task_title a, div#mine_assign h3.task_title a, div.quick_links{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 16px;
}
div.client_logo .client_edit_button{
	position: absolute;
	bottom: 110px;
	right: 16px;
	display: none;
}
div.client_logo:hover .client_edit_button{
	position: absolute;
	bottom: 110px;
	right: 16px;
    display: block;
}

#todo_list tr {background: #FFF;}

.ui-accordion .ui-accordion-content {
	position: static !important;
	background: #ffffff !important;
	color: #000000 !important;
}

.task_setting {
	margin: 0 0 0 5px;
	cursor: pointer;
}
.plandate_show {
	clear: left;
	height: 32px;
	width: 80px;
}
div.show_options {
	float: left;
	width: 25px;
}
.plan_status {
	color: #808080;
	font-size: 11px;
}
.complete_header {
	margin: 15px 0 10px 0;
	border-bottom: 2px solid #CCC;
	text-shadow: 1px 2px 1px #CCC;
}
ul.show_details {
	float: right;
	margin-top: -23px;
}
ul.show_details li {
	float: left;
	line-height: 35px;
	padding: 0 10px;
}
ul.show_details li.imgProfile {
	padding: 0 3px;
}

/* Picture profile */
img#profile_img {
	cursor: pointer;
}
div.profile_pic {
	position: relative;
	width: 50px;
	cursor: pointer;
}
.profile_small {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.profile_small img {
    width: 35px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
div.change_button {
	position: absolute;
	bottom: 0px;
	left: 50px;
	display: none;
	background-color: black;
	font-family: 'tahoma';
	font-size: 11px;
	text-decoration: underline;
	color: white;
	width: 90px;
	cursor: pointer;
	}
div.change_button_text {
	padding: 10px;
	}
#spinner {
	position: absolute;
	}
#switcher {
	float: right;
	width: 150px;
	margin-bottom: 10px;
}
form#search_form {
	float: left;
	width: 960px;
	font-size: 15px;
}

form#search_form select{
	font-size: 15px;
}

form#search_form div{
	margin-bottom: 10px;
}

form#search_form div ul{
	margin-top: 5px;
}

.form-group {
    margin: 0px 14px;
    text-align: left;
}

.form-group label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 0;
}

.form-group p {
    padding: 10px 0;
}

.form-group .form-control, .form-group .chosen-container {
    box-sizing: border-box;
    margin-top: 5px;
}

.form-group .form-control {
    padding: 5px;
}

.p-spacing {
    margin: 2px 0;
}

.title {
    margin-bottom: 10px;
    padding: 5px;
}

.title h3 {
    font-size: 18px;
}

.clear-both {
    clear: both;
}

div#popup_dialog {
	display: none;
}
div#dialog-add-calendar {
	display: none;
}
div#ui-datepicker-div {
	display: none;
}
div.calendar_popup {
	display: none;
	position: absolute;
	z-index: 5000000000;
}

.event_desc {
	float: right;
	width: 200px;
}

#back_to_top {
    background: url("../im/loading_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #444444;
    bottom: 35px;
    display: none;
    height: 38px;
    position: fixed;
    right: 5px;
    text-align: center;
    width: 38px;
    z-index: 1000;
}

.top_menu_right_icon{
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 8px;
	float:left;
}

.top_menu_right_icon img{
	height: 1.5em;
	position: relative;
	top: 1px;
}

.peopleSearch{
	position: absolute;
	right: 0px;
	margin-top: 54px;
	padding-right: 0px;
	border-radius: 5px 0 0 5px;
}

#quick_search {
	float: right;
	/*right: 0;*/
	/*top: 38px;*/
	/*position: absolute;//Remove*/
	background: #FFFFFF;
	/*border: 8px solid #785B5B;*/
	/*border-right: 0px !important;*/
	border-radius: 8px 0 0 8px;
	padding: 10px 10px 10px 5px;
	/*margin-top: 25px;*/
	width: 108px;
}

#quick_search ul{
	list-style-type: none;
	padding: 0; margin: 0;
}

#quick_search img{
	margin-right: 3px;
	position: relative;
	top: 2px;
	margin-left: 1px;
}

.quick_search_img_0{
	top: 1px !important;
}

.ui-widget{
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}

#search_subject_result_form tr{
	height: 25px;
}

#add_task{
	padding: 5px 9px 5px 7px;
	position: relative;
	top: -2px;
	font-family: verdana;
	border: 1px solid #000000;
	background: #CB1515;
	color: #FFFFFF;
	height:2.4em;
}

#add_project_client{
	padding: 5px 9px 5px 7px;
	font-family: verdana;
	background: #72B754;
	color: #FFFFFF;
	height:2.4em;
	border: 1px solid lightgray;
	margin: 14px 0 6px 14px;
}

#cancel_project_client{
	padding: 5px 9px 5px 7px;
	font-family: verdana;
	background: #EA9999;
	color: #000000;
	height:2.4em;
	border: 1px solid lightgray;
	margin: 14px 0 6px 14px;
}

#save_project_client{
	padding: 5px 9px 5px 7px;
	font-family: verdana;
	background: #B6D7A8;
	color: #000000;
	height:2.4em;
	border: 1px solid lightgray;
	margin: 14px 0 6px 14px;
}

#task_no{
	padding: 3px 5px 3px 7px;
	width: 45px;
	position: relative;
	top: -3px;
	height: 21px;
	margin-right:2%;
	font-family: verdana;
	border: 1px solid #C2D2FC;
	background: #FFF389;
	color: #774D34;
}

.top_menu_right_margin{
	padding-top: 5px;
	margin-right: 1%;
	margin-left: 0px;
}

.top_left_menu_span{
	padding-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

.user_img{
	border: 1px solid #DBDBDB;
	border-radius: 3px;
}

.icon_addcontact{
	width: 30px;
	cursor: pointer;
}

#script_list{
	font-size: 12px;
}

.license_key_notify{
	width: 975px;
	margin: 40px auto auto;
}

.license_key_notify2{
	width: 975px;
	margin: 0px auto 20px auto;
}

.client_access_no_demo_real_site{
	background-color:Transparent;
	float:left;
	width: 308px;
	border-radius: 5px;
	border: solid 1px transparent;
	cursor:pointer;
	padding: 0px;
	text-align: left;
}

.client_access_have_demo_demo_site{
	background-color:Transparent;
	float:left;
	border: solid 1px #397DE4;
	background: #397DE4 !important;
	color: #FFFFFF;
	width: 157px;
	border-radius: 5px;
	float:right;
	font-weight:bold;
	cursor:pointer;
	padding: 0px;
	text-align: left;
}

.client_access_have_demo_real_site{
	background-color:Transparent;
	float:left;
	width: 151px;
	border-radius: 5px;
	border: solid 1px transparent;
	cursor:pointer;
	padding: 0px;
	text-align: left;
}

.top_menu_item{
	float:left;
	font-size: 16px;
	margin-left:5px;
	font-family: verdana;
}

.top_menu_item_left{
	width:75%;
}

.top_menu_item_left a, .top_menu_item_left span{
	font-size: 14px;
	color: black;
	position: relative;
	top: -3px;
	color: #006BA0;
	margin-right: 1%;
	cursor: pointer;
}

.top_menu_item_left img{
	height: 1.8em;
	margin-top: 5px;
	margin-right: 1px;
	position: relative;
	top: 6px;
}

.top_menu_item2{
	float: right;
	margin-right: 6px;
}

.client_link{
	text-align:center;
}

.quick_search_user_box{
	float: right;
	padding-left: 3px;
	margin-bottom: 3px;
	margin-right: 1px;
}

.quick_search_user_first_box{
	margin-bottom: 3px;
}

.quick_search_detail span{
	margin-top:1px;
	text-align: right;
}

.quick_search_detail img{
	float:right
}

.quick_search_user_task_count{
	float:right;
	margin-top: 3px;
	width:30px;
	cursor: default;
	font-weight: bold;
	color: #000000;
}

.data_note ul li{
	list-style: inherit !important;
}

.data_note p{
	width: 675px;
	overflow-wrap: break-word;
}

.center p:first-child{
	max-width:671px;
}

.center pre:first-child{
	max-width: 671px;
	overflow-x: auto;
}

ol li{
	list-style: inherit !important;
}

.quick_links{
	font-weight: bold;
	margin-bottom: 8px;
}

.next_link{
	font-size: 16px;
}

.secondary_detail{
	font-size: 14px;
	color: #000000 !important;
}

.search_option{
	float:right;
	position:relative;
	bottom:5px;
}

.search_option input{
	height:28px;
	margin: 10px 3px 0 0;
}

#container{
	margin-left: 30px;
	margin-top:95px;
}

.primary_detail_dashboard{
	float:left;
	font-size: 12px;
	margin: -5px 0 0 8px;
	font-family: verdana;
	width: 400px;
}

.secondary_detail_dashboard{
	font-size: 11px;
}

#summary_tbl{
	margin: 1% 1% 1% 6%;
	float: left;
}
#summary_tbl span{
	margin-left: 150px;
	font-weight:bold;
	font-size:14px;
}

#summary_tbl2{
	margin: 1% 1% 1% 6%;
	float: left;
}
#summary_tbl2 span{
	margin-left: 178px;
	font-weight:bold;
	font-size:14px;
}

#quick_links{
	margin:5px;
}

.subject{
	width: 786px;
}

.subject a{
	color: #000000;
}

.hide{
	display:none;
}

.quick_link_clickable{
	font-size:14px;
	cursor:pointer;
	font-family:Verdana;
	color: #00A4EA;
}

.status img{
	margin-right:3px;
}

#system_message{
	margin: auto;
	width: 975px;
}

.ui-state-default .ui-icon{
	border-radius: 4px;
}

.manage_msg .top_header{
	/*margin-top: 5px;*/
	background-color: #423E3E;
	color: #FFFFFF;
	padding:5px;
	border-radius: 3px 3px 0 0;
}

.task_space {
	height: 65px !important;
	margin: 5px 0;
	padding: 0 3px;
/*	width: 840px;*/
    display: block;
}

.task_space div.requester{
	margin-top: -8px;
	font-family: verdana;
}

.task_space .status{
	margin-top: 17px !important;
}

.task_space a{
	color: #000000;
}

.task_space2{
	border: 2px solid #D07373;
	background: #ffe2e2;
}

.task_space5{
	border: 2px solid #73B973;
	background: #d1ffd1;
}

.task_space div.subject{
	text-shadow: none;
}

.task_space div.subject a{
	color: #000000;
}

.task_space:hover {
	-moz-box-shadow: 0 0 8px #545654;
	-webkit-box-shadow: 0 0 8px #545654;
}

.ui-icon{
	background-image: url("../im/ui-icons_222222_256x240.png") !important;
}

#show_tasks .ui-state-error{
	background: #c23b22 !important;
	border: none !important;
	color: #ffffff !important;
}

.main_container_width{
	width: 975px;
}

.main_container_width_license_key{
	width: 1100px;
}

.ui-datepicker-trigger{
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.mce-path {
    display: none !important;
}

.mce-statusbar{
	border-width: 0 !important;
}

.blue_refresh{
	margin: 0 -6px 5px 0;
	float: right;
	border-radius: 5px;
	padding: 4px 10px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #0070ca !important;
	font-weight: bold;
	font-size: 0.9em !important;
}

.blue_refresh:hover{
	background-color: #016ABA !important;
}

.green_add{
	margin-top: 16px;
	margin-bottom: 17px;
	border-radius: 5px;
	padding: 4px 10px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #14A412 !important;
	font-weight: bold;
}

.green_add:hover{
	background-color: #129310 !important;
}

.center h1{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}

.center tr{
	line-height: 28px;
}

.left td{
	font-size: 14px;
}

.left span{
	vertical-align: super;
}

.bug_color{
	background: #BA4848 !important;
}

.bg-success {
	background: #72B754 !important;
}

.bg-danger {
    background: #B70D0D !important;
    color: #fff!important;
}

.right table{
	padding-bottom: 8px;
}


#search_log_form span{
	font-size: 16px;
	font-weight: bold;
	font-family: Trebuchet MS;
}

.icon_display img{
	opacity: 0.75;
}

.pic_select_list_person img{
	width: 70px;
	height: 70px;
	border: 1px solid #afafaf
}

.attachment_set img{
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.blackout{
	width: 0px !important;
}

.blackout_background{
	background: #DDDDDD;
}

.client_detail_text{
	font-weight: bold;
	font-size: 16px;
	position: relative;
	padding-left: 5px;
	cursor: pointer;
}

.client_detail_text2{
	font-size: 14px;
	position: relative;
	top: -6px;
	padding-left: 5px;
	vertical-align: middle;
}

.project_setting{
	position: absolute;
	bottom: 0px;
	margin-bottom: 5px;
}

.project_setting > img{
	cursor: pointer;
	display:none;
	margin-top: 8px;
	vertical-align: middle;
}

.icon_phone_client{
	cursor: pointer;
	margin-right:8px;
	vertical-align:top;
	margin-bottom: 8px;
}

.icon_mail_client{
	margin-right:8px;
	vertical-align: top;
	margin-bottom: 8px;
}

.t_d_detail_client2 {
	width: 593px;
	float: left;
	padding: 3px;
	background: #FFFFFF;
	background-color: #EEEEEE;
}

.t_d_detail_client2 > div{
	padding:3px;
}

.t_d_detail_client3 {
	width: 940px; /*560*/
	float: left;
	padding: 6px;
	background: #EEEEEE;

}

.all_contact_client{
	float:right;
	width: 35%;
	display:inline-block;
	padding:8px;
}

.client_detail_left_panel_div{
	height:28px;
	display:inline-block;
}

.client_detail_project_form td, .client_detail_project_form select{
	font-size: 12px;
	width: 220px;
	vertical-align: top;
}

.client_detail_project_form td.header{
	font-size: 20px;
	padding-bottom: 10px;
}

.client_detail_project_form input, .client_detail_project_form textarea{
	width:425px;  /*from 220px*/
}

.client_detail_project_form select{
	width:490px; /*224*/
}

.client_detail_project_form select, .client_detail_project_form textarea,.client_detail_project_form input{
	font-size: 12px;
}

.client_detail_project_left_block{
	border: 1px solid lightgray;
	padding: 10px;
	border-radius: 5px;
	background-color:#FFFFFF;
	margin-top: 5px;
	margin-left: 2px;
	padding:5px;
	width: 570px; /*320*/
}

.client_detail_project_right_block{
	border: 1px solid lightgray;
	padding: 3px;
	border-radius: 5px;
	background-color:#FFFFFF;
	margin-top: 5px;
	padding:5px;
	padding-bottom: 2px;
	width: 250px; /*186*/
}

.client_detail_project_button{
	display:inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 7px 3px 3px 3px;
	text-align: right;
	width: 50%;
}

.client_detail_project_button button{
	 margin-bottom: 3px;
}

.left_column_client_project_detail{
	width:61%;
	display: inline-block;
}

.right_column_client_project_detail{
	width:35%;
	display: inline-block;
	vertical-align: top;
	margin-left: 13px;
}

.client_project_responsible_user{
	width:50px;
	border: 1px solid lightgray;
}

.responsible_user_table td{
	width:auto;
	margin-left: 1px;
}

.container {
	position: relative;
	margin-right:10px;
	margin-bottom: 8px;
	float: left;
}

.container input{
	width: 0px;
	position: absolute;
	top: -4px;
	right: -10px;
}

.custom_checkbox input[type=checkbox] {
	visibility: hidden;
}

.custom_checkbox {
	background: #fcfff4;
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	border-radius: 100%;
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
	z-index: 999;
	left: 36px;
	top: -63px;
}

.custom_checkbox label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	left: 3px;
	top: 4px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	background: -moz-linear-gradient(top, #c2d3c2 0%, #c2d3c2 100%);
	background: -webkit-linear-gradient(top, #c2d3c2 0%, #c2d3c2 50%, #c2d3c2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.custom_checkbox label:after {
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 6px;
	background: transparent;
	top: 3px;
	left: 2px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

.custom_checkbox label:hover::after {
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.custom_checkbox input[type=checkbox]:checked + label {
	background: -moz-linear-gradient(top, #72B754 0%, #72B754 100%);
	background: -webkit-linear-gradient(top, #72B754 0%,#72B754 50%,#72B754 100%);
}

.custom_checkbox input[type=checkbox]:checked + label:after {
	filter: alpha(opacity=100);
	opacity: 1;
}

.task_description p{
	overflow-wrap: break-word;
	max-width: 740px;
}

/*client box contact*/
.add_contact{
	float: right;
}

.contact_box{
	border: 1px solid lightgray;
	padding: 3px;
	border-radius: 5px;
	background-color:#FFFFFF;
	margin-top: 5px;
	margin-left: 10px;
	padding:5px;
	padding-bottom: 2px;
	vertical-align: top;
	width: 290px;
}
.client_contact_form{
	margin: 5px;
	width: 275px;
}

.client_contact_form input, .client_contact_form textarea{
	margin-bottom: 1px;
	width:275px;
}

.contact_checkbox input[type=checkbox] {
	visibility: hidden;
}

.contact_checkbox {
	background: #fcfff4;
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	border-radius: 100%;
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
	z-index: 999;
	width: 0;
}

.contact_checkbox label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	left: 25px;
	top: 35px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	background: -moz-linear-gradient(top, #72B754 0%, #72B754 100%);
	background: -webkit-linear-gradient(top, #72B754 0%,#72B754 50%,#72B754 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.contact_checkbox label:after {
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 15px;
	height: 6px;
	background: transparent;
	top: 6px;
	left: 3px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

.contact_checkbox label:hover::after {
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: whitesmoke;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 25px;
	 margin-left: 60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent whitesmoke transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.contact_checkbox input[type=checkbox]:checked + label:after {
	filter: alpha(opacity=100);
	opacity: 1;
}


.contact_scroll{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 667px;
	width: 336px;

}
.delete_contact{
	margin-left: 283px;
	cursor: pointer;
}

.ui-dialog-title{
	float:left;
	font-weight:bold;
	padding: 4px 3px 3px;
	color: white;
}

.client_contact_block{
	border-radius: 5px;
	border: 1px solid lightgray;
	padding: 5px;
	margin: 8px 0;
	background-color:#FFFFFF;
	display: flex;
}

.client_contact_block_detail{
	display:inline-block;
	vertical-align:top;
	float:right;
	width:75%
}

.client_contact_block_image{
	width:25%;
	display:inline-block;
}

.contact_phone_mail{
	float: left;
	margin-bottom: 5px;
}

.client_project{
	border: 1px solid lightgray;
	border-radius: 5px;
	width: 58%;
	display:inline-block;
	background-color:#FFFFFF;
	margin-top: 15px;
	margin-left: 9px;
	padding:7px;
	padding-bottom:25px;
	position: relative;
}

.client_site{
	vertical-align:middle;
	cursor: pointer;
}
/*------------------------------------------------------------------------------*/
/*---todo---*/
body {
	font-family: verdana;
	font-size: 11px;
	padding: 0;
	margin: 0;
	overflow-y:scroll;
/*	background: #177598 url('../im/bg_stripe2.gif'); */
}

a:hover {
	color: #114477;
	/*border-bottom: 1px solid #0E1927;*/
}

a:visited {
	color: #114477;
}

a:active {
	color: #114477;
}

a:link {
	color: #114477;
}

a {
	font-weight: normal;
	text-decoration: none;
}

a img{
	border: 0px;
}

select, input, button, textarea{
	font-family: verdana;
	font-size: 11px;
}

input:focus, select:focus, textarea:focus{
	background: #FFFFCC;
}

input:hover, select:hover, textarea:hover {
	background: #FFFFCC none repeat scroll 0 0;
	border-color: #FFCC00;
	/*color: #0072FB;*/
}

input.hovered{
	background: #FFFFCC none repeat scroll 0 0;
	border-color: #FFCC00;
	/*color: #0072FB;*/
}

.btn, input, select, textarea {
	border:1px solid #AAAAAA;
}

input, textarea {
	padding-left:3px;
}

body h3{
	font-size: 18px;
}

.btn {
    padding: 3px 10px;
    border-radius: 5px;
}

.btn.active {
    background: #ccc;
}

#quick_search ul img{
	padding: 2px;
	cursor: pointer;
	padding-bottom: 0px;
	padding-right: 0px;
}

#search {
/*	border: 1px solid #CC9900; */
	padding: 5px;
	font-size: 12px;
}

#search .box{
	float: left;
	padding: 3px 5px 0 0;
	/*padding-right: 5px;*/
}

#search td, #container table.t_task_list td, #layer_form td, #layer_form2 td{
	background: #FFFFFF;
	vertical-align: top;
}

#search table, #container table.t_task_list, #layer_form table, #layer_form2 table{
	background: #FFF;
}
#search_log_form {
/*	border: 1px solid #CC9900; */
	padding: 5px;
	font-size: 12px;
}

#search_log_form .box{
	float: left;
	padding: 3px 5px 0 0;
	/*padding-right: 5px;*/
}

#search_log_form td, #container table.t_task_list td, #layer_form td, #layer_form2 td{
	background: #FFFFFF;
	vertical-align: top;
	font-size: 12px;
}

#todo_form td{
	font-size: 14px;
/*	padding-bottom: 3px;*/
}

#search_log_form table, #container table.t_task_list, #layer_form table, #layer_form2 table{
	background: #FFF;
}

#search_log_form input.btn, .btn.corner_all  {
    padding: 3px 10px;
}

div.ui-widget-content table, div.ui-widget-content td {
	background: none !important;
}
#container table.t_task_list th, #layer_form th, #layer_form2 th{
	background: #000000;
	color: #FFFFFF;
	height: 30px;
	vertical-align: middle;
}

#main_container {
	background: #FFF;
}

.corner_all  {
	-moz-border-radius: 7px 7px 7px 7px;
}

.invisible {
	display: none;
}

img.close_form{
	float:right;
	right: 1px;
	top: 1px;
	cursor: pointer;
	position: relative;
}
#content {
}

#top_menu {
	width: 100%;
	height: 40px;
}
ul#top_menu_item {
	float: left;
	font-family: Arial;
	height: 25px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#top_menu_item span {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
	color: #FFF000;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	border-right: #0D617E solid 1px;
}

ul#top_menu_item span a{
	color: #FFF000;
	font-weight: bold;
}

li#select_project {

}
li#select_project select {
	font-family: Arial Black;
	font-variant: small-caps;
	background: #05364F;
	border: 0 none;
	color: #FFF000;
	arrow-color: #FFF000;
}
#content_inside {
	margin: 0 auto;
}

#layer_black {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 102;
}

#layer_form, #layer_form2, #layer_form3 {
	display: none;
/*	width: 785px;*/
	width: 980px;
	position: absolute;
	margin: auto;
	padding: auto;
	z-index: 103;
}

.top_header{
/*	height: 61px;
	background-image: url(../im/todo_bg.png);
	background-repeat: repeat; */
}
input.btn {
	background: #E6E6E6 url('../im/input_bg.png') repeat-x scroll 50% 50%;
	border: 1px solid #D3D3D3;
	color: #555555;
	font-weight: normal !important;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;
}
div#search input.btn {
	padding: 3px 10px;
}
div#login input.btn {
	font-size: 14px !important;
	padding: 5px 10px;
}

input.input_file {
	margin-top: 5px;
	width: 295px;
}

/* feed back (task) list */
div.list_content .user_pic{
	float: left;
}

div.list_content .status{
	float: left;
	margin: 0px 5px 0px 5px;
}

div.list_content .task_detail{
	width: 16px;
	float: left;
}

div.banner {
	float: left;
	font-family: Arial Black;
	font-size: 36px;
	font-weight: bold;
	color: #fff000;
	font-variant: small-caps;
}

div.list_content .subject{
	float: left;
	margin-left: 5px;
	font-size: 13px;
	/*font-weight: bold;*/
	/*width: 700px;*/
	width: 650px;
	font-family: verdana;
	padding: 5px;
	/*text-shadow: 1px 2px 1px #000;*/
	font-size: 12px;
	margin-bottom: 4px;
	margin-left: 1px;
}
.fb_type1, .fb_type1 a{/*article*/
	background: #3366CC url(../im/alert-overlay.png) repeat-x;
	color: #FFFFFF !important;
}
.fb_type2{/*bug*/
	background: #FFE2E2 url(../im/alert-overlay.png) repeat-x;
}
.fb_type3, .fb_type3 a{/*question*/
	background: #336600 url(../im/alert-overlay.png) repeat-x;
	color: #FFFFFF !important;
}
.fb_type4, .fb_type4 a{/*idea*/
	background: #CC6600 url(../im/alert-overlay.png) repeat-x;
	color: #FFFFFF !important;
}
.fb_type5{/*task*/
	background: #D1FFD1 url(../im/alert-overlay.png) repeat-x;
}

/*div.list_content .subject a:hover {
	color: #FFFFFF;
}
div.list_content .subject a:visited {
	color: #FFFFFF;
}
div.list_content .subject a:active {
	color: #FFFFFF;
}
div.list_content .subject a:link {
	color: #FFFFFF;
}*/

/*div.list_content .status{
	float:right;
}*/

div.list_content .primary_detail{
	float: left;
	margin: 3px 0px 0px 5px;
	font-size: 12px;
}

div.list_content .requester{
	float: right;
	margin: 3px 5px 0px 0px;
	font-size: 12px;
	height: 25px;
}

div.list_content .edit_button{
	float: right;
	clear: right;
	padding: 3px 5px 0px 0px;
}

.pic_select_list{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	height:72px;
	width: 190px;
	margin-bottom: 4px;
}

.pic_select_list_hover{
	background-color: #99CCFF;
	border: 1px solid #99CCFF;
}

.pic_select {
	display: none;
	z-index: 100;
	border: 1px solid #999999;
	padding: 2px;
	background-color: #FFFFFF;
}

.pic_select table{
	background-color: #FFFFFF;
}

.date_select {
	display: none;
	z-index: 100;
	border: 1px solid #999999;
	padding: 2px;
	background-color: #FFFFFF;
}
.task_detail_box{
	display: none;
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
	max-width: 820px;
	position: absolute;
	z-index: 101;
	font-family: verdana;
	color: #000;
/*	-o-box-shadow: 0 3px #000;
   -webkit-box-shadow: 0 3px #000;
   -moz-box-shadow: 0 3px #000; */
}

/*task detail*/
.t_d_container {
/*	width: 781px;*/
/*	width: 881px;*/
	width: 986px;
	/*margin: auto;*/
	font-family: verdana;
	font-size: 12px;
	/*padding-top: 10px;*/
	/*position: relative;*/
	position: absolute;
	border: 2px solid #999999;
	background: #FFFFFF;
}

.t_d_container_client {
/*	width: 781px;*/
/*	width: 881px;*/
	width: 600px;
	/*margin: auto;*/
	font-family: verdana;
	font-size: 12px;
	/*padding-top: 10px;*/
	/*position: relative;*/
	position: absolute;
	border: 2px solid #999999;
	background: #FFFFFF;
	left: 185px;
}

.t_d_container_client2 {
	left: 0px; /*203*/
	width: 952px; /*572*/
}

.t_d_header_client {
	width: 600px;
}

.t_d_header_client2 {
	width: 940px;
}

.t_d_container table{
	font-family: verdana;
	font-size: 12px;
	line-height: 15px;
}
.t_d_container table td{
	vertical-align: top;
}
.t_d_container td.label{
	width: 75px;
}
.t_d_container td.data{
	width: 90px;
}
.t_d_container td.data_note{
	width: 300px;
}
.t_d_container .detail_label{
	padding-bottom: 3px;
/*	color: #00418D; */
}

.t_d_header {
/*	width: 775px;*/
/*	width: 875px;*/
	width: 980px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding: 3px;
	color: #FFFFFF;
	background: #000000;
	height: 30px;
}

.t_d_subject {
	position: relative;
/*	width: 775px;*/
/*	width: 875px;*/
	width: 980px;
	font-weight: bold;
	/*font-size: 15;*/
	padding: 3px;
	background: #FFFFFF;
}

.t_d_subject img{
	padding:5px;
}

.t_d_detail {
/*	width: 775px;*/
/*	width: 875px;*/
	width: 980px;
	float: left;
	padding: 3px;
	background: #FFFFFF;
	padding-top: 15px;
}

.t_d_detail a{
	overflow-wrap: break-word;
}

.t_d_detail_client {
/*	width: 775px;*/
/*	width: 875px;*/
	width: 593px;
	float: left;
	padding: 3px;
	background: #FFFFFF;
	padding-top: 15px;
}

.t_d_detail .left {
	float: left;
	padding-top: 50px;
	width: 162px;
}
.t_d_detail .center {
/*	width: 430px;*/
	width: 675px;
	float: left;
	position: relative;
	top: -8px;
}

.t_d_detail .center table{
	table-layout: fixed;
	width: 100%;
}

.t_d_detail .right {
	float: right;
	padding-top: 72px;
}
.t_d_detail .right td{
	text-align: left;
}
.t_d_detail .tabs {
	float: left;
	width: 100%;
	padding-top: 10px;
}

/*task form*/
.task_form {
	width: 500px;
	margin: auto;
	/*margin-top: 10px;*/
	border: 2px solid #999999;
	position: relative;
}

.task_form table{
	font-family: Tahoma;
	font-size: 12px;
	padding: 3px;
	width: 100%;
}

.task_form td{
	vertical-align: top;
}

.task_form .label {
	color: #00418D;
	width: 130px;
}

.task_form input.btn, .btn.primary-btn {
	background: #116BAB none repeat scroll 0 0;
	border: 1px solid #AAAAAA;
	color: #FFFFFF;
}

.task_form select, input, button, textarea{
	font-family: Verdana;
	font-size: 14px;
	padding: 1px;
}

.task_form .category {
	font-weight: bold;
	color: #116BAB;
}

/*div.feedback_add {
	width: 115px;
	float: left;
	margin-left: 5px;
	text-align: center;
}*/

div.top_box {
	float: right;
	width: 200px;
	height: 30px;
	background: #184d63;
	color: #FFF;
	font-weight: bold;
	margin-top: 25px;
	line-height: 30px;
/*	opacity: 2; position: absolute; bottom: -30px; */
}
div.top_box a {
	color: #FFF;
	font-weight: bold;
}

div#login {
	margin: auto;
	padding: auto;
	margin-top: 100px;
	width: 526px;
	height: 344px;
}

div.login_box {
	background: #FFF;
	height:344px;
	width:500px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
/*	-o-box-shadow: inset 0 5px 10px #eae9e9, 0 1px 1px green;
   -webkit-box-shadow: inset 0 5px 10px #eae9e9, 0 1px 1px green;
   -moz-box-shadow: inset 0 5px 10px #eae9e9, 0 1px 1px green; */
}
div#login img {
	padding: 0;
	margin: 0;
}
div#login_content {
/*	background: #FFF url('../im/login_bg.png') repeat-x; */
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 12px;
	color: #184d63;
	float: left;
/*	border: 5px solid #d6eef7; */
	width: 500px;
	height: 344px;
}
form.login_frm {
	width: 250px;
	float: right;
	margin: 60px 50px 0 0;
}

form.login_frm table td {
	color: #777777;
	font-size: 13px;
}

div#login_content input[type=text], div#login_content input[type=password] {
	background:none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #E5E5E5;
	font-size: 24px;
	width: 97%;
	margin-bottom: 16px;
}

#changelog{
	min-height: 80px;
}

#changelog_result {
    /*border-top: 2px solid rgb(214, 238, 247);*/margin-top: 40px;
}

#changelog_result table {
    width: 98%;
}

#changelog_result th {
    background: #05364F;
    color: #FFF;
}
tr.row1 td {
    background: #D6EEF7;
}

.input_date{
    width: 90px;
}
.shadow {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: url("../im/shadow_bg.png") repeat scroll 0 0 transparent;
	padding: 8px;
}

#left_menu {
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 99999;
}

div.left_boxes {
	margin-bottom: 10px;
}
.msg_header {
        position: relative;
        z-index: 2;
	float: left;
	cursor: pointer;
	width: 35px;
	height: 20px;
	background: #FC96CA;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}

div.msg_header:hover {
	-o-box-shadow: 0 0 8px #000;
   -webkit-box-shadow: 0 0 8px #000;
   -moz-box-shadow: 0 0 8px #000;
}
.manage_msg {
    position: absolute;
	float: left;
	width: 300px;
	height: 210px;
	z-index: 1;
	padding-left: 5px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
        left: 45px;
}
.manage_msg textarea {
	z-index: 100;
}
.section_header {
    font-family: Trebuchet MS;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px;
}
.close_btn {
	float: right;
	width: 16px;
	height: 16px;
	margin: 4px;
}
.blue_box {
	background-color: #d9f1fb;
	border: 1px solid #7fcdee;
	color: #1b475a;
}
.blue_box h3 {
	color: #1b475a;
}

.pink_box {
	background-color: #FFD0FF;
	border: 1px solid #FF409F;
	color: #BB008F;
}
.pink_box h3 {
	color: #BB008F;
}
table.items_list tr, table.items_list th, table.items_list td {
	padding: 3px;
}
.tbl_row0 {
	background: #EEE;
}
.tbl_row1 {
	background: #FBF9EE;
}

img#report_img {
	vertical-align: text-bottom;
}

div#report_button a{
	margin-left: 10px;
	width: 100px;
	float: left;
	font-size: 12px;
	color: #700202;
	vertical-align: text-bottom;
}

div#report_button a:hover{
	margin-left: 10px;
	width: 100px;
	float: left;
	font-size: 12px;
	color: #700202;
	font-weight: bold;
	vertical-align: text-bottom;
}
/* button style */

input.btn1 {
	border: 0;
}
.awesome, .awesome:visited {
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-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;
	height:30px;
	padding-left: 10px;
	padding-right: 10px;
}
.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 !important;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.awesome, .large.awesome:visited 	{
	font-size: 14px;
	padding: 8px 14px 9px;
}
.lightgreen.awesome, .lightgreen.awesome:visited	{
	background-color: #91bd09 !important;
}
.lightgreen.awesome:hover {
	background-color: #749a02 !important;
}
.green.awesome, .green.awesome:visited	{
	background-color: #14A412 !important;
/*	background-color: #046D07;*/
}
.green.awesome:hover {
	background-color: #049901 !important;
/*	background-color: #69C629;*/
/*	background-color: #049000;*/
}
.lightblue.awesome, .lightblue.awesome:visited {
	background-color: #2daebf !important;
}
.lightblue.awesome:hover	{
	background-color: #007d9a !important;
}
.bit_blue.awesome, .lightblue.awesome:visited {
	background-color: #2A99F9 !important;
}
.bit_blue.awesome:hover	{
	background-color: #44C4FF !important;
}
.blue.awesome, .blue.awesome:visited {
	background-color: #025EE8 !important;
/*	background-color: #0B3E6F;*/
}
.blue.awesome:hover	{
	background-color: #0070CA !important;
}
.lightred.awesome, .red.awesome:visited {
	background-color: #e33100 !important;
}
.lightred.awesome:hover {
	background-color: #872300 !important;
}
.red.awesome, .red.awesome:visited {
/*	background-color: #70001a;*/
	background-color: #CC0000 !important;
/*	background-color: #B70F0F;*/
}
.red.awesome:hover {
	background-color: #A00025 !important;
/*	background-color: #DF201F;*/
}
.magenta.awesome, .magenta.awesome:visited {
	background-color: #a9014b !important;
}
.magenta.awesome:hover {
	background-color: #630030 !important;
}
.orange.awesome, .orange.awesome:visited {
	background-color: #ff5c00 !important;
}
.orange.awesome:hover {
	background-color: #d45500 !important;
}
.yellow.awesome, .yellow.awesome:visited {
	background-color: #ffb515 !important;
}
.yellow.awesome:hover {
	background-color: #fc9200 !important;
}
.grey.awesome {
	background-color: #808080 !important;
}
.grey.awesome:hover {
	background-color: #6B6565 !important;
}
.white.awesome {
	background-color: #FFFFFF !important;
	color: #000000 !important;
}
.white.awesome:hover {
	background-color: #f0f0f0 !important;
	color: #000000;
}

/* --------------------------end button style--------------------------- */

.placeholder_gray{
	color: gray;
}
.bokkmarks_icon{
	float: left;
	display: inline;
	margin-right: 4px;
}

.radio_hide{
	position: absolute;
	left: -9999px;
}

input[type=checkbox]:checked + label>img {
   opacity:1;
}

input[type=checkbox]:hover + label>img {
	opacity:1;
}

.cc-selector label img{
	opacity: 0.5;
}

.calendar_choose{
	padding: 10px;
	font-size: 15px;
}
.calendar_form{
	display: block;
	margin: 10px;
}
.table_calandar tr td{
	padding: 5px;
}

input.search {
    background-color: #FFF;
	height: 27px;
	padding: 0px 5px 0px 5px;
}

input.search:focus {
    border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input.search:hover {
    border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.icon_display td.task_icon {
	width: 30px;
	height: 30px;
	text-align: center;
}

#build_manager_main {
    padding: 10px;
}

#build_manager_main .select_form {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#build_manager_main {
    font-size: 16px;
    font-weight: 600;
}

ul.build_manager li,ul.major_feature li {
    font-size: 14px;
    padding-left: 25px;
    margin: 5px 0;
    width: fit-content;
    list-style: none;
}

ul.build_manager li {
    height: 40px;
}

ul.build_manager li:before {
    content: "\00BB";
}

ul.major_feature li:before {
    content: "- ";
}

ul.build_manager li:hover .build_show {
    text-decoration: underline;
}

.build_edit, .build_show {
    font-size: 18px;
}

.build_show {
    line-height: 40px;
    display: inline-block;
    min-width: 62px;
}

.checkbox_padding {
    display: block;
    padding: 20px 10px;
    cursor: pointer;
}

.add-task-to-build, .remove-task-from-build {
    display: none;
}

.project_build_task, .project_build_task_other {
    margin: 10px auto;
}

.comment_form input.btn, .btn.primary-btn {
	background: #116BAB none repeat scroll 0 0;
	border: 1px solid #AAAAAA;
	color: #FFFFFF;
}

/*delete client*/
.client_detail_detete_button {
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 7px 3px 3px 3px;
	text-align: left;
	width: 50%;
}

.radio_left_zero input[type=radio] {
	margin-left: 0px;
}
.radio_left_zero label {
	margin-right: 3px;
}