@import url('https://fonts.googleapis.com/css?family=Carrois+Gothic+SC');

body {
	font-family: 'Carrois Gothic SC', sans-serif;
}

.footer {
	position: fixed;
	text-align: right;
	bottom: 0px;
	width: 100%;
	height: auto;
	border: 0px;
	/*background-color:#505050;
	color:#fff;*/
}

.padding-sm {
	padding: 10px;
}

.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-jobtype-major_brand_repair {
	background: #AEB84B;
	color: #FFF;
}
.tag-jobtype-high-end_repair {
	background: #76ACEC;
	color: #FFF;
}
.tag-jobtype-install {
	background: #9C75DB;
	color: #FFF;
}
.tag-jobtype-commercial {
	background: #DFB87D;
	color: #FFF;
}
.tag-jobtype-inspection {
	background: #db75d4;
	color: #FFF;
}
.tag-jobtype-approved_work {
	background: #4e00cc;
	color: #FFF;
}
.tag-jobcategory-standard {
	background: #90D499;
	color: #FFF;
}
.tag-jobcategory-property_management {
	background: #68B9BE;
	color: #FFF;
}
.tag-jobcategory-warranty {
	background: #00bd19;
	color: #fff;
}
.tag-jobcategory-rental {
	background: #0040bd;
	color: #fff;
}
.tag-jobcategory-recall {
	background: #BD0000;
	color: #fff;
}



.tag-tasktype-parts_pick-up {
	background: #90D499;
	color: #FFF;
}
.tag-tasktype-meeting {
	background: #68B9BE;
	color: #FFF;
}
.tag-tasktype-training {
	background: #00bd19;
	color: #fff;
}
.tag-tasktype-not_working {
	background: #0040bd;
	color: #fff;
}
.tag-tasktype-other {
	background: #828100;
	color: #fff;
}


.tag-status-estimate-considering {
	background: #D99E05;
	color: #fff;
}
.tag-status-estimate-new {
	background: #004e79;
	color: #fff;
}
.tag-status-estimate-approved {
	background: #0079BD;
	color: #fff;
}
.tag-status-estimate-converted {
	background: #02860B;
	color: #fff;
}
.tag-status-estimate-declined {
	background: #880303;
	color: #fff;
}
.tag-status-estimate-closed {
	background: #505050;
	color: #fff;
}

.tag-status-invoice-not_paid {
	background: #BD0000;
	color: #fff;
}
.tag-status-invoice-partially_paid {
	background: #D99E05;
	color: #fff;
}
.tag-status-invoice-paid {
	background: #02860B;
	color: #fff;
}

.tag-status-po-open {
	background: #D99E05;
	color: #fff;
}
.tag-status-po-closed {
	background: #02860B;
	color: #fff;
}

.tag-status-workorder-new {
	background: #CC0000;
	color: #fff;
}
.tag-status-workorder-hold {
	background: #006629;
	color: #fff;
}
.tag-status-workorder-open {
	background: #CC0000;
	color: #fff;
}
.tag-status-workorder-scheduled {
	background: #FF9900;
	color: #000;
}
.tag-status-workorder-traveling {
	background: #33FF00;
	color: #000;
}
.tag-status-workorder-arrived {
	background: #66FFFF;
	color: #000;
}
.tag-status-workorder-incomplete {
	background: #FFFF00;
	color: #000;
}
.tag-status-workorder-completed {
	background: #003399;
	color: #fff;
}
.tag-status-workorder-invoiced {
	background: #BFBFBF;
	color: #000;
}
.tag-status-workorder-cancelled {
	background: #FFFFFF;
	color: #000;
}

.tag-status-inventory-good {
	background: green;
	color: #fff;
}
.tag-status-inventory-ordered {
	background: orange;
	color: #000;
}
.tag-status-inventory-reorder {
	background: yellow;
	color: #000;
}
.tag-status-inventory-low {
	background: red;
	color: #fff;
}

.reorderusers-option {
	padding: 10px;
	margin: 0;
	border: 1px dashed #E7E6E6;
	background: #FFF;
}
.reorderusers-handle {
	margin-right: 10px;
	opacity: 0.5;
	cursor: move;
}


/* 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: left;
}

.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-althour {
	background: #efefef;
}
.schedule-table-outsidehours {
	background: #e5e9d7;
}
.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-task {
	background-color:#e8f1f5;
}

.appointment-card-labor-found {
	background: #DBFFFF;
	opacity: 0.5;
}

.appointment-card-status-workorder-new {
	border-left: 5px solid #CC0000;
}
.appointment-card-status-workorder-open {
	border-left: 5px solid #CC0000;
}
.appointment-card-status-workorder-scheduled {
	border-left: 5px solid #FF9900;
}
.appointment-card-status-workorder-traveling {
	border-left: 5px solid #33FF00;
}
.appointment-card-status-workorder-arrived {
	border-left: 5px solid #66FFFF;
}
.appointment-card-status-workorder-incomplete {
	border-left: 5px solid #FFFF00;
}
.appointment-card-status-workorder-completed {
	border-left: 5px solid #003399;
}
.appointment-card-status-workorder-invoiced {
	border-left: 5px solid #BFBFBF;
}
.appointment-card-status-workorder-cancelled {
	border-left: 5px solid #FFFFFF;
}

.appointment-card-jobtype-major_brand_repair {
	border-left: 5px solid #AEB84B;
}
.appointment-card-jobtype-inspection {
	border-left: 5px solid #db75d4;
}
.appointment-card-jobtype-approved_work {
	border-left: 5px solid #4e00cc;
}
.appointment-card-jobtype-high-end_repair {
	border-left: 5px solid #76ACEC;
}
.appointment-card-jobtype-install {
	border-left: 5px solid #9C75DB;
}
.appointment-card-jobtype-commercial {
	border-left: 5px solid #DFB87D;
}
.appointment-card-jobcategory-standard {
	border-left: 5px solid #90D499;
}
.appointment-card-jobcategory-property_management {
	border-left: 5px solid #68B9BE;
}
.appointment-card-jobcategory-recall {
	border-left: 5px solid #BD0000;
}
.appointment-card-jobcategory-rental {
	border-left: 5px solid #0040bd;
}
.appointment-card-jobcategory-warranty {
	border-left: 5px solid #00bd19;
}

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

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

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

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

/* SELECTABLE CLASSES */
.feedback { font-size: 1.4em; }
.selectable .ui-selecting { background: #FECA40; }
.selectable .ui-selected { background: #F39814; color: white; }
.selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
/* #selectable td { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; } */
/* END SELECTABLE CLASSES */
