﻿/* RENTOKIL COLORS */

/* BACKGROUNDS */

/*	RED */
.rtk-red,.rtk-red.p100{
	background-color:#ed1c24 !important;
	color:white
}
.rtk-red.p75{
	background-color:#f2555b !important;
	color:white
}
.rtk-red.p50{
	background-color:#f68d91 !important
}
.rtk-red.p25{
	background-color:#fac6c8 !important
}

/* SLATE GREY */
.rtk-slategrey,.rtk-slategray.p100{
	background-color:#354a55 !important;
	color:white
}
.rtk-slategrey.p100:hover{
	color:#ddd
}
.rtk-slategrey.p75{
	background-color:#687780 !important;
	color:white
}
.rtk-slategrey.p50{
	background-color:#9aa4aa!important;
}
.rtk-slategrey.p25{
	background-color:#ccd2d4 !important
}
.rtk-slategray,.rtk-slategrey.p100{
	background-color:#354a55 !important
}
.rtk-slategray.p75{
	background-color:#687780 !important
}
.rtk-slategray.p50{
	background-color:#9aa4aa!important;
}
.rtk-slategray.p25{
	background-color:#ccd2d4 !important
}

a .rtk-slategrey .p100:hover, a .rtk-slategrey .p75:hover {
	color:white
}

/* BLUE GREY */
.rtk-bluegrey,.rtk-bluegrey.p100{
	background-color:#b9c9d0!important
}
.rtk-bluegrey.p75{
	background-color:#c0ced4!important
}
.rtk-bluegrey.p50{
	background-color:#d3dde1!important
}
.rtk-bluegrey.p25{
	background-color:#edf1f3!important
}

/* MIDNIGHT */
.rtk-midnight,.rtk-midnight.p100{
	background-color:#0f202e !important;
	color:white
}
.rtk-midnight.p75{
	background-color:#263542 !important;
	color:white
}
.rtk-midnight.p50{
	background-color:#69737c !important;
	color:white
}
.rtk-midnight.p25{
	background-color:#c3c7cb !important
}

/* GREEN */
.rtk-green,.rtk-green.p100{
	background-color:#669933!important;
	color:white
}
.rtk-green.p75{
	background-color:#74a346!important;'
	color:white
}
.rtk-green.p50{
	background-color:#9fbf7f!important
}
.rtk-green.p25{
	background-color:#d9e5cc!important
}

/* BLUE */
.rtk-blue,.rtk-blue.p100{
	background-color:#005daa!important;
	color:white
}
.rtk-blue:hover,.rtk-blue.p100:hover{
	color:white!important
}
.rtk-blue.p75{
	background-color:#186cb2!important;
	color:white
}
.rtk-blue.p50{
	background-color:#5f99ca!important
}
.rtk-blue.p25{
	background-color:#bfd6ea!important
}

a.rtk-blue p100:hover{
	color:white;
}
a.rtk-blue p75:hover{
	color:white;
}


/* ORANGE */
.rtk-orange,.rtk-orange.p100{
	background-color:#d47024!important;
	color:white
}
.rtk-orange.p75{
	background-color:#d87d39!important;
	color:white
}
.rtk-orange.p50{
	background-color:#e4a576!important
}
.rtk-orange.p25{
	background-color:#f4dbc8!important
}

/* PURPLE */
.rtk-purple,.rtk-purple.p100{
	background-color:#863a8e!important;
	color:white
}
.rtk-purple.p75{
	background-color:#914d99!important;
	color:white
}
.rtk-purple.p50{
	background-color:#b384b8!important
}
.rtk-purple.p25{
	background-color:#e1cee3!important
}

/* TEXT COLORS

/*RED */
.text-rtk-red,.text-rtk-red.p100{
	color:#ed1c24 !important
}
.text-rtk-red.p75{
	color:#f2555b !important
}
.text-rtk-red.p50{
	color:#f68d91 !important
}
.text-rtk-red.p25{
	color:#fac6c8 !important
}

/* SLATE GREY */
.text-rtk-slategrey,.text-rtk-slategrey.p100{
	color:#354a55 !important
}
.text-rtk-slategrey.p75{
	color:#687780 !important
}
.text-rtk-slategrey.p50{
	color:#9aa4aa!important;
}
.text-rtk-slategrey.p25{
	color:#ccd2d4 !important
}
.text-rtk-slategray,.text-rtk-slategray.p100{
	color:#354a55 !important
}
.text-rtk-slategray.p75{
	color:#687780 !important
}
.text-rtk-slategray.p50{
	color:#9aa4aa!important;
}
.text-rtk-slategray.p25{
	color:#ccd2d4 !important
}

/* BLUE GREY */
.text-rtk-bluegrey,.text-rtk-bluegrey.p100{
	color:#b9c9d0!important
}
.text-rtk-bluegrey.p75{
	color:#b9c9d0!important
}
.text-rtk-bluegrey.p50{
	color:#b9c9d0!important
}
.text-rtk-bluegrey.p25{
	color:#b9c9d0!important
}

/* MIDNIGHT */
.text-rtk-midnight,.text-rtk-midnight.p100{
	color:#0f202e !important
}
.text-rtk-midnight.p75{
	color:#263542 !important
}
.text-rtk-midnight.p50{
	color:#69737c !important
}
.text-rtk-midnight.p25{
	color:#c3c7cb !important
}

/* GREEN */
.text-rtk-green,.text-rtk-green.p100{
	color:#669933!important
}
.text-rtk-green.p75{
	color:#74a346!important
}
.text-rtk-green.p50{
	color:#9fbf7f!important
}
.text-rtk-green.p25{
	color:#d9e5cc!important
}

/* BLUE */
.text-rtk-blue,.text-rtk-blue.p100{
	color:#005daa!important
}
.text-rtk-blue.p75{
	color:#186cb2!important
}
.text-rtk-blue.p50{
	color:#5f99ca!important
}
.text-rtk-blue.p25{
	color:#bfd6ea!important
}

/* ORANGE */
.text-rtk-orange,.text-rtk-orange.p100{
	color:#d47024!important
}
.text-rtk-orange.p75{
	color:#d87d39!important
}
.text-rtk-orange.p50{
	color:#e4a576!important
}
.text-rtk-orange.p25{
	color:#f4dbc8!important
}

/* PURPLE */ 
.text-rtk-purple,.text-rtk-purple.p100{
	color:#863a8e!important
}
.text-rtk-purple.p75{
	color:#914d99!important
}
.text-rtk-purple.p50{
	color:#b384b8!important
}
.text-rtk-purple.p25{
	color:#e1cee3!important
}

.rtk-yellow{
	background-color:#fdd100
}
.rtk-yellow.p75{
	background-color:#fcd742
}
.rtk-yellow.p50{
	background-color:#fce681
}
.rtk-yellow.p25{
	background-color:#fff3c2
}
.text-rtk-yellow{
	color:#fdd100
}
.text-rtk-yellow.p75{
	color:#fcd742
}
.text-rtk-yellow.p50{
	color:#fce681
}
.text-rtk-yellow.p25{
	color:#fff3c2
}

/*BLOSSOM*/
.rtk-blossom{
	background-color: #b0117d !important;
	color:white !important;
}
.rtk-blossom .p75{
	background-color: #C44D9E !important;
	color:white !important;
}
.rtk-blossom .p50{
	background-color: #D788BE !important;
	color:white !important;
}
.rtk-blossom .p25{
	background-color: #EBC3DE !important;
	color:black !important;
}

.text-rtk-blossom{
	color: #b0117d !important;
}
.text-rtk-blossom .p75{
	color: #C44D9E !important;
}
.text-rtk-blossom .p50{
	color: #D788BE !important;
}
.text-rtk-blossom .p25{
	color: #EBC3DE !important;
}

/*FOREST*/
.rtk-forest, .rtk-forest .p100{
	background-color:#003c3a !important;
	color: white !important;
}
.rtk-forest .p75{
	background-color:#406D6B !important;
	color: white !important;
}
.rtk-forest .p50{
	background-color:#7F9D9C !important;
	color: white !important;
}
.rtk-forest .p25{
	background-color:#BFCECE !important;
	color: black !important;
}

/*FOREST*/
.rtk-field, .rtk-field .p100{
	background-color:#B7C200 !important;
	color: black !important;
}
.rtk-field .p75{
	background-color:#C9D140 !important;
	color: black !important;
}
.rtk-field .p50{
	background-color:#DBE07F !important;
	color: black !important;
}
.rtk-field .p25{
	background-color:#EDF0BF !important;
	color: black !important;
}

/*SKY*/
.rtk-sky, .rtk-sky .p100{
	background-color:#00B5E5 !important;
	color: black !important;
}
.rtk-sky .p75{
	background-color:#40C8EC !important;
	color: black !important;
}
.rtk-sky .p50{
	background-color:#7FDAF2 !important;
	color: black !important;
}
.rtk-sky .p25{
	background-color:#BFECF8 !important;
	color: black !important;
}