.text-purple {
	color: #7A54B8;
}
.text-pink {
	color: #DB63C0;
}

.panel-purple>.panel-heading {
	background: #7a54b8;
}
.panel-pink>.panel-heading {
	background: #db63c0;
}


.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-priority-normal {
	background: #F8FFB5;
	color: #505050;
}
.tag-priority-high {
	background: #FFBC63;
	color: #505050;
}
.tag-priority-urgent {
	background: #FB8D8D;
	color: #505050;
}


.tag-status-move-todays_moves {
	background: #D99E05;
	color: #fff;
}
.tag-status-move-accepted {
	background: #8205D9;
	color: #fff;
}
.tag-status-move-fueling,.tag-status-move-lunch,.tag-status-move-break,.tag-status-move-other {
	background: #0664D2;
	color: #fff;
}
.tag-status-move-complete {
	background: #04911A;
	color: #fff;
}
.tag-status-move-problem {
	background: #910404;
	color: #fff;
}
.tag-status-move-cancelled {
	background: #505050;
	color: #fff;
}

.row-priority-high {
	background: #FFEABD !important;;
	border: 2px solid #E3A506;
}
.row-priority-urgent {
	background: #FFD7D7 !important;
	border: 2px solid #DB0000;
}

/* SCHEDULE CLASSES */
#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-jobtype-PM {
	border-left: 5px solid #DFE697;
}
.appointment-card-jobtype-approved_work {
	border-left: 5px solid #76ACEC;
}
.appointment-card-jobtype-inspection {
	border-left: 5px solid #9C75DB;
}
.appointment-card-jobtype-recall {
	border-left: 5px solid #DFB87D;
}
.appointment-card-jobtype-lead_check {
	border-left: 5px solid #90D499;
}
.appointment-card-jobtype-install {
	border-left: 5px solid #68B9BE;
}
.appointment-card-jobtype-ER_service {
	border-left: 5px solid #BD0000;
}

.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%;
}

#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 */
