/* Out Of Character */

.admin {
	color:#00B1C4 !important;
	font-weight: 700;
	font-style: italic;
}

.member {
	color:#fff !important;
}

.mod {
	color:#fff !important;
	font-weight: 700;
}

.usergroup-legend-item {
	display: inline;
	font-size: 1.1em;
}

/* Inactive Character Types */

.deceased {
	color:#b3b3b3 !important; 
}

.inactive {
	color:#727a80 !important;
	font-style: italic;
	font-weight: normal;
}


/***************************
                    OOC
***************************/

.whoami.group-1:before {
    content: "Guest";
}

.group-1 {
	color: #7D7D7D;
}

.whoami.group-20:before {
    content: "Player";
}

.group-20 {
	color: #868686;
}

.whoami.group-4:before {
    content: "Staff";
}

.group-4 {
	color: #868686;
	font-style: italic;
}

.whoami.group-7:before {
    content: "Guest";
}

.group-7 {
	color: #7D7D7D;
	font-style: italic;
}

.whoami.group-67:before {
	content: 'Tech Lead';	
}
.group-67 {
	color: #3B7087;
}

/***************************
                    IC
***************************/
#pack_preview .row > div {
	padding: 2rem 1rem;	
}
#lightpreview {
	background-color: #fff;
}
#darkpreview {
	background-color: #1d1d1d;	
}
.packname {
	text-transform: uppercase;
    font-weight: 700;
	font-family: 'Roboto', sans-serif;
	background: -webkit-linear-gradient(#1a1a1a, #1a1a1a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.whoami.group-13:before {
    content: "Loner";
}
.group-13 {
	color: #9D8585;
}

.whoami.group-16::before {
	content: "Creature"	
}
.group-16 {
	color: #749272;
}


/***************************
                    Inactive
***************************/

.whoami.group-15::before {
    content: "Deceased";
}
.whoami.group-18::before,
.secondary-group.group-18::before{
    content: "NPC";
}
.group-title .secondary-group {
	font-size: 1.2rem;
}

.group-15 {
	color: #727a80;
}

.whoami.group-14::before,
.whoami.group-7::before {
    content: "Hiatus";
}

.group-14,
.group-7,
.group-18{
	color: #727a80;
	font-style: italic;
}

.group-title {
	text-transform: uppercase;
	margin: .7rem 0 .1rem 0;
	font-size: 1.5rem;
	font-weight: 700;
}