/* colors used in admin module */
.subtlewhite {background-color: rgb(245,245,245);}
.silver {background-color: rgb(235,235,235);}
.greysilver {background-color: #bccbde;}
.mutegrey {background-color: #DCD6D5;}    /* rgb(220, 214, 213) */
.darkslate {background-color: #1D1E22;} /* rgb(29, 30, 34) */
.slate {background-color: rgb(64, 64, 64);}
.muteslate {background-color: rgb(128, 128, 128);}
.saberblue {background-color: rgb(194, 221, 230);}  /* #c2ddde6  */
.darksaberblue {background-color: rgb(110, 174, 196);}  /* #6eaec4  */
.palegreen {background-color: #bdcebe;}
.purple {background-color: #431c5d;}
.darkred {background-color: #c80e13;}
.palered {background-color: #ffaaab;}
.electricred {background-color: #ff0028;}
.brightgreen {background-color: #beef00;}

.txt-white {color: #FFF;}
.txt-subtlewhite {color: rgb(245,245,245);}
.txt-darkslate {color: rgb(29, 30, 34);}
.txt-slate {color: rgb(64, 64, 64);}
.txt-purple {color: #431c5d;}
.txt-orange {color: #e05915;}
.txt-yellowbrite {color: #cdd422;}
.txt-saberblue {color: rgb(194, 221, 230);}  /* #c2ddde6  */
/* --------------------------- */
