#clientlogo {
	margin-left: 50px;
}

.tag {
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	font-size: 0.8em;
	font-weight: bold;
	margin: 1px;
}

.tag-users {
	background: #F2F2F2;
	color: #707070;
}

.tag-users-me {
	background: #F4DEDE;
	color: #743F3F;
	animation: animation-blink 2s linear infinite;
}

.tag-punch_list_item-punch_list,
.tag-status-workorder-punch_list {
	background: #FFB800;
	color: #505050;
	font-weight: bolder;
	border: 2px dashed #FFF;
}

.tag-status-workorder-30_day_list,
.tag-punch_list_item-30_day_list {
	background: #93E3EB;
	color: #505050;
	font-weight: bolder;
	border: 2px dashed #FFF;
}

.tag-status-workorder-end_of_year,
.tag-punch_list_item-end_of_year {
	background: #CE93EB;
	color: #505050;
	font-weight: bolder;
	border: 2px dashed #FFF;
}

.tag-customer_punch_list_status-no_list_received {
	background: #0586D9;
	color: #FFF;
}

.tag-customer_punch_list_status-in_progress {
	background: #D97E05;
	color: #FFF;
}

.tag-customer_punch_list_status-complete {
	background: #0A9003;
	color: #FFF;
}

.tag-jobtype-kitchen_and_vanity_items {
	background: #FFAB7C;
	color: #505050;
}

.tag-jobtype-flooring {
	background: #B4A27B;
	color: #505050;
}

.tag-jobtype-shelving_and_accessories {
	background: #D9BBBB;
	color: #505050;
}

.tag-jobtype-site_work_and_landscaping {
	background: #A8A8A8;
	color: #505050;
}

.tag-jobtype-electric_or_low_voltage {
	background: #F3FF7C;
	color: #505050;
}

.tag-jobtype-handiwork {
	background: #A5B2F6;
	color: #505050;
}

.tag-jobtype-cleaning {
	background: #B9C3FB;
	color: #505050;
}

.tag-jobtype-plumbing {
	background: #7CD4FF;
	color: #505050;
}

.tag-jobtype-paint_-_spackle {
	background: #A27CFF;
	color: #505050;
}

.tag-jobtype-trim {
	background: #A1EBD2;
	color: #505050;
}

.tag-jobtype-landscaping {
	background: #ACE9AA;
	color: #505050;
}

.tag-jobtype-other {
	background: #FFC7C7;
	color: #505050;
}

.tag-jobtype-building_exterior {
	background: #A27CFF;
	color: #505050;
}

.tag-jobtype-railings_and_stairs {
	background: #ACE9AA;
	color: #505050;
}

.tag-jobtype-hvac {
	background: #FFAB7C;
	color: #505050;
}

.tag-priority-urgent {
	background: #A10404;
	color: #FFF;
}

.tag-priority-high {
	background: #C94747;
	color: #FFF;
}

.tag-priority-normal {
	background: #EE8D8D;
	color: #505050;
}



.tag-status-workorder-new {
	background: #B8B223;
	color: #fff;
}

.tag-status-workorder-scheduled {
	background: #0586D9;
	color: #fff;
}

.tag-status-workorder-additional_work_needed {
	background: #D99E05;
	color: #fff;
}

.tag-status-workorder-customer_confirmation_required {
	background: #D97E05;
	color: #fff;
}

.tag-status-workorder-parts_ordered {
	background: #0040FF;
	color: #FFF;
}

.tag-status-workorder-vendor_marked_complete {
	background: #0B4B07;
	color: #FFF;
}

.tag-status-workorder-complete {
	background: #0A9003;
	color: #fff;
}

.tag-status-workorder-rejected {
	background: #A10404;
	color: #fff;
}

.tag-status-workorder-review_with_management {
	background: #D94505;
	color: #fff;
}

.tag-status-workorder-reviewed_by_naftoli {
	background: #5AA7AC;
	color: #fff;
}

.tag-status-workorder-on_hold-waiting_on_other_vendor {
	background: #5AA7AC;
	color: #fff;
}

.tag-status-workorder-on_hold_by_customer {
	background: #5AA7AC;
	color: #fff;
}

.tag-status-workorder-on_hold {
	background: #6F05D9;
	color: #fff;
}

.tag-status-workorder-cancelled {
	background: #505050;
	color: #fff;
}


/* SCHEDULE CLASSES */
.appointment-block:hover {
	background: #ECF9FF;
}

#schedule-container {
	max-width: 100%;
}

#schedule-needs-scheduling {
	max-height: 800px;
	overflow-y: auto;
	font-size: 0.9em;
}

.schedule-container-day {
	overflow-x: auto;
}

.schedule-table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #cdcccc;
	font-size: 0.9em;
}

.schedule-table th {
	background: #F2F2F2;
	text-align: center;
}

.schedule-table th,
.schedule-table td {
	border-collapse: collapse;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
}

.schedule-table-header th {
	padding: 5px;
}

.schedule-table-today {
	background: #FAFFEE;
}

.schedule-table-month-day-muted {
	opacity: 0.4;
}

.schedule-table-month td {
	height: 150px;
	vertical-align: top;
}

.schedule-table-week-hour-column {
	width: 75px !important;
	color: #BBBBBB;
	font-size: 0.8em;
	font-weight: normal;
}

.schedule-table-week-row {
	height: 40px;
}

.schedule-table-week-halfhour {
	color: #B6B1B1;
	font-weight: normal;
}

.schedule-table-week td,
.schedule-table-day td {
	vertical-align: top;
	position: relative;
}

.schedule-table-day td {
	overflow-x: visible;
}

.schedule-table-day-minutes {
	color: #BBBBBB;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left !important;
}

.schedule-table-day-users-header {
	width: 150px !important;
}

.schedule-table-day {
	width: 1500px !important;
}

.schedule-table-day-hour-blocks {
	width: 150px !important;
	overflow-y: visible;
}

.schedule-table-day-row {
	height: 20px;
}

.schedule-table-day-users-column {
	position: absolute;
	width: 150px;
	border-top: 0 !important;
	border-bottom: 0 !important;
	margin-left: -1px;
	padding-top: 30px !important;
	z-index: 1500;
}

.appointment-card {
	background: #fff;
	border: 1px solid #bbbbbb;
	box-shadow: 0px 0px 8px #C9C9C9;
	font-size: 0.9em;
	padding: 5px;
	box-sizing: border-box;
	z-index: 1000;
	overflow: hidden;
	transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;
}


.appointment-card:hover {
	z-index: 1500;
}

.appointment-card-time {
	font-size: 0.9em;
}

.schedule-table-day .appointment-card {
	position: absolute;
	min-width: 150px;
}

.schedule-table-week .appointment-card {
	position: absolute;
	width: 100%;
}

.appointment-card-jobtype-maintenance {
	border-left: 5px solid #AEB84B;
}

.appointment-card-jobtype-install {
	border-left: 5px solid #90D499;
}

.appointment-card-jobtype-service {
	border-left: 5px solid #C84040;
}

.appointment-card-jobtype-unclassified {
	border-left: 5px solid #7D7D7D;
}


#schedule-needs-scheduling .appointment-card {
	position: inherit !important;
	max-width: 100%;
	z-index: 1000;
}

#schedule-needs-scheduling .ui-resizable-e,
#schedule-needs-scheduling .ui-resizable-s {
	display: none;
}

.ui-resizable-e {
	border: 2px dashed #c9c9c9;
	width: 10px;
}

.ui-resizable-s {
	border: 2px dashed #c9c9c9;
	height: 10px;
}

/* END SCHEDULE CLASSES */