.tra-timesheets p {
	font-size: inherit;
}

.tra-timesheets h3 {
	font-weight: bold;
}

.tra-timesheets .acf-table > tbody > tr > th, .tra-timesheets .acf-table > tbody > tr > td, .tra-timesheets .acf-table > thead > tr > th, .tra-timesheets .acf-table > thead > tr > td {
	padding: 6px 4px;
}

/* view timesheet */
table.tra-view-timesheet {
	table-layout: fixed;
	background: #fff;
	border: 1px solid #ccc
}

table.tra-view-timesheet th:nth-child(1) {
	width: 10em;
}

table.tra-view-timesheet th:nth-child(2) {
	width: 8em;
}

table.tra-view-timesheet th:nth-child(3) {
	width: 5em;
}

table.tra-view-timesheet th, table.tra-view-timesheet td {
	padding: 10px;
	font-size: 15px;
	line-height: 1.25;
}

/* edit form */
.acf-form .acf-repeater.-table .acf-table {
	table-layout: fixed;
	width: 100%;
}

.acf-form .acf-table > thead > tr > th {
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
}

.acf-form .acf-table th[data-name="work_type"] {
	width: 13.5em !important;
}

.acf-form .acf-table th[data-name="code_or_number"] {
	width: 10em !important;
}

.acf-form .acf-table th[data-name="date"] {
	width: 8.5em !important;
}

.acf-form .acf-table th[data-name="hours"], .acf-form .acf-table th[data-name="minutes"] {
	width: 4.5em !important;
}

.acf-form .acf-table th[data-name="description"], .acf-form .acf-table th[data-name="notes"] {
	width: auto !important;
}

.acf-form .acf-table th[data-name="lock"] {
	width: 3.5em !important;
}

.acf-form p {
	font-size: inherit;
}

.acf-form .acf-actions {
	text-align: left;
	padding: 10px 0;
}

.acf-form .acf-actions .acf-button {
	padding: 10px 20px;
	text-transform: uppercase;
	background: green;
	color: #fff;
	font-size: 14px;
}

.acf-form .acf-actions .acf-button:hover {
	border: 0;
	background: #00aa00;
}

/* default fields */
.acf-form input[type=text] {
	border: 1px solid #d5d9dd !important;
	font-family: inherit;
}

.acf-form input[readonly] {
	background: none;
	pointer-events: none;
	border: none !important;
	font-size: 24px !important;
	font-weight: 300 !important;
	color: #666;
}

.tra-timesheets ul.acf-radio-list li {
	font-size: inherit;
	line-height: inherit;
}

.tra-timesheets ul.acf-radio-list li input[type="radio"] {
	margin: -5px 8px 0 0;
}

/* plus/minus icons */
.tra-timesheets a.acf-icon {
	border-style: solid;
}

.tra-timesheets .acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.-duplicate {
	display: none;
}

.tra-timesheets .acf-icon.-minus:before {
	content: "\002013";
}

.tra-timesheets .acf-icon.-plus:before {
	content: "+";
}

.tra-timesheets .acf-icon:before {
	font-family: inherit;
	font-size: 1.1rem;
}

/* repeater fields */
.acf-field-repeater > .acf-label {
	display: none;
}

.acf-form ul.acf-checkbox-list li label, .acf-form .acf-field .acf-label label {
	font-size: 16px;
	cursor: pointer;
}

.acf-field-repeater input, .acf-field-repeater textarea, .acf-field-repeater select {
	border: 1px solid #d5d9dd !important;
	font-family: inherit;
	display: block;
	color: #222;
}

.acf-field-repeater input:focus, .acf-field-repeater textarea:focus, .acf-field-repeater select:focus {
	border: 1px solid #008dd4 !important;
	background: #2196f30f;
}

.acf-field-repeater select {
	padding: 4px !important;
}

.acf-field-repeater select:not(:disabled) {
	cursor: pointer;
}

.acf-field-repeater select:disabled, .acf-field-repeater input:disabled {
	background: #ffffff;
	opacity: 1;
	color: rgba(0, 0, 0, .5);
}

.acf-repeater .acf-row-handle {
	font-size: 14px;
}

/* description full text */
.tra-description {
	color: #222;
}

.tra-description-full {
	line-height: 1.4;
	padding: 10px 0 5px;
	font-size: 14px;
	cursor: default;
}

/* note wrapper */
.tra-note-wrapper textarea {
	margin-top: 4px;
}

.tra-note-wrapper option[value=""][disabled] {
	display: none;
}

.tra-note-wrapper p {
	margin: 4px 0 -4px !important;
	font-style: italic;
	font-size: 14px;
}

.tra-note-wrapper.textarea-empty p, .tra-note-wrapper.textarea-empty textarea, .tra-note-wrapper:not(.textarea-empty) label {
	display: none
}

/* submit buttons */
.acf-form .timesheet-btn {
	background: #600;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
}

.acf-form .timesheet-btn:hover {
	background: #900;
}

.acf-form .timesheet-btn.timesheet-btn-primary {
	background: #008000;
	margin-right: 10px;
}

.acf-form .timesheet-btn.timesheet-btn-primary:hover {
	background: #00aa00;
}

/* manager approval */
.manager-approval, .contractor-consent {
	background: #ccd0d4;
	margin: 40px 0 !important;
}

.manager-approval .acf-fields.-border, .contractor-consent .acf-fields.-border {
	padding: 10px 25px;
}

.manager-approval .acf-fields > .acf-field, .contractor-consent .acf-fields > .acf-field {
	border-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.manager-approval textarea {
	border: 1px solid #d5d9dd;
}

.manager-approval textarea:focus, .contractor-consent input:focus {
	border-color: #008dd4 !important;
	background: #fff;
}

/* updated message */
.tra-acf-message p {
	margin: 20px 0 10px !important;
	padding: 5px 10px;
	border-left: 4px solid #46b450;
	background: #e2f8e3;
	font-size: inherit;
}

/* ----------- Customizations GL ------------ */
.tra-timesheets h3 {
	font-weight: normal;
	border-bottom: 1px dotted;
	margin-bottom: 20px !important;
}

/* Buttons ---------- */
.tra-timesheets a.mgr-btn, .tra-timesheets .tra-breadcrumbs a {
	display: none;
}

a.new-btn, a.mgr-btn, a.button, .tra-breadcrumbs a {
	background: green;
	display: block;
	width: auto;
	text-align: center;
	margin: 30px auto !important;
	padding: 10px;
	font-size: 26px;
	text-transform: uppercase;
	color: #efefef;
}

a.new-btn:hover, a.mgr-btn:hover, a.button:hover, .tra-breadcrumbs a {
	background: darkgreen;
	color: #efefef;
	text-decoration: none !important;
	border-bottom: inherit;
}

a.mgr-btn, .tra-breadcrumbs a {
	background: none !important;
	font-size: 14px;
	margin: 0 !important;
	border: 2px solid #600;
	color: #600;
}

a.mgr-btn:hover, .tra-breadcrumbs a:hover {
	border: 2px solid #600;
	background: #600 !important;
	color: #efefef;
}

a.mgr-btn:hover {
	background-color: #efefef;
}

a.button {
	font-size: 14px;
	color: #fff !important;
}

a.button.button-primary.button-print-timesheet {
	width: auto;
	max-width: 20%;
	margin: 0 !important;
	text-align: center;
}

a.new-btn {
	width: 33%;
	font-size: 20px;
}

/* Warning and Success Buttons ------ */
p.ts-msg {
	background: #e2f8e3;
	width: 70%;
	padding: 10px 20px;
	margin: 10px auto;
	text-transform: uppercase;
	color: darkgreen;
	font-size: 26px;
	text-align: center;
}

/* --- Timemsheet Form --- */
.acf-form-submit {
	margin: 12px;
}

th.acf-th {
	color: #fff !important;
}

.tra-acf-message p {
	text-align: center;
	font-size: 26px;
	border: 0;
	margin: 20px 8px !important;
}

.acf-repeater.-table th {
	background: #600;
	color: #fff !important;
	font-family: "roboto", sans-serif;
	text-transform: uppercase !important;
	font-weight: 300 !important;
}

th.acf-th a {
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}

.acf-label label {
	font-size: 24px !important;
	font-weight: 300 !important;
}

a.clear-template {
	background: #333;
	color: #efefef;
	padding: 4px 8px;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
}

a.clear-template:hover {
	background: #666;
	color: #efefef;
}

.acf-actions .button-primary {
	margin: 0 !important;
	width: 200px;
}

.acf-input-wrap input {
}

input#acf-field_5f91063733338-field_5f91068e3333b {
	font-size: 22px;
	background: #f7f7f7;
	font-weight: 300;
}

.tra-breadcrumbs a:hover {
	border: none;
}

/*--- TS Manager Table View ---- */
table.time-mgr th {
	background: #600;
	padding: 6px !important;
	color: #fff !important;
	font-weight: 200 !important;
}

table.time-mgr td {
	padding: 10px !important;
}

.tra-timesheets table tr:nth-child(even) td, table.acf-table tr:nth-child(even) td {
	background: #FFF !important;
}

.tra-timesheets table tr:nth-child(odd) td, table.acf-table tr:nth-child(odd) td {
	background: #efefef !important;
}

.tra-timesheets table tr:nth-child(n) td.js-locked {
	background: #5d5d5d !important;
	pointer-events: none;
	color: #fff;
}

/* --- TS Archive --- */
.tra-timesheets .tra-timesheet-archive {
	background: #efefef;
	padding: 20px;
	margin: 0;
	box-shadow: 0 1px 3px #acacac;
}

.tra-timesheet-archive button {
	padding: 8px 10px;
	background: #666;
	color: #fff;
	margin: 0 5px;
}

.tra-timesheet-archive select#tra-timesheet-archive-select {
	font-size: 20px !important;
	width: 60% !important;
	border: 1px dotted #666 !important;
	padding: 3px 10px;
}

/* --- TS Active View --- */
table.active-ts-view th {
	background: #600;
	padding: 6px !important;
	color: #fff !important;
	font-weight: 200;
}

table.active-ts-view td {
	padding: 0 10px;
}

.tra-timesheet-actions label {
	font-size: 22px;
	font-weight: 300;
}

/* --- Date Picker --- */
.acf-field.acf-field-date-picker, .acf-field.acf-field-checkbox, .acf-field-radio, #tra-timesheet-total {
	margin: 10px !important;
}

.acf-field.acf-field-date-picker, .acf-field.acf-field-checkbox, .acf-clone-fields.acf-fields.-top.-border, .acf-field-radio, #tra-timesheet-total {
	background: #f0f0ee;
	box-shadow: 1px 2px 13px #ccc;
	border: 1px solid #ababab !important;
}

/* --- TS Manager Approval --- */
.manager-approval, .contractor-consent {
	background: #f0f0ee;
	margin: 40px 10px !important;
	box-shadow: 3px 3px 10px #ababab;
	border: 1px solid #ccc;
}

/* --- TS Final Approval --- */
.acf-field.acf-field-checkbox.acf-field-5f9106373333a.is-required {
	box-shadow: none;
	background: none;
	border: none;
}

/* custom select your disaster checkboxes */
ul.acf-checkbox-list.acf-hl li.fake-header:first-child {
	margin-top: 0;
}

ul.acf-checkbox-list.acf-hl li.fake-header {
	clear: left;
	font-weight: bold;
	font-size: 1rem;
	margin: .75em 0 .25em;
}

ul.acf-checkbox-list.acf-hl li.fake-header + li {
	clear: left;
}

/* printing timesheet */
@media print {
	.printing-timesheet .ts-background-gradient-parent, .printing-timesheet .entry-meta, .printing-timesheet .button-print-timesheet, .printing-timesheet .vc_custom_1604984985325 {
		display: none;
	}

	.printing-timesheet .vc_column_container > .vc_column-inner {
		padding: 0;
	}

	.printing-timesheet .vc_col-sm-12 .vc_column-inner .wpb_wrapper {
		width: 100%;
		margin: 0;
	}

	.printing-timesheet .vc_custom_1594578820450 {
		margin: 0 !important;
		padding: 0 !important;
		background: none !important;
	}
}
