/*
Pidj style color updates Dec 2020
logo icon (purple): hex: #7b4c8d, rgb: 123/76/141,  cmyk: 61/82/13/0
logo name (black):  hex: #3c3f42, rgb: 60/63/66,    cmyk: 4/0/0/90
logo co (med gray): hex: #989da2, rgb: 152/157/162, cmyk: 2/0/0/45 (50%)
teal:               hex: #4fb4ac, rgb: 79/180/172,  cmyk: 66/7/37/0
pear:               hex: #7fc573, rgb: 127/197/116, cmyk: 53/0/73/0
Dark gray:          hex: #6f7b74, rgb: 111/123/116, cmyk: 14/0/14/60
Light gray:         hex: #aab4ae, rgb: 170/180/174, cmyk: 8/0/8/31
*/

[v-cloak] {
	display: none;
}

h1 > i.fa {
    font-size: 0.7em;
    padding: 0px;
    margin-top: -8px;
    display: inline-block;
    vertical-align: middle;
    color: #aaa;
}

h1 > span {
	color: #bbb;
}

h1 > b {
	color: #bcbcbc;
	font-weight: 100;
}

h1 > em {
	color: #ddd;
	font-style: normal;
}


.label-help {
	display: inline-block;
	color: #666;
	line-height: 1.1em;
	font-size: 0.95em;
	margin-bottom: 5px;
	font-weight: 300;
}

.label-error {
	color: #900;
	font-weight: 500;
}

.table-form .sub-group .label-help {
	color: #999;
}

td.uuid, .table-tight tbody td.uuid {
	white-space: nowrap;
	color: #999;
	font-weight: 300;
	font-size: 0.85em;
	line-height: 1.1em!important;
}

.color-swatch {
	border: 1px solid #eee;
	border-radius: 5px;
	width: 22px;
	height: 22px;
	font-size: 2em;
	display: inline-block;
}

.no-color-swatch {
    border: 1px dotted #999; border-radius: 2px; font-size: 0.85rem; padding: 2px 3px; text-transform: uppercase; font-weight: 300; vertical-align: text-top; display: inline-block; line-height: 1em; color: #999;
}


.fa-md {
    font-size: 1.25em;
    line-height: .75em;
    vertical-align: -13%;
}

.fa.fa-rotate-90.fa-fw {
	width: 1em;
	vertical-align: baseline;
}

.fa-times.sub {
	color: #ccc;
}


#profile-image {
	background: #eee;
	border-radius: 3px;
	height: 44px;
	width: 44px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-size: cover;
	background-position: 50% 50%;
}

.profile-image-contact {
	background-color: #eee;
}

#profile-image.no-image:after {
	content: "\f007"; 
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 50px;
	left: 50%;
	margin-left: -18px;
	top: -5px;
	color: rgba(255,255,255,0.5);
	z-index: 1;
}

.profile-image {
	height: 125px;
	width: 125px;
	border: 1px solid #ddd;
	background-color: #eee;
	border-radius: 50%;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile-image.no-image:after {
	content: "\f2be"; 
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 90px;
	left: 50%;
	margin-left: -0.48em;
	top: 50%;
	margin-top: -0.7em;
	color: #ddd;
	z-index: 1;
}

.profile-image > p {
	font-size: 6rem;
	font-weight: 100;
	display: block;
	margin: -5px 0 0 0;
	line-height: 0;
	padding: 0;
	text-align: center;
}


.profile-image.pi-md {
	width: 75px;
	height: 75px;
}

.profile-image.pi-md.no-image:after {
	font-size: 75px;
}

.profile-image.pi-md > p {
	font-size: 3.5rem;
}


.profile-image-huge {
	width: 275px;
	height: 275px;
	border-radius: 7px;
	max-width: 100%;
}

.profile-image-huge.no-image:after {
    font-size: 100px;
    margin-left: -0.5em;
    top: 20%;
}

.profile-image-upload {
	cursor: pointer;
}

.profile-portrait {
    height: 75px;
    width: 75px;
    border-radius: 5px;
    margin: 0px auto;
    cursor: default;
    background-color: #A0C562;
}

.tiny-portrait {
    height: 16px;
    width: 16px;
    border-radius: 3px;
    margin: 0px;
    cursor: default;
}

.small-portrait {
    height: 25px;
    width: 25px;
    border-radius: 3px;
    margin: 5px;
    cursor: default;
}

.medium-portrait {
    height: 35px;
    width: 35px;
    border-radius: 3px;
    margin: 5px;
    cursor: default;
}

.large-portrait {
    height: 175px;
    width: 175px;
    border-radius: 5px;
    margin: 5px;
    cursor: default;
}

.leaderboard-portrait {
    height: 35px;
    width: 35px;
    border-radius: 3px;
    background-color: #ccc;
    cursor: none;
}

.large-portrait.no-image:after {
    font-size: 230px;
    margin-left: -82px;
    top: -30px;
}

/* new template ----------------------------------------------------------------------- { */
nav {
	background: #7b4c8d; /* note: can be overriden through user customization */
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px;
	z-index: 450;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.nav-release {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #f00;
	z-index: 975;
}

nav .cap {
	height: 60px;
	padding: 5px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #bbb;
	background: #ffffff;
}

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

nav .cap a {
	height: 100%;
	display: block;
	position: relative;
}

nav .cap img {
	max-height: 100%;
}

nav .cap .close-nav {
	display: none;
	cursor: pointer;
}

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

.notices {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
}

.notices > div {
	width: 33%;
}

.notices > div.link {
	cursor: pointer;
}

.notices > div > span {
	display: block;
	color: #ffffff;
	line-height: 1em;
	font-size: 0.75em;
	font-weight: 200;
	text-align: center;
}

.notices > div > em {
    font-style: normal;
    font-weight: 700;
    color: #fff;
    z-index: 500;
    position: relative;	
    display: block;
    height: 35px;
    text-align: center;
}

.notices > div > em > i {
    position: relative;
    z-index: 505;
    display: block;
    line-height: 1.3em;
    font-style: normal;
    font-size: 1.5em;
    font-family: Dosis, sans-serif;
    font-weight: 200;
}

.notices > div > em:after {
    content: " ";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    top: 0;
    z-index: 495;
    background: rgba(0,0,0,0.30);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
}


/*
.circle-text {
  width: 50%;
  padding 10px;
}
.circle-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #4679BD;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.circle-text div {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: white;
}
*/


.navigation {
	padding-top: 10px;
    overflow: auto;
    max-height: calc(100% - 295px);
    overflow-x: hidden;
}

nav ul.navigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 15px;
}

.navigation .fa-clock-o {
    font-size: 1.2em;
    min-width: 1.2em !important;
}

/* 
nav .navigation a:first-child {
	border-top: 1px solid #a9a9a9;
}
 */

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

nav .navigation a {
	display: block;
	width: 100%;
	padding: 4px 12px;
	color: #ffffff;
	position: relative;
}

nav .navigation a:hover, nav .navigation a:active, nav .navigation a:focus, nav .navigation a:focus:active {
	background: rgba(0,0,0,0.24);
	text-decoration: none;
}

nav .navigation a.active {
	background: rgba(0,0,0,0.24);
	border-right: none; /* 3px solid #af5784; */
}

nav .navigation .fa.fa-fw {
	min-width: 1.5em;
}

nav .navigation .sub-nav {
	padding-left: 30px;
}

.fa-antetext {
/* 
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
 */
    font-size: 1.025em;
}

.direction-indicator i {
	line-height: 0;
}
/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

nav .navigation a.active:after {
    left: calc(100% - 3px);
    top: -1px;
    content: " ";
    height: calc(100% + 2px);
    width: 0px;
    position: absolute;
}

.menu-toggle {
	position: absolute; right: 10px; top: 0.4rem; font-size: 1.5em; z-index: 1000;
	color: #ffffff;
}

/* 
nav .navigation a.active:hover, nav .navigation a.active:active, nav .navigation a.active:focus, nav .navigation a.active:focus:active {
	color: #4b96be;
	background: #367a9e;
}
 */

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

nav .nav-foot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	line-height: 1em;
	color: #ffffff;
}

#view {
	position: relative;
	margin-left: 200px;
	padding-top: 65px;
	background: #f6f6f6;
	min-height: 100%; /* calc(100% - 65px); */
	z-index: 425;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

/* 
#view .full-page-over-control {
	left: 200px;
}
 */

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

section#cap {
	background: #ffffff;
	position: fixed;
	top: 0px;
	left: 200px;
	right: 0px;
	height: 60px;
	padding: 5px;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;

	transition: left .5s ease;
	z-index: 1500;
}

section#cap .account {
	text-align: right;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

nav.collapsed {
	left: -200px;
}

#view.collapsed {
	margin-left: 0px;
}

#view.collapsed section#cap {
	left: 0px;
}

nav.collapsed .cap {
	justify-content: space-between;
}

/* 
#view.collapsed .full-page-over-control {
	left: 0px;
}
 */


/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

@media (min-width: 768px) {
	.container {
		width: 100%;
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 100%;
		max-width: 970px;
	}	
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1170px;
	}
}

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

@media (max-width: 992px) {
	#view {
		margin-left: 0px;
	}
	
	nav {
		left: -200px;
	}
	
	nav.collapsed {
		left: 0px;
	}

	nav .cap .close-nav {
		display: inline-block;
		margin-right: 10px;
		margin-left: -10px;
	}

/* 
	#view .full-page-over-control {
		left: 0px;
	}
 */

	.full-page-over-control {
		left: 0px;
	}

	.full-page-under-control {
		left: 0px;
	}

	section#cap {
		left: 0px;
	}

}

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

#site-alerts {
/* 	width: calc(100% - 460px); */
}

#account {

}

.num {
	background: rgba(0,0,0,0.30);
}

.site-shortcuts {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.site-shortcuts > div {
	height: 31px;
	padding: 5px;
	position: relative;
	border-right: 1px solid #eee;
	color: #fff;
	text-align: center;
	cursor: pointer;
	flex-grow: 1;
}

.site-shortcuts > div:last-child {
	border-right: 0px;
}


.site-shortcuts > div.active {
	background: rgba(0,0,0,0.30);
}

.site-shortcuts > div:hover {
	background: rgba(0,0,0,0.30);
}

.site-shortcuts i {
	display: inline-block;
	height: 25px;
	width: 25px;
	background: url('/pix/pidj-icons-v1.svg');
	background-size: 600%;
	margin-top: -1px;
}

.site-shortcuts #site-numbers > i { background-position: -175px 0px; }
.site-shortcuts #new-outbound > i { background-position: 0px 0px; }
.site-shortcuts #pause-incoming > i { background-position: -50px -200px; }
.site-shortcuts #pause-incoming.active > i { background-position: -75px -200px; }
.site-shortcuts > div#pause-incoming.active { background-color: #c00; }

.site-shortcuts #agent-list > i { background-position: -25px -250px; }
.site-shortcuts #help-request > i { background-position: -125px -175px; }
.site-shortcuts > div#help-request.active { background-color: #c00; }

.side-panel-list {
	position: absolute;
	left: 0;
	right: 0;
	background-color: #7b4c8d; /* note: can be set by user for customization control*/
	padding: 10px;
	color: #eee;
	z-index: 3000;
	display: none;
	max-height: calc(100% - 170px);
	overflow: auto;
}

.side-panel-list > div:first-child {
	padding-top: 0px;
}

.side-panel-list > div {
	font-size: 1.25em;
	font-weight: 200;
	color: #ffffff;
	position: relative;
	padding: 10px 0px 15px;
	white-space: nowrap;
}

.side-panel-list > div > b {
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	font-size: 0.66em;
	line-height: 1em;
}

.side-panel-list > div > span {
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.side-panel-list p {
	font-size: 1em;
	font-weight: 200;
	color: #ccc;
	position: relative;
	padding: 2px 0px 3px;
	margin: 0px;
	white-space: nowrap;
}

.side-panel-list .agent-list-groups {
	font-size: 0.8em;
	white-space: normal;
}

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

#cap-icon-links {
	padding: 5px;
}

#cap-icon-links .icon-link {
	font-size: 2em;
	display: inline-block;
	float: left;
}

#cap-icon-links .icon-link:not(:first-child) {
	margin-left: 10px;
}

#cap-icon-links .icon-link:not(:first-child) > * {
	color: #CCC;
}

#notifs-bell {
	position: relative;
	font-size: 1.68em !important;
	padding-top: 5px;
	cursor: pointer;
	user-select: none;
}

#notifs-count {
	position: absolute;
	right: -6px;
	top: 3px;
	background: #900;
	color: #FFF !important;
	font-size: 14px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	text-align: center;
}

/* notifs styled for consistensy with profile menu */
#notifs-list {
	z-index: 985;
	position: absolute;
	left: 0px;
	top: 49px;
	background: #AAA;
	border: 1px solid #CCC;
	background: #FFF;
	font-size: 14px;
	box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1);
	transition: all .5s ease;
	visibility: hidden;
	opacity: 0;
	min-width: 100px;
}

#notifs-list.showing {
	visibility: visible;
	opacity: 1;
}

#clear-notifs {
	position: absolute;
	right: 0px;
	top: -20px;
}

.notifs-list-item {
	display: block;
	padding: 8px 10px;
	border-top: 1px solid #CCC;
	text-align: left;
	clear: both;
	white-space: nowrap;
	color: #666;
	outline: 0;
	transition: none;
}

.notifs-list-item:hover {
	text-decoration: none;
	color: #333;
	background: #EEE;
}

.notifs-list-item:nth-child(2) {
	border-top: none;
}

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

#profile-menu {
	position: absolute;
	background: #fff;
	top: -16px;
	right: -5px;
	min-height: 50px;
	min-width: 200px;
	z-index: 985;
	text-align: left;
	border: 1px solid #ddd;
	display: none;
	padding-top: 59px;
	box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1);
}

#profile-menu > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- */

#profile-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;

	overflow: auto;
	max-height: calc(100vh - 120px);
	overflow-x: hidden;
}

/* 
#profile-menu ul > li:first-child {
	border-top: none;
}
 */

#profile-menu ul > li {
	border-top: 1px solid #ccc;
	padding: 5px 10px;
	text-align: left;
}

#profile-menu ul > li:hover {
	background: #eee !important;
}

#profile-menu ul > li > a {
	padding: 3px 0px;
	display: block;
	color: #666;
}

#profile-menu ul > li > a:hover {
	text-decoration: none;
	color: #333;
}

#profile-menu ul > li.restricted {
	background: #ebdef1;
}

#profile-menu ul > li.restricted.sub {
	padding-left: 25px;
}


#profile-menu ul > li.restricted:hover {
	background: #e4d1ec !important;
}

#profile-menu ul > li.alt {
	background: #eee;
}

#profile-menu ul > li.app {
	background: #ddd;
}


#profile-menu-link {
	margin-right: 10px;
	color: #666;
	font-size: 1.5em;
	font-weight: 200;
	position: relative;
	z-index: 995;
	padding-right: 25px;
}

#profile-menu-link > div {
	max-width: 140px;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

#profile-menu-link i {
	position: absolute;
	right: 0px;
	top: 7px;
}

/* ------------------------------------------------------------------------------------ } */

.tooltip {
	background-color: #7b4c8d; /* note: can be overridden by user customization */
}

.tooltip > .tooltip-inner {
	background-color: rgba(0,0,0,0.30);
}

.tooltip > .tooltip-inner {
	z-index: 5000;
	line-height: 1.1em;
	padding: 3px 7px;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.05em;
}


	.tag-list .tag-mark {
		background: #ababab;
		color: #333;
		position: relative;
		padding: 5px 24px 5px 6px;
		border-radius: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		white-space: nowrap;
		display: inline-block;
		font-size: 1.125rem;
		text-transform: uppercase;
		line-height: 1.1em;
		color: #fff;
		font-weight: 400;
	}

	.tag-list .tag-mark.tag-search, .tag-list .tag-mark.tag-category-search {
		background: #aaa;
		color: #fff;
		cursor: pointer;
	}

	.tag-list .tag-mark:last-child {
		margin-right: 0px;
	}

	.tag-list .tag-mark.tag-search i, .tag-list .tag-mark.tag-category-search i {
		background: #999;
		color: #eee;
	}

	.tag-list .tag-mark i {
		background: #eee;
		color: #666;
		position: absolute;
		right: 0;
		top: 0;
		padding: 6px 5px 5px;
		border-radius: 5px;
		cursor: pointer;
		line-height: 1em;
	}




	.upload-progress {
		border-radius: 3px;
		height: 5px;
		width: 100%;
		background-color: #eee;
		margin-top: 5px;
		margin-bottom: 0px;
		position: relative;
	}

	.upload-progress .upload-progress-indicator {
		height: 100%;
		border-radius: 3px;
		background-color: #999;
		width: 0px;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}

	.upload-progress .upload-progress-size {
		display: inline-block;
		position: absolute;
		top: 5px;
		right: 5px;
		text-align: right;
		color: #999;
		font-weight: 700;
		font-size: 0.75em;
	}


	.progress {
		border-radius: 3px;
		height: 20px;
		width: 100%;
		background-color: #eee;
		margin-top: 10px;
		position: relative;
	}

	.progress .progress-indicator {
		height: 100%;
		border-radius: 3px;
		background-color: #69113E;
		width: 0px;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.progress .progress-size {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 10px;
		text-align: right;
		color: #AF5784;
		font-weight: 700;
	}



.stats-flexor-holder {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 10px 0px;
}

.stats-flexor-holder .stats-flexor-box {
	flex-grow: 1;
	flex-basis: 0;
	border-bottom: 0px;
}

.stats-flexor-holder .stats-flexor-box:last-child {
	border-right: 0px;
}

.stats-flexor {
	background-color: #fff;
	border: 1px solid #4fb4ac;
	border-right: 0px;
	border-bottom: 0px;
	border-radius: 3px;
}

.stats-flexor-box {
	padding: 3px 5px 7px;
	border-right: 1px solid #4fb4ac;
	border-bottom: 1px solid #4fb4ac;
	font-weight: 300;
	text-align: center;
}

.stats-flexor-box span {
    color: #6f7b74;
    line-height: 0.95em;
    display: inline-block;
}

.stats-flexor-box div {
	display: block;
	font-family: Oswald, Lato, sans-serif;
	font-weight: 200;
	font-size: 2.85em;
	color: #7b4c8d;
	line-height: 1.15em;
	letter-spacing: -1px;
}

.stats-flexor-box strong {
	display: block;
	font-weight: 200;
	color: #6f7b74;
	line-height: 1em;
}

.stats-flexor-box em {
	font-style: normal;
	color: #7b4c8d;
	font-size: 2em;
	line-height: 1.25em;
}


.stats-box-container {
	padding-left: 2px; padding-right: 2px; margin-bottom: 2px;
}

.stats-box {
	font-weight: 300;
	text-align: center;
	border-radius: 3px;
	border: 1px solid rgb(79,180,172);
	background: rgba(79,180,172,0.05);
	padding: 5px;
}

.stats-box span {
	color: #6f7b74;
	font-size: 0.9em;
	display: inline-block;
}

.stats-box div {
	display: block;
	font-family: Oswald, Lato, sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	color: rgb(123,76,141);
	line-height: 1em;
	margin-bottom: 3px;
}

.stats-box strong {
	display: block;
	font-weight: 300;
	color: #333;
	line-height: 1em;
}

.stats-box-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-left: -2px;
	margin-right: -2px;
}

.stats-box-holder .stats-box {
	flex-grow: 1;
	flex-basis: 0;
	margin-left: 2px;
	margin-right: 2px;
}





	.stat {
		padding-left: 5px;
		padding-right: 5px;
	}

	.stat-card {
		border: 1px solid #797979;
		background: rgba(200,200,200,0.125);
		padding: 5px 2px;
		border-radius: 3px;
		text-align: center;
		overflow: hidden;
		margin-bottom: 15px;
		position: relative;
		height: 100px;
	}
	
	.stat-card span {
		font-size: 3.5em;
		font-weight: 300;
		display: block;
		color: #444;
		line-height: 1em;
		letter-spacing: -5px;
		margin-left: -5px;
		margin-right: -5px;
		text-align: center;
		position: relative;
		padding-right: 4px;
	}
		
	.stat-card b {
		font-weight: 400;
		font-size: 0.9em;
		line-height: 1em;
		color: #999;
		display: block;
		margin-top: 3px;
	}
	
	.stat-card p {
		display: block;
		color: #ccc;
		line-height: 1em;
		font-weight: 300;
		margin: 0px;
	}
	
	.stat-card-overlay {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgba(255,255,255,0.9);
		display: none;
		padding: 5px;
		z-index: 500;
		font-size: 0.7em;
		line-height: 1.25em;
	}











.stats-box em {
	font-style: normal;
	color: #7b4c8d;
	font-size: 2em;
	line-height: 1.25em;
}


.links-flexor {
	background-color: rgba(200,200,200,0.33);
	border: 1px solid #999;
	border-radius: 3px;
	display: flex;
	align-items: center;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
}

.links-flexor > div, .links-flexor > a {
	padding: 3px 5px;
	border-right: 1px solid #ccc;
	font-weight: 300;
	text-align: center;
	display: block;
	line-height: 1em;
	color: #666;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.links-flexor > div:last-child, .links-flexor > a:last-child {
	border-right: 0px;
}

.links-flexor > div:hover, .links-flexor > a:hover {
	background-color: rgba(200,200,200,0.75);
}

.links-flexor > div i.fa, .links-flexor > a i.fa {
	display: block;
	font-size: 2rem;
	margin: 2px;
}

.links-flexor a:hover {
	text-decoration: none;
	color: #444;
}


.feature-box {
	font-weight: 300;
	text-align: center;
	padding-bottom: 10px;
}

.feature-box a:hover {
	text-decoration: none;
}

.feature-box span {
	color: #8c2f5e;
	font-size: 1.1em;
	display: inline-block;
	font-weight: 600;
}

.feature-box div {
	display: block;
	font-weight: 200;
	font-size: 1.1em;
	color: #8c2f5e;
	line-height: 1em;
	margin-bottom: 3px;
	letter-spacing: -0.025em;
}

.feature-box strong {
	display: block;
	font-weight: 400;
	color: #8c2f5e;
	font-size: 1.3em;
	line-height: 1em;
}

.feature-box b {
	display: block;
	font-weight: 400;
	font-family: Oswald, Lato, sans-serif;
	color: #8c2f5e;
	font-size: 1em;
	line-height: 1em;
}

.feature-box a:hover em {
	color: rgba(140,47,94, 0.66);	
}

.feature-box em {
	display: block;
	font-style: normal;
	color: rgba(140,47,94, 0.33);
	font-size: 3em;
	line-height: 1em;
    margin: 3px 0px 7px;
}





.display-box {
	border: 1px solid #ccc;
	background: rgba(220,220,220,0.2);
	padding: 10px;
	padding-bottom: 0px;
}

.display-box cap {
	margin: -10px -10px 0px;
	padding: 10px;
	font-family: 'Dosis', sans-serif;
	border-bottom: 1px solid #ccc;
	width: calc(100% + 20px);
	display: block;
	font-weight: 600;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.display-box cap em {
	font-weight: 100;
	font-style: normal;
}

.display-box cap span {
	font-weight: 300;
}

.display-box cap strong {
	font-weight: 900;
}

.display-box > div {
	margin: 0px -10px;
	padding: 3px 4px;
	display: block;
	border-bottom: 1px solid #ccc;

	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.display-box > div:last-child {
	border-bottom: 0px;
}

.display-box > div .interior {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}




.note-author {
	line-height: 1em;
	font-size: 0.85em;
	color: #333;
}

.note-date {
	line-height: 1em;
	font-size: 0.85em;
	color: #555;
}

.note-taker {
	line-height: 1em;
	font-size: 0.85em;
	color: #999;
	display: block;
	padding-top: 3px;
	margin-top: 3px;
	border-top: 1px dotted #ccc;
}

.note-edit span, .contact-edit span {
    text-transform: uppercase;
    font-weight: 400;
    color: #666;
    font-size: 0.35em;
    line-height: 1em;
    text-align: left;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-left: -1px;
}


.stack-link {
	color: #666;
	font-weight: 600;
    line-height: 2rem;
	font-family: Lato, sans-serif;
	display: inline-block;
	font-size: 2rem;
	text-align: center;
}

.stack-link:hover, .stack-link:active, .stack-link:focus, .stack-link:active:focus, .stack-link:active:hover {
	cursor: pointer;
	color: #779d34;
	text-decoration: none;
}

.stack-link:hover > span {
	color: #779d34;
}

.stack-link > span {
	font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #666;
    font-size: 1.2rem;
    line-height: 1em;
	text-align: center;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-left: -1px;
    margin-top: 2px;
}

.control-link-box {
	margin: 5px 0 7px;
	border-bottom: 1px solid #ccc;
}

.control-link {
	text-transform: capitalize;
	font-size: 1.2rem;
	font-weight: 500;
	color: #666;
	text-decoration: none;
	padding: 0 6px 2px;
	margin-right: 5px;
}

.control-link.on {
	border-bottom: 3px solid #999;
/* 	outline: 1px solid #ccc; */
	transition: none !important;
}

.control-link:hover, .control-link:active, .control-link:focus, .control-link:focus:active, .control-link:hover:active {
	text-decoration: none;
/* 	border: 1px solid #ccc; */
	color: #999;
	transition: none !important;
}



textarea.note-body {
	line-height: 1.25em;
}

.selection-block {
	border: 1px solid #eee;
	border-radius: 3px;
	margin-bottom: 5px;
	line-height: 1em;
	font-weight: 300;
}

.selection-block:last-child {
	margin-bottom: 0px;
}

.selection-block:hover {
	border: 1px solid #ccc;
}

.selection-block .display-block:hover {
	background: rgba(200,200,200,0.3);
}

.selection-block .modify-block {
	padding: 5px;
	background: rgba(200,200,200,0.2);
}

.selection-block .display-block {
	padding: 5px;
}

.note-display-box, .note-modify-box {
	padding: 5px;
}


.simple-flex, .flex-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-box.flex-jc-fs {
	justify-content: flex-start;
}

.flex-box.flex-jc-sb {
	justify-content: space-between;
}

.flex-box.fb-jc-fe {
	justify-content: flex-end;
}

.flex-box > div {
	float: none !important;
}

.float-right: {
	float: right;
}

.tag-search, .tag-category-search {
	margin-bottom: 5px;
}

.tag-search-results, .tag-category-search-results {
	top: 40px;
    position: absolute;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: rgba(235,235,235,1);
    min-width: 100%;
    padding: 7px 5px 1px;
    display: none;
    z-index: 900;
}

.criteria-block .selected-tags .tag-mark {
	white-space: normal;
}

.tag-search-clear, .search-clear, .tag-category-search-clear {
    color: #ccc;
    position: absolute;
    right: 5px;
    top: 0.1em;
    z-index: 1000;
    font-size: 1.75em;
    cursor: pointer;
}

.search-result {
	position: absolute;
	background: rgb(247,247,247);
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	z-index: 100;
	width: calc(100% - 30px);
}

.search-shadow {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.33);
	box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.33);
}

.bm {
	color: #ddd;
	cursor: pointer;
}

.bm.on {
	color: #fc3;
}

b.hilite {
	font-weight: 700;
	color: #324f00;
	background-color: #cfec9e;
	padding-left: 3px;
	padding-right: 3px;
}

.bb.j {
	cursor: zoom-in;
}


#site-alerts {
	display: flex;
	justify-content: center;
	align-items: center;
}

#site-alerts a:hover, #site-alerts a:active, #site-alerts a:hover:active, #site-alerts a:focus, #site-alerts a:focus:active {
	text-decoration: none;
}

#site-alerts .site-alert {
	text-align: center;
	color: #333;
	margin: 0px 5px;
}

#site-alerts .site-alert em {
	font-size: 28px;
	display: block;
	font-style: normal;
	color: #666;
	line-height: 1em;
}

#site-alerts .site-alert span > span, #site-alerts .site-alert div > span {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.75em;
	line-height: 1em;
	display: block;
}

#site-alerts .site-alert.active {
	color: #c33;
}

#site-alerts .site-alert.active em {
	color: #c66;
}

#site-alerts .site-alert.active span > span, #site-alerts .site-alert.active div > span {
	color: #c33;
	font-weight: 700;
}

#site-alerts.alert-box #alert-user-help.site-alert em {
	color: #ff8000;
}

.user-help-remove {
	position: relative;
	padding-left: 10px;
	margin-left: -10px;
	margin-left: 3px;
	font-weight: 400;
	color: #ff8000;
}

.user-help-remove:hover {
	color: #666;
}

.user-help-remove .fa-times {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	font-size: 1.1em;
}

.user-help-remove:hover .fa-times {
	display: inline-block;
	cursor: pointer;
}

#site-alerts > div > div, #site-alerts > a > span {
	display: flex;
	align-items: center;
	text-align: left;
	margin-right: 10px;
}

#site-alerts > div > div > em, #site-alerts > a > span > em {
	margin-right: 5px;
}

#user-help-list {
	font-size: 0.95em;
	margin-left: -5px;
}


#site-alerts a:hover .site-alert, #site-alerts a:hover .site-alert span {
	text-decoration: none;
}

#alert-user-help, #alert-conversation-update, #alert-conversation-new, #alert-conversation-pending {
	display: none;
}

.open-chatbox {
	cursor: pointer;
	display: block;
}
#alert-conversation-open.site-alert em {
	color: #7fc573;
}

#alert-conversation-open.site-alert span {
	color: #7fc573;
}

.xtip {
	font-weight: 300; color: #999; line-height: 0.9em; font-size: 1.1em;
	margin: 15px 0px;
}


.text-count {
    font-size: 0.7em;
    color: #aaa;
    position: absolute;
    right: 3px;
    top: 0px;
    z-index: 100;
}

/* 
.text-count {
	font-weight: 300;
	color: #999;
	position: absolute;
	top: -3px;
	right: 0;
	font-size: 1.33rem;
}
 */


.choose-search-result {
	margin-bottom: 3px; cursor: pointer; padding-bottom: 3px; border-bottom: 1px dotted #ccc;
}

.choose-search-result:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.information-box {
	border: 1px dashed #ccc;
	border-radius: 3px;
	padding: 10px;
	display: block;
	line-height: 1em;
}



@media screen and (min-width: 320px) and (max-width: 767px) {
	.hide-small {
		display: none;
	}	
}








.calendar-schedule {
}

.calendar-schedule > div {
	width: calc(14% - 3px);
	display: inline-block;
	border: 1px solid #ddd;
	min-height: 200px;
	height: 100%;
	text-align: center;
	vertical-align: top;
	padding-right: 3px;
	margin-bottom: 3px;
	padding: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.calendar-schedule > div {
		width: calc(50% - 3px);
	}
}

.calendar-schedule > div:first-child {
	border-left: 1px solid #ddd;
}

.schedule-day {
	margin-top: 5px;
	font-size: 0.8em;
	color: #999;
	line-height: 1em;
	display: block;
	margin-bottom: 10px;
}

h5.highlight {
    font-weight: 700;
}


.strike {
	text-decoration: line-through;
	opacity: 0.75;	
}


a.noul:hover {
	text-decoration: none;
}

a.noul:hover > code {
	background: #c7254e;
	color: #f9f2f4;
}

code.alt {
	color: #999;
	background: #fff;
}

code.plain {
	color: #666;
	background: inherit;
	padding: 0px;
	font-size: 1em;
}

.overlay-cancel {
	position: absolute;
	top: 5px;
	right: 7px;
	cursor: pointer;
	font-size: 2em;
	line-height: 1em;
	color: #afafaf;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.overlay-cancel:hover {
	color: #bbb;
}


.form-control.id-field {
	font-size: 0.875em;
}

.color-4 {
	color: #8C2F5E;
}

.pidj-separator {
	margin: 15px auto 20px; width: 25px; border-bottom: 5px dotted #af5784;
}



a.cancel {
	font-weight: 300;
	color: #ccc;
	font-size: 0.9em;
}

a.advanced {
	font-size: 1.1rem;
	line-height: 1em;
	color: #bbb;
	font-weight: 400;
}

a.advanced:hover {
	text-decoration: none;
}


.badge-chat-status-open {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #093;
}


.badge-chat-status-closed {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #c30;
}

.badge-chat-status-pending, .badge-chat-status-available {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #f90;
}



.group-number-display {
	font-family: Dosis, sans-serif;
	color: #bbb;
	font-weight: 300;
}


.tip-box {
	font-weight: 300;
	color: #000;
	background: rgba(200,200,200,0.25);
	padding: 10px 10px 0px;
	border-radius: 3px;
	border: 1px dotted #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 600px;
	font-size: 1.4rem;
}

.tip-box.hero {
	background: rgba(200,200,200,0.0625);
	border-color: #eee;
	font-size: 1.8rem;
	color: #666;
}

.tip-box h5 {
	margin-bottom: 15px;
}

.tip-box p {
	line-height: 1.25em;
}


.message-status {
	display: inline-block;
	height: 11px;
	width: 11px;
	background: url('/pix/pidj-icons-v2.svg') no-repeat;
	background-size: 500%;
	vertical-align: text-top;
	background-position: -1000px -1000px;
}

.message-status.go 			{ background-position: 0px -33px; }
.message-status.sent		{ background-position: -11px -33px; }
.message-status.delivered	{ background-position: -22px -33px; }
.message-status.failed		{ background-position: -44px 0px; }

.message-status.md {
	height: 17px;
	width: 17px;
}

.message-status.md.go 			{ background-position: 0px -51px; }
.message-status.md.sent			{ background-position: -17px -51px; }
.message-status.md.delivered	{ background-position: -34px -51px; }
.message-status.md.failed		{ background-position: -68px 0px; }


.message-status.lg {
	height: 22px;
	width: 22px;
}

.message-status.lg.go 			{ background-position: 0px -66px; }
.message-status.lg.sent			{ background-position: -22px -66px; }
.message-status.lg.delivered	{ background-position: -44px -66px; }
.message-status.lg.failed		{ background-position: -88px 0px; }




.nav-collapse {
	cursor: pointer;
}

.nav.nav-pills.setting > li {
	position: relative;
	display: block;
	padding: 7px 10px;
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.05rem;
	border-radius: 3px;
	color: #666;
	background: rgba(250,250,250,0.25);
}

.nav.nav-pills.setting > li.active {
	background-color: #666;
	color: #fff;
}

.nav.nav-pills.setting > li:hover {
	background-color: #ccc;
	cursor: pointer;
}

.nav.nav-pills.setting > li.all {
	color: #ccc;
}

.nav.nav-pills.setting > li.all:hover {
	color: #666;
}

.setting-note {
	color: #aaa;
	line-height: 1em;
	margin-bottom: 10px;
}

.setting-pane h6 {
	width: 100%;
	display: block;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #777;
}



/* 
.datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
	background-color: #8c2f5e !important;
	border-color: #69113e !important;
}
 */

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
	background-color: #555 !important;
	border-color: #777 !important;
}


.filtering .filter {
	visibility: hidden;
}

.filtering:hover .filter {
	visibility: visible;
	cursor: pointer;
}

#filter-list {
	display: none;
	margin-bottom: 10px;
}

#filter-list .filter-mark {
	background: #666;
	color: #fff;
	position: relative;
	padding: 3px 24px 4px 6px;
	border-radius: 2px;
	margin-right: 5px;
}

#filter-list .filter-mark:last-child {
	margin-right: 0px;
}

#filter-list .filter-mark i {
    background: #333;
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 4px 5px 4px;
    border-radius: 2px;
    cursor: pointer;
}


.channel-row {
	color: #aaa;
	vertical-align: top;
	display: inline;
	font-size: 1.33rem;
	margin-right: 5px;
}


.group-divider {
	margin: 25px auto 15px;
	width: 25px;
	border-bottom: 5px dotted #af5784;
}

.section-divider {
	margin: 25px auto 15px;
	width: 25px;
	border-bottom: 3px dashed #666;
}


/* 
.dropdown-menu:before {
	position: absolute;
	top: -7px;
	right: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}

.dropdown-menu:after {
	position: absolute;
	top: -6px;
	right: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ccc;
	border-left: 6px solid transparent;
	content: '';
}
 */

.dropdown-menu > li > a {
	padding: 2px 10px;
	line-height: 1.25;
}

.dropdown-menu-right {
	right: -5px;
}

.key {
	margin: 10px 0 15px;
	padding: 10px;
	border: 1px dotted #ccc;
	border-radius: 5px;
	background: rgb(247,247,247);
	font-weight: 300;
}

.key ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.key ul > li {
	font-size: 1.1rem;
	line-height: 1.25em;
	color: #aaa;
}

.key ul > li.split {
	margin-top: 5px;
	border-top: 1px solid #eee;
	padding-top: 5px;
}

.key ul > li i {
	color: #999;
}

.key ul > li i.assist {
	color: #aaa;
}



.icon-pathway {
/* 
	font-size: 1.75em; line-height: 0em; 
	margin-left: 10px; margin-top: -3px; 
 */

	color: #333;
	vertical-align: middle;
}

.icon-survey {
/* 
	font-size: 1.35em; line-height: 0em; 
	margin-left: 10px; margin-top: -4px; 
 */

	color: #333; 
	vertical-align: middle;
}

.big-link {
	color: #a6a6a6;
}
