#growlers {
	position:absolute;
	left:0;
	margin-top:50px;
	width:100%;
	z-index:100000; /* .header-box-shadow is z-index 99999 */
	height:1px;
}

.growler {
	position:relative;
	width:300px;
	left:-330px;
	display:block;	
	background-color:#000;
	border:1px solid #FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color:#FFF;
	padding:30px;
	text-align:left;
	font-size:12px;
	margin:0 0 10px 10px;
	cursor:pointer;
	opacity:0.65;
}
.growler:hover {
	opacity:0.9; 
}
#growlers span.growlCountDown {
	position:absolute;
	right:10px;
	top:10px;
	display:inline-block;
	font-size:32pt;
}
#gm div.closex,
.growler div.closex {
	position:absolute;
	right:4px;
	top:4px;
	background:url('/global/images/icons/growler-close.png') top left no-repeat;
	height:20px;
	width:20px;
	display:none;
	cursor:pointer;
}
#gm:hover div.closex,
.growler:hover div.closex {
	display:block;
}

#growlers .phoneIcon {
	float:right;
	background:url('/global/pbx/phone.png') top left no-repeat;
	background-size:50px 50px;
	height:50px;
	width:50px;
}
#growlers .callFrom {
	font-size:11px;
	font-weight:bold;
}
#growlers .phoneNumber {
	font-size:20px;
}
#growlers ul.caller {
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
#growlers ul.caller li {
	list-style:none;
	padding:3px 0;
	margin:0;
}
#growlers ul.caller li.moreSmall {
	font-style:italic;
	font-size:10px;
	padding-left:20px;
}
#growlers ul.caller li img {
	margin-right:8px;
	height:32px;
	width:32px;
	vertical-align:middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#growlers .extension {
	position:absolute;
	top:10px;
	right:40px;
	font-size:10px;
	font-weight:bold;
}

#gm {
	position:absolute;
	margin-top:50px;
	top:20px;
	right:100%;
	z-index:10000; /* mediabox is z-index 9999 */
	width:800px;
	background-color:rgba(0,0,0,0.9);
	border:1px solid #FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color:#FFF;
	padding:30px;
	text-align:left;
	font-size:12px;
	margin:0 10px 0 0;
	cursor:default;
}

#growlers #gm .phoneIcon {
	margin:-15px 0 0 0;
}
#gm .moreName {
	font-size:17px;
}
#gm ul.callerMore {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	max-height:500px;
	overflow:auto;
}
#gm ul.callerMore li {
	list-style:none;
	padding:10px;
	background-color:#222;	
	margin:0 0 10px 0;
	color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor:default;
}
#gm ul.callerMore li:hover {
	background-color:#333;
}
#gm ul.callerMore li.noHover:hover {
	cursor:default;
	background-color:#222;
}
#gm ul.callerMore td.who {
	font-size:8px;
	text-align:center;
	width:60px;
	color:#CCC;
	vertical-align:top;
}
#gm ul.callerMore td.who img {
	height:25px;
	width:25px;
	vertical-align:top;
	margin-bottom:5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:4px 0 0 3px;
}
#gm ul.callerMore table table th,
#gm ul.callerMore table table td {
	padding:5px 10px 5px 0;
	font-size:11px;
}
#gm ul.callerMore table {
	width:100%;
}
#gm ul.callerMore table table th {
	font-weight:bold;
}
#gm ul.callerMore table.ticketTable {
	width:100%;
}
#gm ul.callerMore table.ticketTable th:nth-child(1) {
	width:40px;
}
#gm ul.callerMore table.ticketTable th:nth-child(2) {
	width:100px;
}
#gm ul.callerMore table.ticketTable th:nth-child(3) {
	width:180px;
}
#gm ul.callerMore table.ticketTable th:nth-child(4) {
	width:130px;
}
#gm ul.callerMore table.ticketTable th:nth-child(5) {
	width:190px;
}
#gm ul.callerMore table.ticketTable th {
	background-color:#000;
	padding:3px 5px;
}
#gm ul.callerMore table.ticketTable td {
	background-color:#444;
	padding:3px 5px;
	cursor:pointer;
}
#gm ul.callerMore table.ticketTable tr:nth-child(odd) td {
	background-color:#555;
}
#gm ul.callerMore table.ticketTable tr:nth-child(odd):hover td,
#gm ul.callerMore table.ticketTable tr:hover td {
	background-color:#4285F4;
	color:#FFF;
}
#gm .myDealer {
	background:url('/global/pbx/myDealer.png') top center no-repeat;
	padding-top:15px;
}
#gm .reportDup {
	position:absolute;
	right:100px;
	top:32px;
	color:#999;
	font-size:15px;
	cursor:pointer;
}
#gm .reportDup:hover {
	color:#FFF;
}
#gm .return {
	display:none;
}
#gm.plus {
	margin-right:-840px;
	padding-left:120px;
	background:rgba(0,0,0,0.9) url('/global/pbx/dbl-arrow.png') 10px 43px no-repeat;
	cursor:pointer;
	opacity:0.5;
}
#gm.plus:hover {
	opacity:1.0;
}
#gm.plus .return {
	position:absolute;
	left:10px;
	top:10px;
	display:block;
}
span.superLetter {
	display:inline-block;
	position:relative;
	width:32px;
	height:32px;
	margin-right:8px;
	overflow:hidden;
}
span.superLetter img {
	position:absolute;
	top:0;
	left:0;
	width:32px;
	height:32px;
}
span.superLetter div {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding-top:5px;
	box-sizing:border-box;
	color:#FFF;
	font-size:24px;
	line-height:24px;
	text-align:center;
	background-color:rgba(0,0,0,0.4);
}