#page .page_content {
	padding-left: 24px;
	padding-top: 16px;
}
#my_folders_page {
	margin-top: -16px;
}
h1 {
	color: #394344;
	font-size: 30px;
	font-weight: normal;
}
.page_link {
	color: #0186bd;
	padding: 1px 3px;
}
.page_content .page_link:hover, .page_link:hover, .page_link.hover {
	background-color: #0186bd;
	color: #fff;
	text-decoration: none;
}
.page_link.disabled {
	color: #a9aeae;
}
.page_content .page_link.disabled:hover, .page_link.disabled:hover, .page_link.disabled.hover {
	background: none;
	color: #a9aeae;
	cursor: default;
}
.top_paragraph {
	margin-top: 10px;
	position: relative;
	width: 635px;
}
.top_paragraph .cancel_new_version {
	background: url(../../images/trash_ico.png) no-repeat scroll 0 0;
	display: none;
	height: 12px;
	width: 10px;
	position: absolute;
	top: 0;
	right: 2px;
}
.top_paragraph .cancel_new_version:hover {
	background-position: 100% -12px;
}
.top_paragraph.hover .cancel_new_version {
	display: block;
}
.new_version_paragraph {
	padding-right: 14px;
	width: 621px;
}
#change_owner_show {
	white-space: nowrap;
}
.change_owner_content {
	width:635px;
}
.new_page_section {
	width: 635px;
	margin-top: 15px;
}
.new_page_section.organise_box {
	margin-top: 12px;
}
.section_content {
	padding: 15px 24px 0;
}
.section_description {
	margin-bottom: 10px;
}
.section_content p.section_subheader {
	padding: 1px 1px 7px 8px;
}
.new_page_section.closed .section_content {
	display: none;
}

.new_page_section .custom_field_container.multi .multi-container {
	padding: 1px 0;
	position: relative;
}
.new_page_section .custom_field_container.multi .multi-container input {
	position: absolute;
	top: 0;
	left: 0;
}
.new_page_section .custom_field_container.multi .multi-container label {
	display: block;
	margin-left: 20px;
}

.new_page_section .custom_field_container.multi label.custom_field_label {
	margin: 0px;
}

.new_page_section .custom_field_container.multi .multi-container label.word-wrap {
    float: left;
}

.no_horizontal_margin_section {
	padding: 0px 0 0 0;
	margin-top: 15px;
}
.new_f_padd {
	padding: 0;
}
.organise_section {
	padding: 13px 0px 0px 24px;
}

#drop_area > div {
	width: 590px;
	background-color: #c6e5fc;
	color: #0186bd;
	font-size: 30px;
	vertical-align: middle;
	height: 74px;
	margin: 0px auto;
	text-align: center;
	display: table-cell;
	border: 1px dashed #a8a8a8;
}
#drop_area.drag_over > div {
	border: 1px solid #0186bd;
}
#drop_area.hidden {
	display: none;
}
#drop_area {
	padding-left: 24px;
	margin-bottom: 15px;
}
#upload_section.closed {
	padding-bottom: 4px;
}
#share_section.closed {
	padding-bottom: 3px;
}
.blue_button {
	border: 1px solid #0078a9;
	color: #fff;
	background-color: #0399d7;
	text-shadow: 1px 1px 2px #0078a9;
	background-image: linear-gradient(to bottom, rgb(0,121,169) 40%, rgb(3,153,217) 93%);
	padding: 6px 15px;
	display: inline;
	font-weight: bold;
	border-radius: 5px;
}
.blue_button:hover {
	background-image: none;
	background-color: #0186bd;
	cursor: pointer;
}
#select_file_button label {
	white-space: nowrap;
}
#select_file_button form {
	opacity: 0.01;
	position: absolute;
	top: -5px;
	right: -110px;

}
#select_file_button form iframe {
	border: 0px none;
	display: none;
}

#select_file_button form input[type='file'] {
	cursor: pointer;
	font-size: 65px;
}
#select_file_button.selected {
	background: #0078a9;
}
#upload_buttons_container {
	margin-bottom: 7px;
	padding: 0px 24px;
}

#user_thumbnail #upload_buttons_container {
    padding: 0;
}

#select_file_button {
	overflow: hidden;
	display: block;
	position: relative;
	height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: center;
}
.upload_error #select_file_button {
	background-color: #df4b48;
	border: 1px solid #df4b48;
	background-image: none;
	text-shadow: 1px 1px 2px #d9011f;
}

.clear_button {
	height: 15px;
	width: 14px;
	background: #fff url(../../images/sidebar_tags_x.png) no-repeat scroll 0 0;
	display: block;
}
#modal_popup .has-errors div.custom_select label {
	background-color: #fdf0f0;
}

.file_item,
.file_item_sub {
	min-height: 26px;
	padding: 0px;
	border: 0px none;
	position: relative;

	/*
		https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
		It's only one possibility to disable drop area in uploaded files in new proof
		When some text is marked/selected then browser detect this text as some text to drop, so we must disable select text.
	 */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.file_item_sub.lvl-1 {
	background: url('../../images/ui/webcaptures/bg-lvl-1.gif') 38px 0 no-repeat;
	padding-left: 5px !important;
}
.file_item_sub.lvl-1.last-item {
	background: url('../../images/ui/webcaptures/bg-lvl-1-last.gif') 38px 0 no-repeat;
}
.file_item_sub.lvl-2 {
	background: url('../../images/ui/webcaptures/bg-lvl-2.gif') 38px 0 no-repeat;
	padding-left: 5px !important;
}
.file_item_sub.lvl-2.last-item {
	background: url('../../images/ui/webcaptures/bg-lvl-2-last.gif') 38px 0 no-repeat;
}
.file_item_sub.lvl-2.last-item-in {
	background: url('../../images/ui/webcaptures/bg-lvl-2-last-in.gif') 38px 0 no-repeat;
}
#file_list.combine_files .file_item.sub_web_page .file_item_sub,
#file_list.pre_combine_files .file_item.sub_web_page .file_item_sub {
	padding-left: 13px;
}
#file_list.combine_files .file_item.sub_web_page .dnd_handler {
	background: url('../../images/file_move_handler_small.gif') repeat-y;
	top: 6px;
	left: 5px;
	bottom: 8px;
	width: 2px;
	z-index: 100;
}
#file_list.combine_files .file_item.sub_web_page .order_number {
	position: absolute;
	left: 16px;
	top: 7px;
	z-index: 2;
}
#file_list .file_item.sub_web_page .file_item_sub.last .file_content {
	border-bottom: 1px solid #edeeee;
}
#file_list .file_item.sub_web_page.last .file_content {
	border-bottom: 0;
}
#file_list .file_item_sub.lvl-1 .file_content {
	margin-left: 33px;
}
#file_list .file_item_sub.lvl-0 .file_progress {
	width: 181px;
}
#file_list .file_item_sub.lvl-1 .file_progress {
	width: 149px;
}
#file_list .file_item_sub.lvl-2 .file_content {
	margin-left: 50px;
}
#file_list .file_item_sub.lvl-2 .file_progress {
	width: 139px;
}

.file_item a.delete_item,
.file_item a.delete_item,
.recipient_item a.delete_item,
.subsection a.delete_item,
a.stage_delete_recipient {
	background: url(../../images/trash_ico.png) no-repeat scroll 0 0;
	display: none;
	height: 12px;
	width: 10px;
	position: absolute;
	top: 7px;
	right: 2px;
}
.file_item.hover a.delete_item,
.file_item_sub.hover a.delete_item,
.recipient_item.hover a.delete_item,
.subsection.hover a.delete_item,
.recipient_item.hover a.stage_delete_recipient {
	display: block;
}
.recipient_item.owner.hover a.delete_item, .recipient_item.owner.hover a.stage_delete_recipient {
	display: none;
}
.file_item a.delete_item:hover, .recipient_item a.delete_item:hover, .subsection a.delete_item:hover {
	background-position: 0px -12px;
}

.file_item .upload_result_correct {
	background-position: 0 -325px;
	width: 14px;
	height: 13px;
	float: right;
}
.file_item .upload_result_uncorrect {
	background-position: 0 -387px;
	display: block;
	width: 15px;
	height: 13px;
	float: right;
}
.file_item .upload_result_warning {
	background-position: 0 -447px;
	display: block;
	width: 15px;
	height: 13px;
	float: right;
}
.phq-tooltip.yellow-wide {
	width: 400px;
}
.file_name {
	width: 400px;
	margin-left: 20px;
	padding-left: 4px;
	padding-top: 6px;
	float: left;
	color: #131819;
	padding-bottom: 6px;
	overflow: hidden;
	border-top: 1px solid #edeeee;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.file_name .interactive_info {
	margin: 0 0 0 5px;
}
.file_progress {
	width: 194px;
	padding-right: 4px;
	float: right;
	padding-top: 6px;
	padding-left: 1px;
	padding-bottom: 6px;
	height: 13px;
}
.file_item .file_content .file_name, .file_item.file_content .file_progress {
	border-bottom: 0;
}
.file_content {
	margin-right: 12px;
	border-top: 1px solid #edeeee;
	overflow: auto;
}
.close_hand_cursor {
	cursor: url(../../images/closehand.cur), default !important;
}
.file_item.last .file_content {
	border-bottom: 1px solid #edeeee;
}
.file_content .file_name {
	margin-left: 0;
}
.file_content .file_name, .file_content .file_progress {
	border-bottom: 0;
}
.file_item .file_content .file_name {
	border: 0;
}
.file_item .file_content .file_name .res {
	color: #a7a7a7;
	display: inline-block; /* ff fix */
	font-size: 11px;
	white-space: nowrap;
}
.file_size {
	color: #a9aeae;
	float: left;
	width: 53px;
	padding-right: 3px;
	text-align: right;
}
.file_progress .progress {
	width: 132px;
	border: 1px solid #bdc3c4;
	background-color: #fff;
	position: relative;
	height: 3px;
	float: left;
	margin-top: 5px;
}
.file_progress .progress .progress_state {
	background-color: #92c435;
	border: 1px solid #6ea10f;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 0%;
	height: 3px;
}
.file_item.upload_error .swf_options {
	display: none;
}
#remove_all_files, #cancel_deadline, #remove_all_recipients, .remove_trash, .remove_all_recipients, #cancel_message, .section_content .close_box {
	font-size: 10px;
	width: 10px;
	height: 12px;
	color: #989e9e;
	background: url(../../images/trash_ico.png) no-repeat scroll 100% 0%;
	display: block;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 3px;
	float: right;
	visibility: hidden;
}
#cancel_deadline, #cancel_message {
	position: absolute;
	top: 24px;
	right: 2px;
	z-index: 9000;
}
#remove_all_files {
	margin-right: 2px;
	display: block;
	margin-top: -10px;
}
#remove_all_recipients, .remove_all_recipients, .remove_trash {
	position: absolute;
	top: 0px;
	right: 2px;
}
.stage_box .remove_trash {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 100;
}
#remove_all_files:hover, #remove_all_recipients:hover,.remove_trash:hover, .remove_all_recipients:hover, #cancel_deadline:hover, #cancel_message:hover {
	color: #0186bd;
	text-decoration: none;
	background-position: 100% -12px;
}

#files_input_list {
	display: none;
}

.section_field > label {
	font-weight: bold;
	color: #363a3c;
	display: block;
	padding-bottom: 5px;
}
.section_field {
	margin-bottom: 15px;
}

#workspacedetails {
	margin-bottom: 11px;
}
.section_field.no_margin {
	margin: 0px;
}
/**
 * custom select styles
**/
.custom_select {
	border: 1px solid #c7c7c7;
	color: #232d2e;
	width: 100px;
	cursor: pointer;
	color: #232d2e;
	position: relative;
	background-color: #fff;
/* 	z-index: 100; */
}

#modal_popup div.custom_select label, #container div.custom_select label, #change_owner_container div.custom_select label {
	background-color: #FFF;
	display: block;
	padding: 3px 0px 2px 5px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	min-height: 13px;
	float: none;
	text-align: left;
	width: auto;
	margin-right: 20px;
	background: transparent;
}
.normal_input.custom_select {
	box-shadow: none;
}
.custom_select.disabled,
.custom_select.disabled label {
	cursor: default !important;
}
.custom_select.hover,
.custom_select.opened {
	border-color: #a9aeae;
}
.custom_select.disabled, .deadline_input.disabled {
	opacity: .5;
}
#modal_popup div.custom_select label, div.custom_select label, #change_owner_container div.custom_select label {
	background-color: #fff;
	display: block;
	padding: 3px 0px 2px 5px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	min-height: 13px;
	float: none;
	text-align: left;
	width: auto;
	margin-right: 20px;
	margin-bottom: 1px;
}

.new_page_section .date_input.normal_input {
	background: white;
/* 	width: 113px; */
	padding: 3px 4px 3px 25px;
	float: left;
	height: 13px;
	margin: 0px 5px 0px 0px;
}
.inline_date_time  .date_input.normal_input {
	width: 113px;
}
.ooo_section_content .inline_date_time  .date_input.normal_input {
	height: 16px;
}
.new_page_section .datetime_input {
	float: left;
	margin: 0px 0px;
}
/* FF10 fix (win7) */
#deadline_box .custom_select.time_input,
#container .custom_fields_box.form .custom_select.time_input,
#recipient_list #inline_autocomplete_box .custom_select.role,
#recipient_list #inline_autocomplete_box .custom_select.alert,

.recipient_list .custom_select.role,
.recipient_list .custom_select.alert,

#custom_fields_box div.custom_select {
	height: 20px;
}
#deadline_box .custom_select.time_input label,
#container .custom_fields_box.form .custom_select.time_input label,
#recipient_list #inline_autocomplete_box .custom_select.role label,
#recipient_list #inline_autocomplete_box .custom_select.alert label,

.recipient_list .custom_select.role label,
.recipient_list .custom_select.alert label,

#custom_fields_box div.custom_select label {
	padding-bottom: 1px;
}
/* --- */
/* Safari fix - wrong calculation */
#deadline_box div.custom_select,
.ooo_section_content div.custom_select {
	width: 78px !important;
}
#modal_popup table.workspace_recipient_list {
	border-collapse: collapse;
	margin-bottom: 8px;
	margin-top: 25px;
	width: 100%;
}
#modal_popup table.workspace_recipient_list th {
	text-align: left;
	color: #576464;
	font-size: 10px;
	font-weight: bold;
}
#modal_popup table.workspace_recipient_list .name {
	padding-left: 15px;
}
#modal_popup table.workspace_recipient_list .company {
	width: 123px;
	padding-right: 15px;
}
#modal_popup table.workspace_recipient_list td {
	border-bottom: solid 1px #dddfdf;
	color: #232d2e;
	padding-bottom: 8px;
	padding-top: 8px;
}
#modal_popup .recpients_list .row {
	border-bottom: 1px solid #DDDFDF;
}
#modal_popup .recpients_list .cell {
	float: left;
	font-size: 11px;
}
#modal_popup .recpients_list .cell.left {
	width: 310px;
	overflow: hidden;
	padding-left: 15px;
	padding-bottom: 8px;
	padding-top: 4px;
}

#modal_popup .recpients_list .cell.right {
	width: 123px;
	padding-bottom: 8px;
	padding-top: 4px;
	padding-right: 8px;
}
#modal_popup .recpients_list {
	padding-bottom: 10px;
	width: 560px;
}
.custom_select img, #modal_popup .custom_select img {
	position: absolute;
	top: 2px;
	right: 0px;
	display: block;
}

.custom_select.opened > div {
	display: block;
}
.custom_select > div > div.hover, .custom_select > div > div.selected {
	background-color: #c6e5fc;
}
.custom_select > div > div.group_item {
	font-weight: bold;
}
.custom_select .custom_select_item {
	min-height: 13px;
}
.custom_select .custom_select_item.hidden {
	display: none;
}

#new_page .custom_field_container .custom_select .custom_select_item,
#subscriptions_subrow .custom_select .custom_select_item {
	width: 100% !important; /* Safari hack */
}
/**
 * END custom select styles
**/


.sprite-question-mark {
	background-position: 0 -264px;
	width: 12px;
	height: 12px;
}
.sprite-tick-mark {
	background-position: 0 -326px;
	width: 13px;
	height: 11px;
}

/**
 * BEGIN share section
**/
#share_section {
	margin-top: 11px;
}
#new_page.file-upload #share_section,
#share_section.relative { /* DE6933 */
	position: relative;
}
.share_section_content {
	padding: 9px 0 1px 0;
}
.share_section_content input {
	margin-left: 24px;
}
.share_section_content input[type="checkbox"] {
	margin-left: 0;
}
.recipient_list_header {
	position: relative;
	margin-top: 2px;
	padding-bottom: 1px;
}
.header_mailing_level {
	padding-left: 5px;
	/margin-top: -13px;
}
.recipient_list_header * {
	float: left;
	font-weight: bold;
	font-size: 11px;
}
.header_folder_role {
	float: right;
	margin-right: 20px;
	width: 304px;
	display: none;
}
.share_ws_w_roles .header_folder_role {
	width: 320px;
	display: block;
}
#modal_popup.share_popup.inc_folder_roles .header_folder_role {
	display: block !important;
	width: 166px;
}
.header_role {
	margin-left: 294px;
	width: 150px;
}
.recipient_bottom_border {
	height: 0;
	width: 603px;
	margin-left: 20px;
	border-bottom: 1px solid #edeeee;
	margin-bottom: 8px;
}
.recipient_item {
	padding: 0 0 0 20px;
	margin-left: 0px;
	border: 0px none;
}
.folder_recipient.folder_role_recipient .recipient_name {
	width: 599px;
}
.recipient_name {
	padding-left: 4px;
	width: 270px;
	min-height: 23px;
	line-height: 20px;
	float: left;
	color: #131819;
	border-top: 1px solid #edeeee;
	padding-top: 7px;
	padding-bottom: 3px;
}
.recipient_name span.name_span {
	overflow: hidden;
	max-width: 100%;
	display: block;
	float: left;
}
#change_owner_container .custom_select {
	line-height: 13px;
}
.folder_recipient .recipient_name {
	width: 285px;
}
.share_ws_w_roles .folder_recipient .recipient_name {
	width: 270px;
}
#new_page.file-upload .folder_recipient .recipient_name,
.folder_recipient.long_recipient_name .recipient_name {
	width: 599px;
}

.recipient_role {
	width: 155px;
	padding-top: 6px;
	float: left;
	color: #131819;
	padding-bottom: 6px;
	border-top: 1px solid #edeeee;
}
.recipient_folder_role {
	width: 314px;
	padding-top: 5px;
	float: left;
	color: #131819;
	padding-bottom: 6px;
	border-top: 1px solid #edeeee;
}
.share_popup.inc_folder_roles .recipient_folder_role {
	width: 172px;
}
.recipient_alert {
	width: 174px;
	padding-top: 6px;
	float: left;
	color: #131819;
	padding-bottom: 6px;
	border-top: 1px solid #edeeee;
}

#change_owner_container.add_close_bracket > div:after {
	content: ']';
	position: absolute;
	top: 2px;
	right: -4px;
}

#change_owner_container.add_close_bracket > div:after,
.recipient_locked,
.recipient_owner {
	color: #b4b4b4;
}

.recipient_owner {
	display: none;
	white-space: nowrap;
}
.recipient_owner {
	display: none;
	height: 19px;
}
#recipient_list .recipient_owner {

	vertical-align: -5px;
}

#details_page .recipient_owner {
	position: relative;
}
.owner .recipient_owner {
	display: inline-block;
	padding-left: 5px;
}
.owner .recipient_owner a {
	padding: 0 3px;
}
.owner .recipient_owner span {
	padding-bottom: 3px;
}
.recipient_owner.hidden {
	display: none;
}
div.custom_select.role, select.custom_select.role {
	width: 149px;
}
div.custom_select.alert, select.alert {
	width: 165px;
}
.change_owner_inline {
	padding: 0px 3px;
}

/**
 * NOTE:
 * The only one reason that I used these rules is that there is a problem
 * with rendering custom selects (dynamic width) on safari (mac).
 * Also similar thing happens in FF.
 * @author pcichosz
 */
#recipient_list div.custom_select.alert,
.recipient_list div.custom_select.alert {
	width: 165px !important;
}
#recipient_list .custom_select.alert .custom_select_item,
.recipient_list .custom_select.alert .custom_select_item {
	width: 155px !important;
}
#recipient_list div.custom_select.role,
.recipient_list div.custom_select.role {
	width: 149px !important;
}
#recipient_list .custom_select.role .custom_select_item,
.recipient_list .custom_select.role .custom_select_item {
	width: 139px !important;
}
#recipient_list div.custom_select.folder_role,
.recipient_list div.custom_select.folder_role {
	width: 165px !important;
}
#recipient_list .div.custom_select.folder_role .custom_select_item,
.recipient_list .div.custom_select.folder_role .custom_select_item {
	width: 155px !important;
}
/* ------ */

select.role {
	width: 145px;
}

.recipient_item a.delete_item {
	top: 12px;
}
.autocomplete_box {
	width: 305px;
	border: 2px solid #c3e5ff;
	float: left;
	margin-left: 24px;
	margin-top: 2px;
}
.autocomplete_box .autocomplete_input, input.inline_autocomplete {
	width: 293px;
	margin: 0;
	padding: 3px 0 3px 10px;
	border: 1px solid #c7c8c6;
	box-shadow: inset 1px 1px 1px 1px #e9e9e9;
	-moz-box-shadow: inset 1px 1px 1px 1px #e9e9e9;
	-webkit-box-shadow: inset 1px 1px 1px 1px #e9e9e9;
	color: #9ea1a1;
}
.autocomplete_box.hover {
	border-color: #c1e6ff;
}
.autocomplete_box.hover .autocomplete_input {
	border-color: #a5b0b8;
	color: #9f9f9f;
}
.autocomplete_box.focus {
	border-color: #c7e3f9;
}
.autocomplete_box.has_error .autocomplete_input {
	background-color: #fdf0f0;
}
.autocomplete_box.focus .autocomplete_input {
	border-color: #1b8bb9;
	color: #000;
	outline: none;
}
.autocomplete_box.has_error .autocomplete_input {
	border-color: #dd4b49;
}

.autocomplete_value {
	display: none;
	width: 260px;
	height: 15px;
	margin-top: 6px;
	margin-bottom: 2px;
	padding: 3px 0;
	border: 1px solid transparent;
	vertical-align: top;
}

.autocomplete_value .recipient_locked {
	padding-left: 1ex;
}

.autocomplete_value:not(:empty) {
	display: inline-flex;
	padding: 3px;
	align-items: center;
}

.autocomplete_value:not(:empty):hover {
	border-color: #c7c8c6;
	background: #fff;
	box-shadow: inset 1px 1px 1px 1px #e9e9e9;
}
.autocomplete_value:not(:empty) + .profile_autocomplete {
	display: none;
}

input.inline_autocomplete {
	padding: 3px 0px 3px 3px;
	width: 260px;
	margin-top: 6px;
	margin-bottom: 2px;
}

.profile_autocomplete {
	width: 260px;
	margin: 0;
}

.replace_profile_autocomplete_box .autocomplete_value {
	width: 98%;
	margin: 0;
}

#recipient_list .recipient_name .inline_autocomplete,
.recipient_list .recipient_name .inline_autocomplete {
	height: 17px;
	padding: 1px 0 1px 3px;
}
@media all and (min-width:0) {
    #recipient_list .recipient_name .inline_autocomplete,
    .recipient_list .recipient_name .inline_autocomplete {
		padding: 2px 0 1px 3px;
	}  /* IE9-IE10pp4 */
}
#recipient_list .recipient_name.focus .inline_autocomplete,
.recipient_list .recipient_name.focus .inline_autocomplete {
	border-color: #1b8bb9;
	color: #000;
	outline: none;
}
#inline_autocomplete_box a.add_recipient,
.recipient_list a.add_recipient {
	background: url('../../images/add-ico-sprite.gif') top no-repeat;
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 10px;
	margin-left: -5px;
	cursor: pointer;
	display: none;
}
#inline_autocomplete_box a.add_recipient:hover,
.recipient_list a.add_recipient:hover {
	background: url('../../images/add-ico-sprite.gif') bottom no-repeat;
}

#recipient_list .ac_error .recipient_name input.inline_autocomplete,
#recipient_list .ac_error .recipient_name input:focus,
.recipient_list .ac_error .recipient_name input.inline_autocomplete,
.recipient_list .ac_error .recipient_name input:focus,
.editReviewer.form_error .not_valid input {
	border: 1px solid red;
	background-color: #fdf0f0;
}
.editReviewer.form_error .not_valid .error_info {
	position: relative;
	top: -10px;
	right: -5px;
	display: inline-block;
}
#recipient_list .ac_error .error_info,
.recipient_list .ac_error .error_info {
	display: block;
	float: left;
	padding-top: 12px;
	margin-left: -5px;
	cursor: pointer;
}
#recipient_list .ac_error.non_proof_ac .error_info,
.recipient_list .ac_error.non_proof_ac .error_info {
	padding-top: 11px;
	margin-left: -1px;
}
#modal_popup #recipient_list .ac_error.non_proof_ac .error_info {
	margin-left: -4px;
}
#inline_autocomplete_box.active .add_recipient,
.inline_autocomplete_box.active .add_recipient {
	display: block;
}
.inline_autocomplete_box.active.ac_error .add_recipient {
	display: none;
}

#recipient_list .recipient_item.autocomplete,
.recipient_list .recipient_item.autocomplete {
	background-color: #d1eaf8;
}
#inline_autocomplete_box.file_autocomplete .add_recipient,
.inline_autocomplete_box.file_autocomplete .add_recipient {
	margin-left: -2px
}

#recipient_list .recipient_item.autocomplete ul.ui-autocomplete,
.recipient_list .recipient_item.autocomplete ul.ui-autocomplete {
	max-width: 425px;
}
#recipient_list div.custom_select.grey_out,
.recipient_list div.custom_select.grey_out {
	opacity: 1;
}
#recipient_list div.custom_select.grey_out img,
.recipient_list div.custom_select.grey_out img {
	opacity: .5;
}
#inline_autocomplete_box .recipient_name,
#inline_autocomplete_box .recipient_role,
#inline_autocomplete_box .recipient_alert,

.inline_autocomplete_box .recipient_name,
.inline_autocomplete_box .recipient_role,
.inline_autocomplete_box .recipient_alert {
	border: 0px none;
}
#inline_autocomplete_box .recipient_name,
.inline_autocomplete_box .recipient_name {
	padding-top: 0px;
}

#inline_autocomplete_box.file_autocomplete .recipient_role,
#inline_autocomplete_box.file_autocomplete .recipient_alert,
#inline_autocomplete_box.folder_autocomplete .recipient_role,
#inline_autocomplete_box.folder_autocomplete .recipient_alert {
	display: none;
}
div.ac_divider {
	width: 400px;
	position: relative;
	left: -50px;
	height: 1px;
	background-color: #e1e4e4;
}
div.ac_results {
	box-shadow: 3px 3px 3px #a9aeae;
}
.page_link_container {
	margin: 10px 24px;
}
.ui-menu li.ui-menu-item a {
	color: #0186bd;
	font-size: 11px;
	border: none;
	border-radius: 0;
	margin: -1px;
}
.ui-menu li.ui-menu-item a.ui-state-hover, .ui-menu li.ui-menu-item a.ui-state-focus {
	background-color: #c6e5fc;
	background-image: none;
}
.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 0;
}
li.ui-autocomplete-category {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e1e4e4;
	overflow: hidden;
	font-size: 1px;
}
#deadline_link {
	margin-top: 11px;
}
#send_message_link {
	margin-top: 10px;
	margin-bottom: 0px;
}
#deadline_box, #message_box {
	position: relative;
	margin-bottom: 0px;
}
#deadline_box {
	display: none;
	margin-top: 14px;
}

#message_box,
.mesage_box {
	margin-top: 11px;
	margin-bottom: 2px;
}
#deadline_box .divider, #message_box .divider, .mesage_box .divider .subsection .divider, .section_content .divider {
	width: 635px;
	height: 1px;
	margin: 5px 0;
	padding: 0;
	background-color: #e1e4e4;
	margin-top: 6px;
}
#add-tpl-content #message_box .divider {
    width: auto;
}
#add-tpl-content #message_box #has_message {
    margin-left: 0;
}
#deadline_box h2, #message_box h2, .message_box h2 {
	font-weight: bold;
	font-size: 13px;
	color: #363A3C;
	display: block;
	padding-top: 6px;
	margin-left: 24px;
}
#deadline_box.disabled {
	cursor: default;
}
#deadline_box.disabled h2 {
	color: #A9AEAE;
}
#deadline_box.disabled .date_picker img {
	cursor: default;
}
#deadline_box.disabled input:focus,
#deadline_box.disabled input:hover {
	border-color: #c7c7c7;
}
#message_box h2.message_message,
.message_box h2.message_message {
	margin-bottom: 5px;
	margin-top: 3px;
}
#deadline_box input, #message_box input, .message_box input {
	margin-left: 24px;
}
#message_box input.normal_input,
.message_box input.normal_input {
	width: 297px;
}
#message_box input[type=checkbox],
.message_section input[type=checkbox],
.message_box input[type=checkbox],
#share_all_versions {
	margin: 0 0 0 24px;
	padding: 0;
	line-height: 13px;
	vertical-align: middle;
}
#message_box #custom_message div.richtextContainer {
	margin-left: 14px;
}
.message_box div.richtextContainer {
	margin: 0 24px;
}

.message_section input[type=checkbox] {
	margin: 0 3px 0 0;
}
#message_box label,
#message_box .label,
.message_section label,
.message_section .label,
.message_box label,
.message_box .label,
.share_all_versions_label {
	height: 13px;
	line-height: 13px;
	vertical-align: middle;
	margin: 3px 0;
}
.message_section div#custom_message {
	margin-top: 5px;
}
#deadline_box #deadline_message_divider {
	display: none;
	margin-top: 11px;
}
#deadline_box .custom_select_contents,
.date_picker_custom_time .custom_select_contents {
	height: 200px;
}
#deadline_box.has_error h2 {
	color: #dd4b49;
}
#deadline_box.has_error input[type='text'],
 #deadline_box.has_error .custom_select {
	border: 1px solid #dd4b49;
	background-color: #fdf0f0;
}
#deadline_box.has_error .custom_select label {
	background-color: #fdf0f0;
}
div.time_input {
	margin-left: -10px;
}
#deadline_box .date_picker img.ui-datepicker-trigger {
	position: absolute;
	top: 7px;
	left: 27px;
}
.stage_workflow .message_box {
	margin-bottom: 24px;
}
/**
 * END share section
**/

/**
 * BEGIN custom fields section
**/
.custom_field_container .custom_field_label {
	font-weight: bold;
	color: #363A3C;
	display: block;
	clear: both;
	padding-bottom: 1px;
	padding-top: 10px;
	/padding-top: 5px;
	position: relative;
}

#more_settings_section .custom_field_container .custom_field_label {
	padding: 0px;
}
.section_content .custom_field_container.first .custom_field_label {
	padding-top: 0;
}
 .custom_field_container textarea,
 .custom_field_container select:not(.time_input) {
	width: 305px;
}
.custom_field_container input[type='text']:not(.dp):not(.dp2), .custom_field_container input[type='password'] {
	width: 297px;
	padding: 3px 4px;
}
.custom_field_container textarea {
	padding: 4px;
}
.custom_field_container .custom_select:not(.time_input) {
	margin: 3px 0px;
}
.custom_field_container.has_error .custom_field_label,
.custom_field_container.has_error input,
.custom_field_container.has_error .custom_select,
.section_field.has_error label {
	color: #dd4b49 !important;
}
#container .custom_field_container.has_error .custom_select label,
	.custom_field_container.has_error .custom_select .custom_select_item,
	#modal_popup .has_error div.custom_select label {
	background-color: #fdf0f0;
}
.custom_field_container.has_error .custom_select .custom_select_item {
	border: 1px solid #fdf0f0;
}
#container .custom_field_container.has_error .custom_select > div {
	border: 1px solid #dd4b49;
}
.custom_field_container.has_error .custom_select > div > div.hover, .custom_field_container.has_error  .custom_select > div > div.selected {
	background-color: #c6e5fc;
}
.custom_field_container.has_error input[type='text'],
	.custom_field_container.has_error textarea,
	.custom_field_container.has_error .normal_input,
	.section_field.has_error .normal_input,
	#container .section_field.has_error .normal_input,
	.custom_field_container.has_error .time_input,
	.has-errors input,
	.has-errors textarea,
	.has-errors div.custom_select,
	.new_page_section .has-errors input.normal_input {
	border: 1px solid #dd4b49;
	background-color: #fdf0f0;
	color: #DD4B49;
}

.custom_field_container.has_error .custom_field_label .error_info,
.section_field.has_error .error_info {
	display: inline;
	top: -2px;
	position: relative;
}
/**
 * END custom fields section
**/


.subsection {
	margin: 10px 0px 0px;
	position: relative;
}

.peoplebox_component > label,
.select_component label {
	font-weight: bold;
	padding-top: 13px;
	padding-bottom: 5px;
	display: block;
}

.phq-modal .separated {
	border-top: 1px solid #dcdfdf;
	margin-top: 15px;
	padding-top: 15px;
}
.phq-modal .integration_defaults_component.separated p {
	line-height: 18px;
	margin-bottom: 10px;
}
.checkbox_component label {
	padding: 3px 0px 0px 4px;
}
.integration_values {
	width: 590px;
	padding-right: 20px;
	display: none;
}
.organise_section.section_content .integration_values {
	margin: 13px 0 0 0;
}
.organise_section.section_content .integration_values .delete_item {
	top: 1px;
}
.integration-refresh {
	background: url(../../images/refresh_icon.png) no-repeat scroll 0px 0px;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 1px;
	color: #0186bd;

}
.integration-refresh:hover {
	background: #0186bd url(../../images/refresh_icon.png) no-repeat scroll 0px -17px;
	color: #fff;
	text-decoration: none;
}
#change_owner_container {
	display: none;
	padding-top: 0px;
	padding-left: 2px;
	vertical-align: 0px;
	float: left;
}
#capture_web_page_box.empty .error_info, #capture_web_page_box.not_valid .error_info {
	right: -23px;
}
.error_info {
	display: none;
}
.error_info, .help_info {
	vertical-align: bottom;
}
.help_info {
	margin-bottom: 2px;
}
.inline_field .error_info, .tab_content .error_info {
	top: 5px;
	position: relative;
	left: 5px;
}
.has-errors .error_info {
	display: block;
}
.submit_buttons.new_page_section {
	border-top: 1px solid #dcdfdf;
	padding-top: 13px;
}

.submit_buttons.new_page_section .processing_icon, .submit_buttons.new_page_section .uploading_icon {
	padding: 12px 0px 0px 11px;
}

/** Embedded styles for submit buttons **/
.embedded .submit_buttons.new_page_section {
	border-top: 0;
}
.embedded .submit_buttons.new_page_section .processing_icon,
.embedded .submit_buttons.new_page_section .uploading_icon,
.embedded .submit_buttons.new_page_section .bttn {
	display: none !important;
}
/** ***** **/

.submit_buttons.new_page_section input[type='submit'],
.submit_buttons.new_page_section a.submit_process {
	color: #fff;
	background-color: #98C93B;
	border: 1px solid #6EA10F;
	border-radius: 5px;
	padding: 6px 34px 5px 32px;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 2px #6ea10f;
	cursor: pointer;
	float: left;
	margin-top: 0;
}
.submit_buttons.new_page_section input[type='submit']:hover,
.popup_buttons .submit_button:hover,
.submit_buttons.new_page_section a.submit_process:hover {
	background: #86b829;
	cursor: pointer;
}
.submit_buttons.new_page_section input[type='submit'].selected, .popup_buttons .submit_button.selected {
	background: #6ea10f;
}
.submit_buttons.new_page_section .cancel_link {
	color: #fb0023;
	margin-left: 30px;
	font-weight: bold;
	float: left;
	margin-top: 9px;
}
.submit_buttons.new_page_section .cancel_link:hover {
 	text-decoration: underline;
}
#modal_popup .popup_buttons input[type='submit'].disabled,
#modal_popup .popup_buttons a.submit_button.disabled,
.submit_buttons.new_page_section a.submit_process.disabled {
	background: #babfbf;
	border: 1px solid #858f8f;
}
#modal_popup .popup_buttons input[type='submit'] {
	cursor: pointer;
}
#modal_popup .popup_buttons input[type='submit'].disabled {
	cursor: default;
}
#modal_popup a.bttn.js-close-modal {
	margin-left: 10px;
}
.uploading_icon{
	display: none;
}
.uploading_icon img, .processing_icon img {
	float: left;
	padding-right: 5px;
	margin-top: -5px;
	margin-right: 0px;
}
.uploading_icon img{
	margin-top: -2px;
}
.submit_buttons.new_page_section.process .processing_icon,
.submit_buttons.new_page_section.uploading .uploading_icon,
.popup_buttons.process .processing_icon {
	display: inline;
}

.submit_buttons.new_page_section.process .processing_icon,
.submit_buttons.new_page_section.uploading .uploading_icon,
.process .processing_icon {
	display: block;
}
.submit_buttons.new_page_section.process input[type='submit'],
.submit_buttons.new_page_section.process .cancel_link,
.submit_buttons.new_page_section.process .bttn,
.submit_buttons.new_page_section.uploading input[type='submit'],
.submit_buttons.new_page_section.uploading .cancel_link,
.popup_buttons.process .submit_button,
.popup_buttons.process .cancel_button,
.popup_buttons.process .cancel_button2,
.popup_buttons.process .bttn {
	display: none !important;
}
.submit_buttons.new_page_section .main_error, .popup_buttons .main_error {
	display: none;
}
.submit_buttons.new_page_section.has_error .main_error, .popup_buttons .main_error.has_error , .popup_buttons.has_error .main_error {
	padding-top: 15px;
	display: block;
	color: #dd4b49;
}
.submit_buttons.new_page_section .main_error img, .popup_buttons .main_error img {
	float: left;
	padding-right: 5px;
}
.popup_buttons .main_error span {
	float: left;
}
#more_settings_section .settings_row input[type='checkbox'], #more_settings_section .settings_row label,
#copy_proof_section .settings_row input[type='radio'],
#copy_proof_section .settings_row input[type='checkbox'], #copy_proof_section .settings_row label {
	float: left;
	margin: 0px;
	padding: 0px;
}
#more_settings_section .settings_row label, #copy_proof_section .settings_row label {
	padding-left: 5px;
}
#more_settings_section .settings_row, #copy_proof_section .settings_row {
	padding-bottom: 8px;
}
#more_settings_section .subscription_row, #copy_proof_section .subscription_row {
	padding-bottom: 4px;
}
#new_page.file-upload .change_proof_name {
	display: none;
}
.change_proof_name {
	margin-left: 24px;
}
.change_proof_name label {
	font-weight: bold;
	display: block;
}
.change_proof_name .normal_input.gray {
	color: #989e9e;
}
.settings_subrow {
	padding-left: 18px;
}
.settings_subrow.not_active,
.settings_row label.not_active {
	color: #a9aeae;
}
#more_settings_section .settings_subrow .custom_select,
#subscriptions_subrow .settings_row p,
#more_settings_section .settings_subrow p {
	float: left;
}
#more_settings_section .settings_subrow select.custom_select {
	width: auto !important;
}
#more_settings_section .settings_subrow .settings_row p {
	padding: 4px 2px 0px 0px;
}
#more_settings_section .settings_subrow .settings_row {
	padding-bottom: 2px;
}
#more_settings_section .settings_subrow .settings_row.sub_first {
	padding-bottom: 0;
}
#more_settings_section .settings_subrow .settings_row.sub_second {
	padding-bottom: 4px;
}
.settings_row_hr {
	padding: 5px 0px 7px;
	font-weight: bold;
}
#more_settings_section .settings_subrow #validate_subscriptions {
	width: 226px !important;
}
#modal_popup #new_user_form #validate_subscriptions-button {
	width: 234px !important;
}
#workspace_tags_container {
	position: relative;
	z-index: 1000;
}
#workspace_tags_container .cover {
	display: none;
}
#workspace_tags_container.hidden .cover {
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10001;
	opacity: 0.5;
	display: block;
}
#new_page #workspace_custom_menu,
#new_page div.workspace_custom_container {
	box-shadow: 2px 2px 2px #b2b7b7;
}
#new_page div.tags_autocompleter {
	height: auto;
}
#new_page div.tags_autocompleter .menu_save {
	padding-bottom: 5px;
}
#new_page div.tags_autocompleter .tags_autocompleter_content {
	height: auto;
	max-height: 227px;
}
#new_page div.tags_autocompleter .processing_icon {
	padding: 3px 10px 10px 10px;
}
#new_page #workspace_custom_menu {
	z-index: 10000;
}
/**
 * BEGIN new folder page
**/
#workspace_private_section input[type='checkbox'],
.section_field.checkbox input,
.section_field.checkbox label,
#workspace_private_section label,
#workspace_private_section span {
	float: left;
	margin: 0px;
	padding: 0px;
}
#workspace_private_section label,
#workspace_private_section span,
.section_field.checkbox label {
	font-weight: normal;
	padding-left: 5px;
	position: relative;
	top: -1px;
}
.folder_details_section .has_error label {
	color: #dd4b49;
}
.folder_details_section .has_error .normal_input {
	border: 1px solid #dd4b49;
	background-color: #fdf0f0;
}
.folder_details_section .has_error label {
	color: #dd4b49;
}
.folder_details_section .has_error .error_info {
	display: inline;
}
/**
 * END new folder page
**/
.info_paragraph {
	width: 630px;
	padding: 10px 0px 3px 0px;
}
#copy_proof_section {
	padding-left: 24px;
}
#copy_proof_section .copy_proof_header {
	font-weight: bold;
}
.breadcrumbs_new {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 11px;
	float: left;
}

.breadcrumbs_new a {
	font-weight: bold;
	font-size: 11px;
	color: #0186BD;
	position: static;
}
.breadcrumbs_new .workspace_icon {
	padding-left: 18px;
	background: url(../../images/sidebar_folder_icons.png) no-repeat 0 1px;
}
.breadcrumbs_new a.not_active {
	text-decoration: none;
	color: #394344;
	cursor: default;
}
.has_error .copy_proof_header {
	color: #DF4B48;
}

a.save_button_small {
	background-color:#86B829;
	border:1px solid #6EA10F;
	color:#FFF;
	display: inline;
	padding: 3px 15px;
	margin: -2px 4px 2px;
	border-radius: 5px;
	font-size: 11px;
	font-weight: bold;
}
a.save_button_small.green_gradinet:hover {
	background-image: none;
	text-decoration: none;
}
a.save_button_small.green_gradinet:active {
	background-color:#6EA10F;
	text-decoration: none;
}
a.cancel_button_small {
	color: #FB0023;
	font-size: 10px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 2px;
}
.swf_options{
	float: left;
	padding-left: 30px;
	padding-bottom: 5px;
}
.swf_row{
	padding-top: 4px;
}
.swf_row input{
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 0px;
}
.swf_row label{
	float: left;
}

/**
 * Combine files
**/
#file_list .dnd_handler,
.recipient_list .dnd_handler,
.proof_recipients .dnd_handler {
	display: none;
}
.file_content .file_name {
	padding-left: 16px;
	width: 384px;
}

.combine_files .file_item.uploaded.can_dnd {
	cursor: url(../../images/openhand.cur), default;
	background-image: url('../../images/file_move_handler_small.gif'), url('../../images/file_move_handler_small.gif');
	background-repeat: repeat-y, repeat-y;
	background-position: 0 5px, 5px 5px;
}

#file_list {
	padding: 0px 0px 10px;
	display: none;
	line-height: inherit;
}

#file_list.combine_files .upload_error.hover .dnd_handler {
	display: none;
}
#file_list.combine_files .hover.ui-sortable-helper .delete_item {
	display: none;
}
#file_list.combine_files .file_item:hover,
#file_list.combine_files .file_item.uploaded:hover .file_progress {
	background-color: #f3f4f4;
	border: none;
}

#file_list.combine_files div.hover.file_item.animation, #file_list.combine_files .hover.file_item.animation .file_name, #file_list.combine_files .hover.file_item.animation .file_progress {
	background-color: transparent;
}

#file_list.combine_files div.ui-sortable-helper.file_item.hover .file_progress, #file_list.combine_files div.ui-sortable-helper.file_item.hover .file_name {
	background-color: #c6e5fc;
}

#file_list.combine_files div.upload_error.hover.file_item, #file_list.combine_files .upload_error.hover.file_item .file_name, #file_list.combine_files .upload_error.hover.file_item .file_progress {
	background-color: transparent;
}
#file_list .order_number {
	display: none;
}

#file_list.combine_files .order_number {
	display: none;
	font-size: 11px;
	padding-right: 7px;
	padding-top: 2px;
	font-weight: bold;
	color: #798686;
}

#file_list.combine_files .uploaded .order_number {
	display: inline;
}
#file_list.combine_files .upload_error .order_number {
	display: none;
}
#file_list.combine_files div.ui-sortable-helper.file_item, #file_list.combine_files div.ui-sortable-helper.hover.file_item {
	border: 1px solid #0186bd;
	background-color: #c6e5fc;
	box-shadow: 2px 2px 2px #b2b7b7;
}
#combine_file_container {
	display: none;
}
#combine_file_name_container {
	margin: 0px 0px 10px 24px;
	position: relative;
	display: none;
}
#combine_file_name_input {
	width: 370px;
	color: #363A3C;
}
#combine_file_name_input.gray,
#new_proof_name.gray {
	color: #989E9E;
}
#combine_file_name_container .close_box {
	position: absolute;
	top: 24px;
	right: 2px;
}


#combine_file_name_container a.close_box:hover {
	background-position: 100% -12px;
}

.create_new_version {
	margin-top: 10px;
	margin-bottom: -5px;
	width: 635px;
}
.validation_notice {
	border: 1px solid #f0dd8c;
	padding: 9px 18px 9px 33px;
	background: #fff6d0 url(../../images/exclamation_mark.png) no-repeat scroll 8px 8px;
	width: 582px;
}

.icon-box-file {
	display: inline-block;
	width: 23px;
	height: 16px;
	line-height: 13px;
	vertical-align: text-top;
	background-image: url("../../images/box.png");
	background-repeat: no-repeat;
}

.wizard_section {
	width: 100%;
}
.wizard_content {
	padding: 10px 0 0;
	margin: 0;
}
.wizard_description {
	margin-bottom: 10px;
}
.wizard_section .head_row th {
	color: #0186bd;
}
.wizard_section .sort_asc {
	background: url('../../images/search_order_ico.gif') no-repeat 100% -10px;
	display: block;
}
.wizard_section .sort_desc {
	background: url('../../images/search_order_ico.gif') no-repeat 100% 5px;
	display: block;
}
.wizard_content .paginator {
	margin-left: 12px;
}

#sbw-section {
	border-bottom: solid 1px #e1e4e4;
	padding: 4px 24px 10px;
	margin-bottom: 10px;
	min-height: 15px;
}
#sbw-section .loading-recipients {
	background: #fff url('../../images/ajax-loader3.gif') 6px 3px no-repeat;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .6;
}
#sbw-section.fetching-owners {
	position: relative;
}
#sbw-section.fetching-owners .loading-recipients {

	display: block;
}
#sbw-section .section_field.checkbox {
	margin: 0;
}
#sbw-section .section_field.checkbox .custom_select label {
	padding: 3px 0px 3px 5px;
	float: none;
}
#sbw-section .section_field.checkbox .info {
	float: left;
	padding: 0 0 0 5px;
}
#sbw-section .sbw-init.inited {
	display: none;
}
#sbw-section .section_field.checkbox .custom_select {
	margin: 5px 0 0 18px;
}

#share_section .stage_box .section_field .normal_input {
	margin-left: 0;
}
#share_section .stage_box .deadline_date_select {
	width: 136px !important;
	padding: 1px 0px;
}
#share_section .stage_box .section_field.checkbox label {
	padding-top: 2px;
}
.sbw-enabled .sbw-hidden {
	display: none;
}

.basecamp-sbw .peoplebox_component .component_box {
	float: none;
	width: auto;
	overflow: visible;
}
.basecamp-sbw .peoplebox_component .component_box .checkbox_component {
	padding: 1px;
}
.basecamp-sbw .sbw-select {
	display: none;
	float: left;
	height: 18px;
	margin-left: 20px;
}
/* BEGIN checkbox columns */
ul.checkbox_column {
	float: left;
	padding-top: 2px;
}
ul.checkbox_column li {
	padding: 1px 0;
	width: 293px;
	clear: left;
}
ul.checkbox_column input[type=checkbox] {
	float: left;
	margin: 1px 0 0 0;
	padding: 0;
	width: 13px;
	height: 13px;
	line-height: 0;
}
ul.checkbox_column label {
	float: left;
	font-weight: normal;
	padding: 0 0 0 4px;
}
/* END checkbox columns */

/**styles used when custom select is off**/

.no-custom-select select {
	padding: 0px;
	width: 98%;
}
.no-custom-select .inline_select .custom_select {
	display: none;
	margin: 0px;
}
.no-custom-select .inline_select.editing .custom_select {
	display: block;
}
.no-custom-select .inline_input.inline_input_select.editable.editing .custom_select {
	display: block;
}
.no-custom-select .cf_input.cf_input_select.editable.editing .custom_select {
	display: block;
}

.no-custom-select .option_value select {
	margin-top: 1px;
	max-width: 200px;
}
/**styles used when custom select is off**/

#sbw-templates {
	width: 235px;
}

.enable-sbv-container {
	margin: 20px 0 0;
}

.enable-sbv-container .help_info {
	margin-left: 5px;
}

/** BEGIN integrations attask/basecamp */
.peoplebox_component .integration_people .head {
	background-color: #e1e4e4;
	color: #0186bd;
	font-weight: bold;
	float: left;
}
.peoplebox_component .integration_people .r {
	border-bottom: solid 1px #e1e4e4;
	float: left;
	min-height: 29px;
	width: 100%;
}
.peoplebox_component .integration_people .r.last {
	border: 0;
}
.peoplebox_component .integration_people .td {
	float: left;
	padding: 10px;
}
.peoplebox_component .integration_people .head .td {
	border-right: 1px solid #fff;
}
.peoplebox_component .integration_people .r .td.stage,
.peoplebox_component .integration_people .r .td.date {
	float: left;
	padding: 6px 10px;
}
.peoplebox_component .integration_people .td.ch input {
	margin: 0;
}
.peoplebox_component .integration_people .td.name {
	width: 428px;
}
.basecamp-sbw .peoplebox_component .integration_people .td.name {
	width: 262px;
}
.peoplebox_component .integration_people .td.stage {
	width: 145px;
}
.peoplebox_component .integration_people .td.date {
	border: 0;
	width: 145px;
}
.peoplebox_component .integration_people .td.date .due-date {
	display: none;
	position: relative;
}
.peoplebox_component .integration_people .dp {
	width: 120px;
}
.peoplebox_component .integration_people .ui-datepicker-trigger {
	top: 4px;
	left: 3px;
	position: absolute;
}
.integration_defaults_component .dp,
.peoplebox_component .dp {
	width: 72px;
	padding: 3px 2px 3px 20px;
	height: 13px;
	margin: 0;
}
.integration_defaults_component .ui-datepicker-trigger,
.peoplebox_component .ui-datepicker-trigger {
	position: relative;
	left: -95px;
	top: 3px;
}
.integration_defaults_component label {
	float: left;
	min-width: 220px;
	font-weight: bold;
	margin: 8px 0;
}
.integration_defaults_component #default_stage {
	float: left;
	margin-left: 0;
	margin-top: 4px;
}
.integration_defaults_component .dp {
	width: 179px;
	margin-top: 4px;
	float: left;
}
.integration_defaults_component .ui-datepicker-trigger {
	top: 7px;
	margin-right: -18px;
	left: -202px;
}
.integration_defaults_component .integration_help_info {
	margin: 8px 0 -7px 5px;
}
.peoplebox_component .sbw-select {
	margin-left: 0;
}
.integration_defaults_component .sbw-select .custom_select,
.peoplebox_component .sbw-select .custom_select {
	width: 203px;
}
.peoplebox_component .integration_people .sbw-select .custom_select {
	width: 144px;
}
.peoplebox_component .integration_people .row_ac .td.name {
	padding: 0 10px;
}
.peoplebox_component .integration_people .row_ac .td.name input {
	width: 95%;
}
/* FF hacks */
@-moz-document url-prefix() {
	.integration_defaults_component .dp {
		margin-right: 2px;
	}
}
/** END integrations attask/basecamp */


#recipient_list .recipient_owner.profile_change_owner {
	display: inline-flex;
	position: relative;
	vertical-align: initial;
}
#recipient_list .name_span {
	overflow: visible;
}
#recipient_list .recipient_owner.edit {
	width: 300px;
}
#recipient_list .recipient_owner.profile_change_owner:empty {
	display: none;
}
#recipient_list .recipient_owner.profile_change_owner::before {
	content: '[';
}
#recipient_list .recipient_owner.profile_change_owner::after {
	content: ']';
}
#recipient_list .recipient_owner.profile_change_owner .autocomplete_value {
	display: none;
}
#recipient_list .recipient_owner.profile_change_owner input {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 1px;
	pointer-events: none;
}
#recipient_list .recipient_owner.profile_change_owner.edit > a,
#recipient_list .recipient_owner.profile_change_owner.edit > span {
	visibility: hidden;
	pointer-events: none;
}
#recipient_list .recipient_owner.profile_change_owner.edit input {
	display: block;
	pointer-events: auto;
}
