/* DEFAULTS */


.wrapper { padding: 10px; }

/* TEXT */

/* FONT COLORS - el: extra-lite, l: lite, p: pale, m: mid, d: dark, ed: extra dark  */

.fc-whi { color: #FFFFFF !important; }
.fc-whi-m { color: #F5F5F5 !important; }
.fc-whi-d { color: #F1F1F1 !important; }
.fc-whi-ed { color: #E5E5E5 !important; }

.fc-bla { color: #000000 !important; }
.fc-bla-p { color: #333333 !important; }
.fc-bla-l { color: #555555 !important; }
.fc-bla-el { color: #777777 !important; }

.fc-gre { color: #CCCCCC !important; }
.fc-gre-l { color: #EEEEEE !important; }
.fc-gre-p { color: #DDDDDD !important; }
.fc-gre-m { color: #AAAAAA !important; }
.fc-gre-d { color: #999999 !important; }
.fc-gre-ed { color: #808080 !important; }

.fc-red { color: #CC3300 !important; }
.fc-red-l { color: #e63229 !important; }
.fc-red-p { color: #ff6363 !important; }
.fc-red-m { color: #b52d00 !important; }
.fc-red-d { color: #962600 !important; }
.fc-red-ed { color: #6b1f00 !important; }

.fc-grn { color: #009933 !important; }
.fc-grn-l { color: #20b051 !important; }
.fc-grn-p { color: #6dd173 !important; }
.fc-grn-m { color: #00852d !important; }
.fc-grn-d { color: #00731a !important; }
.fc-grn-ed { color: #004d12 !important; }

.fc-blu { color: #336699 !important; }
.fc-blu-l { color: #1484c4 !important; }
.fc-blu-p { color: #17aae3 !important; }
.fc-blu-m { color: #387fb0 !important; }
.fc-blu-d { color: #2a547d !important; }
.fc-blu-ed { color: #1f3c5c !important; }

.fc-ora { color: #FF9933 !important; }
.fc-ora-l { color: #FFC285 !important; }
.fc-ora-p { color: #FFAD5C !important; }
.fc-ora-m { color: #CC7A29 !important; }
.fc-ora-d { color: #995C1F !important; }
.fc-ora-ed { color: #804C1A !important; }

.fc-oli { color: #c7c797 !important; }
.fc-oli-l { color: #d1d1a7 !important; }
.fc-oli-p { color: #dbdbba !important; }
.fc-oli-m { color: #baba88 !important; }
.fc-oli-d { color: #adad7f !important; }
.fc-oli-ed { color: #8f8f6a !important; }

/* BACKGROUND COLOURS - el: extra-lite, l: lite, p: pale, m: mid, d: dark, ed: extra dark  */

.bc-whi { background-color: #FFFFFF !important; }
.bc-whi-m { background-color: #F5F5F5 !important; }
.bc-whi-d { background-color: #F1F1F1 !important; }
.bc-whi-ed { background-color: #E5E5E5 !important; }

.bc-bla { background-color: #000000 !important; }
.bc-bla-p { background-color: #333333 !important; }
.bc-bla-l { background-color: #555555 !important; }
.bc-bla-el { background-color: #777777 !important; }

.bc-gre { background-color: #CCCCCC !important; }
.bc-gre-l { background-color: #EEEEEE !important; }
.bc-gre-p { background-color: #D3D3D3 !important; }
.bc-gre-m { background-color: #AAAAAA !important; }
.bc-gre-d { background-color: #999999 !important; }
.bc-gre-ed { background-color: #808080 !important; }

.bc-red { background-color: #CC3300 !important; }
.bc-red-l { background-color: #e63229 !important; }
.bc-red-p { background-color: #ff6363 !important; }
.bc-red-m { background-color: #b52d00 !important; }
.bc-red-d { background-color: #962600 !important; }
.bc-red-ed { background-color: #6b1f00 !important; }

.bc-grn { background-color: #009933 !important; }
.bc-grn-l { background-color: #20b051 !important; }
.bc-grn-p { background-color: #6dd173 !important; }
.bc-grn-m { background-color: #00852d !important; }
.bc-grn-d { background-color: #00731a !important; }
.bc-grn-ed { background-color: #004d12 !important; }

.bc-blu { background-color: #336699 !important; }
.bc-blu-l { background-color: #1484c4 !important; }
.bc-blu-p { background-color: #17aae3 !important; }
.bc-blu-m { background-color: #387fb0 !important; }
.bc-blu-d { background-color: #2a547d !important; }
.bc-blu-ed { background-color: #1f3c5c !important; }

.bc-ora { background-color: #FF9933 !important; }
.bc-ora-l { background-color: #FFC285 !important; }
.bc-ora-p { background-color: #FFAD5C !important; }
.bc-ora-m { background-color: #CC7A29 !important; }
.bc-ora-d { background-color: #995C1F !important; }
.bc-ora-ed { background-color: #804C1A !important; }

.bc-oli { background-color: #c7c797 !important; }
.bc-oli-l { background-color: #d1d1a7 !important; }
.bc-oli-p { background-color: #dbdbba !important; }
.bc-oli-ep { background-color: #eeedda !important; }
.bc-oli-m { background-color: #baba88 !important; }
.bc-oli-d { background-color: #adad7f !important; }
.bc-oli-ed { background-color: #8f8f6a !important; }

.fs-7 { font-size: 7pt; }
.fs-8 { font-size: 8pt; }
.fs-9 { font-size: 9pt; }
.fs-10 { font-size: 10pt; }
.fs-11 { font-size: 11pt; }
.fs-12 { font-size: 12pt; }
.fs-13 { font-size: 13pt; }
.fs-14 { font-size: 14pt; }
.fs-15 { font-size: 15pt; }
.fs-16 { font-size: 16pt; }

.b { font-weight: bold; }

.unlink { text-decoration: none !important; }

.no-border { border: 0px !important; }

.text-plain { text-decoration: none; }

.text-truncate {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-untruncate {
	width: 100%;
	white-space: normal;
	overflow: auto;
}

/* LAYOUT */

.box-shadow { box-shadow: 0 8px 5px -7px rgba(0, 0, 0, 0.4); }
.box-window { border: 1px solid #DDDDDD; box-shadow: 0 8px 5px -7px rgba(0, 0, 0, 0.3); }

.uk-panel-title { color: #546578 !important; }

.status-select > option {
    font-size: 10pt !important;
    padding: 4px !important;
}

.uk-table-unline td {
    border: 0px;
}

.pending {
    background-color: #F7E4AE !important;

}
.completed {
    background-color: #F8C4C2 !important;
}
.booked {
    background-color: #C8DBEA !important;
}
.canceled {
    background-color: #DBDBDB !important;
}
.quoted {
    background-color: #BADFB5 !important;
}
.revisit {
    background-color: #F7E4AE !important;
}
.discarded {
    background-color: #FF5155 !important;
}
.delivery {
	background-color: #FF9900 !important;
}
.extra-details {
	background-color: #a8aad3 !important;
}
.complaint {
	background-color: #FF3366 !important;
}
.rearranged {
	background-color: #c0974f !important;
}
.wasted-journey {
	background-color: #666666 !important;
	color: #FFFFFF !important;
}





