@charset "utf-8";
/* CSS Document */

input[type="email"], input[type="text"], textarea, input[type="email"]:focus, input[type="text"]:focus, textarea:focus {
	padding: 5px;
	margin: 2px 0px;
	box-sizing: border-box;
}
input.full_width, select.full_width, textarea.full_width {
	width: 100%;
	box-sizing: border-box;
}
select {
	padding: 0px 6px 0px 3px;
	margin-bottom: 0;
}

/* Select2 Tweaks */
.select2-container .select2-choice > .select2-chosen {
	color: #444;
}
#s2id_groupSelect, .select2-input, .select2-container, .select2-search-field, .select2-choices {
	width: auto;
}
.select2-container.full_width {
	width: 100%;
	box-sizing: border-box;
}
.select2-drop-active {
	width: 100%;
}
/* Hide edit page link and adminbar */
.post-edit-link, #wpadminbar {
	display: none;
}
html.js {
	margin-top: 0px !important;
}

/* BUTTONS */
.left_buttons {
	float: left;
	margin: 15px 0;
}
.right_buttons{
	float: right;
	margin: 15px 0;
}
.button {
	display: inline-block;
	background: #444;
	padding: 5px 10px;
	box-shadow: 2px 2px 0px #999 inset, -2px -2px 0px #555 inset;
	border: none;
	color: #eee;
	transition: 0.2s all;
	cursor: pointer;
}
.button:hover {
	background: #333;
	box-shadow: 2px 2px 0px #111 inset, -2px -2px 0px #555 inset;
	transition: 0.2s all;
}
.button.delete_button {
	background: #770000;
	box-shadow: 2px 2px 0px #440000 inset, -2px -2px 0px #220000 inset;
}
.button.delete_button:hover {
	background: #550000;
	box-shadow: 2px 2px 0px #000 inset, -2px -2px 0px #440000 inset;
}
.block {
	display: block;
	clear: both;
	padding-top: 10px;
}

/* DOCKET */
form.edit_project {
	clear: both;
}

.docket {
	display:block;
	position:relative;
	background-color:#FFF;
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}

.docket h1, .docket h2, .docket h3 {
	color:#000000;
}

.docket table {
	display:table;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.docket table td {
	padding: 0px;
	position: relative;
}

.docket table table {
	display:table;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.docket table table td.header {
	padding: 20px 0px;
}	

.docket table table td.right {
/*		padding: 0px 15px; */
}

.docket table td.left {
	float: none;
	text-align:left;
	padding: 0px;
	color:#000000;
	font-style:italic;
	font-weight:600;
	font-size:1.2em;
}

.docket table td.right {
	float: none;
	padding: 0px 8px;
	text-align:right;
	color:#000000;
}			

.docket table td.box {
	text-align:right;
	padding: 0px;
	color:#000000;
	border: 1px solid black;
}

.docket table td.note {
	text-align:left;
	padding: 0px;
	background:#FFF;
	background-color:#FFF;
	border: 1px solid black;
	color:#000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.1em;
	vertical-align: top;
}

.docket table textarea {
	box-sizing: border-box;
	overflow:auto;
	width:100%;
	max-width: 752px;
	min-width: 100%;
	padding:0px 10px !important;
	background:#FFFFFF;
	background-color:#FFFFFF;
	color:#000000;
	border:none;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}

.docket input, .docket select, .docket textarea {
	font-size: 14px;
	margin: 0;
}

.docket table td.right textarea, .docket table td.right input, .docket table td.right select {
    display: inline-block;
	text-align: right;
	padding-right: 6px;
	box-shadow: 1px 1px 2px #999 inset;
}

.docket .radio_wrapper label {
    display: inline-block;
    margin-right: 5px;
}

.docket .radio_wrapper label input {
	margin: 0 5px;
	top: -1px;
	position: relative;
}

select[name="note_unit"] {
    width: 110px;
}

.docket textarea br {
	display: none;
}

.docket table td.note textarea {
	height: 150px;
	max-width: 100%;
}

.docket table td textarea[name="shipto"] {
	max-width: 286px;
}

.docket table td.note.title textarea, .docket table td.note.description textarea {
	height: auto;
	max-width: 766px;
}

.docket table td input, .docket table td select, .docket table td textarea {
	border: none;
	box-shadow: none;
}

.docket td.note.title div {
	display: inline-block;
	width: auto;
	margin-right: 10px;
	padding-left: 10px;
}

.docket input.title {
	background:#FFFFFF;
	background-color:#FFFFFF;
	color:#000000;
	border:none;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:600;
	margin-left: 10px;
	display: inline-block;
	width: 650px;
}

.docket .po .title {
    width: 230px;
}

.docket table input.text {
	background:#FFFFFF;
	background-color:#FFFFFF;
	color:#000000;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}

.docket table input:focus {
	color:#000000;
}

.docket table select {
	background:#FFFFFF;
	background-color:#FFFFFF;
	color:#000000;
	border:none;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

.docket table .project_custom_fld {
	color: #000;
	float: left;
	width: 100%;
	border: 1px solid #000;
	margin: 0px 0px -1px 0px;
	box-sizing: border-box;
}
.docket table .project_custom_fld .fld_title {
	text-align:left;
	padding:5px;
	background:#000000;
	background-color:#000;
	border: 1px solid black;
	font-size:1.2em;
	color:#FFF;
}
.docket table .project_custom_fld.billing_description {
	font-size: 1.2em;
}
.docket table .project_custom_fld label {
	padding-left: 5px;
}
.docket table .project_custom_fld .billing_description {
	display: inline-block;
	box-sizing: border-box;
	width: 70%;
}
.docket table .project_custom_fld .po {
	display: inline-block;
	box-sizing: border-box;
	width: 27%;
}
.project_block {
	position: relative;
	background: #fff;
	color: #000;
	width: 100%;
	margin: 15px 0px;
	padding: 20px;
	box-sizing: border-box;
}
.project_block h3 {
	background: #000;
	color: #fff;
	padding: 8px;
	margin-bottom: 0;
	margin-top: 20px;
}
.project_block h4 {
	color: #000;
	margin-top: 20px;
}
.project_block .content {
	border: 1px solid #000;
	padding: 8px;
}
table.standard {
	width:100%;
	background:#FFFFFF;
	background-color:#FFFFFF;
}
table.data_table {
	width: 100%;
	table-layout: fixed;
}
table.data_table tr:nth-child(even){
	background: #eee;
}

table.data_table td, table.data_table th {
	border-left: 1px solid #000;
	padding: 0px 5px;
}
table.data_table td:first-child, table.data_table th:first-child {
	border-left: none;
}
table.data_table textarea {
	width: 100%;
	min-height: 1em;
	height: auto;
	margin: 0px;
	background: transparent;
	border: none;
	padding: 0px;
	box-sizing: border-box;
}
table.data_table select {
	padding: 5px 4px;
	background: #fff;
	max-width: 100%;
	color: #000;
}
table.data_table input {
	max-width: 100%;
}
table.data_table input:disabled {
	background: transparent;
	border: none;
}
table.data_table input.small {
	width: 30px;
}
.data_table .number {
	text-align: right;
}
.data_table .number input {
	float: right;
	text-align: right;
}
.data_table .time {
	text-align: center;
}
.data_table tr.calculated_total td, .data_table tr.estimated_total td {
	font-style: italic;
}
.data_table tr.final_total th {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 1.2em;
}


/* Projects Page */
form#filter_projects {
	clear: both;
}
.filter_projects {
	border: 1px solid #ccc;
	margin: 15px 0px;
	padding: 10px;
}
.filter_projects label {
	display: inline-block;
}
.filter_projects select {
	width: 25%;
	padding: 0px;
	background: #eee;
	color: #333;
}
.filter_projects input[name="kword"] {
    display: inline-block;
    width: 200px;
}
.filter_projects .order_options input[type="number"] {
	padding: 0px 5px;
	display: inline-block;
	width: 80px;
}
.refresh {
	font-style: normal;
	font-size: 1.3em;
	cursor: pointer;
	right: 0px;
	display: inline-block;
	position: absolute;
}
.pagination {
	padding-bottom: 8px;
}
table.projects {
	width: 100%;
	background: #FFF;
	margin: 15px 0px;
}
table.projects th {
	font-size: 1.2em;
	background: #fff;
	line-height: 2em;
	border-bottom: 1px solid #000;
}
table.projects th:first-child {
	border-left: 10px solid #fff;
}
table.projects th:last-child {
	border-right: 10px solid #fff;
}
table.projects th a {
	color: #222 !important;
}
table.projects td {
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
}
table.projects tr:hover {
	background: #EEE;
}
table.projects a {
	display:block;
	width: 100%;
}
.ajax_client_info span.name {
	padding-right: 8px;
}
.ajax_client_info span.name:after {
	content: ':';
}
.ajax_client_info span.value {
	font-weight: 700;
}

#content-area .plupload_content a, #content-area .data_table a {
	color: #444;
}

/* EDIT CLIENTS */
.edit_client {
	clear: both;
	display: block;
	padding-top: 15px;
}

/* DRAG & DROP FILE UPLOADER */
div[id^="wordpress_file_upload_block"] {
	width: 100%;
	border: 4px dashed #999;
	background: #eee;
}
div[id^="wordpress_file_upload_block"] .file_div_clean, div[id^="wordpress_file_upload_block"] table, div[id^="wordpress_file_upload_block"] table .file_filelist {
	width: 100%;
	margin-bottom: 0px;
}
div[id^="wordpress_file_upload_block"] h2 {
	text-align: center;
	color: #000;
	font-weight: 700;
	margin-top: 8px;
}
div[id^="wordpress_file_upload_block"] .file_filelist_totalprogress_div {
	background: #fff;
}
div[id^="wordpress_file_upload_block"] .file_drag_target, .file_drag_target_over {
	margin: -4px;
	opacity: 0;
}
div[id^="wordpress_file_upload_block"] .file_drag_target_over {
	background: #B7FFB7 !important;
	opacity: 1;
}
div[id^="wordpress_file_upload_filelist"] {
	line-height: 30px;
}
div[id^="wordpress_file_upload_filelist"]:before {
	content: "Upload Queue";
	font-size: 1.1em;
	font-weight: 700;
}

div[id^="wordpress_file_upload_block"] > div.file_div_clean:nth-child(4) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
	padding: 0px !important;
}
div[id^="wordpress_file_upload_block"] .file_filelist_totalprogress_progressive, div[id^="wordpress_file_upload_block"] .file_filelist_totalprogress_inner {
	height: 15px;
}
div[id^="wordpress_file_upload_block"] .file_filelist_fileprogress_inner, div[id^="wordpress_file_upload_block"] .file_filelist_fileprogress_progressive {
	height: 10px;
}

div[id^="wordpress_file_upload_block"] .file_filelist_totalprogress_arrow {
	height: 25px;
}
div[id^="wordpress_file_upload_block"] .file_filelist_totalprogress_arrow_down, div[id^="wordpress_file_upload_block"] .file_filelist_totalprogress_arrow_up, div[id^="wordpress_file_upload_block"] .file_filelist_totalprogress_arrow_down:hover, div[id^="wordpress_file_upload_block"] .file_filelist_totalprogress_arrow_up:hover {
	margin-top: 10px !important;
}
div[id^="wordpress_file_upload_block"] .file_filelist_file_div {
	height: auto;
}

div[id^="wordpress_file_upload_form"] {
	display: block !important;
}
form.file_input_uploadform {
	margin: 10px -50px;
	left: 50%;
}

/* TOOLTIPS */
.ui-tooltip p {
	text-align: left;
}

/* EDIT TASKS */
table.edit_task {
	table-layout: auto;
	width: 100%;
}
table.edit_task th {
	width: 155px;
}